html {
    font-family: "PingFangSC-Regular", "Microsoft YaHei", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 14px;
    -webkit-text-size-adjust: none;
    outline: 0;
}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,table,th,td,form,fieldset,legend,input,button,textarea,em,span {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6,em,span,dt,dd {
    font-weight: normal;
    font-style: normal;
}
ol, ul {
    list-style: none;
    margin: 0;
}
a,button{
    text-decoration: none;
    cursor:pointer;
    color: #505050;
}
a:hover{
    text-decoration: none;
}
input,textarea,button,select{
    border:none;
    outline: none;
    resize: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    box-sizing: border-box;
}
textarea{
    overflow:auto;
    resize:none;
}

/*input placeholder color*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#666
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color:#666
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color:#666
}

/*float*/
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear:both;
}
.clearfix:after{
    content:".";
    display:block;
    visibility:hidden;
    height:0;
    clear:both
}
.pd0{
    padding: 0;
}


@font-face {
    font-family: 'iconfont';  /* project id 951672 */
    src: url('//at.alicdn.com/t/font_951672_u71ehofl6cn.eot');
    src: url('//at.alicdn.com/t/font_951672_u71ehofl6cn.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_951672_u71ehofl6cn.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_951672_u71ehofl6cn.woff') format('woff'),
    url('//at.alicdn.com/t/font_951672_u71ehofl6cn.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_951672_u71ehofl6cn.svg#iconfont') format('svg');
}

.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.formwrap{
    overflow: hidden;
}
input[type='text'],input[type='password']{
    display: inline-block;
    border: 1px solid #ddd;
    background: #fff;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    color: #a3a3a3;
    border-radius: 3px;
}

button{
    background: #00a8ee;
    color: #ffffff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
}


/*page loading*/
.bodyHide{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #fff;
    transition: .3s all ease;
}
.preloader-body {
    text-align: center;
}
.cssload-container {
    width: 100%;
    height: 36px;
    text-align: center;
}
.cssload-speeding-wheel {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    border: 3px solid #00a8ee;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    animation: cssload-spin .88s infinite linear;
}
.preloader-body p {
    position: relative;
    right: -8px;
    margin-top: 10px;
    font-size: 12px;
    color: #888;
}
@keyframes cssload-spin{
    100%{transform:rotate(360deg)}
}

/**
nodata
 */
.nodata{
    margin: 60px auto;
    text-align: center;
}
.nodata>i{
    display: inline-block;
    width: 176px;
    height: 148px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/nodata.png");
}
.nodata>span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 50px;
    color: #666;
}
.nodata>a{
    display: inline-block;
    margin-top: 10px;
    background: #00a8ee;
    padding: 12px 20px;
    color: #fff;
    border-radius: 3px;
}
