.h5-screne-title {
    font-size: 0.6rem;
    font-weight: bold;
}
.h5-screne-des {
    font-size: 0.28rem;
    margin-top: 0.3rem;
    line-height: 28px;
}
.h5-screne-header-box{
    display: none;
    height: 11rem;
    background: #007CFF;
    margin-top: 1.3rem;
    color: #FFFFFF;
    position: relative;
    z-index: 0;
}
.h5-screne-header-box .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
}
.h5-screne-header-box .content .left{
    padding: 1.6rem 0.6rem 0;
    text-align: center;
}
.h5-screne-header-box .left .btn-video {
    width: 2.4rem;
    height: 0.8rem;
    background: #FFFFFF;
    border: 1px solid #2176FB;
    box-shadow: 0px 2px 6px 0px rgba(3, 0, 0, 0.14);
    border-radius: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.8rem;
    color: #1679FF;
    text-align: center;
    margin: 0.6rem auto 0;
    cursor: pointer;
}
.h5-screne-header-box .i_l {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2.14rem;
    height: 2rem;
    z-index: 0;
}
.h5-screne-header-box .i_r {
    position: absolute;
    right: 0;
    top: 0;
    width: 2rem;
    height: 4.59rem;
    z-index: 0;
}
.h5-screne-header-box .screne-img {
    width: 3.20rem;
    height: 2.8rem;
    margin-top: 1.2rem;
}

/*带来改变*/
.h5-scene-content-box{
    display: none;
    padding-top: 0.8rem;
    padding-bottom: 0.6rem;
    color: #000;
    background: #FAFDFE;
}
.h5-scene-content-box .item {
    padding: 1.5rem 0.65rem 0;
    text-align: center;
}
.h5-scene-content-box img {
}
.h5-scene-content-box .item .txt_box {
    padding-top: 0.8rem;
    text-align: left;
}

.h5-scene-content-box .item .title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #000;
}

.h5-scene-content-box .item .des {
    font-size: 0.28rem;
    color: #51565D;
    line-height: 28px;
    margin-top: 0.25rem;
}

/*特色优势*/
.tab_page .h5-feature-box{
    display: none;
}
.tab_page .h5_feature_list {
    display: flex;
    flex-direction: column;
}

.tab_page .h5_feature_list .item {
    display: flex;
    flex-direction: column;
    margin-top: 0.9rem;
}

.tab_page .h5_feature_list .item .icon {
    width: 0.35rem;
    margin-right: 20px;
}

.tab_page .h5_feature_list .item .title {
    font-size: 0.32rem;
    color: #000;
    margin-top: 0 !important;
}

.tab_page .h5_feature_list .item .describe {
    font-size: 0.28rem;
    margin-top: 0.25rem;
    line-height: 28px;
    color: #51565D;
}

/*产品参数*/
.h5-product-info-box{
    display: none;
    margin-top: 0.2rem;
    font-size: 0.28rem;
    color: #000;
}
.h5-product-info-box .item{
    margin-top: 0.6rem;
    display: flex;
}
.h5-product-info-box .item .key {
    min-width: 1.3rem;
    display: inline-block;
    font-weight: bold;
}
.h5-product-info-box .item .val{
    color: #51565D;
    margin-left: 0.4rem;
}
.h5-product-info-box .subtitle{
    font-size: 0.32rem;
    margin-top: 1rem;
    font-weight: bold;
}
.h5-document_box{
    display: none;
    margin:1.2rem 0 0;
    height: 3.5rem;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    font-size: 0.48rem;
    padding-top: 1rem;
    background: linear-gradient(140deg, #2176FB, #46ABFC);
    box-shadow: 0px 2px 6px 0px rgba(3, 0, 0, 0.14);
}
.h5-document_box .ic1{
    position: absolute;
    right: 0.3rem;
    top: 0;
    width: 2.64rem;
    height: 1.82rem;
}
.h5-document_box .ic2{
    width: 2.8rem;
    height: 3.15rem;
    position: absolute;
    right: 0;
    bottom: 0;
}
.h5-document_box .look {
    width: 2.4rem;
    height: 0.8rem;
    margin: 0.6rem auto 0;
    font-size: 0.28rem;
    line-height: 0.8rem;
    background: #FFFFFF;
    color: #1679FF;
    border-radius: 0.4rem;
    text-align: center;
    cursor: pointer;
}
@media screen and (max-width: 880px) {
    .h5-scene-content-box{
        display: block;
    }
}