@charset "UTF-8";
html, body {
    height: 100%;
}
.right_box {
    position: absolute;
    background: #fff;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
}
.bg_box {
    min-height: 0;
    height: 100%;
}
.main_box {
    height: 100%;
}
.blank_btn_box {
    background: #303030;
    height: 60px;
    line-height: 60px;
    position: relative;
}
.blank_back_brn {
    height: 18px;
    width: 10px;
    display: inline-block;
    background: url(/dev/product/www_v3/imgs/mokao/back_btn.png);
    position: absolute;
    left: 16px;
    top: 20px;
}
.blank_btn_box p{
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    text-align: center;
}
.blank_com{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 22px;
    background: #fff;
}
 .blank_com img{
   width : 100%;
} 
.wx_text {
    font-size: 12px;
    color: #303030;
    line-height: 24px;
    width: 100%;
    margin-top: 10px;
}