.bodybg{
    background: #f6f6f6;
}
.recharge{
    /*    width: 750px;*/
    margin: 0 auto;
}

.re-header{
    background: #fff;
    margin-bottom: 15px;
    height: 47px;
    line-height: 47px;
    position: relative;
}


.re-header p{
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 0;
}
.re-header p span{
    font-size: 20px;
    color: #138ce7;
    display: inline-block;
}
.re-header p:hover span,.re-header:hover i{
    color: #5DB3F3;
}
.re-header p i{
    font-size: 20px;
    color: #138ce7;
}

/*.re-header span{
	float: left;
	font-size: 20px;
	color: #138ce7;
	cursor: pointer;
}
.re-header span:hover,.re-header span:hover i{
	color: #5DB3F3;
}
.re-header span i{
	font-size: 20px;
    color: #138ce7;
}*/
.re-header h1{
    text-align: center;
    font-size: 25px;
    color: #000;
}

.re-subheader{
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.re-subheader input{
    font-size: 20px;
    padding: 20px;
    width: 70%;
}
.re-subheader i{
    float: right;
    font-size: 25px;
    padding-right: 20px;
    color: #138ce7;
    padding-top: 20px;
}

.re-content{
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.option-list{
    border-radius: 6px;
    border: 2px solid #00a4ff;
    margin: 20px 20px 0 20px;
}
.option-list li{
    float: left;
    width: 50%;
    text-align: center;
    padding: 10px 0px;
    font-size: 20px;
    color: #727272;
    cursor: pointer;
}
/*.option-list li:hover,*/
.option-list li.active{
    background: #00a4ff;
    color: #fff;
}

.content-list{
    margin: 0 20px 50px;
}
.content-list li{
    float: left;
    width: 33.3%;
}
.content-list li.text-left{
    text-align: left;
}
.content-list li.text-center{
    text-align: center;
}
.content-list li.text-right{
    text-align: right;
}
.content-list li span{
    border: 2px solid #ebebeb;
    font-size: 15px;
    color: #666;
    display: inline-block;
    text-align: center;
    padding: 15px 0;
    margin-top: 20px;
    border-radius: 6px;
    width: 90%;
    cursor: pointer;
}
.btn-container{
    margin: 20px;
}
button.re-btn{
    width: 100%;
    background: #ffd134;
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
    border-radius: 6px;
    cursor: pointer;
}
button.re-btn:hover{
    background: #FBCD31;
}
button.re-btn:active{
    background-color: #ffd134;
}

/*流量*/
.flow-header li{
    float: left;
    width: 33.3%;
    text-align: center;
}
.flow-header li span{
    width: 50%;
    border: 2px solid #69bffe;
    padding: 10px 0;
    display: inline-block;
    color: #69bffe;
    font-size: 16px;
    border-radius: 6px;
    margin-top: 20px;
    cursor: pointer;
}
.flow-header li span:hover,
.flow-header li.active span,
.content-list li span:hover,
.content-list li.active span,
.content-list li .flow:hover,
.content-list li.active .flow{
    background: url(../img/ibg.png) no-repeat right bottom;
    border: 2px solid #ff7f00;
}

.flow{
    border: 2px solid #108ee9;
    border-radius: 6px;
    display: inline-block;
    width: 90%;
    margin-top: 20px;
    padding: 10px 0;
    cursor: pointer;
}
.flow h1{
    text-align: center;
    font-size: 25px;
    color: #108ee9;
}
.flow p{
    text-align: center;
    font-size: 16px;
    color: #69bffe;
}

.re-line{
    border-bottom: 1px solid #ddd;
    margin: 20px 20px 0px;
}




/**  充值页   **/

.btn-header {
    height: 100%;
    position: absolute;
    left: 40px;
    font-size: 16px;
}
.order-header{
    margin-bottom: 0;
    border-bottom: 1px solid #b2b2b2;
}
.order-content {
    position: relative;
    padding: 0 20px;
}
.order-content h2 {
    color: #000;
    font-size: 20px;
    padding: 15px 0 10px;
}
.order-content ul {
    border: 1px solid #e5e5e5;
}
.order-content ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    color: #999;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.order-content .other-des {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}
button.re-btn.blue {
    width: 100%;
    background: #4cbcf1;
}
button.re-btn.blue:hover {
    width: 100%;
    background: #2CB1F1;
}


/**  中奖  **/

.re-header.prize-header {
    background-color: #ff1d1e;
    color: #fff;
    margin-bottom: 0;
}
.re-header.prize-header h1{
    color: #fff;
    font-size: 20px;
}
.re-header.prize-header p i {
    font-size: 20px;
    color: #fff;
    position: relative;
    /*    top: 15px;*/
}
.prize-container {
    background: linear-gradient(#ec7ffc,#ff4ba6,#ff8d95);
}
.prize-container .prize-bg{
    width: 100%;
    margin-top: 20px;
}
.prize-container .prize-pop {
    color: #ff0100;
    text-align: center;
    margin: 20px 30px;
    padding: 8px;
    font-size: 18px;
    background: rgba(0,0,0,0.4);
}
.prize-content {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.prize-container .btn-use {
    border: 1px solid #00b7f0;
    border-radius: 4px;
    padding: 3px 40px;
    position: absolute;
    bottom: 25px;
    white-space: nowrap;
    left: 50%;
    margin-left: -73px;
    font-size: 14px;
}
.prize-container .btn-use:hover {
    background-color: #00b7f0;
    color: #fff;
}
.prize-container .btn-prize-wrap {
    margin: 20px 30px 30px;
}
.prize-container .btn-prize {
    width: 100%;
    background-color: #4273b8;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
.prize-container .btn-prize:hover {
    background-color: #67A0EF;
}
.prize-container .btn-prize i {
    color: #ee6d5a;
    margin-left: 8px;
    position: relative;
    /*    top: 14px;*/
    font-size: 18px;
}
.prize-container .prize-desc {
    margin: 0 30px;
}
.prize-container .prize-desc h2 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 7px;
}
.prize-container .prize-desc .prize-desc-content{
    color: #2f2e2e;
    font-size: 12px;
}
.prize-container .prize-desc .prize-desc-content p{
    margin-top: 5px;
}

.prize-wrap{
    margin: 0 30px;
    position: relative;
}
.prize-wrap .prize-wrap-img{
    width: 100%;
    position: relative;
}
.prize-wrap .kfc {
    height: 100%;
    padding-top: 35px;
    white-space: nowrap;
    box-sizing: border-box;
}
.prize-wrap .kfc .left {
    float: left;
    width: 60%;
    border-right: 1px dotted #2c2c2c;
    padding-left: 42px;
    white-space: normal;
    box-sizing: border-box;
    text-align: left;
    padding-right: 20px;
    font-size: 18px;
}
.prize-wrap .kfc .left em{
    color: #ff1d1e;
}
.prize-wrap .kfc .right {
    float: right;
    width: 34%;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
    display: inline-block;
}
.prize-content .kfc img {
    width: 60%;
}
.prize-content .prize-shade {
    width: 100%;
    position: absolute;
    z-index: 100;
    left: 0;
}

/** 弹出框 **/

.zte-pop-box{
    opacity: 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: -1;
    bottom: 0;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.zte-pop-box .zte-pop-bg{
    opacity: 0.35;
    filter: Alpha(Opacity=50);
    background-color: #000;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.zte-pop-box .zte-pop-message {
    position: relative;
    width: 80%;
    background-color: #fff;
}
.zte-pop-box.active {
    opacity: 1;
    z-index: 1000;
}
.zte-pop-box .zte-content{
    position: relative;
    padding: 18px;
}
.zte-pop-box .zte-pop-kfc{
    position: relative;
    width:80%;
}
.zte-pop-box .zte-pop-kfc>img{
    width:100%;
}
.zte-pop-kfc .text-content {
    position: absolute;
    top: 84px;
    text-align: center;
    width: 100%;
}
.zte-pop-kfc .text-content h2{
    font-size: 20px;
    color: #2b2b2b;
}
.zte-pop-kfc .text-content h2 .color-red{
    color: #fd1d1d;
}
.zte-pop-kfc .text-content .desc{
    color: #777;
    font-size: 14px;
}
.zte-pop-kfc .closePop {
    position: absolute;
    right: -13px;
    color: #fff;
    border: 2px solid #fff;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    text-align: center;
    top: -3px;
    padding-top: 3px;
    box-sizing: border-box;
    font-size: 14px;
}
.zte-pop-kfc .kfc-code {
    padding: 0 80px;
    position: absolute;
    z-index: 10000;
    top: 210px;
}
.zte-pop-kfc .kfc-code>img{
    width:100%;
}

/* 未中奖弹窗  */

.zte-pop-kfc .no-prize {
    background-color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 50px 20px;
}
.zte-pop-kfc .no-prize  .desc {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}


/* 游戏弹出窗  */

.zte-pop-prize{
    position: relative;
    background-image: url("../img/game-prize.png");
    width: 280px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.game-btn-close {
    position: absolute;
    top: -38px;
    width: 35px;
    right: 0;
}
.zte-pop-prize .title {
    position: relative;
    background-image: url("../img/game-title-bg.png");
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}
.game-prize {
    padding: 50px 20px 10px;
}
.zte-pop-box .game-prize img {
    width:100%;
}
.zte-pop-box .list-2 {
    padding: 0 20px;
}
.list-2 .list-item {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 12px;
    box-sizing: border-box;
    text-align: center;
}
.zte-pop-prize .game-man-bg{
    position: relative;
    background-image: url("../img/game-man-popBg.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 88px;
    height: 88px;
    text-align: center;
    padding: 7px;
    box-sizing: border-box;

}
.game-man-bg img {
    width: 60%;
    margin-top: 6px;
}
.game-man-bg em{
    position: absolute;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    font-size: 7px;
    color: #fff;
    padding: 0 6px;
    border-radius: 20px;
    min-width: 20px;
    box-sizing: border-box;
}
.game-man-bg .num {
    background-color: #b35614;
    right: 7px;
    top: 5px;
}
.game-man-bg .text{
    text-align: center;
    font-size: 14px;
    color: #302f2f;
    margin-top: -1px;
}
.game-man-bg .none-num{
    background-color: #797979;
    top: 7px;
    right: 0;
    border-radius: 20px 0 0 20px;
}
.game-man {
    position: relative;
    overflow: hidden;
}

.zte-pop-prize2{
    position: relative;
    background-image: url("../img/game-prize2.png");
    width: 286px;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}
.zte-pop-prize2 .top {
    height: 106px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #5a5a5a;
}
.zte-pop-prize2 .top img{
    width: 68px;
}
.zte-pop-prize2 .text {
    color: #5a5a5a;
    text-align: center;
    padding: 20px 6px;
    min-height: 80px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    max-height: 100px;
    font-size: 15px;
}
.game-btn-draw{
    height: 34px;
}
.game-draw-prize {
    padding: 0 10px 30px;
    overflow-y: auto;
}
.zte-pop-prize3{
    position: relative;
    background-image: url("../img/game-prize3.png");
    width: 280px;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 20px;
    box-sizing: border-box;
    min-height: 67%;
    max-height: 84%;
}
.zte-pop-prize3 .title {
    font-size: 24px;
    color: #000;
    text-align: center;
    padding: 0 0 8px;
}
.zte-pop-prize3 p {
    margin-bottom: 8px;
    max-width: 330px;
    overflow-y: auto;
}
.zte-pop-prize3 .game-draw-prize{
    padding-bottom: 16px;
}


/** 游戏  **/

/*
.re-header.game-header {
    background-color: #173949;
    color: #fff;
    margin-bottom: 0;
}
.game-container{
    position: relative;
    background-image: url("../img/game-bg.jpg");
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.game-container .game-top {
    width: 100%;
    margin-top: 36%;
    height: 21%;
}
.game-container .half{
    display: inline-block;
    width:50%;
    padding:0 10px;
    box-sizing: border-box;
    float: left;
    height:40%;
}
.westward-card{
    width: 100%;
    background-image: url("../img/westward.png");
    background-size: contain;
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
}
.king-card{
    width:100%;
    background-image: url("../img/king.png");
    background-size: contain;
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
}
.game-container .half li{
    float: left;
    width:50%;
    padding: 8px;
    box-sizing: border-box;
}
.game-container .half li img{
    width:100%;
}
.game-container .half ul {
    position: absolute;
    top: 42%;
    padding: 0 8px;
    box-sizing: border-box;
}
.game-footer{
    width:100%;
    background-image: url("../img/game-bottom.png");
    background-size: cover;
    position: absolute;
    height: 10%;
    background-repeat: no-repeat;
    bottom:0;
}
*/


/** 游戏2  **/

.prize-header .icon-more-a {
    position: absolute;
    right: 10px;
    top: 13px;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
}
.game-container{
    position: relative;
    background-image: url("../img/game-bg-2.jpg");
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 523px;
}
.game-container .top {
    height: 30%;
}
.game-container .game-top {
    width: 100%;
    margin-top: 36%;
    height: 21%;
}
.game-btn-group {
    height: 8%;
}
.game-container .half{
    position: relative;
    display: inline-block;
    width:50%;
    padding:0 10px;
    box-sizing: border-box;
    float: left;
    height:100%;
}
.game-container .middle {
    height: 41%;
}
.game-container .middle .card-title {
    padding: 20px 10px 10px;
    box-sizing: border-box;

}
.game-container .middle .text {
    text-align: center;
    white-space: nowrap;
    font-size: 10px;
    color: #fff;
    font-family: "方正黑体简体";
}
.game-container .half li{
    float: left;
    width:50%;
    padding: 8px 4px;
    box-sizing: border-box;
    margin-left: 25%;
}
.game-container img{
    width:100%;
}
.game-container .half ul {
    position: absolute;
    /* top: 42%; */
    padding: 4px 16px;
    box-sizing: border-box;
    width: 100%;
    left: 0;
}
.game-container .card-sure{
    position: absolute;
    bottom: 16px;
    width: 60%;
    left: 20%;
}
.game-container .footer{
    width:100%;
    background-size: cover;
    position: absolute;
    height: 20%;
    background-repeat: no-repeat;
    bottom:0;
    overflow: hidden;
    text-align: center;
}
.game-container .footer ul{
    margin-top:5%;
    margin-top: 10%;
    padding: 0 8px;
}
.game-container .footer li {
    width: 25%;
    float: left;
    padding: 2px 8px;
    box-sizing: border-box;
}
.game-container .footer .game-btn-other {
    height: 30%;
    width: auto;
}
.game-container .footer .card-other img {
    width: 20%;
    margin-top: 2%;
}



/**  和包券——中奖记录  **/

.zte-pop-coupon{
    position: relative;
    background-image: url("../img/get-coupon.png");
    width: 340px;
    height: 485px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.coupon-draw-prize {
    position: relative;
    top: 71px;
}
.coupon-table {
    width: 100%;
    font-size: 15px;
    text-align: center;
}
.coupon-table thead td {
    background-color: #ffe9c1;
    color: #da7f5b;
    padding: 8px 3px;
}
.coupon-table tbody td {
    padding: 9px 0;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px dashed #ecddbc;
}
.coupon-table tbody td:first-child {
    color: #bc795f;
}
.coupon-table tbody td:last-child {
    color: #fe5700;
}
.closePop{
    right: -4px;
    position: absolute;
    top: -5px;
    color: #f0fdff;
    font-size: 18px;
}
.zte-pop-coupon .coupon-table .total {
    color: #fd5800;
}

/**  和包券——活动规则   **/

.zte-pop-couponRule{
    position: relative;
    background-image: url("../img/coupon-rule.png");
    width: 340px;
    height: 565px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}
.zte-pop-couponRule .desc-list {
    font-size: 14px;
    color: #af462e;
    margin: 0 10px;
}
.zte-pop-couponRule .coupon-draw-prize {
    height: 510px;
    overflow-y: auto;
}

/**  和包券—— 未中奖 **/

.zte-pop-coupon-nonePrize{
    position: relative;
    background-image: url("../img/coupon-nonePrize.png");
    width: 290px;
    height: 250px;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}

.btn-play-wrap {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
.btn-play {
    background-color: #ff737c;
    color: #fff;
    padding: 0px 8px;
    border-radius: 3px;
    box-shadow: 0 3px 0 #d43700;
    font-size: 12px;
}
.btn-play:hover{
    background-color: #d43700;
}
.zte-pop-coupon-nonePrize .closePop,.zte-pop-coupon-hasPrize .closePop,
.zte-pop-coupon-noneGold .closePop,.zte-pop-coupon-drawTips .closePop{
    top: -30px;
    right: 0;
}
.zte-pop-coupon-hasPrize{
    position: relative;
    background-image: url("../img/coupon-hasPrize.png");
    width: 290px;
    height: 250px;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
}
.zte-pop-coupon-hasPrize img {
    position: absolute;
    top: 150px;
    width: 120px;
    margin: -60px;
}

/*  和包券——金币不足提示  */

.zte-pop-coupon-noneGold{
    position: relative;
    background-image: url("../img/coupon-noneGold.png");
    width: 290px;
    height: 250px;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}
.zte-pop-coupon-noneGold .btn-play-wrap {
    bottom: 25px;
}
.btn-half-wrap {
    width: 50%;
    text-align: center;
    float: left;
}
.coupon-btn-get {
    background-color: transparent;
    border: 1px solid #313131;
    color: #3b3b3b;
    font-size: 18px;
    border-radius: 4px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}
.coupon-btn-cancel {
    background-color: transparent;
    border: 1px solid #313131;
    color: #3b3b3b;
    font-size: 18px;
    border-radius: 4px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}
.coupon-btn-cancel:hover,.coupon-btn-cancel:focus{
    background-color: #f0f0f0;
}
.coupon-btn-get {
    background-color: #ff737c;
    border: 1px solid #313131;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}
.coupon-btn-get:hover,.coupon-btn-get:focus{
    background-color: #ff6175;
}

/*  和包券——点开始时提示 */

.zte-pop-coupon-drawTips{
    position: relative;
    background-image: url("../img/coupon-drawTips.png");
    width: 290px;
    height: 250px;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
}
.zte-pop-coupon-drawTips .title {
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.drawTips-gold {
    text-align: center;
    padding-top: 16px;
}
.drawTips-gold img {
    width: 90px;
}
.zte-pop-coupon-drawTips .checkbox-wrap {
    margin-top: 20px;
    font-size: 15px;
    color: #3b3b3b;
}
.zte-pop-coupon-drawTips input[type="checkbox"] {
    margin-right: 5px;
}

/*  和包券——未翻牌  */

.zte-pop-box.draw-btn {
    position: absolute;
    z-index: 10;
    width: 94%;
    left: 3%;
}
.zte-pop-box.draw-btn .zte-pop-bg{
    border-radius: 6px;
}
.zte-pop-box.draw-btn img {
    width: 80px;
}


/**  商圈——优惠信息  **/

.re-header.trade-header {
    margin-bottom: 0;
    background-color: #f35d5e;
    color: #fff;
}
.re-header.trade-header h1 {
    text-align: center;
    font-size: 22px;
    color: #fff;
}
.re-header.trade-header p i {
    font-size: 20px;
    color: #fff;
}
.trade-ad {
    width: 100%;
}
.trade-list{
    position: relative;
}
.trade-list .list-item {
    margin: 8px 0;
}
.trade-list a{
    display: block;
    padding: 12px 120px 12px 12px;
    position: relative;
    background-color: #fff;
}
.trade-list a:hover {
    background-color: #D6CACA;
}
.trade-list h2 {
    font-size: 15px;
    color: #282828;
}
.trade-list h4 {
    font-size: 13px;
    color: #5a5a5a;
    margin-top: 2px;
}
.trade-list h6 {
    font-size: 12px;
    color: #666666;
    margin-top: 2px;
}
.trade-list .label-default {
    display: inline-block;
    font-size: 11px;
    color: #ff0000;
    border: 1px solid #ff0000;
    padding: 0px 4px;
    border-radius: 3px;
    margin-top: 4px;
}
.trade-list a .trade-list-img {
    display: flex;
    align-items: center;
    width: 112px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    justify-content: center;
}
.trade-list a img {
    width: 100%;
}
.text-more{
    color: #606060;
    font-size: 15px;
    padding: 0 8px 8px;
    text-align: center;
}

.list-1 .list-item {
    /* position: absolute; */
    /* height: 100px; */
    padding: 10px 0;
    position: relative;
    left: 50%;
    margin-left: -44px;
    width: 88px;
}


/**  和包券   **/

.coupon-container{
    position: relative;
    background-image: url("../img/coupon-bg.png");
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 523px;
    overflow-x: hidden;
}
.coupon-container .top {
    height: 13.2%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 8px;
}
.gold-rap {
    /* position: absolute; */
    float: left;
}
.gold {
    width: 38px;
    position: relative;
    z-index: 1;
}
.coupon-container .top .gold-ipt {
    margin-left: -30px;
    padding: 0 8px 0 28px;
}
.coupon-container .gold-ipt {
    width: 80px;
    border-radius: 50px;
    border: 2px solid #ffb400;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    color: #ff0028;
}
.coupon-container .gold-add {
    margin-left: -17px;
    width: 26px;
    margin-top: -3px;
}
.coupon-container .coupon-btn-gold {
    background-color: #ffd325;
    padding: 4px 8px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -17px;
    box-shadow: 0 4px 0px #f28c1d;
    border-radius: 4px;
}

.coupon-container .middle {
    position: absolute;
    top: 13.2%;
    width: 100%;
    height: 66.8%;
}
.coupon-container .coupon-label {
    position: absolute;
    right: 8px;
    width: 120px;
    z-index: 1000;
}
.coupon-container .list-2{
    margin: 10% 10.4% 23%;
    height: 69%;
}
.coupon-container .list-2 .list-item {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 12px;
    box-sizing: border-box;
    text-align: center;
    padding: 5%;
    height: 50%;
}
.coupon-container .list-2 .list-item img{
    width:100%;
}
.coupon-container .coupon-img-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.coupon-container .img-vertical{
    height: 80% !important;
    width:auto!important;
}*/
.coupon-container .gold-money {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 2%;
}



.coupon-container .footer {
    position: absolute;
    bottom: 0;
    padding: 8px 16px;
    height: 19%;
    box-sizing: border-box;
}
.coupon-container .footer img {
    width:100%;
}



/**  wap下载  **/

.wap{
    background-image: url("../img/wap-1.jpg");
    position: relative;
    width:100%;
    height:100%;
    background-position:center top;
    background-size: contain;

}
.wap-1 {
    background-image: url("../img/wap-1.jpg");
}
.wap-2 {
    background-image: url("../img/wap-2.jpg");
}
.wap-3 {
    background-image: url("../img/wap-3.jpg");
}
.wap-4 {
    background-image: url("../img/wap-4.jpg");
}
.wap-5 {
    background-image: url("../img/wap-5.jpg");
}
.wap-footer {
    position: absolute;
    bottom: 8px;
    text-align: center;
    width: 100%;
    z-index: 10;
}
.wap-footer i{
    width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 50%;
    background-color: #707070;
    line-height: 26px;
    color: #fff;
    font-size: 12px;
}
.wap-1 .middle {
    position: absolute;
    top: 29%;
    text-align: center;
    width: 100%;
}
/*.btn-download {*/
    /*background-color: #40ac48;*/
    /*display: block;*/
    /*width: 80%;*/
    /*margin-left: 10%;*/
    /*padding: 8px;*/
    /*border-radius: 6px;*/
    /*color: #fff;*/
    /*font-size: 14px;*/
/*}*/
.wap-1 .bottom {
    position: absolute;
    bottom: 26px;
    width: 100%;
    text-align: center;
}
.wap-1 .bottom .title {
    font-size: 12px;
    color: #525252;
    margin-bottom: 8px;
}
.wap-1 .wap-list {
    text-align: center;
}
.wap-1 .list-item {
    display: inline-block;
    width: 25%;
}
.wap-1 .wap-list img {
    width: 70%;
}
.wap-1 .wap-list p {
    font-size: 8px;
    color: #595959;
    margin-top: 3px;
}
.wap .wap-download {
    position: absolute;
    width: 66px;
    right: 16px;
    bottom: 36px;
    z-index: 10;
}
.wap-5 .btn-download {
    position: absolute;
    top: 84%;
    z-index: 10;
}

.new-wap{
    width:100%;
    position:relative;
}

.new-wap__img{
    width:100%;
}
.top__download{
    position:absolute;
    width:44vw;
    height:12vw;
    top:56vw;
    left:28vw;
    z-index:1;
}
.bottom__download{
    position:absolute;
    width:84vw;
    height:11vw;
    left:8vw;
    bottom:33vw;
    z-index:1;
}
.middle-download-1{
    position:absolute;
    width:66px;
    right:5vw;
    top:215vw;
}
.middle-download-2{
    position:absolute;
    width:66px;
    right:5vw;
    top:399vw;
}
.middle-download-3{
    position:absolute;
    width:66px;
    right:5vw;
    top:592vw;
}







.bgColor-173949{
    background-color: #173949!important;
}
.bgColor-ce203b{
    background-color: #ce203b!important;
}


@media screen and (max-width: 360px){
    .prize-wrap .kfc {
        padding-top: 20px;
    }
    .zte-pop-kfc .text-content {
        top: 72px;
    }
    .zte-pop-coupon {
        width: 300px;
        height: 415px;
    }
    .zte-pop-couponRule{
        width: 300px;
        height: 465px;
    }
    .zte-pop-couponRule .coupon-draw-prize {
        height: 400px;
    }
}
@media screen and (max-height: 480px){
    .wap-1 .bottom {
        bottom: 0;
    }
}





