/* 抽奖弹出层样式 */
.game-lottery {
    position: relative;
    width: 509px;
    height: 330px;
    margin-top: 20px;
    background-image: url('http://genwan.genwan.com/haozk/popupPic5.png');
    background-repeat: no-repeat;
    background-size: 509px 330px;
}

.game-lottery .lottery-title {
    font-size: 28px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    line-height: 33px;
    color: #FFF2BB;
    text-align: center;
}

.game-lottery .lottery-content {
    height: 297px;
    padding: 0 28px 20px;
    box-sizing: border-box;
}

.game-lottery .lottery-content .lottery-tiptxt {
    width: 100%;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    color: #FFF0AE;
    text-align: center;
}

.game-lottery .lottery-content .lottery-coupon {
    width: 340px;
    height: 90px;
    margin: 28px auto 40px;
    background-image: url('../images/home/iconGameCoupon.png');
    background-repeat: no-repeat;
    background-size: 340px 90px;
}

.game-lottery .lottery-content .lottery-coupon-l {
    width: 120px;
    height: 90px;
}

.game-lottery .lottery-content  .lottery-coupon-l .lottery-coupon-l-txt {
    padding: 6px 15px 0;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 12px;
}

.game-lottery .lottery-content  .lottery-coupon-l .lottery-coupon-l-amount {
    height: 58px;
    font-size: 44px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 66px;
    text-align: center;
}

.game-lottery .lottery-content .lottery-coupon-r {
    width: 220px;
    height: 90px;
    padding: 14px 13px 10px;
    box-sizing: border-box;
}

.game-lottery .lottery-content .lottery-coupon-r .lottery-coupon-r-name {
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}

.game-lottery .lottery-content .lottery-coupon-r .lottery-coupon-r-currency {
    padding: 8px 0 6px;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
}

.game-lottery .lottery-content .lottery-coupon-r .lottery-coupon-r-validtime {
    font-size: 12px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.4);
}

.game-lottery .lottery-content .lottery-btns {
    margin-bottom: 10px;
}

.game-lottery .lottery-content .lottery-btns .btn {
    width: 120px;
    height: 34px;
    border-radius: 4px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

.game-lottery .lottery-content .lottery-btns .lottery-btns-cancel {
    margin-right: 20px;
    background-color: #EAEAEA;
    color: #000000;
}

.game-lottery .lottery-content .lottery-btns .lottery-btns-confirm {
    background-color: #FFBA07;
    color: #FFFFFF;
}

.game-lottery .lottery-content .lottery-seetxt {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.game-lottery .game-lottery-close {
    position: absolute;
    top: -18px;
    right: 22px;
    width: 20px;
    height: 20px;
    background-image: url('../images/home/iconClose.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
}

.game-lottery .game-lottery-used .lottery-tiptxt {
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.game-lottery .game-lottery-used .lottery-tiptxt .couponName {
    color: #FFBA07;
}

.game-lottery .game-lottery-used .lottery-select-area {
    margin-top: 20px;
}

.game-lottery .game-lottery-used .lottery-select-area .select-item {
    margin-bottom: 10px;
}

.game-lottery .game-lottery-used .lottery-select-area .select-item .label-txt {
    width: 54px;
    height: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

.game-lottery .game-lottery-used .lottery-select-area .select-item .select-box,
.lottery-content .layui-form-select .layui-input {
    width: 206px;
    height: 32px;
    padding: 0 12px;
    border: 1px solid #FFF3C3;
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.lottery-content .layui-form-select .layui-input {
    background-color: transparent;
}

.lottery-content .layui-input:hover {
    border-color: #FFF3C3 !important;
}

.lottery-content .layui-input:focus {
    border-color: #fff3c3 !important;
    box-shadow: none;
}

.lottery-content .layui-input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.lottery-content .layui-input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.lottery-content .layui-input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.lottery-content .layui-input:-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.lottery-content .layui-input::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.lottery-content .layui-form-select .layui-edge {
    border-top-color: #FFFFFF;
}

.lottery-content .layui-form-select dl {
    border-radius: 4px;
    background-color: #F8F1E9;
    z-index: 999999999999999999;
}

.lottery-content .layui-form-select dl dd {
    border-bottom: 1px solid rgba(0,0,0,0.4);
    font-size: 16px;
    font-weight: 500;
}

.lottery-content .layui-form-select dl dd:hover {
    background-color: transparent;
}

.lottery-content .layui-form-select dl dd.layui-this {
    background-color: #FFE5DF;
    color: #000000;
}
