/* CSS Document */

@charset "utf-8";

/* html { 
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%); 
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%); 
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
	_filter:none; 
} */

img {
    display: block;
}

.wrap {
    width: 100%;
    min-width: 1240px;
    background-color: #819fe9;
}

.mr_c_10 {
    margin: 0 10px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mr {
    margin: 0 !important;
}

.ib {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    zoom: 1;
}

.w1200 {
    position: relative;
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding-bottom: 140px;
}

.btn {
    transition: filter .2s linear;
    cursor: pointer;
}

.btn:hover {
    text-decoration: none;
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
}

.fix_nav {
    width: 192px;
    height: 400px;
    background: url(../images/fix_navbg.png) no-repeat;
    position: fixed;
    left: 35px;
    top: 260px;
    z-index: 998;
    text-align: center;
    font-size: 18px;
}

.fix_nav .fix_nav_open {
    display: none;
    position: absolute;
    right: -34px;
    top: 128px;
    width: 34px;
    height: 150px;
    background: url(../images/fix_nav_open.png) no-repeat;
    transform: .5s ease-out all;
}

.fix_nav.fix_close .fix_nav_open {
    display: block;
}

.fix_nav ul {
    width: 100%;
    margin: 0 auto;
}

.fix_nav li {
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    color: #fff19b;
    cursor: pointer;
}

.fix_nav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff19b;
}

.fix_nav li:hover {
    color: #fff;
}

.fix_nav a:hover {
    text-decoration: none;
}

.fix_nav .nav_top {
    width: 100%;
    height: 28px;
    line-height: 28px;
}

.fix_nav .nav_kf {
    width: 100%;
    height: 112px;
}

.fix_nav li.fix_nav_close {
    position: absolute;
    top: 342px;
    right: 80px;
    width: 39px;
    height: 39px;
    background: #e2d9c8 url(../images/fix_nav_close.png) center no-repeat;
    background-size: 60%;
    border: 1px solid #c7a172;
    border-radius: 50%;
}

@keyframes myfirst {
    50% {
        box-shadow: 0 0 60px #ffffff inset;
    }
}

@-webkit-keyframes myfirst {
    /* Safari 与 Chrome */
    50% {
        box-shadow: 0 0 60px #ffffff inset;
    }
}

.blbl {
    animation: myfirst 1s infinite ease-in-out;
    -webkit-animation: myfirst 1s infinite ease-in-out;
}

.user {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    z-index: 50;
}

.user span,
.user a {
    margin: 0 10px;
}

.user a {
    color: #fff;
}

.box1 {
    position: relative;
    width: 100%;
    height: 555px;
    background: url(../images/bg_1.jpg) top center no-repeat;
    overflow: hidden;
}

.header {
    position: relative;
    width: 1240px;
    padding-top: 360px;
    margin: 0 auto;
}

.part {
    position: relative;
    width: 100%;
    background: no-repeat top center;
}

.part-1 {
    height: 731px;
    background-image: url(../images/bg_2.jpg);
}

.part-2 {
    height: 734px;
    background-image: url(../images/bg_3.jpg);
}

.part-3 {
    height: 996px;
    background-image: url(../images/bg_4.jpg);
}

.container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.log-list {
    position: absolute;
    top: 420px;
    width: 280px;
    height: 72px;
    line-height: 24px;
    padding: 12px 14px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
}

.logLeft {
    left: 20px;
}

.logRight {
    right: 20px;
}

.logCont {
    width: 100%;
    height: 94px;
    overflow: hidden;
}

.log-list ul {
    width: 100%;
    overflow: hidden;
}

.log-list li {
    width: 300px;
    height: 24px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.player_name {
    display: inline-block;
    vertical-align: top;
    max-width: 130px;
    height: 24px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hide {
    display: none;
}

.menudl {
    position: relative;
    width: 1200px;
    margin: 24px auto 0;
    text-align: center;
    font-size: 0;
}

.menudl dd {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    width: 297px;
    height: 30px;
    padding-top: 86px;
    margin: 0 24px;
    background: url(../images/icon_nav.png) no-repeat;
    text-align: center;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.menudl dd a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.menudl dd a:hover {
    text-decoration: none;
}

.menudl dd img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.menudl dd b {
    position: relative;
    margin: 0 auto;
    border-bottom: 1px solid #fff959;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    color: #fff959;
    z-index: 3;
}

.explain {
    width: 1100px;
    height: 258px;
    margin: 0 auto;
    padding-top: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.explain .hdsm h1 {
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}

.explain .hdsm p {
    line-height: 24px;
    margin-left: 50px;
    font-size: 14px;
    color: #fff;
}

@keyframes myfirst {
    50% {
        box-shadow: 0 0 60px #ffffff inset;
    }
}

@-webkit-keyframes myfirst
/* Safari 与 Chrome */

{
    50% {
        box-shadow: 0 0 60px #ffffff inset;
    }
}

@keyframes myfirst2 {
    50% {
        box-shadow: 0 0 60px #ff0000 inset;
    }
}

@-webkit-keyframes myfirst2
/* Safari 与 Chrome */

{
    50% {
        box-shadow: 0 0 60px #ff0000 inset;
    }
}

.foot {
    width: 100%;
    height: 184px;
    min-width: 1200px;
    margin: 0 auto;
    line-height: 24px;
    background: url(../images/bgfoot.jpg) center no-repeat;
    color: #fff;
}

.foot a {
    color: #fff;
}

.layui48 {
    line-height: 24px;
    text-align: center;
}

.layui48 .layui-layer-content {
    line-height: 24px;
    padding: 15px;
}

.layui48 .layui-layer-content p {
    line-height: 32px;
    font-size: 14px;
}

.tool-pool {
    width: 1200px;
    margin-bottom: 22px;
}

.poola {
    height: 292px;
    background-image: url(../images/bg_a.png);
}

.poolb {
    height: 396px;
    background-image: url(../images/bg_b.png);
}

.tit {
    padding-top: 24px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff959;
}

.tit h3 {
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    font-size: 24px;
}

.tit p {
    line-height: 22px;
}

.tit b {
    font-weight: bold;
    font-size: 20px;
}

.tit span {
    font-size: 16px;
}

.tool-list {
    text-align: center;
    font-size: 0;
}

.tool-list-item {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    width: 145px;
    height: 84px;
    margin: 0 27px 20px
}

.tool-list-item img {}

.btn-box {
    margin-left: 362px;
}

.btn-key {
    float: left;
    width: 171px;
    height: 77px;
    background-image: url(../images/btn_bg_key.jpg);
    text-align: center;
    font-weight: bold;
    color: #895d22;
    cursor: pointer;
}

.btn-key h5 {
    height: 36px;
    line-height: 36px;
    padding-top: 6px;
    font-size: 20px;
}

.btn-key span {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
}

.btn-equip {
    height: 71px;
    line-height: 32px;
    padding-top: 6px;
    margin-left: 74px;
    font-weight: bold;
    font-size: 18px;
}

.btn-key-num {
    float: left;
    width: 134px;
    line-height: 26px;
    padding-top: 13px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}


/* 抖音视频播放量奖励 */

.tit2 {
    position: relative;
}

.tit2 h4 {
    width: 600px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    background: url(../images/bg_tit.jpg);
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #895d22;
}

.tit2 p {
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.key-container {
    width: 1189px;
    margin: 0 auto;
    border: 2px solid #b6caff;
}

.key-container dl {
    float: left;
}

.key-container dl dt {
    font-size: 0;
}

.key-container dl dd {
    font-size: 0;
}

.key-a,
.key-b {
    float: left;
    width: 118px;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    text-align: center;
    font-size: 14px;
}

.key-container dl dt .key-a,
.key-container dl dt .key-b {
    height: 51px;
    line-height: 44px;
    padding-top: 9px;
    background-color: #1172c1;
    font-size: 12px;
    color: #fff;
}

.key-container dl dt .key-a {
    line-height: 22px;
}

.dl-last .key-b {
    border-right: none;
}

.key-a {
    background-color: #3197ed;
    color: #fff;
}

.key-b {
    background-color: #70bfff;
    color: #0d5ea1;
}

.border-none span {
    border-bottom: none;
}