body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
button,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

em {
  font-style: normal;
}

img {
  border: 0;
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

button,
input,
select,
textarea {
  font-size: 100%;
  font: inherit;
  border: 0;
  outline: 0;
}

a {
  color: #333;
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

input::-webkit-input-placeholder {
  color: #d8d8d8;
}

input::-moz-placeholder {
  color: #d8d8d8;
}

input:-moz-placeholder {
  color: #d8d8d8;
}

input:-ms-input-placeholder {
  color: #d8d8d8;
}

div {
  box-sizing: border-box;
}

body {
  font: 14px/1.5 "PingFang SC", "Microsoft YaHei", Arial, "Helvetica Neue", Helvetica, "STHeiTi", sans-serif;
  color: #333;
  min-width: 1200px;
  background-color: #FFF8E8;
  overflow-x: hidden;
}

.intro-tit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-tit img {
  width: 21px;
  height: 15px;
}
.intro-tit img:last-child {
  transform: rotateY(180deg);
}
.intro-tit p {
  margin: 0 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 34px;
  color: #000;
}
.intro-tit p em {
  color: #C13004;
}

.banner-bg {
  width: 100%;
  height: 721px;
  position: relative;
  background: url("../images/banner.png") no-repeat;
  background-position: 50%;
  background-size: auto 100%;
}
.banner-bg .banner {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}
.banner-bg .banner .logo-line {
  padding-top: 37.25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.banner-bg .banner .logo-line .logo-l {
  width: 308.86px;
  height: 88.38px;
}
.banner-bg .banner .logo-line .logo {
  padding-top: 6.75px;
  display: flex;
  align-items: center;
}
.banner-bg .banner .logo-line .logo .logo-s {
  width: auto;
  height: 48px;
}
.banner-bg .banner .logo-line .logo .logo-line {
  width: 2px;
  height: 13px;
  padding: 0;
  background: #1A1A1A;
  margin: 0 12px;
  margin-top: 10px;
  border-radius: 4px;
}
.banner-bg .banner .logo-line .logo img {
  width: auto;
  height: 36px;
}
.banner-bg .banner .banner-title {
  width: 696px;
  height: 201px;
  margin: 0 auto;
  margin-top: 25px;
  background: url("../images/banner-title.png") no-repeat;
  background-position: 50%;
  background-size: auto 100%;
}
.banner-bg .banner .banner-sub-desc .undertak {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 37px;
}
.banner-bg .banner .banner-sub-desc .undertak .undertak-item {
  display: flex;
  align-items: flex-start;
}
.banner-bg .banner .banner-sub-desc .undertak .undertak-item:first-child {
  margin-right: 43px;
}
.banner-bg .banner .banner-sub-desc .undertak .undertak-item .tit {
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
  color: #000;
  margin-right: 20px;
}
.banner-bg .banner .banner-sub-desc .undertak .undertak-item .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
  color: #515151;
}
.banner-bg .banner .banner-sub-desc .local {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 13px;
}
.banner-bg .banner .banner-sub-desc .local img {
  width: auto;
  height: 49px;
  margin-right: 8px;
}
.banner-bg .banner .banner-sub-desc .local p {
  font-size: 24.5px;
  font-weight: 400;
  line-height: 24.5px;
  color: #702525;
}
.banner-bg .banner .banner-intro {
  margin-top: 27px;
  width: 1200px;
  height: 314px;
  border-radius: 18px;
  background: linear-gradient(180deg, #FFFFFF 3.82%, #FFF7ED 95.99%);
  border: 3px solid #FFFFFF;
  box-shadow: 0px 0px 40px 0px rgba(203, 132, 100, 0.2509803922);
  padding: 34px 0 62px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.banner-bg .banner .banner-intro .intro-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: justified;
  color: #000;
  text-indent: 2em;
  margin-top: 28px;
}
.banner-bg .banner .banner-intro .intro-desc p {
  margin-bottom: 8px;
}
.banner-bg .banner .banner-intro .intro-desc em {
  font-weight: 600;
  color: #C13004;
}

.section {
  width: 1200px;
  margin: 0 auto;
}
.section .title-box {
  text-align: center;
  margin-top: 27px;
}
.section .title-box .title {
  width: 169px;
  height: auto;
}
.section .tit-tips {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #696969;
  margin-top: 13px;
}
.section.section1 {
  margin-top: 211px;
}
.section.section1 .title-box {
  text-align: center;
  position: relative;
}
.section.section1 .title-box .title {
  width: 320px;
  height: 40px;
}
.section.section1 .title-box .titbg {
  width: 462px;
  height: 40px;
  width: 462px;
  height: 40px;
  position: absolute;
  left: calc(50% - 231px);
  bottom: 14px;
}
.section.section1 .tips {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  margin: 17px auto 34px;
}
.section.section1 .content-box {
  display: flex;
  align-items: center;
  justify-self: center;
}
.section.section1 .content-box .card {
  width: 252px;
  height: 268px;
  padding: 36px 20px 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
.section.section1 .content-box .card:not(:last-child) {
  margin-right: 10px;
}
.section.section1 .content-box .card.card-0 {
  background: url("../images/bg1.png") no-repeat;
  background-size: 100% 100%;
}
.section.section1 .content-box .card.card-1 {
  background: url("../images/bg2.png") no-repeat;
  background-size: 100% 100%;
}
.section.section1 .content-box .card.card-2 {
  background: url("../images/bg3.png") no-repeat;
  background-size: 100% 100%;
}
.section.section1 .content-box .card.card-3 {
  background: url("../images/bg4.png") no-repeat;
  background-size: 100% 100%;
}
.section.section1 .content-box .card .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  transition: all 0.3s ease;
}
.section.section1 .content-box .card .desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-align: justified;
  color: #fff;
  margin-top: 12px;
  transition: all 0.3s ease;
}
.section.section1 .content-box .card.active {
  width: 414px;
  height: 268px;
}
.section.section1 .content-box .card.active.card-0 {
  background: url("../images/bg1-1.png") no-repeat;
  background-size: 100% 100%;
}
.section.section1 .content-box .card.active.card-1 {
  background: url("../images/bg2-1.png") no-repeat;
  background-size: 100% 100%;
}
.section.section1 .content-box .card.active.card-2 {
  background: url("../images/bg3-1.png") no-repeat;
  background-size: 100% 100%;
}
.section.section1 .content-box .card.active.card-3 {
  background: url("../images/bg4-1.png") no-repeat;
  background-size: 100% 100%;
}
.section.section1 .content-box .card.active .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: #FFFA92;
  text-shadow: 0px 0px 5.5px 0px rgba(0, 0, 0, 0.431372549);
  margin-top: 124px;
}
.section.section1 .content-box .card.active .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.section.section2 .section2-bg {
  width: auto;
  height: 40px;
  margin: 27px auto 24px 0;
}
.section.section2 .content-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section.section2 .content-box .timeline-content {
  flex: 1;
  position: relative;
  margin-right: 28px;
}
.section.section2 .content-box .timeline-content::before {
  content: "";
  position: absolute;
  left: 123px;
  top: 66px;
  bottom: 44px;
  width: 1px;
  background: #BABABA;
}
.section.section2 .content-box .timeline-content .timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
}
.section.section2 .content-box .timeline-content .timeline-item .year {
  width: 90px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  color: #000;
  transition: all 0.3s ease;
}
.section.section2 .content-box .timeline-content .timeline-item .dot {
  width: 27px;
  height: 27px;
  position: relative;
  background: transparent;
  margin-left: 20px;
  margin-right: 25px;
  flex-shrink: 0;
  transition: all 0.3s ease;
  z-index: 1;
  border-radius: 50%;
}
.section.section2 .content-box .timeline-content .timeline-item .dot::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #FF500D;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.section.section2 .content-box .timeline-content .timeline-item .content-card {
  flex: 1;
  border: 1px solid #FFD4A1;
  border-radius: 8px;
  padding: 24px 0;
  padding-left: 51px;
  transition: all 0.3s ease;
  position: relative;
}
.section.section2 .content-box .timeline-content .timeline-item .content-card::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #FFD4A1;
}
.section.section2 .content-box .timeline-content .timeline-item .content-card::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #FFF8E8;
}
.section.section2 .content-box .timeline-content .timeline-item .content-card .text {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}
.section.section2 .content-box .timeline-content .timeline-item.active .year {
  color: #FF500D;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}
.section.section2 .content-box .timeline-content .timeline-item.active .dot {
  background: #FDE3CF;
}
.section.section2 .content-box .timeline-content .timeline-item.active .dot::before {
  width: 13px;
  height: 13px;
}
.section.section2 .content-box .timeline-content .timeline-item.active .content-card {
  border: 1px solid #FFDEB6;
  background: linear-gradient(264.59deg, #FFDEB6 4%, #FFDEB6 94.82%);
}
.section.section2 .content-box .timeline-content .timeline-item.active .content-card::before {
  border-right: 10px solid #FFDEB6;
}
.section.section2 .content-box .timeline-content .timeline-item.active .content-card::after {
  border-right: 10px solid #FFDEB6;
}
.section.section2 .content-box .image-display {
  width: 538px;
  height: 422px;
  flex-shrink: 0;
  box-shadow: 0px 0px 40px 0px rgba(203, 132, 100, 0.2509803922);
}
.section.section2 .content-box .image-display img {
  width: 100%;
}
.section.section3 {
  position: relative;
  padding-bottom: 66px;
  width: 100%;
}
.section.section3 .content-box {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-top: 33px;
}
.section.section3 .content-box .comment-card {
  width: 590px;
  height: 574px;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 14px;
  padding: 24px 26px;
  box-shadow: 0px 7px 40px 0px rgba(146, 146, 146, 0.2196078431);
}
.section.section3 .content-box .comment-card .video-wrapper {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
  cursor: pointer;
}
.section.section3 .content-box .comment-card .video-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.section.section3 .content-box .comment-card .video-wrapper .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: url("../images/bofang.png") no-repeat center/contain;
  cursor: pointer;
}
.section.section3 .xqbg {
  position: absolute;
  left: 0;
  z-index: -1;
  height: 261px;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  width: 100vw;
}
.section.section4 {
  width: 100%;
  height: 3170px;
}
.section.section4 .steps-box {
  width: 1200px;
  margin: 0 auto;
  height: 177px;
  background: url("../images/section4-bg.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 30px;
  margin-bottom: 36px;
  padding: 51px 68px;
  box-sizing: border-box;
}
.section.section4 .steps-box .steps-tit {
  font-size: 18px;
  font-weight: 400;
  line-height: 37px;
  text-align: left;
  color: #fff;
}
.section.section4 .steps-box .steps-desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
  text-align: left;
  color: #FFF6C1;
}
.section.section4 .steps-box .steps-desc p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section.section4 .steps-box .steps-desc img {
  margin: 0 4px;
  width: 17px;
  height: 14px;
}
.section.section4 .content-box .step-tit {
  position: relative;
  text-align: center;
  margin-top: 66px;
  margin-bottom: 30px;
}
.section.section4 .content-box .step-tit .img-bg {
  width: 72px;
  height: 60px;
  position: absolute;
  left: calc(50% - 36px);
  bottom: 10px;
}
.section.section4 .content-box .step-tit .img-tit {
  width: auto;
  height: 40px;
}
.section.section4 .content-box .step1 {
  width: 1200px;
  margin: 0 auto;
}
.section.section4 .content-box .step1 .content-wrapper {
  width: 1200px;
  height: 620px;
  border: 1px solid #E75925;
  border-radius: 12px;
  padding: 52px 100px 0 91px;
  position: relative;
}
.section.section4 .content-box .step1 .content-wrapper .swiper-slide {
  width: 1008px;
  height: auto;
}
.section.section4 .content-box .step1 .content-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
.section.section4 .content-box .step1 .content-wrapper .step1-swiper-btn-prev, .section.section4 .content-box .step1 .content-wrapper .step1-swiper-btn-next {
  background: url("../images/left.png") no-repeat;
  background-size: 100% 100%;
  width: 28px;
  height: 40px;
  position: absolute;
  z-index: 2;
  top: 251px;
  cursor: pointer;
}
.section.section4 .content-box .step1 .content-wrapper .step1-swiper-btn-prev {
  left: 20px;
}
.section.section4 .content-box .step1 .content-wrapper .step1-swiper-btn-next {
  right: 25px;
  transform: scaleX(-1);
}
.section.section4 .content-box .step1 .content-wrapper .nav-swiper-bar {
  width: calc(100% + 2px);
  height: 80px;
  background: #D1812D;
  border: 1px solid #D1812D;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 0 0 12px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.section4 .content-box .step1 .content-wrapper .nav-swiper-bar .bar-item {
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section.section4 .content-box .step1 .content-wrapper .nav-swiper-bar .bar-item span {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 0 14px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.section.section4 .content-box .step1 .content-wrapper .nav-swiper-bar .bar-item.active span {
  font-size: 20px;
  font-weight: 600;
  color: #FFF4AE;
  background: #BA6102;
}
.section.section4 .content-box .step1 .content-wrapper .nav-swiper-bar .bar-item-line {
  width: 1px;
  height: 12px;
  background: #fff;
  margin: 0 40px;
}
.section.section4 .content-box .step2 .tips {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #000;
  width: 533px;
  height: 44px;
  line-height: 44px;
  border-radius: 8.02px;
  margin: 0 auto;
  background: linear-gradient(86.15deg, #FFC2C2 0.49%, #FFD4A3 98.21%);
  position: relative;
}
.section.section4 .content-box .step2 .tips::after {
  content: "";
  position: absolute;
  left: 253px;
  top: 36px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #FFCBB1;
  border-bottom: 15px solid transparent;
}
.section.section4 .content-box .step2 .table-content {
  margin: 24px auto 0;
  width: 1083px;
  height: 743px;
  border-radius: 16px;
  border: 10px solid #FFFFFF;
  box-shadow: 0px 0px 40px 0px rgba(203, 132, 100, 0.2509803922);
  overflow-y: auto;
  overflow-x: hidden;
}
.section.section4 .content-box .step2 .table-content img {
  width: 100%;
  height: auto;
}
.section.section4 .content-box .step3 {
  position: relative;
  margin-top: 80px;
}
.section.section4 .content-box .step3 .step3-bg {
  width: 100%;
  height: 1068px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.section.section4 .content-box .step3 .biji-box {
  padding-top: 48px;
  text-align: center;
}
.section.section4 .content-box .step3 .biji-box p {
  text-shadow: 0px 0px 30px 0px rgba(146, 0, 0, 0.6392156863);
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.section.section4 .content-box .step3 .biji-box img {
  width: 1268px;
  height: 424px;
  margin: 0 auto;
}
.section.section4 .content-box .step3 .step-tit {
  margin-top: 0;
}
.section.section4 .content-box .step3 .step-tit .img-tit {
  width: 574px;
  height: auto;
}
.section.section4 .content-box .step3 .step-tit .img-bg {
  bottom: 22px;
}
.section.section4 .content-box .step3 .content-swiper-container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.section.section4 .content-box .step3 .content-swiper-container .step3-swiper-btn-prev, .section.section4 .content-box .step3 .content-swiper-container .step3-swiper-btn-next {
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 2;
  top: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1490196078);
}
.section.section4 .content-box .step3 .content-swiper-container .step3-swiper-btn-prev img, .section.section4 .content-box .step3 .content-swiper-container .step3-swiper-btn-next img {
  width: 11px;
  height: 18px;
}
.section.section4 .content-box .step3 .content-swiper-container .step3-swiper-btn-prev:hover, .section.section4 .content-box .step3 .content-swiper-container .step3-swiper-btn-next:hover {
  background: #f9f2ed;
}
.section.section4 .content-box .step3 .content-swiper-container .step3-swiper-btn-prev {
  left: -26px;
}
.section.section4 .content-box .step3 .content-swiper-container .step3-swiper-btn-next {
  right: -26px;
  transform: rotate(180deg);
}
.section.section4 .content-box .step3 .step3-swiper {
  width: 1200px;
}
.section.section4 .content-box .step3 .step3-swiper .swiper-wrapper {
  align-items: center;
}
.section.section4 .content-box .step3 .step3-swiper .swiper-slide {
  width: 524px;
  height: 382px;
  transition: all 0.3s;
}
.section.section4 .content-box .step3 .step3-swiper .swiper-slide img {
  width: 524px;
  height: 382px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 0 34.7px 0 rgba(0, 0, 0, 0.1019607843);
}
.section.section5 .intro-tit {
  margin-top: 64px;
  margin-bottom: 34px;
}
.section.section5 .content-box .course-video {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 942px;
  height: 582px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0px 0px 34.7px 0px rgba(0, 0, 0, 0.1019607843);
  margin: 0 auto;
}
.section.section5 .content-box .course-video video {
  width: 916px;
  height: 514px;
  margin-bottom: 17px;
  border-radius: 28px;
}
.section.section5 .content-box .desc-box {
  width: 1200px;
  height: 269px;
  border-radius: 20px;
  border: 1.6px solid #FFCBA0;
  margin: 48px auto 64px;
  position: relative;
}
.section.section5 .content-box .desc-box .quote-l {
  width: 59px;
  height: 45px;
  position: absolute;
  left: -7px;
  top: 32px;
}
.section.section5 .content-box .desc-box .quote-r {
  width: 83px;
  height: 64px;
  position: absolute;
  right: -13px;
  bottom: 15px;
}
.section.section5 .content-box .desc-box .txt1 {
  position: absolute;
  left: 130px;
  top: 55px;
  width: 949px;
  height: auto;
}
.section.section5 .content-box .desc-box .txt2 {
  position: absolute;
  top: 170px;
  left: 130px;
  width: auto;
  height: 22px;
}
.section.section5 .content-box .pics {
  width: 1200px;
  height: 414px;
}

.side-nav {
  display: none;
  position: fixed;
  bottom: 180px;
  right: 40px;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0 0 15px 0 rgba(23, 52, 91, 0.1);
  border-radius: 16px;
  width: 100px;
  height: auto;
  box-sizing: border-box;
  z-index: 1;
  text-align: center;
}
.side-nav img {
  width: 120px;
  height: 113px;
  margin-top: -95px;
  margin-bottom: 7px;
  margin-left: -10px;
}
.side-nav a {
  display: inline-block;
  width: 90px;
  height: 26px;
  font-size: 14px;
  color: #FFFAF1;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  font-weight: 400;
  border-radius: 5px;
  color: #FFFAF1;
  background: #F39B39;
  margin-bottom: 15px;
  cursor: pointer;
}
.side-nav a.active, .side-nav a:hover {
  background: #f27d2b;
  color: #FFFAF1;
}
.side-nav .backTop {
  display: inline-block;
  width: 100px;
  height: 41px;
  line-height: 41px;
  background: rgba(253, 234, 212, 0.3803921569);
  border-radius: 0 0 16px 16px;
  cursor: pointer;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
.side-nav .backTop:hover {
  color: #F39B39;
}

.foot {
  margin-top: 84px;
  background: url("../images/foot-bg.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 316px;
}
.foot .foot-container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 53px;
}
.foot .foot-container .code {
  width: 194px;
  height: 194px;
  margin-right: 78px;
  padding: 8px;
  box-sizing: border-box;
  background: #fff;
}
.foot .foot-container .code img {
  width: 100%;
  height: 100%;
}
.foot .foot-container .desc {
  color: #fff;
}
.foot .foot-container .desc p:first-child {
  font-family: Alimama ShuHeiTi;
  font-size: 44px;
  font-weight: 700;
  line-height: 61.44px;
}
.foot .foot-container .desc p:last-child {
  margin-top: 19px;
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
}

.back-top {
  display: none;
  position: fixed;
  bottom: 180px;
  right: 40px;
  border-radius: 16px;
  width: 54px;
  height: 54px;
  z-index: 1;
  text-align: center;
  color: #fff;
  background: #F39B39;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 66px;
}
.back-top::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 15px;
  width: 24px;
  height: 13px;
  background: url(../images/jt_hover.png) no-repeat;
  background-size: 100% 100%;
}
.back-top:hover {
  cursor: pointer;
  color: #fff;
  background: #f78746;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}

.video-modal-content {
  width: 1198px;
  height: 766px;
  position: relative;
  z-index: 10000;
  background: #fff;
  border-radius: 14px;
  padding: 46px 100px;
  box-sizing: border-box;
}
.video-modal-content .video-modal-close {
  position: absolute;
  right: 26px;
  top: 26px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url("../images/close.png") no-repeat center/contain;
  background-size: 100% 100%;
}
.video-modal-content video {
  width: 994px;
  height: 556px;
  background: #000;
  border-radius: 14px;
}
.video-modal-content .person-info {
  margin-top: 26px;
  margin-bottom: 14px;
}
.video-modal-content .comment-text {
  padding: 0;
}
.video-modal-content .comment-text p {
  color: #884343;
}

.person-info {
  margin-top: 32px;
  margin-bottom: 29px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.person-info .name {
  font-weight: 600;
  color: #000;
}
.person-info .line {
  width: 1px;
  height: 20px;
  background: #D9D9D9;
  margin: 0 7px;
}
.person-info .title {
  color: #E63216;
}

.comment-text {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: justified;
  color: #884343;
  padding: 11px 43px 0;
}
.comment-text p {
  font-size: 15px;
  line-height: 1.6;
}
.comment-text .quote-left,
.comment-text .quote-right {
  position: absolute;
  width: 35px;
  height: 30px;
  color: #FFECDD;
  background: url("../images/quote.png") no-repeat center/contain;
}
.comment-text .quote-left {
  left: 0;
  top: 0;
}
.comment-text .quote-right {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}/*# sourceMappingURL=index.css.map */