body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, p, form, header, section, article, footer { margin: 0; } 
body, button, input, select, textarea { font: 12px/1.5 tahoma, '\5FAE\8F6F\96C5\9ED1', sans-serif } 
h1, h2, h3, h4, h5, h6 { font-size: 100% } 
em, b { font-style: normal; } 
a { text-decoration: none } 
a:hover { text-decoration: underline } 
img { border: 0 }  
button, input, select, textarea { font-size: 100%; outline: none } 
table { border-collapse: collapse; border-spacing: 0 } 
td, th, ul, ol { padding: 0 } 
ul li { list-style: none; } 
/*footer*/ 
#footer_ied { color: #999; border-top: #141414; position: relative; z-index: 1; padding-top: 40px; height: 95px; text-align: center; font: normal 12px/19px Tahoma; background-color: #141414; } 
#footer_ied .e { font: normal 10px/19px Tahoma } 
#footer_ied, #footer_ied a { color: #999; text-decoration: none } 
#footer_ied a:hover { color: #fff; } 
/*????header*/

.down_detail{
    position: fixed;
    z-index:99;  
    top: 50%; 
    right: 2px;
    width:128px;
    height:247px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.down_detail img{
    display: block;
}

.down_detail .d_open {
    width:128px;
    height:247px;
    background: url(https:../images/floatwindow/down-open.png) no-repeat center;
    background-size: 100% auto;
}
.down_detail .d_open .d_qrcode{
    width:90px;
    height:90px;
    position: relative;
    top: 124px;
    left:50%;
    transform: translateX(-50%);
}

header {
    width: 1920px;
    min-width: 1240px;
    height: 80px;
    background-color: rgba(25, 25, 25, .8);
    margin: auto;
    position: relative;
    z-index: 9999;
}

header .header-top {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

header .pvp-logo{
    background:url(../images/logo.png) no-repeat center center;
    width:200px;
    height:54px;
    position: absolute;
    left:12px;
    top:12px;

}

header .main-logo {
    background: url(../images/main-logo.png) right center no-repeat;
    width: 120px;
    height: 72px;
    position: absolute;
    left: 220px;
    top: 8px;
}

header .main-login {
    background: url(../images/main-login.png) center center no-repeat;
    width: 182px;
    height: 49px;
    margin: 15.5px 0 0 7%;
    float: left;
}

header .header_nav {
    position: relative;
    z-index:2;
    float: left;
    margin-left: 130px;
    height: 80px;
    width:806px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header_nav a {
    color: #6e6a63;
    font-size: 16px;
    padding: 0 24px;
    height: 62px;
    display: inline-block;
    text-align: center;
    margin-top: 16px;
}

header .header_nav a cite {
    display: block;
    font-style: normal;
    color: #464441;
    font-size: 10px;
}

header .header_nav a:hover {
    text-decoration: none;
}

header .header_nav a.on,
.index header .header_nav a.nav-index,
.hero header .header_nav a.nav-hero,
.skin header .header_nav a.nav-skin,
.adjust header .header_nav a.nav-adjust,
.rebuild header .header_nav a.nav-rebuild,
.mode header .header_nav a.nav-mode,
.arts header .header_nav a.nav-arts,
.system header .header_nav a.nav-system,
.newsys header .header_nav a.nav-newsys
{
    color: #c39b5e;
    border-bottom: 2px solid #c39b5e;
}



/* user-Login */

.login_pannel {
    position: absolute;
    top: 15px;
    left: 55%;
    margin: 0 0 0 400px;
    width: 182px;
    float: left;
}

.user_pic {
    float: left;
    margin-right: 7px;
}

.user_pic img {
    border: 1px solid #d9ad50;
    border-radius: 42px;
}

.per-infor {
    float: left;
    width: 130px;
}

.view-btn {
    position: absolute;
    z-index: 999;
    width: 500px;
    height: 186px;
    top: -190px;
    left: 334px;
    outline: none;
    overflow: hidden;
    text-indent: -9999px;
    text-decoration: none;
}

.down-nav {
    float: left;
    display: inline;
    width: 100px;
    padding: 2px 5px 0;
    text-align: center;
    white-space: nowrap;
}

.down-nav a {
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0;
    font-size: 14px;
    color: #c9c9dd;
}

.down-nav a:hover {
    color: #f3c258;
    text-decoration: underline;
}

.down-nav .down-nav-fans {
    padding-right: 16px;
}

.down-nav .icon-guard,
.down-nav .icon-health,
.down-nav .icon-fans,
.down-nav .icon-hot {
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background: url(../images/index.png) no-repeat -136px -5px;
}

.down-nav .icon-health {
    background-position: -137px -36px;
}

.down-nav .icon-fans {
    background-position: -137px -68px;
}

.down-nav .icon-hot {
    background-position: -163px -68px;
    padding-right: 2px;
}

.login-box {
    width: 408px;
    padding: 12px 10px;
}

.unlogin_info {
    color: #858792;
    white-space: nowrap;
}

.unlogin_info a {
    color: #ffffff;
    font-size: 16px;
}
