* {
    margin: 0;
    padding:0;
    font-family: 微软雅黑;
}


input {
    border: none;
    background:none;
    outline:none;
    font-family: 微软雅黑;
}

textarea {
    font-family: 微软雅黑;
}

li {
    list-style: none;
}


a {
    text-decoration: none;
    /*-webkit-user-select: none;*/
    /*-moz-user-focus: none;*/
    /*-moz-user-select: none;*/
    outline: none;
    color: #000;
    background-color: none;
}

img {
    border: 0;
}

body {
    zoom: 1;
}

.clear {
    zoom:1;
    clear: both;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

/*滚动条样式*/
/* 滚动槽 */
::-webkit-scrollbar {
    width:10px;
    height:8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow:rgba(0,0,0,0.3);
    border-radius:10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.1);
    -webkit-box-shadow:#dddddd;
}
::-webkit-scrollbar-thumb:window-inactive {
    background:#dddddd;
}

.mleft0{margin-left:0 !important;}

/*分页定位*/
.pagestyle{
    position:fixed;
    bottom:0;
    right:8px;
}

/* 正在加载弹窗  begin */
.load_pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none; 
    background-color: rgba(0,0,0,0.5);
}
.load_popcont {
    width: 600px;
    height: 338px;
    background: #FFFFFF;
    border-radius: 4px;
    margin: 16% auto 0 auto;
    border-radius:10px;
    overflow:hidden;
}
.wk_loadimg{
    width: 100%;
    height: 100%;
}
/* 正在加载弹窗  end */