html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("../images/ifold.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border: 1px solid #32ced7;
  color: #32ced7;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.red {
  color: #fff;
  border: 1px solid #e6251f;
  background: #e6251f;
}
.l-btn.red:hover {
  background: #ec4e42;
  border-color: #ec4e42;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #32ced7;
  background: #32ced7;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #666;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #666;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #f59a23;
  background: #f59a23;
}
.l-btn.orange:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="cross"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="cross"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="vertical"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.l-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
.l-title {
  padding-bottom: 60px;
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  font-size: 28px;
  color: #33465b;
}
.l-title p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
  color: #33465b;
  text-align: center;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 24px;
    font-weight: 400;
  }
}
.content {
  padding-top: 60px !important;
}
@media (max-width: 978px) {
  .content {
    padding-top: 50px;
  }
}
@keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-moz-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-webkit-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-o-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.detail-content {
  background: #f4f5fa;
  padding-top: 60px;

}
.detail-content .l-container {
  display: flex;
}
.detail-content .l-content {
  width: calc( 100% - 300px );
  margin-right: 20px;
}
.detail-content .l-content .t-content {
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
}
.detail-content .l-content .t-content h3 {
  font-size: 28px;
  color: #000000;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
}
.detail-content .l-content .t-content h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 30px;
  background: #32ced7;
}
.detail-content .l-content .t-content .play-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../images/video-btn.svg) center no-repeat;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s;
}
.detail-content .l-content .t-content .play-icon::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  width: 60px;
  height: 60px;
  background: #fff;
  z-index: 1;
  -webkit-animation: water 1s linear infinite;
  animation: water 1s linear infinite;
}
.detail-content .l-content .t-content .close-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  background: url(../images/video-close.svg) center no-repeat;
  background-size: 100% 100%;
  right: 40px;
  top: 40px;
  z-index: 2;
  cursor: pointer;
  display: none;
}
.detail-content .l-content .t-content .video-box {
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.detail-content .l-content .t-content .video-box img {
  width: 100%;
}
.detail-content .l-content .t-content video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: fill;
}
.detail-content .l-content .t-content .info-box p:nth-child(1) {
  display: inline-block;
}
.detail-content .l-content .t-content .info-box p:nth-child(1) span {
  font-size: 14px;
  color: #2cc6d0;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
/*  padding: 5px 10px;*/
  border-radius: 4px;
/*  margin-right: 10px;*/
  cursor: pointer;
}
/*.detail-content .l-content .t-content .info-box p:nth-child(1) span.span1 {
  background: rgba(112, 207, 216, 0.2);
}
.detail-content .l-content .t-content .info-box p:nth-child(1) span.span2 {
  color: #136bfd;
  background: rgba(45, 110, 244, 0.2);
}*/
.detail-content .l-content .t-content .info-box p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
}
.detail-content .l-content .t-content .info-box p:nth-child(3) {
  float: right;
  font-size: 16px;
  color: #32ced7;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
}
.detail-content .l-content .t-content .info-box p:nth-child(3) img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.detail-content .l-content .b-content {
  background: #fff;
  padding: 30px;
}
.detail-content .l-content .b-content .goask {
  float: right;
}
.detail-content .l-content .b-content .goask .ask-img {
  width: 14px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.detail-content .l-content .b-content .goask div {
  display: inline-block;
  vertical-align: middle;
}
.detail-content .l-content .b-content .goask div span {
  font-size: 16px;
  color: #136bfd;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
}
.detail-content .l-content .b-content .content-box p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.detail-content .l-content .b-content .tab_btn {
  border-bottom: 1px solid #dcdee2;
}
.detail-content .l-content .b-content .tab_btn li {
  padding-bottom: 10px;
  width: 90px;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
  color: #000;
  cursor: pointer;
}
.detail-content .l-content .b-content .tab_btn li.active {
  border-color: #32ced7;
}
.detail-content .l-content .b-content .tab_item {
  padding-top: 20px;
  padding-bottom: 30px;
}
.detail-content .l-content .b-content .ppt-title .ppt-icon {
  width: 20px;
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
}
.detail-content .l-content .b-content .ppt-title .ppt {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  vertical-align: middle;
  margin-right: 20px;
}
.detail-content .l-content .b-content .ppt-title .ppt-down {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.detail-content .l-content .b-content .ppt-title .ppt-down-title {
  font-size: 14px;
  color: #32ced7;
  letter-spacing: 0;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
}
.detail-content .l-content .b-content p.tab-title-ppt {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
}
.detail-content .l-content .b-content p img {
  width: 100%;
}
.detail-content .r-content {
  width: 320px;
}
.detail-content .r-content .search {
  width: 320px;
  height: 60px;
  background: #ffffff;
  margin-bottom: 20px;
  position: relative;
  padding: 10px;
}
.detail-content .r-content .search input {
  font-size: 14px;
  color: #666;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  border-radius: 4px;
  padding-left: 15px;
  overflow: hidden;
  background: #f4f5fa;
  border: none;
  transition: all 0.3s;
}
.detail-content .r-content .search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
.detail-content .r-content .search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
.detail-content .r-content .search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.detail-content .r-content .search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
.detail-content .r-content .search i {
  width: 16px;
  height: 16px;
  background: url(../images/search-icon.svg) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
  top: 23px;
  cursor: pointer;
}
.detail-content .r-content .list_1 {
  padding: 20px;
  padding-bottom: 1px;
  background: #fff;
  margin-bottom: 20px;
}
.detail-content .r-content .list_1 .title_s {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 5px;
  position: relative;
}
.detail-content .r-content .list_1 .title_s:after {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 2px;
  height: 16px;
  background: #32ced7;
}
.detail-content .r-content .list_1 .display-inline-flex a {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.detail-content .r-content .list_1 .display-inline-flex a img {
  width: 120px;
  margin-right: 10px;
}
.detail-content .r-content .list_1 .display-inline-flex a .text_p {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 10px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.detail-content .r-content .list_1 .display-inline-flex a .date {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 400;
}
.detail-content .r-content .list_1 .display-inline-flex a:hover .text_p {
  color: #32ced7;
}
.detail-content .r-content .list_1:last-child .display-inline-flex a .text_p {
  -webkit-line-clamp: 3;
  margin-bottom: 0;
}
.detail-content .r-content .list_2 {
  padding: 20px;
  padding-bottom: 1px;
  background: #fff;
  margin-bottom: 20px;
}
.detail-content .r-content .list_2 .title_s {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 5px;
  position: relative;
}
.detail-content .r-content .list_2 .title_s:after {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 2px;
  height: 16px;
  background: #32ced7;
}
.detail-content .r-content .list_2 .display-inline-flex a {
  margin-bottom: 20px;
  display: flex;
}
.detail-content .r-content .list_2 .display-inline-flex a img {
  width: 48px;
  margin-right: 10px;
}
.detail-content .r-content .list_2 .display-inline-flex a .text_p {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 5px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-content .r-content .list_2 .display-inline-flex a .date {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-content .r-content .list_2 .display-inline-flex a:hover .text_p {
  color: #32ced7;
}
@media (max-width: 978px) {
  .detail-content {
    background: #f4f5fa;
    padding-top: 50px;
  }
  .detail-content .l-container {
    display: block;
    padding: 0;
  }
  .detail-content .l-content {
    width: 100%;
    margin-right: 0;
  }
  .detail-content .l-content .t-content {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
  }
  .detail-content .l-content .t-content h3 {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
  }
  .detail-content .l-content .t-content h3:after {
    display: none;
  }
  .detail-content .l-content .t-content .play-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(../images/video-btn.svg) center no-repeat;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s;
  }
  .detail-content .l-content .t-content .play-icon::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 60px;
    height: 60px;
    background: #fff;
    z-index: 1;
    -webkit-animation: water 1s linear infinite;
    animation: water 1s linear infinite;
  }
  .detail-content .l-content .t-content .close-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    background: url(../images/video-close.svg) center no-repeat;
    background-size: 100% 100%;
    right: 40px;
    top: 40px;
    z-index: 2;
    cursor: pointer;
    display: none;
  }
  .detail-content .l-content .t-content .video-box {
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
  }
  .detail-content .l-content .t-content .video-box img {
    width: 100%;
  }
  .detail-content .l-content .t-content video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: fill;
  }
  .detail-content .l-content .t-content .info-box p:nth-child(1) {
    display: inline-block;
  }
  .detail-content .l-content .t-content .info-box p:nth-child(1) span {
    font-size: 12px;
    color: #47d2da;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
  }
  .detail-content .l-content .t-content .info-box p:nth-child(1) span.span1 {
    background: rgba(112, 207, 216, 0.2);
  }
  .detail-content .l-content .t-content .info-box p:nth-child(1) span.span2 {
    color: #136bfd;
    background: rgba(45, 110, 244, 0.2);
  }
  .detail-content .l-content .t-content .info-box p:nth-child(2) {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
  }
  .detail-content .l-content .t-content .info-box p:nth-child(3) {
    float: right;
    font-size: 14px;
    color: #32ced7;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
  }
  .detail-content .l-content .t-content .info-box p:nth-child(3) img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }
  .detail-content .l-content .b-content {
    background: #fff;
    padding: 20px 0;
  }
  .detail-content .l-content .b-content .goask {
    float: right;
  }
  .detail-content .l-content .b-content .goask .ask-img {
    width: 14px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
  }
  .detail-content .l-content .b-content .goask div {
    display: inline-block;
    vertical-align: middle;
  }
  .detail-content .l-content .b-content .goask div span {
    font-size: 14px;
    color: #136bfd;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    margin-right: 10px;
  }
  .detail-content .l-content .b-content .content-box p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .detail-content .l-content .b-content .tab_btn {
    border-bottom: 1px solid #dcdee2;
  }
  .detail-content .l-content .b-content .tab_btn li {
    padding-bottom: 10px;
    width: 65px;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    cursor: pointer;
  }
  .detail-content .l-content .b-content .tab_btn li.active {
    border-color: #32ced7;
  }
  .detail-content .l-content .b-content .tab_item {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .detail-content .l-content .b-content .ppt-title .ppt-icon {
    width: 20px;
    height: 24px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .detail-content .l-content .b-content .ppt-title .ppt {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 20px;
  }
  .detail-content .l-content .b-content .ppt-title .ppt-down {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
  }
  .detail-content .l-content .b-content .ppt-title .ppt-down-title {
    font-size: 14px;
    color: #32ced7;
    letter-spacing: 0;
    line-height: 20px;
    vertical-align: middle;
    cursor: pointer;
  }
  .detail-content .l-content .b-content p.tab-title-ppt {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .detail-content .l-content .b-content p img {
     width: 100% !important;
  }
  .detail-content .r-content {
    width: 100%;
    margin-top: 10px;
  }
  .detail-content .r-content .search {
    position: absolute;
    top: 50px;
    width: 100%;
    height: 60px;
    background: #ffffff;
    margin-bottom: 20px;
    padding: 10px;
  }
  .detail-content .r-content .search input {
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    border-radius: 18px;
    padding-left: 15px;
    overflow: hidden;
    background: #f4f5fa;
    border: none;
    transition: all 0.3s;
  }
  .detail-content .r-content .search input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
  }
  .detail-content .r-content .search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
  }
  .detail-content .r-content .search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
  }
  .detail-content .r-content .search input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
  }
  .detail-content .r-content .search i {
    width: 16px;
    height: 16px;
    background: url(../images/search-icon.svg) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 20px;
    top: 23px;
    cursor: pointer;
  }
  .detail-content .r-content .list_1 {
    padding: 20px;
    padding-bottom: 1px;
    background: #fff;
    margin-bottom: 10px;
  }
  .detail-content .r-content .list_1 .title_s {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .detail-content .r-content .list_1 .display-inline-flex a {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .detail-content .r-content .list_1 .display-inline-flex a img {
    width: 120px;
    margin-right: 10px;
  }
  .detail-content .r-content .list_1 .display-inline-flex a .text_p {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 10px;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .detail-content .r-content .list_1 .display-inline-flex a .date {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
  }
  .detail-content .r-content .list_1 .display-inline-flex a:hover .text_p {
    color: #32ced7;
  }
  .detail-content .r-content .list_1:last-child .display-inline-flex a .text_p {
    -webkit-line-clamp: 3;
    margin-bottom: 0;
  }
  .detail-content .r-content .list_2 {
    padding: 20px;
    padding-bottom: 1px;
    background: #fff;
    margin-bottom: 10px;
  }
  .detail-content .r-content .list_2 .title_s {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .detail-content .r-content .list_2 .display-inline-flex a {
    margin-bottom: 20px;
    display: flex;
  }
  .detail-content .r-content .list_2 .display-inline-flex a img {
    width: 48px;
    margin-right: 10px;
  }
  .detail-content .r-content .list_2 .display-inline-flex a .text_p {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 5px;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .detail-content .r-content .list_2 .display-inline-flex a .date {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .detail-content .r-content .list_2 .display-inline-flex a:hover .text_p {
    color: #32ced7;
  }
}
.form-box {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  display: none;
}
.form-box .main {
  width: 530px;
  position: absolute;
  padding: 40px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
}
.form-box .main a.close {
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
  background: url("../images/close.svg") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 9999;
}
.form-box .main h3 {
  font-size: 28px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
}
.form-box .main .inner {
  position: relative;
  max-width: 440px;
  width: 100%;
  text-align: left;
  display: inline-block;
}
.form-box .main .inner > p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.form-box .main .inner .form-item {
  margin-bottom: 15px;
  position: relative;
}
.form-box .main .inner .form-item:after {
  display: none;
  content: "*";
  font-size: 20px;
  position: absolute;
  color: #f66f6a;
  left: 8px;
  top: 3px;
}
.form-box .main .inner .form-item input {
  height: 44px;
  border: 1px solid #d6d6d6;
  border-radius: 30px;
  color: #000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 44px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  overflow: hidden;
  transition: all 0.3s;
}
.form-box .main .inner .form-item input:-webkit-autofill,
.form-box .main .inner .form-item input:-webkit-autofill:hover,
.form-box .main .inner .form-item input:-webkit-autofill:focus {
  /*背景颜色*/
  box-shadow: 0 0 0 60px #fff inset;
  /*字的颜色*/
}
.form-box .main .inner .form-item input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.form-box .main .inner .form-item input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.form-box .main .inner .form-item input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.form-box .main .inner .form-item input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.form-box .main .inner .form-item .tip {
  display: none;
  position: absolute;
  bottom: -25px;
  left: 20px;
  color: #e23232;
}
.form-box .main .inner .form-item #yzm {
  width: 100%;
  margin-right: 0;
}
.form-box .main .inner .form-item .yzm {
  display: inline-block;
  width: 120px;
  position: absolute;
  top: 1px;
  right: 1px;
  border-radius: 30px;
  overflow: hidden;
}
.form-box .main .inner .form-item .yzm button {
  width: 120px;
  height: 42px;
  border: none;
  border-radius: 2px;
  background: #fff;
  font-size: 16px;
  color: #1198f6;
  letter-spacing: 0;
  line-height: 42px;
  font-weight: 400;
}
.form-box .main .inner .form-item .select-box {
  position: relative;
}
.form-box .main .inner .form-item .select-box .select-info {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: #999999;
  border: 1px solid #d6d6d6;
  background: #fff;
  border-radius: 30px;
  letter-spacing: 0;
  font-weight: 400;
  cursor: pointer;
}
.form-box .main .inner .form-item .select-box .select-info span {
  width: 100%;
  display: inline-block;
}
.form-box .main .inner .form-item .select-box .select-info i {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 12px;
  right: 20px;
  background: url(../images/ifold.svg) center no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.form-box .main .inner .form-item .select-box .select-info i.active {
  transform: rotatex(0);
}
.form-box .main .inner .form-item .select-box .select-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  z-index: 1;
  border-radius: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  border: 1px solid #d6d6d6;
  margin-top: -1px;
  display: none;
  overflow: hidden;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-box .main .inner .form-item .select-box .select-list ul {
  max-height: 180px;
  overflow-y: auto;
  padding: 0;
}
.form-box .main .inner .form-item .select-box .select-list ul::-webkit-scrollbar {
  width: 5px;
}
.form-box .main .inner .form-item .select-box .select-list ul li {
  padding: 10px 15px;
  transition: all 0.3s;
  cursor: pointer;
}
.form-box .main .inner .form-item .select-box .select-list ul li:hover {
  background: rgba(78, 206, 214, 0.3);
}
.form-box .main .inner .form-item .aaa .select-info {
  color: #000 !important;
}
.form-box .main .inner .form-item.error input,
.form-box .main .inner .form-item.error .select-box .select-info {
  border-color: #e23232;
}
.form-box .main .inner .form-item.success input,
.form-box .main .inner .form-item.success .select-box .select-info {
  border-color: #32ced7;
}
.form-box .main .inner .ysbhfr-wrap {
  margin-bottom: 10px;
  margin-top: 30px;
}
.form-box .main .inner .ysbhfr-wrap span {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/checkbox-default.png) center no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
  margin-right: 3px;
  cursor: pointer;
}
.form-box .main .inner .ysbhfr-wrap span.active {
  background: url(../images/checkbox-active.png) center no-repeat;
  background-size: 100% 100%;
}
.form-box .main .inner .ysbhfr-wrap a {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}
.form-box .main .inner .ysbhfr-wrap a i {
  font-style: normal;
  font-size: 14px;
  color: #585c89;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  text-decoration: underline;
}
.form-box .main .inner .submit-wrap {
  width: 100%;
  background: #1198f6;
  border-radius: 30px;
  height: 48px;
}
.form-box .main .inner .submit-wrap button {
  width: 100%;
  height: 100%;
  border: 1px solid #1198f6;
  border-radius: 30px;
  background: #1198f6;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  line-height: 48px;
  font-weight: 400;
  transition: all 0.3s;
}
.form-box .main .inner .submit-wrap button:hover {
  background: #46b2ff;
  border: 1px solid #46b2ff;
}
.form-box .main.main2 {
  display: none;
}
.form-box .main .yzm-wrap {
  width: 290px;
  display: inline-block;
  margin-right: 5px;
}
.form-box .main .yzm-wrap + div {
  width: 140px;
  display: inline-block;
}
.form-box .tips-box {
  position: absolute;
  bottom: -30px;
}
.form-box .tips-box p {
  font-size: 14px;
  line-height: 18px;
  display: none;
}
.form-box .tips-box .success {
  color: #32ced7;
}
.form-box .tips-box .error {
  color: #e23232;
}
@media (max-width: 978px) {
  .form-box {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
  }
  .form-box .main {
    width: 315px;
    position: absolute;
    padding: 20px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
  }
  .form-box .main a.close {
    width: 16px;
    height: 16px;
    display: block;
    overflow: hidden;
    background: url("../images/close.svg") center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 9999;
  }
  .form-box .main h3 {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 5px;
  }
  .form-box .main .inner {
    position: relative;
    max-width: 440px;
    width: 100%;
    text-align: left;
    display: inline-block;
  }
  .form-box .main .inner > p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .form-box .main .inner .form-item {
    margin-bottom: 10px;
    position: relative;
  }
  .form-box .main .inner .form-item:after {
    display: none;
    content: "*";
    font-size: 20px;
    position: absolute;
    color: #f66f6a;
    left: 8px;
    top: 3px;
  }
  .form-box .main .inner .form-item input {
    height: 36px;
    border: 1px solid #d6d6d6;
    border-radius: 30px;
    color: #000;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    padding-left: 12px;
    overflow: hidden;
    transition: all 0.3s;
  }
  .form-box .main .inner .form-item input:-webkit-autofill,
  .form-box .main .inner .form-item input:-webkit-autofill:hover,
  .form-box .main .inner .form-item input:-webkit-autofill:focus {
    /*背景颜色*/
    box-shadow: 0 0 0 60px #fff inset;
    /*字的颜色*/
  }
  .form-box .main .inner .form-item input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
  }
  .form-box .main .inner .form-item input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
  }
  .form-box .main .inner .form-item input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
  }
  .form-box .main .inner .form-item input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
  }
  .form-box .main .inner .form-item .tip {
    display: none;
    position: absolute;
    bottom: -25px;
    left: 20px;
    color: #e23232;
  }
  .form-box .main .inner .form-item #yzm {
    width: 100%;
    margin-right: 0;
  }
  .form-box .main .inner .form-item .yzm {
    display: inline-block;
    width: 86px;
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 30px;
    overflow: hidden;
  }
  .form-box .main .inner .form-item .yzm button {
    width: 86px;
    height: 34px;
    border: none;
    border-radius: 2px;
    background: #fff;
    font-size: 12px;
    color: #1198f6;
    letter-spacing: 0;
    line-height: 34px;
    font-weight: 400;
  }
  .form-box .main .inner .form-item .select-box {
    position: relative;
  }
  .form-box .main .inner .form-item .select-box .select-info {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    color: #999999;
    border: 1px solid #d6d6d6;
    background: #fff;
    border-radius: 30px;
    letter-spacing: 0;
    font-weight: 400;
    cursor: pointer;
  }
  .form-box .main .inner .form-item .select-box .select-info span {
    width: 100%;
    display: inline-block;
  }
  .form-box .main .inner .form-item .select-box .select-info i {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 12px;
    right: 15px;
    background: url(../images/ifold.svg) center no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
    transform: rotateX(180deg);
  }
  .form-box .main .inner .form-item .select-box .select-info i.active {
    transform: rotatex(0);
  }
  .form-box .main .inner .form-item .select-box .select-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    z-index: 1;
    border-radius: 20px;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    border: 1px solid #d6d6d6;
    margin-top: -1px;
    display: none;
  }
  .form-box .main .inner .form-item .select-box .select-list ul {
    padding: 0;
    max-height: 110px;
  }
  .form-box .main .inner .form-item .select-box .select-list ul li {
    padding: 10px 15px;
    transition: all 0.3s;
    cursor: pointer;
  }
  .form-box .main .inner .form-item .select-box .select-list ul li:hover {
    background: rgba(78, 206, 214, 0.3);
  }
  .form-box .main .inner .form-item .aaa .select-info {
    color: #000 !important;
  }
  .form-box .main .inner .form-item.error input,
  .form-box .main .inner .form-item.error .select-box .select-info {
    border-color: #e23232;
  }
  .form-box .main .inner .form-item.success input,
  .form-box .main .inner .form-item.success .select-box .select-info {
    border-color: #32ced7;
  }
  .form-box .main .inner .ysbhfr-wrap {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .form-box .main .inner .ysbhfr-wrap span {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/checkbox-default.png) center no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
    margin-right: 3px;
    cursor: pointer;
  }
  .form-box .main .inner .ysbhfr-wrap span.active {
    background: url(../images/checkbox-active.png) center no-repeat;
    background-size: 100% 100%;
  }
  .form-box .main .inner .ysbhfr-wrap a {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
  }
  .form-box .main .inner .ysbhfr-wrap a i {
    font-style: normal;
    font-size: 12px;
    color: #585c89;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    text-decoration: underline;
  }
  .form-box .main .inner .submit-wrap {
    width: 100%;
    background: #1198f6;
    border-radius: 30px;
    height: 40px;
  }
  .form-box .main .inner .submit-wrap button {
    width: 100%;
    height: 100%;
    border: 1px solid #1198f6;
    border-radius: 30px;
    background: #1198f6;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 400;
    transition: all 0.3s;
  }
  .form-box .main .inner .submit-wrap button:hover {
    background: #46b2ff;
    border: 1px solid #46b2ff;
  }
  .form-box .main.main2 {
    display: none;
  }
  .form-box .main .yzm-wrap {
    width: 180px;
    display: inline-block;
    margin-right: 5px;
  }
  .form-box .main .yzm-wrap + div {
    width: 85px;
    display: inline-block;
  }
  .form-box .tips-box {
    position: absolute;
    bottom: -30px;
  }
  .form-box .tips-box p {
    font-size: 14px;
    line-height: 18px;
    display: none;
  }
  .form-box .tips-box .success {
    color: #32ced7;
  }
  .form-box .tips-box .error {
    color: #e23232;
  }
}
.ysbhfr {
  width: 100%;
  overflow: hidden;
  height: 1400px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999999;
  display: none;
}
.ysbhfr strong,
.ysbhfr .strong {
  font-weight: bold;
}
.ysbhfr .ysbh_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0px;
  top: 0px;
}
.ysbhfr .ysbh_c {
  width: 60%;
  background-color: #fff;
  position: absolute;
  left: 20%;
  top: 5vh;
  height: 90vh;
}
.ysbhfr .ysbh_c a.close {
  width: 15px;
  height: 15px;
  display: block;
  overflow: hidden;
  background: url("../images/close.svg") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 9999;
}
.ysbhc_slide {
  width: 100%;
  height: 100%;
  overflow: scroll;
  position: absolute;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 30px;
}
.ysbhc_slide .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ysbhc_slide .swiper-slide h1 {
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #000;
  font-weight: bold;
  margin-top: 60px;
}
.ysbhc_slide .swiper-slide h2 {
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  font-weight: bold;
}
.ysbhc_slide .swiper-slide p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #666;
}
.ysbhc_slide .swiper-slide p:last-child {
  padding-bottom: 60px;
}
@media (max-width: 978px) {
  .ysbhfr .ysbh_c {
    width: 90%;
    background-color: #fff;
    position: absolute;
    left: 5%;
    top: 5vh;
    height: 90vh;
  }
  .ysbhfr .ysbh_c a.close {
    right: 20px;
    top: 20px;
    z-index: 9999;
  }
  .ysbhc_slide {
    width: 100%;
    height: 100%;
    overflow: scroll;
    position: absolute;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 15px;
  }
  .ysbhc_slide .swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.demo-model1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: none;
}
.demo-model1 .model-box {
  position: absolute;
  width: 860px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  background-image: linear-gradient(180deg, #02adba 0%, #02adba 100%);
}
.demo-model1 .model-box .info-box {
  width: 550px;
  padding: 40px;
  height: 448px;
  background: url(./../images/l-bg.jpg) center no-repeat;
  background-size: cover;
}
.demo-model1 .model-box .info-box > h3 {
  font-size: 24px;
  color: #000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
.demo-model1 .model-box .info-box .product-box {
  position: relative;
  margin-bottom: 40px;
}
.demo-model1 .model-box .info-box .product-box h3 {
  font-size: 16px;
  color: #000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
}
.demo-model1 .model-box .info-box .product-box .swiper-slide a {
  display: inline-block;
  font-size: 0;
}
.demo-model1 .model-box .info-box .product-box .swiper-slide img {
  width: 100%;
}
.demo-model1 .model-box .info-box .product-box .swiper-product-s-prev {
  width: 24px;
  height: 24px;
  background: url(../images/arrow-icon-left.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  left: -29px;
  top: 50%;
  margin-top: 13px;
  border-radius: 50%;
  box-shadow: none;
  background-color: #78d1d9;
}
.demo-model1 .model-box .info-box .product-box .swiper-product-s-prev:hover {
  background: url(../images/arrow-icon-left-h.svg) center center;
  background-size: 100% 100%;
  background-color: #32ced7;
  box-shadow: none;
}
.demo-model1 .model-box .info-box .product-box .swiper-product-s-next {
  width: 24px;
  height: 24px;
  background: url(../images/arrow-icon-right.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  right: -29px;
  top: 50%;
  margin-top: 13px;
  border-radius: 50%;
  background-color: #78d1d9;
  box-shadow: none;
}
.demo-model1 .model-box .info-box .product-box .swiper-product-s-next:hover {
  background: url(../images/arrow-icon-right-h.svg) center center;
  background-size: 100% 100%;
  background-color: #32ced7;
  box-shadow: none;
}
.demo-model1 .model-box .info-box .resource-box {
  margin-bottom: 60px;
}
.demo-model1 .model-box .info-box .resource-box h3 {
  font-size: 16px;
  color: #000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
}
.demo-model1 .model-box .info-box .resource-box ul li {
  float: left;
  margin-right: 10px;
  width: calc((100% - 30px) / 4);
}
.demo-model1 .model-box .info-box .resource-box ul li:last-child {
  margin-right: 0;
}
.demo-model1 .model-box .info-box .resource-box ul li a {
  display: inline-block;
  font-size: 0;
}
.demo-model1 .model-box .info-box .resource-box ul li img {
  width: 100%;
}
.demo-model1 .model-box .foorm-box {
  width: 310px;
  background: #fff;
  height: 448px;
}
.demo-model1 .model-box .foorm-box .main {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  padding-top: 86px;
}
.demo-model1 .model-box .foorm-box .main h3 {
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}
.demo-model1 .model-box .foorm-box .main h3 img {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  margin-right: 10px;
}
.demo-model1 .model-box .foorm-box .main > img {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}
.demo-model1 .model-box .foorm-box .main > p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
}
.demo-model1 .model-box .close-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(../images/close.svg) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  transition: all 0.3s;
}
.demo-model1 .model-box .close-icon:hover {
  transform: rotate(180deg);
}
@media (max-width: 978px) {
  .demo-model1 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
  }
  .demo-model1 .model-box {
    position: absolute;
    width: 295px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    background-image: linear-gradient(180deg, #35c3ff 0%, #1890ff 100%);
  }
  .demo-model1 .model-box .info-box {
    display: none;
  }
  .demo-model1 .model-box .foorm-box {
    width: 295px;
    height: 376px;
    background: #fff;
  }
  .demo-model1 .model-box .foorm-box .main {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    padding-top: 66px;
  }
  .demo-model1 .model-box .foorm-box .main h3 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .demo-model1 .model-box .foorm-box .main h3 img {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
  }
  .demo-model1 .model-box .foorm-box .main > img {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }
  .demo-model1 .model-box .foorm-box .main > p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
  }
  .demo-model1 .model-box .close-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../images/close.svg) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
}