/* 首页 banner */
.banner {
  position: relative;
  height: 300px;
  width: 100%;
}
.banner .swiper-slide {
  height: 300px;
  background-position: 65%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
}
.banner .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.banner .swiper-pagination {
  bottom: 40px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  z-index: 2;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: #000;
  transition-duration: 300ms;
  opacity: 0.14;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 0.4;
}
.banner .banner-inner {
  margin-top: 145px;
  margin-left: 125px;
  max-height: 240px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.banner .banner-inner b {
  font-size: 30px;
  color: #3E3E3E;
  font-weight: bold;
  line-height: 30px;
}
.banner .banner-inner b em {
  color: #FF6A00;
  font-style: normal;
}
.banner .banner-inner p {
  margin-top: 20px;
  font-size: 15px;
  color: #3E3E3E;
  line-height: 20px;
}
.banner .banner-inner.point-banner p {
  margin-top: 6px;
}
.banner .banner-inner p em {
  font-style: normal;
  color: #FF6A00;
}
.banner .banner-inner a {
  position: relative;
  display: inline-block;
  min-width: 120px;
  margin-top: 40px;
  /*padding: 8px 30px;*/
  background: linear-gradient(to right, #0056ff, #146aff);
  color: #FFFFFF;
}
.banner .banner-inner.point-banner a {
  margin-top: 6px;
}
.banner .banner-inner .banner-point {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.banner .banner-inner .banner-point li {
  position: relative;
  max-width: 100%;
  min-width: 51%;
  margin-bottom: 0;
  padding-left: 22px;
  font-size: 12px;
  color: #181818;
  line-height: 20px;
}
.banner .banner-inner .banner-point li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  margin: auto;
  width: 14px;
  height: 14px;
  background-image: url('../images/common/icon-banner-point.png');
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
.banner .banner-inner .banner-point li em {
  color: #FF6A00;
}

.head-notify-close img {
    height: 26px;
    width: 26px;
}
.head-notify-close {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
    cursor: pointer;
    display: block;
}
.head-notify-ad .head-notify-icon:after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    border-style: solid;
    border-width: 3px 4px;
    border-color: transparent transparent #337dff #337dff;
}
.head-notify {
    background: #3d485d;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex
;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    background-size: 100% 100%;
    transition: all 0.2s ease-out;
    position: relative;
}
.head-notify-bg {
    height: 54px;
}
.head-notify-ad {
    margin: 0 auto;
    display: flex
;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    height: 100%;
    white-space: nowrap;
}
.head-notify-ad .head-notify-icon {
    position: relative;
    height: 22px;
    padding: 0 8px;
    background: #337dff;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 2px;
    border-bottom-right-radius: 0;
    margin-right: 20px;
}
.head-notify-ad .head-notify-icon:after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    border-style: solid;
    border-width: 3px 4px;
    border-color: transparent transparent #337dff #337dff;
}

.head-notify-ad .head-notify-content {
    display: flex
;
    align-items: center;
    justify-content: flex-start;
}.head-notify-more {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    color: #fff;
}

.head-notify {
    background: #3d485d;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex
;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    background-size: 100% 100%;
    transition: all 0.2s ease-out;
    position: relative;
}

.head-notify-ad .head-notify-content .head-notify a {
    color: var(--textColor, #fff);
}
.head-notify-more a {
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    margin-left: 12px;
}
.head-notify-more a i {
    position: absolute;
    font-size: 16px;
    margin-left: 6px;
    top: 20%
8.39063px
;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}
@media (max-width: 1080px) {
    .head-notify {
        display: none;
    }
}


.comp_containerrelative {
    position: relative;
}
.comp_container_auto {
    margin: auto;
}
.comp_container {
    max-width: 1440px;
    min-width: 745px;
    padding: 0 64px;
}
 .swiper-text {
    display: flex;
    bottom: 138px;
    width: 100%;
}
 .swiper-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
 .swiper-text-container .Label-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
 .swiper-text-container .Label-container .Content {
    margin-right: 8px;
    font-size: 16px;
    color: #222;
    line-height: 26px;
    font-weight: 400;
}
 .swiper-text-container .Label-container .Label {
    padding: 0 8px;
    background: #f33e3e;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    font-weight: 900;
}
 .swiper-text-container .Title-container .Title {
    font-size: 40px;
    padding: 10px 0 5px;
    color: #181818;
    font-weight: bold;
}
 .swiper-text-container .Title-container .Describe {
    font-size: 16px;
    color: #181818;
    font-weight: 400;
    padding: 10px 0;
}
 .swiper-text-container .Button-container {
    /*margin-top: 24px;*/
}
.fancy-button {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.07em;
    /* text-transform: uppercase; */
    line-height: 24px;
    color: #ffffff;
    position: relative;
    margin-bottom: 6px;
}
.fancy-button {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.07em;
    /* text-transform: uppercase; */
    line-height: 24px;
    color: #ffffff;
    position: relative;
    margin-bottom: 6px;
}
.fancy-button span {
    display: flex
;
    flex-direction: row;
    align-items: center;
    padding: 10px 28px;
    /*border-radius: 4px;*/
    position: relative;
    z-index: 2;
    will-change: transform, filter;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.bg-gradient span, .bg-gradient:before {
    background: linear-gradient(180deg, #0056ff, #146aff);
}

.banner-next {
    width: 100%;
    height: 100px;
    margin: -45px auto 0;
}
.banner-next .banner-next-box {
    position: relative;
    z-index: 50;
    margin: auto;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
@media (min-width: 1440px) {
    .xl\:w-\[1440px\] {
        width: 1440px !important;
    }
}
@media (min-width: 769px) {
    .md\:px-safe {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}
@media (min-width: 769px) {
    .md\:px-safe {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}
.banner-next .banner-next-box .banner-next-list {
    display: flex
;
    height: 100%;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0 16px;
}
.banner-next .banner-next-box .banner-next-list .banner-next-item {
    position: relative;
    display: flex
;
    cursor: pointer;
    flex-direction: row;
    border-radius: 2px;
    padding: 20px 8px;
    background-color: #ffffffe6;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 8px #0000001a;
    flex: 1 1;
    background-repeat: no-repeat;
    background-size: cover;
    width: 300px;
}
.banner-next .banner-next-box .banner-next-list .banner-next-item .banner-next-item-img.animation {
    background-size: cover;
    background-position: 0 0;
}
.banner-next .banner-next-box .banner-next-list .banner-next-item .banner-next-item-img {
    height: 60px;
    width: 60px;
    flex-shrink: 0;
}
.banner-next .banner-next-box .banner-next-list .banner-next-item .banner-next-item-box {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    width: calc(100% - 60px);
}
.banner-next .banner-next-box .banner-next-list .banner-next-item .banner-next-item-title {
    margin-bottom: 4px;
    font-size: 18px;
    color: #181818;
    text-align: left;
    font-weight: 500;
}

.banner-next .banner-next-box .banner-next-list .banner-next-item .banner-next-item-title .product-right {
    margin-left: 5px;
    vertical-align: baseline;
    transition: margin-left .2s ease-in-out;
}
.banner-next .banner-next-box .banner-next-list .banner-next-item .banner-next-item-content {
    margin-top: 5px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}

.banner-next .banner-next-box .banner-next-list .banner-next-item:hover .banner-next-item-title {
    color: #337dff
}
@media (max-width: 1080px){
.banner .banner-inner {
    margin-top: 50px;
    margin-left: -40px;
    max-height: 240px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.swiper-text-container .Label-container .Content {
    margin-right: 8px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #222;
    line-height: 26px;
    /*font-weight: 400;*/
}
.swiper-text-container .Title-container .Title {
    font-size: 2.5rem;
}
.swiper-text-container .Title-container .Describe {
    padding: 0px 0px; 
}
.banner .banner-inner a {
  position: relative;
  display: inline-block;
  min-width: 120px;
  margin-top: 10px;
  background: linear-gradient(to right, #0056ff, #146aff);
  color: #FFFFFF;
}
.banner .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-next {
    width: 100%;
    height: 100px;
    margin: 0px auto 0px;
    display: none;
}

.banner-next .banner-next-box .banner-next-list {
    flex-wrap: wrap;
}
.banner-next .banner-next-box .banner-next-list .banner-next-item {
            position: relative;
            display: flex;
            cursor: pointer;
            flex-direction: row;
            border-radius: 10px;
            padding: 20px 15px;
            background-color: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(3px);
            border: 1px solid rgba(255, 255, 255, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            width: calc(50% - 8px);
            min-width: 300px;
            max-width: 100%;
            flex: 0;
            transition: all 0.3s ease;
}
}
@media (min-width: 768px) {
  .banner {
    position: relative;
    height: 550px;
    width: 100%;
  }
  .banner .swiper-slide {
    height: 550px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .banner .swiper-slide video {
    height: 100%;
    width: 100%;
    object-fit: fill;
  }
  .banner .swiper-pagination {
    bottom: 120px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-50%);
    z-index: 2;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    margin: 0 6px;
    border-radius: 50%;
    background-color: #000;
    transition-duration: 300ms;
    opacity: 0.14;
  }
  .banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 6px;
    opacity: 0.4;
  }
  /*.banner .banner-inner {*/
  /*  margin-top: 150px;*/
  /*  margin-left: var(--grid-style3-margin);*/
  /*  margin-right: var(--grid-style3-margin);*/
  /*  max-height: 400px;*/
  /*  max-width: 800px;*/
  /*  display: flex;*/
  /*  flex-direction: column;*/
  /*  justify-content: flex-start;*/
  /*  align-items: flex-start;*/
  /*  overflow: hidden;*/
  /*  position: absolute;*/
  /*  top: 0;*/
  /*}*/
  .banner .banner-inner.point-banner {
    margin-top: 100px;
    max-height: 450px;
  }
  .banner .banner-inner b {
    font-size: 48px;
    color: #3E3E3E;
    font-weight: bold;
    line-height: 180px;
  }
  .banner .banner-inner.point-banner b {
    line-height: 70px;
  }
  .banner .banner-inner b em {
    color: #FF6A00;
    font-style: normal;
  }
  .banner .banner-inner p {
    margin-top: 0;
    font-size: 18px;
    color: #3E3E3E;
    line-height: 36px;
  }
  .banner .banner-inner.point-banner p {
    margin-top: 0;
  }
  .banner .banner-inner p em {
    font-style: normal;
    color: #FF6A00;
  }
  .banner .banner-inner a {
    position: relative;
    display: inline-block;
    min-width: 150px;
    margin-top: 50px;
    /*padding: 13px 40px;*/
    background: linear-gradient(to right, #0056ff, #146aff);
    color: #FFFFFF;
  }
  .banner .banner-inner.point-banner a {
    margin-top: 30px;
  }
  .banner .banner-inner a:after {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url('../images/common/icon-s-arrow-right2x.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: right 0.5s 0.2s;
  }
  .banner .banner-inner a:hover {
    color: #fff;
    text-decoration: none;
  }
  .banner .banner-inner a:hover:after {
    right: 10px;
  }
  .banner .banner-inner .banner-point {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .banner .banner-inner .banner-point li {
    position: relative;
    max-width: 380px;
    min-width: 40%;
    margin-bottom: 16px;
    padding-left: 32px;
    font-size: 16px;
    color: #181818;
    line-height: 26px;
  }
  .banner .banner-inner .banner-point li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    margin: auto;
    width: 20px;
    height: 20px;
    background-image: url('../images/common/icon-banner-point.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .banner .banner-inner .banner-point li em {
    color: #FF6A00;
  }
}
/* 顶部推荐 */
.top-event {
  position: relative;
  height: auto;
  width: calc(100% - var(--grid-style3-margin) * 2);
  margin: 0 auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
  /*background-color: hsla(0, 0%, 100%, 0.75);*/
  /*-webkit-backdrop-filter: blur(0.91667rem);*/
  /*backdrop-filter: blur(0.91667rem);*/
  /*border-radius: 30px;*/
}
.top-event .event-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  width: 90%;
  height: 160px;
  background: hsla(0, 0%, 94%, 0.7);
  height: 120px;
  /*border-radius: 12px;*/
}
.top-event .event-item.youhui:before {
  content: "\805a\4f18\60e0";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 20px;
  background-image: url('../images/common/icon-index-youhui-bg.png');
  background-repeat: no-repeat;
  background-size: 80px 20px;
  background-position: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
.top-event .event-item .event-item-inner {
  display: inline-block;
  width: 90%;
  padding: 30px 15px 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
}
.top-event .event-item .event-item-inner .item-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  width: 100%;
  margin-bottom: 8px;
}
.top-event .event-item .event-item-inner .item-title img {
  width: 32px;
  height: 32px;
}
/**
     * ----------------------------------------
     * animation scale-in-center
     * ----------------------------------------
     */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.top-event .event-item .event-item-inner img {
        position: absolute;
        z-index: 0;
        width: 60px;
        height: 60px;
        top: 50%;
        left: 30px;
        transform: translateY(-50%);
}
.top-event .event-item .event-item-inner .act-box {
        position: relative;
        /* padding-top: 5px; */
        /* padding-bottom: 5px; */
        padding-left: 80px;
        /*width: calc(100% - 60px);*/
}
.top-event .event-item .event-item-inner b {
        margin-bottom: 4px;
        font-size: 25px;
        color: #181818;
        text-align: left;
        font-weight: 500;
    }
.top-event .event-item .event-item-inner p {
        color: #595959;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
}
.top-event .event-item .event-item-inner .item-title b {
  margin-left: 9px;
  font-size: 18px;
  font-weight: 500;
  color: #313131;
  line-height: 1;
}
.top-event .event-item .event-item-inner p {
  font-size: 14px;
  font-weight: 400;
  color: #181818;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.top-event .event-item .event-item-inner .event-more-btn {
  visibility: visible;
  opacity: 1;
  position: relative;
  margin: 14px auto 0 auto;
  padding-right: 65px;
  padding-left: 45px;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #ff6a00;
  font-size: 14px;
  font-weight: 400;
  color: #FF6A00;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-delay: 200ms;
}
.top-event .event-item .event-item-inner .event-more-btn:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 45px;
  margin: auto 0;
  content: "";
  width: 6px;
  height: 8px;
  background-image: url('../images/common/icon-top-event-more.png');
  background-size: 6px 8px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .top-event {
    position: relative;
    height: 100px;
    width: 100%;
    margin: -50px auto 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    z-index: 2;
    /*background-color: hsla(0, 0%, 94%, 0.7);*/
    /*-webkit-backdrop-filter: blur(20px);*/
    /*backdrop-filter: blur(20px);*/
    padding: 0 10%;
    border-radius: 0;
    /*box-shadow: 8px 8px 10px 0 rgba(55, 99, 170, 0.1);*/
  }
  .top-event .event-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    width: 300px;
    height: 100px;
    margin-right: 15px;
    /*transition: height 0.3s 0.2s;*/
    cursor: pointer;
    /*transition: all 0.3s ease-in-out;*/
    background: #fff;
    border-radius: 3px;    
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 8px #0000001a;
  }
  .top-event .event-item:hover {
    /*background-color: hsla(0, 0%, 100%, 0.8);*/
  }
  .top-event .event-item.youhui:before {
    content: "\805a\4f18\60e0";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 80px;
    height: 20px;
    background-image: url('../images/common/icon-index-youhui-bg.png');
    background-repeat: no-repeat;
    background-size: 80px 20px;
    background-position: center;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
  }
  .top-event .event-item .event-item-inner {
    display: inline-block;
    width: 100%;
    padding: 20px 0px 0px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
  }
  .top-event .event-item .event-item-inner .item-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    margin-bottom: 8px;
  }
    .top-event .event-item .event-item-inner .act-box{
    position: relative;
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
    padding-left: 55px;
    width: calc(100% - 60px);
    }
  .top-event .event-item .event-item-inner p {
    margin-top: 5px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    color: #999;
  }
  .top-event .event-item .event-item-inner b {
    margin-bottom: 4px;
    font-size: 18px;
    color: #181818;
    text-align: left;
    font-weight: 500;
  }
  .top-event .event-item .event-item-inner img {
        position: absolute;
        z-index: 0;
        width: 60px;
        height: 60px;
        top: 50%;
        left: 30px;
        transform: translateY(-50%);
  }
  .top-event .event-item .event-item-inner .item-title img {
    width: 32px;
    height: 32px;
  }
  .top-event .event-item .event-item-inner .item-title b {
    margin-left: 9px;
    font-size: 20px;
    font-weight: 500;
    color: #313131;
    line-height: 1;
  }
  .top-event .event-item .event-item-inner p {
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .top-event .event-item .event-item-inner .event-more-btn {
    visibility: hidden;
    opacity: 0;
    position: relative;
    margin: 14px auto 0 auto;
    padding-right: 65px;
    padding-left: 45px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid #ff6a00;
    font-size: 14px;
    font-weight: 400;
    color: #FF6A00;
    transition-property: opacity;
    transition-duration: 0.25s;
    transition-delay: 200ms;
  }
  .top-event .event-item:hover .event-item-inner .event-more-btn {
    visibility: visible;
    opacity: 1;
  }
  .top-event .event-item .event-item-inner .event-more-btn:hover {
    text-decoration: none;
  }
  .top-event .event-item .event-item-inner .event-more-btn:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 45px;
    margin: auto 0;
    content: "";
    width: 6px;
    height: 8px;
    background-image: url('../images/common/icon-top-event-more.png');
    background-size: 6px 8px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
/* 首页解决方案 */
.solution {
  width: 100%;
}
.solution .title {
  width: calc(100% - var(--grid-style2-margin) * 2);
  margin: 0 auto;
  padding: 60px 0;
}
.solution .title h4 {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 500;
  color: #3E3E3E;
  text-align: center;
  line-height: 1;
}
.solution .title .desc {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  line-height: 20px;
  text-align: center;
  padding: 0 10px;
}
.solution .title .desc a {
  display: block;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #1467EC;
}
.solution .solution-list {
  width: 100%;
  margin-top: 0;
}
.solution .solution-list .solution-list-inner {
  width: calc(100% - var(--grid-style3-margin) * 2);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.solution .solution-list .solution-list-inner .solution-row {
  margin-bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.solution .solution-list .solution-list-inner .solution-row .solution-item {
  position: relative;
  padding: 40px 45px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 0px 16px 0px rgba(157, 157, 157, 0.18);
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  width: 90%;
  background-position: right;
  z-index: 3;
  background: #e0e2e8;
}
.solution .solution-list .solution-list-inner .solution-row .solution-item .desc-text {
  z-index: 2;
}
.solution .solution-list .solution-list-inner .solution-row .solution-item .solution-item-title {
  z-index: 2;
  color: #181818;
}
.solution .solution-list .solution-list-inner .solution-row .solution-item .solution-item-title h2 {
  color: #fff;
}
.solution .solution-list .solution-list-inner .solution-row .solution-item p {
  color: #181818;
  z-index: 2;
  font-size: 18px;
}
.solution .solution-list .solution-list-inner .solution-row .solution-item .btns {
  z-index: 2;
  width: 100%;
}
.solution .solution-list .solution-list-inner .solution-row .solution-item .bg-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 80% 30%;
  z-index: 1;
}
@-webkit-keyframes solution-bg-slide-in-top {
  0% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes solution-bg-slide-in-top {
  0% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes solution-bg-slide-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes solution-bg-slide-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.solution .solution-list .solution-list-inner .solution-row .solution-item .solution-item-title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 26px;
}
.solution .solution-list .solution-list-inner .solution-row .solution-item .solution-item-title .img-wrapper {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solution .solution-list .solution-list-inner .solution-row .solution-item .solution-item-title h2 {
  position: relative;
  height: 40px;
  font-size: 24px;
  font-weight: 400;
}
.solution .solution-list .solution-list-inner .solution-row .solution-item p {
  min-height: 72px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.solution .solution-list .solution-list-inner .solution-row .solution-item .btns {
  opacity: 1;
  visibility: visible;
  height: 32px;
  width: 120px;
  margin-top: 43px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: opacity 0.3s;
}
.solution .solution-list .solution-list-inner .solution-row .solution-item .btns .btn-org {
  padding: 0 0;
  background: #007bff;
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  height: 48px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 48px;
  font-weight: 400;
  margin-right: 17px;
  cursor: pointer;
}
.solution .solution-list .solution-list-inner .solution-row .solution-item .btns .btn-default {
  padding: 9px 18px;
  border: 1px solid #D4D4D4;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
}
.solution .solution-list .solution-list-inner .solution-row .solution-item .btns a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .solution {
    width: 100%;
    margin-top: 40px;
  }
  .solution .title {
    width: calc(100% - var(--grid-style2-margin) * 2);
    margin: 0 auto;
    padding: 60px 0;
  }
  .solution .title h4 {
    margin-bottom: 23px;
    font-size: 32px;
    font-weight: 600;
    color: #3E3E3E;
    text-align: center;
    line-height: 1;
  }
  .solution .title .desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
    text-align: center;
    padding: 0;
  }
  .solution .title .desc a {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #1467EC;
  }
  .solution .solution-list {
    margin-top: 0;
  }
  .solution .solution-list .solution-list-inner {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 362px;
  }
  .solution .solution-list .solution-list-inner .solution-row {
    margin-bottom: 17px;
    display: flex;
    flex-direction: row;
    justify-content: initial;
    align-items: initial;
    height: 100%;
  }
  .solution .solution-list .solution-list-inner .solution-row .solution-item-1 {
    width: 20%;
    margin-right: 10px;
    min-width: 110px;
    height: 100%;
  }
  .solution .solution-list .solution-list-inner .solution-row .solution-item:last-child {
    margin-right: 0 !important;
  }
  .solution .solution-list .solution-list-inner .solution-row .solution-item-2 {
    width: 37.5%;
  }
  .solution .solution-list .solution-list-inner .solution-row .solution-item-5 {
    width: 76%;
  }
  .solution .solution-list .solution-list-inner .solution-row .solution-item {
    position: relative;
    padding: 40px 20px;
    margin-bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 0px 16px 0px rgba(157, 157, 157, 0.18);
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    z-index: 3;
    height: 362px;
    background: #e0e2e8;
  }
  .solution .solution-list .solution-list-inner .solution-row .solution-item .solution-item-title {
    z-index: 2;
  }
  .solution .solution-list .solution-list-inner .solution-row .solution-item .solution-item-title h2 {
    color: #fff !important;
  }
  .solution .solution-list .solution-list-inner .solution-row .solution-item p {
    color: #fff !important;
    z-index: 2;
    font-size: 16px;
  }
  .solution .solution-list .solution-list-inner .solution-row .solution-item .btns {
    z-index: 2;
  }
  .solution .solution-list .solution-list-inner .solution-row .solution-item .bg-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0 ;
    bottom: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    z-index: 1;
  }
  .solution .solution-list .solution-list-inner .solution-row .is-active {
    width: 21%;
    transition: all 0.2s ease-in-out;
  }
  .solution .solution-list .solution-list-inner .solution-row .solution-item .solution-item-title {
    width: 100%;
    display: flex;
    margin-bottom: 6px;
  }
  .solution .solution-list .solution-list-inner .solution-row .solution-item .solution-item-title .img-wrapper {
    height: 40px;
    width: 40px;
    background: #FFF2E9;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .solution .solution-list .solution-list-inner .solution-row .solution-item .solution-item-title h2 {
    position: relative;
    height: 40px;
    font-size: 18px;
    font-weight: 400;
  }
  .solution .solution-list .solution-list-inner .solution-row .solution-item .desc-text {
    z-index: 1;
    width: 100%;
    display: none;
  }
  .solution .solution-list .solution-list-inner .solution-row .solution-item .desc-text p {
    min-height: 72px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
  }
  .solution .solution-list .solution-list-inner .solution-row .solution-item .desc-text .btns {
    opacity: 1;
    visibility: visible;
    height: 32px;
    width: 100%;
    margin-top: 200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: opacity 0.3s;
    text-align: center;
  }
  .solution .solution-list .solution-list-inner .solution-row .solution-item:hover .desc-text .btns {
    opacity: 1;
    visibility: visible;
  }
  .solution .solution-list .solution-list-inner .solution-row .solution-item .desc-text .btns .btn-org {
    padding: 0 18px;
    background: #007bff;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    margin-right: 17px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .solution .solution-list .solution-list-inner .solution-row .solution-item .desc-text .btns .btn-org:hover {
    background: #0055ff;
  }
  .solution .solution-list .solution-list-inner .solution-row .solution-item .btns .btn-default {
    padding: 9px 18px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
  }
  .solution .solution-list .solution-list-inner .solution-row .solution-item .btns .btn-default:hover {
    color: #007bff;
    background-color: #ecf2fe;
    border-color: #007bff;
  }
}
/* 首页推荐产品 */
.index-product {
  width: 100%;
}
.index-product .title {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}
.index-product .title h4 {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 500;
  color: #3E3E3E;
  text-align: center;
  line-height: 1;
}
.index-product .title .desc {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  line-height: 20px;
  text-align: center;
  padding: 0 10px;
}
.index-product .title .desc a {
  display: block;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #1467EC;
}
.index-product .title .desc a:hover {
  text-decoration: none;
}
.index-product .product-menu {
  width: 100%;
}
.index-product .product-menu .product-menu-wrapper {
  width: calc(100% - var(--grid-style3-margin) * 2);
  margin: 0 auto;
  overflow-x: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-product .product-menu .product-menu-wrapper .product-menu-item {
  position: relative;
  width: 25%;
  /*height: 80px;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  cursor: pointer;
  flex-shrink: 0;
}
.index-product .product-menu .product-menu-wrapper .product-menu-item:hover {
  color: #007BFF;
}
.index-product .product-menu .product-menu-wrapper .product-menu-item .img-wrapper {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.index-product .product-menu .product-menu-wrapper .product-menu-item .img-wrapper img {
  width: 130% !important;
  height: 130% !important;
}
.index-product .product-menu .product-menu-wrapper .product-menu-item .img-wrapper img {
  width: 100%;
  height: 100%;
}
.index-product .product-menu .product-menu-wrapper .product-menu-item b {
  font-weight: 400;
  font-size: 14px;
  color: #181818;
  line-height: 1;
}
.index-product .product-menu .product-menu-wrapper .product-menu-item.active {
  /*box-shadow: 0px 0px 16px 0px rgba(157, 157, 157, 0.24);*/
}
.index-product .product-menu .product-menu-wrapper .product-menu-item.active b {
  color: #007BEF;
}
.index-product .product-menu .product-menu-wrapper .product-menu-item.active:after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #007BEF;
}
.index-product .product-list {
  position: relative;
  width: calc(100% - var(--grid-style3-margin) * 2);
  margin: 0 auto;
  list-style: none;
}
.index-product .product-list .product-item {
  width: 90%;
  display: none;
  margin: auto;
  height: 100%;
}
.index-product .product-list .product-item.show {
  display: block;
}
/**
    * ----------------------------------------
    * animation slide-in-top
    * ----------------------------------------
    */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.index-product .product-list .product-item .product-item-inner {
  width: 100%;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item {
  width: 100%;
  padding: 10px 20px 0 20px;
  margin-top: 20px;
  box-shadow: 0 4px 6px #2764af1a;
  border: 1 solid #fff;
  position: relative;
  border-radius: 12px;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .item-text {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .item-detail {
  margin-top: 20px;
  display: flex;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .item-detail .item-detail-item {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .item-detail .item-detail-item:not(:last-child) {
  margin-right: 12px;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .item-detail .item-detail-item .label {
  color: #3d485d;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .item-detail .item-detail-item .text {
  height: 36px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1), -8px -8px 10px 0 #fff, inset 0 4px 20px 0 hsla(0, 0%, 100%, 0.5);
  border-radius: 1px;
  color: #333;
  padding: 7px 8px;
  margin-top: 10px;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item:nth-child(4n+1) {
  margin-left: 0;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .img-wrapper {
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title .product-img {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EFF6FF;
  border-radius: 6px;
  margin-right: 20px;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title .product-img img {
  width: 24px;
  height: 24px;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title .feature {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title .feature .feature-img {
  background: url("/static/images/index/right.png");
  width: 12px;
  height: 12px;
  background-size: contain;
  margin-right: 5px;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title .feature .feature-text {
  display: inline-block;
  color: #626266;
  padding: 0px 7px;
  border: 1px solid #dadfe6;
  box-sizing: border-box;
  background-color: #eef1f7;
  font-size: 12px;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title b {
  font-weight: 600;
  font-size: 18px;
  color: #181818;
  line-height: 1;
  flex: 1;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns {
  width: 100%;
  display: flex;
  padding-top: 14px;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-left,
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-right {
  width: 50%;
  margin-bottom: 20px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-left {
  height: 26px;
  display: flex;
  justify-content: flex-start;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-left em {
  color: #FF6A00;
  font-style: normal;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-left .price {
  font-weight: 600;
  font-size: 24px;
  color: #FF6A00;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-right {
  height: 26px;
  display: flex;
  justify-content: flex-end;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-right .item-buy-btn {
  display: inline-block;
  padding: 6px 20px;
  background: #007FEE;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  transition: all 0.3s;
  border-radius: 2px;
  height: 36px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-right .item-buy-btn:hover {
  opacity: 0.8;
}
.index-product .product-list .product-item .product-item-inner .product-item-left {
  width: 100%;
  padding: 40px 20px 40px 20px;
  margin-bottom: 18px;
  border: 1px solid #EEEEEE;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: "#007BFF";
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  display: none;
  position: relative;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .float-img {
  /*background-image: url("/static/images/index/product1.png");*/
  width: 288px;
  height: 300px;
  position: absolute;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .qbtn {
  width: 90%;
  border-radius: 6px;
  position: absolute;
  background-color: rgba(0, 123, 255, 0.9);
  color: #fff;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .qbtn:hover {
  background-color: #007bff;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .product-intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 120px;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .product-intro .intro-title {
  width: 100%;
  color: #fff;
  font-size: 24px;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .product-intro .intro-desc {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  text-align: justify;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter {
  width: 100%;
  margin-top: 68px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .select-title {
  position: relative;
  height: 24px;
  margin-bottom: 20px;
  padding-left: 24px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #181818;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .select-title:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  margin: auto 0;
  width: 16px;
  height: 17px;
  background-image: url('../images/common/icon-datacenter-search.png');
  background-repeat: no-repeat;
  background-size: 16px 17px;
  background-position: center;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search {
  width: 100%;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search input {
  height: 41px;
  width: 100%;
  border: 1px solid #EEEEEE;
  outline: none;
  padding-left: 10px;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #CCCCCC;
  padding-left: 10px;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search input:-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #CCCCCC;
  padding-left: 10px;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #CCCCCC;
  padding-left: 10px;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #CCCCCC;
  padding-left: 10px;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag span {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  margin-right: 6px;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag a {
  font-size: 12px;
  font-weight: 400;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag a:hover {
  text-decoration: none;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag a.tag {
  color: #181818;
  margin-right: 6px;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag a.more {
  color: #1366EC;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand {
  width: 100%;
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-title {
  position: relative;
  width: 100%;
  height: 42px;
  line-height: 24px;
  padding-bottom: 18px;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #181818;
  border-bottom: 1px solid #EEEEEE;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-title:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 20px;
  height: 18px;
  background-image: url('../images/common/icon-product-cloud-recommand.png');
  background-repeat: no-repeat;
  background-size: 20px 18px;
  background-position: center;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-option {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-option .option-item {
  width: 50%;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-option .option-item p {
  line-height: 1;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-option .option-item .option-item-title {
  width: 40%;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-option .option-item .option-item-value {
  width: 60%;
  font-size: 14px;
  font-weight: 400;
  color: #181818;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .new-price {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .new-price .price-title {
  width: 36%;
  font-size: 14px;
  font-weight: 400;
  color: #181818;
  line-height: 1;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .new-price .price-num {
  font-size: 18px;
  font-weight: 400;
  color: #FF6A00;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .old-price {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .old-price .price-title {
  width: 36%;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .old-price .price-num {
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  color: #787878;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-buy {
  display: inline-block;
  padding: 10px 26px;
  font-size: 14px;
  font-weight: 400;
  color: #FF6A00;
  border: 1px solid #FF6A00;
  line-height: 1;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-buy:hover {
  color: #FFFFFF;
  background: #FF6A00;
  text-decoration: none;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .ai-help {
  width: 100%;
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-title {
  position: relative;
  width: 100%;
  height: 42px;
  line-height: 24px;
  padding-bottom: 18px;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #EEEEEE;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-title:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 17px;
  height: 16px;
  background-image: url('../images/common/icon-product-ai-help.png');
  background-size: 17px 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list .help-list-item {
  position: relative;
  width: 50%;
  margin-top: 23px;
  padding-left: 26px;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list .help-list-item.item-1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 16px;
  height: 17px;
  background-image: url('../images/common/icon-ai-help-1.png');
  background-repeat: no-repeat;
  background-size: 16px 17px;
  background-position: center;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list .help-list-item.item-2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 13px;
  height: 12px;
  background-image: url('../images/common/icon-ai-help-2.png');
  background-repeat: no-repeat;
  background-size: 13px 12px;
  background-position: center;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list .help-list-item.item-3:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 17px;
  height: 16px;
  background-image: url('../images/common/icon-ai-help-3.png');
  background-repeat: no-repeat;
  background-size: 17px 16px;
  background-position: center;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list .help-list-item.item-4:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 13px;
  height: 16px;
  background-image: url('../images/common/icon-ai-help-4.png');
  background-repeat: no-repeat;
  background-size: 13px 16px;
  background-position: center;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand {
  width: 100%;
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-title {
  position: relative;
  width: 100%;
  height: 42px;
  line-height: 24px;
  padding-bottom: 18px;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #181818;
  border-bottom: 1px solid #EEEEEE;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-title:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 16px;
  height: 15px;
  background-image: url('../images/common/icon-product-safe-recommand.png');
  background-repeat: no-repeat;
  background-size: 16px 15px;
  background-position: center;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-top: 5px;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item {
  width: 56%;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item:nth-child(2n+1) {
  width: 44%;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item .option-item-title {
  display: inline-block;
  width: 60%;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item:nth-child(2n+1) .option-item-title {
  width: 50%;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item .option-item-value {
  display: inline-block;
  width: 40%;
  font-size: 14px;
  font-weight: 400;
  color: #181818;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item:nth-child(2n+1) .option-item-value {
  width: 50%;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-buy {
  display: inline-block;
  padding: 10px 26px;
  font-size: 14px;
  font-weight: 400;
  color: #FF6A00;
  border: 1px solid #FF6A00;
  line-height: 1;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-buy:hover {
  color: #FFFFFF;
  background: #FF6A00;
  text-decoration: none;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .domain-service {
  width: 100%;
  margin-top: 68px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-title {
  position: relative;
  height: 24px;
  margin-bottom: 20px;
  padding-left: 24px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #181818;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-title:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  margin: auto 0;
  width: 19px;
  height: 19px;
  background-image: url('../images/common/icon-product-domain-search.png');
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: center;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search {
  width: 100%;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search input {
  height: 41px;
  width: 100%;
  border: 1px solid #EEEEEE;
  outline: none;
  padding-left: 10px;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #CCCCCC;
  padding-left: 10px;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search input:-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #CCCCCC;
  padding-left: 10px;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #CCCCCC;
  padding-left: 10px;
}
.index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #CCCCCC;
  padding-left: 10px;
}
.index-product .product-list .product-item .product-item-inner .product-item-right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  flex-direction: column;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-left: 0;
  margin-bottom: 15px;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con .top-item {
  flex: 1;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con .top-item:first-child {
  margin-right: 20px;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con .top-item .top-title {
  margin-bottom: 10px;
  white-space: nowrap;
  font-size: 18px;
  color: #181818;
  font-weight: 500;
  line-height: 25px;
  transition: all 0.3s ease-in-out;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con .top-item .top-sub-title {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-wrap: break-word;
  height: 22px;
  font-size: 14px;
  color: #6e6e6e;
  line-height: 22px;
  font-weight: 400;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con .top-item .top-item-tag {
  display: flex;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con .top-item .top-item-tag .tag {
  margin-right: 8px;
  display: block;
  height: 20px;
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #E3E3E3;
  border-radius: 1px;
  color: #aaa;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con .top-item:hover .top-title {
  color: #337dff;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con .top-left {
  width: 100%;
  cursor: pointer;
  height: 147px;
  background-position: right center;
  padding: 30px 24px;
  background: url("/static/images/index/recommend-2.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  background-color: #fff;
  transition: background-size 0.3s ease-in-out;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con .top-left:hover {
  background-size: auto 105%;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con .top-right {
  width: 100%;
  cursor: pointer;
  height: 147px;
  background-position: right center;
  padding: 30px 24px;
  background: url("/static/images/index/recommend.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  background-color: #fff;
  transition: background-size 0.3s ease-in-out;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con .top-right:hover {
  background-size: auto 105%;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .bottom-con {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: initial;
  align-items: initial;
  flex-direction: row;
  /*margin-left: 20px;*/
  background: #fff;
  flex-grow: 1;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card {
  box-shadow: 0 4px 6px #2764af1a;
  border: 0.67px solid #fff;
  /*border-radius: 14px;*/
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 20px 30px 20px 30px;
  margin-top: 0;
  /*margin-right: 30px;*/
  margin-top: 20px;
  border: 1px solid #EEEEEE;
  cursor: pointer;
  transition: all 0.3s ease;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card:first-child {
  margin-top: 0;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card:hover {
  box-shadow: 0 4px 24px #2764af43;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card:nth-child(3n+3) {
  margin-right: 0;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .top-item-tag {
  display: flex;
  margin-top: 10px;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .top-item-tag .tag {
  margin-right: 8px;
  display: block;
  height: 20px;
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #E3E3E3;
  border-radius: 1px;
  color: #aaa;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .recommand-item-title {
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex: 1;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .recommand-item-title b {
  font-weight: 600;
  font-size: 18px;
  color: #181818;
  line-height: 1;
  flex: 1;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .recommand-item-title .product-img {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EFF6FF;
  border-radius: 6px;
  margin-right: 20px;
  display: none;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .recommand-item-title .product-img img {
  width: 24px;
  height: 24px;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .item-text {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #6E6E6E;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .item-detail {
  margin-top: 20px;
  display: flex;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .item-detail .item-detail-item {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .item-detail .item-detail-item:not(:last-child) {
  margin-right: 12px;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .item-detail .item-detail-item .label {
  color: #3d485d;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .item-detail .item-detail-item .text {
  height: 36px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1), -8px -8px 10px 0 #fff, inset 0 4px 20px 0 hsla(0, 0%, 100%, 0.5);
  border-radius: 1px;
  color: #333;
  padding: 7px 8px;
  margin-top: 10px;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .recommand-item-bottom-btns {
  width: 100%;
  display: flex;
  padding-top: 14px;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .recommand-item-bottom-btns .recommand-item-btn-left {
  width: 50%;
  margin-bottom: 20px;
  margin-top: 10px;
  align-items: center;
  height: 36px;
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .recommand-item-bottom-btns .recommand-item-btn-left em {
  color: #FF6A00;
  font-style: normal;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .recommand-item-bottom-btns .recommand-item-btn-left .price {
  font-weight: 600;
  font-size: 24px;
  color: #FF6A00;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .recommand-item-bottom-btns .recommand-item-btn-right {
  width: 50%;
  margin-bottom: 20px;
  margin-top: 10px;
  height: 36px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .recommand-item-bottom-btns .recommand-item-btn-right .item-buy-btn {
  display: inline-block;
  padding: 6px 20px;
  background: #007FEE;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  transition: all 0.3s;
  border-radius: 2px;
  height: 36px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .recommand-item-bottom-btns .recommand-item-btn-right .item-buy-btn:hover {
  opacity: 0.8;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .bg-org {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #181818;
  line-height: 20px;
  background: linear-gradient(-90deg, #FFE2D1, #FFF8E8);
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .bg-org-b {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  background: linear-gradient(-90deg, #FF784E, #FFE1BE);
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .bg-blue {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 20px;
  background: linear-gradient(-90deg, #8CBDFF, #B0EFFF);
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .border-org {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding-left: 6px;
  padding-right: 6px;
  border: 1px solid #FF6A00;
  font-size: 12px;
  line-height: 20px;
  color: #181818;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .border-yel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #E8A944;
  font-size: 14px;
  line-height: 20px;
  color: #E8A944;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .bg-yel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  background: #F2C277;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .bg-org em,
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .border-org em {
  font-size: 16px;
  font-weight: 400;
  color: #FF6A00;
  font-style: normal;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content {
  margin-top: 16px;
  margin-bottom: 10px;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #EEEEEE;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top {
  width: 100%;
  margin-top: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #181818;
  padding-left: 6px;
  padding-right: 7px;
  line-height: 1;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  height: 12px;
  width: 1px;
  margin: auto;
  background: #787878;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a:hover {
  text-decoration: none;
  color: #FF6A00;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a:last-child {
  padding-right: 0;
  border-right: none;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a:last-child:after {
  display: none;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a:first-child {
  padding-left: 0;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom {
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom span {
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  margin-right: 16px;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom a {
  display: inline-block;
  padding: 3px 4px;
  background-color: #EFF3FF;
  margin-right: 2px;
  font-size: 14px;
  color: #181818;
  line-height: 1;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom a:last-child {
  margin-right: 0;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom a:hover {
  text-decoration: none;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top .second-item-content-title,
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom .second-item-content-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 1;
  margin-right: 14px;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top .second-item-content-value,
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom .second-item-content-value {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #181818;
  line-height: 1;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-text {
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more a.item-more-btn {
  position: relative;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #1366EC;
  cursor: pointer;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more a.item-more-btn:hover {
  text-decoration: none;
  color: #FF6A00;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more a.item-more-btn:after {
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 6px;
  height: 9px;
  margin: auto 0;
  background-image: url('../images/common/icon-index-product-more.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more a.item-more-btn:hover:after {
  width: 16px;
  height: 16px;
  background-position: 0 -9px;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more a.item-buy-btn {
  display: inline-block;
  margin-right: 10px;
  opacity: 0;
  visibility: hidden;
  padding: 6px 20px;
  background: #FF6A00;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  transition: all 0.3s;
}
.index-product .product-list .product-item .product-item-inner .product-item-right .second-item:hover .second-item-more a.item-buy-btn {
  opacity: 1;
  visibility: visible;
}
.product {
  width: 100%;
}
.product .title {
  width: calc(100% - var(--grid-style2-margin) * 2);
  margin: 0 auto;
  padding: 60px 0;
}
.product .title h4 {
  font-size: 40px;
  font-weight: 600;
  color: #3E3E3E;
  text-align: center;
}
.product .product-item {
  width: 100%;
  border-top: 1px solid #EFEFEF;
}
.product .product-item:last-child {
  border-bottom: 1px solid #EFEFEF;
}
.product .product-item .product-item-inner {
  width: calc(100% - var(--grid-style2-margin) * 2);
  min-height: 270px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.product .product-item.idc-product .product-item-right {
  background-image: url('../images/common/product-bg-idc.png');
  background-repeat: no-repeat;
  background-size: 301px 255px;
  background-position: right bottom;
}
.product .product-item.gyy-product .product-item-right {
  background-image: url('../images/common/product-bg-gyy.png');
  background-repeat: no-repeat;
  background-size: 270px 209px;
  background-position: right bottom;
}
.product .product-item.ai-product .product-item-right {
  background-image: url('../images/common/product-bg-ai.png');
  background-repeat: no-repeat;
  background-size: 351px 250px;
  background-position: right bottom;
}
.product .product-item.aqyw-product .product-item-right {
  background-image: url('../images/common/product-bg-aqyw.png');
  background-repeat: no-repeat;
  background-size: 364px 257px;
  background-position: right bottom;
}
.product .product-item.qyfw-product .product-item-right {
  background-image: url('../images/common/product-bg-qyfw.png');
  background-repeat: no-repeat;
  background-size: 415px 196px;
  background-position: right bottom;
}
.product .product-item .product-item-right {
  width: 500px;
  border-right: 1px solid #F3F3F3;
}
.product .product-item .product-item-right .product-item-right-inner {
  margin-top: 50px;
}
.product .product-item .product-item-right .product-item-right-inner h1 {
  font-size: 18px;
  font-weight: 600;
  color: #181818;
  line-height: 60px;
}
.product .product-item .product-item-right .product-item-right-inner p {
  padding-right: 60px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #868686;
}
.product .product-item .product-item-left {
  width: calc(100% - 500px);
  display: block;
}
.product .product-item .product-item-left .product-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.product .product-item .product-item-left .product-list .product-list-item {
  width: 33.33%;
  height: 128px;
  padding: 41px 0 41px 70px;
  transition: all 0.3s;
}
.product .product-item .product-item-left .product-list .product-list-item:hover {
  text-decoration: none;
  background-color: #F9F9F9;
}
.product .product-item .product-item-left .product-list .product-list-item.recommand {
  position: relative;
}
.product .product-item .product-item-left .product-list .product-list-item.recommand:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 61px;
  height: 61px;
  display: block;
  content: "";
  background-image: url('../images/common/product-recommand.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.product .product-item .product-item-left .product-list .product-list-item h3 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #313131;
}
.product .product-item .product-item-left .product-list .product-list-item p {
  font-size: 14px;
  font-weight: 400;
  color: #8C8C8C;
}
.product .product-item .product-item-left .idc-datacenter {
  width: 100%;
  min-height: 220px;
  padding: 45px 0 45px 70px;
  border-top: 1px solid #F3F3F3;
}
.product .product-item .product-item-left .idc-datacenter h3 {
  font-size: 14px;
  font-weight: 600;
  color: #313131;
}
.product .product-item .product-item-left .idc-datacenter .recommand-datacenter {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.product .product-item .product-item-left .idc-datacenter .recommand-datacenter a {
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #181818;
}
.product .product-item .product-item-left .idc-datacenter .recommand-datacenter a:hover {
  text-decoration: none;
  color: #FF6A00;
}
.product .product-item .product-item-left .idc-datacenter .recommand-area {
  margin-top: 10px;
}
.product .product-item .product-item-left .idc-datacenter .recommand-area span,
.product .product-item .product-item-left .idc-datacenter .recommand-area a {
  font-size: 14px;
  font-weight: 400;
  color: #8C8C8C;
}
.product .product-item .product-item-left .idc-datacenter .recommand-area span {
  margin-right: 6px;
}
.product .product-item .product-item-left .idc-datacenter .recommand-area a {
  margin-right: 10px;
}
.product .product-item .product-item-left .idc-datacenter .recommand-area a:hover {
  text-decoration: none;
  color: #FF6A00;
}
.product .product-item .product-item-left .idc-datacenter .recommand-area a.more {
  color: #2856FF;
}
.product .product-item .product-item-left .idc-datacenter .recommand-area a.more:hover {
  color: #2856FF;
}
.product .product-item .product-item-left .domain-reg {
  width: 100%;
  height: 260px;
  padding: 45px 0 45px 70px;
}
.product .product-item .product-item-left .domain-reg h3 {
  font-size: 14px;
  font-weight: 600;
  color: #313131;
  margin-bottom: 13px;
}
.product .product-item .product-item-left .domain-reg p.title-desc {
  font-size: 14px;
  font-weight: 400;
  color: #8C8C8C;
}
.product .product-item .product-item-left .domain-reg .domain-search {
  position: relative;
  margin-top: 34px;
  width: 512px;
  height: 48px;
  background: #F6F6F6;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product .product-item .product-item-left .domain-reg .domain-search:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto 0;
  content: "";
  display: block;
  width: 17px;
  height: 18px;
  background-image: url('../images/common/icon-search-default.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.product .product-item .product-item-left .domain-reg .domain-search input {
  height: 44px;
  width: calc(100% - 55px);
  margin-left: 55px;
  border: none;
  outline: none;
  background: #F6F6F6;
}
.product .product-item .product-item-left .domain-reg .domain-search input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #B4B4B4;
}
.product .product-item .product-item-left .domain-reg .domain-search input:-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #B4B4B4;
}
.product .product-item .product-item-left .domain-reg .domain-search input::-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #B4B4B4;
}
.product .product-item .product-item-left .domain-reg .domain-search input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #B4B4B4;
}
.product .product-item .product-item-left .domain-reg .domain-tips {
  margin-top: 19px;
  font-size: 14px;
  font-weight: 300;
  color: #B4B4B4;
}
@media (min-width: 768px) {
  .index-product .product-list .product-item .product-item-inner .product-item-left {
    background-image: var(--bg-url), linear-gradient(315deg, #f4f6f9, #fff);
    background-size: cover;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: top right;
    margin-top: 0;
    position: relative;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .qbtn {
    width: 90%;
    border-radius: 6px;
    position: absolute;
    background-color: rgba(0, 123, 255, 0.9);
    color: #fff;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .qbtn:hover {
    background-color: #007bff;
  }
  .index-product {
    width: 100%;
    margin-top: 3rem;
  }
  .index-product .title {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .index-product .title h4 {
    margin-bottom: 23px;
    font-size: 32px;
    font-weight: 600;
    color: #3E3E3E;
    text-align: center;
    line-height: 1;
  }
  .index-product .title .desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
    text-align: center;
    padding: 0;
  }
  .index-product .title .desc a {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #1467EC;
  }
  .index-product .title .desc a:hover {
    text-decoration: none;
  }
  .index-product .product-menu {
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    z-index: 3;
    position: relative;
  }
  .index-product .product-menu .product-menu-wrapper {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    overflow-x: visible;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .index-product .product-menu .product-menu-wrapper .product-menu-item {
    position: relative;
    /*width: 22%;*/
    width: 140px;
    /*height: 140px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*padding-top: 20px;*/
    padding-bottom: 10px;
    border-bottom: none;
    cursor: pointer;
    color: #181818;
    border-radius: 10px 10px 0 0;
  }
  .index-product .product-menu .product-menu-wrapper .product-menu-item:hover {
    color: #007BFF;
  }
  .index-product .product-menu .product-menu-wrapper .product-menu-item::after {
    content: '';
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #007BFF;
    transition: width 0.3s ease-in-out;
  }
  .index-product .product-menu .product-menu-wrapper .product-menu-item:hover::after {
    width: 100%;
  }
  .index-product .product-menu .product-menu-wrapper .product-menu-item .img-wrapper {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
  }
  .index-product .product-menu .product-menu-wrapper .product-menu-item .img-wrapper img {
    width: 125%;
    height: 125%;
  }
  .index-product .product-menu .product-menu-wrapper .product-menu-item b {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .index-product .product-menu .product-menu-wrapper .product-menu-item.active {
    /*box-shadow: 0px 0px 16px 0px rgba(157, 157, 157, 0.24);*/
  }
  .index-product .product-menu .product-menu-wrapper .product-menu-item.active b {
    color: #007BEF;
  }
  .index-product .product-menu .product-menu-wrapper .product-menu-item.active:after {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #007BEF;
  }
  .index-product .product-list {
    position: relative;
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    list-style: none;
    height: 100%;
  }
  .index-product .product-list .product-item {
    width: 100%;
    display: none;
  }
  .index-product .product-list .product-item.show {
    display: block;
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .index-product .product-list .product-item .product-item-inner {
    width: 100%;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left {
    width: 360px;
    padding: 50px 40px 50px 40px;
    margin-bottom: 0;
    border: 1px solid #EEEEEE;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: linear-gradient(315deg, #f4f6f9, #fff);
    margin-top: 60px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .float-img {
    width: 288px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -144px;
    bottom: 150px;
    z-index: 2;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item {
    box-shadow: 0 4px 6px #2764af1a;
    border: 0.67px solid #fff;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    width: calc(100% / 4 - 25px);
    height: 50%;
    padding: 20px 30px 0 30px;
    margin-top: 0;
    margin-right: 30px;
    margin-top: 30px;
    border: 1px solid #EEEEEE;
    cursor: pointer;
    transition: all 0.3s ease;
    top: 0;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item:hover {
    top: -6px;
    box-shadow: 0 6px 16px 6px rgba(7, 12, 20, 0.08);
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item:nth-child(4n+4) {
    margin-right: 0;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .item-text {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .item-detail {
    margin-top: 20px;
    display: flex;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .item-detail .item-detail-item {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .item-detail .item-detail-item:not(:last-child) {
    margin-right: 12px;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .item-detail .item-detail-item .label {
    color: #3d485d;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .item-detail .item-detail-item .text {
    height: 36px;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1), -8px -8px 10px 0 #fff, inset 0 4px 20px 0 hsla(0, 0%, 100%, 0.5);
    border-radius: 1px;
    color: #333;
    padding: 7px 8px;
    margin-top: 10px;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item:nth-child(n+5) {
    margin-top: 20px;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .img-wrapper {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title {
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex: 1;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title .product-img {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EFF6FF;
    border-radius: 6px;
    margin-right: 20px;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title .product-img img {
    width: 24px;
    height: 24px;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title .feature {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title .feature .feature-img {
    background: url("/static/images/index/right.png");
    width: 12px;
    height: 12px;
    background-size: contain;
    margin-right: 5px;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title .feature .feature-text {
    display: inline-block;
    color: #626266;
    padding: 0px 7px;
    border: 1px solid #dadfe6;
    box-sizing: border-box;
    background-color: #eef1f7;
    font-size: 12px;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-title b {
    font-weight: 600;
    font-size: 18px;
    color: #181818;
    line-height: 1;
    flex: 1;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns {
    width: 100%;
    display: flex;
    padding-top: 14px;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-left,
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-right {
    width: 50%;
    margin-bottom: 20px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-left {
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-left em {
    color: #FF6A00;
    font-style: normal;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-left .price {
    font-weight: 600;
    font-size: 24px;
    color: #FF6A00;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-left .item-more-btn:hover:after {
    width: 16px;
    height: 16px;
    background-position: 0px 0px;
    background-position: 0 -9px;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-right .item-buy-btn {
    display: inline-block;
    padding: 6px 20px;
    background: #007FEE;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    transition: all 0.3s;
    border-radius: 2px;
    height: 36px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .index-product .product-list .product-item .product-item-inner.index-product-recommand .recommand-item .recommand-item-bottom-btns .recommand-item-btn-right .item-buy-btn:hover {
    opacity: 0.8;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .product-intro {
    position: absolute;
    left: 24px;
    z-index: 10;
    bottom: 150px;
    font-size: 24px;
    color: #181818;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .product-intro .intro-title {
    width: 100%;
    color: #181818;
    font-size: 24px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .product-intro .intro-desc {
    position: absolute;
    left: 24px;
    z-index: 10;
    bottom: 113px;
    font-size: 14px;
    color: #6e6e6e;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .intro-title {
    position: absolute;
    left: 24px;
    z-index: 10;
    bottom: 150px;
    font-size: 24px;
    color: #181818;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    }
  .index-product .product-list .product-item .product-item-inner .product-item-left .intro-desc {
    position: absolute;
    left: 24px;
    z-index: 10;
    bottom: 95px;
    font-size: 14px;
    color: #6e6e6e;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter {
    width: 100%;
    margin-top: 68px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .select-title {
    position: relative;
    height: 24px;
    margin-bottom: 20px;
    padding-left: 24px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #181818;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .select-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    margin: auto 0;
    width: 16px;
    height: 17px;
    background-image: url('../images/common/icon-datacenter-search.png');
    background-repeat: no-repeat;
    background-size: 16px 17px;
    background-position: center;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search {
    width: 100%;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search input {
    height: 41px;
    width: 100%;
    border: 1px solid #EEEEEE;
    outline: none;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    padding-left: 10px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search input:-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    padding-left: 10px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search input::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    padding-left: 10px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-search input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    padding-left: 10px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag span {
    font-size: 12px;
    font-weight: 400;
    color: #787878;
    margin-right: 6px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag a {
    font-size: 12px;
    font-weight: 400;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag a:hover {
    text-decoration: none;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag a.tag {
    color: #181818;
    margin-right: 6px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .idc-datacenter .datacenter-tag a.more {
    color: #1366EC;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand {
    width: 100%;
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-title {
    position: relative;
    width: 100%;
    height: 42px;
    line-height: 24px;
    padding-bottom: 18px;
    padding-left: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    border-bottom: 1px solid #EEEEEE;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-title:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    width: 20px;
    height: 18px;
    background-image: url('../images/common/icon-product-cloud-recommand.png');
    background-repeat: no-repeat;
    background-size: 20px 18px;
    background-position: center;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-option {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-option .option-item {
    width: 50%;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-option .option-item p {
    line-height: 1;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-option .option-item .option-item-title {
    width: 40%;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-option .option-item .option-item-value {
    width: 60%;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .new-price {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .new-price .price-title {
    width: 36%;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .new-price .price-num {
    font-size: 18px;
    font-weight: 400;
    color: #FF6A00;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .old-price {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .old-price .price-title {
    width: 36%;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-price .old-price .price-num {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #787878;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-buy {
    display: inline-block;
    padding: 10px 26px;
    font-size: 14px;
    font-weight: 400;
    color: #FF6A00;
    border: 1px solid #FF6A00;
    line-height: 1;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .cloud-recommand .recommand-bottom .recommand-buy:hover {
    color: #FFFFFF;
    background: #FF6A00;
    text-decoration: none;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .ai-help {
    width: 100%;
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-title {
    position: relative;
    width: 100%;
    height: 42px;
    line-height: 24px;
    padding-bottom: 18px;
    padding-left: 24px;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #EEEEEE;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-title:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    width: 17px;
    height: 16px;
    background-image: url('../images/common/icon-product-ai-help.png');
    background-size: 17px 16px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list .help-list-item {
    position: relative;
    width: 50%;
    margin-top: 23px;
    padding-left: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list .help-list-item.item-1:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 16px;
    height: 17px;
    background-image: url('../images/common/icon-ai-help-1.png');
    background-repeat: no-repeat;
    background-size: 16px 17px;
    background-position: center;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list .help-list-item.item-2:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 13px;
    height: 12px;
    background-image: url('../images/common/icon-ai-help-2.png');
    background-repeat: no-repeat;
    background-size: 13px 12px;
    background-position: center;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list .help-list-item.item-3:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 17px;
    height: 16px;
    background-image: url('../images/common/icon-ai-help-3.png');
    background-repeat: no-repeat;
    background-size: 17px 16px;
    background-position: center;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .ai-help .help-list .help-list-item.item-4:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 13px;
    height: 16px;
    background-image: url('../images/common/icon-ai-help-4.png');
    background-repeat: no-repeat;
    background-size: 13px 16px;
    background-position: center;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand {
    width: 100%;
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-title {
    position: relative;
    width: 100%;
    height: 42px;
    line-height: 24px;
    padding-bottom: 18px;
    padding-left: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    border-bottom: 1px solid #EEEEEE;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-title:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    width: 16px;
    height: 15px;
    background-image: url('../images/common/icon-product-safe-recommand.png');
    background-repeat: no-repeat;
    background-size: 16px 15px;
    background-position: center;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-top: 5px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item {
    width: 56%;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item:nth-child(2n+1) {
    width: 44%;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item .option-item-title {
    display: inline-block;
    width: 60%;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item:nth-child(2n+1) .option-item-title {
    width: 50%;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item .option-item-value {
    display: inline-block;
    width: 40%;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-option .option-item:nth-child(2n+1) .option-item-value {
    width: 50%;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-buy {
    display: inline-block;
    padding: 10px 26px;
    font-size: 14px;
    font-weight: 400;
    color: #FF6A00;
    border: 1px solid #FF6A00;
    line-height: 1;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .safe-recommand .recommand-buy:hover {
    color: #FFFFFF;
    background: #FF6A00;
    text-decoration: none;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .domain-service {
    width: 100%;
    margin-top: 68px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-title {
    position: relative;
    height: 24px;
    margin-bottom: 20px;
    padding-left: 24px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #181818;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    margin: auto 0;
    width: 19px;
    height: 19px;
    background-image: url('../images/common/icon-product-domain-search.png');
    background-size: 19px 19px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search {
    width: 100%;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search input {
    height: 41px;
    width: 100%;
    border: 1px solid #EEEEEE;
    outline: none;
    padding-left: 10px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    padding-left: 10px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search input:-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    padding-left: 10px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search input::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    padding-left: 10px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-left .domain-service .domain-search input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    padding-left: 10px;
  }
  .product-list-outer {
    background: #f5f6f8;
    padding: 30px 0;
    height: 518px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right {
    width: calc(100% - 380px);
    display: flex;
    flex-wrap: wrap;
    justify-content: initial;
    align-items: initial;
    flex-direction: column;
    margin-left: 20px;
    background: none;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con {
    display: flex;
    width: 100%;
    flex-direction: row;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con .top-item {
    flex: 1;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con .top-item:first-child {
    margin-right: 20px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con .top-item .top-title {
    margin-bottom: 10px;
    white-space: nowrap;
    font-size: 18px;
    color: #181818;
    font-weight: 500;
    line-height: 25px;
    transition: all 0.3s ease-in-out;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con .top-item .top-sub-title {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-wrap: break-word;
    height: 22px;
    font-size: 14px;
    color: #6e6e6e;
    line-height: 22px;
    font-weight: 400;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con .top-item .top-item-tag {
    display: flex;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con .top-item .top-item-tag .tag {
    margin-right: 8px;
    display: block;
    height: 20px;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #E3E3E3;
    border-radius: 1px;
    color: #aaa;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con .top-item:hover .top-title {
    color: #337dff;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con .top-left {
    width: 100%;
    cursor: pointer;
    height: 147px;
    background-position: right center;
    padding: 30px 24px;
    background: url("/static/images/index/recommend-2.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    background-color: #fff;
    transition: background-size 0.3s ease-in-out;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con .top-left:hover {
    background-size: auto 105%;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con .top-right {
    width: 100%;
    cursor: pointer;
    height: 147px;
    background-position: right center;
    padding: 30px 24px;
    background: url("/static/images/index/recommend.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    background-color: #fff;
    transition: background-size 0.3s ease-in-out;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product2-top-con .top-right:hover {
    background-size: auto 105%;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .bottom-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: initial;
    align-items: initial;
    flex-direction: row;
    margin-left: 20px;
    background: #fff;
    flex-grow: 1;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card {
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    width: calc(100% / 3);
    /*padding: 30px 24px;*/
    height: 147px;
    margin-right: 0;
    margin-top: 0;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card:first-child {
    margin-top: 0;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card:hover {
    box-shadow: none;
    background: #fafafa;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card:hover .recommand-item-title b {
    color: #337dff;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .top-item-tag {
    display: flex;
    margin-top: 10px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .top-item-tag .tag {
    margin-right: 8px;
    display: block;
    height: 20px;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #E3E3E3;
    border-radius: 1px;
    color: #aaa;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .recommand-item-title {
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex: 1;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .recommand-item-title b {
    font-weight: 400;
    font-size: 18px;
    color: #181818;
    line-height: 1;
    flex: 1;
    transition: all 0.3s ease;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .recommand-item-title .product-img {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EFF6FF;
    border-radius: 6px;
    margin-right: 20px;
    display: none;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .recommand-item-title .product-img img {
    width: 24px;
    height: 24px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card:nth-child(3n+3) {
    margin-right: 0;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .item-text {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .item-detail {
    margin-top: 20px;
    display: flex;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .item-detail .item-detail-item {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .item-detail .item-detail-item:not(:last-child) {
    margin-right: 12px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .item-detail .item-detail-item .label {
    color: #3d485d;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .item-detail .item-detail-item .text {
    height: 36px;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1), -8px -8px 10px 0 #fff, inset 0 4px 20px 0 hsla(0, 0%, 100%, 0.5);
    border-radius: 1px;
    color: #333;
    padding: 7px 8px;
    margin-top: 10px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .recommand-item-bottom-btns {
    width: 100%;
    display: flex;
    padding-top: 14px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .recommand-item-bottom-btns .recommand-item-btn-left {
    width: 50%;
    margin-bottom: 20px;
    margin-top: 10px;
    align-items: center;
    height: 36px;
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .recommand-item-bottom-btns .recommand-item-btn-left em {
    color: #FF6A00;
    font-style: normal;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .recommand-item-bottom-btns .recommand-item-btn-left .price {
    font-weight: 600;
    font-size: 24px;
    color: #FF6A00;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .recommand-item-bottom-btns .recommand-item-btn-right {
    width: 50%;
    margin-bottom: 20px;
    margin-top: 10px;
    height: 36px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .recommand-item-bottom-btns .recommand-item-btn-right .item-buy-btn {
    display: inline-block;
    padding: 6px 20px;
    background: #007FEE;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    transition: all 0.3s;
    border-radius: 2px;
    height: 36px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .product-item-card .recommand-item-bottom-btns .recommand-item-btn-right .item-buy-btn:hover {
    opacity: 0.8;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item {
    width: 32%;
    height: 250px;
    margin-left: 1.33%;
    margin-bottom: 0;
    padding: 20px 30px 0 30px;
    border: 1px solid #EEEEEE;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item:hover {
    border: 1px solid #EBEBEB;
    box-shadow: 0px 0px 16px 0px rgba(157, 157, 157, 0.18);
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item:nth-child(-n+3) {
    margin-bottom: 18px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title {
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title b {
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    margin-right: 18px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .bg-org {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #181818;
    line-height: 20px;
    background: linear-gradient(-90deg, #FFE2D1, #FFF8E8);
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .bg-org-b {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    background: linear-gradient(-90deg, #FF784E, #FFE1BE);
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .bg-blue {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 20px;
    background: linear-gradient(-90deg, #8CBDFF, #B0EFFF);
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .border-org {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    padding-left: 6px;
    padding-right: 6px;
    border: 1px solid #FF6A00;
    font-size: 12px;
    line-height: 20px;
    color: #181818;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .border-yel {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #E8A944;
    font-size: 14px;
    line-height: 20px;
    color: #E8A944;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .bg-yel {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    background: #F2C277;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .bg-org em,
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-title .border-org em {
    font-size: 16px;
    font-weight: 400;
    color: #FF6A00;
    font-style: normal;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content {
    margin-top: 16px;
    margin-bottom: 10px;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #EEEEEE;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top {
    width: 100%;
    margin-top: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    padding-left: 6px;
    padding-right: 7px;
    line-height: 1;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    height: 12px;
    width: 1px;
    margin: auto;
    background: #787878;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a:hover {
    text-decoration: none;
    color: #FF6A00;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a:last-child {
    padding-right: 0;
    border-right: none;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a:last-child:after {
    display: none;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top a:first-child {
    padding-left: 0;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom {
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom span {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    margin-right: 16px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom a {
    display: inline-block;
    padding: 3px 4px;
    background-color: #EFF3FF;
    margin-right: 2px;
    font-size: 14px;
    color: #181818;
    line-height: 1;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom a:last-child {
    margin-right: 0;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom a:hover {
    text-decoration: none;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top .second-item-content-title,
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom .second-item-content-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
    margin-right: 14px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-top .second-item-content-value,
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-bottom .second-item-content-value {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-content .second-item-content-text {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 24px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more a.item-more-btn {
    position: relative;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #1366EC;
    cursor: pointer;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more a.item-more-btn:hover {
    text-decoration: none;
    color: #FF6A00;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more a.item-more-btn:after {
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
    width: 6px;
    height: 9px;
    margin: auto 0;
    background-image: url('../images/common/icon-index-product-more.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more a.item-more-btn:hover:after {
    width: 16px;
    height: 16px;
    background-position: 0 -9px;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item .second-item-more a.item-buy-btn {
    display: inline-block;
    margin-right: 10px;
    opacity: 0;
    visibility: hidden;
    padding: 6px 20px;
    background: #FF6A00;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    transition: all 0.3s;
  }
  .index-product .product-list .product-item .product-item-inner .product-item-right .second-item:hover .second-item-more a.item-buy-btn {
    opacity: 1;
    visibility: visible;
  }
}
/* 首页地图 */
.index-map {
  margin-top: 60px;
  width: 100%;
}
.index-map .title {
  width: calc(100% - var(--grid-style2-margin) * 2);
  margin: 0 auto;
}
.index-map .title h4 {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 500;
  color: #3E3E3E;
  text-align: center;
  line-height: 1;
}
.index-map .title .desc {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  line-height: 20px;
  text-align: center;
  padding: 0 10px;
}
.index-map .map-table {
  /* width: calc(100% - var(--grid-style3-margin) * 2); */
  /* flex-direction: column; */
  margin: auto auto;
  margin-top: 20px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 280px;
  background: #FAFAFA;
  flex-direction: column-reverse;
  overflow: hidden;
}
.index-map .map-table .map-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  z-index: 2;
}
.index-map .map-table .map-info .card-box {
  display: flex;
}
.index-map .map-table .map-info .card-box .map-info-card {
  padding: 14px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  flex: 1;
}
.index-map .map-table .map-info .card-box .map-info-card .top-info {
  height: 60px;
  line-height: 60px;
  font-size: 1.5rem;
  color: #252b3a;
  transition: 0.3s;
}
.index-map .map-table .map-info .card-box .map-info-card .sub-info {
  height: 22px;
  line-height: 22px;
  font-size: 0.8rem;
  color: #000000;
}
.index-map .map-table .map-info .more {
  margin-bottom: 10px;
  height: 36px;
  min-width: 88px;
  padding: 0 16px;
  background-color: #007EFF;
  border: 1px solid transparent;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.3s ease;
}
.index-map .map-table .map-info .more:hover {
  opacity: 0.8;
}
.index-map .map-table video {
  width: 100%;
  height: 150%;
  position: relative;
  top: 21%;
  z-index: 1;
}
.index-map .map-table .table-item {
  width: 100%;
  margin-bottom: 20px;
}
.index-map .map-table .table-item .table-title {
  position: relative;
  padding-left: 14px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 14px;
  color: #181818;
}
.table-item .table-title .index-map .map-table:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  margin: auto;
  height: 80%;
  width: 6px;
  background: #EC6A1E;
}
.index-map .map-table .table-item .table-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #D4D4D4;
}
.index-map .map-table .table-item .table-inner .item {
  width: 33.33%;
  height: 80px;
  border-bottom: 1px solid #D4D4D4;
  border-right: 1px solid #D4D4D4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-item .table-inner .item .index-map .map-table:nth-child(3n+3) {
  border-right: none;
}
.table-item .table-inner .item .index-map .map-table.no-border {
  border-bottom: none;
}
.index-map .map-total {
  width: calc(100% - var(--grid-style3-margin) * 2);
  height: auto;
  margin: 10px auto 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
}
.index-map .map-total .total-item {
  width: 50%;
  height: 100%;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #EEEEEE;
  flex-shrink: 0;
}
.index-map .map-total .total-item:nth-child(2n) {
  border-right: none;
}
.index-map .map-total .total-item:nth-child(-n+2) {
  border-bottom: 1px solid #EEEEEE;
}
.index-map .map-total .total-item .num {
  font-size: 28px;
  font-weight: 500;
  color: #FF6A00;
  text-align: center;
  line-height: 1;
  margin-bottom: 12px;
  transition: all 0.3s;
}
.index-map .map-total .total-item .total-title {
  font-size: 14px;
  font-weight: 400;
  color: #181818;
  line-height: 1;
  text-align: center;
}
.index-map .map-total .total-item .total-desc {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  text-align: center;
  line-height: 1;
  margin-top: 11px;
}
@media (min-width: 768px) {
  .index-map {
    margin-top: 100px;
    width: 100%;
  }
  .index-map .title {
    width: calc(100% - var(--grid-style2-margin) * 2);
    margin: 0 auto;
  }
  .index-map .title h4 {
    margin-bottom: 23px;
    font-size: 32px;
    font-weight: 600;
    color: #3E3E3E;
    text-align: center;
    line-height: 1;
  }
  .index-map .title .desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
    text-align: center;
    padding: 0;
  }
  .index-map .map-content {
    height: 520px;
    margin-top: 48px;
    background: #FAFAFA;
  }
  .index-map .map-content .map-content-inner {
    position: relative;
    height: 100%;
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
  }
  .index-map .map-content .map-content-inner .content-dot {
    position: absolute;
    top: 54px;
    left: 0;
    width: 160px;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .index-map .map-content .map-content-inner .content-dot .dot {
    position: relative;
    height: 32px;
    margin-bottom: 12px;
    padding-left: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 32px;
  }
  .index-map .map-content .map-content-inner .content-dot .dot.dot-4 {
    font-weight: 500;
  }
  .index-map .map-total {
    position: relative;
    width: calc(100% - var(--grid-style3-margin) * 2);
    height: 140px;
    margin: -25px auto 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    z-index: 2;
    border: 1px solid #EEEEEE;
  }
  .index-map .map-total .total-item {
    width: 25%;
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #EEEEEE !important;
    border-bottom: none !important;
  }
  .index-map .map-total .total-item:last-child {
    border-right: none;
  }
  .index-map .map-total .total-item .num {
    font-size: 36px;
    font-weight: 500;
    color: #FF6A00;
    text-align: center;
    line-height: 1;
    margin-bottom: 12px;
    transition: all 0.5s ease-in-out;
  }
  .index-map .map-total .total-item:hover .num {
    font-size: 40px;
  }
  .index-map .map-total .total-item .total-title {
    font-size: 18px;
    font-weight: 400;
    color: #181818;
    line-height: 1;
    text-align: center;
    transition: all 0.5s ease-in-out;
  }
  .index-map .map-total .total-item .total-desc {
    display: none;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    text-align: center;
    line-height: 1;
    margin-top: 11px;
    transition: all 0.5s ease-in-out;
  }
  .index-map .map-total .total-item:hover .total-desc {
    display: inline-block;
  }
  .index-map .map-table {
    /* width: calc(100% - var(--grid-style3-margin) * 2); */
    margin: auto auto;
    margin-top: 20px;
    padding: 0 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 450px;
    background: #FAFAFA;
    flex-direction: row;
    overflow: hidden;
  }
  .index-map .map-table .map-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: initial;
  }
  .index-map .map-table .map-info .card-box {
    display: flex;
  }
  .index-map .map-table .map-info .card-box .map-info-card {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
  }
  .index-map .map-table .map-info .card-box .map-info-card .top-info {
    height: 60px;
    line-height: 60px;
    font-size: 42px;
    color: #252b3a;
    transition: 0.3s;
  }
  .index-map .map-table .map-info .card-box .map-info-card .sub-info {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 8px;
  }
  .index-map .map-table .map-info .more {
    margin-top: 50px;
    height: 36px;
    min-width: 88px;
    padding: 0 16px;
    background-color: #007EFF;
    border: 1px solid transparent;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .index-map .map-table .map-info .more:hover {
    opacity: 0.8;
  }
  .index-map .map-table video {
    width: 50%;
    height: 150%;
    position: relative;
    top: 21%;
  }
  .index-map .map-table .table-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .index-map .map-table .table-item .table-title {
    position: relative;
    padding-left: 14px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #181818;
  }
  .table-item .table-title .index-map .map-table:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    margin: auto;
    height: 80%;
    width: 6px;
    background: #EC6A1E;
  }
  .index-map .map-table .table-item .table-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #D4D4D4;
  }
  .index-map .map-table .table-item .table-inner .item {
    width: 33.33%;
    height: 80px;
    border-bottom: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .table-item .table-inner .item .index-map .map-table:nth-child(3n+3) {
    border-right: none;
  }
  .table-item .table-inner .item .index-map .map-table.no-border {
    border-bottom: none;
  }
}
.index-news {
  position: relative;
  padding-top: 3rem;
  width: 100%;
  margin-bottom: 30px;
  background: #fff;
}
.index-news .news-content-left {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}
.index-news .news-content-left .top-img {
  height: 200px;
  background-size: 100% auto;
}
.index-news .news-content-left .top-img img {
  width: 100%;
  height: 100%;
}
.index-news .news-content-left .news-item {
  display: inline-block;
  height: 100px;
  min-height: 100px;
  width: 100%;
  padding: 0;
  text-decoration: none;
  box-shadow: none;
  border-radius: 0;
  background: #f5f6f8;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  display: flex;
}
.index-news .news-content-left .news-item:nth-child(3n+3) {
  margin-right: 0;
}
.index-news .news-content-left .news-item:hover .news-title h2 {
  color: #007eff;
}
.index-news .news-content-left .news-item .news-date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24%;
  color: #000000e6;
  font-size: 24px;
  font-weight: 600;
  line-height: 50px;
}
.index-news .news-content-left .news-item .news-title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px 0;
  padding-top: 5px;
}
.index-news .news-content-left .news-item .news-title h2 {
  font-size: 18px;
  font-weight: 400;
  color: #3E3E3E;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index-news .news-content-left .news-item .news-title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 57px;
  height: 3px;
  background-color: #007eff;
}
.index-news .news-content-left .news-item .news-desc {
  margin-top: 16px;
}
.index-news .news-content-left .news-item .news-desc p {
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index-news .news-content-left .news-item .new-main {
  width: 72%;
}
.index-news .title {
  width: calc(100% - var(--grid-style2-margin) * 2);
  margin: 0 auto;
}
.index-news .title .desc {
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 1;
  text-align: center;
  padding: 0;
}
.index-news .title .desc .more-info {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #007BEF;
  margin-left: 5px;
}
.index-news .title .desc .more-info::after {
  position: absolute;
  top: 3px;
  right: -15px;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/common/icon-s-blue-arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: right 0.3s;
}
.index-news .title .desc .more-info:hover::after {
  right: -20px;
}
.index-news .title h4 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
  color: #3E3E3E;
  text-align: center;
  line-height: 1;
}
.index-news .index-news-content {
  width: calc(100% - var(--grid-margin) * 2);
  margin: 20px auto 0 auto;
  /*border-top: 1px solid #EFEFEF;*/
  /*border-bottom: 1px solid #EFEFEF;*/
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  margin-left: 12px;
  margin-right: 12px;
}
.index-news .index-news-content .news-content-left .news-item .news-main {
  width: 72%;
}
.index-news .index-news-content .news-content-right {
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.index-news .index-news-content .news-content-right:first-child {
  margin-bottom: 10px;
}
.index-news .index-news-content .news-content-right .news-item {
  display: inline-block;
  height: 100px;
  width: 100%;
  min-height: initial;
  padding: 0;
  text-decoration: none;
  box-shadow: none;
  border-radius: 0;
  background: #f5f6f8;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  display: flex;
}
.index-news .index-news-content .news-content-right .news-item:nth-child(3n+3) {
  margin-right: 0;
}
.index-news .index-news-content .news-content-right .news-item:hover .news-title h2 {
  color: #007eff;
}
.index-news .index-news-content .news-content-right .news-item .news-date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24%;
  color: #000000e6;
  font-size: 24px;
  font-weight: 600;
  line-height: 50px;
}
.index-news .index-news-content .news-content-right .news-item .news-main {
  width: 72%;
}
.index-news .index-news-content .news-content-right .news-item .news-title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px 0;
  padding-top: 5px;
}
.index-news .index-news-content .news-content-right .news-item .news-title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 57px;
  height: 3px;
  background-color: #007eff;
}
.index-news .index-news-content .news-content-right .news-item .news-title .news-date {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #3E3E3E;
}
.index-news .index-news-content .news-content-right .news-item .news-title .news-date.new:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto 0;
  content: "\65b0";
  display: inline-block;
  width: 23px;
  height: 18px;
  border-radius: 2px;
  background: #65B92D;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.index-news .index-news-content .news-content-right .news-item .news-title h2 {
  font-size: 18px;
  font-weight: 400;
  color: #3E3E3E;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index-news .index-news-content .news-content-right .news-item .news-desc {
  margin-top: 16px;
}
.index-news .index-news-content .news-content-right .news-item .news-desc p {
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index-news .index-news-content .news-content-right .news-item .news-more {
  margin-top: 28px;
  position: relative;
  display: inline-block;
}
.index-news .index-news-content .news-content-right .news-item .news-more:after {
  position: absolute;
  top: -6px;
  bottom: 0;
  right: -16px;
  margin: auto 0;
  content: "";
  width: 12px;
  height: 20px;
  background-image: url('../images/common/icon-s-gray-arrow-right.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s;
  display: none;
}
.index-news .index-news-content .news-content-right .news-item:hover .news-more:after {
  right: -70px;
}
.index-news .index-news-content .news-content-right .news-item .news-more:before {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -32px;
  margin: auto 0;
  height: 20px;
  width: 30px;
  content: "MORE";
  font-size: 12px;
  font-weight: 400;
  color: #868686;
  transition: all 0.5s;
}
.index-news .index-news-content .news-content-right .news-item:hover .news-more:before {
  opacity: 1;
  visibility: visible;
}
.index-news .index-news-content .news-content-right .more-item {
  margin: 30px auto;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #1366EC;
}
@media (min-width: 768px) {
  .index-news {
    margin: auto;
    padding-top: 3rem;
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin-bottom: 30px;
    background: #fff;
    position: relative;
  }
  .index-news .news-content-left {
    display: flex;
    flex-direction: column;
    width: 32%;
    justify-content: space-between;
  }
  .index-news .news-content-left .top-img {
    height: 200px;
    background-size: 100% auto;
  }
  .index-news .news-content-left .top-img img {
    width: 100%;
    height: 100%;
  }
  .index-news .news-content-left .news-item {
    display: inline-block;
    height: 100px;
    min-height: 100px;
    width: 100%;
    padding: 0;
    text-decoration: none;
    box-shadow: none;
    border-radius: 0;
    background: #f5f6f8;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
  }
  .index-news .news-content-left .news-item:nth-child(3n+3) {
    margin-right: 0;
  }
  .index-news .news-content-left .news-item:hover .news-title h2 {
    color: #007eff;
  }
  .index-news .news-content-left .news-item .news-date {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24%;
    color: #000000e6;
    font-size: 24px;
    font-weight: 600;
    line-height: 50px;
  }
  .index-news .news-content-left .news-item .news-title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 14px 0;
    padding-top: 5px;
  }
  .index-news .news-content-left .news-item .news-title h2 {
    font-size: 18px;
    font-weight: 400;
    color: #3E3E3E;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .index-news .news-content-left .news-item .news-title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 57px;
    height: 3px;
    background-color: #007eff;
  }
  .index-news .news-content-left .news-item .news-desc {
    margin-top: 16px;
  }
  .index-news .news-content-left .news-item .news-desc p {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .index-news .news-content-left .news-item .new-main {
    width: 72%;
  }
  .index-news .title {
    width: calc(100% - var(--grid-style2-margin) * 2);
    margin: 0 auto;
  }
  .index-news .title .desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 1;
    text-align: center;
    padding: 0;
  }
  .index-news .title .desc .more-info {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #007BEF;
    margin-left: 5px;
  }
  .index-news .title .desc .more-info::after {
    position: absolute;
    top: 3px;
    right: -15px;
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(../images/common/icon-s-blue-arrow-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: right 0.3s;
  }
  .index-news .title .desc .more-info:hover::after {
    right: -20px;
  }
  .index-news .title h4 {
    font-size: 32px;
    font-weight: 600;
    color: #3E3E3E;
    text-align: center;
    line-height: 1;
  }
  .index-news .index-news-content {
    width: calc(100% - var(--grid-margin) * 2);
    margin: 70px auto 0 auto;
    /*border-top: 1px solid #EFEFEF;*/
    /*border-bottom: 1px solid #EFEFEF;*/
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
  }
  .index-news .index-news-content .news-content-right {
    width: 67%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .index-news .index-news-content .news-content-right:first-child {
    margin-bottom: 10px;
  }
  .index-news .index-news-content .news-content-right .news-item {
    display: inline-block;
    height: 100px;
    width: 50%;
    min-height: initial;
    padding: 0;
    text-decoration: none;
    box-shadow: none;
    border-radius: 0;
    background: #f5f6f8;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
  }
  .index-news .index-news-content .news-content-right .news-item:nth-child(3n+3) {
    margin-right: 0;
  }
  .index-news .index-news-content .news-content-right .news-item:hover .news-title h2 {
    color: #007eff;
  }
  .index-news .index-news-content .news-content-right .news-item .news-date {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24%;
    color: #000000e6;
    font-size: 24px;
    font-weight: 600;
    line-height: 50px;
  }
  .index-news .index-news-content .news-content-right .news-item .news-main {
    width: 72%;
  }
  .index-news .index-news-content .news-content-right .news-item .news-title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 14px 0;
    padding-top: 5px;
  }
  .index-news .index-news-content .news-content-right .news-item .news-title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 57px;
    height: 3px;
    background-color: #007eff;
  }
  .index-news .index-news-content .news-content-right .news-item .news-title .news-date {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #3E3E3E;
  }
  .index-news .index-news-content .news-content-right .news-item .news-title .news-date.new:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto 0;
    content: "\65b0";
    display: inline-block;
    width: 23px;
    height: 18px;
    border-radius: 2px;
    background: #65B92D;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
  .index-news .index-news-content .news-content-right .news-item .news-title h2 {
    font-size: 18px;
    font-weight: 400;
    color: #3E3E3E;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .index-news .index-news-content .news-content-right .news-item .news-desc {
    margin-top: 16px;
  }
  .index-news .index-news-content .news-content-right .news-item .news-desc p {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .index-news .index-news-content .news-content-right .news-item .news-more {
    margin-top: 28px;
    position: relative;
    display: inline-block;
  }
  .index-news .index-news-content .news-content-right .news-item .news-more:after {
    position: absolute;
    top: -6px;
    bottom: 0;
    right: -16px;
    margin: auto 0;
    content: "";
    width: 12px;
    height: 20px;
    background-image: url('../images/common/icon-s-gray-arrow-right.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.3s;
    display: none;
  }
  .index-news .index-news-content .news-content-right .news-item:hover .news-more:after {
    right: -70px;
  }
  .index-news .index-news-content .news-content-right .news-item .news-more:before {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -32px;
    margin: auto 0;
    height: 20px;
    width: 30px;
    content: "MORE";
    font-size: 12px;
    font-weight: 400;
    color: #868686;
    transition: all 0.5s;
    display: none;
  }
  .index-news .index-news-content .news-content-right .news-item:hover .news-more:before {
    opacity: 1;
    visibility: visible;
  }
}
.slogan {
  width: 100%;
  height: 200px;
  background-image: url('/static/images/index/act-bg.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.slogan .slogan-inner {
  width: calc(100% - var(--grid-style2-margin) * 2);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img {
  display: none;
  width: 200px;
  height: 140px;
  background-image: url('/static/images/index/foot-p.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-right: 50px;
}
.slogan .slogan-inner .slogan-content h1 {
  padding: 0;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 18px;
  color: #000;
}
.slogan .slogan-inner .free-btn {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 40px;
  margin-left: 0;
  margin-top: 20px;
  line-height: 40px;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  padding: 0 30px;
  background-color: rgb(51 125 255 / 1);
}
.slogan .slogan-inner .free-btn:hover {
  text-decoration: none;
}
.slogan .slogan-inner .free-btn:after {
  position: absolute;
  right: 32px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url('../images/common/icon-s-arrow-right2x.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: right 0.3s 0.2s;
}
.slogan .slogan-inner .free-btn:hover:after {
  right: 20px;
}
@media (min-width: 768px) {
  .slogan {
    width: 100%;
    height: 200px;
    background-image: url('/static/images/index/act-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }
  .slogan .slogan-inner {
    width: calc(100% - var(--grid-style2-margin) * 2);
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .img {
    display: inline-block;
    width: 200px;
    height: 140px;
    background-image: url('/static/images/index/foot-p.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin-right: 200px;
  }
  .slogan .slogan-inner .slogan-content h1 {
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 18px;
    color: #262626;
  }
  .slogan .slogan-inner .free-btn {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 40px;
    margin-left: 0;
    margin-top: 20px;
    line-height: 40px;
    border: 1px solid #fff;
    font-size: 14px;
    /*padding: 0 30px;*/
    background-color: rgb(51 125 255 / 1);
    /*padding: 8px 30px;*/
    color: #fff;
  }
  .slogan .slogan-inner .free-btn:hover {
    text-decoration: none;
  }
  .slogan .slogan-inner .free-btn:after {
    position: absolute;
    right: 32px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url('../images/common/icon-s-arrow-right2x.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: right 0.3s 0.2s;
  }
  .slogan .slogan-inner .free-btn:hover:after {
    right: 20px;
  }
}
.honors {
  margin-top: 100px;
  width: 100%;
  margin-bottom: 30px;
}
.honors .title {
  width: calc(100% - var(--grid-style2-margin) * 2);
  margin: 0 auto;
}
.honors .title .desc {
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 1;
  text-align: center;
  padding: 0;
}
.honors .title h4 {
  font-size: 32px;
  font-weight: 600;
  color: #3E3E3E;
  text-align: center;
  line-height: 1;
  margin-bottom: 24px;
}
.top-title-tag {
    margin-left: 10px;
    display: inline-block;
    height: 20px;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    line-height: 20px;
    background: #ffeceb;
    border-radius: 1px;
    font-size: 12px;
    color: #f04134;
    font-weight: 400;
    margin-top: 3px;
}


.img-wrapper span{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 70px;
    margin: auto;
    background-position: 0px 0px ;
}
.animation-over{ animation: animateframe .5s steps(20) forwards; }
.animation-out{ animation: animateframeout .5s steps(20) forwards;}

@keyframes animateframe {
    from { background-position: 0 0; }
    to   { background-position: 0 100%; }
}
@keyframes animateframeout {
    from { background-position: 0 100%; }
    to   { background-position: 0 0; }
}

#home-solutions {
    background-image: url(../images/3200.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    -webkit-transition: .2s;
    transition: .2s; 
    background-color: rgb(255, 255, 255);
}
#home-solutions .solution-tabs {
      width:100%;
      
  }
.solutions .subtitle {
    color: #3d485d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}
.solution-content-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap; 
    padding: 48px 0;
}

.solutions .title-block {
    width: 100%;
    text-align: center;
    padding-bottom: 48px;
    line-height: 1;
    margin-bottom: 0;
}
.solution-wrapper {
    display: flex;
    width: 100%;
    max-width: 1300px;
    margin: auto;
}
.solution-bg-left {
    width: 23.66667%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solution-bg-left {
    padding: 42px 8px 37px;
    background-color: rgba(255,255,255,.2);
    border-radius: 4px;
    background-size: 110% 110%;
}
.solutions .solution-tabs li {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    width: auto;
    height: 45px;
    margin-top: 10px;
    width: 100%;
    padding: 0 50px 0 50px;
    font-size: 16px;
    color: #16181a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 40px;
     
}
.solution-tabs li {
    color: #16181a;
    font-size: 1rem;
    font-weight: 500;
    line-height: 25px;
}
.solution-tabs li a {
    color: #16181a;
    position: relative;
}
 
 .solution-tabs .pcsolution-title{
     display: block;
 }
 .solution-tabs .msolution-title{
     display: none;
 } 
 .solution-tabs .solution-titlemore{
     position: relative;
    text-align: center;
    padding-bottom: 20px;
    width: auto;
    height: 45px;
    margin-top: 10px;
    width: 100%;
    padding: 0 50px 0 50px;
    font-size: 16px;
    color: #16181a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 40px;
 }
 
  .solution-tabs .pcsolution-titlelink{
      color: #16181a;
  }
  
  
.solution-tabs li.solution-active {
   width: auto;
    height: 50px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #4985ff;
     
}
.solution-tabs li a:hover{
  
    color: #fff;  
}
.solution-tabs li:hover{
     width: auto;
    height: 50px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #4985ff;
}
@media screen and (max-width: 1080px){
    .solution-tabs li:hover{
    background: none;
    color: #16181a;
}

}
.solution-tabs li.solution-active a {
    color: #fff;
    padding-bottom: 6px;
}
@media screen and (max-width: 1080px){
    .solution-tabs li.solution-active {

    background:transparent;
    }
.solution-tabs li.solution-active a {
    color:#252b3a;
    background:transparent;
    padding-bottom: 6px;
}
}
.solution-tabs li.solution-active a:after {
    width: 100%;
}
.solution-bg-right {
    padding: 48px 53px 44px;
    width: 70%;
}
.solution-tab-content .tab-content.solution-active {
    display: block !important;
}

.solution-tab-content .tab-content {
    display: none !important;
}
.tab-content .solution-content-name {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.75;
    color: #16181a;
    margin-bottom: 1rem;
}
.tab-content .solution-content-desc {
    font-size: 1rem;
    font-weight: normal; 
    max-width: 780px;
    line-height: 1.75;
}
.solution-features {
    margin-top: 6px;
}
.solution-features span {
    color: #cbd1d6;
    font-size: 14px;
    padding: 3px 5px;
    margin-right: 6px;
    background-color: #494b58;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.solution-btn {
    margin-top: 50px;
    margin-bottom: 48px;
}
.solution-bg-focus {
    width: 23.66667%;
    background-color: rgba(255,255,255,.2);
    border-radius: 4px;
    background-size: 110% 110%;
    background-position-x: -10px;
}
.solution-bg-focus .box.active {
    position: static;
    display: block;
}
.solution-bg-focus .box {
    position: absolute;
    top: 0;
    display: none;
    left: 0;
    padding: 65px 20px;
}
.solution-bg-focus .box h5 {
    font-size: 16px;
    color: #16181a;
    line-height: 22px;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
}

.solution-bg-focus .box h5:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid transparent;
    border-left-color: #fff;
    border-bottom-color: #fff;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    position: absolute;
    bottom: 0;
    left: 50%;
}

.solution-bg-focus .box .list { 
    min-height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.solution-bg-focus .box .list .li {
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 6px;
    opacity: 0.7;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}
.solution-bg-focus .box .list .li img {
    max-width: 90%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3;
    transition: all 0.3;
    transform: translate(-50%,-50%);
    transition: all .3s;
}
.solution-bg-focus .box .list .li img.qrcode {
    opacity: 0;
}
.solution-bg-focus .box .list .li:hover img.qrcode {
    opacity: 1;
}
.solution-bg-focus .box .list .li:hover img.logoimg {
    opacity: 0;
}
.btn-links {
    margin-top: 16px;
    margin-bottom: 16px;
}
.button.large {
    width: 124px;
    height: 44px;
    font-weight: 500;
    padding-left: 32px;
    padding-right: 32px;
}

.button.is-primary {
    background: #4985ff;
    border:0px solid #337dff;
    color: #fff;
}
.button.is-primary:hover {
    background: #337dff;
    border:0px solid #337dff;
    color: #fff;
    cursor: pointer;
}
.button {
    border-radius: 4px;
    border: solid 1px #dee0e7;
    color: #68747f;
}
.button.is-primarys { 
    background-color: #fff;
    color: #16181a;
    margin-left: 15px;
}
.button.is-primarys:hover {
    background: #4985ff;
    border: solid 0px #dee0e7;
    box-shadow: none;
    color: #fff;
}
.button {
    border-radius: 4px;
    border: solid 1px #dee0e7;
    color: #68747f;
}
.button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(0.375em - 1px);
    padding-left: calc(0.625em - 1px);
    padding-right: calc(0.625em - 1px);
    padding-top: calc(0.375em - 1px);
    position: relative;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: white;
    border-color: #dbdbdb;
    color: #363636;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0.75em;
    padding-right: 0.75em;
    text-align: center;
    white-space: nowrap;
}
.case-title {
    font-size: 14px;
    margin-bottom: 1rem;
    color: #16181a;
    line-height: normal;
}
.solution-cases {
    flex-flow: row wrap;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
}

.solution-cases .case-item {
    height: 35px;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
}
 .solution-cases .case-item i{ 
    font-size: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    font-weight: 700;
    background-position: 50%;
    color: #337dff;
}
 
 
.solution-cases .case-item img {
    height: 100%;
}
.solutions .title.is-3 { 
    margin-bottom: 10px;
    letter-spacing: 2px;
    FONT-SIZE: 32PX;
        color: #262626;
    font-weight: 700;
}

.title-block .title {
    margin-bottom: 1.25rem;
    font-weight: normal;
    FONT-SIZE: 32PX;
}
.title-block .title {
    margin-bottom: 1.25rem;
    font-weight: normal;
    line-height: normal;
    color: #3e464c;
    font-size: 28px;
}
 
.solution-content-name {
    font-size: 20px; 
    color:#252b3a;
    margin-bottom: 1rem;
}
.solution-content-desc {
    margin-top: 16px;
    font-size: 14px; 
    line-height: 20px;
    display: -webkit-box;
    height: 60px;
    line-height: 20px; 
} 
.solution-content-f-toe{
    color: #16181a;
    font-size: 14px;
    display: block;
    width: 100%;
    line-height: 32px;
}
@media screen and (max-width: 1080px) {
    .button.is-primary{
        margin-top: 0px;
    height: 35px;
    line-height: 32px;
    }
    .button.is-primarys{
        margin-top: 0px;
    height: 35px;
    line-height: 32px;
    }
    #home-solutions{
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-color: hsla(0,0%,100%,.2);
    padding-bottom: 20px;
    }
    .solution-wrapper{
        flex-direction: column;
    }
    .home-solution{
        margin-top: 15px;
    }
    .solution-features span{
    font-size: 12px; 
    padding: 3px 6px;
    margin-right: -1px;
    }
.solution-tabs {
    position: static;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4,1fr);
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    flex-wrap: inherit;
    overflow-x: scroll;
    overflow-y: hidden;
}
.solution-tabs li.solution-active {
    font-size: 1rem;
}
.solution-tabs li.solution-active{
    height: 30px;
    line-height: 30px;
    
}
.solution-tabs li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 40px;
    width: 0px;
    border-bottom: solid 3px #337dff; 
    opacity: 1;
     -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
    margin: 0 auto;
}
 .solution-tabs .pcsolution-title{
     display: none;
 }
  .solution-tabs .solution-titlemore{
     display: none;
 }
 .solution-tabs .msolution-title{
     display: block;
 }
 
 .solution-more{
     display: none;
 }
 .solutions .title-block { 
    padding-bottom: 15px; 
}
.solution-tabs li.solution-active {
     background-color: hsla(0,0%,0%,.01);
}
.solutions .solution-tabs li{
    height: 30px;
    line-height: 30px;
        font-size: 16px;
}
.solutions .solution-tabs li{
    padding: 0px 0px 40px 0px;
    min-width: 20%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.solution-bg-left{
    background: url(#);
}
.solution-cases .case-item {
    padding-right: 15px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.solution-bg-left, .solution-bg-right {
    width: 100%;
    padding: 0;
    margin: auto; 
} 
.solutions .title.is-3 {
font-size: 18px;
}
.solutions .subtitle{
font-size: 13px;
}
.solution-bg-focus{
    width: 70%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
}
.solution-bg-focus .box {
    position: absolute;
    top: 0;
    display: none;
    left: 0;
    padding: 15px 5px;
}
.solution-bg-focus .box h5{
    padding-bottom: 10px;
}
 

.solution-bg-focus .box .list { 
    margin-top: 0px;
    min-height: 200px; 
}
}



/* solutions */
.solutions {
    background: #F7FBFC;
}
/*.solutions .title-block .title {
    color: #0F0D15;
}*/
.solutions .solutions-info {
    padding-top: 80px;
}
.solutions .solutions-info-title {
    font-size: 14px;
    line-height: 24px;
    color: #09121A;
}
.solutions .solutions-info-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #201C26;
    text-align: center;
}
.solutions .solutions-info-item img {
    width: 40px;
    margin-bottom: 10px;
}
.solutions .solutions-info-item:hover {
    color: #00a971;
}
.solutions .solutions-list {
    padding: 0;
    width: 100%;
    height: 430px; 
    margin: 0px 16px 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.solutions .solutions-item {
    cursor: pointer;
    height: 430px;
    display: inline-block;
    margin-right: 10px;
    width: 196px;
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    box-shadow: 8px 8px 20px rgba(55,99,170,.1); 
}
.solutions .solutions-item:last-child {
    margin-right: 0;
}
.solutions .solutions-item:nth-child(6n){
    display: none;
}
.solutions .solutions-item .content {
    position: relative; 
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    padding-bottom: 275px;
    border-radius: 4px;
    height: 100%;
    width: 100%; 
    border: 1px solid #fff;
    font-size: 32px;
    line-height: 45px;
}
.solutions .solutions-item .solutions-item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-left: 10px;
    color: #FFFFFF; 
}
.solutions .solutions-item:hover .solutions-item-title {
    margin-bottom: 40px;
}
.solutions .solutions-item:hover .solutions-item.is-active .solutions-item-title {
    margin-bottom: 20px;
}
.solutions .solutions-item .solutions-item-description,
.solutions .solutions-item .button {
    color: #FFFFFF;
    display: none;
}
.solutions .solutions-item.is-active .solutions-item-title {
    font-size: 20px;
    line-height: 45px;
    margin-bottom: 10px;
    color: #181818;
}
.solutions .solutions-item.is-active .solutions-item-description {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    color: #000;
    position: relative;
    margin-bottom: 5px;
}
.solutions .solutions-item.is-active .solutions-item-description:before {
    content: "";
    position: absolute;
    width: 16px;
    top: 3px;
    height: 16px;
    background-image: url(https://cloudcache.tencentcs.cn/qcloud/ui/tea-portal-material-portal/build/Main/images/tpm1-list-blue-hook_db8.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}
.solutions .solutions-item.is-active .button {
    display: flex;
    border-radius: 0;
    margin-top: 20px;
    width: 252px;
}
.solutions .solutions-item-background {
    position: absolute;
    width: 100%;
    height: 100%; 
    position: absolute;
    border: 0px solid #fff;
    border-radius: 4px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; 
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    transition: opacity .3s ease-in-out;
}
.solutions .solutions-item.is-active {
    width: 42%;
}
.solutions .solutions-item.is-active  .solutions-item-background {
 opacity: .2;
}
.solutions .solutions-item.is-active .content {
   padding: 15px 40px 25px 40px;
    align-items: flex-start;  
    box-shadow: 8px 8px 20px rgba(55,99,170,.1), -8px -8px 20px #fff;
}
.solutions .solutions-info .column.is-6 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.solutions .solutions-info-list-wrapper .columns {
    width: 100%;
    margin: 0;
}
.solutions .solutions-info-list-wrapper .column {
    padding: 0;
}
.solutions .solutions-item.is-active .solutions-item-card-case{
    display: block;
}
.solutions .solutions-item-card-case{
    display: none;
}
.solutions .solutions-item.is-active .solutions-item-card-prod{
    display: block;
}
.solutions .solutions-item-card-prod{
    display: none;
}

.solutions .solutions-item.is-active .button+.button {
    margin-left: 20px;
}
@media (max-width:768px) {
    .solutions .solutions-item-background{
        background-size: auto;
        
    }
    .solutions .solutions-item:nth-child(5n){
    display: none;
}
      .solutions .solutions-item.is-active .solutions-item-title{
    margin: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
        color: #fff;
     }
    
     .solutions .solutions-item.is-active .content{
       position: relative;
    margin-bottom: 40px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 40px;
    height: 100%;
    border: 1px solid #fff;
    width: 100%;
    background: rgba(0, 0, 0, 0.01);
    font-size: 32px;
    line-height: 45px;
     }
     .solutions .solutions-item.is-active .solutions-item-background{
    opacity: 1;
}
    
    .button.home-button.is-medium {
    padding: 5px 20px;
    height: 30px;
    line-height: 30px;
}
.solutions .solutions-item.is-active .solutions-item-card-case{
    display: none;
}
.solutions .solutions-item-card-case{
    display: none;
}
.solutions .solutions-item.is-active .solutions-item-card-prod{
    display: none;
}
.solutions .solutions-item-card-prod{
    display: none;
}
.solutions .solutions-item .button{
    display: flex;
    padding: 5px 20px;
    
}
.solutions .solutions-item .content {
    padding: 0;
    justify-content: center;
    background: #4985ff;
}
.solutions .solutions-item .content {
    position: relative;
    margin-bottom: 40px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 40px;
    height: 100%;
    border: 1px solid #fff;
    width: 100%;
    background: rgba(0, 0, 0, 0.01);
    font-size: 32px;
    line-height: 45px;
}
.solutions .solutions-item.is-active {
     
    width: calc(50% - 4px);
}
    .solutions .solutions-list {
        flex-direction: column;
        height: auto;
        display: inline-block;
        margin: 0px 17px -20px 20px;
    }
    .solutions .solutions-item .content {
        padding: 0;
        justify-content: center;
        border-radius: 4px;
    }
    .solutions .solutions-item.is-active .content {
       padding: 0;
    justify-content: center;
    border-radius: 4px;
    }
    .solutions .solutions-item.is-active {
        height: 132px;
    }
    .solutions .solutions-item.is-active .solutions-item-description{
        display: none;
    }
    .solutions .solutions-item.solutions-item-description{
        display: none;
    }
    .solutions .solutions-item {
        height: 132px;  
    display: inline-block;
    /*transition: width .3s ease-in-out,box-shadow .3s ease-in-out; */
   border: 2px solid #fff;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    box-shadow: 8px 8px 20px rgba(55,99,170,.1);
    padding: 22px 18px;
    margin: 0 0px 11px;
    width: calc(50% - 4px);
    padding: 0px 0px;
    
    }
    .solutions .solutions-item.button:not(:last-child) {
        margin-bottom: 8px;
    }
    .solutions .solutions-item .solutions-item-title {
        margin: 5px;
            font-weight: 600;
    font-size: 16px;
    text-align: left;
    }
    .solutions .solutions-info .column.is-6 {
        justify-content: center;
        align-items: center;
        padding: 0;
        margin-left: -24px;
        margin-bottom: -24px;
    }
    .solutions .solutions-info {
        padding-top: 40px;
    }
    .solutions .solutions-info-list-wrapper {
        margin-top: 20px;
    }
    .solutions .solutions-info-list-wrapper .column {
        margin-top: 12px;
        padding: 4px;
        min-width: 60px;
    }
    .solutions .solutions-info-item {
        font-size: 12px;
    }
    .solutions-info-list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
        width: 100%;
    }
    .solutions-info-list .column {
        padding: 10px;
    }
     

.solutions-item-card-desc {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    white-space: pre-wrap;
    overflow: hidden!important;
    display: -webkit-box!important;
    -webkit-box-orient: vertical!important;
    -webkit-line-clamp: 1!important;
    white-space: pre-wrap!important;}
.solutions-item-card-desc {
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    white-space: pre-wrap;
}
        }


.button.home-button {
  border-radius: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  width: fit-content;
  height: auto;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.button.home-button.is-100 {
  width: 100%;
}
.button.home-button.is-left {
  justify-content: flex-start;
}
.button.home-button.is-space-between {
  justify-content: space-between;
}
.button.home-button.is-green {
  background: #4985ff;
  color: #FFF;
  border-radius: 4px;
}
.button.home-button.is-center {
  margin-left: auto;
  margin-right: auto;
}
.button.home-button.is-green:hover {
  background: #337dff;
  color: #FFF;
}

.button.home-button.is-white {
  background-color: transparent;
  background: #FFFFFF;
  color: #16181a;
  
  border-radius: 4px;
}
.button.home-button.is-white:hover {
    border-color: #337dff; 
    box-shadow: none;
    color: #337dff;
}
.button.home-button.is-white:hover {
  background: #f1f6fd;
}

.button.home-button.is-medium {
  padding: 10px 20px;
}
.button.home-button.is-small {
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  padding: 6px 12px;
}
.button.home-button.link-button {
  color: #00AA72;
  border: none;
  background: transparent;
  height: 56px;
  padding-left: 24px;
  padding-right: 24px;
}
.button.home-button.link-button.is-left-0 {
  padding-left: 0;
}
.button.home-button.is-green.icon-right::after {
    background: url(../images/arrow_right_top.svg) center center no-repeat;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
}

.button.home-button.icon-right::after {
    content: '';
    margin-left: 4px;
    width: 16px;
    height: 16px;
    transition: all 0.5s;
} 
 @media (max-width:768px) {
.button.home-button.is-green {
  background: #fff;
  color: #16181a;
  border-radius: 4px;
}
.button.home-button.is-white{
    display: none;
}
.button.home-button.is-green.icon-right::after {
    background: url(../images/arrow_right_top1.svg) center center no-repeat;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
}
.solutions .solutions-item.is-active .is-white{
    display: none;
}
.solutions .solutions-item.is-active .button{
    margin-top: 0px;
}
.solutions .solutions-item.is-active .button{
    width: 100%;
    background: #fff;
    color: #16181a;
    border-radius: 4px;
}
}

.solutions-item-group {
    margin-top:10px;
}
.solutions-item-group {
    -webkit-font-smoothing: antialiased;
}
.solutions-item-group-tit {
    font-size: 18px;
    color: #16181a;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 8px;
}
.solutions-item-group-bd {
    font-size: 14px;
    color: #495770;
    line-height: 22px;
}
.solutions-logo-card-wrap {
    padding-bottom: 28px;
    margin-bottom: -40px;
}
.solutions-logo-card__list {
    padding: 0;
        display: flex;
    margin-bottom: 10px;
    margin-top: 10px;
}
.solutions-logo-card__list>li:first-child {
    padding-left: 0;
}
.solutions-logo-card__list>li {
    padding: 0 8px 12px;
    position: relative;
}
.solutions-logo-card {
    width: 120px;
    padding: 12px;
    box-sizing: border-box;
    box-shadow: none;
    background: #fff;
    border: 1px solid #e5e8ed;
    border-radius: 4px;
}
.solutions-logo-card:hover {
    background: linear-gradient(180deg,#f3f5f8,#fff);
    border: 1px solid #fff;
    box-shadow: 8px 8px 20px rgba(55,99,170,.1), -8px -8px 20px #fff;
}
.solutions-logo-card-img-wrap {
    width: 100%;
    max-width: 160px;
}
.solutions-logo-card-img {
    padding-top: 25%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0!important;
    line-height: 0!important;
}
.solutions-logo-card {
   box-sizing: border-box;
     
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-font-smoothing: antialiased;
   
}
.solutions-item-list {
    display: -ms-flexbox;
    display: flex;
}
.solutions-list-item {
    position: relative;
}
.solutions-item-list-icon {
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.solutions-item-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.solutions-item-link:hover{
    color: #16181a;
}
.solutions-item-icon {
    width: 20px;
    margin-right: 8px;
}
.solutions-item-cnt {
    display: inline;
}
.solutions-item-cnt {
    overflow: hidden;
}
.solutions-item-link .solutions-item-text {
    font-size: 16px;
    color: #181818;
    opacity: .8;
}
.solutions-item-link:hover .solutions-item-text:hover{
    color: #16181a;
}
.solutions-item-list-icon+.solutions-item-list-icon {
    margin-top: 0;
    margin-left: 16px;
}
.solutions-item-text {
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #495770;
    padding-left: 24px;
}
.solutions-item-link-text {
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #495770;
    padding-left: 0px;
} 
.solutions-item-link-text:hover{
    color: #337dff;
}
.solutions .solutions-item.is-active .content .solutions-item-card-desc{
    display: none;
}
.solutions-item-card-desc { 
    margin-left: 10px;
    margin-top: 0px;
    transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    max-width: calc(100% - 13px);
}
.solutions-item-card-desc {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    white-space: pre-wrap; 
}

.solutions-item.v2 .solutions-item-background {
    background-position: 100% 0;
}






#home-network {
    background-color: #f6f8fa;
    background-size: cover;
	background-image: url(../images/a_bg05.jpg);
	background-position: center;
    background-repeat: no-repeat;
}
#home-network .h-l4-title {
    text-align: center;
    margin-bottom: 3rem;
    font-family: FirstFont; 
}
#home-network .h-l4-title p {
    color: #3d485d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Regular，Source Han Sans, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, simsun, sans-serif !important;
}
#home-network .h-l4-map::after {
	content: "";
	padding-top: 70%;
}
#home-network .h-l4-map img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#home-network .sy-map-place li {
	position: absolute;
	
	display: flex;
	align-items: center;
	z-index: 1;
	padding: 1px;
}
#home-network .sy-map-place li:hover {
	z-index: 2;
}
#home-network .sy-map-place li .sy-map-tit {
	position: absolute;
	left: 100%;
	padding: 0 5px;
	margin: 0;
	white-space: nowrap;
	color: #16181a;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
	font-size: 0.8rem;
}
#home-network .sy-map-place li:hover .sy-map-tit,
#home-network .sy-map-place li .sy-map-tit.tit-show {
	opacity: 1;
	visibility: visible;
}
#home-network .sy-map-place li .sy-map-tit.map-tit-left {
	right: 100%;
	left: initial;
}
#home-network .sy-map-place li span.sy-map-dot {
	width: 6px;
	height: 6px;
	background-color: #16181a;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px #fff solid;
	box-sizing: content-box;
}
#home-network .sy-map-place li span.sy-map-dot:after {
	content: "";
	display: block;
	width: 9px;
    height: 9px;
	border-radius: 50%;
	position: absolute;
	background: rgba(1, 103, 236, 0.12);
	border: 1px rgba(1, 103, 236, 0.37) solid;
	animation: scale 1s infinite;
}
@keyframes scale{
	0%{ transform: scale(1); opacity:.9}
	100%{ transform: scale(3); opacity: 0;}
}
#home-network .sy-map-place li:hover span.sy-map-dot:after {
	animation-name: ripple;
	-webkit-animation-name: ripple;
}
@keyframes ripple {
	0% {
		transform: scale(0);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}
#home-network .sy-map-place .sy-map-bubble {
	position: absolute;
	z-index: 6;
	left: 50%;
	bottom: 100%;
	margin-left: -100px;
	margin-bottom: 12px;
	width: 200px;
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
	border-radius: 4px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
}
#home-network .sy-map-place li:hover .sy-map-bubble {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
#home-network .sy-map-place .sy-map-bubble a:hover {
	color: initial;
}
#home-network .sy-map-place .sy-map-bubble:after,
#home-network .sy-map-place .sy-map-bubble:before {
	content: "";
	position: absolute;
	top: 100%;
	left: inherit;
	right: inherit;
	margin-top: -1px;
	margin-left: -8px;
	width: 0;
	height: 0;
	font-size: 0;
	border: 8px dashed transparent;
	border-top-style: solid;
	box-sizing: border-box;
}
#home-network .sy-map-place .sy-map-bubble:after {
	margin-top: -2px;
	border-top-color: #fff;
}
#home-network .sy-map-place li .sy-map-bubble h6.sy-map-province {
	backdrop-filter: blur(1px);
	padding: 1rem;
	background-color: rgb(2 105 237 / 80%);
	color: #fff;
	margin: 0;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#home-network .sy-map-place li .sy-map-bubble .sy-map-machine_room {
	padding: 1rem;
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
#home-network .sy-map-place li .sy-map-bubble .sy-map-machine_room p {
	margin-bottom: 5px;
	transition: color 0.3s;
}
#home-network .sy-map-place li .sy-map-bubble a:hover .sy-map-machine_room p {
	color: #16181a;
}
#home-network .sy-map-place li .sy-map-bubble .sy-map-machine_room span b {
	color: #16181a;
}
#home-network ul.h-l4-content li {
	display: flex;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	align-items: flex-end;
	border-bottom: 1px var(--dcyborder) solid;
}
#home-network ul.h-l4-content li:last-child {
	border: none;
}
#home-network ul.h-l4-content li img {
	width: calc(100% / 5);
	box-shadow: 1px 1px 10px rgb(0 0 0 / 8%);
	border-radius: 50%;
	margin-right: 1.5rem;
}
#home-network ul.h-l4-content li p {
	margin: 0;
}
#home-network .h-l4-content em {
	margin: 0 4px;
	font-size: 1.5rem;
	line-height: 40px;
	color: #16181a;
	font-style: normal;
	font-weight: 400;
}

@media screen and (max-width:1023px) {
	.tpm-section {
	position:relative;
	padding:0
}
#home-network .h-l3-inner {
	padding:32px 24px
}
#home-network .h-l3-hd {
	margin-bottom:20px
}
#home-network .h-l3-title {
	font-size:20px;
	color:#000;
	line-height:28px
}

}

.fl {
    float: left;
}

.network-ul {
	margin: 0 0px;
	position: relative;
	padding-left: 0px;
}

.network-ul-li {
	width: 33.333333%;
	padding: 15px 40px;
}

.more {
	text-align: center;
}

.network-sys-cont {
	z-index: 1;
	position: relative;
	width: 51.4%;
}

.network-sys-svg {
    /*width: 924px;*/
	position: absolute;
	right: 0%;
	top: 105px;
}

.network-sys-svg svg {
	width: 100%;
	height: auto;
}

.network-sys-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.hssl_line {
	width: 6px;
	height: 2px;
	background: #4985ff;
	position: absolute;
	left: -3px;
	top: -1px;
	opacity: 0;
}

.svg_line {
	transition: all .36s;
}

.home_sys .home_title {
	margin-bottom: 95px !important;
}

.network-parga p {
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.network-num_fig p {
	font-weight: 700;
	font-size: 48px;
	line-height: 1.75;
	background: #4985ff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'ROBOTOREGULAR14';
}

.network-num {
	display: flex;
	align-items: flex-start;
}

.network-num_text p {
	font-size: 20px;
	line-height: 1.75;
	color: #333;
}

.network-num_text {
	margin-top: 15px;
	position: relative;
	left: 10px;
}

.network-parga {
	margin-top: -15px;
}

.network-sys-cont-data {
	position: relative;
	width: 100%;
}

.network-sys-cont-data::after {
	content: "";
	width: 100%;
	height: 1px;
	background: radial-gradient(48.42% 14014900.6% at 50.93% 0%, #E9E9E9 0%, rgba(239, 239, 239, 0) 100%);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.network-ul::before {
	content: "";
	width: 1px;
	height: 246px;
	background: radial-gradient(48.42% 14014900.6% at 50.93% 0%, #E9E9E9 0%, rgba(239, 239, 239, 0) 100%);
	position: absolute;
	top: 50%;
	left: 33.333333%;
	transform: translateY(-50%);
}

.network-sys-cont-data::before {
	content: "";
	width: 1px;
	height: 246px;
	background: radial-gradient(48.42% 14014900.6% at 50.93% 0%, #E9E9E9 0%, rgba(239, 239, 239, 0) 100%);
	position: absolute;
	top: 50%;
	left: 66.666666%;
	transform: translateY(-50%);
}

.network-sys-cont-list {
	width: 100%;
	border-radius: 15px;
	background-image: linear-gradient(0deg,#fff,#f3f5f8);
	border: 2px solid #fff;
	box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
	border-radius: 4px;
	padding: 10px 0px 0px;
	backdrop-filter: blur(5px);
	margin-top: 30px;
	position: relative;
	z-index: 1;
	bottom: -84px;
}


.cert-item-li {
	width: 16.5%;
}

.cert-item-li:hover p {
	color: #337dff;
	cursor: pointer;
}

.cert-item-li_text {
	margin-top: 5px;
}

.cert-item-li_text p {
	color: #333;
	margin: 0 0 0px;
	text-align: center;
}

.cert-item-li .cert-imgbox {
	width: 80px;
	height: 80px;
	background: #fff;
	/*border: 1px solid #e5e8ed;*/
	border-radius: 50%;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	/*align-items: center;*/
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 6px;
	overflow: hidden;
	transition: box-shadow .3s ease-in-out,background .3s ease-in-out;
	/*padding: 15px;*/
	margin: auto;
}

.cert-item-li .cert-imgbox:hover {
	padding: 14px;
	background-image: linear-gradient(0deg,#fff,#f3f5f8);
	border: 2px solid #fff;
	cursor: pointer;
	box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
}

@media screen and (max-width: 1080px) {


	.network-sys-cont {
		width: 100%;
	}

	.network-sys-cont-data::before,
.cert-item-li:nth-child(7n) {
		display: none;
	}

	.cert-item-li:nth-child(8n) {
		display: none;
	}

	.cert-item-li:nth-child(9n) {
		display: none;
	}

	.network-ul::before {
		height: 180px;
	}

	.network-sys-cont-list {
		bottom: 0px;
		margin-top: 20px;
	}

	.cert-item-li .cert-imgbox {
		width: 60px;
		height: 60px;
	}

	.cert-imgbox img {
		max-width: 50px;
    /* transition: all .36s; */
    /* width: 67px; */
		height: 40px;
	}

	.network-sys-cont-data {
		width: 100%;
	}
 
}

@media screen and (max-width: 480px) {

	.network-num_fig p {
		font-size: 24px;
	}

	.network-ul-li {
		padding: 15px;
	}

	.network-ul {
		margin: 0 -10px;
		padding-left: 10px;
	}

	.network-parga {
		margin-top: 0;
	}

	.network-num_text p {
		font-size: 12px;
	}

	.network-num_text {
		margin-top: 5px;
	}

	.network-sys-cont-data::before {
		height: 130px;
	}

	.network-ul::before {
		height: 130px;
	}

	.cert-item-li {
		width: 33.333333%;
		margin-bottom: 10px;
	}

	.network-sys-cont-list ul {
		display: flex;
		flex-wrap: wrap;
	}
}



 .content-title {
    white-space: nowrap;
    font-size: 18px;
    color: #181818;
    font-weight: 500;
    line-height: 25px;
    transition: all .3s ease-in-out;
}
 .item-text {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-wrap: break-word;
    height: 22px;
    font-size: 14px;
    color: #6e6e6e;
    line-height: 22px;
    font-weight: 400;
}



.developer_container {
    background: #fff;
    position: relative;
}

.developer_container .developer_wrapper .developer_content {
    margin-left: auto;
    margin-right: auto;
}
.developer_container .developer_wrapper .developer_content .content_cards .card_item .card_box .card_case .case_name.case_space {
    margin-left: 32px;
}
.developer_container .developer_wrapper .developer_content .content_cards .card_item .card_box .card_case {
    margin-top: 8px;
    display: flex
;
}
.developer_container .developer_wrapper .developer_content .content_cards .card_item .card_box .card_case .case_name {
    position: relative;
    cursor: pointer;
    --tw-text-opacity: 1;
    color: rgb(51 125 255 / var(--tw-text-opacity, 1));
}
.developer_container .developer_wrapper .developer_content .content_cards .card_item .card_box .card_case .case_name .case_segement {
    position: absolute;
    top: 4px;
    width: 1px;
    height: 13px;
    background-color: #e1e1e1;
}

.developer_container .developer_wrapper .developer_content .content_cards .card_item .card_box .card_case .case_name .case_segement {
        right: -16px;
}
.developer_container .developer_wrapper .developer_content .content_cards .card_item .card_content {
    font-size: 14px;
    font-weight: 400;
    color: #6e6e6e;
    line-height: 22px;
}
.developer_container .developer_wrapper .developer_content .content_cards .card_item .card_label {
    position: relative;
    display: inline-block;
    height: 28px;
    font-size: 18px;
    font-weight: 500;
    color: #181818;
    line-height: 28px;
}
.developer_container .developer_wrapper .developer_content .content_cards .card_item .image .card_bg .retransition {
    transform: scale(1);
    transform-origin: right bottom;
    transition: transform .3s ease-in-out;
}
.developer_container .developer_wrapper .developer_content .content_cards .card_item .image .card_bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 64%;
}
.developer_container .developer_wrapper .developer_content .content_cards .card_item .image {
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 36%;
    height: 100%;
}
.developer_container .developer_wrapper .developer_content .content_cards .card_item .card_icon {
    position: absolute;
    left: 8px;
    top: 20px;
    display: none;
    height: 60px;
    width: 60px;
}
.developer_container .developer_wrapper .developer_content .content_cards .card_item {
    position: relative;
    margin-bottom: 8px;
    width: 100%;
    background-color: #fff;
    padding: 16px;
}
.developer_container .developer_wrapper .developer_content .content_cards {
    margin-top: 20px;
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
}
.developer_container .developer_wrapper .developer_content .content_cards .card_item {
    box-sizing: border-box;
    transition: box-shadow .3s;
}
.developer_container .developer_wrapper .developer_content .content_title h2 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    color: #181818;
    line-height: 28px;
    font-weight: 500;
}
.developer_container .developer_wrapper .developer_content .content_title p {
    text-align: center;
    color: #555;
}
.developer_container .developer_wrapper .developer_content .content_title p span.link {
    margin-left: 10px;
    cursor: pointer;
    --tw-text-opacity: 1;
    color: rgb(51 125 255 / var(--tw-text-opacity, 1));
}
.developer_container .developer_wrapper .developer_content .content_title p span i {
    margin-left: 5px;
    display: inline-block;
    --tw-text-opacity: 1;
    color: rgb(51 125 255 / var(--tw-text-opacity, 1));
    font-size: 12px;
    transition: transform .3s;
}
.developer_container .developer_wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
    background: #f0f1f4;
}

.product-item-body{
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    text-align: left;
    border-radius: 2px;
    border: 1px solid #fff;
    height: 409px;
    width: 100%;
    background-image: url("/static/images/index/common_background.png"), linear-gradient(315deg, #f4f6f9, #fff);
    background-position: 100% 0, 0 0;
    background-size: auto 302px, 100%;
}
.enter-zixun {
    position: absolute;
    bottom: 30px;
    left: 24px;
    z-index: 10;
    height: 40px;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    line-height: 40px;
    width: calc(100% - 48px);
    color: #fff;
    font-size: 14px;
    background: #337dff;
    box-shadow: 2px 2px 8px #337dff4d;
    transition: all .3s ease-in-out;
}

.developer_container .developer_wrapper .developer_content .content_cards .card_item .image .card_bg .transition {
    transform: scale(1.2);
    transform-origin: right bottom;
    transition: transform .3s ease-in-out
}

@media (min-width: 1440px) {
    .developer_container .developer_wrapper .developer_content {
        width: 100%;
        max-width: 1440px;
    }
}

@media screen and (min-width: 769px) {
    .developer_container .developer_wrapper .developer_content .content_cards {
        margin-top: 40px;
    }
    .developer_container .developer_wrapper {
        padding-top: 3rem;
    }
    .developer_container .developer_wrapper .developer_content .content_title h2 {
        font-size: 28px;
        line-height: 36px;
        font-weight: 500;
    }
    .developer_container .developer_wrapper .developer_content .content_cards .card_item {
        width: calc(50% - 8px);
    }
}

@media (min-width: 601px) {
    .developer_container .developer_wrapper .developer_content .content_cards .card_item .card_box .card_case .case_name.case_space {
        margin-left: 64px;
    }
    .developer_container .developer_wrapper .developer_content .content_cards .card_item .card_box .card_case .case_name .case_segement {
        right: -32px;
    }

    .developer_container .developer_wrapper .developer_content .content_cards .card_item {
        margin-bottom: 16px;
        border-width: 1px;
        border-color: #fff;
        padding: 24px;
    }
    .developer_container .developer_wrapper .developer_content .content_cards .card_item .card_icon {
        display: block;
    }
    .developer_container .developer_wrapper .developer_content .content_cards .card_item .card_label {
        margin-left: 54px;
        margin-top: 9px;
    }
    .developer_container .developer_wrapper .developer_content .content_cards .card_item .card_content {
        margin-top: 20px;
        height: auto;
        width: 100%;
    }
    .developer_container .developer_wrapper .developer_content .content_cards .card_item .card_box .card_case {
        margin-top: 30px;
    }
}