@charset "UTF-8";
@font-face {
  font-family: M;
  src: url("../font/Montserrat/webfonts/Montserrat-Medium.woff2"); }
@font-face {
  font-family: MBold;
  src: url("../font/Montserrat/webfonts/Montserrat-Bold.woff2"); }
@font-face {
  font-family: MLight;
  src: url("../font/Montserrat/webfonts/Montserrat-Light.woff2"); }
@-webkit-keyframes imgScale {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1); }
  to {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05); } }
@keyframes imgScale {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1); }
  to {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05); } }
.needImgScale {
  animation: imgScale 5s ease-in-out infinite alternate;
  -webkit-animation: imgScale 5s ease-in-out infinite alternate; }

.atarget {
  transform: translateY(-100px); }

.btn-hover {
  transition: 0.3s ease; }
  .btn-hover:hover {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3); }

body {
  font-family: M, Arial, PingFang, PingFang SC, system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif; }

a {
  text-decoration: none; }

main {
  max-width: 1560px;
  margin: 0 auto;
  *zoom: 1; }
  main:before, main:after {
    content: " ";
    display: table; }
  main:after {
    clear: both; }

@keyframes linearAni {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -200% 0; } }
.needCover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%; }

/*自适应手机端头部*/
.mobile_header {
  display: none;
  background: none;
  box-shadow: none; }
  .mobile_header .mobile_nav {
    height: 60px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-size: cover;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 888;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1); }
    .mobile_header .mobile_nav .logo {
      position: absolute;
      height: 60px;
      left: 2%;
      z-index: 1000; }
      .mobile_header .mobile_nav .logo a {
        line-height: 60px;
        font-size: 16px;
        color: #323233; }
        .mobile_header .mobile_nav .logo a img {
          vertical-align: middle;
          height: 40px; }
    .mobile_header .mobile_nav .menu-controller {
      width: 60px;
      height: 60px;
      position: absolute;
      right: 0px;
      bottom: 0px;
      z-index: 1000; }
      .mobile_header .mobile_nav .menu-controller .menu-icon {
        width: 24px;
        height: 14px;
        margin: 0 auto;
        margin-top: 23px;
        position: relative; }
        .mobile_header .mobile_nav .menu-controller .menu-icon .item {
          position: absolute;
          top: 0px;
          right: 0px;
          width: 24px;
          height: 3px;
          background: #3d4043;
          border-radius: 3px;
          transition: 0.3s ease; }
        .mobile_header .mobile_nav .menu-controller .menu-icon .item2 {
          width: 14px;
          top: unset;
          bottom: 0px; }
      .mobile_header .mobile_nav .menu-controller .menu-icon-on .item1 {
        transform: rotate(45deg) translateY(8px); }
      .mobile_header .mobile_nav .menu-controller .menu-icon-on .item2 {
        transform: rotate(-45deg) translateY(-8px);
        width: 24px; }
  .mobile_header .mobile_nav_main {
    width: 180px;
    background: white;
    height: 100vh;
    position: fixed;
    transform: translateX(-100%);
    top: 0;
    left: 0px;
    z-index: 999;
    transition: 0.5s ease;
    box-sizing: border-box;
    padding-top: 60px; }
    .mobile_header .mobile_nav_main li {
      height: auto;
      list-style: none;
      width: 100%; }
      .mobile_header .mobile_nav_main li .li_son {
        width: 100%; }
        .mobile_header .mobile_nav_main li .li_son a {
          width: 100%;
          height: 100%;
          display: block;
          font-size: 13px;
          position: relative;
          color: #999; }
          .mobile_header .mobile_nav_main li .li_son a:after {
            content: '';
            position: absolute;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto 0;
            width: 15px;
            height: 1px;
            left: 10px;
            background: #33b3ff; }
          .mobile_header .mobile_nav_main li .li_son a span {
            display: inline-block;
            width: 140px;
            float: right;
            line-height: 18px;
            font-size: 12px;
            padding-top: 10px;
            padding-bottom: 10px; }
      .mobile_header .mobile_nav_main li .main_a {
        width: 100%;
        height: 100%;
        display: block;
        color: #333;
        line-height: 60px;
        font-size: 13px;
        position: relative; }
        .mobile_header .mobile_nav_main li .main_a .layui-icon {
          margin-top: 20px;
          margin-right: 20px;
          width: 20px;
          height: 20px;
          text-align: center;
          line-height: 20px;
          float: right;
          transition: 0.3s;
          -moz-transition: 0.3s;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */ }
        .mobile_header .mobile_nav_main li .main_a .layui-icon_on {
          transform: rotate(45deg); }
        .mobile_header .mobile_nav_main li .main_a span {
          padding-left: 25px; }
  .mobile_header .mobile_nav_main_on {
    transform: translateX(0px);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); }

body {
  font-family: M; }

.white-btn {
  position: relative;
  transition: 0.3s ease; }
  .white-btn:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    background: #FFB10D;
    height: 2px;
    transition: 0.3s ease; }
  .white-btn:hover {
    background: #CECFD2 !important; }
    .white-btn:hover:before {
      width: 100%; }

.blue-btn {
  position: relative;
  transition: 0.3s ease; }
  .blue-btn:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    background: #FFB10D;
    height: 2px;
    transition: 0.3s ease; }
  .blue-btn:hover {
    background: #0a439d !important; }
    .blue-btn:hover:before {
      width: 100%; }

.blue-text {
  position: relative;
  transition: 0.3s ease; }
  .blue-text:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    background: #FFB10D;
    height: 2px;
    transition: 0.3s ease; }
  .blue-text:hover:before {
    width: 100%; }

.yellow-btn {
  position: relative;
  transition: 0.3s ease; }
  .yellow-btn:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    background: #005AEB;
    height: 2px;
    transition: 0.3s ease; }
  .yellow-btn:hover {
    background: #d99300 !important; }
    .yellow-btn:hover:before {
      width: 100%; }

.gray-btn {
  position: relative;
  transition: 0.3s ease; }
  .gray-btn:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    background: #FFB10D;
    height: 2px;
    transition: 0.3s ease; }
  .gray-btn:hover {
    background: #7a7d83 !important; }
    .gray-btn:hover:before {
      width: 100%; }

.t-switch {
  cursor: pointer;
  display: inline-block;
  *zoom: 1; }
  .t-switch:before, .t-switch:after {
    content: " ";
    display: table; }
  .t-switch:after {
    clear: both; }
  .t-switch .switch-btn {
    width: 36px;
    height: 20px;
    background: #85888E;
    border-radius: 20px;
    position: relative;
    transition: 0.3s ease;
    float: left; }
    .t-switch .switch-btn .switch-circle {
      width: 16px;
      height: 16px;
      background: #FFFFFF;
      border-radius: 50%;
      position: absolute;
      transform: translateX(2px);
      top: 2px;
      transition: 0.3s ease; }
  .t-switch .switch-label {
    font-family: M;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    margin-left: 12px;
    float: left; }

.t-switch-on .switch-btn {
  background: #005AEB; }
  .t-switch-on .switch-btn .switch-circle {
    left: unset;
    transform: translateX(18px); }

.pc-header {
  width: 100%;
  height: 140px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  transition: 0.3s ease; }
  .pc-header:hover {
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.075);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); }
  .pc-header .header-logo {
    float: left;
    width: 296px;
    height: 108px;
    position: relative;
    transition: 0.3s; }
    .pc-header .header-logo a {
      width: 100%;
      height: 100%; }
      .pc-header .header-logo a .logo {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 200px;
        height: 60px;
        transition: 0.3s; }
      .pc-header .header-logo a .logo-light {
        opacity: 1;
        visibility: unset; }
      .pc-header .header-logo a .logo-dark {
        opacity: 0;
        visibility: visible; }
  .pc-header .header-right {
    float: left;
    width: calc(100% - 296px);
    height: 100%; }
    .pc-header .header-right .header-top {
      width: 100%;
      box-sizing: border-box;
      *zoom: 1;
      box-sizing: border-box;
      padding-right: 80px;
      transition: 0.3s;
      height: 36px;
      transform: translateY(-36px);
      z-index: 100;
      position: relative; }
      .pc-header .header-right .header-top:before, .pc-header .header-right .header-top:after {
        content: " ";
        display: table; }
      .pc-header .header-right .header-top:after {
        clear: both; }
      .pc-header .header-right .header-top .item {
        height: 16px;
        float: right;
        margin-left: 24px;
        margin-top: 19.5px; }
        .pc-header .header-right .header-top .item .parent {
          height: 16px;
          display: flex;
          align-items: center;
          position: relative; }
          .pc-header .header-right .header-top .item .parent span {
            font-size: 12px;
            font-family: M;
            color: #000000;
            margin: 0 10px; }
          .pc-header .header-right .header-top .item .parent img {
            width: 16px;
            height: 16px; }
          .pc-header .header-right .header-top .item .parent .child {
            position: absolute;
            top: 25px;
            left: 0px;
            z-index: 50;
            transition: 0.3s ease;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transform: translateY(5px);
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15); }
            .pc-header .header-right .header-top .item .parent .child:after {
              content: "";
              position: absolute;
              top: -40px;
              left: 0px;
              width: 100%;
              height: 50px; }
            .pc-header .header-right .header-top .item .parent .child .child-item {
              background: #fff;
              width: 100%;
              height: 23px;
              text-align: center;
              line-height: 23px;
              font-size: 12px;
              color: #000;
              transition: 0.3s ease;
              position: relative;
              z-index: 5;
              text-align: center; }
              .pc-header .header-right .header-top .item .parent .child .child-item:hover {
                background-color: #005AEB;
                color: #fff; }
        .pc-header .header-right .header-top .item:hover .parent .child {
          opacity: 1;
          visibility: visible;
          pointer-events: unset;
          transform: translateY(0px); }
    .pc-header .header-right .header-bottom {
      width: 100%;
      *zoom: 1; }
      .pc-header .header-right .header-bottom:before, .pc-header .header-right .header-bottom:after {
        content: " ";
        display: table; }
      .pc-header .header-right .header-bottom:after {
        clear: both; }
      .pc-header .header-right .header-bottom .nav {
        *zoom: 1;
        float: left;
        width: calc(100% - 72px * 3);
        margin-top: -20px;
        transition: 0.3s; }
        .pc-header .header-right .header-bottom .nav:before, .pc-header .header-right .header-bottom .nav:after {
          content: " ";
          display: table; }
        .pc-header .header-right .header-bottom .nav:after {
          clear: both; }
        .pc-header .header-right .header-bottom .nav .nav-item {
          width: calc(100% / 6);
          float: left;
          border-right: 1px solid transparent;
          box-sizing: border-box;
          cursor: pointer; }
          .pc-header .header-right .header-bottom .nav .nav-item:last-child {
            border-right: none; }
          .pc-header .header-right .header-bottom .nav .nav-item .parent {
            width: 100%;
            height: 100%;
            line-height: 85px;
            box-sizing: border-box;
            padding-left: 30px;
            padding-right: 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative; }
            .pc-header .header-right .header-bottom .nav .nav-item .parent:before {
              content: '';
              width: 0%;
              height: 2px;
              background: #0E6BFF;
              position: absolute;
              bottom: 0px;
              left: 0px;
              z-index: 1;
              transition: 0.5s ease;
              opacity: 0; }
            .pc-header .header-right .header-bottom .nav .nav-item .parent span {
              font-family: MBold;
              font-size: 18px;
              color: #fff;
              white-space: nowrap;
              transition: 0.3s;
              margin-left: 60px; }
            .pc-header .header-right .header-bottom .nav .nav-item .parent img {
              width: 24px;
              height: 24px;
              display: block;
              margin-right: 60px;
              transition: 0.3s; }
          .pc-header .header-right .header-bottom .nav .nav-item .dropdown {
            width: 100%;
            position: fixed;
            top: 140px;
            left: 0px;
            z-index: 5;
            transition: 0.2s ease;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transform: translateY(-3px);
            box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.075); }
          .pc-header .header-right .header-bottom .nav .nav-item .product-drop .pro-type {
            background: #F7F7F7;
            padding: 16px;
            border: 1px solid #CECFD2;
            border-radius: 16px;
            float: left;
            position: relative;
            width: 45%; }
            .pc-header .header-right .header-bottom .nav .nav-item .product-drop .pro-type .pro-pic {
              width: 48%;
              border-radius: 8px;
              float: left;
              overflow: hidden; }
              .pc-header .header-right .header-bottom .nav .nav-item .product-drop .pro-type .pro-pic img {
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: center;
                object-position: center;
                width: 100%;
                height: 100%; }
            .pc-header .header-right .header-bottom .nav .nav-item .product-drop .pro-type .drop-grand-box {
              float: left;
              display: flex;
              flex-direction: column;
              justify-content: space-around;
              height: 100%;
              width: 50%; }
              .pc-header .header-right .header-bottom .nav .nav-item .product-drop .pro-type .drop-grand-box .drop-grand-item {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-left: 10%;
                border-bottom: 1px solid #CECFD2; }
                .pc-header .header-right .header-bottom .nav .nav-item .product-drop .pro-type .drop-grand-box .drop-grand-item span {
                  font-size: 16px;
                  color: rgba(97, 101, 108, 0.6);
                  font-family: M;
                  transition: 0.3s; }
                .pc-header .header-right .header-bottom .nav .nav-item .product-drop .pro-type .drop-grand-box .drop-grand-item img {
                  width: 24px;
                  height: 24px;
                  transition: 0.4s ease;
                  opacity: 0; }
                .pc-header .header-right .header-bottom .nav .nav-item .product-drop .pro-type .drop-grand-box .drop-grand-item:hover span {
                  color: #005AEB;
                  font-weight: bold; }
                .pc-header .header-right .header-bottom .nav .nav-item .product-drop .pro-type .drop-grand-box .drop-grand-item:hover img {
                  opacity: 1;
                  transform: translateX(5px); }
            .pc-header .header-right .header-bottom .nav .nav-item .product-drop .pro-type.type2 .drop-grand-item:hover span {
              color: #f88a10;
              font-weight: bold; }
            .pc-header .header-right .header-bottom .nav .nav-item .product-drop .pro-type.type2 .drop-grand-item:hover img {
              opacity: 1;
              transform: translateX(5px); }
          .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-parent {
            width: 100%;
            background: #fff;
            box-sizing: border-box;
            padding: 64px 8%;
            *zoom: 1; }
            .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-parent:before, .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-parent:after {
              content: " ";
              display: table; }
            .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-parent:after {
              clear: both; }
            .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-parent .left-part {
              width: 64%;
              display: flex;
              justify-content: space-between;
              float: left; }
              .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-parent .left-part .item {
                width: 47.6%; }
                .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-parent .left-part .item:last-child {
                  margin-right: 0px; }
                .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-parent .left-part .item .pic {
                  width: 100%;
                  height: 200px; }
                  .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-parent .left-part .item .pic img {
                    -o-object-fit: cover;
                    object-fit: cover;
                    -o-object-position: center;
                    object-position: center;
                    width: 100%;
                    height: 100%; }
                .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-parent .left-part .item .name {
                  width: 100%;
                  height: 40px;
                  background: #777777;
                  display: flex;
                  align-items: center;
                  justify-content: space-between;
                  box-sizing: border-box;
                  padding-left: 30px;
                  padding-right: 20px;
                  transition: 0.4s ease; }
                  .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-parent .left-part .item .name span {
                    font-size: 16px;
                    color: #fff; }
                  .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-parent .left-part .item .name img {
                    width: 24px;
                    height: 24px;
                    transition: 0.4s ease; }
                .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-parent .left-part .item:hover .name {
                  background: #005AEB; }
                  .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-parent .left-part .item:hover .name img {
                    transform: rotate(90deg); }
                .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-parent .left-part .item:hover .drop-child {
                  width: 100%;
                  opacity: 1;
                  pointer-events: unset;
                  visibility: visible;
                  transform: translateY(0); }
            .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-parent .right-part {
              float: right;
              width: calc(36% - 4.1%);
              height: 240px;
              position: relative; }
              .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-parent .right-part .t1 {
                line-height: 24px;
                color: #777;
                font-size: 16px;
                word-break: break-all; }
              .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-parent .right-part .more {
                position: absolute;
                bottom: 0px;
                left: 0px;
                height: 24px;
                display: flex;
                align-items: center; }
                .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-parent .right-part .more span {
                  font-size: 12px;
                  color: #98BFFF;
                  margin-right: 10px; }
                .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-parent .right-part .more img {
                  width: 24px;
                  height: 24px;
                  transition: 0.3s ease; }
                .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-parent .right-part .more:hover img {
                  transform: translateX(5px); }
          .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-child {
            box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.075);
            position: absolute;
            top: calc(100% - 64px);
            left: 0px;
            width: 100%;
            box-sizing: border-box;
            padding: 24px 8%;
            background: #fff;
            opacity: 0;
            transition: 0.2s ease;
            visibility: hidden;
            pointer-events: none;
            transform: translateY(-3px); }
            .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-child .drop-child-wrapper {
              width: 64%;
              display: flex;
              justify-content: space-between; }
              .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-child .drop-child-wrapper .child-item {
                width: 47.6%; }
                .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-child .drop-child-wrapper .child-item .child-pic {
                  width: 100%;
                  height: 83px;
                  position: relative; }
                  .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-child .drop-child-wrapper .child-item .child-pic img {
                    display: block;
                    -o-object-fit: cover;
                    object-fit: cover;
                    -o-object-position: center;
                    object-position: center;
                    width: 100%;
                    height: 100%; }
                  .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-child .drop-child-wrapper .child-item .child-pic .child-name {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-family: MBold;
                    font-size: 24px;
                    color: #fff; }
                .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-child .drop-child-wrapper .child-item:hover .drop-grand {
                  opacity: 1;
                  pointer-events: unset;
                  visibility: visible;
                  transform: translateY(0px); }
            .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-child .drop-child-wrapper2 {
              width: 100%;
              *zoom: 1; }
              .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-child .drop-child-wrapper2:before, .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-child .drop-child-wrapper2:after {
                content: " ";
                display: table; }
              .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-child .drop-child-wrapper2:after {
                clear: both; }
              .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-child .drop-child-wrapper2 .child-item {
                float: left;
                padding-bottom: 8px; }
                .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-child .drop-child-wrapper2 .child-item .child-name {
                  height: 24px;
                  display: flex;
                  margin-right: 24px;
                  align-items: center; }
                  .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-child .drop-child-wrapper2 .child-item .child-name span {
                    font-size: 16px;
                    color: #777777;
                    margin-right: 10px; }
                  .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-child .drop-child-wrapper2 .child-item .child-name img {
                    width: 24px;
                    height: 24px;
                    transition: 0.4s ease; }
                .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-child .drop-child-wrapper2 .child-item:hover .drop-grand {
                  opacity: 1;
                  pointer-events: unset;
                  visibility: visible;
                  transform: translateY(0px); }
                .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-child .drop-child-wrapper2 .child-item:hover .child-name img {
                  transform: rotate(180deg); }
          .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-grand {
            box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.075);
            position: absolute;
            top: calc(100% - 24px);
            background: #fff;
            left: 0px;
            width: 100%;
            box-sizing: border-box;
            padding: 24px 8%;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: 0.2s ease;
            transform: translateY(-3px); }
            .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-grand .drop-grand-wrapper {
              width: 100%;
              *zoom: 1; }
              .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-grand .drop-grand-wrapper:before, .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-grand .drop-grand-wrapper:after {
                content: " ";
                display: table; }
              .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-grand .drop-grand-wrapper:after {
                clear: both; }
              .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-grand .drop-grand-wrapper .drop-grand-left {
                float: left;
                width: 30.5%;
                height: 83px;
                position: relative; }
                .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-grand .drop-grand-wrapper .drop-grand-left .grand-pic {
                  width: 100%;
                  height: 83px; }
                  .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-grand .drop-grand-wrapper .drop-grand-left .grand-pic img {
                    display: block;
                    -o-object-fit: cover;
                    object-fit: cover;
                    -o-object-position: center;
                    object-position: center;
                    width: 100%;
                    height: 100%; }
                .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-grand .drop-grand-wrapper .drop-grand-left .grand-name {
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  background: rgba(0, 90, 235, 0.8);
                  top: 0px;
                  left: 0px;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  font-family: MBold;
                  font-size: 24px;
                  color: #fff; }
              .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-grand .drop-grand-wrapper .drop-grand-right {
                display: flex;
                float: left;
                width: calc(100% - 30.5%);
                height: 83px;
                justify-content: space-between;
                align-items: center;
                box-sizing: border-box;
                padding: 0 4.8%; }
                .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-grand .drop-grand-wrapper .drop-grand-right .grand-item {
                  float: left;
                  display: inline-flex;
                  align-items: center;
                  height: 30px; }
                  .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-grand .drop-grand-wrapper .drop-grand-right .grand-item span {
                    font-size: 16px;
                    color: #fff;
                    font-weight: bold; }
                  .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-grand .drop-grand-wrapper .drop-grand-right .grand-item img {
                    width: 24px;
                    height: 24px;
                    transition: 0.4s ease;
                    opacity: 0; }
                  .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-grand .drop-grand-wrapper .drop-grand-right .grand-item:hover img {
                    opacity: 1;
                    transform: translateX(5px); }
            .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-grand .drop-grand-wrapper2 {
              width: 100%;
              *zoom: 1; }
              .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-grand .drop-grand-wrapper2:before, .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-grand .drop-grand-wrapper2:after {
                content: " ";
                display: table; }
              .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-grand .drop-grand-wrapper2:after {
                clear: both; }
              .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-grand .drop-grand-wrapper2 .grand-name {
                float: left;
                height: 28px;
                display: flex;
                margin-right: 24px;
                align-items: center;
                font-size: 16px;
                color: #777777;
                transition: 0.3s ease; }
                .pc-header .header-right .header-bottom .nav .nav-item .product-drop .drop-grand .drop-grand-wrapper2 .grand-name:hover {
                  color: #FFB10D; }
          .pc-header .header-right .header-bottom .nav .nav-item .product-drop .blue .drop-grand-wrapper {
            background: #0E6BFF; }
            .pc-header .header-right .header-bottom .nav .nav-item .product-drop .blue .drop-grand-wrapper .drop-grand-left .grand-name {
              background: rgba(0, 90, 235, 0.8); }
          .pc-header .header-right .header-bottom .nav .nav-item .product-drop .orange .drop-grand-wrapper {
            background: #FFB10D; }
            .pc-header .header-right .header-bottom .nav .nav-item .product-drop .orange .drop-grand-wrapper .drop-grand-left .grand-name {
              background: rgba(255, 177, 13, 0.8); }
          .pc-header .header-right .header-bottom .nav .nav-item .other-drop {
            *zoom: 1; }
            .pc-header .header-right .header-bottom .nav .nav-item .other-drop:before, .pc-header .header-right .header-bottom .nav .nav-item .other-drop:after {
              content: " ";
              display: table; }
            .pc-header .header-right .header-bottom .nav .nav-item .other-drop:after {
              clear: both; }
            .pc-header .header-right .header-bottom .nav .nav-item .other-drop .drop-parent {
              width: 100%;
              background: #fff;
              box-sizing: border-box;
              padding: 64px 8%;
              *zoom: 1; }
              .pc-header .header-right .header-bottom .nav .nav-item .other-drop .drop-parent:before, .pc-header .header-right .header-bottom .nav .nav-item .other-drop .drop-parent:after {
                content: " ";
                display: table; }
              .pc-header .header-right .header-bottom .nav .nav-item .other-drop .drop-parent:after {
                clear: both; }
              .pc-header .header-right .header-bottom .nav .nav-item .other-drop .drop-parent .left-part {
                float: left;
                width: 30.5%; }
                .pc-header .header-right .header-bottom .nav .nav-item .other-drop .drop-parent .left-part .item {
                  width: 100%; }
                  .pc-header .header-right .header-bottom .nav .nav-item .other-drop .drop-parent .left-part .item .pic {
                    width: 100%;
                    height: 240px; }
                    .pc-header .header-right .header-bottom .nav .nav-item .other-drop .drop-parent .left-part .item .pic img {
                      -o-object-fit: cover;
                      object-fit: cover;
                      -o-object-position: center;
                      object-position: center;
                      width: 100%;
                      height: 100%; }
              .pc-header .header-right .header-bottom .nav .nav-item .other-drop .drop-parent .mid-part {
                float: left;
                width: 30.5%;
                height: 240px;
                position: relative;
                margin-left: 4.25%; }
                .pc-header .header-right .header-bottom .nav .nav-item .other-drop .drop-parent .mid-part .t1 {
                  line-height: 24px;
                  color: #777;
                  font-size: 16px;
                  word-break: break-all; }
                .pc-header .header-right .header-bottom .nav .nav-item .other-drop .drop-parent .mid-part .more {
                  position: absolute;
                  bottom: 0px;
                  left: 0px;
                  height: 24px;
                  display: flex;
                  align-items: center; }
                  .pc-header .header-right .header-bottom .nav .nav-item .other-drop .drop-parent .mid-part .more span {
                    font-size: 12px;
                    color: #98BFFF;
                    margin-right: 10px; }
                  .pc-header .header-right .header-bottom .nav .nav-item .other-drop .drop-parent .mid-part .more img {
                    width: 24px;
                    height: 24px;
                    transition: 0.3s ease; }
                  .pc-header .header-right .header-bottom .nav .nav-item .other-drop .drop-parent .mid-part .more:hover img {
                    transform: translateX(5px); }
              .pc-header .header-right .header-bottom .nav .nav-item .other-drop .drop-parent .right-part {
                float: right;
                width: 30.5%;
                position: relative;
                margin-left: 4.25%; }
                .pc-header .header-right .header-bottom .nav .nav-item .other-drop .drop-parent .right-part .item {
                  width: 100%;
                  height: 28px;
                  float: left;
                  margin-bottom: 24px; }
                  .pc-header .header-right .header-bottom .nav .nav-item .other-drop .drop-parent .right-part .item a {
                    width: 100%;
                    height: 100%;
                    line-height: 28px;
                    display: block; }
                  .pc-header .header-right .header-bottom .nav .nav-item .other-drop .drop-parent .right-part .item span {
                    font-family: M;
                    font-size: 20px;
                    color: #777;
                    vertical-align: middle;
                    margin-right: 5px;
                    display: inline-block;
                    transition: 0.3s ease;
                    position: relative; }
                    .pc-header .header-right .header-bottom .nav .nav-item .other-drop .drop-parent .right-part .item span:before {
                      content: '';
                      position: absolute;
                      left: 0;
                      bottom: -4px;
                      width: 0%;
                      transition: 0.5s ease;
                      height: 1px;
                      background: #FFB10D;
                      opacity: 0; }
                  .pc-header .header-right .header-bottom .nav .nav-item .other-drop .drop-parent .right-part .item img {
                    width: 24px;
                    height: 24px;
                    vertical-align: middle;
                    transition: 0.3s ease;
                    transition-delay: 0.05s; }
                  .pc-header .header-right .header-bottom .nav .nav-item .other-drop .drop-parent .right-part .item:hover span {
                    transform: translateX(5px); }
                    .pc-header .header-right .header-bottom .nav .nav-item .other-drop .drop-parent .right-part .item:hover span:before {
                      width: 100%;
                      opacity: 1; }
                  .pc-header .header-right .header-bottom .nav .nav-item .other-drop .drop-parent .right-part .item:hover img {
                    transform: rotate(-45deg); }
          .pc-header .header-right .header-bottom .nav .nav-item .solution-drop .drop-parent .right-part .item:nth-child(odd) {
            width: calc(100% - 270px);
            min-width: 210px; }
          .pc-header .header-right .header-bottom .nav .nav-item .solution-drop .drop-parent .right-part .item:nth-child(even) {
            width: 270px; }
          .pc-header .header-right .header-bottom .nav .nav-item .contact-drop .drop-parent .right-part .item:nth-child(odd) {
            width: calc(100% - 220px);
            min-width: 250px; }
          .pc-header .header-right .header-bottom .nav .nav-item .contact-drop .drop-parent .right-part .item:nth-child(even) {
            width: 220px; }
          .pc-header .header-right .header-bottom .nav .nav-item:hover .parent:before {
            width: 100%;
            opacity: 1; }
          .pc-header .header-right .header-bottom .nav .nav-item:hover .dropdown {
            opacity: 1;
            visibility: visible;
            pointer-events: unset;
            transform: translateY(0px); }
      .pc-header .header-right .header-bottom .actions {
        float: left;
        margin-top: -20px;
        transition: 0.3s; }
        .pc-header .header-right .header-bottom .actions .btn {
          width: 85px;
          height: 85px;
          float: left;
          display: flex;
          align-content: space-between;
          align-items: center;
          flex-wrap: wrap;
          justify-content: center;
          box-sizing: border-box;
          padding: 20px 0px;
          transition: 0.3s ease;
          cursor: pointer; }
          .pc-header .header-right .header-bottom .actions .btn span {
            display: block;
            width: 100%;
            font-family: M;
            font-size: 12px;
            color: #FFFFFF;
            text-align: center;
            transition: 0.3s ease;
            transition-delay: 0.1s; }
          .pc-header .header-right .header-bottom .actions .btn img {
            width: 24px;
            height: 24px;
            transition: 0.3s ease; }
          .pc-header .header-right .header-bottom .actions .btn:hover {
            opacity: 0.75; }
            .pc-header .header-right .header-bottom .actions .btn:hover img {
              transform: translateY(-3px); }
            .pc-header .header-right .header-bottom .actions .btn:hover span {
              transform: translateY(-3px); }
        .pc-header .header-right .header-bottom .actions .login {
          transition: 0.3s ease-out;
          background: transparent; }
        .pc-header .header-right .header-bottom .actions .register {
          transition: 0.3s ease-out;
          background: transparent; }
        .pc-header .header-right .header-bottom .actions .search {
          transition: 0.3s ease-out;
          background: transparent; }
  .pc-header .header-search {
    position: absolute;
    width: 100%;
    height: 96px;
    background: rgba(0, 90, 235, 0.9);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 108px;
    transform: translateY(10px);
    opacity: 0;
    transition: 0.3s ease;
    pointer-events: none;
    z-index: 5; }
    .pc-header .header-search input {
      width: 700px;
      height: 48px;
      border-radius: 6px;
      text-align: center;
      outline: none;
      border: none; }
  .pc-header .header-search-active {
    pointer-events: unset;
    transform: translateY(0px);
    opacity: 1; }

#needHeaderBac.pc-header {
  background: #fff;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.075);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px); }
#needHeaderBac .header-logo {
  background: #f7f7f7; }
  #needHeaderBac .header-logo a .logo-light {
    opacity: 0;
    visibility: visible; }
  #needHeaderBac .header-logo a .logo-dark {
    opacity: 1;
    visibility: unset; }
#needHeaderBac .header-right .header-top {
  transform: translateY(0);
  border-bottom: 1px solid #CECFD2; }
#needHeaderBac .header-right .header-bottom .nav {
  margin-top: 0; }
  #needHeaderBac .header-right .header-bottom .nav .nav-item {
    border-right: 1px solid #CECFD2; }
    #needHeaderBac .header-right .header-bottom .nav .nav-item .parent span {
      color: #000;
      margin-left: 0; }
    #needHeaderBac .header-right .header-bottom .nav .nav-item .parent img {
      margin-right: 0; }
#needHeaderBac .header-right .header-bottom .actions {
  margin-top: 0; }
  #needHeaderBac .header-right .header-bottom .actions .login {
    background: #333333; }
  #needHeaderBac .header-right .header-bottom .actions .register {
    background: #000000; }
  #needHeaderBac .header-right .header-bottom .actions .search {
    background: #005AEB; }

.pc-header {
  height: 108px; }
  .pc-header .header-logo {
    height: 108px; }
  .pc-header .header-right .header-top .item {
    margin-top: 10px; }
  .pc-header .header-right .header-bottom .actions .btn {
    width: 72px;
    height: 72px;
    padding: 13px 0px; }
  .pc-header .header-right .header-bottom .nav .nav-item .parent {
    line-height: 72px; }
  .pc-header .header-right .header-bottom .nav .nav-item .dropdown {
    top: 108px; }

.navigate {
  display: flex;
  align-items: center;
  padding: 35px 0 79px;
  position: relative;
  z-index: 5; }
  .navigate .home {
    width: 22px;
    height: 20px;
    margin-right: 9px; }
  .navigate .arrow {
    margin: 0 8px; }
  .navigate a {
    pointer-events: none; }
    .navigate a span {
      font-weight: 500;
      font-size: 16px;
      color: #CCCCCC;
      line-height: 24px;
      transition: 0.3s ease; }
    .navigate a:hover span {
      color: #FFB10D; }
  .navigate .active {
    color: #FFB10D; }

.footer-banner {
  width: 100%;
  height: 250px;
  background-image: url("../../tangde/images/login-s2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  .footer-banner main {
    width: 100%;
    height: 100%; }
  .footer-banner .left-part {
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    width: 566px;
    float: left;
    flex-wrap: wrap; }
    .footer-banner .left-part .t1 {
      width: 100%;
      font-family: MBold;
      font-size: 32px;
      color: #FFFFFF;
      line-height: 38px;
      text-align: left;
      font-style: normal;
      text-transform: none; }
    .footer-banner .left-part .t2 {
      width: 100%;
      font-size: 16px;
      color: #fff;
      line-height: 24px;
      text-align: left;
      font-style: normal;
      text-transform: none; }
  .footer-banner .right-part {
    float: right;
    height: 100%;
    display: flex;
    align-items: center; }
    .footer-banner .right-part .btn {
      width: 167px;
      height: 38px;
      background: #0E6BFF;
      font-size: 14px;
      color: #fff;
      border-radius: 0px 0px 0px 0px;
      text-align: center;
      line-height: 38px;
      transition: 0.3s ease; }
      .footer-banner .right-part .btn:hover {
        background: #FFB10D; }

.footer-banner2 {
  width: 100%;
  height: 689px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  box-sizing: border-box;
  padding-top: 230px; }
  .footer-banner2 .t1 {
    width: 100%;
    font-family: M;
    font-weight: bold;
    font-size: 36px;
    color: #FAFAFA;
    line-height: 42px;
    margin-bottom: 16px; }
  .footer-banner2 .t2 {
    width: 35%;
    font-family: M;
    font-size: 16px;
    color: #FAFAFA;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 80px; }
  .footer-banner2 .t3 {
    width: 155px;
    height: 38px;
    background: #005AEB;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer-banner2 .t3 span {
      font-family: M;
      font-size: 14px;
      color: #fff;
      line-height: 24px;
      text-align: center;
      font-style: normal;
      text-transform: none;
      transition: 0.3s ease;
      margin-right: 8px; }
    .footer-banner2 .t3 img {
      width: 20px;
      height: 20px;
      transition: 0.3s ease; }
    .footer-banner2 .t3:hover img {
      transform: translateX(5px); }

.sub-banner {
  width: 100%;
  position: relative;
  margin-top: 108px; }
  .sub-banner .swiper-slide .pic {
    width: 100%;
    height: 728px; }
    .sub-banner .swiper-slide .pic img {
      width: 100%;
      display: block;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
      height: 100%; }
  .sub-banner .banner-content {
    width: 50vw;
    height: 248px;
    background: -webkit-linear-gradient(120deg, rgba(0, 90, 235, 0.8), rgba(0, 90, 235, 0));
    background: -o-linear-gradient(120deg, rgba(0, 90, 235, 0.8), rgba(0, 90, 235, 0));
    background: -moz-linear-gradient(120deg, rgba(0, 90, 235, 0.8), rgba(0, 90, 235, 0));
    background: linear-gradient(120deg, rgba(0, 90, 235, 0.8), rgba(0, 90, 235, 0));
    position: absolute;
    z-index: 5;
    bottom: -64px;
    box-sizing: border-box;
    padding-top: 50px; }
    .sub-banner .banner-content .t1 {
      width: 100%;
      padding-left: calc((100vw - 1560px) / 2);
      box-sizing: border-box;
      font-family: MBold;
      font-size: 44px;
      color: #FFFFFF;
      line-height: 52px; }
    .sub-banner .banner-content .line {
      width: 583px;
      height: 1px;
      background: #FFB10D;
      margin: 16px 0px;
      margin-left: calc((100vw - 1560px) / 2); }
    .sub-banner .banner-content .t2 {
      font-family: M;
      font-size: 32px;
      color: #FFFFFF;
      line-height: 42px;
      padding-left: calc((100vw - 1560px) / 2);
      box-sizing: border-box; }
  .sub-banner .custom-pagination {
    width: 64px;
    height: 64px;
    z-index: 10;
    position: absolute;
    right: 180px;
    bottom: 0px;
    display: flex;
    justify-content: space-between; }
    .sub-banner .custom-pagination .arrow {
      width: 64px;
      height: 64px;
      background: #FFB10D;
      border-radius: 0px 0px 0px 0px;
      position: relative;
      transition: 0.3s ease;
      cursor: pointer; }
      .sub-banner .custom-pagination .arrow:hover {
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
        z-index: 5; }
        .sub-banner .custom-pagination .arrow:hover img {
          transform: rotate(90deg) translateX(5px); }
      .sub-banner .custom-pagination .arrow img {
        width: 36px;
        height: 36px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: 0.3s ease;
        transform: rotate(90deg); }
  .sub-banner .banner-pagination {
    position: absolute;
    bottom: -64px;
    right: 0;
    height: 6px;
    line-height: 6px; }
    .sub-banner .banner-pagination .swiper-pagination-bullet {
      width: 60px;
      height: 6px;
      border-radius: 0px 0px 0px 0px;
      vertical-align: top;
      opacity: 1;
      margin-left: 16px;
      transition: 0.3s ease;
      background: #DDDDDD;
      position: relative; }
      .sub-banner .banner-pagination .swiper-pagination-bullet:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        transition: 0.5s ease;
        height: 0%;
        background: #FFB10D;
        opacity: 0; }
      .sub-banner .banner-pagination .swiper-pagination-bullet:hover:before {
        height: 100%;
        opacity: 1; }
    .sub-banner .banner-pagination .swiper-pagination-bullet-active:before {
      height: 100%;
      opacity: 1; }

.cookie-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s ease; }
  .cookie-container .cookie-wrapper {
    width: 923px;
    background: #FFFFFF;
    box-sizing: border-box;
    transition: 0.4s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(calc(-50% + 10px)) translateX(-50%);
    transition: 0.4s ease;
    padding: 64px 100px; }
    .cookie-container .cookie-wrapper .logo {
      width: 100%;
      text-align: left;
      margin-bottom: 37px; }
      .cookie-container .cookie-wrapper .logo img {
        max-width: 200px; }
    .cookie-container .cookie-wrapper .t1 {
      width: 100%;
      text-align: left;
      font-family: MBold;
      font-size: 30px;
      color: #13161B;
      line-height: 35px;
      margin-bottom: 18px; }
    .cookie-container .cookie-wrapper .t2 {
      width: 100%;
      font-family: M;
      font-size: 16px;
      color: #373A41;
      line-height: 24px;
      margin-bottom: 37px; }
    .cookie-container .cookie-wrapper .tip {
      width: 100%;
      margin-bottom: 37px; }
      .cookie-container .cookie-wrapper .tip .title {
        width: 100%;
        position: relative;
        height: 24px; }
        .cookie-container .cookie-wrapper .tip .title .arrow {
          width: 24px;
          height: 24px;
          position: absolute;
          right: 0px;
          top: 0px;
          cursor: pointer;
          transition: 0.3s ease;
          transform: rotate(180deg); }
        .cookie-container .cookie-wrapper .tip .title .slide {
          transform: rotate(0deg); }
      .cookie-container .cookie-wrapper .tip .content {
        padding-top: 10px;
        font-family: M;
        font-size: 16px;
        color: #373A41;
        line-height: 24px;
        display: none; }
    .cookie-container .cookie-wrapper .btn-group {
      width: 100%;
      margin: 0 auto;
      *zoom: 1;
      margin-bottom: 37px; }
      .cookie-container .cookie-wrapper .btn-group:before, .cookie-container .cookie-wrapper .btn-group:after {
        content: " ";
        display: table; }
      .cookie-container .cookie-wrapper .btn-group:after {
        clear: both; }
      .cookie-container .cookie-wrapper .btn-group .btn {
        float: left;
        margin-right: 24px;
        width: 166px;
        height: 44px;
        background: #005AEB;
        border-radius: 0px 0px 0px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: M;
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
        text-transform: capitalize;
        cursor: pointer; }
        .cookie-container .cookie-wrapper .btn-group .btn img {
          width: 24px;
          height: 24px;
          margin-left: 12px; }
      .cookie-container .cookie-wrapper .btn-group .gray {
        background: #94979C; }
    .cookie-container .cookie-wrapper .more {
      margin-top: 15px;
      font-family: M;
      font-size: 16px;
      height: 24px;
      display: inline-flex;
      align-items: center;
      text-transform: capitalize;
      background: none !important; }
      .cookie-container .cookie-wrapper .more span {
        color: #005AEB; }
      .cookie-container .cookie-wrapper .more img {
        width: 24px;
        height: 24px;
        margin-left: 10px;
        transition: 0.3s ease; }
      .cookie-container .cookie-wrapper .more:hover img {
        transform: translateX(5px); }

.cookie-container-on {
  opacity: 1;
  visibility: visible;
  pointer-events: unset; }
  .cookie-container-on .cookie-wrapper {
    transform: translateY(calc(-50%)) translateX(-50%); }

.login-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s ease; }
  .login-modal .login-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5; }
  .login-modal .login-wrapper {
    width: 1066px;
    height: 705px;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(calc(-50% + 10px)) translateX(-50%);
    transition: 0.4s ease;
    *zoom: 1;
    z-index: 10; }
    .login-modal .login-wrapper:before, .login-modal .login-wrapper:after {
      content: " ";
      display: table; }
    .login-modal .login-wrapper:after {
      clear: both; }
    .login-modal .login-wrapper .close-btn {
      width: 24px;
      height: 24px;
      position: absolute;
      top: 28px;
      right: 28px;
      cursor: pointer; }
      .login-modal .login-wrapper .close-btn img {
        width: 24px;
        height: 24px;
        transition: 0.3s ease; }
    .login-modal .login-wrapper .left-part {
      width: 44%;
      height: 100%;
      float: left; }
      .login-modal .login-wrapper .left-part img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%; }
    .login-modal .login-wrapper .right-part {
      width: 56%;
      float: left;
      height: 100%;
      box-sizing: border-box;
      padding-left: 64px;
      padding-right: 64px;
      padding-top: 88px; }
      .login-modal .login-wrapper .right-part .title1 {
        font-family: MBold;
        font-size: 30px;
        color: #000000;
        line-height: 35px; }
      .login-modal .login-wrapper .right-part .line {
        width: 100%;
        height: 1px;
        background: #005AEB;
        margin-top: 16px;
        margin-bottom: 16px; }
      .login-modal .login-wrapper .right-part .title2 {
        font-family: M;
        font-size: 20px;
        color: #000000;
        line-height: 23px;
        margin-bottom: 47px; }
      .login-modal .login-wrapper .right-part .form-item {
        width: 100%;
        margin-bottom: 47px; }
        .login-modal .login-wrapper .right-part .form-item .label {
          font-family: M;
          font-size: 16px;
          color: #000000;
          line-height: 19px;
          margin-bottom: 8px; }
        .login-modal .login-wrapper .right-part .form-item .input {
          width: 100%;
          height: 40px;
          position: relative; }
          .login-modal .login-wrapper .right-part .form-item .input input {
            width: 100%;
            height: 40px;
            background: #FFFFFF;
            border-radius: 0px 0px 0px 0px;
            border: 1px solid #DDDDDD;
            box-sizing: border-box;
            padding-left: 16px;
            padding-right: 40px;
            outline: none;
            font-size: 16px;
            color: #000000;
            transition: 0.3s ease; }
            .login-modal .login-wrapper .right-part .form-item .input input:focus {
              border-color: #005AEB !important;
              box-shadow: 0 0px 5px 0 rgba(0, 90, 235, 0.1); }
          .login-modal .login-wrapper .right-part .form-item .input .icon {
            width: 40px;
            height: 40px;
            position: absolute;
            right: 0;
            top: 0; }
            .login-modal .login-wrapper .right-part .form-item .input .icon img {
              width: 23px;
              height: 23px;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              margin: auto; }
          .login-modal .login-wrapper .right-part .form-item .input input::-webkit-input-placeholder {
            font-size: 16px;
            color: #ccc;
            font-weight: "normal";
            font-family: M; }
          .login-modal .login-wrapper .right-part .form-item .input input:-moz-placeholder {
            font-size: 16px;
            color: #ccc;
            font-weight: "normal";
            font-family: M; }
          .login-modal .login-wrapper .right-part .form-item .input input::-moz-placeholder {
            font-size: 16px;
            color: #ccc;
            font-weight: "normal";
            font-family: M; }
          .login-modal .login-wrapper .right-part .form-item .input input:-ms-input-placeholder {
            font-size: 16px;
            color: #ccc;
            font-weight: "normal";
            font-family: M; }
      .login-modal .login-wrapper .right-part .btn {
        width: 100%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background: #005AEB;
        color: #FFFFFF;
        cursor: pointer;
        margin-bottom: 32px; }
      .login-modal .login-wrapper .right-part .gray {
        background: #94979C; }
      .login-modal .login-wrapper .right-part .change {
        margin-top: 15px;
        font-family: M;
        font-size: 16px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        background: none !important;
        cursor: pointer; }
        .login-modal .login-wrapper .right-part .change span {
          color: #005AEB; }
        .login-modal .login-wrapper .right-part .change img {
          width: 24px;
          height: 24px;
          margin-left: 10px;
          transition: 0.3s ease; }
        .login-modal .login-wrapper .right-part .change:hover img {
          transform: translateX(5px); }

.login-modal-on {
  opacity: 1;
  visibility: visible;
  pointer-events: unset; }
  .login-modal-on .login-wrapper {
    transform: translateY(calc(-50%)) translateX(-50%); }

.forget-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s ease; }
  .forget-modal .disabled {
    pointer-events: none !important;
    opacity: 0.4 !important; }
  .forget-modal .login-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5; }
  .forget-modal .login-wrapper {
    width: 1066px;
    height: 705px;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(calc(-50% + 10px)) translateX(-50%);
    transition: 0.4s ease;
    *zoom: 1;
    z-index: 10; }
    .forget-modal .login-wrapper:before, .forget-modal .login-wrapper:after {
      content: " ";
      display: table; }
    .forget-modal .login-wrapper:after {
      clear: both; }
    .forget-modal .login-wrapper .close-btn {
      width: 24px;
      height: 24px;
      position: absolute;
      top: 28px;
      right: 28px;
      cursor: pointer; }
      .forget-modal .login-wrapper .close-btn img {
        width: 24px;
        height: 24px;
        transition: 0.3s ease; }
    .forget-modal .login-wrapper .left-part {
      width: 44%;
      height: 100%;
      float: left; }
      .forget-modal .login-wrapper .left-part img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%; }
    .forget-modal .login-wrapper .right-part {
      width: 56%;
      float: left;
      height: 100%;
      box-sizing: border-box;
      padding-left: 64px;
      padding-right: 64px;
      padding-top: 188px; }
      .forget-modal .login-wrapper .right-part .title1 {
        font-family: MBold;
        font-size: 30px;
        color: #000000;
        line-height: 35px; }
      .forget-modal .login-wrapper .right-part .line {
        width: 100%;
        height: 1px;
        background: #005AEB;
        margin-top: 16px;
        margin-bottom: 16px; }
      .forget-modal .login-wrapper .right-part .title2 {
        font-family: M;
        font-size: 20px;
        color: #000000;
        line-height: 23px;
        margin-bottom: 47px; }
      .forget-modal .login-wrapper .right-part .form-item {
        width: 100%;
        margin-bottom: 47px; }
        .forget-modal .login-wrapper .right-part .form-item .label {
          font-family: M;
          font-size: 16px;
          color: #000000;
          line-height: 19px;
          margin-bottom: 8px; }
        .forget-modal .login-wrapper .right-part .form-item .input {
          width: 100%;
          height: 40px;
          position: relative; }
          .forget-modal .login-wrapper .right-part .form-item .input input {
            width: 100%;
            height: 40px;
            background: #FFFFFF;
            border-radius: 0px 0px 0px 0px;
            border: 1px solid #DDDDDD;
            box-sizing: border-box;
            padding-left: 16px;
            padding-right: 40px;
            outline: none;
            font-size: 16px;
            color: #000000;
            transition: 0.3s ease; }
            .forget-modal .login-wrapper .right-part .form-item .input input:focus {
              border-color: #005AEB !important;
              box-shadow: 0 0px 5px 0 rgba(0, 90, 235, 0.1); }
          .forget-modal .login-wrapper .right-part .form-item .input .icon {
            width: 40px;
            height: 40px;
            position: absolute;
            right: 0;
            top: 0; }
            .forget-modal .login-wrapper .right-part .form-item .input .icon img {
              width: 23px;
              height: 23px;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              margin: auto; }
          .forget-modal .login-wrapper .right-part .form-item .input input::-webkit-input-placeholder {
            font-size: 16px;
            color: #ccc;
            font-weight: "normal";
            font-family: M; }
          .forget-modal .login-wrapper .right-part .form-item .input input:-moz-placeholder {
            font-size: 16px;
            color: #ccc;
            font-weight: "normal";
            font-family: M; }
          .forget-modal .login-wrapper .right-part .form-item .input input::-moz-placeholder {
            font-size: 16px;
            color: #ccc;
            font-weight: "normal";
            font-family: M; }
          .forget-modal .login-wrapper .right-part .form-item .input input:-ms-input-placeholder {
            font-size: 16px;
            color: #ccc;
            font-weight: "normal";
            font-family: M; }
      .forget-modal .login-wrapper .right-part .btn {
        width: 100%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background: #005AEB;
        color: #FFFFFF;
        cursor: pointer;
        margin-bottom: 32px; }
      .forget-modal .login-wrapper .right-part .gray {
        background: #94979C; }
      .forget-modal .login-wrapper .right-part .change {
        margin-top: 15px;
        font-family: M;
        font-size: 16px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        background: none !important;
        cursor: pointer; }
        .forget-modal .login-wrapper .right-part .change span {
          color: #005AEB; }
        .forget-modal .login-wrapper .right-part .change img {
          width: 24px;
          height: 24px;
          margin-left: 10px;
          transition: 0.3s ease; }
        .forget-modal .login-wrapper .right-part .change:hover img {
          transform: translateX(5px); }

.forget-modal-on {
  opacity: 1;
  visibility: visible;
  pointer-events: unset; }
  .forget-modal-on .login-wrapper {
    transform: translateY(calc(-50%)) translateX(-50%); }

footer .footer-part {
  padding: 45px 80px 0;
  background: #005AEB; }
  footer .footer-part .content {
    margin-top: 30px;
    margin-bottom: 30px;
    *zoom: 1; }
    footer .footer-part .content:before, footer .footer-part .content:after {
      content: " ";
      display: table; }
    footer .footer-part .content:after {
      clear: both; }
    footer .footer-part .content .qrcode {
      float: right;
      width: 116px;
      height: 116px; }
      footer .footer-part .content .qrcode .qrcode-img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%; }
    footer .footer-part .content .nav {
      width: calc(100% - 220px - 10%);
      float: left;
      display: flex;
      justify-content: space-between; }
      footer .footer-part .content .nav .nav-item {
        float: left; }
        footer .footer-part .content .nav .nav-item:last-child {
          margin-right: 0; }
        footer .footer-part .content .nav .nav-item .parent span {
          font-family: MBold;
          font-size: 18px;
          color: #fff;
          line-height: 21px; }
        footer .footer-part .content .nav .nav-item .line {
          min-width: 180px;
          height: 1px;
          background: #61656C;
          margin: 12px 0 20px;
          opacity: 0.6; }
        footer .footer-part .content .nav .nav-item .child {
          float: left;
          margin-right: 20px; }
          footer .footer-part .content .nav .nav-item .child a {
            width: 100%;
            display: block; }
          footer .footer-part .content .nav .nav-item .child div {
            font-size: 16px;
            color: #fff;
            line-height: 18px;
            margin-bottom: 10px;
            cursor: pointer;
            transition: 0.3s ease; }
            footer .footer-part .content .nav .nav-item .child div:hover {
              color: #FFB10D; }
      footer .footer-part .content .nav .nav-item-group {
        width: 530px; }
  footer .footer-part .side-btn {
    position: fixed;
    right: 0;
    cursor: pointer;
    top: 40%;
    z-index: 999;
    display: flex;
    flex-direction: column; }
    footer .footer-part .side-btn .service {
      background: #FFB10D; }
      footer .footer-part .side-btn .service:hover {
        background: rgba(255, 177, 13, 0.9); }
    footer .footer-part .side-btn .product {
      background: #85888E; }
      footer .footer-part .side-btn .product:hover {
        background: rgba(133, 136, 142, 0.9); }
    footer .footer-part .side-btn .top {
      background: #005AEB; }
      footer .footer-part .side-btn .top:hover {
        background: rgba(0, 90, 235, 0.9); }
    footer .footer-part .side-btn .btn {
      width: 60px;
      height: 60px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: 0.3s; }
  footer .footer-part .website-info {
    position: relative;
    width: 100%; }
    footer .footer-part .website-info .bottom-line {
      background: #CECFD2;
      height: 1px;
      opacity: 0.6; }
    footer .footer-part .website-info .w6 {
      margin-bottom: 32px;
      display: flex;
      justify-content: flex-end; }
      footer .footer-part .website-info .w6 .icon-wrap {
        width: 48px;
        height: 48px;
        background: #fff;
        border-radius: 50%;
        margin-right: 21px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.3s ease; }
        footer .footer-part .website-info .w6 .icon-wrap:hover {
          background: rgba(255, 255, 255, 0.7); }
        footer .footer-part .website-info .w6 .icon-wrap img {
          width: 27px; }
    footer .footer-part .website-info .bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 65px; }
      footer .footer-part .website-info .bottom .w5 {
        font-weight: 500;
        font-size: 12px;
        color: #fff;
        opacity: 0.4;
        line-height: 14px; }

.home-page {
  width: 100%; }
  .home-page .banner {
    width: 100%;
    position: relative; }
    .home-page .banner .swiper-slide .pic {
      width: 100%;
      height: 1060px; }
      .home-page .banner .swiper-slide .pic img {
        width: 100%;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%; }
    .home-page .banner .banner-content {
      width: 50vw;
      background: -webkit-linear-gradient(120deg, rgba(0, 90, 235, 0.8), rgba(0, 90, 235, 0));
      background: -o-linear-gradient(120deg, rgba(0, 90, 235, 0.8), rgba(0, 90, 235, 0));
      background: -moz-linear-gradient(120deg, rgba(0, 90, 235, 0.8), rgba(0, 90, 235, 0));
      background: linear-gradient(120deg, rgba(0, 90, 235, 0.8), rgba(0, 90, 235, 0));
      position: absolute;
      z-index: 5;
      bottom: 0px;
      box-sizing: border-box;
      padding-top: 36px; }
      .home-page .banner .banner-content .t1 {
        width: 100%;
        padding-left: calc((100vw - 1560px) / 2);
        box-sizing: border-box;
        font-family: MBold;
        font-size: 40px;
        color: #FFFFFF;
        line-height: 48px; }
      .home-page .banner .banner-content .line {
        width: 583px;
        height: 1px;
        background: #FFB10D;
        margin: 16px 0px;
        margin-left: calc((100vw - 1560px) / 2); }
      .home-page .banner .banner-content .t2 {
        font-family: M;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 30px;
        padding-left: calc((100vw - 1560px) / 2);
        box-sizing: border-box;
        max-width: 90%; }
      .home-page .banner .banner-content .more {
        height: 30px;
        padding-left: calc((100vw - 1560px) / 2);
        margin-top: 20px; }
        .home-page .banner .banner-content .more a {
          display: flex;
          align-items: center; }
        .home-page .banner .banner-content .more span {
          margin-right: 10px;
          color: #fff;
          font-family: M;
          transition: 0.3s ease;
          font-size: 16px; }
        .home-page .banner .banner-content .more img {
          width: 24px;
          height: 24px;
          transition: 0.3s ease; }
        .home-page .banner .banner-content .more:hover a span {
          color: #FFB10D; }
        .home-page .banner .banner-content .more:hover a img {
          transform: translateX(5px); }
    .home-page .banner .custom-pagination {
      width: 128px;
      height: 64px;
      z-index: 10;
      position: absolute;
      right: 180px;
      bottom: 64px;
      display: flex;
      justify-content: space-between; }
      .home-page .banner .custom-pagination .arrow {
        width: 64px;
        height: 64px;
        background: rgba(0, 90, 235, 0.6);
        border-radius: 0px 0px 0px 0px;
        position: relative;
        transition: 0.3s ease;
        cursor: pointer; }
        .home-page .banner .custom-pagination .arrow:hover {
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          z-index: 5; }
          .home-page .banner .custom-pagination .arrow:hover img {
            transform: translateX(-5px); }
        .home-page .banner .custom-pagination .arrow img {
          width: 36px;
          height: 36px;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          transition: 0.3s ease; }
      .home-page .banner .custom-pagination .right {
        transform: rotate(180deg); }
        .home-page .banner .custom-pagination .right:hover img {
          transform: translateX(-5px); }
    .home-page .banner .banner-pagination {
      position: absolute;
      bottom: 36px;
      right: 180px;
      height: 6px;
      line-height: 6px; }
      .home-page .banner .banner-pagination .swiper-pagination-bullet {
        width: 60px;
        height: 6px;
        border-radius: 0px 0px 0px 0px;
        vertical-align: top;
        opacity: 1;
        margin-left: 16px;
        transition: 0.3s ease;
        background: #DDDDDD;
        position: relative; }
        .home-page .banner .banner-pagination .swiper-pagination-bullet:before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          transition: 0.5s ease;
          height: 0%;
          background: #FFB10D;
          opacity: 0; }
        .home-page .banner .banner-pagination .swiper-pagination-bullet:hover:before {
          height: 100%;
          opacity: 1; }
      .home-page .banner .banner-pagination .swiper-pagination-bullet-active:before {
        height: 100%;
        opacity: 1; }
  .home-page .section-6 {
    width: 100%;
    height: 640px;
    background: url("../images/events.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative; }
    .home-page .section-6 .events .e1 {
      font-family: MBold;
      font-size: 32px;
      color: #FFB10D;
      padding-top: 180px;
      text-align: center; }
    .home-page .section-6 .events .e2 {
      font-family: MBold;
      font-size: 44px;
      color: #FFFFFF;
      padding-top: 64px;
      text-align: center; }
    .home-page .section-6 .events .e3 {
      font-weight: 500;
      font-size: 24px;
      color: #FFFFFF;
      margin-top: 25px;
      text-align: center; }
    .home-page .section-6 .events .divider {
      width: 180px;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.6);
      margin: 0 auto;
      margin-top: 33px; }
    .home-page .section-6 .events .e4 {
      font-size: 18px;
      color: #fff;
      margin: 0 auto;
      margin-top: 30px;
      font-family: MLight;
      width: 770px;
      line-height: 30px;
      text-align: center;
      text-transform: capitalize; }
  .home-page .s1 {
    width: 100%;
    padding-top: 120px; }
    .home-page .s1 .desc {
      width: 100%; }
      .home-page .s1 .desc .t1 {
        width: 660px;
        font-family: MBold;
        font-size: 50px;
        color: #000000;
        line-height: 59px;
        transition: 0.3s; }
      .home-page .s1 .desc .t2 {
        padding-top: 24px;
        width: 800px;
        font-family: M;
        font-size: 20px;
        color: #000000;
        line-height: 30px;
        margin-bottom: 32px; }
    .home-page .s1 .part {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      .home-page .s1 .part .part-item {
        width: 50%;
        float: left;
        height: 550px;
        position: relative;
        overflow: hidden; }
        .home-page .s1 .part .part-item .bg {
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center;
          width: 100%;
          height: 100%; }
        .home-page .s1 .part .part-item .t1 {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0px;
          left: 0px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap;
          box-sizing: border-box;
          padding-top: 220px;
          padding-bottom: 220px; }
          .home-page .s1 .part .part-item .t1 .t1-1 {
            width: 100%;
            text-align: center;
            font-family: MBold;
            font-size: 32px;
            color: #FFFFFF;
            line-height: 38px; }
          .home-page .s1 .part .part-item .t1 .t1-2 {
            width: 160px;
            height: 38px;
            background: #FFFFFF;
            border-radius: 0px 0px 0px 0px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .home-page .s1 .part .part-item .t1 .t1-2 span {
              font-family: M;
              font-size: 16px;
              color: #000000; }
            .home-page .s1 .part .part-item .t1 .t1-2 img {
              width: 24px;
              height: 24px; }
        .home-page .s1 .part .part-item .t2 {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 5;
          background: rgba(0, 0, 0, 0.75);
          transform: translateY(100px);
          opacity: 0;
          transition: 0.4s ease;
          box-sizing: border-box;
          display: flex;
          align-items: center;
          justify-content: center;
          align-content: center;
          flex-wrap: wrap;
          padding-left: calc(50% - 280px - 32px);
          padding-right: calc(50% - 280px - 32px); }
          .home-page .s1 .part .part-item .t2:before {
            content: '';
            pointer-events: none;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            position: absolute;
            top: 0;
            left: 0;
            border: 0px solid #0E6BFF;
            transition: 0.3s ease; }
          .home-page .s1 .part .part-item .t2 .t2-1 {
            width: 280px;
            height: 240px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            box-sizing: border-box;
            padding-top: 60px;
            padding-bottom: 60px;
            margin-right: 32px;
            position: relative;
            transition: 0.3s ease;
            transform: translateY(10px);
            opacity: 0; }
            .home-page .s1 .part .part-item .t2 .t2-1:nth-child(2n) {
              margin-left: 32px;
              margin-right: 0px; }
            .home-page .s1 .part .part-item .t2 .t2-1 .t2-1-1 {
              width: 100%;
              text-align: center;
              font-family: MBold;
              font-size: 32px;
              color: #FFFFFF;
              line-height: 38px;
              transition: 0.3s ease; }
            .home-page .s1 .part .part-item .t2 .t2-1 .t2-1-2 {
              width: 160px;
              height: 38px;
              background: #FFFFFF;
              border-radius: 0px 0px 0px 0px;
              display: flex;
              align-items: center;
              justify-content: center;
              transition: 0.3s ease; }
              .home-page .s1 .part .part-item .t2 .t2-1 .t2-1-2 span {
                font-family: M;
                font-size: 16px;
                color: #000000;
                line-height: 24px;
                text-align: center;
                font-style: normal;
                text-transform: none;
                transition: 0.3s ease; }
              .home-page .s1 .part .part-item .t2 .t2-1 .t2-1-2 img {
                width: 24px;
                height: 24px;
                transition: 0.3s ease; }
              .home-page .s1 .part .part-item .t2 .t2-1 .t2-1-2:hover img {
                transform: translateX(5px); }
            .home-page .s1 .part .part-item .t2 .t2-1:hover .t2-1-1 {
              color: #f88a10; }
            .home-page .s1 .part .part-item .t2 .t2-1 .line {
              opacity: 0;
              transition: 0.3s ease; }
            .home-page .s1 .part .part-item .t2 .t2-1 .linel {
              width: 100%;
              height: 1px;
              background: rgba(255, 255, 255, 0.4);
              position: absolute;
              bottom: 0px;
              left: 0px; }
            .home-page .s1 .part .part-item .t2 .t2-1 .linet {
              width: 1px;
              height: 200px;
              background: rgba(255, 255, 255, 0.4);
              position: absolute;
              top: 0px;
              left: -32px; }
            .home-page .s1 .part .part-item .t2 .t2-1 .lineb {
              width: 1px;
              height: 200px;
              background: rgba(255, 255, 255, 0.4);
              position: absolute;
              bottom: 0px;
              right: -32px; }
            .home-page .s1 .part .part-item .t2 .t2-1 .liner {
              width: 100%;
              height: 1px;
              background: rgba(255, 255, 255, 0.4);
              position: absolute;
              top: 0px;
              right: 0px; }
          .home-page .s1 .part .part-item .t2 .new-product {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; }
        .home-page .s1 .part .part-item:hover .t1 {
          opacity: 0; }
        .home-page .s1 .part .part-item:hover .t2 {
          opacity: 1;
          transform: translateY(0px); }
          .home-page .s1 .part .part-item:hover .t2:before {
            transition-delay: 0.3s;
            border: 10px solid #0E6BFF; }
          .home-page .s1 .part .part-item:hover .t2 .t2-1 {
            transform: translateY(0px);
            opacity: 1; }
            .home-page .s1 .part .part-item:hover .t2 .t2-1 .line {
              opacity: 1; }
  .home-page .s2 {
    overflow: hidden;
    width: 100%;
    height: 1100px; }
    .home-page .s2 .content {
      width: calc(100% - 657px - 80px);
      float: left; }
      .home-page .s2 .content .t1 {
        font-family: MBold;
        font-size: 50px;
        color: #13161B;
        margin-top: 140px; }
      .home-page .s2 .content .t2 {
        font-family: MBold;
        font-size: 32px;
        color: #0E6BFF;
        line-height: 30px;
        margin-top: 96px; }
      .home-page .s2 .content .t3 {
        font-size: 20px;
        color: #000;
        font-family: M;
        margin-top: 32px;
        line-height: 34px; }
      .home-page .s2 .content .index-count {
        display: inline-flex;
        justify-content: space-between;
        width: 100%; }
        .home-page .s2 .content .index-count .count-item {
          margin-top: 32px;
          width: 25%; }
          .home-page .s2 .content .index-count .count-item .icon {
            width: 60px;
            height: 60px;
            margin-bottom: 16px; }
            .home-page .s2 .content .index-count .count-item .icon img {
              -o-object-fit: contain;
              object-fit: contain;
              -o-object-position: center;
              object-position: center;
              width: 100%;
              height: 100%; }
          .home-page .s2 .content .index-count .count-item .num {
            font-weight: bold;
            font-size: 36px;
            color: #FFB10D;
            line-height: 70px;
            font-family: M; }
          .home-page .s2 .content .index-count .count-item .line {
            height: 1px;
            background: rgba(0, 0, 0, 0.5);
            margin: 16px 0;
            width: 151px; }
          .home-page .s2 .content .index-count .count-item .desc {
            font-weight: 500;
            font-family: M;
            font-size: 18px;
            color: #333333;
            line-height: 21px;
            text-transform: capitalize;
            width: 151px; }
      .home-page .s2 .content .t4 {
        margin-top: 96px;
        width: 160px;
        height: 38px;
        background: #0E6BFF;
        border-radius: 0px 0px 0px 0px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .home-page .s2 .content .t4 span {
          font-family: M;
          font-size: 14px;
          color: #fff;
          margin-right: 8px; }
        .home-page .s2 .content .t4 img {
          width: 20px;
          height: 20px;
          transition: 0.3s ease; }
        .home-page .s2 .content .t4:hover img {
          transform: translateX(5px); }
    .home-page .s2 .s2-banner {
      width: 657px;
      float: right; }
      .home-page .s2 .s2-banner .s2-text {
        color: #FFB10D;
        font-family: M;
        font-size: 46.5px;
        margin-top: 285px; }
      .home-page .s2 .s2-banner #swiper3 {
        height: 416px; }
      .home-page .s2 .s2-banner .swiper-container {
        position: relative;
        margin-top: 189px; }
        .home-page .s2 .s2-banner .swiper-container .swiper-slide .pic {
          width: 100%;
          height: 100%; }
          .home-page .s2 .s2-banner .swiper-container .swiper-slide .pic img {
            width: 100%;
            display: block;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            width: 100%;
            height: 100%; }
  .home-page .s4 {
    width: 100%;
    height: 1080px; }
    .home-page .s4 .t1 {
      width: 100%;
      text-align: center;
      font-family: MBold;
      font-size: 32px;
      color: #0E6BFF;
      margin-top: 260px; }
    .home-page .s4 .line {
      width: 167px;
      height: 4px;
      background: #FF6400;
      margin: 0 auto;
      margin-top: 12px;
      font-family: MLight; }
    .home-page .s4 .t2 {
      width: 100%;
      text-align: center;
      font-size: 20px;
      color: #000;
      margin-top: 15px;
      font-family: MBold; }
    .home-page .s4 .t3 {
      text-align: center;
      font-size: 20px;
      color: #000000;
      line-height: 34px;
      margin: 0 auto;
      margin-top: 20px;
      width: 80%; }
    .home-page .s4 .list {
      padding-top: 80px; }
      .home-page .s4 .list .row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 50px; }
        .home-page .s4 .list .row .pic {
          width: 180px;
          height: 180px; }
        .home-page .s4 .list .row img {
          -o-object-fit: contain;
          object-fit: contain;
          -o-object-position: center;
          object-position: center;
          width: 100%;
          height: 100%; }

.login-page {
  width: 100%;
  padding-top: 108px; }
  .login-page .s1 {
    width: 100%;
    margin-bottom: 128px; }
    .login-page .s1 main {
      display: flex;
      justify-content: space-between; }
    .login-page .s1 .part {
      width: calc(50% - 18px);
      height: 492px;
      background: #F8F8F8;
      box-sizing: border-box;
      padding-top: 60px;
      padding-left: 20px;
      padding-right: 20px; }
      .login-page .s1 .part .t1 {
        width: 100%;
        font-family: M;
        font-size: 24px;
        color: #000000;
        line-height: 36px;
        text-align: left;
        font-style: normal;
        text-transform: none; }
      .login-page .s1 .part .line {
        width: 80%;
        height: 1px;
        background: #BBBBBB;
        margin: 26px 0px; }
      .login-page .s1 .part .form-item {
        width: 100%;
        margin-bottom: 26px; }
        .login-page .s1 .part .form-item .label {
          font-size: 12px;
          color: #000000;
          line-height: 14px;
          text-align: left;
          font-style: normal;
          text-transform: none;
          margin-bottom: 16px; }
        .login-page .s1 .part .form-item .input {
          width: 67%;
          height: 40px;
          position: relative; }
          .login-page .s1 .part .form-item .input input {
            width: 100%;
            height: 40px;
            background: #FFFFFF;
            border-radius: 0px 0px 0px 0px;
            border: 1px solid #DDDDDD;
            box-sizing: border-box;
            padding-left: 16px;
            outline: none;
            font-size: 16px;
            color: #000000; }
          .login-page .s1 .part .form-item .input .icon {
            width: 40px;
            height: 40px;
            position: absolute;
            right: 0;
            top: 0; }
            .login-page .s1 .part .form-item .input .icon img {
              width: 23px;
              height: 23px;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              margin: auto; }
          .login-page .s1 .part .form-item .input input::-webkit-input-placeholder {
            font-size: 16px;
            color: #ccc;
            font-weight: "normal";
            font-family: M; }
          .login-page .s1 .part .form-item .input input:-moz-placeholder {
            font-size: 16px;
            color: #ccc;
            font-weight: "normal";
            font-family: M; }
          .login-page .s1 .part .form-item .input input::-moz-placeholder {
            font-size: 16px;
            color: #ccc;
            font-weight: "normal";
            font-family: M; }
          .login-page .s1 .part .form-item .input input:-ms-input-placeholder {
            font-size: 16px;
            color: #ccc;
            font-weight: "normal";
            font-family: M; }
      .login-page .s1 .part .forget {
        width: 100%;
        height: 28px;
        display: flex;
        align-items: center;
        margin-bottom: 26px; }
        .login-page .s1 .part .forget span {
          font-size: 16px;
          color: #0E6BFF;
          margin-right: 10px; }
        .login-page .s1 .part .forget img {
          width: 24px;
          height: 24px; }
      .login-page .s1 .part .des {
        width: 75%;
        font-size: 16px;
        color: #999999;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-bottom: 26px; }
      .login-page .s1 .part .submit {
        display: inline-block;
        padding: 0 48px;
        height: 38px;
        background: #777777;
        border-radius: 0px 0px 0px 0px;
        font-size: 18px;
        color: #FFFFFF;
        text-align: center;
        line-height: 38px;
        transition: 0.3s ease; }
        .login-page .s1 .part .submit:hover {
          background: #005AEB; }

.product-info-page {
  width: 100%;
  padding-top: 50px; }
  .product-info-page main .navigate {
    padding: 32px 0px; }
  .product-info-page .s1 {
    width: 100%; }
    .product-info-page .s1 main .info {
      width: 100%;
      *zoom: 1;
      padding-bottom: 64px; }
      .product-info-page .s1 main .info:before, .product-info-page .s1 main .info:after {
        content: " ";
        display: table; }
      .product-info-page .s1 main .info:after {
        clear: both; }
      .product-info-page .s1 main .info .left-part {
        float: left;
        width: 500px;
        height: 502px;
        border-radius: 0px 0px 0px 0px;
        position: relative; }
        .product-info-page .s1 main .info .left-part #swiper {
          width: 100%;
          height: 100%;
          box-sizing: border-box;
          border: 1px solid #DDDDDD;
          position: relative; }
          .product-info-page .s1 main .info .left-part #swiper img {
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
            width: 100%;
            height: 100%;
            width: 80%;
            height: 80%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; }
        .product-info-page .s1 main .info .left-part .arrow-controller {
          width: 50px;
          height: 50px;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          cursor: pointer;
          display: none; }
          .product-info-page .s1 main .info .left-part .arrow-controller img {
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
            width: 100%;
            height: 100%;
            transition: 0.3s ease; }
          .product-info-page .s1 main .info .left-part .arrow-controller:hover img {
            transform: translateX(-5px); }
        .product-info-page .s1 main .info .left-part .arrow-prev {
          z-index: 10;
          left: 15px; }
        .product-info-page .s1 main .info .left-part .arrow-next {
          z-index: 10;
          right: 15px;
          transform: rotate(180deg); }
      .product-info-page .s1 main .info .right-part {
        float: left;
        width: calc(100% - 500px);
        position: relative;
        border-top: 1px solid #CECFD2; }
        .product-info-page .s1 main .info .right-part .row {
          width: 100%;
          *zoom: 1;
          border-bottom: 1px solid #CECFD2;
          border-right: 1px solid #CECFD2; }
          .product-info-page .s1 main .info .right-part .row:before, .product-info-page .s1 main .info .right-part .row:after {
            content: " ";
            display: table; }
          .product-info-page .s1 main .info .right-part .row:after {
            clear: both; }
          .product-info-page .s1 main .info .right-part .row .item {
            float: left;
            width: 100%;
            *zoom: 1; }
            .product-info-page .s1 main .info .right-part .row .item:before, .product-info-page .s1 main .info .right-part .row .item:after {
              content: " ";
              display: table; }
            .product-info-page .s1 main .info .right-part .row .item:after {
              clear: both; }
            .product-info-page .s1 main .info .right-part .row .item .label {
              float: left;
              width: 200px;
              height: 62px;
              line-height: 62px;
              background: #F0F0F1;
              font-family: M;
              font-weight: 500;
              font-size: 14px;
              color: #85888E;
              box-sizing: border-box;
              padding-left: 20px;
              padding-right: 20px;
              display: flex;
              align-items: center;
              word-break: break-all;
              line-height: 20px; }
            .product-info-page .s1 main .info .right-part .row .item .value {
              float: left;
              height: 62px;
              line-height: 62px;
              width: calc(100% - 200px);
              box-sizing: border-box;
              padding-left: 20px;
              padding-right: 20px;
              font-family: M;
              font-size: 16px;
              color: #13161B;
              display: flex;
              word-break: break-all;
              line-height: 20px;
              align-items: center; }
          .product-info-page .s1 main .info .right-part .row .item-half {
            width: 50%;
            overflow: hidden; }
          .product-info-page .s1 main .info .right-part .row .action {
            width: 100%;
            height: 62px;
            *zoom: 1;
            box-sizing: border-box;
            padding-top: 15px;
            padding-right: 20px; }
            .product-info-page .s1 main .info .right-part .row .action:before, .product-info-page .s1 main .info .right-part .row .action:after {
              content: " ";
              display: table; }
            .product-info-page .s1 main .info .right-part .row .action:after {
              clear: both; }
            .product-info-page .s1 main .info .right-part .row .action .input {
              float: right;
              position: relative;
              width: 100px;
              height: 32px;
              background: #FFFFFF; }
              .product-info-page .s1 main .info .right-part .row .action .input .arrow {
                width: 20px;
                height: 20px;
                position: absolute;
                z-index: 5;
                cursor: pointer; }
                .product-info-page .s1 main .info .right-part .row .action .input .arrow img {
                  width: 100%;
                  height: 100%; }
              .product-info-page .s1 main .info .right-part .row .action .input .arrow-left {
                left: 10px;
                top: 6px;
                transform: rotate(180deg); }
              .product-info-page .s1 main .info .right-part .row .action .input .arrow-right {
                right: 10px;
                top: 6px; }
              .product-info-page .s1 main .info .right-part .row .action .input input {
                width: 100%;
                height: 100%;
                text-align: center;
                background: none;
                box-sizing: border-box;
                outline: none;
                border: 1px solid #CECFD2;
                transition: 0.3s ease;
                box-sizing: border-box;
                padding: 0 30px; }
                .product-info-page .s1 main .info .right-part .row .action .input input:focus {
                  border-color: #005AEB !important;
                  box-shadow: 0 0px 5px 0 rgba(0, 90, 235, 0.1); }
            .product-info-page .s1 main .info .right-part .row .action .add-to-cart {
              float: right;
              width: 180px;
              height: 32px;
              background: #005AEB;
              display: flex;
              align-items: center;
              justify-content: center;
              cursor: pointer; }
              .product-info-page .s1 main .info .right-part .row .action .add-to-cart span {
                font-family: M;
                font-size: 14px;
                color: #ECECED; }
              .product-info-page .s1 main .info .right-part .row .action .add-to-cart img {
                width: 20px;
                height: 20px;
                transition: 0.3s ease;
                margin-left: 3px; }
  .product-info-page .s2 {
    width: 100%;
    background: #FAFAFA;
    padding-top: 64px;
    padding-bottom: 80px; }
    .product-info-page .s2 .t1 {
      width: 100%;
      font-family: MBold;
      font-size: 30px;
      color: #000000;
      margin-bottom: 40px; }
    .product-info-page .s2 .table {
      width: 100%; }
      .product-info-page .s2 .table .thead {
        width: 100%;
        display: flex; }
        .product-info-page .s2 .table .thead .td {
          height: 48px;
          background: #ECECED;
          font-family: M;
          font-weight: 500;
          font-size: 14px;
          color: #85888E;
          display: flex;
          align-items: center;
          box-sizing: border-box;
          padding-left: 20px;
          padding-right: 20px; }
      .product-info-page .s2 .table .tr {
        width: 100%;
        border-bottom: 1px solid #FFB10D;
        display: flex;
        height: 48px;
        background: #fff; }
        .product-info-page .s2 .table .tr .td {
          font-family: M;
          font-weight: 500;
          font-size: 16px;
          color: #13161B;
          display: flex;
          align-items: center;
          box-sizing: border-box;
          padding-left: 20px;
          padding-right: 20px;
          text-transform: capitalize; }
      .product-info-page .s2 .table .col-8 {
        width: calc(100% / 3); }
      .product-info-page .s2 .table .col-12 {
        width: 50%; }
  .product-info-page .product-list-table .t1 {
    width: 100%;
    font-family: MBold;
    font-size: 30px;
    color: #000000;
    margin-bottom: 40px;
    padding-top: 64px; }
  .product-info-page .s4 {
    padding-bottom: 128px; }
    .product-info-page .s4 main {
      display: flex;
      align-items: center;
      justify-content: center; }

.about-page .timeline-container {
  position: relative;
  width: 1688px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 100px; }
  .about-page .timeline-container::before {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 6px;
    height: 6px;
    display: block;
    content: '';
    border-radius: 50%;
    background-color: #BABCC0; }
  .about-page .timeline-container::after {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 6px;
    height: 6px;
    display: block;
    content: '';
    border-radius: 50%;
    background-color: #BABCC0; }
  .about-page .timeline-container .timeline-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #BABCC0;
    top: 1px; }
  .about-page .timeline-container .timeline-points {
    position: relative;
    width: calc(100% / 14);
    float: left;
    transform: translateY(-17px);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer; }
    .about-page .timeline-container .timeline-points .year {
      color: #BABCC0;
      transition: all 0.3s ease;
      font-size: 20px; }
    .about-page .timeline-container .timeline-points .timeline-point {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      transition: all 0.3s ease;
      position: relative; }
      .about-page .timeline-container .timeline-points .timeline-point::before {
        width: 10px;
        height: 10px;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 50%;
        transition: all 0.3s ease;
        border: 2px solid #FFB10D;
        display: block; }
      .about-page .timeline-container .timeline-points .timeline-point .circle {
        position: absolute;
        top: -2px;
        left: -2px;
        width: 100%;
        height: 100%;
        border-radius: 50%; }
        .about-page .timeline-container .timeline-points .timeline-point .circle:before {
          content: '';
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          border: 2px solid #005AEB;
          transition: 0.7s ease;
          opacity: 0;
          transform: scale(0); }
    .about-page .timeline-container .timeline-points:hover:not(.active) .year {
      color: #85888f; }
    .about-page .timeline-container .timeline-points:hover:not(.active) .timeline-point::before {
      background: #f0f0f0;
      transform: translate(-50%, -50%) scale(1.1); }
    .about-page .timeline-container .timeline-points.active {
      transform: translateY(-13px); }
      .about-page .timeline-container .timeline-points.active .year {
        color: #005AEB;
        transform: translateY(20px);
        font-size: 26px; }
      .about-page .timeline-container .timeline-points.active .timeline-point::before {
        box-shadow: 0px 0px 0px 2px #FFB10D; }
      .about-page .timeline-container .timeline-points.active .timeline-point .circle {
        animation: pulse 2s infinite; }
        .about-page .timeline-container .timeline-points.active .timeline-point .circle::before {
          transform: scale(1);
          opacity: 1; }
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8; }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0; } }
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.about-page .navigate {
  padding-top: 80px;
  padding-bottom: 40px; }
.about-page .about-title {
  font-weight: bold;
  font-size: 32px;
  color: #0E6BFF;
  line-height: 38px;
  margin-bottom: 48px;
  margin-top: 64px;
  text-transform: capitalize; }
.about-page .tabs {
  border-bottom: 1px solid #CECFD2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px; }
  .about-page .tabs .tab {
    width: 245px;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
    position: relative; }
    .about-page .tabs .tab span {
      color: #85888E;
      font-size: 20px;
      transition: 0.3s; }
    .about-page .tabs .tab .line {
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 0;
      height: 2px;
      background: transparent;
      transition: 0.3s; }
    .about-page .tabs .tab.active span {
      font-weight: bold;
      color: #61656C; }
    .about-page .tabs .tab.active .line {
      width: 245px;
      background: #FFB10D; }
.about-page .tab-contents {
  position: relative;
  overflow: hidden; }
  .about-page .tab-contents .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s;
    pointer-events: none; }
    .about-page .tab-contents .tab-content.active {
      position: relative;
      opacity: 1;
      transform: translateY(0);
      pointer-events: all; }
.about-page .philosophy-section {
  background: #F0F0F1;
  padding-bottom: 180px; }
  .about-page .philosophy-section .box {
    height: 690px;
    position: relative; }
    .about-page .philosophy-section .box .philosophy {
      background: linear-gradient(90deg, rgba(0, 90, 235, 0.8), rgba(0, 90, 235, 0));
      padding: 36px 80px;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 55%; }
      .about-page .philosophy-section .box .philosophy-2 {
        background: linear-gradient(90deg, #f08300, rgba(240, 131, 0, 0)); }
      .about-page .philosophy-section .box .philosophy .p1 {
        font-size: 14px;
        color: #fff;
        margin-bottom: 8px;
        font-weight: 700; }
      .about-page .philosophy-section .box .philosophy .p2 {
        font-size: 26px;
        color: #fff;
        font-family: MBold; }
        .about-page .philosophy-section .box .philosophy .p2 span {
          display: inline-block; }
      .about-page .philosophy-section .box .philosophy .p3 {
        margin-top: 12px;
        font-size: 18px;
        color: #fff;
        font-family: MLight;
        line-height: 24px;
        width: 70%; }
.about-page .section-1 {
  position: relative;
  margin-top: 80px; }
  .about-page .section-1::after {
    position: absolute;
    top: 85px;
    width: 60%;
    height: 440px;
    background: #FAFAFA;
    display: block;
    content: '';
    left: 0; }
  .about-page .section-1 .company {
    *zoom: 1; }
    .about-page .section-1 .company:before, .about-page .section-1 .company:after {
      content: " ";
      display: table; }
    .about-page .section-1 .company:after {
      clear: both; }
    .about-page .section-1 .company .left {
      float: left;
      position: relative;
      z-index: 2;
      width: calc(100% - 738px); }
      .about-page .section-1 .company .left .t1 {
        font-family: MBold;
        font-size: 32px;
        color: #0E6BFF;
        padding-bottom: 46px; }
      .about-page .section-1 .company .left .t2 {
        font-size: 20px;
        color: #61656C;
        line-height: 36px;
        width: 656px; }
        .about-page .section-1 .company .left .t2 .text {
          font-size: 20px;
          color: #000;
          line-height: 30px;
          margin-top: 40px; }
    .about-page .section-1 .company .right {
      float: right;
      width: 738px; }
      .about-page .section-1 .company .right .swiper-container {
        width: 738px;
        height: 523px; }
        .about-page .section-1 .company .right .swiper-container .slide-inner {
          background-size: cover;
          width: 738px;
          height: 400px; }
        .about-page .section-1 .company .right .swiper-container .swiper-pagination {
          text-align: right; }
        .about-page .section-1 .company .right .swiper-container .swiper-pagination-bullets {
          bottom: 0; }
        .about-page .section-1 .company .right .swiper-container .swiper-pagination-bullet {
          width: 60px;
          height: 6px;
          background: #DDDDDD;
          border-radius: 0;
          opacity: 1; }
        .about-page .section-1 .company .right .swiper-container .swiper-pagination-bullet-active {
          background: #FFB10D; }
.about-page .section-2 {
  padding-top: 100px;
  padding-bottom: 160px; }
  .about-page .section-2 .company-tabs {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden; }
    .about-page .section-2 .company-tabs .tab-item {
      border-bottom: 1px solid #e0e0e0; }
      .about-page .section-2 .company-tabs .tab-item:last-child {
        border-bottom: none; }
      .about-page .section-2 .company-tabs .tab-item .tab-title {
        padding: 16px 20px;
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;
        background: #f8f9fa;
        list-style: none;
        /* 移除默认箭头 */
        position: relative;
        transition: background 0.3s ease; }
        .about-page .section-2 .company-tabs .tab-item .tab-title:hover {
          background: #e9ecef; }
        .about-page .section-2 .company-tabs .tab-item .tab-title::after {
          content: '+';
          position: absolute;
          right: 20px;
          font-size: 20px;
          transition: transform 0.3s ease; }
      .about-page .section-2 .company-tabs .tab-item[open] .tab-title::after {
        content: '−'; }
    .about-page .section-2 .company-tabs .tab-content {
      padding: 20px;
      background: white;
      border-top: 1px solid #e0e0e0;
      animation: fadeIn 0.3s ease; }
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
  .about-page .section-2 .count {
    display: flex;
    justify-content: space-between; }
    .about-page .section-2 .count .count-item .icon {
      width: 60px;
      height: 60px;
      margin-bottom: 16px; }
      .about-page .section-2 .count .count-item .icon img {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%; }
    .about-page .section-2 .count .count-item .num {
      font-weight: bold;
      font-size: 60px;
      color: #FFB10D;
      line-height: 70px; }
    .about-page .section-2 .count .count-item .line {
      width: 280px;
      height: 1px;
      background: rgba(0, 0, 0, 0.5);
      margin: 16px 0; }
    .about-page .section-2 .count .count-item .desc {
      width: 280px;
      font-weight: 500;
      font-size: 18px;
      color: #333333;
      line-height: 21px;
      text-transform: capitalize; }
.about-page .section-3 {
  width: 100%;
  padding-bottom: 64px; }
  .about-page .section-3 .list {
    display: flex;
    justify-content: space-between; }
    .about-page .section-3 .list .item {
      float: left;
      width: 504px;
      height: 437px;
      position: relative;
      cursor: pointer;
      overflow: hidden; }
      .about-page .section-3 .list .item:hover .pic img {
        transform: scale(1.1); }
      .about-page .section-3 .list .item:hover .content {
        background-color: rgba(0, 90, 235, 0.8);
        height: 437px;
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px); }
        .about-page .section-3 .list .item:hover .content .icon {
          opacity: 0; }
        .about-page .section-3 .list .item:hover .content .icon-active {
          opacity: 1;
          width: 64px;
          height: 64px; }
        .about-page .section-3 .list .item:hover .content .desc span {
          font-family: M;
          font-size: 32px;
          color: #fff;
          line-height: 38px; }
        .about-page .section-3 .list .item:hover .content .info {
          opacity: 1;
          transform: translateY(0);
          font-family: MLight;
          font-size: 16px; }
          .about-page .section-3 .list .item:hover .content .info .info-b {
            margin-top: 16px; }
          .about-page .section-3 .list .item:hover .content .info .tag {
            width: 22px;
            height: 22px;
            background: #FFB10D;
            border-radius: 50%;
            display: inline-block;
            text-align: center;
            line-height: 22px;
            color: #fff;
            margin-right: 10px; }
      .about-page .section-3 .list .item .pic {
        width: 100%;
        height: 100%; }
        .about-page .section-3 .list .item .pic img {
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center;
          width: 100%;
          height: 100%;
          transition: 0.3s ease; }
      .about-page .section-3 .list .item .content {
        transition: 0.3s ease;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 136px;
        background: rgba(255, 255, 255, 0.6);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px); }
        .about-page .section-3 .list .item .content .icon {
          width: 33px;
          height: 33px;
          margin-top: 25px;
          margin-left: 32px;
          transition: 0.3s ease; }
          .about-page .section-3 .list .item .content .icon img {
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
            width: 100%;
            height: 100%; }
        .about-page .section-3 .list .item .content .icon-active {
          margin-left: 32px;
          transition: 0.3s ease;
          opacity: 0;
          width: 0;
          height: 0; }
          .about-page .section-3 .list .item .content .icon-active img {
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
            width: 100%;
            height: 100%; }
        .about-page .section-3 .list .item .content .desc {
          margin-top: 20px;
          margin-left: 32px; }
          .about-page .section-3 .list .item .content .desc span {
            display: block;
            font-family: MBold;
            font-size: 20px;
            color: #22262F;
            line-height: 26px;
            transition: 0.3s ease; }
        .about-page .section-3 .list .item .content .info {
          font-weight: 400;
          font-size: 16px;
          color: #FFFFFF;
          line-height: 24px;
          transition: 0.3s ease;
          opacity: 0;
          margin-top: 16px;
          margin-left: 32px;
          width: 90%;
          transform: translateY(5px);
          transition-delay: 0.2s; }
.about-page .section-4 {
  height: 1065px; }
  .about-page .section-4 main {
    position: relative;
    height: 741px;
    padding-top: 80px; }
    .about-page .section-4 main .custom-pagination {
      display: flex;
      align-items: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      justify-content: space-between;
      width: 100%; }
      .about-page .section-4 main .custom-pagination .arrow {
        margin-right: 20px;
        margin-top: 5px;
        transition: 0.3s ease;
        cursor: pointer; }
        .about-page .section-4 main .custom-pagination .arrow:hover {
          opacity: 0.7; }
      .about-page .section-4 main .custom-pagination .swiper-button-disabled {
        opacity: 0.4; }
  .about-page .section-4 .main-1 {
    position: absolute;
    width: 1434px;
    height: 741px;
    left: 50%;
    transform: translateX(-50%);
    top: 80px; }
    .about-page .section-4 .main-1 #Advantage {
      width: 100%;
      height: 100%; }
      .about-page .section-4 .main-1 #Advantage .slideBg {
        *zoom: 1;
        height: 100%;
        position: relative; }
        .about-page .section-4 .main-1 #Advantage .slideBg:before, .about-page .section-4 .main-1 #Advantage .slideBg:after {
          content: " ";
          display: table; }
        .about-page .section-4 .main-1 #Advantage .slideBg:after {
          clear: both; }
        .about-page .section-4 .main-1 #Advantage .slideBg img {
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center;
          width: 100%;
          height: 100%; }
    .about-page .section-4 .main-1 #swiperAdvText {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 1434px;
      height: 741px;
      z-index: 2;
      pointer-events: none; }
      .about-page .section-4 .main-1 #swiperAdvText .content {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 24px;
        color: #5B5A59;
        line-height: 28px;
        width: 954px;
        transition: 0.3s ease;
        height: 246px;
        background: -webkit-linear-gradient(120deg, rgba(0, 90, 235, 0.8), rgba(0, 90, 235, 0));
        background: -o-linear-gradient(120deg, rgba(0, 90, 235, 0.8), rgba(0, 90, 235, 0));
        background: -moz-linear-gradient(120deg, rgba(0, 90, 235, 0.8), rgba(0, 90, 235, 0));
        background: linear-gradient(120deg, rgba(0, 90, 235, 0.8), rgba(0, 90, 235, 0)); }
        .about-page .section-4 .main-1 #swiperAdvText .content .s-title {
          font-family: MLight;
          font-size: 64px;
          color: #FFB10D;
          line-height: 18px;
          margin-left: 40px;
          transition: 0.4s ease;
          padding-top: 72px; }
        .about-page .section-4 .main-1 #swiperAdvText .content .title {
          font-family: M;
          font-weight: bold;
          font-size: 26px;
          transition: 0.4s ease;
          color: #fff;
          line-height: 28px;
          margin-left: 40px;
          margin-top: 32px; }
        .about-page .section-4 .main-1 #swiperAdvText .content .desc {
          font-family: MLight;
          font-size: 16px;
          color: #FFFFFF;
          line-height: 21px;
          transition: 0.4s ease;
          margin-left: 40px;
          transition-delay: 0.1s;
          margin-top: 12px; }
.about-page .section-advantage {
  width: 100%;
  background: #FAFAFA;
  border-radius: 0px 0px 0px 0px;
  box-sizing: border-box;
  padding-top: 64px;
  padding-bottom: 130px; }
  .about-page .section-advantage .list {
    width: 100%;
    *zoom: 1; }
    .about-page .section-advantage .list:before, .about-page .section-advantage .list:after {
      content: " ";
      display: table; }
    .about-page .section-advantage .list:after {
      clear: both; }
    .about-page .section-advantage .list .item {
      width: 100%;
      *zoom: 1;
      margin-bottom: 100px; }
      .about-page .section-advantage .list .item:before, .about-page .section-advantage .list .item:after {
        content: " ";
        display: table; }
      .about-page .section-advantage .list .item:after {
        clear: both; }
      .about-page .section-advantage .list .item .img {
        width: 45%;
        height: 400px; }
        .about-page .section-advantage .list .item .img img {
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center;
          width: 100%;
          height: 100%; }
      .about-page .section-advantage .list .item .content {
        width: 45%;
        height: 400px;
        display: flex;
        align-items: center;
        align-content: center;
        flex-wrap: wrap; }
        .about-page .section-advantage .list .item .content .t1 {
          width: 100%;
          font-family: M;
          font-size: 64px;
          color: #FFB10D;
          line-height: 74px;
          margin-bottom: 16px; }
        .about-page .section-advantage .list .item .content .t2 {
          width: 400px;
          font-family: MBold;
          font-size: 26px;
          color: #005AEB;
          line-height: 30px;
          margin-bottom: 16px; }
        .about-page .section-advantage .list .item .content .t3 {
          width: 600px;
          font-family: M;
          font-size: 16px;
          color: #22262F;
          line-height: 24px; }
    .about-page .section-advantage .list .left .img {
      float: left; }
    .about-page .section-advantage .list .left .content {
      float: right; }
    .about-page .section-advantage .list .right .img {
      float: right; }
    .about-page .section-advantage .list .right .content {
      float: left; }
.about-page .section-5 {
  width: 100%;
  height: 847px; }
  .about-page .section-5 .title {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #0E6BFF;
    line-height: 38px; }
  .about-page .section-5 .intro {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    text-align: center;
    width: 826px;
    margin: 0 auto;
    margin-top: 16px; }
  .about-page .section-5 .map {
    width: 1054px;
    height: 533px;
    margin: 0 auto;
    margin-top: 65px;
    position: relative;
    /* 美国 */
    /* 加拿大 */
    /* 墨西哥 */
    /* 厄瓜多尔 */
    /* 智利 */
    /* 巴西 */
    /* 西班牙 */
    /* 德国 */
    /* 波兰 */
    /* 白俄罗斯 */
    /* 意大利 */
    /* 哈萨克斯坦 */
    /* 俄罗斯 */
    /* 加拿大 */
    /* 韩国 */
    /* 阿根廷 */
    /* 日本 */
    /* 泰国 */
    /* 印度尼西亚 */
    /* 越南 */
    /* 澳大利亚 */
    /* 菲律宾 */
    /* 哥伦比亚 */
    /* 南非 */
    /* 巴拿马 */
    /* 乌克兰 */
    /* 黎巴嫩 */
    /* 以色列 */
    /* 沙特 */
    /* 法国 */
    /* 伊朗 */
    /* 马来西亚 */
    /* 希腊 */
    /* 新西兰 */
    /* 叙利亚 */
    /* 新加坡 */
    /* 荷兰 */
    /* 巴基斯坦 */
    /* 阿联酋 */
    /* 巴勒斯坦 */
    /* 摩洛哥 */
    /* 印度 */
    /* 埃及 */
    /* 越南 */
    /* 英国 */
    /* 南非 */
    /* 意大利 */
    /* 泰国 */ }
    .about-page .section-5 .map .circle {
      width: 88px;
      height: 88px;
      font-family: MBold;
      font-size: 16px;
      color: #fff;
      text-align: center;
      position: absolute;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #FFB10D;
      transform: scale(0.1) !important; }
      .about-page .section-5 .map .circle span {
        display: none; }
      .about-page .section-5 .map .circle:before {
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid #FFB10D;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        animation: c1 2s linear infinite; }
      .about-page .section-5 .map .circle:after {
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid #FFB10D;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        animation: c2 2s 1s linear infinite; }
@keyframes c1 {
  0% {
    opacity: 0;
    transform: scale(10); }
  50% {
    opacity: 1;
    transform: scale(15); }
  100% {
    opacity: 0;
    transform: scale(20); } }
@keyframes c2 {
  0% {
    opacity: 0;
    transform: scale(10); }
  50% {
    opacity: 1;
    transform: scale(15); }
  100% {
    opacity: 0;
    transform: scale(20); } }
    .about-page .section-5 .map .m1 {
      left: 80px;
      top: 130px; }
    .about-page .section-5 .map .m2 {
      left: 80px;
      top: 80px; }
    .about-page .section-5 .map .m3 {
      left: 230px;
      top: 287px; }
    .about-page .section-5 .map .m4 {
      left: 180px;
      top: 290px; }
    .about-page .section-5 .map .m5 {
      left: 185px;
      top: 418px; }
    .about-page .section-5 .map .m6 {
      left: 251px;
      top: 335px; }
    .about-page .section-5 .map .m7 {
      left: 410px;
      top: 124px; }
    .about-page .section-5 .map .m8 {
      left: 430px;
      top: 90px; }
    .about-page .section-5 .map .m9 {
      left: 493px;
      top: 90px; }
    .about-page .section-5 .map .m10 {
      left: 515px;
      top: 90px; }
    .about-page .section-5 .map .m11 {
      left: 450px;
      top: 145px; }
    .about-page .section-5 .map .m12 {
      left: 788px;
      top: 130px; }
    .about-page .section-5 .map .m13 {
      left: 740px;
      top: 35px; }
    .about-page .section-5 .map .m14 {
      left: 80px;
      top: 180px; }
    .about-page .section-5 .map .m15 {
      left: 600px;
      top: 120px; }
    .about-page .section-5 .map .m16 {
      left: 500px;
      top: 340px; }
    .about-page .section-5 .map .m17 {
      left: 640px;
      top: 150px; }
    .about-page .section-5 .map .m18 {
      left: 710px;
      top: 190px; }
    .about-page .section-5 .map .m19 {
      left: 650px;
      top: 80px; }
    .about-page .section-5 .map .m20 {
      left: 660px;
      top: 160px; }
    .about-page .section-5 .map .m21 {
      left: 650px;
      top: 150px; }
    .about-page .section-5 .map .m22 {
      left: 720px;
      top: 220px; }
    .about-page .section-5 .map .m23 {
      left: 110px;
      top: 220px; }
    .about-page .section-5 .map .m24 {
      left: 540px;
      top: 280px; }
    .about-page .section-5 .map .m25 {
      left: 140px;
      top: 260px; }
    .about-page .section-5 .map .m26 {
      left: 690px;
      top: 110px; }
    .about-page .section-5 .map .m27 {
      left: 680px;
      top: 140px; }
    .about-page .section-5 .map .m28 {
      left: 750px;
      top: 100px; }
    .about-page .section-5 .map .m29 {
      left: 770px;
      top: 180px; }
    .about-page .section-5 .map .m30 {
      left: 430px;
      top: 130px; }
    .about-page .section-5 .map .m31 {
      left: 710px;
      top: 150px; }
    .about-page .section-5 .map .m32 {
      left: 800px;
      top: 230px; }
    .about-page .section-5 .map .m33 {
      left: 530px;
      top: 140px; }
    .about-page .section-5 .map .m34 {
      left: 410px;
      top: 50px; }
    .about-page .section-5 .map .m35 {
      left: 700px;
      top: 110px; }
    .about-page .section-5 .map .m36 {
      left: 480px;
      top: 250px; }
    .about-page .section-5 .map .m37 {
      left: 420px;
      top: 120px; }
    .about-page .section-5 .map .m38 {
      left: 840px;
      top: 300px; }
    .about-page .section-5 .map .m39 {
      left: 700px;
      top: 130px; }
    .about-page .section-5 .map .m40 {
      left: 800px;
      top: 160px; }
    .about-page .section-5 .map .m41 {
      left: 730px;
      top: 160px; }
    .about-page .section-5 .map .m42 {
      left: 660px;
      top: 210px; }
    .about-page .section-5 .map .m43 {
      left: 700px;
      top: 180px; }
    .about-page .section-5 .map .m44 {
      left: 680px;
      top: 320px; }
    .about-page .section-5 .map .m45 {
      left: 720px;
      top: 150px; }
    .about-page .section-5 .map .m46 {
      left: 740px;
      top: 250px; }
    .about-page .section-5 .map .m47 {
      left: 600px;
      top: 180px; }
    .about-page .section-5 .map .m48 {
      left: 600px;
      top: 240px; }
    .about-page .section-5 .map .i1 {
      position: absolute;
      left: 48px;
      top: 230px; }
    .about-page .section-5 .map .i2 {
      position: absolute;
      left: 442px;
      top: 136px; }
    .about-page .section-5 .map .i3 {
      position: absolute;
      left: 460px;
      top: 60px; }
    .about-page .section-5 .map .i4 {
      position: absolute;
      left: 566px;
      top: 78px; }
    .about-page .section-5 .map .i5 {
      position: absolute;
      left: 585px;
      top: 50px; }
    .about-page .section-5 .map .i6 {
      position: absolute;
      left: 524px;
      top: 155px; }
    .about-page .section-5 .map .i7 {
      position: absolute;
      left: 811px;
      top: 10px; }

.product-table {
  width: 100%; }
  .product-table .table {
    width: 100%; }
    .product-table .table .thead {
      overflow: hidden;
      width: 100%;
      height: 40px; }
      .product-table .table .thead .td {
        float: left;
        height: 40px;
        background: #BBBBBB;
        margin-right: 8px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        width: calc((100% - 8px * 6) / 7);
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center; }
        .product-table .table .thead .td:last-child {
          margin-right: 0px; }
    .product-table .table .tr {
      width: 100%;
      overflow: hidden;
      border-bottom: 1px solid #CCCCCC; }
      .product-table .table .tr:last-child {
        border-bottom: none; }
      .product-table .table .tr .td {
        float: left;
        margin-right: 8px;
        color: #000;
        font-size: 14px;
        width: calc((100% - 8px * 6) / 7);
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        height: 154px;
        box-sizing: border-box;
        padding-top: 17px;
        padding-bottom: 17px; }
        .product-table .table .tr .td:last-child {
          margin-right: 0px; }
      .product-table .table .tr .product img {
        max-width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%; }
      .product-table .table .tr .serial {
        flex-wrap: wrap; }
        .product-table .table .tr .serial span {
          width: 100%;
          font-size: 16px;
          color: #000;
          text-align: center; }
        .product-table .table .tr .serial .bold {
          color: #0E6BFF;
          font-family: MBold; }
      .product-table .table .tr .suitable {
        font-size: 16px; }
      .product-table .table .tr .unit {
        font-size: 16px; }
      .product-table .table .tr .stock {
        font-size: 16px; }
      .product-table .table .tr .action .btn {
        width: 32px;
        height: 32px;
        background: #0E6BFF;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        cursor: pointer; }
        .product-table .table .tr .action .btn:last-child {
          margin-right: 0px; }
        .product-table .table .tr .action .btn img {
          width: 18px;
          height: 18px; }

.news-page {
  width: 100%;
  padding-top: 108px; }
  .news-page .s3 .title {
    width: 100%;
    padding-bottom: 80px;
    font-family: MBold;
    font-size: 50px;
    color: #005AEB;
    text-align: center; }
  .news-page .s3 .list {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .news-page .s3 .list .item {
      width: 31%;
      height: 532px;
      position: relative;
      border-radius: 18px;
      overflow: hidden; }
      .news-page .s3 .list .item .pic {
        width: 100%;
        height: 100%; }
        .news-page .s3 .list .item .pic img {
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center;
          width: 100%;
          height: 100%; }
      .news-page .s3 .list .item .content {
        width: 100%;
        height: 190px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 5;
        box-sizing: border-box;
        padding-left: 25px;
        padding-right: 25px;
        transition: 0.5s ease; }
        .news-page .s3 .list .item .content:before {
          content: '';
          width: 100%;
          height: 209px;
          position: absolute;
          left: 0;
          bottom: 0;
          transition: 0.5s ease;
          background: #FFB10D; }
        .news-page .s3 .list .item .content .time {
          transition: 0.5s ease;
          font-size: 20px;
          font-family: M;
          color: rgba(255, 255, 255, 0.6);
          position: relative;
          z-index: 5; }
        .news-page .s3 .list .item .content .info {
          transition: 0.5s ease;
          transition-delay: 0.05s;
          margin-top: 6px;
          width: 100%;
          height: 72px;
          font-family: MBold;
          font-size: 20px;
          color: #fff;
          line-height: 24px;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          text-overflow: ellipsis;
          position: relative;
          z-index: 5; }
        .news-page .s3 .list .item .content .more {
          transition: 0.5s ease;
          transition-delay: 0.1s;
          height: 30px;
          margin-top: 24px;
          display: flex;
          align-items: center;
          position: relative;
          z-index: 5; }
          .news-page .s3 .list .item .content .more span {
            margin-right: 10px;
            color: #fff;
            font-family: M;
            transition: 0.3s ease;
            font-size: 16px; }
          .news-page .s3 .list .item .content .more img {
            width: 24px;
            height: 24px;
            transition: 0.3s ease; }
      .news-page .s3 .list .item:hover .content:before {
        height: 580px;
        background: rgba(255, 177, 13, 0.6); }
      .news-page .s3 .list .item:hover .content .time {
        transform: translateY(-300px); }
      .news-page .s3 .list .item:hover .content .info {
        transform: translateY(-200px); }
      .news-page .s3 .list .item:hover .content .more {
        transform: translateY(-80px); }
  .news-page .text-secondary {
    width: 100%;
    padding-bottom: 128px;
    padding-top: 116px;
    display: flex;
    justify-content: center; }
    .news-page .text-secondary a[href="javascript:;"] {
      opacity: 0.4;
      pointer-events: none; }
    .news-page .text-secondary .btn {
      float: left;
      width: 130px;
      height: 44px;
      box-sizing: border-box;
      background: #005AEB;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 30px;
      text-transform: capitalize;
      cursor: pointer; }
      .news-page .text-secondary .btn span {
        font-family: M;
        font-size: 14px;
        color: #ECECED; }
      .news-page .text-secondary .btn img {
        width: 20px;
        height: 20px;
        transition: 0.3s ease; }
    .news-page .text-secondary .prev {
      margin-right: 40px; }
      .news-page .text-secondary .prev img {
        margin-right: 4px; }
      .news-page .text-secondary .prev:hover img {
        transform: translateX(-5px); }
    .news-page .text-secondary .next img {
      margin-left: 4px;
      transform: rotate(180deg); }
    .news-page .text-secondary .next:hover img {
      transform: rotate(180deg) translateX(-5px); }

.newsinfo-page {
  padding-top: 150px; }
  .newsinfo-page main {
    position: relative;
    max-width: 1000px; }
  .newsinfo-page .time {
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 20px;
    color: #0C0E12; }
  .newsinfo-page .content {
    min-height: 40vh;
    font-size: 18px;
    line-height: 27px; }
    .newsinfo-page .content img {
      max-width: 100%; }
  .newsinfo-page #all-products-btn {
    padding-top: 30px; }
    .newsinfo-page #all-products-btn .pro-btn {
      width: 235px;
      height: 44px;
      box-sizing: border-box;
      background: #005AEB;
      display: flex;
      align-items: center;
      justify-content: center;
      text-transform: capitalize;
      cursor: pointer;
      margin: 0 auto; }
      .newsinfo-page #all-products-btn .pro-btn span {
        font-family: M;
        font-size: 14px;
        color: #ECECED; }
      .newsinfo-page #all-products-btn .pro-btn img {
        width: 20px;
        height: 20px;
        transition: 0.3s ease;
        margin-left: 4px;
        transform: rotate(180deg); }
      .newsinfo-page #all-products-btn .pro-btn:hover img {
        transform: rotate(180deg) translateX(-5px); }
  .newsinfo-page .products {
    width: 100%;
    *zoom: 1; }
    .newsinfo-page .products:before, .newsinfo-page .products:after {
      content: " ";
      display: table; }
    .newsinfo-page .products:after {
      clear: both; }
    .newsinfo-page .products .item {
      width: calc((100% - 36px - 36px) / 3);
      border: 1px solid #CECFD2;
      box-sizing: border-box;
      padding-top: 20px;
      padding-bottom: 20px;
      float: left;
      margin-right: 36px;
      margin-bottom: 36px;
      transition: 0.3s ease; }
      .newsinfo-page .products .item:nth-child(3n) {
        margin-right: 0px; }
      .newsinfo-page .products .item .pic {
        width: 200px;
        height: 200px;
        margin: 0 auto;
        overflow: hidden; }
        .newsinfo-page .products .item .pic img {
          transition: 0.3s ease;
          -o-object-fit: contain;
          object-fit: contain;
          -o-object-position: center;
          object-position: center;
          width: 100%;
          height: 100%; }
      .newsinfo-page .products .item .name {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        margin-top: 12px;
        color: #000;
        text-align: center;
        box-sizing: border-box;
        padding: 0 30px;
        height: 48px;
        align-items: center;
        font-family: MLight;
        word-break: break-all;
        overflow: hidden;
        /* 隐藏溢出的内容 */
        text-overflow: ellipsis;
        /* 使用省略号表示溢出的文本 */
        display: -webkit-box;
        /* 将对象作为弹性伸缩盒子模型显示 */
        -webkit-box-orient: vertical;
        /* 垂直排列子元素 */
        -webkit-line-clamp: 2;
        /* 限制在两行文本 */
        transition: 0.3s ease; }
      .newsinfo-page .products .item:hover {
        border-color: #FFB10D; }
        .newsinfo-page .products .item:hover .pic img {
          transform: scale(1.05);
          -ms-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -webkit-transform: scale(1.05);
          -o-transform: scale(1.05); }
        .newsinfo-page .products .item:hover .name {
          color: #005AEB; }
  .newsinfo-page h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 50px;
    margin-top: 0px; }
  .newsinfo-page .text-secondary {
    width: 100%;
    padding-bottom: 100px;
    padding-top: 100px;
    display: flex;
    justify-content: center; }
    .newsinfo-page .text-secondary a[href="javascript:;"] {
      opacity: 0.4;
      pointer-events: none; }
    .newsinfo-page .text-secondary .btn {
      float: left;
      width: 130px;
      height: 44px;
      box-sizing: border-box;
      background: #005AEB;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 30px;
      text-transform: capitalize;
      cursor: pointer; }
      .newsinfo-page .text-secondary .btn span {
        font-family: M;
        font-size: 14px;
        color: #ECECED; }
      .newsinfo-page .text-secondary .btn img {
        width: 20px;
        height: 20px;
        transition: 0.3s ease; }
    .newsinfo-page .text-secondary .prev {
      margin-right: 40px; }
      .newsinfo-page .text-secondary .prev img {
        margin-right: 4px; }
      .newsinfo-page .text-secondary .prev:hover img {
        transform: translateX(-5px); }
    .newsinfo-page .text-secondary .next img {
      margin-left: 4px;
      transform: rotate(180deg); }
    .newsinfo-page .text-secondary .next:hover img {
      transform: rotate(180deg) translateX(-5px); }

.product-page .bottom {
  margin: 53px 0 64px; }
.product-page .navigate {
  padding: 90px 0 65px; }
.product-page .search-and-pagination {
  padding-left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .product-page .search-and-pagination .search-content {
    display: flex;
    margin-top: 20px; }
    .product-page .search-and-pagination .search-content .search-input {
      width: 471px;
      height: 40px;
      box-sizing: border-box;
      background: #FFFFFF;
      border: 1px solid #DDDDDD;
      padding-left: 16px;
      outline: none;
      border-radius: 0px; }
    .product-page .search-and-pagination .search-content .search-button {
      padding: 0;
      border: 0;
      height: 40px;
      width: 40px;
      display: block; }
      .product-page .search-and-pagination .search-content .search-button img {
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%; }
  .product-page .search-and-pagination .pagination {
    margin-top: 25px;
    margin-right: 20px; }
    .product-page .search-and-pagination .pagination .page {
      margin-right: 3px; }
    .product-page .search-and-pagination .pagination button {
      width: unset;
      min-width: 32px;
      height: 32px;
      background: #bbb;
      border: 0;
      font-weight: 500;
      font-size: 16px;
      color: #fff;
      cursor: pointer;
      padding-left: 10px;
      padding-right: 10px; }
    .product-page .search-and-pagination .pagination button:disabled {
      cursor: not-allowed;
      opacity: 0.4; }
    .product-page .search-and-pagination .pagination .active {
      background: #0E6BFF; }
.product-page .container {
  display: flex;
  justify-content: space-between; }
  .product-page .container .sidebar {
    width: 309px;
    background: #F8F8F8;
    position: relative;
    transition: 0.5s ease; }
    .product-page .container .sidebar .sidebar-controller {
      position: absolute;
      width: 40px;
      height: 40px;
      top: 0px;
      right: -40px;
      z-index: 99;
      border-radius: 6px;
      background: #fff;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
      display: none; }
      .product-page .container .sidebar .sidebar-controller img {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: 0.3s ase; }
    .product-page .container .sidebar .tree {
      list-style: none;
      margin: 0;
      padding: 0; }
      .product-page .container .sidebar .tree ul, .product-page .container .sidebar .tree li {
        list-style: none;
        margin: 0;
        padding: 0; }
      .product-page .container .sidebar .tree .parent {
        display: flex;
        align-items: center;
        width: 100%;
        height: 38px;
        background: #EEEEEE;
        font-weight: 500;
        font-size: 18px;
        color: #000000;
        cursor: pointer;
        position: relative; }
        .product-page .container .sidebar .tree .parent span {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          width: 289px;
          margin-left: 20px;
          display: inline-block; }
        .product-page .container .sidebar .tree .parent img {
          width: 24px;
          height: 24px;
          right: 25px;
          position: absolute;
          transition: 0.3s ease;
          opacity: 0; }
          .product-page .container .sidebar .tree .parent img.black-on {
            opacity: 1; }
          .product-page .container .sidebar .tree .parent img.black-off {
            transform: rotate(90deg); }
          .product-page .container .sidebar .tree .parent img.white-on {
            transform: rotate(90deg);
            opacity: 1; }
        .product-page .container .sidebar .tree .parent.down {
          background: #0E6BFF;
          color: #fff; }
      .product-page .container .sidebar .tree .child {
        display: flex;
        align-items: center;
        width: 100%;
        height: 32px;
        background: #FFFFFF;
        font-size: 14px;
        color: #777777;
        margin-bottom: 8px;
        cursor: pointer; }
        .product-page .container .sidebar .tree .child:first-of-type {
          margin-top: 8px; }
        .product-page .container .sidebar .tree .child span {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          width: 289px;
          margin-left: 20px;
          display: inline-block; }
        .product-page .container .sidebar .tree .child img {
          width: 24px;
          height: 24px;
          margin-right: 25px; }
        .product-page .container .sidebar .tree .child.selected {
          background: #FFB10D;
          color: #fff; }
  .product-page .container .sidebar-on {
    transform: translateX(0%) !important; }
    .product-page .container .sidebar-on .sidebar-controller img {
      transform: rotate(180deg); }
  .product-page .container .main {
    width: 1171px; }
    .product-page .container .main .filters .item {
      background: #F8F8F8;
      margin-bottom: 16px;
      position: relative;
      *zoom: 1;
      padding-left: 120px; }
      .product-page .container .main .filters .item:before, .product-page .container .main .filters .item:after {
        content: " ";
        display: table; }
      .product-page .container .main .filters .item:after {
        clear: both; }
      .product-page .container .main .filters .item .label {
        width: 120px;
        height: 100%;
        background: #DDDDDD;
        font-weight: bold;
        font-size: 18px;
        color: #000000;
        display: block;
        border-left: 3px solid #0E6BFF;
        position: absolute;
        left: 0;
        top: 0; }
        .product-page .container .main .filters .item .label span {
          padding: 24px 0 0 18px;
          display: inline-block; }
      .product-page .container .main .filters .item .wrap {
        float: left;
        width: calc(100% - 120px - 120px);
        height: 110px;
        overflow: hidden;
        transition: height 0.3s ease;
        padding-bottom: 24px;
        box-sizing: border-box; }
        .product-page .container .main .filters .item .wrap.expanded {
          height: auto; }
        .product-page .container .main .filters .item .wrap .value {
          font-weight: 500;
          font-size: 16px;
          color: #777777;
          padding-left: 24px;
          padding-top: 24px;
          float: left; }
          .product-page .container .main .filters .item .wrap .value label {
            display: inline-flex;
            align-items: center;
            cursor: pointer; }
            .product-page .container .main .filters .item .wrap .value label .checkbox {
              width: 20px;
              height: 20px;
              box-sizing: border-box;
              padding: 5px;
              cursor: pointer; }
            .product-page .container .main .filters .item .wrap .value label span {
              padding-left: 13px; }
      .product-page .container .main .filters .item .more {
        font-weight: 500;
        font-size: 16px;
        color: #0E6BFF;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        width: 100px;
        float: right;
        padding-top: 24px; }
        .product-page .container .main .filters .item .more img {
          transition: 0.3s ease; }
      .product-page .container .main .filters .item .rotated {
        transform: rotate(90deg); }
    .product-page .container .main .search-wrap {
      width: 100%;
      height: 182px;
      background: #EEEEEE;
      margin: 53px 0; }
      .product-page .container .main .search-wrap .search-label {
        font-weight: 400;
        font-size: 16px;
        color: #000000;
        padding-left: 18px;
        padding-top: 33px;
        width: 566px;
        line-height: 24px; }

.product-pagination .page-input {
  float: left;
  margin: 0 40px; }
  .product-pagination .page-input input {
    width: 46px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #CECFD2;
    box-sizing: border-box;
    z-index: 5;
    outline: none;
    font-family: M;
    font-size: 16px;
    color: #13161B;
    transition: 0.3s ease;
    text-align: center; }
    .product-pagination .page-input input:focus {
      border-color: #005AEB !important;
      box-shadow: 0 0px 5px 0 rgba(0, 90, 235, 0.1); }
  .product-pagination .page-input span {
    font-family: Mt;
    font-size: 16px;
    color: #000000;
    margin-left: 8px; }
.product-pagination .btn {
  float: left;
  width: 130px;
  height: 44px;
  box-sizing: border-box;
  background: #005AEB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  text-transform: capitalize;
  cursor: pointer; }
  .product-pagination .btn span {
    font-family: M;
    font-size: 14px;
    color: #ECECED; }
  .product-pagination .btn img {
    width: 20px;
    height: 20px;
    transition: 0.3s ease; }
.product-pagination .prev img {
  margin-right: 4px; }
.product-pagination .prev:hover img {
  transform: translateX(-5px); }
.product-pagination .next img {
  margin-left: 4px;
  transform: rotate(180deg); }
.product-pagination .next:hover img {
  transform: rotate(180deg) translateX(-5px); }

.product-new-page {
  width: 100%;
  padding-top: 108px; }
  .product-new-page .section-1 {
    padding-top: 64px;
    width: 100%;
    background: #F7F7F7; }
    .product-new-page .section-1 .title {
      padding-bottom: 25px;
      width: 100%;
      *zoom: 1; }
      .product-new-page .section-1 .title:before, .product-new-page .section-1 .title:after {
        content: " ";
        display: table; }
      .product-new-page .section-1 .title:after {
        clear: both; }
      .product-new-page .section-1 .title .t1 {
        float: left;
        font-family: MBold;
        font-size: 30px;
        color: #000000;
        line-height: 40px; }
      .product-new-page .section-1 .title .btns {
        float: right; }
        .product-new-page .section-1 .title .btns .btn {
          float: left;
          width: 220px;
          height: 40px;
          box-sizing: border-box;
          background: #005AEB;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0 30px;
          text-transform: capitalize;
          margin-left: 24px;
          cursor: pointer; }
          .product-new-page .section-1 .title .btns .btn span {
            font-family: M;
            font-size: 14px;
            color: #ECECED;
            margin-right: 11px; }
          .product-new-page .section-1 .title .btns .btn img {
            width: 20px;
            height: 20px;
            transition: 0.3s ease; }
        .product-new-page .section-1 .title .btns .btn-reset:hover img {
          transform: translateX(5px); }
        .product-new-page .section-1 .title .btns .btn-on img {
          transform: rotateY(180deg); }
    .product-new-page .section-1 .filters {
      width: 100%;
      padding-bottom: 40px; }
      .product-new-page .section-1 .filters .filter-item {
        *zoom: 1;
        width: 100%;
        position: relative;
        box-sizing: border-box;
        padding-left: 200px;
        min-height: 76px;
        margin-bottom: 24px; }
        .product-new-page .section-1 .filters .filter-item:before, .product-new-page .section-1 .filters .filter-item:after {
          content: " ";
          display: table; }
        .product-new-page .section-1 .filters .filter-item:after {
          clear: both; }
        .product-new-page .section-1 .filters .filter-item .label {
          position: absolute;
          left: 0;
          top: 0;
          width: 200px;
          height: 100%;
          background: #ECECED;
          border-radius: 0px 0px 0px 0px;
          box-sizing: border-box;
          border-left: 2px solid #005AEB;
          box-sizing: border-box;
          display: flex;
          align-items: center;
          padding-left: 24px; }
          .product-new-page .section-1 .filters .filter-item .label span {
            font-family: MBold;
            font-size: 18px;
            color: #13161B; }
        .product-new-page .section-1 .filters .filter-item .wrap {
          width: 100%;
          padding-top: 24px;
          padding-bottom: 4px;
          background: #fff;
          box-sizing: border-box;
          padding-left: 24px;
          padding-right: 24px;
          *zoom: 1;
          position: relative; }
          .product-new-page .section-1 .filters .filter-item .wrap:before, .product-new-page .section-1 .filters .filter-item .wrap:after {
            content: " ";
            display: table; }
          .product-new-page .section-1 .filters .filter-item .wrap:after {
            clear: both; }
          .product-new-page .section-1 .filters .filter-item .wrap .arrow {
            display: none; }
          .product-new-page .section-1 .filters .filter-item .wrap.more {
            overflow: hidden;
            height: 120px; }
            .product-new-page .section-1 .filters .filter-item .wrap.more .arrow {
              position: absolute;
              right: 0;
              bottom: 0;
              width: 30px;
              display: block;
              cursor: pointer; }
            .product-new-page .section-1 .filters .filter-item .wrap.more.more-active {
              height: unset;
              overflow: unset; }
              .product-new-page .section-1 .filters .filter-item .wrap.more.more-active .arrow {
                transform: rotate(-180deg); }
          .product-new-page .section-1 .filters .filter-item .wrap .item {
            display: inline-block;
            line-height: 20px;
            background: #fff;
            padding: 4px 10px;
            padding-right: 30px;
            position: relative;
            margin-bottom: 20px;
            margin-right: 20px;
            transition: 0.3s ease;
            box-sizing: border-box;
            border: 1px solid #005AEB;
            cursor: pointer; }
            .product-new-page .section-1 .filters .filter-item .wrap .item span {
              font-family: M;
              font-size: 16px;
              color: #13161B;
              transition: 0.3s ease; }
            .product-new-page .section-1 .filters .filter-item .wrap .item .tag {
              width: 24px;
              height: 24px;
              position: absolute;
              right: 4px;
              z-index: 5;
              top: 2px;
              transition: 0.3s ease;
              transform: scale(0.5);
              pointer-events: none; }
              .product-new-page .section-1 .filters .filter-item .wrap .item .tag .t1 {
                width: 24px;
                height: 4px;
                background: #005AEB;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                transition: 0.3s ease; }
              .product-new-page .section-1 .filters .filter-item .wrap .item .tag .t2 {
                width: 4px;
                height: 24px;
                background: #005AEB;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                transition: 0.3s ease; }
            .product-new-page .section-1 .filters .filter-item .wrap .item:hover {
              background: #0046b8; }
              .product-new-page .section-1 .filters .filter-item .wrap .item:hover span {
                color: #FFFFFF; }
              .product-new-page .section-1 .filters .filter-item .wrap .item:hover .tag .t1 {
                background: #fff; }
              .product-new-page .section-1 .filters .filter-item .wrap .item:hover .tag .t2 {
                background: #fff; }
          .product-new-page .section-1 .filters .filter-item .wrap .item-on {
            background: #005AEB; }
            .product-new-page .section-1 .filters .filter-item .wrap .item-on span {
              color: #FFFFFF; }
            .product-new-page .section-1 .filters .filter-item .wrap .item-on .tag {
              transform: scale(0.5) rotate(45deg); }
              .product-new-page .section-1 .filters .filter-item .wrap .item-on .tag .t1 {
                background: #fff; }
              .product-new-page .section-1 .filters .filter-item .wrap .item-on .tag .t2 {
                background: #fff; }
  .product-new-page .section-2 {
    width: 100%; }
    .product-new-page .section-2 .search {
      width: 100%;
      padding-top: 48px; }
      .product-new-page .section-2 .search .t1 {
        width: 100%;
        font-family: MBold;
        font-size: 22px;
        color: #000000;
        line-height: 26px; }
      .product-new-page .section-2 .search .t2 {
        width: 440px;
        font-family: M;
        font-size: 16px;
        color: #000000;
        line-height: 19px;
        margin-top: 12px;
        margin-bottom: 12px; }
      .product-new-page .section-2 .search .actions {
        width: 100%;
        *zoom: 1; }
        .product-new-page .section-2 .search .actions:before, .product-new-page .section-2 .search .actions:after {
          content: " ";
          display: table; }
        .product-new-page .section-2 .search .actions:after {
          clear: both; }
        .product-new-page .section-2 .search .actions .pagination {
          float: left;
          margin-left: 117px; }
        .product-new-page .section-2 .search .actions .input-wrapper {
          float: left;
          position: relative; }
          .product-new-page .section-2 .search .actions .input-wrapper .input {
            width: 440px;
            height: 44px;
            border-radius: 0px 0px 0px 0px;
            border: 1px solid #CECFD2;
            box-sizing: border-box;
            background: #f7f7f7;
            z-index: 5;
            outline: none;
            box-sizing: border-box;
            font-family: M;
            font-size: 16px;
            color: #13161B;
            padding-left: 20px;
            padding-right: 60px;
            transition: 0.3s ease; }
            .product-new-page .section-2 .search .actions .input-wrapper .input:focus {
              border-color: #005AEB !important;
              box-shadow: 0 0px 5px 0 rgba(0, 90, 235, 0.1); }
          .product-new-page .section-2 .search .actions .input-wrapper .search-btn {
            width: 24px;
            height: 24px;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto 0;
            right: 20px;
            cursor: pointer; }
            .product-new-page .section-2 .search .actions .input-wrapper .search-btn img {
              -o-object-fit: cover;
              object-fit: cover;
              -o-object-position: center;
              object-position: center;
              width: 100%;
              height: 100%; }
        .product-new-page .section-2 .search .actions .page-size {
          float: right;
          display: flex;
          align-items: center; }
          .product-new-page .section-2 .search .actions .page-size span {
            font-family: M;
            font-size: 16px;
            color: #000000;
            margin-right: 16px;
            display: inline-block; }
          .product-new-page .section-2 .search .actions .page-size .select {
            width: 81px;
            height: 44px;
            border-radius: 0px 0px 0px 0px;
            position: relative;
            display: inline-block;
            cursor: pointer; }
            .product-new-page .section-2 .search .actions .page-size .select .value {
              width: 100%;
              height: 44px;
              border-radius: 0px 0px 0px 0px;
              border: 1px solid #CECFD2;
              box-sizing: border-box;
              position: relative;
              background: #fff;
              position: relative;
              z-index: 5; }
              .product-new-page .section-2 .search .actions .page-size .select .value .text {
                font-family: M;
                font-size: 16px;
                color: #13161B;
                width: 100%;
                box-sizing: border-box;
                padding-left: 18px;
                line-height: 42px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
                .product-new-page .section-2 .search .actions .page-size .select .value .text .placeholder {
                  color: #CECFD2; }
              .product-new-page .section-2 .search .actions .page-size .select .value .arrow {
                position: absolute;
                right: 10px;
                width: 24px;
                height: 24px;
                top: 9px;
                transition: 0.3s ease; }
            .product-new-page .section-2 .search .actions .page-size .select .dropdown {
              width: 100%;
              position: absolute;
              top: 44px;
              left: 0;
              box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
              opacity: 0;
              visibility: hidden;
              transition: 0.3s ease;
              transform: translateY(-10px);
              pointer-events: none;
              border: 1px solid #CECFD2;
              box-sizing: border-box;
              border-top: none;
              max-height: 300px;
              z-index: 50; }
              .product-new-page .section-2 .search .actions .page-size .select .dropdown .custom {
                width: 100%;
                height: 42px;
                background: #FFFFFF;
                box-sizing: border-box;
                padding: 6px;
                border-bottom: 1px solid #CECFD2;
                box-sizing: border-box; }
                .product-new-page .section-2 .search .actions .page-size .select .dropdown .custom input {
                  width: 100%;
                  height: 100%;
                  outline: none;
                  box-sizing: border-box;
                  border: 1px solid #CECFD2;
                  box-sizing: border-box;
                  padding: 0 10px;
                  font-family: M;
                  font-size: 14px;
                  color: #13161B;
                  background: none; }
              .product-new-page .section-2 .search .actions .page-size .select .dropdown .option-list {
                width: 100%;
                max-height: 300px;
                overflow-y: auto; }
                .product-new-page .section-2 .search .actions .page-size .select .dropdown .option-list .option {
                  background: #fff;
                  width: 100%;
                  height: 30px;
                  box-sizing: border-box;
                  padding: 0 10px;
                  line-height: 30px;
                  font-family: M;
                  font-size: 14px;
                  color: #13161B;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  text-transform: capitalize;
                  cursor: pointer;
                  transition: 0.3s background-color ease; }
                  .product-new-page .section-2 .search .actions .page-size .select .dropdown .option-list .option:hover {
                    background-color: #005AEB;
                    font-family: MBold;
                    color: #fff; }
          .product-new-page .section-2 .search .actions .page-size .dropdown-on .arrow {
            transform: rotate(180deg); }
          .product-new-page .section-2 .search .actions .page-size .dropdown-on .dropdown {
            opacity: 1;
            visibility: visible;
            transform: translateY(0px);
            pointer-events: unset; }
      .product-new-page .section-2 .search .line {
        width: 100%;
        height: 1px;
        background: #CECFD2;
        margin-top: 48px;
        margin-bottom: 48px; }
  .product-new-page .section-4 {
    width: 100%;
    padding-bottom: 130px; }
    .product-new-page .section-4 main {
      display: flex;
      align-items: center;
      justify-content: center; }

.product-list-table {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 100px; }
  .product-list-table #app {
    *zoom: 1; }
    .product-list-table #app:before, .product-list-table #app:after {
      content: " ";
      display: table; }
    .product-list-table #app:after {
      clear: both; }
  .product-list-table .table {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0px; }
    .product-list-table .table .thead {
      overflow: hidden;
      width: 100%;
      background: #CECFD2; }
      .product-list-table .table .thead .td {
        float: left;
        height: 48px;
        background: #CECFD2;
        text-align: left;
        display: flex;
        align-items: center;
        align-content: center;
        font-family: M;
        font-weight: 500;
        font-size: 16px;
        color: #373A41;
        position: relative;
        word-break: break-all; }
        .product-list-table .table .thead .td img {
          width: 16px;
          height: 16px;
          margin-right: 12px; }
    .product-list-table .table .tr {
      width: 100%;
      overflow: hidden;
      border-bottom: 1px solid #FFB10D;
      position: relative;
      display: flex;
      align-items: center; }
      .product-list-table .table .tr .td {
        float: left;
        display: flex;
        text-align: left;
        align-items: center;
        align-content: center;
        word-break: break-all;
        box-sizing: border-box;
        padding-top: 10px;
        padding-bottom: 10px;
        flex-wrap: wrap; }
        .product-list-table .table .tr .td:last-child {
          margin-right: 0px; }
      .product-list-table .table .tr .img img {
        max-width: 100%;
        max-height: 140px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%; }
      .product-list-table .table .tr .check {
        display: block; }
        .product-list-table .table .tr .check .t-checkbox {
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          left: 16px;
          box-sizing: border-box;
          width: 28px;
          height: 28px;
          background: #F0F0F1;
          border-radius: 0px 0px 0px 0px;
          border: 1px solid #CECFD2;
          transition: 0.3s ease;
          cursor: pointer; }
          .product-list-table .table .tr .check .t-checkbox img {
            width: 20px;
            height: 20px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            transition: 0.3s ease;
            opacity: 0;
            transform: scale(0.5); }
        .product-list-table .table .tr .check .t-checkbox-on {
          background: #005AEB;
          border-color: #005AEB; }
          .product-list-table .table .tr .check .t-checkbox-on img {
            opacity: 1;
            transform: scale(1); }
      .product-list-table .table .tr .qty {
        justify-content: right; }
        .product-list-table .table .tr .qty .input {
          position: relative;
          width: 100px;
          height: 32px;
          background: #FFFFFF; }
          .product-list-table .table .tr .qty .input .arrow {
            width: 20px;
            height: 20px;
            position: absolute;
            z-index: 5;
            cursor: pointer; }
            .product-list-table .table .tr .qty .input .arrow img {
              width: 100%;
              height: 100%; }
          .product-list-table .table .tr .qty .input .arrow-left {
            left: 10px;
            top: 6px;
            transform: rotate(180deg); }
          .product-list-table .table .tr .qty .input .arrow-right {
            right: 10px;
            top: 6px; }
          .product-list-table .table .tr .qty .input input {
            width: 100%;
            height: 100%;
            text-align: center;
            background: none;
            box-sizing: border-box;
            outline: none;
            border: 1px solid #CECFD2;
            transition: 0.3s ease;
            box-sizing: border-box;
            padding: 0 30px; }
            .product-list-table .table .tr .qty .input input:focus {
              border-color: #005AEB !important;
              box-shadow: 0 0px 5px 0 rgba(0, 90, 235, 0.1); }
        .product-list-table .table .tr .qty .add-to-cart {
          width: 107px;
          height: 32px;
          background: #005AEB;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer; }
          .product-list-table .table .tr .qty .add-to-cart span {
            font-family: M;
            font-size: 14px;
            color: #ECECED; }
          .product-list-table .table .tr .qty .add-to-cart img {
            width: 20px;
            height: 20px;
            transition: 0.3s ease;
            margin-left: 3px; }
        .product-list-table .table .tr .qty .more-info {
          width: 95px;
          height: 32px;
          border: 1px solid #005AEB;
          box-sizing: border-box;
          background: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          margin-left: 8px; }
          .product-list-table .table .tr .qty .more-info span {
            font-family: M;
            font-size: 14px;
            color: #005AEB; }
          .product-list-table .table .tr .qty .more-info img {
            width: 20px;
            height: 20px;
            transition: 0.3s ease;
            transform: rotate(-90deg); }
    .product-list-table .table .check {
      width: 60px; }
    .product-list-table .table .img {
      width: 12.5%; }
    .product-list-table .table .des {
      width: 12.5%;
      display: flex;
      align-items: center; }
    .product-list-table .table .serial-number {
      width: 12.5%; }
    .product-list-table .table .old-number {
      width: 12.5%; }
    .product-list-table .table .vehicle-brand {
      width: 12.5%; }
    .product-list-table .table .model {
      width: 12.5%; }
      .product-list-table .table .model span {
        word-break: normal !important; }
    .product-list-table .table .qty {
      width: calc(100% - 60px - 12.5% * 6); }
  .product-list-table .disabled {
    opacity: 0.4 !important;
    pointer-events: none !important; }
  .product-list-table .add-btn {
    position: sticky;
    left: 100%;
    transform: translateX(140px);
    bottom: 30px;
    width: 133px;
    box-sizing: border-box;
    margin-top: 40px; }
    .product-list-table .add-btn .btn {
      width: 133px;
      height: 40px;
      box-sizing: border-box;
      background: #005AEB;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 30px;
      cursor: pointer;
      margin-bottom: 10px; }
      .product-list-table .add-btn .btn span {
        font-family: M;
        font-size: 16px;
        color: #fff; }
      .product-list-table .add-btn .btn img {
        width: 20px;
        height: 20px;
        transition: 0.3s ease; }
      .product-list-table .add-btn .btn:hover img {
        transform: translateX(5px); }
    .product-list-table .add-btn .mylist {
      width: 133px;
      background: #FFB10D; }

.catalog-page {
  width: 100%; }
  .catalog-page .navigate {
    padding-top: 100px;
    padding-bottom: 40px; }
  .catalog-page .section-1 {
    width: 100%;
    background: #FAFAFA;
    border-radius: 0px 0px 0px 0px;
    box-sizing: border-box;
    padding-top: 128px;
    padding-bottom: 130px; }
    .catalog-page .section-1 .t1 {
      width: 60%;
      font-family: MBold;
      font-size: 20px;
      color: #22262F;
      line-height: 30px;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 64px; }
    .catalog-page .section-1 .imgs {
      width: 100%;
      height: 550px;
      margin-top: 64px;
      margin-bottom: 64px;
      position: relative; }
      .catalog-page .section-1 .imgs .phone {
        position: absolute;
        z-index: 10;
        top: 275px;
        left: 221px;
        width: 296px;
        height: 223px; }
      .catalog-page .section-1 .imgs .pc {
        position: absolute;
        top: 0px;
        left: 330px;
        z-index: 5;
        width: 733px;
        height: 550px; }
      .catalog-page .section-1 .imgs .pad {
        position: absolute;
        z-index: 10;
        top: 180px;
        right: 221px;
        width: 478px;
        height: 359px; }
    .catalog-page .section-1 .t3 {
      width: 280px;
      height: 38px;
      background: #005AEB;
      border-radius: 0px 0px 0px 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto; }
      .catalog-page .section-1 .t3 span {
        font-family: M;
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        transition: 0.3s ease;
        margin-right: 8px; }
      .catalog-page .section-1 .t3 img {
        width: 20px;
        height: 20px;
        transition: 0.3s ease; }
      .catalog-page .section-1 .t3:hover img {
        transform: translateX(5px); }

.advantage-page {
  width: 100%; }
  .advantage-page .navigate {
    padding-top: 100px;
    padding-bottom: 40px; }
  .advantage-page .back-btn {
    width: 148px;
    height: 44px;
    box-sizing: border-box;
    background: #005AEB;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 120px; }
    .advantage-page .back-btn a {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-transform: capitalize; }
    .advantage-page .back-btn span {
      font-family: M;
      font-size: 14px;
      color: #ECECED; }
    .advantage-page .back-btn img {
      width: 20px;
      height: 20px;
      margin-left: 4px; }
  .advantage-page .tabs {
    border-bottom: 1px solid #CECFD2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px; }
    .advantage-page .tabs .tab {
      width: 245px;
      text-align: center;
      padding: 20px 0;
      cursor: pointer;
      position: relative; }
      .advantage-page .tabs .tab span {
        color: #85888E;
        font-size: 20px;
        transition: 0.3s; }
      .advantage-page .tabs .tab .line {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 2px;
        background: transparent;
        transition: 0.3s; }
      .advantage-page .tabs .tab.active span {
        font-weight: bold;
        color: #61656C; }
      .advantage-page .tabs .tab.active .line {
        width: 245px;
        background: #FFB10D; }
  .advantage-page .tab-contents {
    position: relative;
    overflow: hidden; }
    .advantage-page .tab-contents .tab-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      transform: translateY(20px);
      transition: all 0.5s;
      pointer-events: none; }
      .advantage-page .tab-contents .tab-content.active {
        position: relative;
        opacity: 1;
        transform: translateY(0);
        pointer-events: all; }
  .advantage-page .list {
    background: #FAFAFA;
    width: 100%;
    padding-top: 88px;
    margin-top: 80px; }
    .advantage-page .list .item {
      width: 100%;
      height: 400px;
      position: relative;
      margin-bottom: 48px; }
      .advantage-page .list .item .item-bg {
        width: 100%;
        height: 100%; }
        .advantage-page .list .item .item-bg img {
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center;
          width: 100%;
          height: 100%; }
      .advantage-page .list .item .item-content {
        width: 100%;
        background: -webkit-linear-gradient(120deg, rgba(0, 90, 235, 0.8), rgba(0, 90, 235, 0));
        background: -o-linear-gradient(120deg, rgba(0, 90, 235, 0.8), rgba(0, 90, 235, 0));
        background: -moz-linear-gradient(120deg, rgba(0, 90, 235, 0.8), rgba(0, 90, 235, 0));
        background: linear-gradient(120deg, rgba(0, 90, 235, 0.8), rgba(0, 90, 235, 0));
        position: absolute;
        z-index: 5;
        bottom: 0px;
        box-sizing: border-box;
        padding-top: 36px;
        padding-bottom: 30px; }
        .advantage-page .list .item .item-content .t1 {
          width: 100%;
          padding-left: 60px;
          box-sizing: border-box;
          font-family: MBold;
          font-size: 26px;
          color: #FFFFFF;
          line-height: 32px; }
        .advantage-page .list .item .item-content .line {
          width: 583px;
          height: 1px;
          background: #FFB10D;
          margin: 8px 0px;
          margin-left: 60px; }
        .advantage-page .list .item .item-content .t2 {
          font-family: MLight;
          font-size: 16px;
          color: #FFFFFF;
          line-height: 24px;
          padding-left: 60px;
          box-sizing: border-box;
          max-width: 90%; }
        .advantage-page .list .item .item-content .more {
          height: 40px;
          padding-left: 60px;
          margin-top: 8px;
          display: flex;
          align-items: center; }
          .advantage-page .list .item .item-content .more a {
            display: flex;
            align-items: center; }
          .advantage-page .list .item .item-content .more span {
            margin-right: 10px;
            color: #fff;
            font-family: M;
            transition: 0.3s ease;
            font-size: 16px; }
          .advantage-page .list .item .item-content .more img {
            width: 24px;
            height: 24px;
            transition: 0.3s ease; }
          .advantage-page .list .item .item-content .more:hover a span {
            color: #FFB10D; }
          .advantage-page .list .item .item-content .more:hover a img {
            transform: translateX(5px); }
  .advantage-page .remove {
    display: none; }
  .advantage-page .content-list {
    background: #FAFAFA;
    padding-top: 80px;
    width: 100%;
    *zoom: 1; }
    .advantage-page .content-list:before, .advantage-page .content-list:after {
      content: " ";
      display: table; }
    .advantage-page .content-list:after {
      clear: both; }
    .advantage-page .content-list .list-wrapper {
      *zoom: 1;
      width: 100%;
      display: none; }
      .advantage-page .content-list .list-wrapper:before, .advantage-page .content-list .list-wrapper:after {
        content: " ";
        display: table; }
      .advantage-page .content-list .list-wrapper:after {
        clear: both; }
    .advantage-page .content-list .list-t1 {
      width: 100%;
      font-family: MBold;
      font-size: 32px;
      color: #005AEB;
      line-height: 30px;
      margin-bottom: 16px; }
    .advantage-page .content-list .list-t2 {
      width: 100%;
      font-family: M;
      font-size: 20px;
      color: #22262F;
      line-height: 30px;
      margin-bottom: 80px; }
    .advantage-page .content-list .item {
      width: 100%;
      *zoom: 1;
      margin-bottom: 100px; }
      .advantage-page .content-list .item:before, .advantage-page .content-list .item:after {
        content: " ";
        display: table; }
      .advantage-page .content-list .item:after {
        clear: both; }
      .advantage-page .content-list .item .img {
        width: 45%;
        height: 400px; }
        .advantage-page .content-list .item .img img {
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center;
          width: 100%;
          height: 100%; }
      .advantage-page .content-list .item .content {
        width: 45%;
        height: 400px;
        display: flex;
        align-items: center;
        align-content: center;
        flex-wrap: wrap; }
        .advantage-page .content-list .item .content .t1 {
          width: 100%;
          font-family: M;
          font-size: 64px;
          color: #FFB10D;
          line-height: 74px;
          margin-bottom: 16px; }
        .advantage-page .content-list .item .content .t2 {
          width: 400px;
          font-family: MBold;
          font-size: 26px;
          color: #005AEB;
          line-height: 30px;
          margin-bottom: 16px; }
        .advantage-page .content-list .item .content .t3 {
          width: 600px;
          font-family: M;
          font-size: 16px;
          color: #22262F;
          line-height: 24px; }
    .advantage-page .content-list .left .img {
      float: left; }
    .advantage-page .content-list .left .content {
      float: right; }
    .advantage-page .content-list .right .img {
      float: right; }
    .advantage-page .content-list .right .content {
      float: left; }
  .advantage-page .show {
    display: block !important; }

.support-page {
  width: 100%; }
  .support-page .navigate {
    padding-top: 100px;
    padding-bottom: 40px; }
  .support-page .section-1 {
    width: 100%;
    background: #FAFAFA;
    border-radius: 0px 0px 0px 0px;
    box-sizing: border-box;
    padding-top: 128px;
    padding-bottom: 130px; }
    .support-page .section-1 .row {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      .support-page .section-1 .row .item {
        width: calc((100% - 48px) / 3);
        height: 372px;
        box-sizing: border-box;
        border: 1px solid #94979C;
        overflow: hidden;
        padding: 24px;
        margin-bottom: 24px;
        transition: 0.4s;
        position: relative; }
        .support-page .section-1 .row .item .icon {
          width: 42px;
          height: 42px;
          float: right;
          z-index: 5;
          position: relative; }
          .support-page .section-1 .row .item .icon img {
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
            width: 100%;
            height: 100%;
            filter: brightness(0%);
            transition: 0.4s ease; }
        .support-page .section-1 .row .item .t {
          width: calc(100% - 48px);
          position: absolute;
          bottom: 24px;
          left: 24px;
          z-index: 5; }
          .support-page .section-1 .row .item .t .t1 {
            float: left;
            margin-top: 150px;
            font-family: MBold;
            font-size: 26px;
            color: #005AEB;
            line-height: 30px;
            margin-bottom: 16px;
            transition: 0.4s ease;
            z-index: 5;
            position: relative; }
          .support-page .section-1 .row .item .t .t2 {
            float: left;
            width: 100%;
            font-family: M;
            font-size: 16px;
            color: #22262F;
            line-height: 24px;
            transition: 0.4s ease;
            transition-delay: 0.05s;
            z-index: 5;
            position: relative; }
        .support-page .section-1 .row .item:before {
          content: '';
          width: 0%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          background: #005AEB;
          transition: 0.4s ease;
          opacity: 0; }
        .support-page .section-1 .row .item:hover:before {
          opacity: 1;
          width: 100%; }
        .support-page .section-1 .row .item:hover .t .t1 {
          color: #fff;
          transform: translateY(-8px); }
        .support-page .section-1 .row .item:hover .t .t2 {
          color: #fff;
          transform: translateY(-8px); }
        .support-page .section-1 .row .item:hover .icon img {
          transform: translateY(-8px);
          filter: brightness(100%); }
      .support-page .section-1 .row .big {
        width: calc((100% - 24px) / 2);
        height: 290px; }

.faq-page {
  width: 100%; }
  .faq-page .navigate {
    padding-top: 100px;
    padding-bottom: 40px; }
  .faq-page .section-1 {
    width: 100%;
    background: #FAFAFA;
    border-radius: 0px 0px 0px 0px;
    box-sizing: border-box;
    padding-top: 128px; }
    .faq-page .section-1 .row {
      width: 100%;
      *zoom: 1;
      margin-bottom: 100px; }
      .faq-page .section-1 .row:before, .faq-page .section-1 .row:after {
        content: " ";
        display: table; }
      .faq-page .section-1 .row:after {
        clear: both; }
      .faq-page .section-1 .row .left {
        float: left;
        width: 26%;
        font-family: MBold;
        font-size: 26px;
        color: #005AEB;
        line-height: 30px; }
      .faq-page .section-1 .row .right {
        float: right;
        width: 63%; }
        .faq-page .section-1 .row .right .item {
          width: 100%;
          border-bottom: 1px solid #FFB10D;
          margin-bottom: 24px; }
          .faq-page .section-1 .row .right .item .faq-title {
            width: 100%;
            background: #FFFFFF;
            border-radius: 0px 0px 0px 0px;
            font-family: MBold;
            font-size: 16px;
            line-height: 24px;
            color: #22262F;
            box-sizing: border-box;
            padding: 30px 24px;
            padding-right: 72px;
            word-break: break-all;
            cursor: pointer;
            position: relative; }
            .faq-page .section-1 .row .right .item .faq-title .arrow {
              position: absolute;
              top: 0;
              bottom: 0;
              margin: auto 0;
              width: 24px;
              height: 24px;
              transition: 0.3s ease;
              right: 24px; }
            .faq-page .section-1 .row .right .item .faq-title .slide {
              transform: rotate(180deg); }
          .faq-page .section-1 .row .right .item .faq-content {
            width: 100%;
            padding-left: 24px;
            padding-right: 24px;
            padding-top: 24px;
            padding-bottom: 36px;
            font-family: M;
            font-size: 16px;
            color: #13161B;
            line-height: 24px;
            word-break: break-all;
            box-sizing: border-box;
            display: none; }

.information-page {
  width: 100%; }
  .information-page .navigate {
    padding-top: 100px;
    padding-bottom: 40px; }
  .information-page .section-1 {
    width: 100%;
    background: #FAFAFA;
    border-radius: 0px 0px 0px 0px;
    box-sizing: border-box;
    padding-top: 128px;
    padding-bottom: 128px; }
    .information-page .section-1 main {
      max-width: 1168px; }
    .information-page .section-1 .t1 {
      width: 100%;
      font-family: MBold;
      font-size: 26px;
      color: #000000;
      line-height: 30px;
      margin-bottom: 70px; }
    .information-page .section-1 .list {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-bottom: 74px; }
      .information-page .section-1 .list .item {
        width: calc((100% - 80px) / 4);
        height: 300px;
        background: #FFFFFF;
        border-bottom: 2px solid #FFB10D;
        box-sizing: border-box;
        padding-top: 48px;
        padding-left: 24px;
        padding-right: 24px; }
        .information-page .section-1 .list .item .icon {
          width: 44px;
          height: 44px;
          background: #005AEB;
          border-radius: 50%;
          position: relative;
          margin-bottom: 48px; }
          .information-page .section-1 .list .item .icon img {
            width: 24px;
            height: 24px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; }
        .information-page .section-1 .list .item .title {
          width: 100%;
          font-family: MBold;
          font-size: 20px;
          color: #000000;
          line-height: 30px;
          margin-bottom: 12px; }
        .information-page .section-1 .list .item .content {
          width: 100%;
          font-family: M;
          font-size: 16px;
          color: #373A41;
          line-height: 24px;
          word-break: break-all; }
    .information-page .section-1 .t2 {
      width: 100%;
      font-family: MBold;
      font-size: 20px;
      color: #000000;
      line-height: 23px;
      margin-bottom: 22px; }
    .information-page .section-1 .map {
      width: 100%;
      height: 530px;
      background: #fff;
      margin-bottom: 74px; }
    .information-page .section-1 .t3 {
      font-family: M;
      font-size: 16px;
      color: #373A41;
      line-height: 24px; }

.message-page {
  width: 100%; }
  .message-page .navigate {
    padding-top: 100px;
    padding-bottom: 40px; }
  .message-page .section-1 {
    width: 100%;
    background: #FAFAFA;
    border-radius: 0px 0px 0px 0px;
    box-sizing: border-box;
    padding-top: 128px;
    padding-bottom: 128px; }
    .message-page .section-1 main {
      max-width: 1168px; }
    .message-page .section-1 .t1 {
      width: 100%;
      font-family: MBold;
      font-size: 26px;
      color: #000000;
      line-height: 30px;
      margin-bottom: 22px; }
    .message-page .section-1 .t2 {
      width: 100%;
      font-family: M;
      font-size: 16px;
      color: #373A41;
      line-height: 24px; }
    .message-page .section-1 .t3 {
      width: 100%;
      font-family: MBold;
      font-size: 20px;
      color: #000000;
      line-height: 30px;
      margin-bottom: 24px;
      margin-top: 74px; }
    .message-page .section-1 .t3-2 {
      margin-top: 50px; }
    .message-page .section-1 .form {
      width: 100%;
      position: relative;
      z-index: 5; }
      .message-page .section-1 .form .item {
        width: 100%;
        min-height: 44px; }
        .message-page .section-1 .form .item .label {
          width: 100%;
          height: 20px;
          line-height: 20px;
          font-family: M;
          font-size: 16px;
          color: #13161B;
          margin-bottom: 8px;
          text-transform: capitalize;
          white-space: nowrap; }
          .message-page .section-1 .form .item .label span {
            font-family: M;
            font-size: 16px;
            color: #005AEB;
            margin-left: 8px; }
        .message-page .section-1 .form .item .select {
          width: 100%;
          height: 44px;
          border-radius: 0px 0px 0px 0px;
          position: relative; }
          .message-page .section-1 .form .item .select .value {
            width: 100%;
            height: 44px;
            border-radius: 0px 0px 0px 0px;
            border: 1px solid #CECFD2;
            box-sizing: border-box;
            position: relative;
            background: #f7f7f7;
            position: relative;
            z-index: 5; }
            .message-page .section-1 .form .item .select .value .text {
              font-family: M;
              font-size: 16px;
              color: #13161B;
              width: 100%;
              box-sizing: border-box;
              padding-left: 20px;
              line-height: 42px;
              padding-right: 64px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
              .message-page .section-1 .form .item .select .value .text .placeholder {
                color: #CECFD2; }
            .message-page .section-1 .form .item .select .value .arrow {
              position: absolute;
              right: 20px;
              width: 24px;
              height: 24px;
              top: 10px;
              transition: 0.3s ease; }
          .message-page .section-1 .form .item .select .dropdown {
            width: 100%;
            position: absolute;
            top: 44px;
            left: 0;
            box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
            opacity: 0;
            visibility: hidden;
            transition: 0.3s ease;
            transform: translateY(-10px);
            pointer-events: none;
            border: 1px solid #CECFD2;
            box-sizing: border-box;
            border-top: none;
            max-height: 300px;
            z-index: 50; }
            .message-page .section-1 .form .item .select .dropdown .custom {
              width: 100%;
              height: 42px;
              background: #FFFFFF;
              box-sizing: border-box;
              padding: 6px;
              border-bottom: 1px solid #CECFD2;
              box-sizing: border-box; }
              .message-page .section-1 .form .item .select .dropdown .custom input {
                width: 100%;
                height: 100%;
                outline: none;
                box-sizing: border-box;
                border: 1px solid #CECFD2;
                box-sizing: border-box;
                padding: 0 10px;
                font-family: M;
                font-size: 14px;
                color: #13161B;
                background: none; }
            .message-page .section-1 .form .item .select .dropdown .option-list {
              width: 100%;
              max-height: 300px;
              overflow-y: auto; }
              .message-page .section-1 .form .item .select .dropdown .option-list .option {
                background: #fff;
                width: 100%;
                height: 30px;
                box-sizing: border-box;
                padding: 0 10px;
                line-height: 30px;
                font-family: M;
                font-size: 14px;
                color: #13161B;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                text-transform: capitalize;
                cursor: pointer;
                transition: 0.3s background-color ease; }
                .message-page .section-1 .form .item .select .dropdown .option-list .option:hover {
                  background-color: #005AEB;
                  font-family: MBold;
                  color: #fff; }
        .message-page .section-1 .form .item .dropdown-on .arrow {
          transform: rotate(180deg); }
        .message-page .section-1 .form .item .dropdown-on .dropdown {
          opacity: 1;
          visibility: visible;
          transform: translateY(0px);
          pointer-events: unset; }
        .message-page .section-1 .form .item .input {
          width: 100%;
          height: 44px;
          border-radius: 0px 0px 0px 0px;
          border: 1px solid #CECFD2;
          box-sizing: border-box;
          background: #f7f7f7;
          z-index: 5;
          outline: none;
          box-sizing: border-box;
          font-family: M;
          font-size: 16px;
          color: #13161B;
          padding-left: 20px;
          padding-right: 20px; }
        .message-page .section-1 .form .item .textarea {
          width: 100%;
          height: 172px;
          border-radius: 0px 0px 0px 0px;
          border: 1px solid #CECFD2;
          box-sizing: border-box;
          background: #f7f7f7;
          z-index: 5;
          outline: none;
          box-sizing: border-box;
          font-family: M;
          font-size: 16px;
          color: #13161B;
          padding: 10px 20px;
          word-break: break-all;
          line-height: 28px; }
      .message-page .section-1 .form .row {
        width: 100%;
        *zoom: 1; }
        .message-page .section-1 .form .row:before, .message-page .section-1 .form .row:after {
          content: " ";
          display: table; }
        .message-page .section-1 .form .row:after {
          clear: both; }
        .message-page .section-1 .form .row .item {
          float: left;
          margin-right: 24px;
          margin-bottom: 24px; }
        .message-page .section-1 .form .row .col2 {
          width: calc((100% - 11 * 24px) / 12); }
        .message-page .section-1 .form .row .col3 {
          width: calc((100% - 7 * 24px) / 8); }
        .message-page .section-1 .form .row .col4 {
          width: calc((100% - 5 * 24px) / 6); }
        .message-page .section-1 .form .row .col5 {
          width: calc((100% - 3.8 * 24px) / 4.8); }
        .message-page .section-1 .form .row .col6 {
          width: calc((100% - 3 * 24px) / 4); }
        .message-page .section-1 .form .row .col8 {
          width: calc((100% - 2 * 24px) / 3); }
        .message-page .section-1 .form .row .mr0 {
          margin-right: 0px; }
      .message-page .section-1 .form input {
        transition: 0.3s ease !important; }
        .message-page .section-1 .form input:focus {
          border-color: #005AEB !important;
          box-shadow: 0 0px 5px 0 rgba(0, 90, 235, 0.1); }
      .message-page .section-1 .form textarea {
        transition: 0.3s ease !important; }
        .message-page .section-1 .form textarea:focus {
          border-color: #005AEB !important;
          box-shadow: 0 0px 5px 0 rgba(0, 90, 235, 0.1); }
      .message-page .section-1 .form .submit {
        width: 100%;
        height: 40px;
        background: #005AEB;
        font-family: M;
        font-size: 14px;
        color: #ECECED;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer; }
        .message-page .section-1 .form .submit span {
          font-family: M;
          font-size: 14px;
          color: #fff;
          margin-right: 8px; }
        .message-page .section-1 .form .submit img {
          width: 20px;
          height: 20px;
          transition: 0.3s ease; }
        .message-page .section-1 .form .submit:hover img {
          transform: translateY(-3px); }

.amap-logo {
  display: none !important; }

.cart-page {
  width: 100%;
  padding-top: 108px; }
  .cart-page .navigate {
    padding-top: 40px;
    padding-bottom: 40px; }
  .cart-page .section-1 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 215px; }
    .cart-page .section-1 #app {
      *zoom: 1; }
      .cart-page .section-1 #app:before, .cart-page .section-1 #app:after {
        content: " ";
        display: table; }
      .cart-page .section-1 #app:after {
        clear: both; }
    .cart-page .section-1 .left-part {
      width: 226px;
      float: left; }
      .cart-page .section-1 .left-part .btn {
        width: 226px;
        height: 40px;
        box-sizing: border-box;
        background: #005AEB;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 30px;
        margin-bottom: 12px; }
        .cart-page .section-1 .left-part .btn span {
          font-family: M;
          font-size: 14px;
          color: #ECECED; }
        .cart-page .section-1 .left-part .btn img {
          width: 20px;
          height: 20px;
          transition: 0.3s ease; }
        .cart-page .section-1 .left-part .btn:hover img {
          transform: translateX(5px); }
    .cart-page .section-1 .right-part {
      width: 1270px;
      float: right; }
      .cart-page .section-1 .right-part .table {
        width: 100%;
        min-height: calc(100vh - 140px - 800px); }
        .cart-page .section-1 .right-part .table .thead {
          overflow: hidden;
          width: 100%;
          background: #CECFD2; }
          .cart-page .section-1 .right-part .table .thead .td {
            float: left;
            height: 48px;
            background: #CECFD2;
            text-align: center;
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: left;
            font-family: M;
            font-weight: 500;
            font-size: 16px;
            color: #373A41; }
            .cart-page .section-1 .right-part .table .thead .td img {
              width: 16px;
              height: 16px;
              margin-right: 12px; }
        .cart-page .section-1 .right-part .table .tr {
          width: 100%;
          overflow: hidden;
          border-bottom: 1px solid #FFB10D;
          position: relative;
          display: flex;
          align-items: center; }
          .cart-page .section-1 .right-part .table .tr .td {
            float: left;
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: left;
            box-sizing: border-box;
            padding-top: 10px;
            padding-bottom: 10px;
            flex-wrap: wrap; }
            .cart-page .section-1 .right-part .table .tr .td:last-child {
              margin-right: 0px; }
          .cart-page .section-1 .right-part .table .tr .img img {
            max-width: 150px;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
            width: 100%;
            height: 100%; }
          .cart-page .section-1 .right-part .table .tr .des .t1 {
            display: inline-block;
            text-align: left;
            line-height: 21px;
            color: #373A41;
            font-size: 14px;
            font-family: MBold; }
            .cart-page .section-1 .right-part .table .tr .des .t1 span {
              color: #005AEB; }
          .cart-page .section-1 .right-part .table .tr .check {
            display: block; }
            .cart-page .section-1 .right-part .table .tr .check .t-checkbox {
              position: absolute;
              top: 0;
              bottom: 0;
              margin: auto 0;
              left: 26px;
              box-sizing: border-box;
              width: 28px;
              height: 28px;
              background: #F0F0F1;
              border-radius: 0px 0px 0px 0px;
              border: 1px solid #CECFD2;
              transition: 0.3s ease;
              cursor: pointer; }
              .cart-page .section-1 .right-part .table .tr .check .t-checkbox img {
                width: 20px;
                height: 20px;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                transition: 0.3s ease;
                opacity: 0;
                transform: scale(0.5); }
            .cart-page .section-1 .right-part .table .tr .check .t-checkbox-on {
              background: #005AEB;
              border-color: #005AEB; }
              .cart-page .section-1 .right-part .table .tr .check .t-checkbox-on img {
                opacity: 1;
                transform: scale(1); }
          .cart-page .section-1 .right-part .table .tr .qty .input {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto 0;
            width: 100px;
            height: 32px;
            background: #FFFFFF; }
            .cart-page .section-1 .right-part .table .tr .qty .input .arrow {
              width: 20px;
              height: 20px;
              position: absolute;
              z-index: 5;
              cursor: pointer; }
              .cart-page .section-1 .right-part .table .tr .qty .input .arrow img {
                width: 100%;
                height: 100%; }
            .cart-page .section-1 .right-part .table .tr .qty .input .arrow-left {
              left: 10px;
              top: 6px;
              transform: rotate(180deg); }
            .cart-page .section-1 .right-part .table .tr .qty .input .arrow-right {
              right: 10px;
              top: 6px; }
            .cart-page .section-1 .right-part .table .tr .qty .input input {
              width: 100%;
              height: 100%;
              text-align: center;
              background: none;
              box-sizing: border-box;
              outline: none;
              border: 1px solid #CECFD2;
              transition: 0.3s ease;
              box-sizing: border-box;
              padding: 0 30px; }
              .cart-page .section-1 .right-part .table .tr .qty .input input:focus {
                border-color: #005AEB !important;
                box-shadow: 0 0px 5px 0 rgba(0, 90, 235, 0.1); }
        .cart-page .section-1 .right-part .table .check {
          width: 80px; }
        .cart-page .section-1 .right-part .table .img {
          width: 400px; }
        .cart-page .section-1 .right-part .table .des {
          width: 40%; }
        .cart-page .section-1 .right-part .table .qty {
          width: calc(100% - 80px - 400px - 40%); }
      .cart-page .section-1 .right-part .btns {
        width: 100%;
        *zoom: 1;
        margin-top: 64px; }
        .cart-page .section-1 .right-part .btns:before, .cart-page .section-1 .right-part .btns:after {
          content: " ";
          display: table; }
        .cart-page .section-1 .right-part .btns:after {
          clear: both; }
        .cart-page .section-1 .right-part .btns .btn {
          width: 226px;
          height: 40px;
          box-sizing: border-box;
          background: #005AEB;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 0 30px;
          cursor: pointer; }
          .cart-page .section-1 .right-part .btns .btn span {
            font-family: M;
            font-size: 14px;
            color: #ECECED; }
          .cart-page .section-1 .right-part .btns .btn img {
            width: 20px;
            height: 20px;
            transition: 0.3s ease; }
          .cart-page .section-1 .right-part .btns .btn:hover img {
            transform: translateX(5px); }
        .cart-page .section-1 .right-part .btns .left-btn {
          float: left; }
        .cart-page .section-1 .right-part .btns .right-btn {
          float: right;
          margin-left: 20px; }
      .cart-page .section-1 .right-part .disabled {
        opacity: 0.4 !important;
        pointer-events: none !important; }

.userinfo-page {
  width: 100%;
  padding-top: 108px; }
  .userinfo-page .disabled {
    pointer-events: none !important;
    opacity: 0.4 !important; }
  .userinfo-page .navigate {
    padding-top: 40px;
    padding-bottom: 40px; }
  .userinfo-page .section-1 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 215px; }
    .userinfo-page .section-1 #app {
      *zoom: 1; }
      .userinfo-page .section-1 #app:before, .userinfo-page .section-1 #app:after {
        content: " ";
        display: table; }
      .userinfo-page .section-1 #app:after {
        clear: both; }
    .userinfo-page .section-1 .left-part {
      width: 226px;
      float: left; }
      .userinfo-page .section-1 .left-part .btn {
        width: 226px;
        height: 40px;
        box-sizing: border-box;
        background: #005AEB;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 30px;
        margin-bottom: 12px; }
        .userinfo-page .section-1 .left-part .btn span {
          font-family: M;
          font-size: 14px;
          color: #ECECED; }
        .userinfo-page .section-1 .left-part .btn img {
          width: 20px;
          height: 20px;
          transition: 0.3s ease; }
        .userinfo-page .section-1 .left-part .btn:hover img {
          transform: translateX(5px); }
    .userinfo-page .section-1 .right-part {
      width: 1270px;
      float: right;
      position: relative; }
      .userinfo-page .section-1 .right-part .line {
        width: 1px;
        background: #CECFD2;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 15;
        height: 0px;
        opacity: 0;
        transition: 0.4s ease; }
      .userinfo-page .section-1 .right-part .line-on {
        opacity: 1;
        height: calc(100% - 64px - 64px); }
      .userinfo-page .section-1 .right-part .form {
        box-sizing: border-box;
        padding: 64px;
        background: #F7F7F7;
        width: 50%;
        min-height: 564px;
        position: relative; }
        .userinfo-page .section-1 .right-part .form .item {
          width: 100%;
          min-height: 44px;
          margin-bottom: 94px; }
          .userinfo-page .section-1 .right-part .form .item .label {
            width: 100%;
            height: 20px;
            line-height: 20px;
            font-family: M;
            font-size: 16px;
            color: #13161B;
            margin-bottom: 8px;
            text-transform: capitalize; }
            .userinfo-page .section-1 .right-part .form .item .label span {
              font-family: M;
              font-size: 16px;
              color: #005AEB;
              margin-left: 8px; }
          .userinfo-page .section-1 .right-part .form .item .input {
            width: 100%;
            height: 44px;
            border-radius: 0px 0px 0px 0px;
            border: 1px solid #CECFD2;
            box-sizing: border-box;
            z-index: 5;
            outline: none;
            box-sizing: border-box;
            font-family: M;
            font-size: 16px;
            color: #13161B;
            padding-left: 20px;
            padding-right: 20px;
            transition: 0.3s ease; }
            .userinfo-page .section-1 .right-part .form .item .input:focus {
              border-color: #005AEB !important;
              box-shadow: 0 0px 5px 0 rgba(0, 90, 235, 0.1); }
          .userinfo-page .section-1 .right-part .form .item .input-wrapper {
            width: 100%;
            *zoom: 1; }
            .userinfo-page .section-1 .right-part .form .item .input-wrapper:before, .userinfo-page .section-1 .right-part .form .item .input-wrapper:after {
              content: " ";
              display: table; }
            .userinfo-page .section-1 .right-part .form .item .input-wrapper:after {
              clear: both; }
            .userinfo-page .section-1 .right-part .form .item .input-wrapper .input {
              width: calc(100% - 97px);
              float: left;
              pointer-events: none; }
            .userinfo-page .section-1 .right-part .form .item .input-wrapper .btn {
              float: left;
              width: 97px;
              height: 44px;
              background: #005AEB;
              display: flex;
              align-items: center;
              box-sizing: border-box;
              justify-content: center;
              cursor: pointer; }
              .userinfo-page .section-1 .right-part .form .item .input-wrapper .btn span {
                font-family: M;
                font-size: 16px;
                color: #ECECED; }
              .userinfo-page .section-1 .right-part .form .item .input-wrapper .btn img {
                width: 20px;
                height: 20px;
                transition: 0.3s ease;
                margin-left: 5px; }
          .userinfo-page .section-1 .right-part .form .item .btns {
            width: 100%;
            *zoom: 1;
            margin-top: 24px; }
            .userinfo-page .section-1 .right-part .form .item .btns:before, .userinfo-page .section-1 .right-part .form .item .btns:after {
              content: " ";
              display: table; }
            .userinfo-page .section-1 .right-part .form .item .btns:after {
              clear: both; }
            .userinfo-page .section-1 .right-part .form .item .btns .btn {
              float: left;
              width: 158px;
              height: 44px;
              background: #005AEB;
              display: flex;
              align-items: center;
              box-sizing: border-box;
              justify-content: center;
              cursor: pointer;
              margin-right: 20px; }
              .userinfo-page .section-1 .right-part .form .item .btns .btn span {
                font-family: M;
                font-size: 16px;
                color: #ECECED; }
              .userinfo-page .section-1 .right-part .form .item .btns .btn img {
                width: 20px;
                height: 20px;
                transition: 0.3s ease;
                margin-left: 5px; }
      .userinfo-page .section-1 .right-part .form-edit {
        position: absolute;
        right: 0px;
        top: 0px;
        transition: 0.4s ease;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transform: translateX(-50px); }
        .userinfo-page .section-1 .right-part .form-edit .item {
          margin-bottom: 24px; }
          .userinfo-page .section-1 .right-part .form-edit .item:last-child {
            margin-bottom: 0px; }
      .userinfo-page .section-1 .right-part .form-edit-on {
        transform: translateX(0px);
        opacity: 1;
        pointer-events: unset !important;
        visibility: visible; }
      .userinfo-page .section-1 .right-part .disabled {
        opacity: 0.4 !important;
        pointer-events: none !important; }

/*# sourceMappingURL=index.css.map */
