.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1004px) {
  nav {
    width: 100%;
    height: auto;
  }
  nav .nav-main {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 1.2rem;
    padding: 0;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 0 0.3rem;
  }
  nav .nav-main .main-cont .main-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 3.6rem;
    height: auto;
    padding: 0;
  }
  nav .nav-main .main-cont .main-logo img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-logo .img1 {
    opacity: 1;
  }
  nav .nav-main .main-cont .main-logo .img2 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-nav {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .main-nav .nav-cont {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    padding: 0 0.3rem;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
    display: inline-block;
    position: relative;
    width: auto;
    height: 100%;
    font-size: 0.18rem;
    text-align: center;
    line-height: 1.04rem;
    color: #fff;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #ea5504, #ff752a);
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
    color: #fff !important;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
    height: 100%;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
    position: absolute;
    top: 1.04rem;
    left: 50%;
    width: 1.5rem;
    height: auto;
    margin-left: -0.75rem;
    padding: 0.15rem 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 29;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
    display: none;
    position: relative;
    width: auto;
    font-size: 0.16rem;
    line-height: 0.34rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
    background: linear-gradient(90deg, #ea5504, #ff752a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
    color: #00a4e8 !important;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0;
  }
  nav .nav-main .main-cont .main-right .right-serach {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.32rem;
    height: 100%;
    margin-left: 0.4rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-serach span {
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-search.png) no-repeat center center;
    background-size: 0.32rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang {
    display: flex;
    align-items: center;
    position: relative;
    width: 1.2rem;
    height: 100%;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-flag {
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 50%;
    background: url(../images/icon/icon-lang-world.png) no-repeat center center;
    background-size: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-title {
    width: auto;
    margin: 0 0 0 0.1rem;
    font-size: var(--fs26);
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(../images/icon/icon-lang-arrow.png) no-repeat center center;
    background-size: 8px 5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list {
    position: absolute;
    top: 1.2rem;
    left: 50%;
    width: 2rem;
    height: auto;
    padding: 0.15rem 0;
    margin-left: -1rem;
    box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0;
    transform: translatey(-105%);
    -o-transform: translatey(-105%);
    -moz-transform: translatey(-105%);
    -webkit-transform: translatey(-105%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    padding: 0.06rem 0.2rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
    font-weight: bold;
    color: #00a4e8;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list {
    opacity: 1;
    visibility: visible;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right .right-menu {
    display: block;
    width: 1rem;
    height: 100%;
    margin-left: 0.2rem;
  }
  nav .nav-main .main-cont .main-right .right-menu span {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 0.3rem;
    height: 0.03rem;
    margin-top: -0.015rem;
    margin-left: -0.2rem;
    background: #1956e0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::before {
    content: '';
    position: absolute;
    top: -0.14rem;
    right: 0;
    width: 0.4rem;
    height: 0.03rem;
    background: #1956e0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::after {
    content: '';
    position: absolute;
    bottom: -0.14rem;
    right: 0;
    width: 0.2rem;
    height: 0.03rem;
    background: #1956e0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span {
    background: transparent !important;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::before {
    top: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::after {
    bottom: 0;
    width: 0.4rem;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  nav .Whead-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #00a4e8;
    border: none;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-search .hide-pic {
    position: absolute;
    bottom: auto;
    left: auto;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0;
    background: url(../images/icon/icon-hidde.png) no-repeat center center;
    background-size: 100%;
  }
  nav .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  nav .Whead-search .search-input .input-box {
    flex: 1;
  }
  nav .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    font-family: 'Arial';
    font-size: 0.26rem;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.2rem;
    background: url(../images/icon/icon-web-popup-sousuo.png) no-repeat center center;
    background-size: 100%;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 1.2rem;
    left: -102%;
    width: 100%;
    height: calc(100vh - 1.2rem);
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    background: #fff;
    border-bottom: solid 1px #00a4e8;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: auto;
    height: 0.7rem;
    padding-left: 0;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
    border-radius: 50%;
    border: solid 2px #d2d2d2;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.2rem;
    height: 100%;
    margin-right: 0.2rem;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.15rem;
    font-size: 0.28rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(../images/icon/icon-lang-arrow-active.png) no-repeat center center;
    background-size: 8px 5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list {
    position: absolute;
    top: 0.97rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.05rem 0.2rem;
    overflow: hidden;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    margin: 0.15rem 0;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link:hover {
    color: #00a4e8;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-arrow {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #00a4e8;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 {
    width: 0.4rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .box-lang {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.55rem;
    color: #1c1d21;
    border-radius: 50%;
    border: solid 1px #1c1d21;
  }
  nav .Whead-sidebar .sidebar-nav {
    width: 100%;
    height: 100%;
    padding: 0 0.15rem;
    overflow-y: overlay;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar {
    width: 4px;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e3e3e3;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.25rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
    width: 3px;
    height: 13px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 23px;
    width: 13px;
    height: 3px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
    flex: 1;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.32rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon {
    position: relative;
    width: 16px;
    height: 16px;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::before {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::after {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active {
    border-bottom: solid 1px transparent;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #00a4e8;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #00a4e8;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::after {
    background: #00a4e8;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.15rem 0.25rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.3rem;
    color: #666;
  }
  nav .Whead-sidebar .sidebar-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1rem;
    border-top: solid 1px #00a4e8;
  }
  nav .Whead-sidebar .sidebar-bottom a {
    width: 50%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
  }
  nav .Whead-sidebar-on {
    left: 0%;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1.2rem !important;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 4rem;
    background: #fff;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: 100%;
    height: auto;
    background: #fff;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-pic2 {
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-pic2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition: all 1.4s 0.5s;
    -o-transition: all 1.4s 0.5s;
    -moz-transition: all 1.4s 0.5s;
    -webkit-transition: all 1.4s 0.5s;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 6rem;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs36);
    color: #00a4e8;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subTitle {
    margin-top: 0.1rem;
    font-size: 0.48rem;
    font-weight: bold;
    line-height: 0.6rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs30);
    color: #fff;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-button {
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.9rem;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-pagination {
    bottom: auto;
    top: 6.6rem;
  }
  header .head-banner .swiper-slide-active .box-cent .cent-title,
  header .head-banner .swiper-slide-active .box-cent2 .cent-title,
  header .head-banner .swiper-slide-active .box-cent3 .cent-title,
  header .head-banner .swiper-slide-active .box-cent .cent-text,
  header .head-banner .swiper-slide-active .box-cent2 .cent-text,
  header .head-banner .swiper-slide-active .box-cent3 .cent-text,
  header .head-banner .swiper-slide-active .box-cent .cent-button,
  header .head-banner .swiper-slide-active .box-cent2 .cent-button,
  header .head-banner .swiper-slide-active .box-cent3 .cent-button {
    opacity: 1 !important;
    transform: translatey(0) !important;
    -o-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -webkit-transform: translatey(0) !important;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 4rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-English {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: var(--fs30);
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    display: none;
  }
  header .head-form {
    display: none;
  }
  footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.95rem 0.3rem 0.5rem !important;
    background: url(../images/foot-bg.jpg) no-repeat top left;
    background-size: cover;
    overflow: hidden;
  }
  footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #015eea, #00c0fa);
  }
  footer .foot-main {
    display: flex;
    justify-content: space-between;
  }
  footer .foot-main .main-nav {
    display: none;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: auto;
  }
  footer .foot-main .main-nav .nav-item {
    width: 1.9rem;
    height: auto;
    padding-right: 0.15rem;
  }
  footer .foot-main .main-nav .nav-item:last-of-type {
    width: auto;
    padding-right: 0;
  }
  footer .foot-main .main-nav .nav-item .item-title {
    display: block;
    font-size: var(--fs18);
    font-weight: bold;
    color: #264592;
  }
  footer .foot-main .main-nav .nav-item .item-title:hover {
    color: #00a4e8;
  }
  footer .foot-main .main-nav .nav-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  footer .foot-main .main-nav .nav-item .item-cent a {
    display: block;
    width: 100%;
    margin-bottom: 0.1rem;
    font-size: var(--fs16);
    line-height: 0.22rem;
    color: #989898;
  }
  footer .foot-main .main-nav .nav-item .item-cent a span {
    position: relative;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
  }
  footer .foot-main .main-nav .nav-item .item-cent a span::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background: #00a4e8;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
  }
  footer .foot-main .main-nav .nav-item .item-cent a:hover {
    color: #00a4e8;
  }
  footer .foot-main .main-nav .nav-item .item-cent a:hover span {
    letter-spacing: 2px;
  }
  footer .foot-main .main-nav .nav-item .item-cent a:hover span::after {
    left: 0;
    width: 100%;
  }
  footer .foot-main .main-cent {
    width: 100%;
  }
  footer .foot-main .main-cent .cent-title {
    font-size: var(--fs30);
    text-align: left;
    color: #333;
  }
  footer .foot-main .main-cent .cent-tel {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs42);
    text-align: left;
  }
  footer .foot-main .main-cent .cent-tel span {
    background: linear-gradient(90deg, #015eea, #00c0fa);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  footer .foot-main .main-cent .cent-Emali {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    text-align: left;
    color: #999;
  }
  footer .foot-main .main-cent .cent-ewm {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  footer .foot-main .main-cent .cent-ewm .ewm-pic {
    width: 100%;
    text-align: left;
  }
  footer .foot-main .main-cent .cent-ewm .ewm-pic img {
    width: 2rem;
    box-shadow: 0px 0px 30px 0px rgba(0, 24, 49, 0.1);
  }
  footer .foot-main .main-cent .cent-ewm .ewm-title {
    padding-right: 0;
    padding-left: 0.3rem;
    margin-top: 0.1rem;
    font-size: var(--fs28);
    text-align: left;
    color: #999;
  }
  footer .foot-main .main-cent .cent-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  footer .foot-main .main-cent .cent-share .share-item {
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
    margin-left: 0;
    margin-right: 0.14rem;
    border-radius: 50%;
    background: #f1f1f1;
  }
  footer .foot-main .main-cent .cent-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.3rem;
    margin: -0.12rem 0 0 -0.15rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-cent .cent-share .share-item .img2 {
    opacity: 0;
  }
  footer .foot-main .main-cent .cent-share .share-item:hover {
    background: #08c33d;
  }
  footer .foot-main .main-cent .cent-share .share-item:hover .img1 {
    opacity: 0;
  }
  footer .foot-main .main-cent .cent-share .share-item:hover .img2 {
    opacity: 1;
  }
  footer .foot-bottom {
    display: block;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-top: 0.35rem;
  }
  footer .foot-bottom .bottom-link {
    position: relative;
    width: 4.5rem;
  }
  footer .foot-bottom .bottom-link .link-box {
    position: relative;
    width: 100%;
    text-align: left;
  }
  footer .foot-bottom .bottom-link .link-box .box-name {
    position: relative;
    z-index: 10;
    cursor: pointer;
    color: #7f7f7f;
    height: 46px;
    font-size: var(--fs26);
    line-height: 40px;
    border-radius: 5px;
    border: solid 1px #e2e2e2;
    padding: 0 40px 0 15px;
    background-image: url(../images/icon/icon-arrow4.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
  }
  footer .foot-bottom .bottom-link .link-box .box-list {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 45px;
    z-index: 6;
    max-height: 264px;
    overflow-y: auto;
    display: none;
    background-color: #f7f7f7;
    border-bottom: none;
  }
  footer .foot-bottom .bottom-link .link-box .box-list a {
    display: block;
    color: #666;
    line-height: 43px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 26px;
  }
  footer .foot-bottom .bottom-link .link-box .box-list a:hover {
    color: #fff;
    background: #00a4e8;
  }
  footer .foot-bottom .bottom-cent {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  footer .foot-bottom .bottom-cent .cent-link {
    font-size: var(--fs28);
    color: #666666;
  }
  footer .foot-bottom .bottom-cent .cent-link a:hover {
    color: #00a4e8;
  }
  footer .foot-bottom .bottom-cent .cent-link span {
    margin: 0 0.16rem;
  }
  footer .foot-bottom .bottom-cent .cent-zizhi {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    color: rgba(51, 51, 51, 0.5);
  }
  footer .foot-bottom .bottom-cent .cent-zizhi a {
    color: rgba(51, 51, 51, 0.5);
  }
  footer .foot-bottom .bottom-cent .cent-zizhi a:hover {
    color: #00a4e8;
  }
  .container {
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem 0;
    background: #f5f6f8;
  }
  .container .cont-plate1 .plate1-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .container .cont-plate1 .plate1-top .top-cent {
    width: auto;
    padding-bottom: 0.5rem;
  }
  .container .cont-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0 0 1rem;
    background: none;
    background-size: 50%;
  }
  .container .cont-plate1 .plate1-main .main-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    padding-bottom: 0.01rem;
    background: none;
  }
  .container .cont-plate1 .plate1-main .main-list .list-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    position: relative;
    width: auto;
    height: 0.6rem;
    margin-bottom: 0.3rem;
    margin-right: 0.1rem;
    padding: 0 0.18rem;
    border: solid 1px #e5e5e5;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-main .main-list .list-item span {
    font-size: var(--fs30);
    color: #333;
  }
  .container .cont-plate1 .plate1-main .main-list .list-item em {
    display: none;
    position: absolute;
    top: 50%;
    left: -0.09rem;
    width: 0.18rem;
    height: 0.18rem;
    margin-top: -0.09rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-main .main-list .list-item em::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.08rem;
    height: 0.08rem;
    margin: -0.04rem 0 0 -0.04rem;
    border-radius: 50%;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-main .main-list .list-item:hover {
    background: none;
  }
  .container .cont-plate1 .plate1-main .main-list .list-item:hover span {
    font-weight: bold;
    color: #00a4e8;
  }
  .container .cont-plate1 .plate1-main .main-list .list-item:hover em {
    background: #fff;
  }
  .container .cont-plate1 .plate1-main .main-list .list-item:hover em::after {
    background: #00a4e8;
  }
  .container .cont-plate1 .plate1-main .main-list .list-item-on {
    background: none;
    border: solid 1px #00a4e8;
  }
  .container .cont-plate1 .plate1-main .main-list .list-item-on span {
    font-weight: bold;
    color: #00a4e8;
  }
  .container .cont-plate1 .plate1-main .main-list .list-item-on em {
    background: #fff;
  }
  .container .cont-plate1 .plate1-main .main-list .list-item-on em::after {
    background: #00a4e8;
  }
  .container .cont-plate1 .plate1-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box {
    position: absolute;
    top: 0;
    left: 1.2rem;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide {
    width: 100%;
    height: 7.5rem;
    margin-right: 0.4rem;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0.9rem 0.5rem 0;
    background: #fff;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #015eea, #00c0fa);
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-pic {
    width: 3.84rem;
    height: 3.52rem;
    margin: 0 auto;
    overflow: hidden;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    padding-top: 0.55rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs40);
    font-weight: bold;
    text-align: center;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    line-height: 0.48rem;
    text-align: center;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent .cent-button {
    width: 0.19rem;
    height: 0.14rem;
    margin: 0.35rem auto 0;
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box:hover {
    box-shadow: 2px 5px 38px 0px rgba(9, 42, 115, 0.1);
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box:hover .box-cent {
    padding-top: 0.2rem;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box:hover .box-cent .cent-button {
    opacity: 1;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-button {
    display: flex;
    justify-content: space-between;
    position: static;
    top: auto;
    right: auto;
    width: 2rem;
    margin: 0.5rem auto 0;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-prev,
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-next {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    outline: none;
    box-shadow: 0px 0px 30px 0px rgba(38, 69, 146, 0.1);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-prev img,
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.24rem;
    margin: -0.12rem 0 0 -0.12rem;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-prev .img2,
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-prev:hover,
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-next:hover {
    background: linear-gradient(45deg, #015eea, #00c0fa);
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-prev:hover .img1,
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-prev:hover .img2,
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-button .plate1-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box-on {
    position: relative;
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .container .cont-plate2 {
    width: 100%;
    height: auto;
    padding-top: 0.75rem;
  }
  .container .cont-plate2 .page-title,
  .container .cont-plate2 .page-English {
    text-align: center;
  }
  .container .cont-plate2 .plate2-swiper {
    width: 100%;
    margin-top: 0.55rem;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide {
    width: 100%;
    height: 6rem;
    margin-right: 0;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 0;
    left: -20%;
    width: 100%;
    height: 100%;
    padding: 1.5rem 0.3rem 0.5rem;
    background: linear-gradient(90deg, rgba(0, 126, 255, 0.8), transparent);
    opacity: 0;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #fff;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs30);
    font-weight: 100;
    color: #fff;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .page-button {
    margin-top: 0.45rem;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide-active .slide-box .box-cent {
    left: 0;
    opacity: 1;
  }
  .container .cont-plate2 .plate2-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 0.65rem;
    margin-top: 0.6rem;
  }
  .container .cont-plate2 .plate2-bottom .bottom-button {
    display: flex;
    justify-content: space-between;
    width: 2rem;
    height: auto;
    margin-right: 0.25rem;
  }
  .container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-prev,
  .container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-next {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    border: solid 1px #00a4e8;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-prev img,
  .container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 10px;
    margin: -5px 0 0 -3px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-prev .img2,
  .container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-prev:hover,
  .container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-next:hover {
    background: linear-gradient(45deg, #015eea, #00c0fa);
  }
  .container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-prev:hover .img1,
  .container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-prev:hover .img2,
  .container .cont-plate2 .plate2-bottom .bottom-button .plate2-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .cont-plate2 .plate2-bottom .bottom-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
  }
  .container .cont-plate2 .plate2-bottom .bottom-right .right-num1 {
    font-size: var(--fs26);
    color: #00a4e8;
  }
  .container .cont-plate2 .plate2-bottom .bottom-right .right-num2 {
    font-size: var(--fs26);
    color: #264592;
  }
  .container .cont-plate2 .plate2-bottom .bottom-right .swiper-pagination {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: 2.1rem;
    height: 1px;
    margin: 0 0.1rem;
    background: #e0e0e0;
  }
  .container .cont-plate2 .plate2-bottom .bottom-right .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #00a4e8;
  }
  .container .cont-plate3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.45rem 0.3rem 1.2rem;
  }
  .container .cont-plate3 .plate3-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #1956e0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-item .item-pic {
    width: 100%;
    height: 5.5rem;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.8rem 0.3rem 0;
    z-index: 9;
  }
  .container .cont-plate3 .plate3-item .item-cent .cent-icon {
    width: 0.45rem;
    height: 0.5rem;
    margin: 0 auto;
  }
  .container .cont-plate3 .plate3-item .item-cent .cent-icon img {
    width: 100%;
  }
  .container .cont-plate3 .plate3-item .item-cent .cent-title {
    margin-top: 0.2rem;
    font-size: var(--fs48);
    text-align: center;
    color: #fff;
  }
  .container .cont-plate3 .plate3-item .item-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #fff;
  }
  .container .cont-plate3 .plate3-item .item-cent .cent-button {
    position: relative;
    width: 2.6rem;
    height: 0.8rem;
    margin: 0.3rem auto 0;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    text-align: center;
    line-height: 0.8rem;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(90deg, #015eea, #00c0fa);
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-item .item-cent .cent-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #fff;
    border-radius: 0.45rem;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-item .item-cent .cent-button:hover {
    color: #1956e0;
    background: #fff !important;
  }
  .container .cont-plate3 .plate3-item:hover::after {
    left: 0;
  }
  .container .cont-plate3 .plate3-item:hover .item-cent .cent-button {
    background: none;
  }
  .container .cont-plate3 .plate3-item:hover .item-cent .cent-button::after {
    opacity: 1;
  }
  .container .cont-plate4 {
    width: 100%;
    height: auto;
    padding: 1.6rem 0.3rem 1.4rem;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  .container .cont-plate4 .plate4-main .page-title {
    text-align: center;
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .cent-text {
    width: 100%;
    margin: 0.4rem auto 0;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate4 .plate4-main .main-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .container .cont-plate4 .plate4-main .main-data .data-item {
    width: 2.8rem;
    height: auto;
    margin-top: 0.35rem;
  }
  .container .cont-plate4 .plate4-main .main-data .data-item .item-num {
    font-size: var(--fs32);
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .main-data .data-item .item-num span {
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: 0.8rem;
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .main-data .data-item .item-num em {
    position: relative;
  }
  .container .cont-plate4 .plate4-main .main-data .data-item .item-num em::after {
    content: '㎡';
    position: absolute;
    top: -0.4rem;
    left: 0;
    font-size: var(--fs30);
    font-weight: 100;
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .main-data .data-item .item-num i {
    position: relative;
  }
  .container .cont-plate4 .plate4-main .main-data .data-item .item-num i::after {
    content: '+';
    position: absolute;
    top: -0.4rem;
    left: 0;
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: var(--fs48);
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .main-data .data-item .item-text {
    font-size: var(--fs28);
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .main-data .data-item:first-of-type {
    width: 3.3rem;
  }
  .container .cont-plate4 .plate4-main .main-data .data-item:last-of-type {
    width: auto;
  }
  .container .cont-plate4 .plate4-main .page-button {
    margin: 1rem auto 0;
  }
  .container .cont-plate5 {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.2rem;
    background: url(../images/plate5-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .container .cont-plate5 .plate5-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .container .cont-plate5 .plate5-main .main-top .top-cent {
    width: auto;
  }
  .container .cont-plate5 .plate5-main .main-top .page-button {
    background: linear-gradient(90deg, #015eea, #00c0fa);
  }
  .container .cont-plate5 .plate5-main .main-top .page-button:hover {
    border: solid 2px #00a4e8;
    background: none !important;
  }
  .container .cont-plate5 .plate5-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .container .cont-plate5 .plate5-main .main-cont .cont-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .container .cont-plate5 .plate5-main .main-cont .cont-box .box-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.25rem;
    background: #fff;
  }
  .container .cont-plate5 .plate5-main .main-cont .cont-box .box-item .item-pic {
    width: 100%;
    height: 4.2rem;
    overflow: hidden;
  }
  .container .cont-plate5 .plate5-main .main-cont .cont-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-main .main-cont .cont-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.45rem 0.4rem 0.3rem;
  }
  .container .cont-plate5 .plate5-main .main-cont .cont-box .box-item .item-cent .cent-title {
    font-size: var(--fs36);
    line-height: 0.52rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-main .main-cont .cont-box .box-item .item-cent .cent-time {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs30);
    color: #d6d6d6;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-main .main-cont .cont-box .box-item .item-cent .cent-button {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.2rem;
    border-radius: 50%;
    border: solid 1px #e5e5e5;
    background: url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 0.25rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-main .main-cont .cont-box .box-item:hover {
    background: #264592;
  }
  .container .cont-plate5 .plate5-main .main-cont .cont-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate5 .plate5-main .main-cont .cont-box .box-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .container .cont-plate5 .plate5-main .main-cont .cont-box .box-item:hover .item-cent .cent-time {
    color: rgba(255, 255, 255, 0.2);
  }
  .container .cont-plate5 .plate5-main .main-cont .cont-box .box-item:hover .item-cent .cent-button {
    border: solid 1px #fff;
    background-color: #fff;
  }
  .container .cont-plate5 .plate5-main .main-cont .cont-lump {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .container .cont-plate5 .plate5-main .main-cont .cont-lump .lump-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    padding: 0.5rem 0.3rem 0.3rem;
    background: #fff;
  }
  .container .cont-plate5 .plate5-main .main-cont .cont-lump .lump-item .item-title {
    font-size: var(--fs36);
    font-weight: bold;
    line-height: 0.56rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-main .main-cont .cont-lump .lump-item .item-time {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs30);
    color: #d6d6d6;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-main .main-cont .cont-lump .lump-item .cent-button {
    position: relative;
    left: calc(100% - 0.8rem);
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    border: solid 1px #e5e5e5;
    background: url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 0.25rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-main .main-cont .cont-lump .lump-item:hover {
    background: #264592;
  }
  .container .cont-plate5 .plate5-main .main-cont .cont-lump .lump-item:hover .item-title {
    color: #fff;
  }
  .container .cont-plate5 .plate5-main .main-cont .cont-lump .lump-item:hover .item-time {
    color: rgba(255, 255, 255, 0.2);
  }
  .container .cont-plate5 .plate5-main .main-cont .cont-lump .lump-item:hover .cent-button {
    border: solid 1px #fff;
    background-color: #fff;
  }
  .about {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .about .page-crumb {
    padding: 0 0.3rem;
  }
  .about .about-plate1 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 1rem;
    background: url(../images/about-bg.jpg) no-repeat bottom left;
    background-size: auto 8rem;
  }
  .about .about-plate1 .plate1-main {
    display: block;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto;
  }
  .about .about-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0 0 1rem;
    background: #fff;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-title {
    margin-top: 0.65rem;
    font-size: var(--fs40);
    font-weight: bold;
    color: #264592;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-English {
    margin-top: 0.25rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs36);
    text-transform: uppercase;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-English span {
    background: linear-gradient(90deg, #015eea, #00c0fa);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .about .about-plate1 .plate1-main .main-pic {
    position: static;
    top: 0.6rem;
    right: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate1 .plate1-main .main-pic img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate1 .plate1-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about .about-plate1 .plate1-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0.7rem;
  }
  .about .about-plate1 .plate1-bottom .bottom-cent {
    width: 100%;
  }
  .about .about-plate1 .plate1-bottom .bottom-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #264592;
  }
  .about .about-plate1 .plate1-bottom .bottom-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs30);
    color: #333;
  }
  .about .about-plate1 .plate1-bottom .bottom-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .about .about-plate1 .plate1-bottom .bottom-data .data-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .about .about-plate1 .plate1-bottom .bottom-data .data-item:first-of-type {
    width: 48%;
  }
  .about .about-plate1 .plate1-bottom .bottom-data .data-item:last-of-type {
    margin-right: 0;
  }
  .about .about-plate1 .plate1-bottom .bottom-data .data-item .item-num {
    font-size: var(--fs26);
  }
  .about .about-plate1 .plate1-bottom .bottom-data .data-item .item-num span {
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: 0.66rem;
    color: #1956e0;
  }
  .about .about-plate1 .plate1-bottom .bottom-data .data-item .item-num em {
    position: relative;
  }
  .about .about-plate1 .plate1-bottom .bottom-data .data-item .item-num em::after {
    content: '㎡';
    position: absolute;
    top: -0.3rem;
    left: 0;
    font-size: var(--fs30);
    color: #666;
  }
  .about .about-plate1 .plate1-bottom .bottom-data .data-item .item-num i {
    position: relative;
  }
  .about .about-plate1 .plate1-bottom .bottom-data .data-item .item-num i::after {
    content: '+';
    position: absolute;
    top: -0.4rem;
    left: 0;
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: var(--fs36);
    color: #1956e0;
  }
  .about .about-plate1 .plate1-bottom .bottom-data .data-item .item-num b {
    font-size: var(--fs36);
    font-weight: 400;
    color: #1956e0;
  }
  .about .about-plate1 .plate1-bottom .bottom-data .data-item .item-text {
    font-size: var(--fs28);
    color: #666;
  }
  .about .about-plate2 {
    padding: 1rem 0.3rem 1.35rem;
  }
  .about .about-plate2 .page-title2,
  .about .about-plate2 .page-English2 {
    text-align: center;
  }
  .about .about-plate2 .page-heng {
    margin: 0.15rem auto 0;
  }
  .about .about-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
  }
  .about .about-plate2 .plate2-main .main-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate2 .plate2-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate2 .plate2-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about .about-plate2 .plate2-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 0.6rem;
    background: #f2f4f8;
  }
  .about .about-plate2 .plate2-main .main-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #264592;
  }
  .about .about-plate2 .plate2-main .main-cent .cent-text {
    margin-top: 0.35rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .about .about-plate3 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.9rem;
    background: #f2f4f8;
  }
  .about .about-plate3 .plate3-main .page-title2,
  .about .about-plate3 .plate3-main .page-English2 {
    text-align: center;
  }
  .about .about-plate3 .plate3-main .page-heng {
    margin: 0.15rem auto 0;
  }
  .about .about-plate3 .plate3-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1.1rem;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item {
    width: 48%;
    height: auto;
    margin-bottom: 0.3rem;
    margin-right: 0;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item:last-of-type {
    margin-right: 0;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item .item-num {
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: 1rem;
    color: #fff;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item .item-icon {
    width: 0.9rem;
    height: auto;
    margin-top: -0.4rem;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item .item-icon img {
    width: 100%;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-item .item-text {
    margin-top: 0.4rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    color: #333;
  }
  .about .about-plate4 {
    padding: 1.3rem 0.3rem 1.15rem;
  }
  .about .about-plate4 .page-title2,
  .about .about-plate4 .page-English2 {
    text-align: center;
  }
  .about .about-plate4 .page-heng {
    margin: 0.15rem auto 0;
  }
  .about .about-plate4 .plate4-main {
    position: relative;
    width: 100%;
    margin-top: 1.2rem;
  }
  .about .about-plate4 .plate4-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate4 .plate4-main .main-swiper::after {
    content: '';
    position: absolute;
    top: 7.5rem;
    left: 0;
    width: 100%;
    height: 1.11rem;
    background: url(../images/about-bg3.png) no-repeat bottom left;
    background-size: 100%;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    padding: 0.55rem 0.55rem 0;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 7.5rem;
    box-shadow: 0 0 18px 0 rgba(204, 204, 204, 0.35);
    background: #fff;
    overflow: hidden;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.85rem;
    font-size: var(--fs28);
    text-align: center;
    color: #444;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .box-title {
    color: #1956e0;
  }
  .about .about-plate4 .plate4-main .plate4-swiper-button-prev,
  .about .about-plate4 .plate4-main .plate4-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    text-align: center;
    line-height: 0.8rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 2px 9px 46px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-main .plate4-swiper-button-prev img,
  .about .about-plate4 .plate4-main .plate4-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    margin: -6px 0 0 -6px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate4 .plate4-main .plate4-swiper-button-prev .img2,
  .about .about-plate4 .plate4-main .plate4-swiper-button-next .img2 {
    opacity: 0;
  }
  .about .about-plate4 .plate4-main .plate4-swiper-button-prev:hover,
  .about .about-plate4 .plate4-main .plate4-swiper-button-next:hover {
    background: linear-gradient(90deg, #0d83ff, #31def2);
  }
  .about .about-plate4 .plate4-main .plate4-swiper-button-prev:hover .img1,
  .about .about-plate4 .plate4-main .plate4-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about .about-plate4 .plate4-main .plate4-swiper-button-prev:hover .img2,
  .about .about-plate4 .plate4-main .plate4-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about .about-plate4 .plate4-main .plate4-swiper-button-prev {
    left: 0rem;
  }
  .about .about-plate4 .plate4-main .plate4-swiper-button-next {
    right: 0rem;
  }
  .about .about-plate5 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 1.6rem;
    background: url(../images/about-bg2.jpg) no-repeat top left;
    background-size: cover;
  }
  .about .about-plate5 .page-title2,
  .about .about-plate5 .page-English2 {
    text-align: center;
  }
  .about .about-plate5 .page-heng {
    margin: 0.15rem auto 0;
  }
  .about .about-plate5 .plate5-main {
    position: relative;
    margin-top: 0.8rem;
    padding-bottom: 1rem;
  }
  .about .about-plate5 .plate5-main .main-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate5 .plate5-main .main-swiper .swiper-slide {
    width: 100%;
    height: 6.8rem;
    margin-right: 0.1rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate5 .plate5-main .main-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.28rem 0;
    background: #264592;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0.28rem 0.3rem;
  }
  .about .about-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: 0.6rem;
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent .cent-heng {
    width: 0.25rem;
    height: 3px;
    margin-top: 0.1rem;
    background: #fff;
  }
  .about .about-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
    display: block;
    margin-top: 0.25rem;
    font-size: var(--fs28);
    color: #fff;
  }
  .about .about-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text span {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs30);
  }
  .about .about-plate5 .plate5-main .main-swiper .swiper-slide:hover {
    width: 100%;
  }
  .about .about-plate5 .plate5-main .main-swiper .swiper-slide:hover .slide-box {
    background: #264592;
  }
  .about .about-plate5 .plate5-main .main-swiper .swiper-slide:hover .slide-box .box-title {
    color: #fff;
  }
  .about .about-plate5 .plate5-main .main-swiper .swiper-slide:hover .slide-box .box-cent .cent-title {
    color: #fff;
  }
  .about .about-plate5 .plate5-main .main-swiper .swiper-slide:hover .slide-box .box-cent .cent-heng {
    background: #fff;
  }
  .about .about-plate5 .plate5-main .main-swiper .swiper-slide:hover .slide-box .box-cent .cent-text {
    display: block;
  }
  .about .about-plate5 .plate5-main .plate5-swiper-button-prev,
  .about .about-plate5 .plate5-main .plate5-swiper-button-next {
    position: absolute;
    top: 95%;
    width: 1rem;
    height: 1rem;
    margin-top: -0.4rem;
    text-align: center;
    line-height: 1rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 2px 9px 46px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate5 .plate5-main .plate5-swiper-button-prev img,
  .about .about-plate5 .plate5-main .plate5-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    margin: -6px 0 0 -6px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate5 .plate5-main .plate5-swiper-button-prev .img2,
  .about .about-plate5 .plate5-main .plate5-swiper-button-next .img2 {
    opacity: 0;
  }
  .about .about-plate5 .plate5-main .plate5-swiper-button-prev:hover,
  .about .about-plate5 .plate5-main .plate5-swiper-button-next:hover {
    background: linear-gradient(90deg, #015eea, #00c0fa);
  }
  .about .about-plate5 .plate5-main .plate5-swiper-button-prev:hover .img1,
  .about .about-plate5 .plate5-main .plate5-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about .about-plate5 .plate5-main .plate5-swiper-button-prev:hover .img2,
  .about .about-plate5 .plate5-main .plate5-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about .about-plate5 .plate5-main .plate5-swiper-button-prev {
    left: 32%;
  }
  .about .about-plate5 .plate5-main .plate5-swiper-button-next {
    right: 32%;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.3rem 1.55rem;
  }
  .news .news-top {
    position: relative;
    margin-top: 0.25rem;
  }
  .news .news-top .top-cent {
    width: auto;
  }
  .news .news-top .top-list {
    display: flex;
    justify-content: center;
    position: static;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin-top: 0.35rem;
    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .news .news-top .top-list .list-item {
    position: relative;
    width: auto;
    margin: 0 0.25rem;
    padding-bottom: 0.12rem;
    font-size: var(--fs30);
    color: #333;
  }
  .news .news-top .top-list .list-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #1956e0;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-top .top-list .list-item:hover {
    color: #1956e0;
  }
  .news .news-top .top-list .list-item:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .news .news-top .top-list .list-item-on {
    font-weight: bold;
    color: #1956e0;
  }
  .news .news-top .top-list .list-item-on::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .news .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.55rem;
  }
  .news .main-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .main-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .main-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem;
    background: #f6f6f6;
  }
  .news .main-box .box-cent .cent-title {
    font-size: var(--fs42);
    line-height: 0.6rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .main-box .box-cent .cent-time {
    margin-top: 0.2rem;
    font-size: var(--fs32);
  }
  .news .main-box .box-cent .cent-time em {
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: var(--fs30);
    color: #c9c9c9;
  }
  .news .main-box .box-cent .cent-time span {
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: 0.6rem;
    color: #1956e0;
  }
  .news .main-box .box-cent .cent-time i {
    display: inline-block;
    width: 1px;
    height: 0.46rem;
    margin: 0 0.15rem;
    background: #999;
    transform: rotate(30deg) translateY(0.1rem);
  }
  .news .main-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news .main-box .box-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.35rem;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #015eea, #00c0fa);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .main-box .box-cent .cent-button span {
    margin-right: 0.2rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .main-box .box-cent .cent-button em {
    width: 0.26rem;
    height: 0.22rem;
    background: url(../images/icon/icon-arrow7.png) no-repeat center center;
    background-size: 100%;
  }
  .news .main-box .box-cent .cent-button:hover {
    background: linear-gradient(-90deg, #0d83ff, #31def2);
  }
  .news .main-box .box-cent .cent-button:hover span {
    margin-right: 0.1rem;
  }
  .news .main-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .main-box:hover .box-cent .cent-title {
    color: #1956e0;
  }
  .news .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0.68rem auto 1rem;
  }
  .news .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.5rem;
    background: #f6f6f6;
  }
  .news .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .news .main-cont .cont-item .item-pic {
    position: relative;
    width: 100%;
    height: 4.2rem;
    overflow: hidden;
  }
  .news .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.35rem 0.4rem;
  }
  .news .main-cont .cont-item .item-cent .cent-time {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs30);
    color: #d6d6d6;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .main-cont .cont-item .item-cent .cent-title {
    height: 1.12rem;
    font-size: var(--fs34);
    line-height: 0.56rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .main-cont .cont-item .item-cent .cent-button {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.2rem;
    border-radius: 50%;
    background: #fff url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 0.25rem;
    border: solid 1px #e4e4e4;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .main-cont .cont-item:hover {
    background: #264592;
  }
  .news .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .main-cont .cont-item:hover .item-cent .cent-time,
  .news .main-cont .cont-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .news .main-cont .cont-item:hover .item-cent .cent-button {
    border: solid 1px #fff;
  }
  .newsDetail {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
    overflow: visible;
  }
  .newsDetail .page-crumb {
    margin-top: 0.4rem;
    padding: 0 0.3rem;
  }
  .newsDetail .newsDetails-top {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 0.65rem;
  }
  .newsDetail .newsDetails-top .top-main .main-title {
    font-size: var(--fs40);
    font-weight: bold;
    line-height: 0.65rem;
    text-align: center;
    color: #333;
  }
  .newsDetail .newsDetails-top .top-main .main-time {
    margin-top: 0.32rem;
    font-size: var(--fs30);
    text-align: center;
    color: #ccc;
  }
  .newsDetail .newsDetails-top .top-main .main-time img {
    width: 16px;
    margin: -0.04rem 0.06rem 0 0;
  }
  .newsDetail .newsDetails-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
  }
  .newsDetail .newsDetails-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: solid 1px #f0f0f0;
    padding-left: 0;
  }
  .newsDetail .newsDetails-main .main-box .box-share {
    display: none;
    position: sticky;
    top: 1.08rem;
    width: 1.5rem;
    height: 100%;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list {
    width: 1.5rem;
    height: auto;
    background: #fafafa;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list .share-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.7rem;
    padding-left: 0.28rem;
    font-size: 16px;
    color: #666;
    border-bottom: solid 1px #ebebeb;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list .share-item img {
    width: 30px;
    margin-right: 0.15rem;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list .share-bototm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.7rem;
    padding-left: 0.28rem;
    font-size: 14px;
    color: #fff;
    background: #0d83ff;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list .share-bototm img {
    width: 17px;
    margin-left: 0.12rem;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list-active {
    position: fixed;
    top: 100px;
  }
  .newsDetail .newsDetails-main .main-box .box-cent {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 1rem;
    background: #fff;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .cent-box {
    width: 100%;
    height: auto;
    font-size: var(--fs28);
    line-height: 0.46rem;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .cent-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title {
    position: relative;
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.1rem;
    display: block;
    padding: 0 0.3rem;
    font-size: var(--fs28);
    line-height: 0.76rem;
    color: #333;
    background: #f7f7f7;
    border: solid 1px #f7f7f7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #1956e0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title a {
    margin-left: 0.15rem;
    color: #333;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover {
    background: #fff;
    border: solid 1px #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover::after {
    width: 100%;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover a {
    color: #1956e0;
  }
  .newsDetail .newsDetails-main .main-box .box-list {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 1rem;
    background: #f6f6f6;
  }
  .newsDetail .newsDetails-main .main-box .box-list::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #015eea, #00c0fa);
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-title {
    margin-bottom: 0.25rem;
    font-size: var(--fs30);
    font-weight: bold;
    color: #264592;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item .item-title {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item:hover .item-title {
    color: #1956e0;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.5rem;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #0d83ff, #31def2);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button span {
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #fff;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button em {
    width: 0.26rem;
    height: 0.22rem;
    margin-left: 0.2rem;
    background: url(../images/icon/icon-arrow7.png) no-repeat center center;
    background-size: 100%;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button:hover {
    transform: translatey(-6px);
    -o-transform: translatey(-6px);
    -moz-transform: translatey(-6px);
    -webkit-transform: translatey(-6px);
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button:hover::before {
    opacity: 0.4;
    transform: translatey(6px);
    -o-transform: translatey(6px);
    -moz-transform: translatey(6px);
    -webkit-transform: translatey(6px);
  }
  .product {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    padding: 0 0.3rem 2rem;
  }
  .product .product-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0.65rem;
  }
  .product .product-main .main-list {
    width: 100%;
    height: auto;
  }
  .product .product-main .main-list .list-cont {
    position: static;
    top: 0;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    border: solid 1px #dedede;
  }
  .product .product-main .main-list .list-cont .cont-lump {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #dedede;
  }
  .product .product-main .main-list .list-cont .cont-lump:last-of-type {
    border-bottom: none;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1rem;
    padding: 0 0.2rem;
    cursor: pointer;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-top::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 0.35rem;
    font-size: var(--fs40);
    font-weight: bold;
    color: #222;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-top span {
    font-size: var(--fs34);
    font-weight: bold;
    color: #222;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-top:hover {
    background: linear-gradient(90deg, #015eea, #00c0fa);
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-top:hover span {
    color: #fff;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-top:hover::after {
    content: '+';
    color: #fff;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-top-on {
    background: linear-gradient(90deg, #015eea, #00c0fa);
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-top-on span {
    color: #fff;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-top-on::after {
    content: '-' !important;
    font-size: 0.6rem !important;
    color: #fff;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box {
    display: none;
    width: 100%;
    height: auto;
    padding: 0.25rem 0.2rem;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree {
    width: 100%;
    height: auto;
    margin-bottom: 0.15rem;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding-right: 0.2rem;
    cursor: pointer;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top span {
    font-size: var(--fs28);
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top em {
    width: 8px;
    height: 15px;
    background: url(../images/icon/icon-product-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top:hover span {
    color: #1956e0;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top:hover em {
    background: url(../images/icon/icon-product-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top-on span {
    color: #1956e0;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top-on em {
    background: url(../images/icon/icon-product-arrow2.png) no-repeat center center;
    background-size: 100%;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
    padding: 0.15rem 0.25rem;
    border: solid 1px #dedede;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.15rem;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    cursor: pointer;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top span {
    width: 4.5rem;
    font-size: var(--fs26);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top em {
    width: 8px;
    height: 15px;
    margin-left: 0.15rem;
    background: url(../images/icon/icon-product-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top:hover span {
    text-decoration: underline;
    color: #1956e0;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top:hover em {
    background: url(../images/icon/icon-product-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top-on span {
    text-decoration: underline;
    color: #1956e0;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top-on em {
    background: url(../images/icon/icon-product-arrow2.png) no-repeat center center;
    background-size: 100%;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump {
    display: none;
    width: 100%;
    height: auto;
    padding: 0.1rem 0;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump a {
    display: block;
    font-size: var(--fs26);
    line-height: 0.46rem;
    color: #777777;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump a:hover {
    text-decoration: underline;
    color: #1956e0;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump .on {
    text-decoration: underline;
    color: #1956e0;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-title {
    margin-bottom: 0.1rem;
    font-size: var(--fs26);
    color: #666;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent input {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs26);
    color: #666;
    border: solid 1px #dedede;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent input:last-of-type {
    margin-bottom: 0;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.14rem;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input[type="radio"],
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input[type="checkbox"] {
    display: none;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    cursor: pointer;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item:last-of-type {
    margin-bottom: 0;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item span {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 0.12rem;
    border: solid 1px #dedede;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item span::after {
    content: '√';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    font-size: var(--fs26);
    line-height: 0.26rem;
    text-align: center;
    color: #fff;
    background: #1956e0;
    opacity: 0;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input:checked + label .choice-item span {
    border: solid 1px #1956e0;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input:checked + label .choice-item span::after {
    opacity: 1;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-choice {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.14rem;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-choice input[type="radio"],
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-choice input[type="checkbox"] {
    display: none;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    cursor: pointer;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item:last-of-type {
    margin-bottom: 0;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item span {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 0.12rem;
    border: solid 1px #dedede;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item span::after {
    content: '√';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    font-size: var(--fs26);
    line-height: 0.26rem;
    text-align: center;
    color: #fff;
    background: #1956e0;
    opacity: 0;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-choice input:checked + label .choice-item span {
    border: solid 1px #1956e0;
  }
  .product .product-main .main-list .list-cont .cont-lump .lump-box .box-choice input:checked + label .choice-item span::after {
    opacity: 1;
  }
  .product .product-main .main-cont {
    width: 100%;
    height: auto;
    padding-top: 0.8rem;
  }
  .product .product-main .main-cont .cont-top {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.2rem;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
  }
  .product .product-main .main-cont .cont-top .top-title {
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .product .product-main .main-cont .cont-top .top-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    margin: 0.35rem auto 0;
    padding: 0 0.18rem;
    background: #fff;
    border-radius: 0.05rem;
    overflow: hidden;
  }
  .product .product-main .main-cont .cont-top .top-search input {
    width: calc(100% - 0.5rem);
    height: 100%;
    font-size: var(--fs28);
    color: #666;
    background: #fff;
  }
  .product .product-main .main-cont .cont-top .top-search input::placeholder {
    color: #999;
  }
  .product .product-main .main-cont .cont-top .top-search a {
    width: 0.35rem;
    height: 0.35rem;
    background: url(../images/icon/icon-search2.png) no-repeat center center;
    background-size: 100%;
  }
  .product .product-main .main-cont .cont-box {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .product .product-main .main-cont .cont-box .box-lump {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.1rem;
  }
  .product .product-main .main-cont .cont-box .box-lump span {
    margin-right: 0.4rem;
    font-size: var(--fs26);
    color: #666;
  }
  .product .product-main .main-cont .cont-box .box-lump a {
    margin-left: 0.02rem;
    color: #ff0000;
  }
  .product .product-main .main-cont .cont-table {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    overflow: auto;
  }
  .product .product-main .main-cont .cont-table table {
    width: 11.1rem;
  }
  .product .product-main .main-cont .cont-table th {
    padding: 0.15rem 0.15rem;
    font-size: var(--fs28);
    font-weight: bold;
    line-height: 0.46rem;
    text-align: center;
    color: #fff;
    background: #1956e0;
    border: solid 1px #eeeeee;
  }
  .product .product-main .main-cont .cont-table td {
    padding: 0.1rem 0.15rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    border: solid 1px #eeeeee;
  }
  .product .product-main .main-cont .cont-table td .table-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0 0.2rem;
  }
  .product .product-main .main-cont .cont-table td .table-item .item-pic {
    width: 1rem;
    height: auto;
    overflow: hidden;
  }
  .product .product-main .main-cont .cont-table td .table-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-table td .table-item .item-title {
    width: calc(100% - 1rem);
    padding-left: 0.3rem;
    font-size: var(--fs28);
    text-align: left;
    line-height: 0.42rem;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-table td .table-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .product .product-main .main-cont .cont-table td .table-item:hover .item-title {
    color: #1956e0;
    text-decoration: underline;
  }
  .product .product-main .main-cont .cont-tips {
    display: block;
    margin-top: 0.3rem;
    font-size: var(--fs24);
    color: #666;
  }
  .productDetail {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
    padding: 0.45rem 0.3rem 0;
    overflow: visible;
  }
  .productDetail .productDetail-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.65rem;
  }
  .productDetail .productDetail-main .main-list {
    width: 100%;
    height: auto;
  }
  .productDetail .productDetail-main .main-list .list-cont {
    position: static;
    top: 0;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    border: solid 1px #dedede;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #dedede;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump:last-of-type {
    border-bottom: none;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1rem;
    padding: 0 0.2rem;
    cursor: pointer;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-top::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 0.35rem;
    font-size: var(--fs40);
    font-weight: bold;
    color: #222;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-top span {
    font-size: var(--fs34);
    font-weight: bold;
    color: #222;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-top:hover {
    background: linear-gradient(90deg, #015eea, #00c0fa);
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-top:hover span {
    color: #fff;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-top:hover::after {
    content: '+';
    color: #fff;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-top-on {
    background: linear-gradient(90deg, #015eea, #00c0fa);
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-top-on span {
    color: #fff;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-top-on::after {
    content: '-' !important;
    font-size: 0.6rem !important;
    color: #fff;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box {
    display: none;
    width: 100%;
    height: auto;
    padding: 0.25rem 0.2rem;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree {
    width: 100%;
    height: auto;
    margin-bottom: 0.15rem;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding-right: 0.2rem;
    cursor: pointer;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top span {
    font-size: var(--fs28);
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top em {
    width: 8px;
    height: 15px;
    background: url(../images/icon/icon-product-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top:hover span {
    color: #1956e0;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top:hover em {
    background: url(../images/icon/icon-product-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top-on span {
    color: #1956e0;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top-on em {
    background: url(../images/icon/icon-product-arrow2.png) no-repeat center center;
    background-size: 100%;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
    padding: 0.15rem 0.25rem;
    border: solid 1px #dedede;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.15rem;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    cursor: pointer;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top span {
    width: 4.5rem;
    font-size: var(--fs26);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top em {
    width: 8px;
    height: 15px;
    margin-left: 0.15rem;
    background: url(../images/icon/icon-product-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top:hover span {
    text-decoration: underline;
    color: #1956e0;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top:hover em {
    background: url(../images/icon/icon-product-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top-on span {
    text-decoration: underline;
    color: #1956e0;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top-on em {
    background: url(../images/icon/icon-product-arrow2.png) no-repeat center center;
    background-size: 100%;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump {
    display: none;
    width: 100%;
    height: auto;
    padding: 0.1rem 0;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump a {
    display: block;
    font-size: var(--fs26);
    line-height: 0.46rem;
    color: #777777;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump a:hover {
    text-decoration: underline;
    color: #1956e0;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump .on {
    text-decoration: underline;
    color: #1956e0;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-title {
    margin-bottom: 0.1rem;
    font-size: var(--fs26);
    color: #666;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent input {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs26);
    color: #666;
    border: solid 1px #dedede;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent input:last-of-type {
    margin-bottom: 0;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.14rem;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input[type="radio"],
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input[type="checkbox"] {
    display: none;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    cursor: pointer;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item:last-of-type {
    margin-bottom: 0;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item span {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 0.12rem;
    border: solid 1px #dedede;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item span::after {
    content: '√';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    font-size: var(--fs26);
    line-height: 0.26rem;
    text-align: center;
    color: #fff;
    background: #1956e0;
    opacity: 0;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input:checked + label .choice-item span {
    border: solid 1px #1956e0;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input:checked + label .choice-item span::after {
    opacity: 1;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-choice {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.14rem;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-choice input[type="radio"],
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-choice input[type="checkbox"] {
    display: none;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    cursor: pointer;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item:last-of-type {
    margin-bottom: 0;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item span {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 0.12rem;
    border: solid 1px #dedede;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item span::after {
    content: '√';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    font-size: var(--fs26);
    line-height: 0.26rem;
    text-align: center;
    color: #fff;
    background: #1956e0;
    opacity: 0;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-choice input:checked + label .choice-item span {
    border: solid 1px #1956e0;
  }
  .productDetail .productDetail-main .main-list .list-cont .cont-lump .lump-box .box-choice input:checked + label .choice-item span::after {
    opacity: 1;
  }
  .productDetail .productDetail-main .main-cont {
    width: 100%;
    height: auto;
    padding-top: 0.8rem;
    padding-bottom: 2rem;
  }
  .productDetail .productDetail-main .main-cont .cont-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
  .productDetail .productDetail-main .main-cont .cont-top .top-pic {
    width: 100%;
    height: 6.9rem;
    border: solid 1px #dedede;
    overflow: hidden;
  }
  .productDetail .productDetail-main .main-cont .cont-top .top-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-main .main-cont .cont-top .top-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productDetail .productDetail-main .main-cont .cont-top .top-cent {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .productDetail .productDetail-main .main-cont .cont-top .top-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #333;
  }
  .productDetail .productDetail-main .main-cont .cont-top .top-cent .cent-text {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .productDetail .productDetail-main .main-cont .cont-top .top-cent .cent-text span {
    font-size: var(--fs30);
    font-weight: bold;
    color: #264592;
  }
  .productDetail .productDetail-main .main-cont .cont-top .top-cent .cent-button {
    display: block;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.5rem;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #015eea, #00c0fa);
  }
  .productDetail .productDetail-main .main-cont .cont-top .top-cent .cent-button:hover {
    background: linear-gradient(90deg, #00c0fa, #015eea);
  }
  .productDetail .productDetail-main .main-cont .cont-tab {
    display: none;
    justify-content: flex-start;
    position: sticky;
    top: 1.2rem;
    width: 100%;
    height: 0.8rem;
    background: #f5f5f5;
  }
  .productDetail .productDetail-main .main-cont .cont-tab .tab-item {
    width: auto;
    height: 100%;
    padding: 0 0.15rem;
    font-size: var(--fs26);
    text-align: center;
    line-height: 0.8rem;
    color: #666;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-main .main-cont .cont-tab .tab-item:hover {
    color: #fff;
    background: #264592;
  }
  .productDetail .productDetail-main .main-cont .cont-tab .tab-item-on {
    color: #fff;
    background: #264592;
  }
  .productDetail .productDetail-main .main-cont .cont-box {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .productDetail .productDetail-main .main-cont .cont-box .box-cent {
    width: 100%;
    height: auto;
    margin-bottom: 0.55rem;
  }
  .productDetail .productDetail-main .main-cont .cont-box .box-cent .cent-title {
    padding-bottom: 0.25rem;
    font-size: var(--fs42);
    font-weight: bold;
    color: #222;
    border-bottom: solid 2px #1956e0;
  }
  .productDetail .productDetail-main .main-cont .cont-box .box-cent .cent-lump {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    font-size: var(--fs28);
  }
  .productDetail .productDetail-main .main-cont .cont-box .box-cent .cent-lump img {
    max-width: 100% !important;
    width: auto;
    height: auto !important;
  }
  .productDetail .productDetail-main .main-cont .cont-box .box-cent .cent-lump .lump-text {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-left: 0.45rem;
    margin-bottom: 0.15rem;
  }
  .productDetail .productDetail-main .main-cont .cont-box .box-cent .cent-lump .lump-text em {
    width: 0.16rem;
    height: 0.16rem;
    margin-top: 0.1rem;
    border-radius: 50%;
    border: solid 2px #1956e0;
  }
  .productDetail .productDetail-main .main-cont .cont-box .box-cent .cent-lump .lump-text span {
    width: calc(100% - 0.16rem);
    padding-left: 0.18rem;
    color: #222;
  }
  .productDetail .productDetail-main .main-cont .cont-box .box-cent .cent-tips {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding-left: 0.45rem;
  }
  .productDetail .productDetail-main .main-cont .cont-box .box-cent .cent-tips .tips-item {
    width: 1.18rem;
    height: auto;
  }
  .productDetail .productDetail-main .main-cont .cont-box .box-cent .cent-tips .tips-item img {
    width: 100%;
  }
  .productDetail .productDetail-main .main-cont .cont-box .box-cent .cent-msg {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding-left: 0.45rem;
    color: #222;
  }
  .productDetail .productDetail-main .main-cont .cont-button {
    display: block;
    width: 1.7rem;
    height: 0.5rem;
    margin-top: 1.4rem;
    font-size: var(--fs18);
    font-weight: bold;
    text-align: center;
    line-height: 0.48rem;
    color: #264592;
    border: solid 1px #264592;
    border-radius: 0.45rem;
  }
  .productDetail .productDetail-main .main-cont .cont-button:hover {
    color: #fff;
    background: #264592;
  }
  .productList {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    padding: 0 0.3rem 2rem;
    overflow: visible;
  }
  .productList .productList-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
  }
  .productList .productList-main .main-list {
    width: 100%;
    height: auto;
  }
  .productList .productList-main .main-list .list-cont {
    position: static;
    top: 0;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    border: solid 1px #dedede;
  }
  .productList .productList-main .main-list .list-cont .cont-lump {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #dedede;
  }
  .productList .productList-main .main-list .list-cont .cont-lump:last-of-type {
    border-bottom: none;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1rem;
    padding: 0 0.2rem;
    cursor: pointer;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-top::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 0.35rem;
    font-size: var(--fs40);
    font-weight: bold;
    color: #222;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-top span {
    font-size: var(--fs34);
    font-weight: bold;
    color: #222;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-top:hover {
    background: linear-gradient(90deg, #015eea, #00c0fa);
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-top:hover span {
    color: #fff;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-top:hover::after {
    content: '+';
    color: #fff;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-top-on {
    background: linear-gradient(90deg, #015eea, #00c0fa);
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-top-on span {
    color: #fff;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-top-on::after {
    content: '-' !important;
    font-size: 0.6rem !important;
    color: #fff;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box {
    display: none;
    width: 100%;
    height: auto;
    padding: 0.25rem 0.2rem;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree {
    width: 100%;
    height: auto;
    margin-bottom: 0.15rem;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding-right: 0.2rem;
    cursor: pointer;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top span {
    font-size: var(--fs28);
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top em {
    width: 8px;
    height: 15px;
    background: url(../images/icon/icon-product-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top:hover span {
    color: #1956e0;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top:hover em {
    background: url(../images/icon/icon-product-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top-on span {
    color: #1956e0;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top-on em {
    background: url(../images/icon/icon-product-arrow2.png) no-repeat center center;
    background-size: 100%;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
    padding: 0.15rem 0.25rem;
    border: solid 1px #dedede;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.15rem;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    cursor: pointer;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top span {
    width: 4.5rem;
    font-size: var(--fs26);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top em {
    width: 8px;
    height: 15px;
    margin-left: 0.15rem;
    background: url(../images/icon/icon-product-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top:hover span {
    text-decoration: underline;
    color: #1956e0;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top:hover em {
    background: url(../images/icon/icon-product-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top-on span {
    text-decoration: underline;
    color: #1956e0;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top-on em {
    background: url(../images/icon/icon-product-arrow2.png) no-repeat center center;
    background-size: 100%;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump {
    display: none;
    width: 100%;
    height: auto;
    padding: 0.1rem 0;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump a {
    display: block;
    font-size: var(--fs26);
    line-height: 0.46rem;
    color: #777777;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump a:hover {
    text-decoration: underline;
    color: #1956e0;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump .on {
    text-decoration: underline;
    color: #1956e0;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-title {
    margin-bottom: 0.1rem;
    font-size: var(--fs26);
    color: #666;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent input {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs26);
    color: #666;
    border: solid 1px #dedede;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent input:last-of-type {
    margin-bottom: 0;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.14rem;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input[type="radio"],
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input[type="checkbox"] {
    display: none;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    cursor: pointer;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item:last-of-type {
    margin-bottom: 0;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item span {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 0.12rem;
    border: solid 1px #dedede;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item span::after {
    content: '√';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    font-size: var(--fs26);
    line-height: 0.26rem;
    text-align: center;
    color: #fff;
    background: #1956e0;
    opacity: 0;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input:checked + label .choice-item span {
    border: solid 1px #1956e0;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input:checked + label .choice-item span::after {
    opacity: 1;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-choice {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.14rem;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-choice input[type="radio"],
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-choice input[type="checkbox"] {
    display: none;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    cursor: pointer;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item:last-of-type {
    margin-bottom: 0;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item span {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 0.12rem;
    border: solid 1px #dedede;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item span::after {
    content: '√';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    font-size: var(--fs26);
    line-height: 0.26rem;
    text-align: center;
    color: #fff;
    background: #1956e0;
    opacity: 0;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-choice input:checked + label .choice-item span {
    border: solid 1px #1956e0;
  }
  .productList .productList-main .main-list .list-cont .cont-lump .lump-box .box-choice input:checked + label .choice-item span::after {
    opacity: 1;
  }
  .productList .productList-main .main-cont {
    width: 100%;
    height: auto;
    padding-top: 0.8rem;
  }
  .productList .productList-main .main-cont .cont-top {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.2rem;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
  }
  .productList .productList-main .main-cont .cont-top .top-title {
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .productList .productList-main .main-cont .cont-top .top-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    margin: 0.35rem auto 0;
    padding: 0 0.18rem;
    background: #fff;
    border-radius: 0.05rem;
    overflow: hidden;
  }
  .productList .productList-main .main-cont .cont-top .top-search input {
    width: calc(100% - 0.5rem);
    height: 100%;
    font-size: var(--fs28);
    color: #666;
    background: #fff;
  }
  .productList .productList-main .main-cont .cont-top .top-search input::placeholder {
    color: #999;
  }
  .productList .productList-main .main-cont .cont-top .top-search a {
    width: 0.35rem;
    height: 0.35rem;
    background: url(../images/icon/icon-search2.png) no-repeat center center;
    background-size: 100%;
  }
  .productList .productList-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .productList .productList-main .main-cont .cont-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #1956e0;
  }
  .productList .productList-main .main-cont .cont-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .productList .productList-main .main-cont .cont-box {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .productList .productList-main .main-cont .cont-box .box-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.6rem;
  }
  .productList .productList-main .main-cont .cont-box .box-item:last-of-type {
    margin-bottom: 0;
  }
  .productList .productList-main .main-cont .cont-box .box-item .item-lump {
    display: block;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
  }
  .productList .productList-main .main-cont .cont-box .box-item .item-lump .lump-cent {
    width: 100%;
    margin-top: 0.35rem;
  }
  .productList .productList-main .main-cont .cont-box .box-item .item-lump .lump-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
  }
  .productList .productList-main .main-cont .cont-box .box-item .item-lump .lump-cent .cent-text {
    margin-top: 0.25rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #666;
  }
  .productList .productList-main .main-cont .cont-box .box-item .item-lump .lump-pic {
    width: 100%;
    height: 100%;
    border: solid 1px #dedede;
    overflow: hidden;
  }
  .productList .productList-main .main-cont .cont-box .box-item .item-lump .lump-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productList .productList-main .main-cont .cont-box .box-item .item-lump .lump-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productList .productList-main .main-cont .cont-box .box-item .item-download {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.2rem;
    padding: 0 0.24rem;
    border: solid 1px #e0e0e0;
  }
  .productList .productList-main .main-cont .cont-box .box-item .item-download .download-icon {
    width: 0.5rem;
    height: auto;
  }
  .productList .productList-main .main-cont .cont-box .box-item .item-download .download-icon img {
    width: 100%;
  }
  .productList .productList-main .main-cont .cont-box .box-item .item-download .download-title {
    width: calc(100% - 0.4rem);
    height: auto;
    padding-left: 0.12rem;
    font-size: var(--fs28);
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productList .productList-main .main-cont .cont-box .box-item .item-download:hover {
    border: solid 1px #cde2f6;
    box-shadow: 0px 8px 15px 0px rgba(25, 86, 224, 0.09);
  }
  .productList .productList-main .main-cont .cont-box .box-item .item-download:hover .download-title {
    color: #1956e0;
  }
  .productInfo {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    padding: 0 0.3rem 2rem;
    overflow: visible;
  }
  .productInfo .productInfo-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .productInfo .productInfo-main .main-list {
    width: 100%;
    height: auto;
  }
  .productInfo .productInfo-main .main-list .list-cont {
    position: static;
    top: 0;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    border: solid 1px #dedede;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #dedede;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump:last-of-type {
    border-bottom: none;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1rem;
    padding: 0 0.2rem;
    cursor: pointer;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-top::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 0.35rem;
    font-size: var(--fs40);
    font-weight: bold;
    color: #222;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-top span {
    font-size: var(--fs34);
    font-weight: bold;
    color: #222;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-top:hover {
    background: linear-gradient(90deg, #015eea, #00c0fa);
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-top:hover span {
    color: #fff;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-top:hover::after {
    content: '+';
    color: #fff;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-top-on {
    background: linear-gradient(90deg, #015eea, #00c0fa);
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-top-on span {
    color: #fff;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-top-on::after {
    content: '-' !important;
    font-size: 0.6rem !important;
    color: #fff;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box {
    display: none;
    width: 100%;
    height: auto;
    padding: 0.25rem 0.2rem;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree {
    width: 100%;
    height: auto;
    margin-bottom: 0.15rem;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding-right: 0.2rem;
    cursor: pointer;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top span {
    font-size: var(--fs28);
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top em {
    width: 8px;
    height: 15px;
    background: url(../images/icon/icon-product-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top:hover span {
    color: #1956e0;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top:hover em {
    background: url(../images/icon/icon-product-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top-on span {
    color: #1956e0;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-top-on em {
    background: url(../images/icon/icon-product-arrow2.png) no-repeat center center;
    background-size: 100%;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
    padding: 0.15rem 0.25rem;
    border: solid 1px #dedede;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.15rem;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    cursor: pointer;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top span {
    width: 4.5rem;
    font-size: var(--fs26);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top em {
    width: 8px;
    height: 15px;
    margin-left: 0.15rem;
    background: url(../images/icon/icon-product-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top:hover span {
    text-decoration: underline;
    color: #1956e0;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top:hover em {
    background: url(../images/icon/icon-product-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top-on span {
    text-decoration: underline;
    color: #1956e0;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-top-on em {
    background: url(../images/icon/icon-product-arrow2.png) no-repeat center center;
    background-size: 100%;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump {
    display: none;
    width: 100%;
    height: auto;
    padding: 0.1rem 0;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump a {
    display: block;
    font-size: var(--fs26);
    line-height: 0.46rem;
    color: #777777;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump a:hover {
    text-decoration: underline;
    color: #1956e0;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-item .item-lump .on {
    text-decoration: underline;
    color: #1956e0;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-title {
    margin-bottom: 0.1rem;
    font-size: var(--fs26);
    color: #666;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent input {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs26);
    color: #666;
    border: solid 1px #dedede;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent input:last-of-type {
    margin-bottom: 0;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.14rem;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input[type="radio"],
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input[type="checkbox"] {
    display: none;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    cursor: pointer;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item:last-of-type {
    margin-bottom: 0;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item span {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 0.12rem;
    border: solid 1px #dedede;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice .choice-item span::after {
    content: '√';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    font-size: var(--fs26);
    line-height: 0.26rem;
    text-align: center;
    color: #fff;
    background: #1956e0;
    opacity: 0;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input:checked + label .choice-item span {
    border: solid 1px #1956e0;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-tree .tree-cent .cent-choice input:checked + label .choice-item span::after {
    opacity: 1;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-choice {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.14rem;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-choice input[type="radio"],
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-choice input[type="checkbox"] {
    display: none;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    cursor: pointer;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item:last-of-type {
    margin-bottom: 0;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item span {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 0.12rem;
    border: solid 1px #dedede;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item span::after {
    content: '√';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    font-size: var(--fs26);
    line-height: 0.26rem;
    text-align: center;
    color: #fff;
    background: #1956e0;
    opacity: 0;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-choice input:checked + label .choice-item span {
    border: solid 1px #1956e0;
  }
  .productInfo .productInfo-main .main-list .list-cont .cont-lump .lump-box .box-choice input:checked + label .choice-item span::after {
    opacity: 1;
  }
  .productInfo .productInfo-main .main-cont {
    width: 100%;
    height: auto;
    padding-top: 0.8rem;
  }
  .productInfo .productInfo-main .main-cont .cont-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 0.8rem 0 0.5rem;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
  }
  .productInfo .productInfo-main .main-cont .cont-top .top-title {
    margin-top: 0.6rem;
    padding-left: 0.3rem;
    font-size: var(--fs36);
    font-weight: bold;
    color: #fff;
  }
  .productInfo .productInfo-main .main-cont .cont-top .top-box {
    width: auto;
    padding-right: 0.3rem;
  }
  .productInfo .productInfo-main .main-cont .cont-top .top-box .box-icon {
    width: 0.8rem;
    height: auto;
    margin: 0 auto;
  }
  .productInfo .productInfo-main .main-cont .cont-top .top-box .box-icon img {
    width: 100%;
  }
  .productInfo .productInfo-main .main-cont .cont-top .top-box .box-title {
    margin-top: 0.15rem;
    font-size: var(--fs32);
    text-align: center;
    color: #fff;
  }
  .productInfo .productInfo-main .main-cont .cont-top .top-box .box-emali {
    margin-top: 0.25rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    text-align: center;
    color: #fff;
  }
  .productInfo .productInfo-main .main-cont .cont-top .top-box .box-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    margin: 0.3rem auto 0;
    background: #fff;
    border-radius: 0.45rem;
  }
  .productInfo .productInfo-main .main-cont .cont-top .top-box .box-button span {
    margin-right: 0.2rem;
    font-size: var(--fs28);
    color: #1956e0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productInfo .productInfo-main .main-cont .cont-top .top-box .box-button em {
    width: 0.29rem;
    height: 0.24rem;
    background: url(../images/icon/icon-arrow9.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productInfo .productInfo-main .main-cont .cont-top .top-box .box-button:hover {
    background: #00a4e8;
  }
  .productInfo .productInfo-main .main-cont .cont-top .top-box .box-button:hover span {
    color: #fff;
  }
  .productInfo .productInfo-main .main-cont .cont-top .top-box .box-button:hover em {
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .productInfo .productInfo-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .productInfo .productInfo-main .main-cont .cont-cent img {
    max-width: 100%;
    width: auto;
  }
  .application {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem 1.25rem;
  }
  .application .application-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .application .application-main .main-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.5rem;
    background: #f6f6f6;
  }
  .application .application-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .application .application-main .main-item .item-pic {
    width: 100%;
    height: 4.3rem;
    overflow: hidden;
  }
  .application .application-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .application .application-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem;
  }
  .application .application-main .main-item .item-cent .cent-title {
    font-size: var(--fs32);
    color: #343434;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .application .application-main .main-item .item-cent .cent-button {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.2rem;
    border-radius: 50%;
    background: #fff url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 0.25rem;
    border: solid 1px #e4e4e4;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .application .application-main .main-item:hover {
    background: #264592;
  }
  .application .application-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .application .application-main .main-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .application .application-main .main-item:hover .item-cent .cent-button {
    border: solid 1px #fff;
  }
  .applicationDetail {
    width: 100%;
    height: auto;
  }
  .applicationDetail .applicationDetail-plate1 {
    padding: 0.4rem 0.3rem 0.88rem;
  }
  .applicationDetail .applicationDetail-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .applicationDetail .applicationDetail-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .applicationDetail .applicationDetail-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.55rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    color: #666;
  }
  .applicationDetail .applicationDetail-plate1 .plate1-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .applicationDetail .applicationDetail-plate1 .plate1-main .main-pic img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .applicationDetail .applicationDetail-plate1 .plate1-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .applicationDetail .applicationDetail-plate2 {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.45rem;
    background: #f5f5f5;
  }
  .applicationDetail .applicationDetail-plate2 .page-title2,
  .applicationDetail .applicationDetail-plate2 .page-English2 {
    text-align: center;
  }
  .applicationDetail .applicationDetail-plate2 .page-heng {
    margin: 0.15rem auto 0;
  }
  .applicationDetail .applicationDetail-plate2 .plate2-main {
    margin-top: 1.1rem;
  }
  .applicationDetail .applicationDetail-plate2 .plate2-main .main-item {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 0.65rem;
  }
  .applicationDetail .applicationDetail-plate2 .plate2-main .main-item:last-of-type {
    margin-bottom: 0;
  }
  .applicationDetail .applicationDetail-plate2 .plate2-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .applicationDetail .applicationDetail-plate2 .plate2-main .main-item .item-pic img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .applicationDetail .applicationDetail-plate2 .plate2-main .main-item .item-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .applicationDetail .applicationDetail-plate2 .plate2-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.8rem;
    background: #fff;
  }
  .applicationDetail .applicationDetail-plate2 .plate2-main .main-item .item-cent .cent-num {
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: 1rem;
    background: linear-gradient(180deg, #1956e0 35%, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .applicationDetail .applicationDetail-plate2 .plate2-main .main-item .item-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #333;
  }
  .applicationDetail .applicationDetail-plate2 .plate2-main .main-item .item-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .applicationDetail .applicationDetail-plate2 .plate2-main .main-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .applicationDetail .applicationDetail-plate3 {
    width: 100%;
    height: auto;
    padding-top: 0.65rem;
  }
  .applicationDetail .applicationDetail-plate3 .page-title2,
  .applicationDetail .applicationDetail-plate3 .page-English2 {
    text-align: center;
  }
  .applicationDetail .applicationDetail-plate3 .page-heng {
    margin: 0.15rem auto 0;
  }
  .applicationDetail .applicationDetail-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
    padding: 1.2rem 0.3rem 1.4rem;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .applicationDetail .applicationDetail-plate3 .plate3-main .main-box {
    position: relative;
  }
  .applicationDetail .applicationDetail-plate3 .plate3-main .main-box .box-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .applicationDetail .applicationDetail-plate3 .plate3-main .main-box .box-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.26rem;
    background: #fff;
  }
  .applicationDetail .applicationDetail-plate3 .plate3-main .main-box .box-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .applicationDetail .applicationDetail-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 4rem;
    padding: 0.8rem 0.8rem 0;
  }
  .applicationDetail .applicationDetail-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box .box-icon {
    width: 0.8rem;
    height: auto;
    margin: 0 auto;
  }
  .applicationDetail .applicationDetail-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box .box-icon img {
    width: 100%;
  }
  .applicationDetail .applicationDetail-plate3 .plate3-main .main-box .box-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.4rem;
    font-size: var(--fs30);
    text-align: center;
    line-height: 0.5rem;
    color: #191c22;
  }
  .applicationDetail .applicationDetail-plate3 .plate3-main .main-box .plate3-swiper-button-prev,
  .applicationDetail .applicationDetail-plate3 .plate3-main .main-box .plate3-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    text-align: center;
    line-height: 0.7rem;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    outline: none;
    z-index: 9;
  }
  .applicationDetail .applicationDetail-plate3 .plate3-main .main-box .plate3-swiper-button-prev img,
  .applicationDetail .applicationDetail-plate3 .plate3-main .main-box .plate3-swiper-button-next img {
    width: 9px;
  }
  .applicationDetail .applicationDetail-plate3 .plate3-main .main-box .plate3-swiper-button-prev:hover,
  .applicationDetail .applicationDetail-plate3 .plate3-main .main-box .plate3-swiper-button-next:hover {
    background: linear-gradient(90deg, #015eea, #00c0fa);
  }
  .applicationDetail .applicationDetail-plate3 .plate3-main .main-box .plate3-swiper-button-prev {
    left: -0.2rem;
  }
  .applicationDetail .applicationDetail-plate3 .plate3-main .main-box .plate3-swiper-button-next {
    right: -0.2rem;
  }
  .applicationDetail .applicationDetail-plate4 {
    padding: 1.15rem 0.3rem 1.75rem;
  }
  .applicationDetail .applicationDetail-plate4 .plate4-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.88rem;
  }
  .applicationDetail .applicationDetail-plate4 .plate4-main .main-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .applicationDetail .applicationDetail-plate4 .plate4-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.18rem;
  }
  .applicationDetail .applicationDetail-plate4 .plate4-main .main-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .applicationDetail .applicationDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 0.3rem;
    border: solid 1px #efeff0;
  }
  .applicationDetail .applicationDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #015eea, #00c0fa);
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .applicationDetail .applicationDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 4.6rem;
    overflow: hidden;
  }
  .applicationDetail .applicationDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .applicationDetail .applicationDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.4rem;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    line-height: 0.5rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .applicationDetail .applicationDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-text {
    padding: 0 0.3rem;
    font-size: var(--fs30);
    text-align: center;
    line-height: 0.5rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .applicationDetail .applicationDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .applicationDetail .applicationDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .applicationDetail .applicationDetail-plate4 .plate4-main .plate4-swiper-button-prev,
  .applicationDetail .applicationDetail-plate4 .plate4-main .plate4-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    text-align: center;
    line-height: 0.7rem;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    outline: none;
    z-index: 9;
  }
  .applicationDetail .applicationDetail-plate4 .plate4-main .plate4-swiper-button-prev img,
  .applicationDetail .applicationDetail-plate4 .plate4-main .plate4-swiper-button-next img {
    width: 9px;
  }
  .applicationDetail .applicationDetail-plate4 .plate4-main .plate4-swiper-button-prev:hover,
  .applicationDetail .applicationDetail-plate4 .plate4-main .plate4-swiper-button-next:hover {
    background: linear-gradient(90deg, #015eea, #00c0fa);
  }
  .applicationDetail .applicationDetail-plate4 .plate4-main .plate4-swiper-button-prev {
    left: -0.2rem;
  }
  .applicationDetail .applicationDetail-plate4 .plate4-main .plate4-swiper-button-next {
    right: -0.2rem;
  }
  .laboratory {
    width: 100%;
    height: auto;
    padding-top: 0.4rem;
  }
  .laboratory .page-crumb {
    padding: 0 0.3rem;
  }
  .laboratory .laboratory-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .laboratory .laboratory-plate1 .plate1-cent {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .laboratory .laboratory-plate1 .plate1-cent .cent-text {
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .laboratory .laboratory-plate1 .plate1-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .laboratory .laboratory-plate1 .plate1-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .laboratory .laboratory-plate1 .plate1-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .laboratory .laboratory-plate2 {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem 1.05rem;
    background: #eef5fb;
  }
  .laboratory .laboratory-plate2 .plate2-main {
    position: relative;
  }
  .laboratory .laboratory-plate2 .plate2-main .main-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .laboratory .laboratory-plate2 .plate2-main .main-swiper .swiper-slide {
    width: 100%;
    height: 9rem;
    margin-right: 0.18rem;
  }
  .laboratory .laboratory-plate2 .plate2-main .main-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .laboratory .laboratory-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .laboratory .laboratory-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .laboratory .laboratory-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .laboratory .laboratory-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.6rem 0.3rem 0.4rem;
    font-size: var(--fs32);
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, #3399ff 30%, transparent);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .laboratory .laboratory-plate2 .plate2-main .main-swiper .swiper-slide .slide-box:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .laboratory .laboratory-plate2 .plate2-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .laboratory .laboratory-plate2 .plate2-main .plate2-swiper-button-prev,
  .laboratory .laboratory-plate2 .plate2-main .plate2-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    text-align: center;
    line-height: 0.7rem;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    outline: none;
    z-index: 9;
  }
  .laboratory .laboratory-plate2 .plate2-main .plate2-swiper-button-prev img,
  .laboratory .laboratory-plate2 .plate2-main .plate2-swiper-button-next img {
    width: 9px;
  }
  .laboratory .laboratory-plate2 .plate2-main .plate2-swiper-button-prev:hover,
  .laboratory .laboratory-plate2 .plate2-main .plate2-swiper-button-next:hover {
    background: linear-gradient(90deg, #015eea, #00c0fa);
  }
  .laboratory .laboratory-plate2 .plate2-main .plate2-swiper-button-prev {
    left: -0.2rem;
  }
  .laboratory .laboratory-plate2 .plate2-main .plate2-swiper-button-next {
    right: -0.2rem;
  }
  .technology {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem 1.05rem;
    background: url(../images/technology-bg.jpg) no-repeat center left;
  }
  .technology .technology-main {
    margin-top: 0.2rem;
  }
  .technology .technology-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1.05rem;
  }
  .technology .technology-main .main-box .box-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.64rem;
    background: #f3f6f9;
  }
  .technology .technology-main .main-box .box-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #015eea, #00c0fa);
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .technology .technology-main .main-box .box-item:nth-child(4n) {
    margin-right: 0;
  }
  .technology .technology-main .main-box .box-item .item-pic {
    width: 100%;
    height: 4.2rem;
    overflow: hidden;
  }
  .technology .technology-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .technology .technology-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0.3rem;
  }
  .technology .technology-main .main-box .box-item .item-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .technology .technology-main .main-box .box-item .item-cent .cent-text {
    height: auto;
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .technology .technology-main .main-box .box-item .item-cent .cent-button {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.2rem;
    border-radius: 50%;
    background: #fff url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 0.25rem;
    border: solid 1px #e4e4e4;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .technology .technology-main .main-box .box-item:hover {
    background: #fff;
    box-shadow: -8px 0px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .technology .technology-main .main-box .box-item:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .technology .technology-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .technology .technology-main .main-box .box-item:hover .item-cent .cent-title {
    color: #1956e0;
  }
  .team {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem 1.8rem;
  }
  .team .team-main {
    margin-top: 0.2rem;
  }
  .team .team-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .team .team-main .main-top .top-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .team .team-main .main-top .top-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #264592;
  }
  .team .team-main .main-top .top-cent .cent-text {
    margin-top: 0.4rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .team .team-main .main-top .top-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .team .team-main .main-top .top-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .team .team-main .main-top .top-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .team .team-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .team .team-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    overflow: hidden;
  }
  .team .team-main .main-box .box-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .team .team-main .main-box .box-item:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .contact {
    width: 100%;
    height: auto;
    padding-top: 0.4rem;
  }
  .contact .contact-plate1 {
    padding: 0.65rem 0.3rem 1.05rem;
  }
  .contact .contact-plate1 .plate1-title {
    font-size: var(--fs42);
    text-align: center;
    color: #264592;
  }
  .contact .contact-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .contact .contact-plate1 .plate1-main .main-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.45rem;
  }
  .contact .contact-plate1 .plate1-main .main-item .item-icon {
    width: 1.5rem;
    height: auto;
    margin: 0 auto;
  }
  .contact .contact-plate1 .plate1-main .main-item .item-icon img {
    width: 100%;
  }
  .contact .contact-plate1 .plate1-main .main-item .item-title {
    margin-top: 0.35rem;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    color: #666;
  }
  .contact .contact-plate1 .plate1-main .main-item .item-tel {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs30);
    text-align: center;
    color: #666;
  }
  .contact .contact-plate1 .plate1-main .main-item .item-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .contact .contact-plate2 {
    width: 100%;
    height: auto;
    padding: 1.35rem 0.3rem;
    background: #f6f6f6;
  }
  .contact .contact-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact .contact-plate2 .plate2-main .main-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .contact .contact-plate2 .plate2-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-plate2 .plate2-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .contact .contact-plate2 .plate2-main .main-cent {
    width: 100%;
    height: auto;
    padding-top: 0.35rem;
  }
  .contact .contact-plate2 .plate2-main .main-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    line-height: 0.6rem;
    color: #264592;
  }
  .contact .contact-plate2 .plate2-main .main-cent .cent-sunTitle {
    font-size: var(--fs42);
    line-height: 0.6rem;
    color: #264592;
  }
  .contact .contact-plate2 .plate2-main .main-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #999;
  }
  .contact .contact-plate3 {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem 1.9rem;
    background: none;
    background-size: 100%;
  }
  .contact .contact-plate3 .plate3-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact .contact-plate3 .plate3-main .main-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .contact .contact-plate3 .plate3-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-plate3 .plate3-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .contact .contact-plate3 .plate3-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .contact .contact-plate3 .plate3-main .main-cont .page-title2 {
    color: #333;
  }
  .contact .contact-plate3 .plate3-main .main-cont .page-English2 {
    color: #d3d3d3;
    opacity: 1;
  }
  .contact .contact-plate3 .plate3-main .main-cont .page-heng {
    background: #264592;
  }
  .contact .contact-plate3 .plate3-main .main-cont .cont-text {
    margin-top: 0.4rem;
    font-size: var(--fs32);
    line-height: 0.52rem;
    color: #666;
  }
  .contact .contact-plate3 .plate3-main .main-cont .cont-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .contact .contact-plate3 .plate3-main .main-cont .cont-form input {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.3rem;
    margin-bottom: 0.2rem;
    font-size: var(--fs28);
    color: #666;
    border: solid 1px #ededed;
    border-radius: 0.05rem;
  }
  .contact .contact-plate3 .plate3-main .main-cont .cont-form input::placeholder {
    color: #999;
  }
  .contact .contact-plate3 .plate3-main .main-cont .cont-form textarea {
    width: 100%;
    height: 1.8rem;
    padding: 0.15rem 0.3rem;
    font-family: '微软雅黑';
    font-size: var(--fs28);
    color: #666;
    border-radius: 0.05rem;
    border: solid 1px #ededed;
  }
  .contact .contact-plate3 .plate3-main .main-cont .cont-form textarea::placeholder {
    color: #999;
  }
  .contact .contact-plate3 .plate3-main .main-cont .cont-form .form-button {
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.48rem;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #015eea, #00c0fa);
  }
  .contact .contact-plate3 .plate3-main .main-cont .cont-form .form-button:hover {
    background: linear-gradient(-90deg, #015eea, #00c0fa);
  }
  .recruit {
    width: 100%;
    height: auto;
    padding-top: 0.4rem;
  }
  .recruit .page-crumb {
    padding: 0 0.3rem;
  }
  .recruit .recruit-plate1 {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .recruit .recruit-plate1 .plate1-top {
    padding: 0 0.3rem;
  }
  .recruit .recruit-plate1 .plate1-main {
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    padding: 0.95rem 0.3rem 0.7rem;
    background: #f3f7fd;
  }
  .recruit .recruit-plate1 .plate1-main .main-cont .cont-title {
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.68rem;
    padding-bottom: 0.75rem;
  }
  .recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.28rem;
  }
  .recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.36rem 0.8rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #003cff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-icon {
    width: 0.8rem;
    height: auto;
  }
  .recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-icon img {
    width: 100%;
  }
  .recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.2rem;
    font-size: var(--fs36);
    color: #333;
  }
  .recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box:hover {
    box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.06);
  }
  .recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box:hover::after {
    width: 100%;
  }
  .recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide:nth-child(2n) .slide-box::after {
    background: #81b92e !important;
  }
  .recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide:nth-child(3n) .slide-box::after {
    background: #ff7800 !important;
  }
  .recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide:nth-child(4n) .slide-box::after {
    background: #00ccff !important;
  }
  .recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 0.15rem;
    border-radius: 50%;
    background: #dcddde;
    opacity: 1;
    cursor: pointer;
  }
  .recruit .recruit-plate1 .plate1-main .main-cont .cont-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #1956e0;
  }
  .recruit .recruit-plate2 {
    width: 100%;
    height: auto;
    padding-top: 0.85rem;
  }
  .recruit .recruit-plate2 .plate2-top {
    padding: 0 0.3rem;
  }
  .recruit .recruit-plate2 .plate2-top .top-title {
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .recruit .recruit-plate2 .plate2-top .top-text {
    margin-top: 0.35rem;
    font-size: var(--fs30);
    text-align: center;
    color: #333;
  }
  .recruit .recruit-plate2 .plate2-swiper {
    width: 100%;
    height: auto;
    margin-top: 1.1rem;
  }
  .recruit .recruit-plate2 .plate2-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .recruit .recruit-plate2 .plate2-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
  }
  .recruit .recruit-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .recruit .recruit-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1.6rem 0.3rem 0;
  }
  .recruit .recruit-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-num {
    font-family: 'D-DIN-PRO-700-BOLD';
    font-size: 1rem;
    text-align: center;
    background: linear-gradient(180deg, #fff, transparent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .recruit .recruit-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs36);
    text-align: center;
    color: #fff;
  }
  .recruit .recruit-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-lump {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.85rem;
    font-size: var(--fs28);
    color: #fff;
  }
  .recruit .recruit-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-lump span {
    position: relative;
  }
  .recruit .recruit-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-lump em {
    display: block;
    width: 4px;
    height: 7px;
    margin: 0.12rem 0.15rem 0;
    background: url(../images/icon/icon-arrow10.png) no-repeat center center;
    background-size: 100%;
  }
  .recruit .recruit-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-lump i {
    position: absolute;
    top: 0.4rem;
    left: 0;
    font-size: var(--fs22);
    color: #fff;
    opacity: 0.5;
    white-space: nowrap;
  }
  .recruit .recruit-plate2 .plate2-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .recruit .recruit-plate3 {
    padding: 0.45rem 0.3rem 1.5rem;
  }
  .recruit .recruit-plate3 .plate3-title {
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .recruit .recruit-plate3 .plate3-list {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    margin-bottom: 1rem;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd {
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-top {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 2.5rem;
    background: #fafafa;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-top::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #0d83ff, #31def2);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #0d83ff, #31def2);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-top .dd-mail {
    width: 80%;
    padding: 0.1rem 0 0 0.35rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-top .dd-mail .mail-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    white-space: nowrap;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-top .dd-mail .mail-title .title1 {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    font-size: var(--fs34);
    font-weight: bold;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-top .dd-mail .mail-title .title-text {
    width: 100%;
    margin-top: 0.15rem;
    font-size: var(--fs26);
    color: #a5a5a5;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-top .dd-mail .mail-text {
    margin-top: 0;
    font-size: var(--fs26);
    color: #969696;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-top .dd-mail .mail-text span {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-top .dd-mail .mail-text span:last-of-type {
    margin-right: 0;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-top .dd-show {
    width: 20%;
    height: 100%;
    background: url(../images/icon/icon-recruit-jia.png) no-repeat center center;
    background-size: 0.7rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .top-active::before {
    width: 100%;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .top-active::after {
    height: 0;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .top-active .dd-mail {
    width: 100%;
    padding: 0.3rem 0.35rem 0;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .top-active .dd-mail .mail-title .title1 {
    color: #1956e0;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .top-active .dd-mail .mail-title .title-text {
    display: inline-block;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .top-active .dd-show {
    width: 0;
    opacity: 0;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-cent {
    display: none;
    width: 100%;
    padding: 0.2rem 0.35rem 0.5rem;
    background: #fafafa;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty {
    width: 100%;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-title {
    width: 100%;
    font-size: var(--fs28);
    line-height: 0.46rem;
    font-weight: bold;
    color: #252525;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-text,
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-text2 {
    width: 100%;
    padding-bottom: 0.24rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #999;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-text img,
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-text2 img {
    position: static;
    bottom: 0.2rem;
    left: 4.8rem;
    width: 2.8rem;
    margin-top: 0.3rem;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-text2 {
    padding-bottom: 0;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-hiden {
    position: absolute;
    bottom: 0.8rem;
    right: 0.35rem;
    width: 0.7rem;
    height: 0.7rem;
    background: url(../images/icon/icon-recruit-jian.png) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box {
    display: flex;
    justify-content: space-between;
    width: 3.26rem;
    height: auto;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button {
    display: inline-block;
    width: 2.6rem;
    height: 0.8rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.45rem;
    background: #00a4e8;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-bottom .bottom-box .bottom-button:hover {
    transform: translatey(-0.1rem);
    -o-transform: translatey(-0.1rem);
    -moz-transform: translatey(-0.1rem);
    -webkit-transform: translatey(-0.1rem);
  }
  .recruit .recruit-plate3 .plate3-list .list-dd .dd-cent .cent-duty .duty-bottom .bottom-hiden {
    width: 0.7rem;
    height: 0.7rem;
    background: url(../images/icon/icon-recruit-jian.png) no-repeat center center;
    background-size: 0.7rem;
    cursor: pointer;
  }
  .environment {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.3rem 1.75rem;
    background: #f0f2f3;
  }
  .environment .page-title2 {
    margin-top: 0.5rem;
  }
  .environment .page-title2,
  .environment .page-English2 {
    text-align: center;
  }
  .environment .page-heng {
    margin: 0.25rem auto 0;
  }
  .environment .environment-main {
    margin-top: 0.78rem;
    padding-left: 0;
  }
  .environment .environment-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
  }
  .environment .environment-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .environment .environment-main .main-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }
  .environment .environment-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    box-shadow: 16px 17px 10px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
    overflow: hidden;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .environment .environment-main .main-swiper .swiper-slide .slide-box .box-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .environment .environment-main .main-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    padding-right: 0;
    padding-top: 1.2rem;
  }
  .environment .environment-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs36);
    line-height: 0.52rem;
    color: #333;
    opacity: 0;
    visibility: hidden;
    transform: translatey(0.7rem);
    -o-transform: translatey(0.7rem);
    -moz-transform: translatey(0.7rem);
    -webkit-transform: translatey(0.7rem);
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .environment .environment-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time {
    margin: 0.2rem auto 0.38rem;
    font-size: var(--fs26);
    color: #666;
    opacity: 0;
    visibility: hidden;
    transform: translatey(0.7rem);
    -o-transform: translatey(0.7rem);
    -moz-transform: translatey(0.7rem);
    -webkit-transform: translatey(0.7rem);
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition-delay: 0.15s;
  }
  .environment .environment-main .main-swiper .swiper-slide .slide-box .box-cent .cent-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transform: translatey(0.7rem);
    -o-transform: translatey(0.7rem);
    -moz-transform: translatey(0.7rem);
    -webkit-transform: translatey(0.7rem);
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition-delay: 0.3s;
  }
  .environment .environment-main .main-swiper .swiper-slide .slide-box .box-cent .cent-btn .btn-button {
    width: 2.6rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background-color: #fff;
    border-radius: 0.45rem;
    margin-right: 0.28rem;
    color: #1956e0;
    text-decoration: underline;
  }
  .environment .environment-main .main-swiper .swiper-slide .slide-box .box-cent .cent-btn .btn-button:last-of-type {
    margin-right: 0;
  }
  .environment .environment-main .main-swiper .swiper-slide .slide-box .box-cent .cent-btn .btn-button:hover {
    color: #fff;
    background-color: #1956e0;
  }
  .environment .environment-main .main-swiper .swiper-slide-active .slide-box .box-pic {
    opacity: 1;
    visibility: visible;
  }
  .environment .environment-main .main-swiper .swiper-slide-active .slide-box .box-cent .cent-title,
  .environment .environment-main .main-swiper .swiper-slide-active .slide-box .box-cent .cent-time,
  .environment .environment-main .main-swiper .swiper-slide-active .slide-box .box-cent .cent-btn {
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .environment .environment-main .main-swiper .swiper-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: -0.6rem;
    width: 100%;
    z-index: 10;
  }
  .environment .environment-main .main-swiper .swiper-bottom .bottom-swiper-button-prev,
  .environment .environment-main .main-swiper .swiper-bottom .bottom-swiper-button-next {
    display: none;
    position: relative;
    width: 0.15rem;
    height: 0.28rem;
    text-align: center;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .environment .environment-main .main-swiper .swiper-bottom .bottom-swiper-button-prev img,
  .environment .environment-main .main-swiper .swiper-bottom .bottom-swiper-button-next img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .environment .environment-main .main-swiper .swiper-bottom .bottom-swiper-button-prev .img2,
  .environment .environment-main .main-swiper .swiper-bottom .bottom-swiper-button-next .img2 {
    opacity: 0;
  }
  .environment .environment-main .main-swiper .swiper-bottom .bottom-swiper-button-prev:hover .img1,
  .environment .environment-main .main-swiper .swiper-bottom .bottom-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .environment .environment-main .main-swiper .swiper-bottom .bottom-swiper-button-prev:hover .img2,
  .environment .environment-main .main-swiper .swiper-bottom .bottom-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .environment .environment-main .main-swiper .swiper-bottom .swiper-pagination {
    position: static;
    display: block;
    width: 100%;
    font-size: 0;
    margin: 0 ;
  }
  .environment .environment-main .main-swiper .swiper-bottom .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px;
    opacity: 1;
    border: none;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
  .environment .environment-main .main-swiper .swiper-bottom .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1956e0;
  }
  .prompt {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
    padding: 1.2rem 0.3rem 1.3rem;
  }
  .prompt .prompt-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .prompt .prompt-main .main-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .prompt .prompt-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .search {
    width: 100%;
    height: auto;
    padding: 1.8rem 0.3rem 1.2rem;
  }
  .search .search-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .search .search-main .main-top {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }
  .search .search-main .main-top a {
    width: auto;
    height: 0.75rem;
    padding: 0 0.3rem;
    margin-right: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.7rem;
    color: #fff;
    background: #00a4e8;
    border: solid 2px #00a4e8;
    border-radius: 0.1rem;
  }
  .search .search-main .main-top a:hover {
    color: #00a4e8;
    background: transparent;
  }
  .search .search-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    font-size: 0.28rem;
    color: #000;
  }
  .search .search-main .main-cont span {
    margin-right: 0.3rem;
  }
  .search .search-main .main-cont b {
    color: #cd0000;
  }
  .search .search-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .search .search-main .main-box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.85rem;
    border-bottom: 1px dashed #eee;
  }
  .search .search-main .main-box a p {
    width: 100%;
    font-size: 0.28rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search .search-main .main-box a:first-of-type {
    border-top: 1px dashed #eee;
  }
  .pageW {
    width: 100%;
    height: auto;
  }
  .page-heng {
    width: 0.3rem;
    height: 4px;
    margin-top: 0.15rem;
  }
  .page-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #161616;
  }
  .page-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs30);
    text-transform: uppercase;
    color: #ccc;
  }
  .page-title2 {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .page-English2 {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: var(--fs36);
    text-transform: uppercase;
    color: #d3d3d3;
  }
  .page-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    border-radius: 0.45rem;
    border: solid 2px #fff;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .page-button span {
    font-size: var(--fs28);
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button em {
    width: 19px;
    height: 14px;
    margin-left: 0.2rem;
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button:hover {
    background: #fff;
  }
  .page-button:hover span {
    color: #00a4e8;
  }
  .page-button:hover em {
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .page-crumb .crumb-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    font-size: var(--fs28);
    color: #929292;
  }
  .page-crumb .crumb-box a {
    margin-right: 0.14rem;
    color: #929292;
  }
  .page-crumb .crumb-box a img {
    width: 10px;
  }
  .page-crumb .crumb-box a:hover {
    color: #00a4e8;
  }
  .page-crumb .crumb-box span {
    font-size: var(--fs28);
    color: #00a4e8;
  }
  .page-crumb .crumb-box em {
    display: block;
    width: 4px;
    height: 7px;
    margin-right: 0.14rem;
  }
  .page-crumb .crumb-box em img {
    display: block;
    width: 100%;
  }
  .page-load {
    display: block;
    width: 1.2rem;
    height: auto;
    margin: 0 auto;
  }
  .page-load .load-pic {
    width: 0.6rem;
    height: auto;
    margin: 0 auto;
  }
  .page-load .load-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-load .load-title {
    margin-top: 0.12rem;
    font-size: var(--fs28);
    text-align: center;
    color: #00a4e8;
  }
  .page-load:hover .load-pic img {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .page-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #00a4e8;
    z-index: 29;
  }
  .page-Wnav .Wnav-top {
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  .page-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  .page-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  .page-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  .page-subnav {
    display: none;
  }
  .page-sidebar {
    position: fixed;
    top: 45%;
    right: 0.15rem;
    width: 0.9rem;
    height: auto;
    z-index: 39;
  }
  .page-sidebar .sidebar-item {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.05rem;
    margin-bottom: 0.15rem;
    border-radius: 0.3rem;
    background: rgba(255, 255, 255, 0.3);
  }
  .page-sidebar .sidebar-item:first-of-type .item-lump {
    background: #00a4e8;
  }
  .page-sidebar .sidebar-item:first-of-type:hover .item-lump {
    background: #1956e0;
  }
  .page-sidebar .sidebar-item:nth-child(2) .item-lump {
    background: linear-gradient(0deg, #52ac01, #afcd00);
  }
  .page-sidebar .sidebar-item:nth-child(2):hover .item-lump {
    background: linear-gradient(180deg, #52ac01, #afcd00);
  }
  .page-sidebar .sidebar-item:nth-child(3) {
    display: block;
  }
  .page-sidebar .sidebar-item:nth-child(3) .item-lump {
    background: linear-gradient(0deg, #fad126, #ff544f);
  }
  .page-sidebar .sidebar-item:nth-child(3):hover .item-lump {
    background: linear-gradient(180deg, #fad126, #ff544f);
  }
  .page-sidebar .sidebar-item .item-lump {
    width: 100%;
    height: auto;
    padding: 0.2rem 0.05rem;
    border-radius: 0.3rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-sidebar .sidebar-item .item-lump .lump-pic {
    width: 0.35rem;
    height: auto;
    margin: 0 auto;
  }
  .page-sidebar .sidebar-item .item-lump .lump-pic img {
    width: 100%;
  }
  .page-sidebar .sidebar-item .item-lump .lump-title {
    width: 100%;
    margin-top: 0.1rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    text-align: center;
    color: #fff;
  }
  .page-sidebar .sidebar-up {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2) url(../images/icon/icon-arrow5.png) no-repeat center center;
    background-size: 14px;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-sidebar .sidebar-up:hover {
    background: #00a4e8 url(../images/icon/icon-arrow5.png) no-repeat center center;
  }
  .form-popup {
    display: none;
    position: fixed;
    top: 50%;
    right: auto;
    left: 50%;
    width: 6rem;
    height: 8rem;
    margin: -4rem 0 0 -3rem;
    padding: 0.45rem 0.45rem 0;
    border-radius: 0.1rem;
    background: #fff;
    z-index: 39;
  }
  .form-popup .popup-hide {
    position: absolute;
    top: 0.2rem;
    right: 0.18rem;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/icon/icon-hidde2.png) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .form-popup .popup-hide:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .form-popup .popup-title {
    margin-bottom: 0.3rem;
    font-size: var(--fs36);
    font-weight: bold;
    color: #009944;
  }
  .form-popup .popup-item {
    display: flex;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.12rem;
    padding: 0 0.25rem 0 0.12rem;
    border: solid 1px #e7e7e7;
    border-radius: 0.05rem;
  }
  .form-popup .popup-item span {
    font-size: var(--fs26);
    line-height: 0.76rem;
    color: #333;
  }
  .form-popup .popup-item em {
    font-size: var(--fs28);
    line-height: 0.8rem;
    color: #ff0000;
  }
  .form-popup .popup-item input {
    width: calc(100% - 1.4rem);
    height: 0.8rem;
    padding: 0 0.1rem;
    font-size: var(--fs28);
    color: #666;
    background: none;
  }
  .form-popup .popup-item textarea {
    width: calc(100% - 0.6rem);
    height: 1.8rem;
    padding: 0.2rem;
    font-size: var(--fs28);
    color: #666;
    background: none;
  }
  .form-popup .popup-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.15rem;
  }
  .form-popup .popup-text input[type=checkbox],
  .form-popup .popup-text input[type=radio] {
    display: none;
    margin: 4px 0 0;
    line-height: normal;
    padding: 0;
  }
  .form-popup .popup-text label {
    position: relative;
    cursor: pointer;
    color: #999;
    font-size: var(--fs24);
    font-weight: 500;
    line-height: 0.42rem;
    padding-left: 0.3rem;
  }
  .form-popup .popup-text label::before {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../images/icon/icon-check.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 10;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .form-popup .popup-text label a {
    color: #666;
    text-decoration: underline;
  }
  .form-popup .popup-text label a:hover {
    color: #00a4e8;
  }
  .form-popup .popup-text .agree:checked + label:before {
    background-image: url(../images/icon/icon-check-on.png);
  }
  .form-popup .popup-button {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.15rem;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.1rem;
    background: linear-gradient(90deg, #52ac01, #afcd00);
  }
  .form-popup .popup-button:hover {
    background: linear-gradient(-90deg, #52ac01, #afcd00);
  }
  .tips-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 6.2rem;
    height: 4rem;
    margin: -2rem 0 0 -3.1rem;
    background: #fff;
    border-top-right-radius: 0.06rem;
    border-top-left-radius: 0.06rem;
    box-shadow: 0px 16px 38px 0px rgba(0, 0, 0, 0.14);
    overflow: hidden;
    z-index: 49;
  }
  .tips-popup .popup-top {
    width: 100%;
    height: 0.9rem;
    font-size: var(--fs36);
    text-align: center;
    line-height: 0.9rem;
    color: #fff;
    background: linear-gradient(0deg, #52ac01, #009944);
  }
  .tips-popup .popup-text {
    width: 100%;
    padding: 0 0.3rem;
    margin-top: 0.6rem;
    font-size: var(--fs30);
    text-align: center;
    color: #2d2d2d;
  }
  .tips-popup .popup-button {
    width: 2.6rem;
    height: 0.8rem;
    margin: 0.5rem auto 0;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: linear-gradient(90deg, #52ac01, #afcd00);
    border-radius: 0.45rem;
    cursor: pointer;
  }
}
