/********公共样式*********/
html {
    height: 100%;
}
body {
    font-family:'Microsoft YaHei',sans-serif;
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    font-size:16px;
}
@media screen and (orientation: landscape) {
    body{
        overflow-y: auto;
    }
}
ul,ol,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,div,input,button,a,form,textarea,th,tr,td,table,span{
    margin:0;
    padding:0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a{
    text-decoration: none;
    color:#333;
}
ul,ol{
    list-style:none;
}
input,button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    outline: none;
}
.parent {
    width: 100%;
    height: 100%;
    display: table;
}
.child {
    display: table-cell;
    vertical-align: middle;
}
.clearfix:before {
    content: '';
    display: table;
}
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}
.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top:0;
    background: rgba(0,0,0,0.4);
    z-index: 99;
}
.none{
    display: none;
}

/*@font-face {
    font-family:'pf';
    src:
        url('http://business.yesno.com.cn/Sup8/page/jumper/font/PlayfairDisplay.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
.pf{font-family:pf}

@font-face {
    font-family:'rb';
    src:
            url('http://business.yesno.com.cn/Sup8/page/jumper/font/Roboto.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
.rb{font-family:rb}*/




