.main-container {
    width: 1190px;
    margin: 0 auto;
  }
  .types-wrapper {
    width: 190px;
    height: 470px;
    float: left;
    background-color: #fff;
  }
  .top-part {
    /* height: 554px; */
  }
  .top-part .left-middle-part {
    width: 890px;
    height: 480px;
    float: left;
  }
  .top-part .left-middle-part .banner-wrapper {
    float: left;
    width: 700px;
    height: 480px;
    background-color: #fff;
  }
  .top-part .left-middle-part .banner-wrapper > .gg-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
  .top-part .left-middle-part .banner-wrapper > .gg-wrapper .lazyload-wrapper {
    display: inline-block;
    width: 230px;
    height: 210px;
    margin-right: 5px;
    position: relative;
    overflow: hidden;
    border-right: 1px solid #f5f5f5;
  }
  .top-part .left-middle-part .banner-wrapper > .gg-wrapper .lazyload-wrapper:last-child {
    margin-right: 0;
    border-right: 0;
  }
  .top-part .left-middle-part .banner-wrapper > .gg-wrapper .lazyload-wrapper:hover .outer {
    -webkit-transform: translateY(-210px);
    -ms-transform: translateY(-210px);
    transform: translateY(-210px);
  }
  .top-part .left-middle-part .banner-wrapper > .gg-wrapper .lazyload-wrapper img {
    width: 230px;
    height: 210px;
  }
  .top-part .left-middle-part .banner-wrapper > .gg-wrapper .lazyload-wrapper .outer {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
  .top-part .right-part {
    float: left;
    width: 295px;
    margin-left: 5px;
  }
  .top-part .right-part > .gg-wrapper {
    background-color: #fff;
    height: 260px;
    margin-bottom: 0.4em;
  }
  .top-part .right-part > .gg-wrapper li {
    width: 290px;
    height: 85px;
    padding: 12px 24px;
    position: relative;
    padding-left: 98px;
    -webkit-transition: -webkit-box-shadow 0.3s ease-out;
    transition: -webkit-box-shadow 0.3s ease-out;
    -o-transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  }
  .top-part .right-part > .gg-wrapper li:hover {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  }
  .top-part .right-part > .gg-wrapper li img {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 10px;
    top: 10px;
  }
  .top-part .right-part > .gg-wrapper li .content-wrapper .title {
    font-size: 14px;
    color: #333;
    font-weight: bolder;
  }
  .top-part .right-part > .gg-wrapper li .content-wrapper p {
    font-size: 12px;
    color: #999;
    margin-top: 2px;
  }
  .top-part .right-part .notice-wrapper {
    background-color: #fff;
    margin-top: 5px;
    padding-bottom: 10px;
    height: 205px;
    position: relative;
  }
  .top-part .right-part .notice-wrapper .tab-header {
    width: 290px;
    overflow: hidden;
    position: relative;
  }
  .top-part .right-part .notice-wrapper .tab-header .pre-wrapper {
    position: absolute;
    width: 38px;
    left: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    z-index: 2;
    cursor: pointer;
  }
  .top-part .right-part .notice-wrapper .tab-header .pre-wrapper:after {
    content: '';
    width: 20px;
    height: 40px;
    display: inline-block;
    position: absolute;
    left: 38px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(left, #fff, hsla(0, 0%, 100%, 0));
    background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
  }
  .top-part .right-part .notice-wrapper .tab-header .pre-wrapper i {
    font-size: 8px;
    color: rgba(0, 0, 0, 0.4);
    vertical-align: middle;
  }
  .top-part .right-part .notice-wrapper .tab-header .next-wrapper {
    position: absolute;
    width: 38px;
    right: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    z-index: 2;
    cursor: pointer;
  }
  .top-part .right-part .notice-wrapper .tab-header .next-wrapper:before {
    content: '';
    width: 20px;
    height: 40px;
    display: inline-block;
    right: 38px;
    position: absolute;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(right, #fff, hsla(0, 0%, 100%, 0));
    background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
  }
  .top-part .right-part .notice-wrapper .tab-header .next-wrapper i {
    font-size: 8px;
    color: rgba(0, 0, 0, 0.4);
    vertical-align: middle;
  }
  .top-part .right-part .notice-wrapper .tab-header .ul-wrapper {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .top-part .right-part .notice-wrapper .tab-header ul {
    padding: 0 24px;
    font-size: 0;
    border-bottom: 1px solid #eee;
  }
  .top-part .right-part .notice-wrapper .tab-header ul li {
    display: inline-block;
    font-size: 12px;
    color: #999;
    height: 40px;
    line-height: 40px;
    margin-right: 32px;
    position: relative;
    cursor: pointer;
  }
  .top-part .right-part .notice-wrapper .tab-header ul li:not(.active):hover {
    color: #333;
  }
  .top-part .right-part .notice-wrapper .tab-header ul li.active {
    color: #333;
    font-weight: bolder;
  }
  .top-part .right-part .notice-wrapper .tab-header ul li.active:after {
    content: '';
    position: absolute;
    bottom: -1px;
    height: 2px;
    left: 0;
    right: 0;
    background-color: #37a5ec;
  }
  .top-part .right-part .notice-wrapper .content-wrapper {
    padding: 4px 10px 10px;
  }
  .top-part .right-part .notice-wrapper .content-wrapper .options {
    display: none;
  }
  .top-part .right-part .notice-wrapper .content-wrapper .options.active {
    display: block;
  }
  .top-part .right-part .notice-wrapper .content-wrapper .options li {
    line-height: 1;
    margin-top: 9px;
  }
  .top-part .right-part .notice-wrapper .content-wrapper .options li a {
    font-size: 12px;
    color: #666;
    height: 16px;
    display: block !important;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .top-part .right-part .notice-wrapper .content-wrapper .options li a.orange {
    color: #fe822e;
  }
  .top-part .right-part .notice-wrapper .content-wrapper .options li a.orange:hover {
    color: #37a5ec;
  }
  .top-part .right-part .notice-wrapper .loop-text {
    position: absolute;
    width: calc(100% - 20px);
    padding: 10px;
    padding-left: 73px;
    background: no-repeat 10px 10px #ebf6fd url('/public/img/1442792449249515343-2.png');
    background-size: 56px 16px;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .top-part .right-part .notice-wrapper .loop-text .left-link {
    position: absolute;
    width: 55px;
    height: 16px;
    display: inline-block;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .top-part .right-part .notice-wrapper .loop-text .height-control {
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    margin-top: 1px;
  }
  .top-part .right-part .notice-wrapper .loop-text .swiper-wrapper .swiper-slide {
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    color: #4b4b4b;
  }
  .top-part .right-part .notice-wrapper .loop-text .swiper-wrapper .swiper-slide a {
    height: 16px;
    line-height: 16px;
    color: #333;
    display: block !important;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .top-part .right-part .notice-wrapper .loop-text .swiper-wrapper .swiper-slide a:hover {
    color: #37a5ec;
  }
  .home-swiper-container {
    width: 700px;
    /* height: 270px; */
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  .home-swiper-container .swiper-pagination {
    width: unset;
    position: absolute;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    font-size: 0;
    padding: 6px 8px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.19);
    display: inline-block;
  }
  .home-swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: width 0.2s ease-out;
    -o-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out;
    display: inline-block;
    margin: 0;
    margin-left: 8px;
    cursor: pointer;
  }
  .home-swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 31px;
  }
  .home-swiper-container .swiper-wrapper {
    font-size: 0;
    white-space: nowrap;
  }
  .home-swiper-container .swiper-wrapper .swiper-slide {
    white-space: nowrap;
    width: 700px;
    /* height: 270px; */
    display: inline-block;
    border-radius: 4px 4px 0 0;
  }
  .home-swiper-container .swiper-wrapper .swiper-slide img {
    width: 700px;
    /* height: 270px; */
  }
  .to-buy-wrapper {
    margin-top: 10px;
    width: 890px;
    height: 64px;
    line-height: 36px;
    background: no-repeat 50%/890px 64px url('/public/img/3388239862376698494-2.jpg');
    padding: 14px 20px 14px 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .to-buy-wrapper img {
    width: 192px;
    vertical-align: middle;
  }
  .to-buy-wrapper span {
    font-size: 20px;
    font-weight: 700;
  }
  .to-buy-wrapper p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    font-size: 16px;
    color: #333;
  }
  .to-buy-wrapper p span {
    font-size: 18px;
    color: #37abef;
    margin: 0 3px;
  }
  .to-buy-wrapper a {
    width: 116px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    float: right;
    text-align: center;
    background: -webkit-gradient(linear, right top, left top, from(#5dc1ff), to(#30a7ec));
    background: -o-linear-gradient(right, #5dc1ff 0, #30a7ec 100%);
    background: linear-gradient(270deg, #5dc1ff, #30a7ec);
    -webkit-box-shadow: 0 2px 4px 0 rgba(87, 189, 252, 0.4);
    box-shadow: 0 2px 4px 0 rgba(87, 189, 252, 0.4);
    font-weight: 600;
  }
  .to-buy-wrapper a:hover {
    background: -webkit-gradient(linear, right top, left top, from(#5aadec), to(#1084c7));
    background: -o-linear-gradient(right, #5aadec 0, #1084c7 100%);
    background: linear-gradient(270deg, #5aadec, #1084c7);
  }
  .to-buy-wrapper a:active {
    color: #fff;
  }
  .gg-wrapper.bottom-mode {
    margin: 10px 0;
    font-size: 0;
    height: 100px;
  }
  .gg-wrapper.bottom-mode li {
    width: 290px;
    height: 100px;
    padding: 14px 16px;
    padding-left: 104px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition: -webkit-box-shadow 0.3s ease-out;
    transition: -webkit-box-shadow 0.3s ease-out;
    -o-transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  }
  .gg-wrapper.bottom-mode li:hover {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  }
  .gg-wrapper.bottom-mode li:last-child {
    margin-right: 0;
  }
  .gg-wrapper.bottom-mode li:hover {
    background-color: #fff;
  }
  .gg-wrapper.bottom-mode li img {
    position: absolute;
    width: 72px;
    height: 72px;
    left: 16px;
    top: 14px;
    border-radius: 100%;
  }
  .gg-wrapper.bottom-mode li .content-wrapper h3 {
    font-size: 16px;
    color: #333;
    font-weight: bolder;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .gg-wrapper.bottom-mode li .content-wrapper p {
    font-size: 13px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .gg-wrapper.bottom-mode li .content-wrapper a {
    height: 22px;
    line-height: 22px;
    margin-top: 10px;
    font-size: 12px;
    background: -webkit-gradient(linear, right top, left top, from(#5dc1ff), to(#30a7ec));
    background: -o-linear-gradient(right, #5dc1ff 0, #30a7ec 100%);
    background: linear-gradient(270deg, #5dc1ff, #30a7ec);
    padding: 0 8px;
    font-weight: 600;
  }
  .gg-wrapper.bottom-mode li .content-wrapper a:active {
    color: #fff;
  }
  
  .ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  
  .news-wrapper {
    padding: 24px;
    background-color: #fff;
    border-radius: 4px;
  }
  .news-wrapper .new-banner-wrapper {
    float: left;
    overflow: hidden;
    height: 407px;
    margin-right: 48px;
    -webkit-box-shadow: 0 2px 10px 0 hsla(0, 2%, 91%, 0.5);
    box-shadow: 0 2px 10px 0 hsla(0, 2%, 91%, 0.5);
    padding: 24px;
  }
  .news-wrapper .new-banner-wrapper .swiper-pagination {
    text-align: center;
    font-size: 0;
    bottom: 0;
  }
  .news-wrapper .new-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #d8d8d8;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    display: inline-block;
    margin-left: 8px;
    cursor: pointer;
  }
  .news-wrapper .new-banner-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #37a5ec;
  }
  .news-wrapper .new-banner-wrapper .swiper-container {
    width: 331px;
    overflow: hidden;
    padding-bottom: 25px;
  }
  .news-wrapper .new-banner-wrapper .swiper-container .swiper-wrapper {
    height: 340px;
    font-size: 0;
    white-space: nowrap;
  }
  .news-wrapper .new-banner-wrapper .swiper-container .swiper-slide {
    width: 331px;
    display: inline-block;
    white-space: normal;
    border-radius: 4px 4px 0 0;
    vertical-align: top;
  }
  .news-wrapper .new-banner-wrapper .swiper-container .swiper-slide .img-wrapper {
    width: 331px;
    height: 206px;
    overflow: hidden;
    border-radius: 4px;
  }
  .news-wrapper .new-banner-wrapper .swiper-container .swiper-slide img {
    width: 331px;
    height: 206px;
    border-radius: 4px;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .news-wrapper .new-banner-wrapper .swiper-container .swiper-slide img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .news-wrapper .new-banner-wrapper .swiper-container .swiper-slide > a {
    margin-top: 8px;
    font-size: 18px;
    color: #333;
    font-weight: bolder;
  }
  .news-wrapper .new-banner-wrapper .swiper-container .swiper-slide p {
    color: #999;
    font-size: 14px;
    margin-top: 4px;
    overflow: hidden;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .news-wrapper .right-part {
    float: left;
  }
  .news-wrapper .right-part .part:first-child {
    margin-bottom: 18px;
  }
  .news-wrapper .right-part .part:first-child .news-list-wrapper {
    height: 150px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f1f1f1;
  }
  .news-wrapper .right-part .part .top-wrapper {
    position: relative;
    padding-top: 8px;
    margin-bottom: 16px;
  }
  .news-wrapper .right-part .part .top-wrapper .title {
    font-size: 14px;
    color: #333;
    font-weight: bolder;
  }
  .news-wrapper .right-part .part .top-wrapper .more {
    color: #999;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 8px;
  }
  .news-wrapper .right-part .part .news-list-wrapper ul {
    float: left;
    width: 301px;
  }
  .news-wrapper .right-part .part .news-list-wrapper ul:first-child {
    margin-right: 88px;
  }
  .news-wrapper .right-part .part .news-list-wrapper ul li {
    margin-bottom: 7px;
  }
  .news-wrapper .right-part .part .news-list-wrapper ul li.orange a {
    color: #fb602b;
  }
  .news-wrapper .right-part .part .news-list-wrapper ul li a {
    color: #666;
    height: 19px;
    display: block !important;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .entry {
    padding: 44px 0 46px;
    width: 1190px;
    height: 204px;
    margin: 48px auto;
    background: url(/public/img/3388240240333719046-2.jpg) 50% / cover no-repeat;
  }
  .entry h2 {
    font-size: 22px;
    color: #333;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 6px;
  }
  .entry ul {
    font-size: 0;
    text-align: center;
  }
  .entry ul li {
    display: inline-block;
    font-size: 14px;
    color: #333;
    margin-right: 47px;
  }
  .entry ul li:last-child {
    margin-right: 0;
  }
  .entry ul li > span {
    font-size: 14px;
  }
  .entry ul li .number-wrapper,
  .entry ul li > span {
    display: inline-block;
    color: #37a5ec;
    font-weight: bolder;
  }
  .entry ul li .number-wrapper {
    font-size: 15px;
    vertical-align: middle;
  }
  .entry ul li .number-wrapper .mt-number-animate {
    padding-right: 0;
  }
  .entry ul li .number-wrapper .mt-number-animate .mt-number-animate-span {
    font-size: 14px;
  }
  .entry ul li .number-wrapper .mt-number-animate .mt-number-animate-dom {
    width: 9px;
  }
  .entry ul li .number-wrapper .mt-number-animate .mt-number-animate-dot {
    width: 3px;
    margin-left: 1px;
    line-height: 30px;
  }
  .entry .btn-wrapper {
    margin-top: 20px;
    font-size: 0;
    text-align: center;
  }
  .entry .btn-wrapper a {
    display: inline-block;
    width: 170px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }
  .entry .btn-wrapper a:first-child {
    margin-right: 32px;
  }
  #side-bar {
    position: fixed;
    width: 78px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #eee;
    font-size: 0;
    z-index: 100;
  }
  #side-bar .gg-item img {
    width: 78px;
    height: 200px;
  }
  #side-bar .qrcode {
    width: 78px;
  }
  #side-bar .qrcode-desc {
    display: table-cell;
    vertical-align: middle;
    height: 35px;
    width: 78px;
    background-color: #251a65;
    text-align: center;
  }
  #side-bar .qrcode-desc h4 {
    font-size: 10px;
    font-weight: bolder;
    color: #fff;
    margin-bottom: 0;
  }
  #side-bar .qrcode-desc p {
    font-size: 10px;
    color: #fff;
  }
  #side-bar .button-text {
    border: 1px solid #eee;
    height: 32px;
    line-height: 32px;
    width: 78px;
    text-align: center;
    color: #999;
    font-size: 12px;
    background-color: #fff;
  }
  #side-bar .button-text.to-top {
    margin-top: 0;
    border-top: 0;
  }
  #side-bar .button-text.to-top i {
    font-size: 12px;
    display: inline-block;
    width: 8px;
  }
  .max-container_1u5Pf {
    width: 100%;
  }
  .main-container_3RpGM {
    width: 1190px;
    margin: 0 auto;
  }
  .service-list-wrapper_1x2o- {
    background: #fff;
  }
  .service-list-wrapper_1x2o- .service-list_1MUhk {
    font-size: 0;
    padding: 32px 100px;
    border-bottom: 1px solid #eee;
  }
  .service-list-wrapper_1x2o- .service-list_1MUhk li {
    display: inline-block;
  }
  .service-list-wrapper_1x2o- .service-list_1MUhk li:nth-child(2) {
    margin-left: 290px;
  }
  .service-list-wrapper_1x2o- .service-list_1MUhk li:nth-child(3) {
    margin-left: 261px;
  }
  .service-list-wrapper_1x2o- .service-list_1MUhk li i {
    display: inline-block;
    border-radius: 100%;
    line-height: 48px;
    text-align: center;
    font-size: 48px;
    margin-right: 16px;
    vertical-align: middle;
    color: #37a5ec;
  }
  .service-list-wrapper_1x2o- .service-list_1MUhk li a {
    font-size: 18px;
    color: #666;
    vertical-align: middle;
  }
  .link-wrapper_3eTxj {
    padding: 32px 131px 31px 100px;
  }
  .link-wrapper_3eTxj .option_1-GOK {
    width: 84px;
    margin-right: 124px;
    float: left;
  }
  .link-wrapper_3eTxj .option_1-GOK .qrcode-wrapper_3k201 {
    width: 120px;
  }
  .link-wrapper_3eTxj .option_1-GOK .qrcode-wrapper_3k201 img {
    width: 120px;
    height: 120px;
  }
  .link-wrapper_3eTxj .option_1-GOK .qrcode-wrapper_3k201 p {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
  }
  .link-wrapper_3eTxj .option_1-GOK:last-child {
    margin-right: 0;
  }
  .ft-option-title_Tvkze,
  .link-wrapper_3eTxj .option_1-GOK h3 {
    font-size: 14px;
    color: #333;
    font-weight: bolder;
    margin-bottom: 16px;
  }
  .link-wrapper_3eTxj .option_1-GOK ul li {
    margin-top: 8px;
  }
  .link-wrapper_3eTxj .option_1-GOK ul li a {
    font-size: 12px;
    color: #666;
  }
  #jindu-modal h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 32px;
    font-weight: 700;
  }
  #jindu-modal p {
    color: #333;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  #jindu-modal p > span {
    display: block;
  }
  #jindu-modal .text-right {
    text-align: right;
  }
  .max-container {
    width: 100%;
  }
  .main-container {
    width: 1190px;
    margin: 0 auto;
  }
  .clearfix:after,
  .clearfix:before {
    content: '';
    display: table;
    clear: both;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .button {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    background-color: #37a5ec;
    cursor: pointer;
  }
  .button-blank {
    border: 1px solid #37a5ec;
    border-radius: 4px;
    background-color: #fff;
    color: #37a5ec;
    font-size: 16px;
  }
  .button-blank:active,
  .button-blank:hover {
    background-color: #e2f4ff;
  }
  .button-blank:active {
    color: #1084c7;
  }
  .button-text {
    font-size: 14px;
    height: auto;
    line-height: 1.4;
    color: #333;
  }
  .button-text.orange {
    color: #fb602b;
  }
  .button-text-primary {
    color: #37a5ec;
  }
  .button-text-primary:active,
  .button-text-primary:hover {
    color: #1084c7 !important;
  }
  .button-text:active,
  .button-text:hover {
    color: #37a5ec !important;
  }
  .button:hover {
    background-color: #1084c7;
    color: #fff;
  }
  .button:active {
    background-color: #1084c7;
    color: #7db8ec;
  }
  .bg-white {
    background-color: #fff;
  }
  .hide {
    display: none;
  }
  .link-total {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  img.lazy[data-src] {
    background: no-repeat 50%;
  }
  img.lazy[data-src].v {
    background-size: auto 50%;
  }
  .component-left-divide:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 12px;
    background-color: #37a5ec;
    margin-right: 8px;
    vertical-align: middle;
    margin-bottom: 2px;
  }
  .component-loading {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
  .component-loading:before {
    width: 18px;
    height: 14px;
    background: no-repeat 50%/22px 17px url('/public/img/1724077325319515343-2.png');
  }
  .component-loading:after,
  .component-loading:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .component-loading:after {
    width: 32px;
    height: 32px;
    background: no-repeat 50%/32px 32px url('/public/img/3106788884039515343-2.png');
    -webkit-animation: spin linear 0.8s infinite;
    animation: spin linear 0.8s infinite;
  }
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: translate(-50%, -50%) rotate(0);
      transform: translate(-50%, -50%) rotate(0);
      -webkit-transform-origin: center;
      transform-origin: center;
    }
    to {
      -webkit-transform: translate(-50%, -50%) rotate(1turn);
      transform: translate(-50%, -50%) rotate(1turn);
      -webkit-transform-origin: center;
      transform-origin: center;
    }
  }
  @keyframes spin {
    0% {
      -webkit-transform: translate(-50%, -50%) rotate(0);
      transform: translate(-50%, -50%) rotate(0);
      -webkit-transform-origin: center;
      transform-origin: center;
    }
    to {
      -webkit-transform: translate(-50%, -50%) rotate(1turn);
      transform: translate(-50%, -50%) rotate(1turn);
      -webkit-transform-origin: center;
      transform-origin: center;
    }
  }
  .component-nav-menu {
    height: 30px;
    position: relative;
  }
  .component-nav-menu:hover .menu-wrapper {
    display: block;
  }
  .component-nav-menu:hover a {
    color: #37a5ec;
  }
  .component-nav-menu:hover a i {
    color: #37a5ec;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .component-nav-menu:hover > ul {
    display: block;
  }
  .component-nav-menu > a {
    padding: 0 10px;
    font-size: 12px;
    color: #4b4b4b;
  }
  .component-nav-menu > a i {
    display: inline-block;
    color: #4b4b4b;
    font-size: 14px;
    vertical-align: middle;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .component-nav-menu .menu-wrapper {
    position: absolute;
    z-index: 100;
    top: 30px;
    left: 0;
    width: 100px;
    background-color: #fff;
    border: 1px solid #eee;
    display: none;
  }
  .component-nav-menu .menu-wrapper .part h3 {
    height: 24px;
    line-height: 24px;
    color: #333;
    font-weight: bolder;
    font-size: 12px;
    padding: 0 10px;
  }
  .component-nav-menu .menu-wrapper .part > ul {
    border-bottom: 1px solid #e1e1e1;
  }
  .component-nav-menu .menu-wrapper .part > ul > li {
    padding: 0 10px;
  }
  .component-nav-menu .menu-wrapper .part > ul > li a {
    display: block;
  }
  .component-nav-menu .menu-wrapper .part > ul > li:hover {
    background-color: #f5f5f5;
  }
  .component-nav-menu > ul {
    position: absolute;
    z-index: 100;
    top: 30px;
    left: 0;
    width: 100px;
    background-color: #fff;
    border: 1px solid #eee;
    display: none;
  }
  .component-nav-menu > ul li {
    padding: 0 10px;
  }
  .component-nav-menu > ul li a {
    display: block;
  }
  .component-nav-menu > ul li:hover {
    background-color: #f5f5f5;
  }
  .component-tag:after {
    content: attr(data-tag-content);
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: #fb602b;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    margin-left: 6px;
    vertical-align: middle;
    text-align: center;
  }
  #elevator_1 {
    position: relative;
  }
  #elevator {
    position: absolute;
    top: 0;
    left: -74px;
    width: 58px;
    height: auto;
    background-color: #fff;
    overflow: hidden;
  }
  #elevator.fixed {
    position: fixed;
    top: 140px;
    left: 50%;
    margin-left: -669px;
  }
  #elevator li {
    width: 100%;
    position: relative;
    padding: 11px 14px;
    padding-bottom: 0;
    height: 56px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  #elevator li:first-child {
    border-top: 1px solid #eee;
  }
  #elevator li:last-child {
    border-bottom: 1px solid #eee;
  }
  #elevator li:last-child a {
    border-bottom: 0;
    color: #999;
  }
  #elevator li.active {
    background-color: #37a5ec;
    margin-top: -2px;
  }
  #elevator li.active a:hover {
    color: #fff !important;
  }
  #elevator li.active a {
    color: #fff;
    border-bottom: 0;
  }
  #elevator li a {
    display: inline-block;
    width: 100%;
    height: 44px;
    text-align: center;
    line-height: 40px;
    color: #999;
    -webkit-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;
    font-size: 14px;
    line-height: 17px;
  }
  #index {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f5f5f5;
  }
  #index img {
    color: transparent;
  }
  #index a {
    display: inline-block;
  }
  #index div[data-ad-id='ad_screen1_bg'] {
    overflow: hidden;
    height: 800px;
  }
  #index .activity-left {
    left: 50%;
    margin-left: -961px;
  }
  #index .activity-left,
  #index .activity-right {
    position: absolute;
    top: 0;
    width: 366px;
    height: 800px;
  }
  #index .activity-right {
    right: 50%;
    margin-right: -961px;
  }
  #index .gg-common-small {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 0;
  }
  #index .gg-common-small,
  #index .gg-common-small.onlyOne img {
    width: 1190px;
    height: 72px;
  }
  #index .gg-common-small li {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  #index .gg-common-small li:hover {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  #index .gg-common-small li:last-child {
    margin-right: 0;
  }
  #index .gg-common-small li img {
    border-radius: 4px;
    width: 390px;
    height: 72px;
  }
  #index .two-part .common-part {
    float: left;
    width: 590px;
  }
  #index .two-part .common-part:first-child {
    margin-right: 10px;
  }
  #index .inner-nav {
    padding-left: 16px;
    height: 40px;
    line-height: 40px;
    display: -ms-flexbox;
    display: flex;
  }
  #index .inner-nav .link-all-types {
    display: inline-block;
    margin-right: 57px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
  }
  #index .inner-nav .link-all-types:hover i,
  #index .inner-nav .link-all-types:hover span {
    color: #37a5ec;
  }
  #index .inner-nav .link-all-types i {
    font-size: 12px;
    color: #333;
    margin-right: 5px;
    vertical-align: middle;
  }
  #index .inner-nav .link-all-types span {
    vertical-align: middle;
    font-size: 14px;
    color: #4b4b4b;
    font-weight: bolder;
  }
  #index .inner-nav > ul {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #index .inner-nav > ul li {
    position: relative;
    display: inline-block;
  }
  #index .inner-nav > ul li.active a {
    color: #37a5ec;
  }
  #index .inner-nav > ul li.active:after {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #37a5ec;
  }
  #index .inner-nav > ul li:last-child:before {
    display: none;
  }
  #index .inner-nav > ul li:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -32px;
    background-color: #d8d8d8;
  }
  #index .inner-nav > ul li:hover a {
    color: #37a5ec;
  }
  #index .inner-nav > ul li:hover:after {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #37a5ec;
  }
  #index .inner-nav > ul li a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #333;
    -webkit-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    padding: 0 10px;
  }
  #index .inner-nav > ul li a .new {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    height: 17px;
    background: #fb602b;
    border-radius: 16px;
    padding: 0 4px;
    font-style: normal;
    margin-left: 4px;
  }
  #index .main-content > .gg-wrapper {
    margin: 10px 0;
    font-size: 0;
    height: 100px;
  }
  #index .main-content > .gg-wrapper li {
    width: 290px;
    height: 100px;
    padding: 14px 16px;
    padding-left: 104px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  #index .main-content > .gg-wrapper li:last-child {
    margin-right: 0;
  }
  #index .main-content > .gg-wrapper li:hover {
    background-color: #fff;
  }
  #index .main-content > .gg-wrapper li img {
    position: absolute;
    width: 72px;
    height: 72px;
    left: 16px;
    top: 14px;
    border-radius: 100%;
  }
  #index .main-content > .gg-wrapper li .content-wrapper h3 {
    font-size: 16px;
    color: #333;
    font-weight: bolder;
  }
  #index .main-content > .gg-wrapper li .content-wrapper p {
    font-size: 13px;
    color: #999;
  }
  #index .main-content > .gg-wrapper li .content-wrapper a {
    height: 22px;
    line-height: 22px;
    margin-top: 10px;
    font-size: 12px;
    background: -webkit-gradient(linear, right top, left top, from(#5dc1ff), to(#30a7ec));
    background: -o-linear-gradient(right, #5dc1ff 0, #30a7ec 100%);
    background: linear-gradient(270deg, #5dc1ff, #30a7ec);
    padding: 0 8px;
    font-weight: 600;
  }
  #index .main-content > .gg-wrapper li .content-wrapper a:active {
    color: #fff;
  }
  #index .main-content .top-part {
    /* height: 554px; */
  }
  #index .main-content .top-part .left-middle-part {
    width: 890px;
    height: 470px;
    float: left;
  }
  #index .main-content .top-part .left-middle-part .banner-types-wrapper .banner-wrapper {
    float: left;
    width: 700px;
    height: 470px;
  }
  #index .main-content .top-part .left-middle-part .banner-types-wrapper .banner-wrapper > .gg-wrapper {
    font-size: 0;
    background-color: #fff;
  }
  #index .common-part {
    /* margin-top: 24px; */
    padding-bottom: 24px;
  }
  #index .common-part#elevator_1 .product-list-common-1 .img-wrapper:after {
    content: '\7814\9009';
    font-size: 12px;
    color: #4278ad;
    position: absolute;
    width: 32px;
    height: 17px;
    background: #d2e6f9;
    line-height: 17px;
    text-align: center;
    left: 0;
    top: 0;
    border: 1px solid #4278ad;
    border-radius: 2px;
  }
  #index .common-part#elevator_2 .product-list-common-1 > ul li:first-child .img-wrapper:before {
    content: '\70ED\95E8';
    font-size: 12px;
    color: #ffb80c;
    position: absolute;
    width: 32px;
    height: 17px;
    background: #fff8cc;
    line-height: 17px;
    text-align: center;
    left: 36px;
    top: 0;
    border: 1px solid #ffb80c;
    border-radius: 2px;
    z-index: 1;
  }
  #index .common-part#elevator_2 .product-list-common-1 .img-wrapper:after {
    content: '\6D3B\52A8';
    font-size: 12px;
    color: #fb602b;
    position: absolute;
    width: 32px;
    height: 17px;
    background: #fbefe7;
    line-height: 17px;
    text-align: center;
    left: 0;
    top: 0;
    border: 1px solid #fb602b;
    border-radius: 2px;
  }
  #index .common-part#elevator_3 .product-list-common-2 .left-list li:first-child .img-wrapper:after,
  #index .common-part#elevator_3 .product-list-common-2 .left-list li:nth-child(2) .img-wrapper:after {
    content: '\6D3B\52A8';
    font-size: 12px;
    color: #fb602b;
    position: absolute;
    width: 32px;
    height: 17px;
    background: #fbefe7;
    line-height: 17px;
    text-align: center;
    left: 12px;
    top: 12px;
    border: 1px solid #fb602b;
    border-radius: 2px;
  }
  #index .common-part#elevator_1,
  #index .common-part#elevator_2 {
    padding-bottom: 14px;
    margin-top: 0px;
  }
  #index .common-part .list {
    display: none !important;
  }
  #index .common-part .list.active {
    display: inline-block !important;
  }
  #index .common-part .title-wrapper {
    height: 25px;
    line-height: 25px;
    margin-bottom: 24px;
    position: relative;
    font-size: 0;
    padding-top: 12px;
  }
  #index .common-part .title-wrapper .swiper-part {
    max-width: 500px;
    display: inline-block;
    margin-left: 16px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    vertical-align: middle;
  }
  #index .common-part .title-wrapper .swiper-part .swiper-slide span {
    color: #b0b0b0;
    vertical-align: middle;
    font-size: 14px;
  }
  #index .common-part .title-wrapper .swiper-part .swiper-slide a {
    vertical-align: middle;
    margin-left: 3px;
    font-size: 14px;
  }
  #index .common-part .title-wrapper.white,
  #index .common-part .title-wrapper.white .more,
  #index .common-part .title-wrapper.white .more i,
  #index .common-part .title-wrapper.white .title,
  #index .common-part .title-wrapper.white .title i {
    color: #fff;
  }
  #index .common-part .title-wrapper.white .more i:hover {
    color: #37a5ec;
  }
  #index .common-part .title-wrapper.white .type-wrapper ul li {
    color: hsla(0, 0%, 100%, 0.5);
  }
  #index .common-part .title-wrapper.white .type-wrapper ul li.active,
  #index .common-part .title-wrapper.white .type-wrapper ul li:hover {
    color: #fff;
  }
  #index .common-part .title-wrapper .title {
    font-size: 18px;
    color: #37a5ec;
    display: inline-block;
    vertical-align: middle;
    font-weight: bolder;
  }
  #index .common-part .title-wrapper .title i {
    font-size: 18px;
    color: #37a5ec;
    margin-right: 8px;
    font-weight: 400;
  }
  #index .common-part .title-wrapper .type-wrapper {
    display: inline-block;
    vertical-align: middle;
  }
  #index .common-part .title-wrapper .type-wrapper ul {
    vertical-align: middle;
    font-size: 0;
    display: inline-block;
  }
  #index .common-part .title-wrapper .type-wrapper ul li {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-left: 24px;
    cursor: pointer;
    vertical-align: middle;
  }
  #index .common-part .title-wrapper .type-wrapper ul li span {
    font-size: 14px;
  }
  #index .common-part .title-wrapper .type-wrapper ul li.active {
    color: #333;
    font-weight: 600;
    position: relative;
    display: inline-block;
  }
  #index .common-part .title-wrapper .type-wrapper ul li.active span {
    position: relative;
    z-index: 9;
    font-size: 14px;
  }
  #index .common-part .title-wrapper .type-wrapper ul li.active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 4px;
    border-radius: 2px;
    background-color: #37a5ec;
    opacity: 0.7;
    z-index: 1;
  }
  #index .common-part .title-wrapper .type-wrapper ul li:hover {
    color: #333;
  }
  #index .common-part .title-wrapper .more {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #999;
    height: 25px;
    line-height: 25px;
  }
  #index .common-part .title-wrapper .more:hover i {
    color: #37a5ec;
  }
  #index .common-part .title-wrapper .more span {
    vertical-align: middle;
    font-size: 14px;
  }
  #index .common-part .title-wrapper .more i {
    color: #ddd;
    font-size: 14px;
    margin-left: 8px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
  }
  #index .common-part .product-list-common-1 {
    width: 1190px;
    height: 308px;
    padding-top: 10px;
    margin-top: -10px;
    white-space: nowrap;
    overflow-x: hidden;
    font-size: 0;
  }
  #index .common-part .product-list-common-1 .demo {
    display: inline-block;
    width: 190px;
    height: 288px;
    border-radius: 4px;
    vertical-align: middle;
  }
  #index .common-part .product-list-common-1 > ul {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  #index .common-part .product-list-common-1 > ul .lazyload-wrapper {
    display: inline-block;
  }
  #index .common-part .product-list-common-1 > ul li {
    width: 198px;
    height: 288px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 12px;
    padding-bottom: 16px;
    margin-left: 0px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    white-space: normal;
    vertical-align: top;
  }
  #index .common-part .product-list-common-1 > ul li:hover {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  }
  #index .common-part .product-list-common-1 > ul li .img-wrapper {
    width: 166px;
    height: 166px;
    line-height: 166px;
    position: relative;
    margin-bottom: 8px;
    overflow: hidden;
  }
  #index .common-part .product-list-common-1 > ul li .img-wrapper img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    display: inline-block;
  }
  #index .common-part .product-list-common-1 > ul li > a:not(.link-total) {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    font-weight: bolder;
    margin-bottom: 24px;
    overflow: hidden;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #index .common-part .product-list-common-1 > ul li .price-wrapper {
    word-wrap: break-word;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #fb602b;
  }
  #index .common-part .product-list-common-1 > ul li .price-wrapper .now-price {
    vertical-align: middle;
    font-size: 16px;
    color: #fb602b;
    font-weight: bolder;
  }
  #index .common-part .product-list-common-1 > ul li .price-wrapper .old-price {
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
    vertical-align: bottom;
    margin-left: 8px;
  }
  #index .common-part .product-list-common-2 {
    height: 496px;
  }
  #index .common-part .product-list-common-2 .left-list {
    height: 100%;
    width: 790px;
    float: left;
    font-size: 0;
    display: none;
  }
  #index .common-part .product-list-common-2 .left-list.active {
    display: block;
  }
  #index .common-part .product-list-common-2 .left-list li {
    background-color: #fff;
    position: relative;
    margin-right: 10px;
    width: 190px;
    height: 238px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
    display: inline-block;
  }
  #index .common-part .product-list-common-2 .left-list li:nth-child(4n) {
    margin-right: 0;
  }
  #index .common-part .product-list-common-2 .left-list li:hover .more-wrapper {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #index .common-part .product-list-common-2 .left-list li .img-wrapper {
    width: 190px;
    height: 198px;
    line-height: 198px;
    position: relative;
  }
  #index .common-part .product-list-common-2 .left-list li .img-wrapper img {
    vertical-align: middle;
    width: 100%;
  }
  #index .common-part .product-list-common-2 .left-list li .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #dbdbdb;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    border-radius: 0 0 4px 4px;
  }
  #index .common-part .product-list-common-2 .left-list li .more-wrapper {
    position: absolute;
    bottom: 0;
    height: 73px;
    padding: 20px 0;
    background-color: #fff;
    z-index: 9;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translateY(73px);
    -ms-transform: translateY(73px);
    transform: translateY(73px);
  }
  #index .common-part .product-list-common-2 .left-list li .more-wrapper .button {
    width: 124px;
    height: 33px;
    line-height: 33px;
  }
  #index .common-part .product-list-common-2 .right-list {
    height: 100%;
    width: 390px;
    margin-left: 10px;
    float: left;
    display: none;
  }
  #index .common-part .product-list-common-2 .right-list.active {
    display: block;
  }
  #index .common-part .product-list-common-2 .right-list li {
    width: 390px;
    height: 238px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    overflow: hidden;
  }
  #index .common-part .product-list-common-2 .right-list li:hover .more-wrapper {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #index .common-part .product-list-common-2 .right-list li img {
    width: 390px;
    height: 238px;
    border-radius: 4px;
    background-position: auto 50%;
  }
  #index .common-part .product-list-common-2 .right-list li .more-wrapper {
    position: absolute;
    height: 83px;
    padding: 20px 0;
    padding-top: 30px;
    background-color: #fff;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translateY(83px);
    -ms-transform: translateY(83px);
    transform: translateY(83px);
  }
  #index .common-part .product-list-common-2 .right-list li .more-wrapper .button {
    width: 205px;
    height: 33px;
    line-height: 33px;
  }
  #index .common-part .product-list-common-3 .left-list {
    width: 890px;
    height: 340px;
    padding: 24px;
    float: left;
    border-radius: 4px;
    margin-right: 10px;
  }
  #index .common-part .product-list-common-3 .left-list .goods-list {
    font-size: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
    height: 176px;
    overflow: hidden;
  }
  #index .common-part .product-list-common-3 .left-list .goods-list .lazyload-wrapper {
    display: inline-block;
  }
  #index .common-part .product-list-common-3 .left-list .goods-list li {
    position: relative;
    display: inline-block;
    width: 254px;
    height: 64px;
    padding-left: 80px;
    margin-bottom: 24px;
    margin-right: 40px;
  }
  #index .common-part .product-list-common-3 .left-list .goods-list li:nth-child(3n) {
    margin-right: 0;
  }
  #index .common-part .product-list-common-3 .left-list .goods-list li .img-wrapper {
    width: 64px;
    height: 64px;
    overflow: hidden;
    position: absolute;
    border-radius: 4px;
    left: 0;
    top: 0;
  }
  #index .common-part .product-list-common-3 .left-list .goods-list li img {
    width: 64px;
    height: 64px;
    border-radius: 4px;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  #index .common-part .product-list-common-3 .left-list .goods-list li img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  #index .common-part .product-list-common-3 .left-list .goods-list li .content-wrapper a {
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #index .common-part .product-list-common-3 .left-list .goods-list li .content-wrapper .collection {
    font-size: 12px;
    color: #999;
    margin-top: 7px;
  }
  #index .common-part .product-list-common-3 .left-list .goods-list li .content-wrapper .price {
    margin-top: 2px;
  }
  #index .common-part .product-list-common-3 .left-list .goods-list li .content-wrapper .price .new-price {
    color: #fb602b;
    font-size: 16px;
    font-weight: bolder;
  }
  #index .common-part .product-list-common-3 .left-list .goods-list li .content-wrapper .price .old-price {
    font-size: 12px;
    color: #999;
    margin-left: 8px;
    text-decoration: line-through;
    vertical-align: bottom;
  }
  #index .common-part .product-list-common-3 .left-list .report .title {
    font-size: 14px;
    font-weight: bolder;
    color: #333;
  }
  #index .common-part .product-list-common-3 .left-list .report ul {
    font-size: 0;
  }
  #index .common-part .product-list-common-3 .left-list .report ul li {
    display: inline-block;
    margin-top: 16px;
    margin-right: 40px;
    width: 254px;
  }
  #index
    .common-part
    .product-list-common-3
    .left-list
    .report
    ul
    li#index
    .product-list-common-3
    .left-list
    .report
    ul
    li:nth-child(3n),
  #index .common-part .product-list-common-3 .left-list .report ul li:nth-child(3n) {
    margin-right: 0;
  }
  #index .common-part .product-list-common-3 .left-list .report ul li a {
    color: #999;
    height: 19px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  #index .common-part .product-list-common-3 .right-part {
    float: left;
    height: 345px;
    width: 290px;
  }
  #index .common-part .product-list-common-3 .right-part img {
    width: 290px;
    height: 340px;
    border-radius: 4px;
  }
  #index .common-part .product-list-common-4 {
    padding: 24px;
    padding-bottom: 0;
    border-radius: 4px;
  }
  #index .common-part .product-list-common-4 .left-part {
    float: left;
    width: 366px;
    height: 460px;
    padding: 48px 24px;
    background: no-repeat 50%;
  }
  #index .common-part .product-list-common-4 .left-part .group {
    margin-bottom: 24px;
  }
  #index .common-part .product-list-common-4 .left-part .group .title {
    font-weight: 400;
    font-size: 14px;
    color: #333;
  }
  #index .common-part .product-list-common-4 .left-part .group ul {
    font-size: 0;
  }
  #index .common-part .product-list-common-4 .left-part .group ul li {
    display: inline-block;
    margin-top: 8px;
    margin-right: 16px;
  }
  #index .common-part .product-list-common-4 .left-part .group ul li a {
    font-size: 14px;
  }
  #index .common-part .product-list-common-4 .right-part {
    float: left;
    width: 776px;
    height: 480px;
    font-size: 0;
  }
  #index .common-part .product-list-common-4 .right-part li {
    display: inline-block;
    width: 170px;
    margin-left: 24px;
    margin-bottom: 24px;
    vertical-align: top;
  }
  #index .common-part .product-list-common-4 .right-part li .img-wrapper {
    width: 170px;
    height: 170px;
    overflow: hidden;
  }
  #index .common-part .product-list-common-4 .right-part li img {
    width: 170px;
    height: 170px;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  #index .common-part .product-list-common-4 .right-part li img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  #index .common-part .product-list-common-4 .right-part li .button-text {
    display: block;
    font-size: 14px;
    margin-top: 8px;
    cursor: pointer;
    overflow: hidden;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #index .common-part .product-list-common-5 {
    padding: 24px;
    padding-bottom: 0;
    border-radius: 4px;
  }
  #index .common-part .product-list-common-5 .product-list {
    font-size: 0;
    height: 504px;
  }
  #index .common-part .product-list-common-5 .product-list.min-height {
    height: 240px;
  }
  #index .common-part .product-list-common-5 .product-list li {
    display: inline-block;
    width: 170px;
    height: 216px;
    margin-right: 16px;
    margin-bottom: 24px;
    vertical-align: top;
  }
  #index .common-part .product-list-common-5 .product-list li:nth-child(3n) {
    margin-right: 0;
  }
  #index .common-part .product-list-common-5 .product-list li .img-wrapper {
    width: 170px;
    height: 170px;
    overflow: hidden;
  }
  #index .common-part .product-list-common-5 .product-list li img {
    width: 170px;
    height: 170px;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  #index .common-part .product-list-common-5 .product-list li img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  #index .common-part .product-list-common-5 .product-list li .button-text {
    display: block;
    font-size: 14px;
    margin-top: 8px;
    cursor: pointer;
    overflow: hidden;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #index .common-part .product-list-common-5 .inner-link-wrapper {
    padding: 0 24px;
    padding-top: 24px;
    background: no-repeat 50%;
    margin-bottom: 24px;
    width: 542px;
    height: 218px;
  }
  #index .common-part .product-list-common-5 .inner-link-wrapper .group {
    margin-bottom: 24px;
    width: 227px;
    float: left;
    margin-right: 40px;
  }
  #index .common-part .product-list-common-5 .inner-link-wrapper .group:nth-child(2n) {
    margin-right: 0;
  }
  #index .common-part .product-list-common-5 .inner-link-wrapper .group .title {
    font-weight: 400;
    font-size: 14px;
    color: #333;
  }
  #index .common-part .product-list-common-5 .inner-link-wrapper .group ul {
    font-size: 0;
    height: 54px;
    overflow: hidden;
  }
  #index .common-part .product-list-common-5 .inner-link-wrapper .group ul li {
    display: inline-block;
    margin-top: 8px;
    margin-right: 16px;
  }
  #index .common-part .product-list-common-5 .inner-link-wrapper .group ul li a {
    font-size: 14px;
  }
  #index .common-part .recruitment-wrapper {
    height: 650px;
    /* padding: 24px 0; */
    margin-bottom: 24px;
    /* background: no-repeat 50% / cover url('/public/img/3388240180204174217-2.jpg'); */
  }
  #index .common-part .recruitment-wrapper .banner {
    width: 1190px;
    height: 72px;
  }
  #index .numberAnimate {
    display: inline-block;
    vertical-align: middle;
  }
  #index .mt-number-animate {
    line-height: 30px;
    height: 30px;
    font-size: 36px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    padding-right: 8px;
  }
  #index .mt-number-animate .mt-number-animate-dot {
    width: 3px;
    line-height: 26px;
    font-size: 14px;
    float: left;
    text-align: center;
    margin-left: 4px;
  }
  #index .mt-number-animate .mt-number-animate-dom {
    width: 11px;
    text-align: center;
    float: left;
    position: relative;
    top: 0;
  }
  #index .mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
    width: 100%;
    float: left;
    font-weight: bolder;
  }
  #index .commonDialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
  }
  #index .commonDialog__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  #index .commonDialog__wrap {
    position: absolute;
    width: 590px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 40px 24px 24px;
    font-size: 14px;
  }
  #index .commonDialog__content h3 {
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 32px;
    font-size: 14px;
  }
  #index .commonDialog__content p {
    color: #333;
    line-height: 20px;
    margin-bottom: 30px;
  }
  #index .commonDialog__content a {
    color: #37a5ec;
    display: block;
    line-height: 20px;
  }
  #index .commonDialog__content span {
    display: block;
    line-height: 20px;
  }
  #index .commonDialog__text-right {
    text-align: right;
  }
  #index .commonDialog__button {
    text-align: center;
  }
  #index .commonDialog__button button {
    background: #37a5ec;
    border-radius: 4px;
    padding: 0 17px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    cursor: pointer;
    border: none;
  }
  #index .commonDialog__close {
    font-size: 20px;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    width: 26px;
    text-align: center;
  }
  .g-footer-friendlink-container {
    background-color: #333;
  }
  .g-footer-friendlink-container .g-footer-friendlink-wrap {
    max-width: 1190px;
    padding-top: 20px;
    margin: 0 auto;
    text-align: center;
  }
  .g-footer-friendlink-container .g-footer-friendlink-wrap .g-footer-friendlink {
    display: inline-block;
    margin: 0 auto;
  }
  .g-footer-friendlink-container .g-footer-friendlink-wrap .g-footer-friendlink .friendlink-index {
    display: inline-block;
    margin-right: 16px;
    width: 53px;
    vertical-align: top;
  }
  .g-footer-friendlink-container .g-footer-friendlink-wrap .g-footer-friendlink .friendlink-index a {
    color: #b5b5b5;
    font-size: 12px;
    font-weight: 700;
  }
  .g-footer-friendlink-container .g-footer-friendlink-wrap .g-footer-friendlink .friendlink-group {
    max-width: 1090px;
    display: inline-block;
    vertical-align: top;
  }
  .g-footer-friendlink-container .g-footer-friendlink-wrap .g-footer-friendlink .friendlink-group a {
    color: #b5b5b5;
    font-size: 12px;
  }
  .g-footer-friendlink-container .g-footer-friendlink-wrap .g-footer-friendlink .friendlink-group .friendlink-separator {
    margin: 0 4px;
  }
  #j-dxy-bottom .bottom-line {
    margin-bottom: 3px;
    color: #777;
  }
  #j-dxy-bottom .bottom-line {
    color: #aaa;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
  }
  #j-dxy-bottom .bottom-line a {
    color: #777;
  }
  #j-dxy-bottom .bottom-line-img {
    margin-top: 10px;
  }
  #j-dxy-bottom .bottom-line {
    margin-bottom: 3px;
    color: #777;
  }
  #j-dxy-bottom .bottom-line-img {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .banner-box {
    /* float: left; */
    position: relative;
    width: 641px;
    height: 394px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
    .banner-inner-box {
      display: block;
      width: 100%;
      height: 100%;
      padding: 40px;
    }
    .banner-logo {
      display: block;
      width: 89px;
      height: 16px;
    }
    .banner-title {
      /* position: relative; */
      margin-top: 100px;
      color: #fff;
      font-size: 32px;
      font-weight: 700;
      line-height: 44px;
      &::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 120px;
        height: 1px;
        background-color: #fff;
        opacity: .6;
      }
    }
    .bottom-texts {
      position: absolute;
      left: 40px;
      bottom: 86px;
      .banner-text {
        margin-top: 25px;
        font-size: 18px;
        color: #fff;
        line-height: 25px;
      }
    }
  }
  &:hover {
    .banner-arrow {
      opacity: 1;
      &.left-arrow {
        left: 16px;
      }
      &.right-arrow {
        right: 16px;
      }
    }
  }