/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/* 补充样式 - 适配普通电脑 768 - 1024  */
.sm-bgGray {
    background-color: #ffffff;
}

.banner.h600,
.banner.h560,
.banner.h531,
.banner.h440,
.banner.h480 {
    height: 8rem;
}

/* 按钮移动端效果 */
.n-btn-default {
    padding: .253rem .44rem;
    border-radius: .053rem;
    font-size: .373rem;
}

.header {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.banner {
    margin-top: 0;
}

.banner-single .banner-info {
    margin: .533rem .4rem;
    width: 92%;
}

.banner-single .banner-info h2 {
    line-height: 1;
    font-size: .48rem;
}

.banner-single .banner-info h2,
.banner-info>p {
    text-align: left;
    line-height: 4rem;
}

.banner-info>p {
    font-size: .373rem;
    margin: .4rem 0;
}

.section {
    padding: 1.067rem 0;
}

.section-body li {
    width: 100%;
    border: solid 1px #eaebef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.section-body li:not(:last-child) {
    margin-bottom: .213rem;
}

.section-body p {
    line-height: normal;
    margin-bottom: .107rem;
    font-size: .4rem;
    font-weight: normal;
}

.col-space-80 {
    margin: 0;
}

.col-space-80>* {
    padding: .48rem;
}

.section-header {
    margin-bottom: .64rem;
}

.section-header h1,
.section-header h3 {
    font-size: .48rem;
    line-height: 1;
}

.section-header p {
    width: 100%;
    color: #93939a;
    font-size: .347rem;
    margin: .187rem auto 0;
    text-align: left;
}

/* 展开收缩效果 */
.mobile-data,
.show-more {
    display: block;
    width: 100% !important;
}

.pc-data {
    display: none;
}

.mobile-data li>div {
    padding: .48rem .4rem;
}

.product-feature li {
    background-color: #ffffff;
    display: block;
}

.product-feature li p {
    font-size: .3733rem;
    color: #626266;
}

.product-feature .box-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 0 .4rem;
    height: 1.4133rem;
    align-items: center;
    width: 100%;
}

.product-feature .box-top div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-feature .box-top div:first-child img {
    width: .72rem;
    margin-right: .2667rem;
}

.product-feature .box-top .show-icon {
    width: .4267rem;
    font-size: .4267rem;
    color: #bababc;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-feature .box-top .show-icon.drop {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product-feature .slide-detail {
    display: none;
    background: url(../image/slide_bg.png) 100% 100%;
    background-size: cover;
    background-position: center;
    border-top: 1px solid #eaebef;
    border-radius: 0;
}

.section-body ul li .icon-box {
    width: auto;
    height: auto;
    margin: 0;
}

.section-body ul li .icon-box object {
    position: initial;
    max-width: 1.5rem;
    width: 1.4rem;
    height: 1.4rem;
    transform: none;
}

/* .section-body .show-more {width: 100%; color: #93939a;text-align: center;margin-top: 14px;} */
.show-more,
.show-more1 {
    position: relative;
    color: #2981ff !important;
    text-align: center;
    margin-top: .2667rem;
    font-size: .3733rem;
}

.show-more:after,
.show-more1::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: .2133rem;
    margin-left: .1867rem;
    border-top: solid .1067rem #2981ff;
    border-right: solid .1067rem transparent;
    border-left: solid .1067rem transparent;
}

.section-body .show-more i {
    font-size: .32rem;
}