body{
	background-color: #ff6c00;
}
/* wrap */
#wrap{
    margin: 0 auto;
    max-width: 768px;
}
#wrap img {
    max-width: 100%;
}
/* rules */
.rules{
	position: relative;
}
.rules a{
	position: absolute;
    top: 2.6rem;
    right: 1.2rem;
    height: 0.6rem;
    width: 2rem;
    background: url(https://ts.market.mi-img.com/thumbnail/png/q80/Finance/0def764ab967d425a3d2077d86798342253d618a3) no-repeat center;
    background-size: 100%;
}
.rules a img{
    height: 100%;
}
/*prize*/
.prize{
    position: relative;
}
.prize_r{
    position: absolute;
    width: 9rem;
    top: 1.1rem;
    right: 0.5rem;
}
.state{
    padding-top: 0.52rem;
    height: 0.85rem;
    line-height: 0.85rem;
    font-weight: bold;
    font-size: 0.75rem;
}
.state strong{
    margin: 0 0.1rem;
    padding: 0 0.15rem;
    color: #ff6c00;
    border-radius: 0.1rem;
    border: 1px solid #ff6c00;
}
.state .unit{
    font-size: 0.4rem;
    vertical-align: bottom;

}
.prize_r p{
    margin-top: 0.45rem;
    margin-bottom: 0.5rem;
    height: 1.1rem;
    line-height: 0.6rem;
    font-size: 0.4rem;
}
.prize_r p img{
    height: 100%;
}
.getBtn a{
    display: inline-block;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.6rem;
    font-weight: bold;
    padding: 0 0.9rem;
    border-radius: 0.6rem;
}
a.goGet{
    background-color: #ff6c00;
    color: #ffffff;
}
a.waitGet{
    background-color: #ababab;
    color: #ffffff;
}
a.myPrize{
    position: absolute;
    bottom: -0.5rem;
    right: 1.1rem;
    font-size: 0.5rem;
    line-height: 0.6rem;
    font-weight: bold;
    color: #999999;
    text-decoration: underline;
}
/* btn */
.btn{
    position: relative;
    width: 100%;
}
.btn a{
    display: block;
    height: 100%;
    width: 80%;
    position: absolute;
    left: 10%;
    top: 0;
}
/*share*/
#share{
    position: fixed;
    right: 0;
    top:1rem;
    width: 1.375rem;
    height: 0.875rem;
    background-image: url('https://ts.market.mi-img.com/thumbnail/png/q80/Finance/03ef745ab763da25d7d2067d84198c4827943a636');
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    background-size: 100%;
}
#share a{
    display: block;
    height: 100%;
}
/*activityDetails活动详情*/
#activityDetails,#pop{
    display: none;
    position: fixed;
    top: 0;
    bottom:0;
    left:0;
    right:0;
    background-color: rgba(0,0,0,0.4);
    z-index: 100;
}
.activityWrap,.popWrap{
    margin: auto;
    width: 11.1rem;
    position: relative;
}
/* #activityDetails{
    display: flex;
} */
.activityWrap img,.popWrap img{
    width: 100%;
    min-height: 292px;
    border-radius: 3px;
}
.activityClose,.popClose{
    position: absolute;
    top:0;
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
}
/* pop 弹窗 */
/* #pop{
     display: flex; 
 } */ 
.popBtn{
    /* display: none; */
    height: 1.5rem;
    width: 8rem;
    position: absolute;
    bottom: 1.45rem;
    left: 1.7rem;
}
.popBtn1,.popBtn2{
    display: none;
    height: 1.5rem;
    width: 8rem;
    position: absolute;
    left: 1.7rem;
    font-size: 0.4rem;
    z-index: 100;
}
.popBtn1{
    bottom: 2.5rem;
}
.popBtn2{
    bottom: 0.75rem;
}
#prizeList{
    height: 2.5rem;
    padding-bottom: 0.5rem;
    overflow-y: auto;
    width: 8.5rem;
    position: absolute;
    bottom: 3rem;
    left: 1.6rem;
}
.prizeItem{
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
    color:#969696;
    text-align: center;

}
.prizeItem time{
    margin-right: 0.4rem;
}
