html {
    min-width: 1000px;
    height: 3971px;
    overflow-x: hidden;
}

body {
    position: relative;
    font-family: "Microsoft Yahei";
    background: #16131b;
    min-height: 3930px;
}

.logo {
    position: absolute;
    top: 60px;
    left: 2%;
    width: 134px;
    height: 108px;
    background-image: url(../images/logo.png);
    z-index: 3;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.u-link.game {
    position: absolute;
    top: 85px;
    right: 2%;
    z-index: 3;
}

.u-link.game .dl-game {
    background-image: url(../images/btn-dl.png);
}

.u-link.game .web {
    background-image: url(../images/btn-index.png);
}

.u-link.game a {
    display: inline-block;
    width: 111px;
    height: 28px;
}

.bg {
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.bg .item {
    width: 100%;
    height: 758px;
    background-position: top center;
}

.bg .bg1 {
    background-image: url(../images/bg/bg_01.jpg);
}

.bg .bg2 {
    background-image: url(../images/bg/bg_02.jpg);
}

.bg .bg3 {
    height: 759px;
    background-image: url(../images/bg/bg_03.jpg);
}

.bg .bg4 {
    background-image: url(../images/bg/bg_04.jpg);
}

.bg .bg5 {
    background-image: url(../images/bg/bg_05.jpg);
}

.main-title {
    position: absolute;
    left: 50%;
    top: 200px;
    width: 932px;
    height: 398px;
    margin-left: -466px;
    background-image: url(../images/main-title.png);
}

.main-slogen {
    position: absolute;
    left: 50%;
    top: 540px;
    width: 595px;
    height: 36px;
    margin-left: -298px;
    background-image: url(../images/main-slogen.png);
}

.wrap {
    width: 1000px;
    margin: 0 auto;
}

.m-viewport {
    padding-top: 710px;
}

.evt-item {
    width: 940px;
    margin: 0 auto 60px;
}

.evt-info {
    height: 466px;
    background-image: url(../images/act-1.png);
}

.evt-info .container {
    padding-top: 135px;
}

.evt-info ul {
    text-align: center;
}

.evt-info li {
    display: inline-block;
    margin: 0 25px;
}

.evt-info li a {
    display: block;
    width: 100%;
    height: 100%;
}

.evt-info li:hover img {
    transform: scale(1.5);
}

.evt-info .pic {
    width: 241px;
    height: 236px;
    border: 3px solid #402424;
    overflow: hidden;
}

.evt-info .pic img {
    width: 100%;
    height: 100%;
    transition: 1.2s all;
}

.evt-info .tag {
    width: 246px;
    height: 52px;
    background-image: url(../images/sprite-tag.png);
}

.evt-info .tag-1 {
    background-position: 0 0;
}

.evt-info .tag-2 {
    background-position: 0 -52px;
}

.evt-info .tag-3 {
    background-position: 0 -104px;
}

.evt-item .title {
    width: 927px;
    height: 90px;
    margin: 0 auto 65px;
    background-repeat: no-repeat;
}

.evt-item .title-1 {
    background-image: url(../images/title-1.png);
}

.evt-item .title-2 {
    background-image: url(../images/title-2.png);
}

.tab-hd {
    font-size: 0;
}

.tab-hd .tab-item {
    display: inline-block;
    width: 313px;
    height: 74px;
    background-image: url(../images/tab-btn.png);
    cursor: pointer;
}

.tab-hd .tab-1 {
    background-position: 0 0;
}

.tab-hd .tab-2 {
    background-position: 0 -74px;
}

.tab-hd .tab-3 {
    background-position: 0 -148px;
}

.tab-hd .tab-1.on {
    background-position: -314px 0;
}

.tab-hd .tab-2.on {
    background-position: -314px -74px;
}

.tab-hd .tab-3.on {
    background-position: -314px -148px;
}

.dataTable table {
    width: 100%;
}

.dataTable thead {
    background-image: url(../images/table-head.png);
}

.dataTable thead th {
    height: 60px;
    font-size: 16px;
    text-align: center;
    color: #686767;
    border-top: 1px solid #0b0a0a;
    border-bottom: 1px solid #0b0a0a;
}

.dataTable tbody td {
    height: 60px;
    font-size: 16px;
    text-align: center;
    color: #686767;
    background: #2c2929;
    border-bottom: 1px solid #363333;
}

.m-user .container {
    height: 469px;
    background-image: url(../images/act-2.png);
}

.m-rule {
    float: left;
    width: 350px;
    height: 448px;
    margin: 12px 0 0 5px;
    background-image: url(../images/bg-rule.png);
}

.rule-container {
    padding: 25px 12px 0 12px;
}

.m-rule .time {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #ababab;
}

.rule-title {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #b6b6b6;
    border-bottom: 1px solid #3d3030;
}

.rule-text {
    line-height: 2;
    font-size: 14px;
    color: #686767;
}

.rule-text .index {
    display: inline-block;
    line-height: 1;
    padding: 2px;
    margin-right: 5px;
    color: #000;
    background: #591515;
}

.m-user .container {
    padding-left: 35px;
}

.time {
    margin-bottom: 30px;
    padding-top: 12px;
    font-size: 14px;
    color: #686767;
}

.time b {
    font-size: 24px;
    font-weight: 700;
    color: #ababab;
}

.m-user .evt-detail {
    overflow: hidden;
    margin-left: -60px;
}

.m-user .evt-detail li {
    float: left;
    width: 250px;
    height: 338px;
    margin-left: 60px;
    color: #686767;
    font-size: 14px;
    background-image: url(../images/bg-evt-detail.png);
}

.evt-detail .detail-container {
    padding: 30px 20px 0;
}

.evt-detail .slogen {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #ababab;
    text-align: center;
    border-bottom: 1px solid #3d3030;
}

.evt-detail .text p {
    line-height: 2;
    text-indent: 2em;
}

.evt-detail .text em {
    color: #7c1919;
    font-weight: 700;
}

.rank-detail .container {
    width: 890px;
    height: 297px;
    margin: 0 auto;
    padding: 0 20px;
    color: #686767;
    font-size: 14px;
    background-image: url(../images/detail-2.png);
}

.rank-detail .container p {
    text-indent: 0;
}

.s-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #b6b6b6;
}

.m-query {
    float: left;
    margin-left: 25px;
}

.query-ctrl {
    height: 40px;
    margin-top: 12px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.query-reward {
    width: 507px;
    height: 347px;
    padding: 50px 20px 0 25px;
    background-image: url(../images/bg-reward.png);
}

.rewardView table {
    width: 100%;
    color: #a2a2a2;
    font-size: 14px;
}

.rewardView table tr {
    height: 54px;
    background: #2c2929;
    border-bottom: 2px solid #252222;
}

.rewardView table .tag {
    width: 140px;
    padding-left: 20px;
}

.m-rank .rewardView table .tag {
    width: 170px;
}

.rewardView .icon {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-top: 3px;
    margin-right: 12px;
    background-image: url(../images/sprite-reward1.png);
}

.m-rank .rewardView .icon {
    background-image: url(../images/sprite-reward2.png);
}

.query-ctrl input {
    width: 235px;
    height: 40px;
    padding-left: 5px;
    font-size: 14px;
    color: #615555;
    background: #302d2d;
    outline: none;
    border: none;
}

.query-ctrl input::-webkit-input-placeholder {
    color: #615555;
}

.query-item {
    display: inline-block;
    vertical-align: top;
}

.query-ctrl .primary {
    width: 99px;
    height: 41px;
    font-size: 0;
    outline: none;
    border: none;
    background: url(../images/btn-query.png);
    cursor: pointer;
}

.u-area {
    position: relative;
    width: 190px;
    height: 100%;
    background: #302d2d;
}

.u-area .view {
    height: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #615555;
    cursor: pointer;
}

.u-area ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    color: #615555;
}

.u-area li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: all .4s;
    background: #302d2d;
}

.u-area li:hover {
    opacity: .75;
}

.player-rank li {
    display: inline-block;
    background: #19171a;
    border: 3px solid #252222;
    font-size: 14px;
    text-align: center;
}

.player-rank .pic {
    width: 174px;
    height: 142px;
    overflow: hidden;
}

.player-detail div {
    padding: 4px 0;
    font-size: 14px;
    border-bottom: 1px solid #252222;
}

div.level {
    color: #827960;
}

div.name,
div.area {
    color: #777777;
}

.player-rank {
    margin-bottom: 70px;
}

.rank-detail {
    width: 100%;
    height: 304px;
    padding-top: 5px;
    background-image: url(../images/bg-evt3.png);
}

.rank-detail .m-rule {
    height: 397px;
    margin-top: 5px;
    background-image: url(../images/bg-rule2.png);
}

.u-loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -70px;
    z-index: 9999;
}

.u-loading .content {
    width: 140px;
    padding-top: 25px;
    padding-bottom: 5px;
    margin: 5px auto;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #333;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 5px;
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 35px 0;
    background: #141414;
}

.footer_main {
    margin: 0 auto;
    width: 1200px;
    height: 75px;
}

.footer_logo_container {
    float: left;
    margin-right: 40px;
    margin-top: 10px;
    width: 274px;
    text-align: center;
    border-right: 1px solid #404040;
}

.footer_logo {
    padding-left: 15px;
}

.footer_info {
    float: left;
    color: #f0f0f0;
    line-height: 20px;
    margin-top: -5px;
    font-size: 12px;
}

.kd_ercode {
    float: left;
    border-left: 1px solid #404040;
    margin-left: 30px;
    padding-left: 30px;
}

.u-log {
    width: 384px;
    height: 224px;
    font-size: 16px;
    color: #969696;
    background: url(../images/bg-dialog.png);
}

.u-log .text {
    padding-top: 90px;
    text-align: center;
}

.u-log .num {
    color: #a53816;
}

.u-window .header>.close {
    top: 12px;
    right: 10px;
    width: 26px;
    height: 26px;
    background-image: url(../images/btn-close.png);
    background-repeat: no-repeat;
}