/*头部标题*/
.header_mid{
    height:1.28rem;
    width: 6.66rem;
    text-align: center;
    font:0.5rem/1.28rem "Arial";
    color:#fff;
    font-weight: bold;
}
.retn_pre{
    width:0.33rem;
    height:1.28rem;
    display: block;
    background: url("../images/return_pre.png") no-repeat center left;
    background-size: 100%;
}
/*头部标题结束*/


/*应用*/
.aplicacion_top{
    padding-left:0.32rem;
    background: #fff;
    padding-right:0.3rem;
    margin-bottom: 0.25rem;
    display: flex;
    justify-content: space-between;
}
.con_2{
    display: none;
}
.aplicacion{
    padding:0.24rem;
    background: #fff;
    margin-bottom: 0.2rem;
}
.aplicacion_a{
    display: flex;
    justify-content: space-between;
    padding:0.24rem 0;
    border-bottom:1px solid #eee;
}
.aplicacion_a_left span{
    font:0.3rem/0.45rem "Arial";
    color: #3a3c3e;
    padding-left:0.18rem;
    display:none;
}
.aplicacion_a img{
    display: block;
    width: 2.6rem;
    height:1.85rem;
}
.aplicacion_a_left p{
    font:0.42rem/0.6rem "Arial";
    color:#3a3c3e;
    padding-left:0.18rem;
    padding-right:0.5rem;
}
.page_tab{
    display: flex;
    justify-content: space-between;
    padding:0.25rem 0 0.33rem 0;
}
.pre,.next{
    font:0.35rem/0.6rem "Arial";
    display: block;
    width:3rem;
    text-align: center;
    color:#fe0000;
}
.page_span{
    font:0.4rem/0.6rem "Arial";
    display: block;
    color:#333;
}
/*应用结束*/
.product_title{
    padding-top:0.2rem;
    display: flex;
    width: 100%;
    background-size: 1.5%;
    justify-content: space-between;
}
.product_title h1{
    font-weight: bold;
    font:0.45rem/0.64rem "Arial";
    color:#3a3c3e;
    margin-bottom: 0.3rem;
}
.product_title_a{
    display: block;
    width: 1.73rem;
    height:0.66rem;
    color:#e62129;
    font:0.32rem/0.66rem "Arial";
    font-weight: bold;
    text-align: center;
    background: #fff;
    border: 2px solid #e62129;
}

/*弹出层*/
/*.layer{*/
    /*width: 100%;*/
    /*background:rgba(67,73,88,0.9);*/
    /*position: fixed;*/
    /*top:2.56rem;*/
    /*left:0;*/
    /*z-index: 55;*/
    /*display: none;*/
/*}*/
/*.layer_top{*/
    /*padding-left:0.32rem;*/
    /*background:rgba(241,241,250,0.9);*/
/*}*/
/*.layer_top ul li a{*/
    /*font:0.5rem/1.2rem "Arial";*/
    /*color:#3a3c3e;*/
/*}*/


