*{padding:0;margin:0;}
body {
    font-family: "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", 微软雅黑, "Segoe UI", Tahoma, 宋体b8b体, SimSun, sans-serif,helvetica;
    margin: 0;
    font-size: 14px;
}
body * {  -webkit-text-size-adjust: 100%;}
/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{  display:block  }
a,button,input{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
input{border:none;outline: none;}
input[type="text"]{-webkit-appearance: none;}
input::-ms-clear{display:none;}
a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #000000;
}
img{
    vertical-align: middle;
    border-style: none;
}
h1,h2{
    margin: 0;
}
/*ul{font-size: 0;}*/
ul li{
    list-style: none;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.clearfix{
    *zoom: 1;
}
button[type="button"]:disabled {
     border: 1px solid #ccc;
     background: #eee;
     color: #ccc;
    cursor: default;
}
.imgupload{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.login-all{
    text-align: center;
    font-size: 18px;
    color: #4da1ff;
    line-height: 42px;
    border-bottom: 2px solid #4da1ff;
}