html {
    -webkit-text-size-adjust: 100%;
}

div,span,a,header {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
body {
    margin: 0;
    padding: 0;
    background:#fff;
    line-height:1.5;
    color:#333;
}
.main-container{
    width:100%;
    box-sizing:border-box;
    padding:1em 1.2em;
    margin-bottom: 22px;
}
p{
    font-size:16px;
    text-indent:28px;
}
span{
    font-size:16px;
}

header {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 50px;
}
/*.header-new-bar{
    position: fixed;
    width: 100%;
    z-index: 5;
    text-decoration: none;
    color: #fff;
    background: #669ff9;
}*/

.header-icon-back{
    position: absolute;
    width: 40px;
    height: 44px;
}
/*.header-icon-back span {
    display: inline-block;
    margin: 15px 0 0 10px;
    width: 20px;
    height: 20px;
    background:url(img/return_app.png) no-repeat;
    background-size: 20px 20px;
}*/
.header-new-title {
     margin: 0 70px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.button-pannel {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 44px;
    text-align: center;
}
.button-pannel input{
    width: 95%;
    -webkit-background: #669ff9;
    -moz-background :#669ff9;
    -o-background: #669ff9;
    background : #669ff9;
    height: 40px;
    border: none;
    border-radius: 5px;
    margin-bottom: 2px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.disable{
    -webkit-background: #d4d8db !important;
    -moz-background :#d4d8db !important;
    -o-background: #d4d8db !important;
    background: #d4d8db !important;
    color: #b5babe !important;
}
