


html {
    color: #000;
    background: #f3f2f2;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}


body {
    font: 12px/1.5 "Microsoft YaHei";
    color: #000;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    margin: 0;
    padding: 0;
}


audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}


input:focus, a:focus {
    outline: none;
}


fieldset, img {
    border: 0;
}


address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}


ol, ul {
    list-style: none;
}


caption, th {
    text-align: left;
}


h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}


abbr, acronym {
    border: 0;
    font-variant: normal;
}


sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

:root sub, :root sup {
    vertical-align: baseline; 
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


button, input, textarea, select {
    font-family: 'Microsoft Yahei';
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.5;
    vertical-align: middle;
}

button, input, textarea, select {
    *font-size: 100%;
}



input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


textarea {
    resize: none;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}


th {
    text-align: inherit;
}


a {
    vertical-align: baseline;
}


a:hover {
    text-decoration: none;
}


ins, a {
    text-decoration: none;
}



.clear {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    background: none;
    border: 0;
    font-size: 0;
}


.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


.left {
    float: left;
    *display: inline;
}

.right {
    float: right;
    *display: inline;
}


.dib-wrap {
    font-size: 0;
    *word-spacing: -1px;
}


.dib-wrap .dib {
    font-size: 12px;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}


@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .dib-wrap {
        letter-spacing: -5px;
    }
}


.dib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.icon {
    display: inline-block;
}

.hide {
    display: none;
}

.txtr {
    text-align: right;
}

.txtl {
    text-align: left;
}

.txtc {
    text-align: center;
}


.tips {
    display: none;
    background-color: rgba(0, 0, 0, 0.79);
    margin: auto;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
}

.tipsContr {
    display: block
}



.mask:before {
    content: '';
    position: fixed;
    z-index: 997;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50);
}

.info-modal {
    z-index: 998;
    position: fixed;
    left: 0;
    top: 1.5rem;
    right: 0;
    bottom: 0;
    margin: auto;
}

.info-modal .icon-close {
    position: absolute;
    z-index: 998;
    top: -0.4rem;
    right: -0.4rem;
    cursor: pointer;
}


::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: transparent;
}

::-webkit-scrollbar {
    height: 9px;
    width: 9px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    width: 5px;
    border-radius: 0px;
    padding: 0 10px 5px;
    background-color: #C0C0C0;
}

.dialog-userInfo {
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=50); 
    -moz-opacity: 0.5; 
    -khtml-opacity: 0.5; 
    opacity: 0.5; 
    position: fixed;
    top: 0;
    display: none;
    z-index: 89;
}