body{
    margin:0px;
    padding:0px;
}
* {
    margin: 0;
    padding: 0;
    border: 0 none;
    position: relative;
}
@font-face {font-family: 'iconfont';
    src: url('../../font/iconfont.eot'); /* IE9*/
    src: url('../../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
header .head-title{
    width:100%;
    height:44px;
    background: #57bae9;
    color:#fff;
    text-align:center;
    line-height:44px;
    font-size:18px;
}
header .head-title .back-icon,header .register,header .login{
    display: block;
    text-decoration: none;
    color:#fff;
    position:absolute;
    top:0px;
    text-align:center;
    height: 44px;
    line-height:44px;
    font-size: 14px;

}
header .head-title .back-icon{
    left: 20px;
}
header .head-title .back-icon .iconfont{
    font-size:14px;
}
header .head-title .register,header .head-title .login{
    right:20px;
}
/*消息框样式*/
.c-fa {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width:150px;
    margin-left: -75px;
    padding: 10px 20px;
    font-size: .8rem;
    color: #fff;
    background-color: #323232;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    z-index: 10012;
    text-align:center;
}
/*input num 隐藏按钮样式*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}