* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    font: .06rem/1.8 'Microsoft YaHei', '微软雅黑';
    position: relative;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

input,
button {
    border: 0;
    outline: 0;
}

#header {
    width: 100%;
    height: 0.25rem;
    /* background: #2A2740; */
    background: #181a20;

    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;

}

#header .header-center {
    /* width: 100%; */
    height: 100%;
    margin: auto;
    /* background: #2A2740; */
    background: #181a20;
    /* position: relative; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 0 10%;
}

#header .header-center .logo {
    /* display: inline-block; */
    height: 100%;
    width: 15%;
    /* background: url("../imgs/logo.png"); */
    /* float: left; */
    margin-right: 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#header .header-center .logo a img {
    display: block;
    width: 100%;
}

#header .header-center .header-menu {
    /* float: left; */
    height: 100%;
    width: 62%;
    /* margin-left: 50px; */
    display: flex;
    flex-direction: row;
}

#header .header-center .header-menu li {
    /* float: left; */
    list-style-type: none;
}

#header .header-center .header-menu li a {
    display: inline-block;
    box-sizing: border-box;
    width: 0.5rem;
    height: 0.25rem;
    text-align: center;
    line-height: 0.25rem;
    font-size: .05rem;
    color: #A2A2A2;
}

#header .header-center .header-menu li a:hover {
    color: #fff;
    background-color: #1E2329;
    border-bottom: 0.01rem solid rgb(240, 185, 11);
}

#header .header-center .header-menu li a.active {
    color: #fff;
    background-color: #1E2329;
    border-bottom: 0.01rem solid rgb(240, 185, 11);
}

#header .header-center .header-login {
    box-sizing: border-box;
    width: 20%;
    height: 0.16rem;
    line-height: 0.16rem;
    /* border: 1px solid #555170; */
    border-radius: 0.08rem;
    color: #A2A2A2;
    text-align: center;
    /* position: absolute; */
    /* top: 26px; */
    /* right: -215px; */
}

.header-login-reg {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #A2A2A2;
    border-radius: 0.08rem;
    font-size: .06rem;
}

.header-login-reg:hover {
    color: #2A2740;
    background: #FFC800;
}

#header .header-center .header-login div {
    width: 79px;
    height: 22px;
    line-height: 22px;
    background: url("../imgs/login-tips.png") center top no-repeat;
    position: absolute;
    top: 0;
    right: -85px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

#header .header-center .header-info {
    height: 52px;
    line-height: 52px;
    margin-top: 26px;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 0;
    right: -150px;
}

#header .header-center .header-user {
    width: 120px;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

#header .header-center .header-logout {
    display: inline-block;
    color: #FFF;
    vertical-align: top
}

#footer {
    /* background: #1E1B30; */
    background: #181a20;
    color: #fff;
    position: relative;
    /*margin-top: 20px;
    border-top: 3px solid #38344F;*/
	line-height:40px;
}

#footer-center {
    width: 100%;
    /* margin: auto; */
    /* overflow: hidden; */
    /* background: #1E1B30; */
    background: #181a20;

    /* text-align: center; */
    font-size: .06rem !important;
    color: #7B7B7B;
}

#footer #footer-center .footer1{
    margin-top: 2% !important;
}
#footer #footer-center .footer_ul {
    width: 100%;
    height: 180px;
    box-sizing: border-box;
    border-bottom: 1px solid #38344F;
    /* margin-bottom: 52px; */
    position: relative;
    /* padding-top: 60px; */
}

#footer #footer-center .footer_ul .footer2 {
    width: 88%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#footer #footer-center .footer_ul .footer2 li {
    /* float: left; */  
    margin-top:-15%;

}

.footer2-1{
    width: 40%;
    display: flex;
    flex-direction: row;
}

#footer #footer-center .footer_ul .footer2 .footer2-1 div {
    width: 25%;
    height: 70px;
    /* float: left; */
    /* margin-right: 36px; */
    /* background: url("../imgs/weibo.png") left top no-repeat; */
    cursor: pointer;
    /* position: relative; */
}

#footer #footer-center .footer_ul .footer2 .footer2-1 div:first-child {
    width: 19.2%;
    /* background: url("../imgs/wechat.png") right top no-repeat; */
}

#footer #footer-center .footer_ul .footer2 .footer2-1 div:last-child {
    width: 44.4%;
    /* background: url("../imgs/bilibili.png") left top no-repeat ; */
    /* margin: 0; */
}
.footer2-2{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#footer #footer-center .footer_ul .footer2 .footer2-1 div img {
    /* display: none; */
    /* position: absolute; */
    /* left: 50%; */
    /* margin-left: -90.5px; */
    /* top: 80px; */
    width: 100%;
    height: 55%;
}

#footer #footer-center .footer2-2 {
    width: 90%;
    margin-left: -20%;
}

#footer #footer-center .footer_ul .footer2 .footer2-2>div {
    width: 40%;
    height: .5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#footer #footer-center .footer_ul .footer2 .footer2-2>div:nth-of-type(2n) {
    margin-right: 0;
}

.footer_ul{
    display: flex;
    flex-direction: row;
}
#footer #footer-center .footer_ul .footer2 .footer2-2 .footer_kf,
#footer #footer-center .footer_ul .footer2 .footer2-2 .footer_coop {
    /* margin-top: 20px; */
}

#footer #footer-center .footer_ul .footer2 .footer2-2>div div {
    float: left;
    font-size: .06rem;
    width: 1rem;
}

#footer #footer-center .footer_ul .footer2 .footer2-2>div div:first-child {
    width: 54%;
    height: 70px;
    /* margin-right: 20px; */
}

#footer #footer-center .footer_ul .footer2 .footer2-2 .footer_qq div:first-child,
#footer #footer-center .footer_ul .footer2 .footer2-2 .footer_studio_qq div:first-child {
    background: url("../imgs/qq.png") center top no-repeat;
}

#footer #footer-center .footer_ul .footer2 .footer2-2 .footer_kf div:first-child {
    background: url("../imgs/kf.png") center top no-repeat;
}

#footer #footer-center .footer_ul .footer2 .footer2-2 .footer_coop div:first-child {
    background: url("../imgs/coop.png") center top no-repeat;
}

#footer #footer-center .footer_ul .footer2 .footer2-2 div:last-child p {
    color: #E8E8E8;
    font-size: 0.05rem;
    margin-top: 2px;
    line-height: 1;
}

#footer #footer-center .footer_ul .footer2 .footer2-2>div div:last-child p:last-child {
    font-size: 0.05rem;
    margin-top: 14px;
}

#footer #footer-center ul {
    display: block;
    width: 10%;
    margin-left: 15%;
    margin-top: 10%;
    /* margin-left: 10%; */
    /* float: left; */
}

#footer #footer-center ul li {
    list-style-type: none;
    line-height: 1;
}

#footer #footer-center ul li:not(:last-child) {
    margin-bottom: 18px;
}

#footer #footer-center ul>p {
    line-height: 1;
    font-size: 16px;
    color: #E8E8E8;
    margin-bottom: 16px;
}

#footer #footer-center ul li a {
    font-size: 12px;
    color: #7B7B7B;
}

#footer #footer-center ul li a:hover {
    color: #fff;
}

#footer #footer-center .footer-link {
    width: 100%;
    border-top: 1px solid #38344F;
    overflow: hidden;
    /* margin-top: 30px; */
    padding: 20px 0;
}

#footer #footer-center .footer-link .footer-title,
#footer #footer-center .footer-link .footer-box {
    float: left;
    font-size: 16px;
    color: #E8E8E8;
    margin-left: 18%;
}

#footer #footer-center .footer-link .footer-box {
    /* margin-left: 28px; */
    margin-top: 3%;
    width: 3rem;
}

#footer #footer-center .footer-link .footer-box a {
    font-size: 12px;
    color: #8D8D8D;
    margin: 0 15px;
}

#footer #footer-center .footer-link .footer-box a:hover {
    color: #fff;
}

#footer #footer-center .footer-link div:last-child a:first-child {
    margin-left: 0;
}

#footer #footer-center .footer-link div:last-child a:last-child {
    margin-right: 0;
}

#footer #footer-center .footer_gongan img {
    border: 0 none;
    vertical-align: sub;
    margin-right: 5px;
}

#footer #footer-center .footer-company {
    text-align: center;
}

#footer #footer-center .footer-company p {
    color: #8D8D8D;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 17px;
}
.footer-item{

}

#footer #footer-center .footer-company a {
    color: #8D8D8D;
}

#footer #footer-center .footer-company a:hover {
    color: #fff;
}
.foot_beian{
	text-align: center;
	color: #fff;
}
.foot_beian a{
	color: #8D8D8D;
}
