@primary-color: #f2f2f2;
@header-height: 64px;
@content-width: 1200px;

html, body{
    background: #f4f4f4!important;
    // height:1000px;
    margin: 0;
     height: 100%;
    -webkit-overflow-scrolling: touch;
}

.total{
    // width: 550px;
    // height: 500px;
    // border: 1px red solid;
    margin: auto auto;
    // padding: 50px;
    background: white;
}
.B1{
    // color: #999;
    // padding: 3px 12px;
    // .yzf_button_style{
    //     border: 1px blue solid;
    // }
    // width: 300px
}
.B2{
    // width: 300px;
}
.header{
    // height: 50px;
}