.product_title{
    font-weight: normal;
    color: #2e4671;
    margin: 1.5rem 0;
    position: relative;
    letter-spacing: 2px;
}
/* 智能计算 */
.prodetail_box{
    padding: 2rem 0;
    font-size: 0;
}
.prodetail_box:nth-child(2n+1){
    background: #f2f2f2;
}
.prodetail_box h4{
    font-weight: normal;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}
.prodetail_img{
    font-size: 0;
    text-align: center;
}
.prodetail_img.inline{
    width: 30%;
    overflow: hidden;
}
.prodetail_img img:hover{
    transform: scale(1.2);
}
.prodetail_text.inline{
    width: 70%;
    padding: 1rem 0;
    font-size: 1rem;
}
.prodetail_box:nth-child(2n) .prodetail_text{
    padding-left: 2rem;
}
.prodetail_box:nth-child(2n+1) .prodetail_text{
    padding-right: 2rem;
}
.prodetail_p{
    line-height: 1.8;
    text-indent: 2rem;
    color: #666;
    font-size: .9rem;
}
.container_p{
    line-height: 1.8;
    color: #333;
    text-indent: 1rem;
}
.main_en .prodetail_p{
    font-size: 1rem;
}
.check_detail{
    font-size: 1rem;
    margin: 1rem 0;
}
.check_detail p{
    margin-bottom: .5rem;
    line-height: 1.2;
}
.check_detail a{
    margin-right: 1rem;
    white-space: nowrap;
}
.check_more{
    font-size: .9rem;
    color: #033592;
}
.main_en .check_more{
    font-size: 1rem;
}
.check_detail a:hover,.check_more:hover{
    color: #00b7ff;
}
.prodetail_img_box{
    width: 25%;
    margin-top: 1rem;
    overflow: hidden;
    vertical-align: top;
}
.prodetail_img_box:not(:last-child){
    margin-right:3rem;
}
.prodetail_img_p{
    font-size: 1rem;
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 9;
}
.prodetail_img_p:hover{
    color: #0088ff;
}
@media only screen and (max-width:768px) {
    .prodetail_img_box{
        width: 40%;
    }
}
/* 产品详情页 */
.product_title_detail{
    text-align: center;
}
.product_title_en{
    color: #aec5d2;
    font-weight: normal;
    text-align: center;
    margin-top: -1.2rem;
}
.detail_texts_box{
    padding: 1rem 0 2rem;
    background: url("../image/product/product_bg.jpg") no-repeat ;
    background-size:cover;
    position: relative;
    margin: 1rem 0 2rem;
}
.detail_texts_box::after{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.9);
    position: absolute;
    top: 0;
    left: 0;
}
.section{
    padding:1rem 2rem;
}
/* .section h3{
    margin: 0 0 1.5rem;
    text-align: center;
    background: #d6e1ff;
    padding: .75rem;
} */
.product_row{
    font-size: 0;
}
.product_row>div{
    width: 50%;
}
.product_row>div p{
    font-size: .9rem;
}
.product_img{
    text-align: center;
}
.product_img img{
    width: 60%;
}
.ul_lists{
    font-size: 0;
    text-align: center;
    margin: 0 -1rem;
}
.ul_lists li{
    font-size: .9rem;
    line-height: 1.5;
    padding: 0 1rem;
    vertical-align: text-top;
}
.ul_lists .ryicon{
    font-size: 2.5rem;
}
.function_text{
    border-top: 1px dashed #0088ff;
    border-bottom: 1px dashed #0088ff;
    padding: .5rem 0;
    margin-right: 1rem;
}
.function_text p{
    text-indent: 0;
    line-height: 1.5;
    margin-bottom: .5rem;
    color: #315769;
}
.questions p{
    color: #8e8e8e;
    text-indent: 0;
    font-size: .95rem;
    line-height: 1.5;
}
.questions h6{
    margin: 1rem 0 .5rem;
}
.product_related li{
    border: 1px solid #f5f5f5;
}
.case_related li{
    border: 1px solid #dbe4ff;
}
.related_text{
    background: #f5f5f5;
}
@media only screen and (max-width:768px) {
    .check_detail a{
        display: block;
        margin: 1rem;
    }
    .prodetail_text.inline,.prodetail_img.inline{
        width: 100%;
    }
    .section .ul_lists li{
        width: 100%;
    }
}
/* 联系我们 */
.apply_for_trial {
    text-align: center;
}
 .email {
    display: inline-block;
    color: #23adc3;
    padding: .75rem 3rem;
    border-radius: .25rem;
    border: 1px solid #23adc3;
}