﻿/* pager pc */
.center-wrap.pager-wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .center-wrap.pager-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.paginator a,
.inputPager a {
  font-size: 14px;
  margin: 0 4px;
  padding: 0 12px;
  line-height: 32px;
  min-width: 36px;
  text-align: center;
  border: 1px solid #909090;
  display: inline-block;
  border-radius: 3px;
}
.paginator a:not([disabled]),
.inputPager a:not([disabled]) {
  cursor: pointer;
}
.paginator a:not([disabled]):hover,
.inputPager a:not([disabled]):hover {
  border-color: #3570fe;
  color: #3570fe;
}
.paginator a[disabled],
.inputPager a[disabled] {
  background: #fff;
  color: #bcbcbc;
  border-color: #bcbcbc66;
}
.paginator a.p_cur,
.inputPager a.p_cur {
  background-color: #3570fe;
  border-color: #3570fe;
  color: #fff;
}
.paginator a.p_cur:hover,
.inputPager a.p_cur:hover {
  color: #fff;
}
.paginator input,
.paginator .paginator_des,
.inputPager input,
.inputPager .inputPager_des {
  display: none;
}
.paginator .paginator_page,
.inputPager .inputPager_page {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .paginator a,
  .inputPager a {
    display: none;
    line-height: 28px;
    margin: 0 6px;
  }
  .paginator a.p_cur,
  .paginator a.p_pre,
  .paginator a.p_next,
  .inputPager a.p_cur,
  .inputPager a.p_pre,
  .inputPager a.p_next {
    display: inline-block;
  }
}

.center-wrap {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-align-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.center-wrap-reverse {
  flex-direction: row-reverse;
}

.sec-title {
  font-size: 40px;
  font-family: Microsoft Yahei;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .sec-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .sec-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .sec-title {
    font-size: 20px;
  }
}
/* header */
header {
  background: #ffffff;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.06);
}
.header-inner {
  height: 87px;
}
.header-inner .logo {
  display: block;
}
.header-inner .logo img {
  max-height: 70px;
  display: block;
}
.header-inner ul.flex-box {
  flex: 1;
  justify-content: flex-end;
}
.header-inner ul.flex-box li.top-level {
  width: 120px;
  text-align: center;
  position: relative;
  z-index: 100;
}
.header-inner ul.flex-box li.top-level > a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 76px;
}
.header-inner .drop-menu {
  display: none;
  position: absolute;
  min-width: 140px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 36px;
  background: #fff;
  font-size: 16px;
  padding: 12px 16px;
  border-top: #3370ff 4px solid;
  text-align: center;
  box-shadow: 0 0 8px rgb(0 0 0 / 10%);
}
.header-inner .drop-menu > li > a {
  white-space: nowrap;
}
.header-inner ul.flex-box li.top-level:hover .drop-menu {
  display: block;
}

@media screen and (max-width: 1440px) {
  .header-inner {
    padding: 0 20px;
  }
  /* .header-inner ul.flex-box li.top-level {
    width: 80px;
  } */
}
@media screen and (max-width: 768px) {
  .header-inner {
    height: 64px;
  }
  .header-inner ul.flex-box li.top-level > a {
    line-height: 48px;
  }
  .header-inner .logo img {
    max-height: 36px;
  }
  .header-inner ul.flex-box {
    display: none;
  }
}
/* mobile-header-nav */
.mobile-menu-toggle {
  display: none;
  padding: 6px 4px;
  width: 40px;
  height: 40px;
  align-items: center;
}
.mobile-menu-toggle .toggle-line {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #000;
  position: relative;
}
.mobile-menu-toggle .toggle-line::before,
.mobile-menu-toggle .toggle-line::after {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  transition: all ease 0.2s;
  transform-origin: center center;
}
.mobile-menu-toggle .toggle-line::before {
  top: -11px;
}
.mobile-menu-toggle .toggle-line::after {
  bottom: -11px;
}
.mobile-menu-toggle.act .toggle-line {
  background-color: transparent;
}

.mobile-menu-toggle.act .toggle-line::before {
  top: 0;
  transform: rotate(45deg);
}
.mobile-menu-toggle.act .toggle-line::after {
  bottom: 0;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .mobile-menu-toggle {
    display: flex;
  }
}

/* mobile menu */
.mobile-menu-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.mobile-menu-wrap.act {
  display: block;
}
.mobile-menu-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 0;
}
.mobile-menu-wrap > ul {
  max-height: 100vh;
  overflow-y: auto;
  width: 100%;
  padding: 64px 64px 40px;
  position: relative;
  z-index: 1;
}
.mobile-menu-wrap ul li {
  line-height: 64px;
  text-align: center;
  font-size: 16px;  
}
.mobile-menu-wrap ul.mobile-dropdown-menu {
  height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  padding: 0 16px;
  transition: all ease-in-out 0.3s;
}
.mobile-menu-wrap .expanded ul.mobile-dropdown-menu  {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.mobile-menu-wrap ul li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.mobile-menu-wrap ul.mobile-dropdown-menu li {
  font-size: 14px;
  line-height: 48px;
  border-bottom: none;
}
.mobile-menu-wrap ul li a {
  color: #fff;
  display: block;
}
.mobile-menu-wrap ul li p.flex-box a {
  flex: 1;
  padding-left: 32px;
}
.mobile-menu-wrap ul li p.flex-box .icon {
  font-size: 32px;
  padding: 6px;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.mobile-menu-wrap ul li.expanded p.flex-box .icon {
  transform: rotate(180deg);
}

.mobile-menu-wrap .close-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 6px 4px;
  z-index: 10;
}
.mobile-menu-wrap .close-btn::after,
.mobile-menu-wrap .close-btn::before {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: center center;
}
.mobile-menu-wrap .close-btn::after {
  transform: rotate(45deg);
}
.mobile-menu-wrap .close-btn::before {
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .mobile-menu-wrap {
    display: none!important;
  }
}

.main-container {
  min-height: calc(100vh - 557px);
}
.node-banner {
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 992px) {
  .main-container {
    min-height: calc(100vh - 134px);
  }
  .node-banner {
    height: 360px;
  }
}
@media screen and (max-width: 768px) {
  .main-container {
    min-height: calc(100vh - 111px);
  }
  .node-banner {
    height: 280px;
  }
}
@media screen and (max-width: 480px) {
  .node-banner {
    height: 180px;
  }
}

/* main-slider */
.mySwiper {
  height: 750px;
}
.mySwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .info {
  position: absolute;
  top: 230px;
  left: 50%;
  width: 36%;
  transform: translateX(-700px);
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.mySwiper .info .download {
  width: calc(50% - 24px);
  color: #fff;
  margin-bottom: 32px;
}
.mySwiper .info .download a {
  display: flex;
  color: inherit;
  border: 3px solid #fff;
  /* line-height: 50px; */
  border-radius: 27px;
  text-align: center;
  padding: 0 2em;
  height: 52px;
  background: #464646;
  align-items: center;
  justify-content: center;
  max-width: 240px;
}
.mySwiper .info .download a:hover {
  background-color: #555;
}
.mySwiper .info .download a .icon {
  margin-right: 4px;
  font-size: 20px;
}
.mySwiper .info .slogan {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 0.5em;
  font-family: Microsoft Yahei;
}
.mySwiper .info .desc {
  font-size: 17px;
  font-weight: 400;
  line-height: 2em;
  text-align: justify;
}
@media screen and (max-width: 1440px) {
  .mySwiper {
    height: 600px;
  }
  .mySwiper .info {
    left: 30px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .mySwiper .info .slogan {
    font-size: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .mySwiper .info {
    width: 52%;
  }
}
@media screen and (max-width: 992px) {
  .mySwiper {
    height: 500px;
  }
  .mySwiper .info {
    width: 70%;
  }
  .mySwiper .info .slogan {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .mySwiper {
    height: 360px;
  }
  .mySwiper .info {
    width: 80%;
    left: 10%;
  }
  .mySwiper .info .download {
    width: calc(50% - 24px);
    font-size: 12px;
    margin-bottom: 20px;
  }
  .mySwiper .info .download a {
    height: 48px;
    border-radius: 24px;
    border-width: 2px;
  }
  .mySwiper .info .slogan {
    font-size: 24px;
  }
  .mySwiper .info .desc {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .mySwiper {
    height: 280px;
  }
  .mySwiper .info {
    width: 100%;
    left: 0;
    font-size: 12px;
  }
  .mySwiper .info .download {
    margin-bottom: 6px;
    width: calc(50% - 12px);
  }
  .mySwiper .info .download a {
    padding: 0 1em;
  }
}
.mySwiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  opacity: 0.4;
}
.mySwiper .swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
}
.mySwiper.swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.mySwiper
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 8px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .mySwiper.swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .mySwiper
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
  }
}
@media screen and (max-width: 480px) {
  .mySwiper.swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .mySwiper
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
}

/* function introduce */
.func-intro {
  min-height: 400px;
  padding-top: 40px;
  background: #eef4fe;
}
@media screen and (max-width: 1428px) {
  .func-intro {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 768px) {
  .func-intro {
    padding-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .func-intro {
    min-height: unset;
  }
}
.func-tab-head {
  flex-wrap: wrap;
}
.func-tab-head .tab-item {
  width: 420px;
  height: 80px;
  border-radius: 6px;
  background-color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 2em;
  font-weight: 400;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
}
.func-tab-head .tab-item svg.icon {
  font-size: 40px;
  margin-right: 8px;
}
.func-tab-head .tab-item:hover,
.func-tab-head .tab-item.cur {
  color: #3370ff;
  border-bottom-color: #3370ff;
}

@media screen and (max-width: 1400px) {
  .func-tab-head .tab-item {
    width: 31%;
    margin: 0 1% 8px;
    font-size: 15px;
    height: 72px;
  }
  .func-tab-head .tab-item svg.icon {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .func-tab-head .tab-item {
    width: 48%;
    margin: 0 0 8px;
    font-size: 14px;
    height: 60px;
  }
  .func-tab-head .tab-item:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .func-tab-head .tab-item svg.icon {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .func-tab-head .tab-item {
    font-size: 12px;
    height: 40px;
    border-radius: 3px;
    border-width: 2px;
  }
  .func-tab-head .tab-item svg.icon {
    font-size: 24px;
  }
}
@media screen and (max-width: 360px) {
  .func-tab-head .tab-item svg.icon {
    display: none;
  }
}
.func-tab-content {
  display: flex;
  padding-top: 50px;
  padding-bottom: 70px;
  display: none;
}
.func-tab-content.cur {
  display: flex;
}
.func-tab-content .info {
  flex: 1;
  padding-right: 160px;
}
.func-tab-content .poster h5,
.func-tab-content .info h5 {
  font-size: 40px;
  font-family: Microsoft Yahei;
  font-weight: 500;
  color: #3a3a3a;
  line-height: 3em;
}
.func-tab-content .info p {
  line-height: 2em;
  font-size: 16px;
  font-family: Microsoft Yahei;
  font-weight: 400;
  color: #3a3a3a;
  text-align: justify;
}
.func-tab-content .info .btn {
  display: inline-block;
  padding: 0 64px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background-color: #3370ff;
  border-radius: 6px;
  line-height: 60px;
  margin: 20px 0;
}
.func-tab-content .info .btn:hover {
  background-color: rgb(51, 112, 255, 0.9);
}
@media screen and (max-width: 1280px) {
  .func-tab-content .info {
    padding-right: 80px;
  }
}

@media screen and (max-width: 992px) {
  .func-tab-content .info {
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .func-tab-content {
    flex-wrap: wrap-reverse;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .func-tab-content .info {
    padding-right: 0;
  }
  .func-tab-content .info h5 {
    display: none;
  }
  .func-tab-content .info .btn {
    padding: 0 48px;
    line-height: 48px;
    font-size: 15px;
  }
  .func-tab-content .info p {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .func-tab-content .info .btn {
    padding: 0 36px;
    line-height: 36px;
    margin: 14px 0;
    font-size: 13px;
  }
  .func-tab-content .info p {
    font-size: 13px;
  }
}

.func-tab-content .poster {
  width: 54%;
}
.func-tab-content .poster h5 {
  display: none;
  font-size: 32px;
}
.func-tab-content .poster img {
  border-radius: 10px;
  display: block;
  margin: 0 0 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .func-tab-content .poster {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .func-tab-content .poster {
    width: 100%;
    margin-bottom: 16px;
  }
  .func-tab-content .poster h5 {
    display: block;
  }
  .func-tab-content .poster img {
    border-radius: 8px;
  }
}
@media screen and (max-width: 480px) {
  .func-tab-content .poster h5 {
    font-size: 20px;
  }
  .func-tab-content .poster img {
    border-radius: 6px;
  }
}

/* desc-amount */
.desc-amount {
  height: 750px;
  background: url(/Images/NodePic/20220314102228627.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
  overflow: hidden;
}
.desc-amount .sec-title {
  color: #ffffff;
  font-size: 46px;
  text-align: left;
  padding-top: 76px;
}
@media screen and (max-width: 992px) {
  .desc-amount {
    height: auto;
    overflow: hidden;
  }
  .desc-amount .sec-title {
    font-size: 38px;
    text-align: center;
    padding-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  .desc-amount .sec-title {
    font-size: 30px;
    padding-top: 48px;
  }
}
@media screen and (max-width: 480px) {
  .desc-amount .sec-title {
    font-size: 22px;
    padding-top: 32px;
  }
}
.desc-amount .btm-bg {
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: 50%;
  transform: translateX(-150px);
  user-select: none;
}
.desc-amount .amount {
  padding-right: calc(50% + 90px);
  text-align: justify;
  position: relative;
}
.desc-amount .amount p {
  font-size: 17px;
  line-height: 2em;
  font-weight: 400;
  text-align: inherit;
}
.desc-amount .amount .flex-box {
  flex-wrap: wrap;
  margin-top: 56px;
}
.desc-amount .amount .desc-item {
  width: 33%;
  height: 144px;
}
.desc-amount .amount .desc-item .mount {
  font-size: 36px;
  font-weight: 600;
}
.desc-amount .amount .desc-item .desc {
  line-height: 1em;
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .desc-amount .btm-bg {
    height: 600px;
    right: 0;
    left: unset;
    transform: translate(90px, 0);
  }
  .desc-amount .amount {
    padding-right: calc(30% + 90px);
    padding-left: 24px;
  }
}
@media screen and (max-width: 992px) {
  .desc-amount .btm-bg {
    bottom: unset;
    top: 100%;
    transform: translate(-50%, -500px);
    width: 88%;
    height: auto;
    left: 48%;
  }
  .desc-amount .amount {
    padding: 0 32px 366px;
  }
  .desc-amount .amount .desc-item {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .desc-amount .btm-bg {
    transform: translate(-50%, -90%);
  }
  .desc-amount .amount {
    padding: 0 32px 320px;
  }
  .desc-amount .amount .flex-box {
    margin-top: 42px;
  }
  .desc-amount .amount p {
    font-size: 15px;
  }
  .desc-amount .amount .desc-item {
    height: 120px;
  }
  .desc-amount .amount .desc-item .mount {
    font-size: 28px;
  }
  .desc-amount .amount .desc-item .desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .desc-amount .amount {
    padding-bottom: 240px;
  }
  .desc-amount .amount .flex-box {
    margin-top: 32px;
  }
  .desc-amount .amount p {
    font-size: 13px;
  }
  .desc-amount .amount .desc-item {
    height: 100px;
  }
  .desc-amount .amount .desc-item .mount {
    font-size: 24px;
    font-weight: 500;
  }
  .desc-amount .amount .desc-item .desc {
    font-size: 12px;
  }
}

/* product-list-wrap */
.product-list-wrap {
  padding-top: 56px;
  padding-bottom: 52px;
}
.product-list-wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.product-list-wrap ul li {
  width: 448px;
  margin: 0 14px 28px;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transform: rotate(0deg);
}

.product-list-wrap ul li img {
  transition: transform ease-in-out 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-list-wrap ul li p {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  line-height: 3em;
  font-size: 20px;
  color: #ffffff;
  padding: 0 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.product-list-wrap ul li:hover p {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
.product-list-wrap ul li:hover img {
  transform: scale(1.06);
}
@media screen and (max-width: 1428px) {
  .product-list-wrap .center-wrap {
    padding: 0 14px;
  }
  .product-list-wrap ul li {
    width: calc(33.3% - 28px);
    height: 18%;
  }
}
@media screen and (max-width: 992px) {
  .product-list-wrap ul li {
    width: calc(50% - 28px);
    height: 27%;
  }
  .product-list-wrap ul li p {
    font-size: 16px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .product-list-wrap ul li {
    width: calc(100% - 28px);
    height: 54%;
  }
  .product-list-wrap ul li p {
    font-size: 14px;
    padding: 0 16px
  }
}

/* video-bg  */
.sample-video {
  background: url(/Images/NodePic/20220314110232935.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 40px;
}
.sample-video .sec-title {
  color: #ffffff;
}
.sample-video .video-poster {
  border-radius: 10px;
  border: 2px solid #ffffff;
  overflow: hidden;
  transform: rotate(0deg);
  position: relative;
}
.sample-video .video-poster img {
  display: block;
  max-height: 300px;
  width: 100%;
  height: 67%;
  object-fit: cover;
  transition: transform ease-in-out 0.3s;
}
.sample-video .video-poster:hover img {
  transform: scale(1.06);
}
.sample-video .video-poster .icon {
  color: #fff;
  font-size: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sample-video p.addr {
  font-size: 20px;
  line-height: 3em;
  color: #ffffff;
}
.swiper.video-swiper {
  padding-bottom: 150px;
}
.swiper.video-swiper .swiper-button-prev,
.swiper.video-swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  left: 50%;
  right: unset;
  bottom: 60px;
  top: unset;
}
.swiper.video-swiper .swiper-button-prev::after,
.swiper.video-swiper .swiper-button-next::after {
  font-size: 20px;
  line-height: 60px;
  color: #333;
}
.swiper.video-swiper .swiper-button-prev {
  transform: translateX(-72px);
}
.swiper.video-swiper .swiper-button-next {
  transform: translateX(12px);
}
@media screen and (max-width: 1432px) {
  .sample-video .center-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and  (max-width: 992px) {
  .swiper.video-swiper .swiper-button-prev,
  .swiper.video-swiper .swiper-button-next {
    width: 52px;
    height: 52px;
  }
  .swiper.video-swiper .swiper-button-prev::after,
  .swiper.video-swiper .swiper-button-next::after {
    font-size: 18px;
    line-height: 52px;
  }
  
  .swiper.video-swiper .swiper-button-prev {
    transform: translateX(-64px);
  }
  .sample-video p.addr {
    font-size: 18px;
  }
}
@media screen and  (max-width: 768px) {
  .swiper.video-swiper {
    padding-bottom: 130px;
  }
  .swiper.video-swiper .swiper-button-prev,
  .swiper.video-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    bottom: 50px;
  }
  .swiper.video-swiper .swiper-button-prev::after,
  .swiper.video-swiper .swiper-button-next::after {
    font-size: 16px;
    line-height: 40px;
  }
  .swiper.video-swiper .swiper-button-prev {
    transform: translateX(-52px);
  }
  .sample-video p.addr {
    font-size: 16px;
  }
  .sample-video .video-poster .icon {
    font-size: 32px;
  }
}
@media screen and  (max-width: 480px) {
  .swiper.video-swiper {
    padding-bottom: 110px;
  }
  .swiper.video-swiper .swiper-button-prev,
  .swiper.video-swiper .swiper-button-next {
    width: 30px;
    height: 30px;
    bottom: 40px;
  }
  .swiper.video-swiper .swiper-button-prev::after,
  .swiper.video-swiper .swiper-button-next::after {
    font-size: 10px;
    line-height: 30px;
  }
  .swiper.video-swiper .swiper-button-prev {
    transform: translateX(-36px);
  }
  .swiper.video-swiper .swiper-button-next {
    transform: translateX(6px);
  }
  .sample-video p.addr {
    font-size: 14px;
  }
}


/* footer */
.footer {
  background: #fff;
}
.footer .copyright {
  border-top: 1px solid #e5ebfe;
  line-height: 46px;
  font-size: 12px;
  font-family: Microsoft Yahei;
  font-weight: 400;
  color: #3d3d3d;
  opacity: 0.7;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 578px) {
  .footer .copyright {
    display: block;
    padding: 8px 0 0;
    line-height: 28px;
  }
}
.footer .copyright a {
  margin: 0 0.5em;
}
.footer-logo {
  display: block;
  margin-right: 180px;
}
.footer-logo img {
  display: block;
  height: 48px;
}
.footer-top {
  padding: 40px 0;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .links,
.footer .contact-info {
  width: 252px;
}
.footer ul li {
  line-height: 34px;
  font-size: 14px;
}
.footer .head {
  margin-bottom: 1em;
}
.footer .weixin img {
  width: 96px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.footer .weixin p {
  padding: 0 12px;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 1428px) {
  .footer-top {
    padding: 40px 14px;
  }
  .footer-logo {
    margin-right: 100px;
  }
}
@media screen and (max-width: 992px) {
  .footer-top {
    display: none;
  }
}

/* side-tool */
.side-tool-wrap {
  position: fixed;
  z-index: 5000;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: auto;
}
.side-tool-wrap .btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #464646;
  color: #fff;
  font-size: 26px;
  line-height: 45px;
  text-align: center;
  margin-top: 14px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.side-tool-wrap .dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  display: none;
}
.side-tool-wrap .dialog .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.side-tool-wrap .dialog .img-wrap {
  width: 360px;
  height: auto;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  text-align: center;
  font-size: 12px;
  padding: 50px 56px;
  color: #333;
  line-height: 1em;
  overflow: hidden;
}
.side-tool-wrap .dialog .img-wrap.manager {
  padding: 0;
  width: 460px;
}
.side-tool-wrap .dialog .img-wrap img {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .side-tool-wrap {
    right: 6px;
    bottom: 20px;
    width: 32px;
  }
  .side-tool-wrap .btn {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 28px;
  }
}
/* video player */
.video-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
}
.video-wrap .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.video-wrap .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.video-wrap .video-box video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.video-wrap .close-btn {
  width: 32px;
  height: 32px;
  font-size: 32px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  position: absolute;
  right: 80px;
  top: 80px;
  color: #ffffff;
}

/* science pages */
.node-banner.science {
  background-image: url(/Skin/images/prodARHelmet/application-bg.jpg);
}
.science-node-links {
  height: 72px;
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px #e4e8ed;
}
.science-node-links .flex-box {
  justify-content: space-around;
}
.science-node-links .link-item {
  line-height: 69px;
  display: block;
  text-align: center;
  border-bottom: 3px solid transparent;
  padding: 0 3px;
  white-space: nowrap;
}
.science-node-links .link-item:hover,
.science-node-links .link-item.cur {
  color: #3370ff;
  border-color: #3370ff;
}
.science-node-links .link-item .icon {
  font-size: 24px;
}
@media screen and (max-width: 992px) {
  .science-node-links {
    height: auto;
  }
  .science-node-links .flex-box {
    flex-wrap: wrap;
    padding: 16px 16px 8px;
    justify-content: flex-start;
  }
  .science-node-links .link-item {
    line-height: 52px;
    width: 23%;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 0 1% 8px;
  }
}
@media screen and (max-width: 768px) {
  .science-node-links .link-item {
    width: 31%;
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .science-node-links .flex-box {
    padding: 16px 8px 8px;
  }
  .science-node-links .link-item {
    width: 46%;
    margin: 0 2% 8px;
    font-size: 14px;
    line-height: 48px;
  }
}
@media screen and (max-width: 360px) {
  .science-node-links .link-item {
    font-size: 12px;
    line-height: 36px;
  }
}
.science-common-list {
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 24px 50px;
  border-radius: 10px;
  background-color: #ffffff;
}
@media screen and (max-width: 992px) {
  .science-common-list {
    margin-top: 20px;
    margin-bottom: 28px;
    padding: 16px 28px;
    border-radius: 0;
  }
}
@media screen and (max-width: 480px) {
  .science-common-list {
    margin-top: 14px;
    margin-bottom: 16px;
    padding: 12px 16px;
  }
}
.science-common-list ul li {
  border-bottom: 1px solid #e5e9eb;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 12px 18px;
  line-height: 32px;
  position: relative;
}
.science-common-list ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #666;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.science-common-list ul li a {
  display: block;
}
@media screen and (max-width: 480px) {
  .science-common-list ul li {
    font-size: 14px;
    padding: 8px 12px;
    line-height: 28px;
  }
}

.science-grid-list .inner {
  margin: 60px -14px 40px;
  flex-wrap: wrap;
}
.science-grid-list .inner .item {
  width: 25%;
  padding: 0 14px;
  margin-bottom: 36px;
}
.science-grid-list .inner .item a {
  width: 100%;
  height: 192px;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 6px 18px 0px #e4e8ed;
  border: 5px solid #ffffff;
  overflow: hidden;
}
.science-grid-list .inner .item a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(0);
  transition: all ease 0.25s;
}
.science-grid-list .inner .item a:hover img {
  transform: scale(1.04);
}

.science-grid-list .inner .item img.patent {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0px 6px 18px 0px #E4E8ED;
  border-radius: 10px;
}
@media screen and (max-width: 1428px) {
  .science-grid-list {
    padding: 0 14px;
  }
}
@media screen and (max-width: 992px) {
  .science-grid-list .inner .item {
    width: 33.3%;
  }
}
@media screen and (max-width: 768px) {
  .science-grid-list .inner {
    margin-top: 40px;
  }
  .science-grid-list .inner .item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .science-grid-list .inner {
    margin-top: 24px;
  }
  .science-grid-list .inner .item {
    padding: 0 8px;
    margin-bottom: 12px;
  }
  .science-grid-list .inner .item a {
    height: auto;
    border-radius: 6px;
    border-width: 2px;
  }
  .science-grid-list .inner .item a img {
    height: auto;
  }
}

/* therapy-page */
.banner-therapy-top {
  height: 56.2vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.banner-therapy-top.strabismus {
  background-image: url(/Skin/images/therapyStrabismus/banner.jpg);
}
.banner-therapy-top.brain {
  background-image: url(/Skin/images/therapyBrain/banner.jpg);
}
.banner-therapy-top.fatigue {
  background-image: url(/Skin/images/therapyFatigue/banner.jpg);
}
.banner-therapy-top.myopia {
  background-image: url(/Skin/images/therapyMyopia/banner.jpg);
}
.banner-therapy-top.attention {
  background-image: url(/Skin/images/therapyAttention/banner.jpg);
}
.banner-therapy-top.read {
  background-image: url(/Skin/images/therapyRead/banner.jpg);
}
.banner-therapy-top .center-wrap {
  padding: 0 0 10vw;
}
.banner-therapy-top h1 {
  font-size: 64px;
  text-shadow: 0 0 12px rgb(0 0 0 / 50%);
}
.banner-therapy-top .sub-desc {
  font-size: 22px;
  font-weight: 400;
  line-height: 2em;
  text-shadow: 0 0 12px rgb(0 0 0 / 50%);
}
@media screen and (max-width: 1440px) {
  .banner-therapy-top .center-wrap {
    padding: 0 26px 10vw;
  }
}
@media screen and (max-width: 992px) {
  .banner-therapy-top h1 {
    font-size: 56px;
  }
  .banner-therapy-top .sub-desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .banner-therapy-top h1 {
    font-size: 36px;
  }
  .banner-therapy-top .sub-desc {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .banner-therapy-top h1 {
    font-size: 24px;
  }
}

/* common therapy-section set */
.therapy-section {
  padding-top: 96px;
  padding-bottom: 108px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.therapy-section > .flex-box {
  align-items: flex-end;
  justify-content: center;
}
.therapy-section > .flex-box.flex-align-c {
  align-items: center;
}
.therapy-section img.side {
  border-radius: 16px;
  margin-left: 60px;
  max-width: 100%;
}
.therapy-section .center-wrap-reverse img.side {
  margin-left: 0;
  margin-right: 60px;
}
@media screen and (min-width: 1400px) {
  .therapy-section .sec-title {
    font-size: 36px;
  }
}
.therapy-section .sec-title {
  margin-bottom: 0.6em;
}
.therapy-section .flex-box .sec-title {
  text-align: left;
}
.therapy-section .info-box p {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 0.5em;
  font-weight: 400;
  text-align: justify;
}
.therapy-section .info-box p.sub-title {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: bold;
}
.therapy-section ul {
  padding-left: 1.2em;
}
.therapy-section ul li {
  list-style: circle outside;
}
.therapy-section ul.type-disc li {
  list-style-type: disc;
}
@media screen and (max-width: 1440px) {
  .therapy-section .center-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .therapy-section img.side {
    margin-left: 32px;
    max-width: 50%;
  }
  .therapy-section .center-wrap-reverse img.side {
    margin-right: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .therapy-section img.side {
    max-width: 50%;
    margin-left: 18px;
  }
  .therapy-section .center-wrap-reverse img.side {
    margin-right: 18px;
  }
  .therapy-section .info-box p {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .therapy-section > .flex-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .therapy-section {
    padding-top: 64px;
    padding-bottom: 72px;
  }
  .therapy-section .center-wrap-reverse img.side,
  .therapy-section img.side {
    margin: 1em 0 0;
    max-width: 100%;
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .therapy-section {
    padding-top: 48px;
    padding-bottom: 54px;
  }
  .therapy-section .info-box p {
    font-size: 14px;
  }
  .therapy-section .info-box p.sub-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .therapy-section {
    padding-top: 32px;
    padding-bottom: 36px;
  }
  .therapy-section .center-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .therapy-section .info-box p {
    font-size: 12px;
    line-height: 1.8em;
  }
  .therapy-section .info-box p.sub-title {
    font-size: 13px;
  }
}

/* strabismus */
.therapy-section.strabismus-type {
  color: #fff;
  background-image: url(/Skin/images/therapyStrabismus/bg01.jpg);
}
.therapy-section.strabismus-symptom {
  background: linear-gradient(-53deg, #CDE8F7, #F0FAFF);
}
.therapy-section.strabismus-treat {
  height: 700px;
  background-image: url(/Skin/images/therapyStrabismus/bg02.jpg);
}
.strabismus-treat .sec-title {
  text-align: left;
}
.strabismus-treat .center-wrap {
  padding-right: 712px;
  font-size: 16px;
  line-height: 2em;
}
.strabismus-treat .center-wrap .flex-box {
  margin-top: 50px;
  text-align: center;
  justify-content: space-between;
  font-size: 14px;
}
.strabismus-treat .center-wrap .flex-box img {
  border-radius: 10px;
  border: 3px solid #fff;
  width: 152px;
  height: 152px;
  display: block;
  margin: 0 auto 8px;
}
@media screen and (max-width: 1440px) {
  .strabismus-treat .center-wrap {
    padding-left: 20px;
    padding-right: calc(100% - 728px);
  }
}
@media screen and (max-width: 768px) {
  .therapy-section.strabismus-treat {
    height: auto;
  }
  .strabismus-treat .center-wrap {
    padding-right: 20px;
    font-size: 14px;
  }
  .strabismus-treat .center-wrap .flex-box {
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .strabismus-treat .center-wrap .flex-box .treat-item {
    width: 50%;
    padding: 0 4px;
    line-height: 1.2em;
    margin-bottom: 6px;
  }
  .strabismus-treat .center-wrap .flex-box img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .strabismus-treat .center-wrap {
    font-size: 12px
  }
}

/* brain */
.therapy-section.brain-symptom {
  background: linear-gradient(-53deg, #CDE8F7, #F0FAFF);
}
.therapy-section.brain-meaning {
  background-image: url(/SKin/images/therapyBrain/bg01.jpg);
  color: #fff;
}
.therapy-section.brain-balance-method {
  background-image: url(/SKin/images/therapyBrain/bg02.jpg);
  color: #fff;
}

/* fatigue */
.therapy-section.fatigue-reason {
  background-image: url(/SKin/images/therapyFatigue/bg01.jpg);
  color: #fff;
}
.fatigue-reason .sec-title {
  text-align: left;
}
.fatigue-reason .center-wrap {
  padding: 0 32px;
}
.fatigue-reason .flex-box {
  justify-content: space-between;
}
.fatigue-reason .flex-box .info-box {
  max-width: 624px;
}
.fatigue-reason .flex-box .info-box img {
  border-radius: 12px;
  display: block;
  margin-top: 42px;
  max-width: 100%;
}
@media screen and (max-width: 1440px) {
  .fatigue-reason .flex-box .info-box {
    max-width: 49%;
  }
}
@media screen and (max-width: 992px) {
  .fatigue-reason .flex-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .fatigue-reason .flex-box .info-box {
    width: 100%;
    max-width: unset;
  }
  .fatigue-reason .flex-box .info-box:not(:last-child) {
    margin-bottom: 24px;
  }
  .fatigue-reason .flex-box .info-box img {
    margin: 24px auto 0;
  }
}

.fatigue-sympton .flex-box {
  flex-wrap: wrap;
  margin: 0 -14px;
  padding: 0 14px;
}
.fatigue-sympton .flex-box .sympton-item {
  width: calc(25% - 28px);
  margin: 0 14px 50px;
  height: auto;
}
.fatigue-sympton .flex-box .sympton-item img {
  border-radius: 12px;
  margin-bottom: 12px;
  display: block;
  width: 100%;
  transition: all ease 0.3s;
}
.fatigue-sympton .flex-box .sympton-item img:hover {
  transform: translateY(-14px);
}
.fatigue-sympton .flex-box .sympton-item p {
  font-size: 16px;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .fatigue-sympton .flex-box .sympton-item {
    width: calc(50% - 28px);
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 480px) {
  .fatigue-sympton .flex-box {
    margin: 0 -12px;
    padding: 0 12px;
  }
  .fatigue-sympton .flex-box .sympton-item {
    width: calc(50% - 24px);
    margin: 0 12px 24px;
  }
  .fatigue-sympton .flex-box .sympton-item img {
    border-radius: 6px;
    margin-bottom: 6px;
  }
  .fatigue-sympton .flex-box .sympton-item p {
    font-size: 12px;
  }
}

.therapy-section.fatigue-influence {
  background-color: #1c3f65;
  background-image: url(/SKin/images/therapyFatigue/bg02.jpg);
  background-position: right bottom;
  background-size: auto;
  color: #fff;
}
.fatigue-influence .center-wrap {
  padding-right: 390px;
}
.fatigue-influence .center-wrap .info-box-inner {
  padding-right: 440px;
  margin-top: 42px;
}
@media screen and (max-width: 1440px) {
  .fatigue-influence .center-wrap {
    padding-left: 20px;
    padding-right: calc(100% - 1030px);
  }
}
@media screen and (max-width: 1050px) {
  .therapy-section.fatigue-influence {
    padding-bottom: 42vw;
    background-size: contain;
  }
  .fatigue-influence .center-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .fatigue-influence .center-wrap .info-box-inner {
    padding-right: calc(100% - 570px);
  }
}

.therapy-section.fatigue-improve {
  background: linear-gradient(-53deg, #CDE8F7, #F0FAFF);
  position: relative;
  overflow: hidden;
}
.fatigue-improve .center-wrap {
  padding-left: 700px;
  position: relative;
  z-index: 1;
}
.fatigue-improve .center-wrap .sec-title {
  text-align: left;
}
.fatigue-improve img.btm {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 150px;
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  .fatigue-improve .center-wrap {
    padding-left: calc(100% - 720px);
  }
  .fatigue-improve img.btm {
    margin-left: 0;
    width: calc(100% - 720px);
  }
}
@media screen and (max-width: 992px) {
  .therapy-section.fatigue-improve {
    padding-bottom: 0;
  }
  .fatigue-improve .center-wrap {
    padding-left: 20px;
  }
  .fatigue-improve img.btm {
    width: unset;
    display: block;
    position: static;
    max-width: 60%;
    margin: 0 auto;
  }
}

.therapy-section.myopia-reason {
  background-image: url(/Skin/images/therapyStrabismus/bg02.jpg);
}
.myopia-reason .mgt {
  margin-top: 62px;
}
.therapy-section.myopia-sympton {
  background-image: url(/Skin/images/therapyMyopia/bg02.jpg);
  color: #fff;
}
.myopia-sympton .sec-title {
  text-align: left;
}
.myopia-sympton .flex-box {
  justify-content: space-between;
}
.myopia-sympton .flex-box .info-box {
  max-width: 680px;
  flex: 1;
}
.myopia-sympton .flex-box .info-box img {
  max-width: 100%;
  border-radius: 12px;
  margin-top: 12px;
  border: 3px solid #fff;
}
@media screen and (max-width: 1440px) {
  .myopia-sympton .flex-box .info-box {
    max-width: 49%;
  }
}
@media screen and (max-width: 992px) {
  .myopia-sympton .flex-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .myopia-sympton .flex-box .info-box {
    width: 100%;
    max-width: unset;
    flex: auto;
  }
  .myopia-sympton .flex-box .info-box:not(:last-child) {
    margin-bottom: 24px;
  }
  .myopia-sympton .flex-box .info-box img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.therapy-section.myopia-precaution {
  background-image: url(/Skin/images/therapyMyopia/bg03.jpg);
}

/* attention */
.therapy-section.attention-reason {
  background-image: url(/Skin/images/therapyAttention/bg01.jpg);
}
@media screen and (max-width: 992px) {
  .therapy-section.attention-reason {
    background-position: left 33% center;
  }
}
.therapy-section.attention-sympton {
  background-image: url(/Skin/images/therapyAttention/bg02.jpg);
  color: #fff;
}
.attention-sympton ul {
  margin-bottom: 32px;
}
.attention-sympton img.side {
  border: 3px solid #fff;
}
.therapy-section.attention-diagnosis {
  background-position: top center;
  background-image: url(/Skin/images/therapyAttention/bg03.jpg);
}
.attention-diagnosis > .flex-box {
  align-items: flex-start;
}
.attention-diagnosis .flex-box .info-box {
  flex: 1;
}
.attention-diagnosis .case-box {
  width: 924px;
  flex-wrap: wrap;
  padding: 0 12px;
  margin-bottom: -24px;
}
.attention-diagnosis .case-box .item {
  width: calc(50% - 24px);
  margin: 0 12px 24px;
}
.attention-diagnosis .case-box .item img {
  display: block;
  max-width: 100%;
  border-radius: 12px;
  border: 3px solid #fff;
}
@media screen and (max-width: 1280px) {
  .attention-diagnosis > .flex-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .attention-diagnosis .flex-box .info-box {
    width: 100%;
  }
  .attention-diagnosis .case-box {
    width: unset;
  }
  .attention-diagnosis .case-box .item img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .attention-diagnosis .case-box {
    padding: 0;
    margin: 12px -12px -24px;
  }
}
.therapy-section.attention-cure {
  height: 600px;
  background-position: left calc(50vw - 800px) bottom;
  background-size: contain;
  background-color: #dfe1d4;
  background-image: url(/Skin/images/therapyAttention/bg04.jpg);
}
.attention-cure .center-wrap {
  padding-left: 690px;
  padding-right: 22px;
}
@media screen and (max-width: 1440px) {
  .therapy-section.attention-cure {
    background-position: left bottom;
    background-size: calc(100% - 720px) auto;
  }
  .attention-cure .center-wrap {
    max-width: unset;
    padding-right: 22px;
    padding-left: calc(100% - 710px);
  }
}
@media screen and (max-width: 1200px) {
  .therapy-section.attention-cure {
    height: auto;
    padding-bottom: 72vw;
    background-position: center bottom;
    background-size: contain;
  }
  .attention-cure .center-wrap {
    padding-left: 20px;
  }
}

/* read */
.therapy-section.read-vision {
  background-image: url(/SKin/images/therapyRead/bg01.jpg);
  color: #fff;
}
.therapy-section.read-relation{
  background: linear-gradient(-53deg, #CDE8F7, #F0FAFF);
}
.therapy-section.read-improve {
  background-image: url(/Skin/images/therapyMyopia/bg03.jpg);
}
.therapy-section.read-dev {
  background-image: url(/SKin/images/therapyRead/bg02.jpg);
  color: #fff;
}
.therapy-section img.cross {
  max-width: 96%;
  margin: 0 auto;
  display: block;
}
.read-dev img.side {
  border: 3px solid #FFFFFF;
}

/* blog */
.blog-list-cnt {
  padding: 20px 0;
  align-items: flex-start;
}
.blog-left-sidebar {
  width: 186px;
  padding: 24px 16px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
}
.blog-left-sidebar ul li:not(:last-child) {
  margin-bottom: 16px;
}
.blog-left-sidebar ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  padding: 0 20px;
  border-radius: 16px;
  color: #666;
  background-color: transparent;
  transition: all ease 0.15s;
}
.blog-left-sidebar ul li a.cur {
  background-color: #dbe6ff;
  color: #3370ff;
}
@media screen and (max-width: 1440px) {
  .blog-list-cnt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .blog-list-cnt {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .blog-left-sidebar ul li a:hover,
  .blog-left-sidebar ul li a.cur:hover {
    background-color: #3370ff;
    color: #fff;
  }
}
.blog-right-list {
  margin-left: 36px;
  padding: 24px 32px;
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  align-self: stretch;
}
.blog-right-list ul li {
  padding: 32px 0;
  border-bottom: 1px solid #eee;
}
.blog-right-list .flex-box {
  align-items: flex-start;
}
.blog-right-list .poster {
  width: 200px;
  height: 130px;
  border-radius: 4px;
  object-fit: cover;
  transition: all ease 0.3s;
}
.blog-right-list .poster:hover {
  transform: translateY(-4px);
}
.blog-right-list .info {
  flex: 1;
  padding-left: 24px;
  font-size: 14px;
}
.blog-right-list .info h4 {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 12px;
}
.blog-right-list .info h4 a {
  color: #333;
}
.blog-right-list .info .tags {
  margin-top: 12px;
}
.blog-right-list .info .desc a {
  line-height: 20px;
  color: #999;
}
.blog-right-list .info h4 a:hover,
.blog-right-list .info .desc a:hover {
  color: #3370FF;
}

@media screen and (max-width: 768px) {
  .blog-list-cnt {
    padding-top: 0;
    display: block;
  }
  .blog-left-sidebar {
    width: 100%;
    padding: 0 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    /* overflow-x: hidden; */
    overflow-x: auto;
    position: sticky;
    z-index: 100;
    left: 0;
    top: 0;
  }
  .blog-left-sidebar ul {
    white-space: nowrap;
  }
  .blog-left-sidebar::-webkit-scrollbar {
    height: 0;
  }
  .blog-left-sidebar::-webkit-scrollbar-thumb {
    display: none;
  }
  .blog-left-sidebar ul li:not(:last-child),
  .blog-left-sidebar ul li {
    margin-bottom: 0;
    display: inline-block;
  }
  .blog-left-sidebar ul li a {
    line-height: 42px;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    padding: 0 2px;
    margin: 0 8px;
  }
  .blog-left-sidebar ul li a.cur {
    background-color: transparent;
    border-color: #3370ff;
  }
  .blog-right-list {
    margin-left: 0;
    padding: 12px 20px;
  }
  .blog-right-list ul li {
    padding: 24px 0;
  }
  .blog-right-list .poster {
    width: 150px;
    height: 100px;
  }
  .blog-right-list .info {
    padding-left: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .blog-right-list {
    padding: 20px 16px;
  }
  .blog-right-list ul li {
    padding: 0;
    border: none;
  }
  .blog-right-list .inner-box.flex-box {
    display: block;
  }
  .blog-right-list .poster {
    display: block;
    width: 100%;
    height: 66%;
    border-radius: 4px;
  }
  .blog-right-list .info {
    padding: 12px 0 24px;
  }
  .blog-right-list .info h4 {
    font-size: 14px;
  }
  .blog-right-list .info .desc {
    display: none;
  }
}

a.tag-item {
  display: inline-block;
  background-color: #FFEECC;
  color: #FFAA00;
  line-height: 32px;
  padding: 0 20px;
  border-radius: 16px;
  margin-right: 8px;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  a.tag-item:hover {
    background-color: #FFAA00;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  a.tag-item {
    line-height: 28px;
    border-radius: 14px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 480px) {
  a.tag-item {
    line-height: 24px;
    border-radius: 12px;
    padding: 0 14px;
    font-size: 12px!important;
    margin-right: 4px;
  }
}

/* article detail */
.main-container.article-page {
  padding-top: 0;
  padding-bottom: 40px;
}
.node-banner.blog-art {
  background-image: url(/Skin/images/blog/blog-banenr.jpg);
  margin-bottom: 40px;
}
.article-detail {
  max-width: 820px;
  min-height: calc(100vh - 597px);
  padding: 20px 32px;
  border-radius: 4px;
  background-color: #fff;
}
.article-detail h1 {
  font-size: 30px;
  padding: 20px 0;
}
.article-detail .meta-info {
  font-size: 14px;
  color: #aaa;
  padding: 10px 0 20px;
}
.article-detail .meta-info span {
  margin-right: 1em;
}
.article-detail .content-area {
  padding: 20px 0;
  color: #666;
}
.article-detail .content-area p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
}
.article-detail .content-area img {
  max-width: 100%;
}
.article-detail .content-area a {
  color: #3370ff;
}
.article-detail .content-area a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .main-container.article-page {
    padding-bottom: 20px;
  }
  .node-banner.blog-art {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .main-container.article-page {
    padding-top: 1px;
  }
  .node-banner.blog-art {
    display: none;
  }
  .article-detail {
    padding: 0 20px;
    border-radius: 0;
  }
  .article-detail h1 {
    font-size: 20px;
  }
  .article-detail .meta-info {
    padding: 0 0 12px;
  }
  .article-detail .content-area {
    padding: 12px 0;
  }
  .article-detail .content-area p {
    font-size: 13px;
  }
}

/* empty tip */
.list-empty {
  padding: 100px 20px 80px;
  text-align: center;
  color: #ccc;
}
.list-empty-icon {
  font-size: 72px;
  color: #ddd;
}
.list-empty-tip {
  font-size: 14px;
  line-height: 3em;
  font-style: italic;
}
