* {
    padding: 0;
    margin: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, input, p, iframe {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-family: "\5FAE\8F6F\96C5\9ED1", Arial;
    color: #333;
}

html {
    -webkit-text-size-adjust: none;
}

img {
    border: 0;
}

ul, ol, li {
    list-style: none;
}

i, em {
    font-style: normal;
}


input, img, button {
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

.header {
    width: 100%;
    position: relative;
    z-index: 2;
    height: 80px;
    background: #242424;
}

.screen-center {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
}

.header h1 {
    position: absolute;
    top: 23px;
    left: 15px;
    z-index: 2;
    width: 125px;
    height: 47px;
}

.header h1 a {
    display: block;
    width: 125px;
    height: 47px;
    text-indent: -999px;
    overflow: hidden;
    background: url(cookie-logo.png) no-repeat;
    background-size: 100%;
}

.explain {
    /* min-height: 3514px; */
    /* background: #f6f6f6 url(../img/explain.jpg) center top no-repeat; */
    padding-bottom: 100px;
}

.explain-box {
    max-width: 1200px;
    margin: 0 auto;
}

.explain h3 {
    padding: 50px 0 0;
    color: #84be2c;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
}

.explain h4 {
    padding: 15px 0 0;
    color: #84be2c;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.explain p {
    font-size: 16px;
    line-height: 28px;
    color: #151515;
    padding: 0 0 20px;
}

.footer-link {
    padding-top: 30px;
    width: 100%;
    text-align: center;
    color: #bfbfbf;
}

.footer-link a {
    display: inline-block;
    margin: 0 20px;
    color: #bfbfbf;
    font-size: 16px;
}

.cookies-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    display: none;
}

.cookies {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #262626;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    display: none;
    z-index: 999999;
}

.cookies a {
    color: #fff;
    font-style: italic;
    text-decoration: underline;
    font-weight: normal;
}

.cookie-tip {
    width: 60%;
}

.cookie-policy, .accept {
    padding: 4px 15px;
    background: #4874cb;
}

.cookie-policy {
    margin: 0 30px 0 50px;
}

.cookies-box {
    width: 1000px;
    height: 600px;
    position: fixed;
    top: 50%;
    margin-top: -300px;
    left: 50%;
    margin-left: -500px;
    z-index: 99999;
}

.cookies-box img {
    display: block;
}

.cookies-cont {
    width: 998px;
    height: 502px;
    border: 1px solid #979797;
    background: #fff;
}

.cookie-nav {
    width: 280px;
    margin-left: 40px;
    margin-top: 30px;
    float: left;
}

.cookie-nav-list {
    height: 60px;
    border: 1px solid #979797;
    text-indent: 20px;
    line-height: 60px;
    cursor: pointer;
}

.cookie-nav-list.act {
    background: #88bd35;
    color: #fff;
}

.cookies-desc {
    width: 590px;
    height: 380px;
    padding: 20px 30px;
    float: left;
    margin-left: -1px;
    border: 1px solid #979797;
    margin-top: 30px;
}

.cookies-cont-title {
    font-size: 18px;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookies-desc p {
    color: #999;
    margin: 20px 0;
    line-height: 34px;
}

.cookies-desc a {
    color: #4874cb;
    text-decoration: underline;
}

.cookies-desc .hide {
    display: none;
}

.cookies-close {
    width: 48px;
    height: 48px;
    position: fixed;
    left: 50%;
    margin-left: 500px;
    top: 50%;
    margin-top: -300px;
    cursor: pointer;
}

.footer {
    height: 135px;
    background: #000;
}

.screen-center {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

.footer-link {
    padding-top: 30px;
    width: 100%;
    text-align: center;
    color: #bfbfbf;
}

.footer-link a {
    display: inline-block;
    margin: 0 20px;
    color: #bfbfbf;
    font-size: 16px;
}

.copyright {
    padding: 10px 0 0;
    line-height: 30px;
    color: #bfbfbf;
    text-align: center;
}