﻿.section_box {
    overflow:hidden;
    background:#F2F4F6;
    padding:20px 0;
}
.right_content_box {
    margin-left:188px;
    border:1px solid #d5d4dc;
    background-color:#fff;
}
.detail_page_top{
    position:relative;
}
.detail_page_top.brown {
    background:#E8E2DC;
}
.product_name_introl {
    padding:55px 58px;
    font-size:0;
    background:rgba(255,255,255,0.8);
    position:relative;
    z-index:2;
}
.product_name_introl > *{
    vertical-align:top;
    display:inline-block;
}
.product_name_introl .app_icon{
    width:116px;
    height:116px;
    background-image:url(../../../images/default/product/big_app_icon.png);
}
.product_name_introl .app_icon.app_icon_1{
    background-position:0 0;   
}
.product_name_introl .app_icon.app_icon_2{
    background-position:0 -116px;   
}
.product_name_introl .app_icon.app_icon_3{
    background-position:0 -232px;   
}
.product_name_introl .app_icon.app_icon_4{
    background-position:0 -348px;   
}
.product_name_introl .app_icon.app_icon_5{
    background-position:0 -464px;   
}
.product_name_introl .app_icon.app_icon_6{
    background-position:0 -580px;   
}
.product_name_introl .app_icon.app_icon_7{
    background-position:0 -696px;   
}
.product_name_introl .app_icon.app_icon_8{
    background-position:0 -812px;   
}
.product_name_introl .app_icon.app_icon_9{
    background-position:0 -928px;   
}
.product_name_introl .app_icon.app_icon_10{
    background-position:0 -1044px;   
}
.product_name_introl .app_icon.app_icon_11{
    background-position:0 -1160px;   
}
.product_name_introl .app_txt {
    font-size:12px;
    width:618px;
    padding-left:30px;
    box-sizing:border-box;
}
.product_name_introl .app_txt .app_detail_mean{
    font-size:16px;
    margin-top:15px;
}
.product_name_introl .app_txt .app_point_introl {
    margin-top:20px;       
}
.product_name_introl .app_txt .app_point_introl>li{
    font-size:0;
    line-height:20px;
}
.product_name_introl .app_txt .app_point_introl>li>*{
    display:inline-block;
    vertical-align:top;
    font-size:12px;
    color:#A0A0A0;
}
.product_name_introl .app_ctrl {
    width:160px;
    text-align:right;
    padding-top:40px;
}
.product_name_introl .app_ctrl > a{
    display:inline-block;
    vertical-align:top;
    width:140px;
    height:30px;
    background:#2985DD;
    color:#fff;
    text-align:center;
    line-height:30px;
    border-radius:3px;
    font-size:14px;
}
.install_icon {
    display:inline-block;
    vertical-align:top;
    width:27px;
    height:27px;
    margin-top:2px;
    margin-right:5px;
}
.mountain_back_wrapper{
    position:absolute;
    z-index:1;
    width:100%;
    bottom:0;
    left:0;
    overflow:hidden;
    opacity:0.3;
}
.mountain_back_wrapper>img{
    display:block;
    transform:translateX(-25%);
}
.detail_page_top .product_media {
    min-height:300px;
    padding:60px 30px;
    box-sizing:border-box;
    position:relative;
    z-index:2;
}
.detail_page_top .product_media .has_white_border{
    border:1px solid #fff;
    height:inherit;
}
.product_media .center_box {
    min-height:200px;
    position:relative;
}
.detail_page_top .product_media .content_txt{
    position:absolute;
    left:5%;
    right:5%;
    top:-10px;
}
.detail_page_top .product_media .content_txt .title{
    position:relative;
    background-color:#E8E2DC;
    font-size:20px;
    font-weight:bold;
    text-align:center;
}
.detail_page_top .product_media .content_txt .title:before, .detail_page_top .product_media .content_txt .title:after {
    content:'';
    position:absolute;
    width:14px;
    height:14px;
    top:50%;
    margin-top:-7px;
    background:url(../../../images/default/product/square_icon.png) no-repeat;    
}
    .detail_page_top .product_media .content_txt .title:before {
        left:0;
    }
    .detail_page_top .product_media .content_txt .title:after {
        right:0
    }
.detail_page_top .product_media .content_txt .nice_point{
    line-height:30px;
    font-size:14px;
    font-weight:bold;
    margin-top:40px;
    padding-left:30px;
}
.detail_page_top .product_media .content_txt .nice_point .list_point{
    color:#FF6700;
    margin-right:10px;
}
/*功能展示模块*/
.test_img_box{
    position: relative;
    color: #404040;
}
.test_img_box li div{
    padding: 65px 0 56px 65px;
}
.test_img_box li div p{
    padding-left: 30px;
    font-size: 14px;
    line-height: 20px;
}
.test_img_box li div .orange_text{
    color: #ff6700;
    font-weight: 700;
}
.test_img_box li img{
    display: block;
    margin: 0 auto;
}
.box_second{
    display: flex;
    padding-top: 65px;
}
.test_img_box h4{
    padding-left: 78px;
    font-size: 20px;
    color: #ff6801;
    font-weight: 700;
    margin-bottom: 60px;
}
.mb_50{
    margin-bottom: 50px;
}
.test_img_box .mz_png img{
    width: 24px;
    height: 24px;
    display: inline;
    margin-right: 5px;
}