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;
}

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 "Microsoft YaHei", "PingFang SC", Arial, "Helvetica Neue", Helvetica, "STHeiTi", sans-serif;
  color: #333;
  min-width: 1200px;
  font-family: PingFang SC;
}

.header {
  width: 100%;
  height: 734px;
  background: url("../images/banner.png") center/100% 100%;
}
.header .header-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
}
.header .header-content .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-content .header-top .zgmsx {
  width: 328px;
  height: 101px;
}
.header .header-content .header-top .logo-box {
  display: flex;
  height: 38px;
  align-items: center;
}
.header .header-content .header-top .logo-box img:first-child {
  width: 124px;
  height: 38px;
}
.header .header-content .header-top .logo-box img:last-child {
  width: 121.5px;
  height: 38px;
}
.header .header-content .header-top .logo-box .line {
  width: 2px;
  height: 16px;
  background: #fff;
  margin: 0 12px;
  margin-top: 8px;
}
.header .header-content .title {
  color: #FFF56F;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
}
.header .header-content .sub-title {
  width: 1117.5px;
  height: 89.5px;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}
.header .header-content .location {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 400px;
  margin-top: 20px;
}
.header .header-content .location .location-icon {
  width: 47.5px;
  height: 53px;
}
.header .header-content .location .location-text {
  color: #FFF;
  font-size: 24.5px;
  font-weight: 400;
  line-height: 24.5px;
  margin-left: 4px;
}
.header .header-content .project-solution {
  position: absolute;
  top: 368px;
  width: 1200px;
  height: 980px;
  flex-shrink: 0;
  border-radius: 20px;
  background: linear-gradient(180deg, #FFF 52.38%, rgba(255, 255, 255, 0) 100%);
}
.header .header-content .project-solution .background .background-title,
.header .header-content .project-solution .solution .background-title {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  padding-top: 42px;
}
.header .header-content .project-solution .background .background-title-icon,
.header .header-content .project-solution .solution .background-title-icon {
  width: 124px;
  height: 10px;
  margin: 0 auto;
  margin-top: 4px;
  display: block;
}
.header .header-content .project-solution .background .background-content,
.header .header-content .project-solution .solution .background-content {
  width: 1016px;
  margin: 0 auto;
  color: #000;
  text-align: justify;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 20px;
}
.header .header-content .project-solution .background .background-content span,
.header .header-content .project-solution .solution .background-content span {
  color: #5C20BE;
  font-weight: 600;
}
.header .header-content .project-solution .background .problem-list,
.header .header-content .project-solution .solution .problem-list {
  display: flex;
  justify-content: space-between;
  width: 920px;
  margin: 0 auto;
  margin-top: 20px;
}
.header .header-content .project-solution .background .problem-list .problem-item,
.header .header-content .project-solution .solution .problem-list .problem-item {
  position: relative;
  width: 296px;
  height: 274px;
  border-radius: 8px;
  background: #ECF1FF;
}
.header .header-content .project-solution .background .problem-list .problem-item .blue-num,
.header .header-content .project-solution .solution .problem-list .problem-item .blue-num {
  position: absolute;
  left: 35px;
  top: 20px;
  width: 39px;
  height: 39px;
}
.header .header-content .project-solution .background .problem-list .problem-item .desc,
.header .header-content .project-solution .solution .problem-list .problem-item .desc {
  position: absolute;
  left: 35px;
  top: 68px;
  width: 225px;
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.header .header-content .project-solution .background .problem-list .problem-item .desc span,
.header .header-content .project-solution .solution .problem-list .problem-item .desc span {
  color: #5C20BE;
  font-weight: 600;
}
.header .header-content .project-solution .background .problem-list .problem-item .weitu,
.header .header-content .project-solution .solution .problem-list .problem-item .weitu {
  position: absolute;
  right: 13px;
  bottom: 10px;
  width: 106px;
  height: 59px;
}
.header .header-content .project-solution .solution .solution-img {
  width: 996px;
  height: 338px;
  margin: 0 auto;
  display: block;
}

.header-bottom {
  height: 674px;
  width: 100%;
  background: #fff;
}

.zelxes {
  font-family: "PingFang SC";
  width: 100%;
  height: 372px;
  background: url("../images/zelxes.png") center/100% 100%;
  text-align: center;
}
.zelxes .coverage-title {
  color: #FFF;
  text-shadow: 0px 4px 16px rgba(41, 0, 138, 0.5);
  font-size: 38px;
  font-weight: 600;
  line-height: 38px;
  padding-top: 68px;
}
.zelxes .coverage-content {
  display: flex;
  justify-content: space-between;
  max-width: 1030px;
  margin: 0 auto;
  margin-top: 74px;
}
.zelxes .coverage-content .coverage-item {
  width: 270px;
}
.zelxes .coverage-content .coverage-item .number {
  color: #FFF07C;
  text-shadow: 0px 4px 16px rgba(41, 0, 138, 0.5);
  font-size: 60px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}
.zelxes .coverage-content .coverage-item .desc {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 18px;
}

.jjzytd {
  font-family: "PingFang SC";
  width: 100%;
  padding: 68px 0;
  background: #FFFFFF;
  text-align: center;
}
.jjzytd .jjzytd-title {
  color: #000;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 38px;
}
.jjzytd .jjzytd-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
.jjzytd .jjzytd-content .item-line {
  position: absolute;
  width: 1200px;
  height: 2px;
  background: #B8B8B8;
  flex-shrink: 0;
  top: 242.5px;
  z-index: 1;
}
.jjzytd .jjzytd-content .jjzytd-item {
  width: 290px;
}
.jjzytd .jjzytd-content .jjzytd-item img {
  width: 290px;
  height: 214px;
  border-radius: 4px;
}
.jjzytd .jjzytd-content .jjzytd-item .item-line-svg {
  position: relative;
  margin-top: 22px;
  width: 86px;
  height: 14px;
  flex-shrink: 0;
  z-index: 2;
}
.jjzytd .jjzytd-content .jjzytd-item .item-desc {
  color: #484848;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.dwmdxmcl {
  width: 100%;
  padding: 0 0 60px 0;
}
.dwmdxmcl .dwmdxmcl-title {
  color: #000;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  /* 100% */
}
.dwmdxmcl .project-item {
  position: relative;
  margin-top: 66px;
}
.dwmdxmcl .project-item .project-image {
  position: absolute;
  width: 52.5px;
  height: 27px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.dwmdxmcl .project-item .project-details {
  display: flex;
  height: 24px;
  align-items: center;
  justify-content: center;
}
.dwmdxmcl .project-item .project-details .project-icon {
  width: 35px;
  height: 17.5px;
}
.dwmdxmcl .project-item .project-details .project-description {
  display: flex;
  margin: 0 14px;
  color: #1F0960;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.dwmdxmcl .project-item .project-details .project-description .project-title {
  color: #3A06D7;
}
.dwmdxmcl .project-swiper-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.dwmdxmcl .project-swiper-wrapper .project-swiper-wrapper-middle {
  position: relative;
  width: 1200px;
  height: 580px;
}
.dwmdxmcl .project-swiper-wrapper .project-swiper-wrapper-middle .bigspsp {
  position: absolute;
  width: 181px;
  height: 91px;
  z-index: 1;
}
.dwmdxmcl .project-swiper-wrapper .project-swiper-wrapper-middle .left-bigspsp {
  left: -133px;
  top: 66px;
}
.dwmdxmcl .project-swiper-wrapper .project-swiper-wrapper-middle .right-bigspsp {
  right: -133px;
  bottom: 66px;
}
.dwmdxmcl .project-swiper-wrapper .project-swiper-wrapper-middle .project-swiper {
  position: relative;
  width: 1200px;
  height: 580px;
  flex-shrink: 0;
  background: #ECF1FF;
  border: 1px solid #D5D7FF;
  box-sizing: border-box;
  border-radius: 12px;
  overflow: hidden;
  z-index: 10;
}
.dwmdxmcl .project-swiper-wrapper .project-swiper-wrapper-middle .project-swiper .swiper-container {
  position: relative;
  z-index: 10;
  width: 1200px;
  height: 580px;
}
.dwmdxmcl .project-swiper-wrapper .project-swiper-wrapper-middle .project-swiper .swiper-container .swiper-wrapper {
  width: 1200px;
  height: 580px;
}
.dwmdxmcl .project-swiper-wrapper .project-swiper-wrapper-middle .project-swiper .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 580px;
}
.dwmdxmcl .project-swiper-wrapper .project-swiper-wrapper-middle .project-swiper .swiper-container .swiper-wrapper .swiper-slide .swiper-img {
  width: 1200px;
  height: 580px;
}
.dwmdxmcl .project-swiper-wrapper .project-swiper-wrapper-middle .swiper-button-prev1,
.dwmdxmcl .project-swiper-wrapper .project-swiper-wrapper-middle .swiper-button-prev2,
.dwmdxmcl .project-swiper-wrapper .project-swiper-wrapper-middle .swiper-button-prev3 {
  position: absolute;
  width: 98px;
  height: 98px;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  background: url("../images/left.png") no-repeat;
  background-size: 100% 100%;
  z-index: 100;
  cursor: pointer;
}
.dwmdxmcl .project-swiper-wrapper .project-swiper-wrapper-middle .swiper-button-next1,
.dwmdxmcl .project-swiper-wrapper .project-swiper-wrapper-middle .swiper-button-next2,
.dwmdxmcl .project-swiper-wrapper .project-swiper-wrapper-middle .swiper-button-next3 {
  width: 98px;
  height: 98px;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  background: url("../images/right.png") no-repeat;
  background-size: 100% 100%;
  z-index: 100;
  cursor: pointer;
}
.dwmdxmcl .project-swiper-wrapper .project-swiper-wrapper-middle .get-solution {
  position: relative;
  z-index: 100;
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 326px;
  height: 66px;
  border-radius: 16px;
  background: #4944E0;
  box-shadow: 0px 0px 34.7px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.dwmdxmcl .project-swiper-wrapper .project-swiper-wrapper-middle .get-solution .get-solution-text {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
  margin-right: 10px;
}
.dwmdxmcl .project-swiper-wrapper .project-swiper-wrapper-middle .get-solution .solution-popup {
  width: 282px;
  height: 298px;
  display: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/elastic-layer.png") no-repeat;
  background-size: 100% 100%;
  padding: 16px;
  text-align: center;
}
.dwmdxmcl .project-swiper-wrapper .project-swiper-wrapper-middle .get-solution .solution-popup .popup-qrcode {
  width: 172px;
  height: 172px;
  margin-bottom: 4px;
  margin-top: 28px;
}
.dwmdxmcl .project-swiper-wrapper .project-swiper-wrapper-middle .get-solution .solution-popup .popup-text {
  color: #1D1D1D;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
.dwmdxmcl .project-swiper-wrapper .project-swiper-wrapper-middle .get-solution:hover {
  background: #3B03E1;
}
.dwmdxmcl .project-swiper-wrapper .project-swiper-wrapper-middle .get-solution:hover .solution-popup {
  display: block;
}
.dwmdxmcl .first-box,
.dwmdxmcl .second-box,
.dwmdxmcl .third-box {
  padding: 54px 0 75px 0;
}
.dwmdxmcl .first-box {
  padding-top: 0px;
}
.dwmdxmcl .second-box {
  background: #ECF1FF;
}
.dwmdxmcl .second-box .project-swiper {
  background: #fff !important;
}

.resources {
  width: 100%;
  height: 1522px;
  flex-shrink: 0;
  background: #ECF1FF;
  font-family: "PingFang SC";
}
.resources .resources-title {
  color: #000;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 38px;
  padding-top: 68px;
}
.resources .teachers {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 323px;
  margin: 0 auto;
  margin-top: 42px;
}
.resources .teachers img {
  width: 392px;
  height: 323px;
  box-shadow: 0px 0px 34.7px 0px rgba(0, 0, 0, 0.1);
}
.resources .expert-resources,
.resources .school-resources {
  position: relative;
  width: 1167px;
  margin: 0 auto;
  margin-top: 55px;
}
.resources .expert-resources .left-quote,
.resources .school-resources .left-quote {
  position: absolute;
  left: -45px;
  top: -4px;
  width: 28px;
  height: 22px;
  background: url("../images/left-quote.png") no-repeat;
  background-size: 100% 100%;
}
.resources .expert-resources .right-quote,
.resources .school-resources .right-quote {
  position: absolute;
  right: -16px;
  bottom: -21px;
  width: 55px;
  height: 43px;
  background: url("../images/right-quote.png") no-repeat;
  background-size: 100% 100%;
}
.resources .expert-resources .expert-text,
.resources .expert-resources .school-text,
.resources .school-resources .expert-text,
.resources .school-resources .school-text {
  position: relative;
  z-index: 10;
  width: 1200px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 auto;
  text-align: center;
}
.resources .expert-resources .expert-text .expert-text-highlight,
.resources .expert-resources .expert-text .school-text-highlight,
.resources .expert-resources .school-text .expert-text-highlight,
.resources .expert-resources .school-text .school-text-highlight,
.resources .school-resources .expert-text .expert-text-highlight,
.resources .school-resources .expert-text .school-text-highlight,
.resources .school-resources .school-text .expert-text-highlight,
.resources .school-resources .school-text .school-text-highlight {
  color: #5325C6;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}
.resources .school-resources .right-quote {
  position: absolute;
  right: -16px;
  bottom: -43px;
}
.resources .partners {
  width: 1204px;
  height: 298px;
  margin: 0 auto;
  margin-top: 55px;
}
.resources .partners img {
  width: 1204px;
  height: 298px;
}
.resources .schools {
  position: relative;
  width: 1204px;
  height: 334px;
  margin: 0 auto;
  margin-top: 68px;
  z-index: 10;
}
.resources .schools img {
  width: 1240px;
  height: 334px;
}
.resources .bg {
  position: relative;
  width: 100%;
}
.resources .bg .left-bicon {
  position: absolute;
  left: 0;
  bottom: -87px;
  width: 696px;
  height: 581px;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resources .bg .right-bicon {
  position: absolute;
  right: 0;
  bottom: -87px;
  width: 694px;
  height: 581px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}

.resources-bottom {
  font-family: "PingFang SC";
  width: 100%;
  background: #FFFFFF;
  padding: 60px 0;
  text-align: center;
  position: relative;
  height: 838px;
  box-sizing: border-box;
}
.resources-bottom .resources-bottom-title {
  color: #000;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 40px;
}
.resources-bottom .tab-buttons {
  display: flex;
  justify-content: space-between;
  width: 534px;
  height: 76px;
  border-radius: 35px;
  background: #EBF0FF;
  margin-bottom: 30px;
  margin: 0 auto;
  padding: 10px 16px;
  box-sizing: border-box;
}
.resources-bottom .tab-buttons .tab-button {
  width: 240px;
  height: 56px;
  border-radius: 43px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 56px;
  cursor: pointer;
  color: #000;
}
.resources-bottom .tab-buttons .tab-button.active {
  color: #FFF;
  background: #3E37CF;
}
.resources-bottom .tab-contents {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.resources-bottom .tab-contents .tab-content {
  display: none;
}
.resources-bottom .tab-contents .tab-content .tab-content-title {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 22px;
}
.resources-bottom .tab-contents .tab-content .tab-content-title span {
  color: #3E37CF;
  font-size: 18px;
  font-weight: 600;
}
.resources-bottom .tab-contents .tab-content .tab-content-img1 {
  width: 1270px;
  height: 517px;
}
.resources-bottom .tab-contents .tab-content .tab-content-img2 {
  width: 1277.5px;
  height: 484px;
  margin-top: 20px;
}
.resources-bottom .tab-contents .tab-content.active {
  display: block;
}
.resources-bottom .purple-bg {
  position: absolute;
  width: 100%;
  height: 304px;
  background: #5E40D2;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.project-info {
  width: 100%;
  background: #FFFFFF;
  font-family: "PingFang SC";
}
.project-info .project-info-title {
  color: #000;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 38px;
  margin-top: 68px;
}
.project-info .video-feedback {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 28px;
}
.project-info .video-feedback .video-item {
  width: 590px;
  height: 413px;
  background: linear-gradient(180deg, #FAF2D1 8.47%, #FFF 100%);
  border-radius: 14px;
  filter: drop-shadow(0px 7px 40px rgba(146, 146, 146, 0.22));
  box-sizing: border-box;
  padding: 24px 25px;
  border: 1px solid #fff;
}
.project-info .video-feedback .video-item .video-wrapper {
  position: relative;
  width: 539px;
  height: 301px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.project-info .video-feedback .video-item .video-wrapper .video-player {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-info .video-feedback .video-item .video-wrapper .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
}
.project-info .video-feedback .video-item .video-info {
  margin-top: 32px;
  text-align: center;
  display: flex;
}
.project-info .video-feedback .video-item .video-info .interviewee {
  color: #000;
  font-family: "PingFang SC";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.project-info .video-feedback .video-item .video-info .video-line {
  width: 1px;
  height: 20px;
  flex-shrink: 0;
  background: #D9D9D9;
  margin-top: 3px;
  margin-left: 12px;
  margin-right: 12px;
}
.project-info .video-feedback .video-item .video-info .position {
  color: #767676;
  font-family: "PingFang SC";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 118.182% */
}
.project-info .info-list {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}
.project-info .info-list .info-item {
  width: 1200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  cursor: pointer;
  border-bottom: 1px solid #D9D9D9;
}
.project-info .info-list .info-item:hover .info-date {
  color: #210595;
}
.project-info .info-list .info-item:hover .info-text {
  color: #210595;
}
.project-info .info-list .info-item .info-date {
  color: #838383;
  text-align: right;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
.project-info .info-list .info-item .info-text {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.feedback {
  font-family: "PingFang SC";
}
.feedback .feedback-title {
  color: #000;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 38px;
  margin-top: 56px;
}
.feedback .feedback-box {
  position: relative;
  width: 1030px;
  height: 270px;
  margin: 0 auto;
  margin-top: 42px;
  background: #ECF1FF;
  border-radius: 0 24px 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feedback .feedback-box .left-quote {
  position: absolute;
  left: -41px;
  top: 29px;
  width: 59px;
  height: 45px;
}
.feedback .feedback-box .feedback-text {
  width: 893px;
  height: 159.689px;
  color: #140461;
  text-align: justify;
  font-size: 22px;
  font-weight: 400;
  line-height: 38px;
}
.feedback .feedback-box .right-quote {
  position: absolute;
  right: -59px;
  bottom: 23px;
  width: 83px;
  height: 64px;
}

.zjxd {
  width: 1243px;
  height: 376px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 72px;
}
.zjxd img {
  width: 1243px;
  height: 376px;
}

.footer {
  width: 100%;
  height: 315px;
  background: url("../images/footer-bg.png") no-repeat center/cover;
}
.footer .footer-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-content .qr-code {
  width: 194px;
  height: 194px;
  padding: 10px;
  background: #fff;
  margin-right: 48px;
}
.footer .footer-content .qr-code img {
  width: 174px;
  height: 174px;
}
.footer .footer-content .contact-info .contact-title {
  color: #FFF;
  font-family: "Alimama ShuHeiTi";
  font-size: 44px;
  font-weight: 700;
  line-height: 61.444px;
}
.footer .footer-content .contact-info .contact-desc {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  margin-top: 12px;
}

.sider {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  background: url("../images/to-top.png") no-repeat center/cover;
  cursor: pointer;
  z-index: 999;
  transition: background-image 0.3s;
}
.sider:hover {
  background-image: url("../images/to-top-hover.png");
}

.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.video-modal .modal-content {
  position: relative;
  width: 1198px;
  height: 710px;
  border-radius: 14px;
  background: #FFF;
  box-shadow: 0px 7px 40px 0px rgba(146, 146, 146, 0.22);
  flex-shrink: 0;
  margin: 100px auto;
}
.video-modal .modal-content .modal-close {
  position: absolute;
  right: 26px;
  top: 26px;
  width: 30px;
  height: 30px;
  color: #B5B4B4;
  font-size: 30px;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
}
.video-modal .modal-content video {
  width: 993.844px;
  height: 555.617px;
  margin: 46px 100px 0 100px;
  border-radius: 14px;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-modal .modal-content .video-info {
  margin-top: 30px;
  margin-left: 100px;
  text-align: center;
  display: flex;
}
.video-modal .modal-content .video-info .interviewee {
  color: #000;
  font-family: "PingFang SC";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.video-modal .modal-content .video-info .video-line {
  width: 1px;
  height: 20px;
  flex-shrink: 0;
  background: #D9D9D9;
  margin-top: 3px;
  margin-left: 12px;
  margin-right: 12px;
}
.video-modal .modal-content .video-info .position {
  color: #767676;
  font-family: "PingFang SC";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 118.182% */
}/*# sourceMappingURL=index.css.map */