a {
    text-decoration: none;
    cursor: pointer;
    color: #333333;
}

/* 样式重置 */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    -webkit-overflow-scrolling: touch;
    background-color: #e6e6e6;
}

::-webkit-scrollbar-button {
    height: 0px;
    background-color: #e6e6e6;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a1a2a3;
}

::-webkit-scrollbar-track {
    background-color: #e6e6e6;
}

/* 样式重置 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

body {
    font-size: 14px;
}

strong {
    font-weight: bold;
}

:focus {
    outline: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

a img,
iframe {
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
}

ol,
ul {
    list-style: none;
}

li::marker {
    content: "";
}

input,
textarea,
select,
button {
    font-size: 100%;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select {
    margin: inherit;
}


/* Fixes incorrect placement of numbers in ol’s in IE6/7 */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.Bold {
    font-weight: 900 !important;
}

.Light {
    font-weight: 300 !important;
}

.Regular {
    font-weight: 450 !important;
}

.Semilight {
    font-weight: 400 !important;
}

.overflow {
    overflow: hidden;
}

.overfow-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a:hover {
    text-decoration: none;
    transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0
}

.font-hover {
    color: #E30B20 !important;
}

.hover {
    text-decoration: none;
    transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
}

.pointer {
    cursor: pointer;
}

.none {
    display: none;
}

.block {
    display: block;
}

.details-guide {
    font-size: 12px;
    margin-top: 26px;
    color: #999;
    margin-left: -5px;
    margin-bottom: 40px;
}

.details-guide .black {
    color: #666;
    margin-left: 5px;
    margin-right: 5px;
}

.details-guide .gray {
    color: #999;
    margin-left: 5px;
}

.update i {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.update:hover i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.barrierBed {
    width: 100%;
    height: 1000%;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    z-index: 11;
    position: absolute;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/* 富文本样式重置 */
.context em {
    font-style: oblique;
}

.context ol {
    padding-left: 40px;
}

.context ul {
    padding-left: 40px;
}

.context ol, .context ol li {
    list-style: decimal;
}

.context ul, .context ul li {
    list-style: disc;
}

.context a {
    text-decoration: underline;
    color: blue;
}

.context td, .context th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

#pages {
    display: block
}

#upLoading {
    display: none;
}


@media (max-width: 1024px) {

    .loading {
        font-size: 14px;
        color: #333;
    }

    .none-loading {
        font-size: 14px;
        color: #333;
        width: 100%;
        margin: 35px 0 !important;
        height: 50px;
        line-height: 50px;
        background-color: transparent !important;
        text-align: center;
        border-radius: 4px;
        behavior: url(../pie/PIE.htc);
    }

    .loading {
        width: 100%;
        margin: 35px 0;
        height: 50px;
        line-height: 50px;
        background-color: #F5F5F5;
        text-align: center;
        border-radius: 4px;
        behavior: url(../src/pie/PIE.htc);
    }

    #upLoading {
        display: block;
        width: 100%;
        float: left;
    }

    .details-guide {
        margin-bottom: 35px;
        margin-top: 20px;
    }

    .main .news-left .loading {
        display: block;
    }

}