
/*弹出层*/

.paylayer_cover{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    background:rgba(51,51,51,0.1);
}
.paylayer_cover_box{
    position:relative;
    margin:0 auto;
    width:379px;
    height:220px;
    background:white;
    border-radius:12px;
}
.paylayer_cover_box_title{
    height:40px;
    line-height:40px;
    width:100%;
    background:#09aa83;
    font-size:20px;
    text-align:center;
    color:white;
    font-weight:normal;
    border-radius:12px 12px 0 0;
}
.paylayer_cover_box_content{
    padding:15px 22px 0 22px;
    font-size:13px;
    line-height:25px;
    color:rgb(51,51,51);
}
.paylayer_cover_box_button{
    position:absolute;
    left:38.5%;
    bottom:10px;
    width:90px;
    height:30px;
    background:#09aa83;
    color:white;
    line-height:30px;
    text-align:center;
    cursor:pointer;
}
.paylayer_cover_box_button_cover{
    position:absolute;
    bottom:10px;
    left:15%;
    width:70%;
}
#paylayer_cover_box_button_confirm{
    bottom:10px;
    /*width:90px;*/
    width:20%;
    height:30px;
    background:#09aa83;
    color:white;
    line-height:30px;
    text-align:center;
    cursor:pointer;
    float:left;
}
#paylayer_cover_box_button_cancel{
    bottom:10px;
    /*width:90px;*/
    width:20%;
    height:30px;
    background:#09aa83;
    color:white;
    line-height:30px;
    text-align:center;
    cursor:pointer;
    float:right;
}
 
 
