* {
    margin: 0;
}

html,body {
    height: 100%;
    padding: 0;
    margin: 0;
}
/*@font-face {font-family:'MSYH';src:url('../fonts/MSYH.ttf') format('truetype');}*/
body {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft Yahei',"微软雅黑","MSYH",Helvetica,Arial,san-serif;
    font-size: 16px;
    color: #333;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background: #F5F5F5;
}
a {
    text-decoration: none;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
#page {
    margin: 0 auto;
    padding: 0px 0px 60px 0px;
    width: 100%;
    /*min-width: 340px;*/
    height: auto;
    min-height: 100%;
}
#page img {
    width: 100%;
}
.bottom {
    background-size: 2px 45px;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    height: 60px;
    width: 100%;
    /*min-width: 340px;*/
    font-family: "\5FAE\8F6F\96C5\9ED1";
    background: #ff5000;
}
.bottom .btnOK {
    width: 100%;
    float: left;
    line-height: 60px;
}
.bottom .btnOK a {
    font-size: 20px;
    display: block;
    width: 100%;
    height: 60px;
    color: #FFF;
    text-align: center;
    font-weight: normal;
}
.layui-m-layercont {
    padding: 10px 5px;
    line-height: 22px;
    text-align: center;
}