@charset "UTF-8";

body{
    background: #6cadeb;
}
.we-page{
    position: relative;
}
.cf:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

/*背景层*/
.we-bg{
    position: absolute;
    min-width: 1200px;
    background-image: url("../images/bg-hd.jpg"),url("../images/bg-bd.jpg"),url("../images/bg-ft.jpg");
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-size: 1920px 800px,1920px 800px,1920px 557px;
    background-position: center 0,center 800px,center 1600px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}

/*内容层*/
.we-container{
    height: 2157px;
    width: 1200px;
    margin: 0 auto;
}
.we-container-hd{
    padding-top: 21px;
}
.we-container-hd .kv-logo{
    background: url("../images/kv-logo.png") no-repeat;
    width: 959px;
    height: 239px;
    margin: 0 auto;
}
.we-container-hd .kv-logo-2{
    background: url("../images/kv-logo-2.png") no-repeat;
    width: 1109px;
    height: 306px;
    margin: 9px auto 70px auto;
}
.we-container-hd .kv-logo-3{
    background: url("../images/kv-logo-3.png") no-repeat;
    width: 1109px;
    height: 306px;
    margin: 9px auto 70px auto;
}
.we-container-hd .kv-logo-4{
    background: url("../images/kv-logo-4.png") no-repeat;
    width: 1109px;
    height: 306px;
    margin: 9px auto 70px auto;
}
/*导航栏*/
.we-container-hd .nav-bar{
    text-align: center;
    margin-top: 26px;
    margin-left: -22px;
}
.nav-bar li{
    width: 515px;
    height: 119px;
    display: inline-block;
}
.nav-bar li:nth-child(1){
    background: url("../images/nav-1.png") no-repeat;
    margin-right: 29px;
}
.nav-bar li:nth-child(2){
    background: url("../images/nav-2.png") no-repeat;
    margin-left: 29px;
}


.we-container-bd{
    margin-top: 50px;
}
.game-card-list{
    display: block;
    margin: 0 auto;
    width: 1100px;
}
.game-card-list li{
    width: 520px;
    height: 596px;
    display: inline-block;
    background: url("../images/game-card-bg.png") no-repeat center bottom;
    background-size: 520px 569px;
    margin: 0 13px 50px 13px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease;
}
.game-card-list li:hover{
    transform: translateY(-7px);
    transition: all .3s ease;
}

.game-card-list li .game-pic{
    width: 480px;
    height: 276px;
    border: 1px solid #ffffff;
    margin: 0 auto;
}
.game-card-list li .game-pic .game-img{
    width: 100%;
    border: none;
}
.game-card-list li .game-pic .game-gif{
    display: none;
}
.game-card-list li .game-pic:hover .game-img{
    display: none;
}
.game-card-list li .game-pic:hover .game-gif{
    display: block;
}

.game-card-list .game-info{
    position: relative;
    margin: 0 auto;
    width: 440px;
}
.game-card-list .game-price{
    background: url("../images/btn-price.png") no-repeat;
    width: 312px;
    height: 107px;
    top: -43px;
    right: -93px;
    position: absolute;
    padding-left: 60px;
}
.game-card-list .game-price a{
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 98px;
    vertical-align: middle;
    display: inline-block;
}
.game-card-list .game-last-price{
    margin-left: -7px;
    vertical-align: middle;
    font-size: 24px;
}
.game-card-list .game-original-price{
    font-size: 14px;
    font-weight: normal;
    color: #8f5905;
    vertical-align: middle;
    display: inline-block;
    margin-top: 3px;
    padding-left: 5px;
}
.game-card-list .game-detail{
    padding-top: 35px;
}
.game-card-list .game-detail-hd{
    height: 45px;
    line-height: 45px;
}
.game-card-list .game-name{
    font-size: 30px;
    font-weight: bold;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 355px;
}
.game-card-list .game-group-num{
    font-size: 16px;
    font-weight: bold;
    color: #f2a90a;
    position: absolute;
    right: 0;
    top: 40px;
}
.game-card-list .game-detail-bd{
    margin-top: 10px;
}
.game-card-list .game-description{
    color: #808080;
    font-size: 14px;
    text-align: justify;
    letter-spacing: -0.3px;
    position: relative;
    cursor: pointer;
}
.game-card-list .game-description:after{
    content: '';
    background: url("../images/line.png") no-repeat;
    width: 435px;
    height: 6px;
    margin: 15px auto 15px auto;
    display: block;
}
.game-detail-ft{

}
.game-detail-ft .game-dyanmic-box{
    height:65px;
    vertical-align: middle;
    display: table;
}
.game-card-list .game-dyanmic{
    color: #808080;
    font-size: 14px;
    display:table-cell;
    vertical-align: middle;
    text-align: justify;
    cursor: pointer;
}
.game-card-list .user-info-box{
    margin-top: 10px;
}
.game-card-list .user-img{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-block;
}
.game-card-list .user-img img{
    width: 100%;
    border-radius: 50%;
}
.game-card-list .user-name{
    color: #808080;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    max-width: 350px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 5px;
}
.game-card-list .btn-dyanmic{
    color: rgba(61,61,61,0.5);
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 7px;
    cursor: pointer;
    z-index: 9;
}
.game-card-list .btn-dyanmic:hover {
    color: #fe8503;
}

/*规则*/
.we-container-ft{
    margin-top: 5px;
}
.we-container-ft .rule-title{
    background: url("../images/rule-title.png") no-repeat;
    width: 277px;
    height: 64px;
    margin: 0 auto;
}
.we-container-ft .rule{
    background: url("../images/rule-bg.png") no-repeat;
    width: 1073px;
    height: 193px;
    margin: 10px auto 0 auto;
    color: #ffffff;
    font-size: 14px;
    padding: 30px 0 25px 0;
    vertical-align: middle;
    position: relative;
}
.we-container-ft .rule p{
    height: 22px;
    line-height: 22px;
    margin: 15px 0 15px 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.we-container-ft i{
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}
.we-container-ft .icon-rule-1{
    background: url("../images/icon-rule-1.png") no-repeat;
}
.we-container-ft .icon-rule-2{
    background: url("../images/icon-rule-2.png") no-repeat;
}
.we-container-ft .icon-rule-3{
    background: url("../images/icon-rule-3.png") no-repeat;
}
.we-container-ft .icon-rule-4{
    background: url("../images/icon-rule-4.png") no-repeat;
}

.we-container-ft .rule-text-box{
    width: 850px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.we-container-ft .qrcode-box{
    width: 150px;
    position: absolute;
    right: 70px;
    top: 25px;
}
.we-container-ft .qrcode-box .qrcode{
    background: url("../images/qrcode.png") no-repeat;
    width: 125px;
    height: 124px;
    margin: 0 auto;
}
.we-container-ft .qrcode-box span{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: 5px;
    display: inline-block;
}


/*** footer  **/
#afooter {
    min-width: 1000px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    padding: 20px 0;
    color: #6a6a6a;
    background: #0e0e0e;
}

#afooter .copyright span a,
#footer .copyright span a:hover {
    margin: 0 5px;
}

#afooter .notice {
    display: none;
}

#afooter a {
    color: #6a6a6a;
}
