/* RESET */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
a {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

input,
button,
textarea,
select {
    outline: none;
    *font-size: 100%;
    margin: 0;
    border: 0;
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}

img {
    border: 0;
    outline: 0;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

html {
    height: 100%;
}

body {
    font-family: "Microsoft YaHei";
    background: #f5f5f5;
    width: 100%;
    height: 100%;

}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    border: none;
}

.header-box {
    padding: 0 10px;
    background: #1f7fd6;
    line-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-box a {
    font-size: 16px;
    color: #fff;
    display: block;

    line-height: 44px;
}

.top-right-tips {

    width: 32px;
    height: 20px;
    background: url(https://m.opdown.com/mstyle/new/images/list-icon.png) no-repeat 0 0;
}

.crumbs-box {
    width: 100%;
    background: #f5f5f5;

    height: 34px;
    color: #aaaaaa;
    font-size: 12px;
    line-height: 34px;
    overflow: hidden;
}

.crumbs-box a,
.crumbs-box span {
    color: #666666;
    display: inline-block;
    margin-right: 4px;
    font-size: 12px;
}

.crumbs-box span {
    margin-left: 10px;
}

.crumbs-box i {
    display: inline-block;
    width: 12px;
    height: 12px;
    color: #666666;
}

.o-footer-box {
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #999999;
    font-size: 14px;
    background: #33363d;
}

.down-menu-list {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 9;
    display: none;
}

.down-menu-list ul {
    width: 96%;
    margin: 0 2%;
    padding: 20px 0 5px;
}

.down-menu-list ul li {
    width: 22%;
    margin-right: 3.7%;
    float: left;
    margin-bottom: 15px;
}

.down-menu-list ul li a {
    display: block;
    width: 100%;
    color: #888888;
    font-size: 14px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #378fde;
    border: 1px solid #378fde;
    border-radius: 5px;
}

.down-menu-list ul li:nth-of-type(4n) {
    margin-right: 0;
}

.close-icon {
    width: 20px;
    height: 20px;
    background: url(https://m.opdown.com/mstyle/new/images/o-close-icon.png) no-repeat 0 0;
}

.error-logo {
    width: 164px;
    height: 62px;
    display: block;
    margin: 50px auto 20px;
    overflow: hidden;
    background: url(https://www.opdown.com/images/404/logo.gif) no-repeat;
}

.error-tit {
    color: #c71508;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.error-go-home {
    width: 92px;
    line-height: 28px;
    height: 28px;
    display: block;
    background: url(https://www.opdown.com/images/404/404.png) no-repeat -62px 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 40px auto;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
}

.error-box {
    width: 100%;
    height: 500px;
    background: url(https://www.opdown.com/images/404/404.png) repeat-x 0 -29px;
}

.noClass {
    background: #aaa !important;
    color: #fff !important;
}

.fang {
    padding: 10px;
    color: #787878;
    /* height: 28px!important; */
    line-height: 19px !important;
    font-size: 13px;
    width: 80%;
    background: #fff3e2;
    margin: 10px auto 0;
    border-radius: 5px;
    border: 1px solid #ffe0b5;
}

#goTop {
    position: fixed;
    right: 10px;
    bottom: 80px;
    text-indent: -9999px;
    z-index: 9999;
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, 0.6) url(https://m.opdown.com/mstyle/image/gotop.png) -4px -5px no-repeat;
    background-size: 46px auto;
    border-radius: 50%;
    display: none;
}