.redemption_box{
    clear: both;
}
.redemption_box h2{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-size: 22px;
    color: #227BCC;
    line-height: 36px;
}
.redemption_input i{
    width: 16px;
    height: 16px;
    background: url(../images/search.png)no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 7px;
    margin-left: 7px;
    vertical-align: super;
    position: relative;
    top: 4px;
}
.redemption_input{
    border: 1px solid rgba(250, 191, 27, 1);
    color: #AEAEAE;
    height: 35px;
    display: inline-block;
    margin: 40px 0;
}
.redemption_input input{
    height: 35px;
    width: 300px;
    border: none;
    outline: none;
    vertical-align: top;
}
.redemption_input button{
    background-color: rgba(250, 191, 27, 1);
    outline: none;
    width: 100px;
    height: 35px;
    font-size: 15px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    color: #FFFFFF;
    border: none;
    vertical-align: super;
}
.redemption_input button:hover{
    background: rgba(228, 167, 5, 1)
}


h3{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-size: 22px;
    color: #227BCC;
    text-align: center;
    margin: 100px auto 30px auto;
}
.rule_desc{
    line-height: 25px;
    font-size: 15px;
    color: #595656;
    margin-bottom: 40px;
}
.rule_desc b{
    margin: 40px auto 10px auto;
    display: block;
}





#prilist{
    float: left;
    width: 672px;
    margin-right: 100px;
}

#prilist li {
    display: block;
    background: #fcdee3;
    float: left;
    margin: 0 20px 20px 0;
    width: 202px;
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #333;
    border: 2px solid #fac5ce;
    font-size: 16px;
}

#prilist li.right {
    margin-right: 0;
}

#prilist li.active {
    border: 2px solid #eb0029;
}

#prilist img {
    display: block;
    height: 60px;
    margin: 0 auto 10px;
}
.winner_desc{
    font-size: 13px;
    line-height: 20px;
    color: #999;
}

#prilist #begin_btn {
    padding: 0;
    height: 160px;
    line-height: 160px;
    font-size: 20px;
    color: #fff;
    background: #eb0029;
    cursor: pointer;
}
#prilist #begin_btn:hover{
    background: #9a001b;
}
#prilist #begin_btn:active {
    font-size: 16px;
}

#winner_list {
    float: left;
    width: 380px;
}

#winner_list a {
    text-decoration: underline;
}

#winner_list .list_box {
    display: block;
    padding-top: 10px;
    background: #e90029;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

#winner_list .list_box b {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    color: #007ac2;
    margin-bottom: 10px;
    text-align: left;
    color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
}
.winner_list p {
    padding: 10px 20px;
    background: rgba(218, 236, 252, 1);
}
.winner_list>div {
    width: 50%;
    border-radius: 5px;
    border: 1px solid rgba(181, 216, 249, 1);
    padding: 10px 40px;
    margin: 30px auto 50px auto;
}
#winner_list .list_box p {
    line-height: 20px;
}

#winner_list .tips {
    line-height: 20px;
    color: #999999;
    font-size: 12px;
    display: block;
}
#winner_list .tips a{
    color: #9a001b;
}
#jq_marquee_box {
    /* margin-top: 10px; */
    height: 300px;
    line-height: 15px;
    overflow: hidden;
    background: #fff;
    color: #000;
    border-top: none;
    padding: 20px 0;
    border-radius: 0 0 10px 10px;
    font-size: 14px;
}

#winner_ul {
    display: block;
    /* padding: 0 20px 0 20px; */
}

#winner_ul .null {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding-top: 30px;
}

#winner_ul li {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    color: #051296;
    margin-bottom: 10px;
}
#winner_ul li span{
    color: #666666;
}
#winner_ul li em{
    display: inline-block;
    line-height: 32px;
    padding: 0 20px;
}
#winner_ul li em:last-child{
    float: right;
    width: 200px;
}
.prize_menu_name{
    text-align: left;
    width: 200px;
    padding-left: 25px;
    box-sizing: border-box;
}
.getUser {
    width: 60px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

/* 弹框 */
.lotter_alert{
    border-radius: 7px !important;
}
.lotter_alert .layui-layer-content{
    text-align: center;
    height: 180px !important;
    width: 100%;
    padding: 0 30px;
}
.lotter_alert .layui-layer-title{
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
}
.lotter_alert .layui-layer-content p{
    font-size: 14px;
    text-align: left;
    line-height: 26px;
}
.lotter_alert .layui-layer-content span{
    margin: 5px 0;
    display: block;
}
.lotter_alert .layui-layer-content .prize_name{
    font-size: 30px;
    font-weight: 700;
    color: #d22222;
}
.lotter_alert .layui-layer-content big{
    font-weight: 700;
    margin: 10px 0;
    font-size: 18px;
    display: block;
}
.lotter_alert .layui-layer-btn{
    text-align: center;
}
.lotter_alert .layui-layer-btn .layui-layer-btn0{
    background: #ee4a4a;
    border: none;
    padding: 3px 42px;
    font-size: 16px;
}
.pop_how_get .layui-layer-content p{
    font-size: 14px !important;
    text-align: left;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 25px;
}
/* 弹框 */

@media screen and (max-width: 800px){
    html{
        font-size: 13.3333333vw;
    }
    body{
        width: 100vw;
    }
    .redemption_box h2{
        margin-top: .55rem;
        font-size: .35rem;
        line-height: initial;

    }
    .redemption_input {
        border-radius: 5px;
    }
    .redemption_input button {
        margin: 20px;
        border-radius: 3px;
        width: 50%;
    }
    .redemption_box .login_ddt{
        background: none;
        float: inherit;
    }
    .show_prize img{
        width: 3.35rem;
    }
    .show_prize h3{
        margin: 1rem auto 30px auto;
    }
    .winner_list>span{
        width: 100% !important;
    }
    .winner_list>div {
        background: rgba(181, 216, 249, 1);
        width: 100%;
        border-radius: 0;
        margin: 30px auto 50px auto;
        padding: 0;
        box-sizing: border-box;
        border: none;
    }
    #jq_marquee_box{
        border-radius: 0;
    }
    .redemption_input input{
        width: 85%;
    }
}