﻿body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
/*body{color:#333; font-size:12px;font-family:"Microsoft YaHei"}*/
ul,ol{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
input{ font-size:12px;}
.clear{clear:both;}
*{padding: 0;margin: 0}
body,html{
    height: 100%;
    color: #333;
}
/* 大转盘样式 */
.banner{display:block;}
.banner img{
    width: 100%;
}
.wrapper{
    width: 7.5rem;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.content .bg{      display: block;
    width: 5.2rem;
    height: 5.2rem;
    z-index: 1;
    position: absolute;
    top: 4.5rem;
    left: 50%;
    margin-left: -2.6rem;}
.content canvas.item{
    width: 4.56rem;
    height: 4.56rem;
    position: absolute;
    z-index: 0;
    top: 4.82em;
    left: 50%;
    margin-left: -2.28rem;}
.content img.pointer{
    position: absolute;
    width: 1.6rem;
    top: 6rem;
    z-index: 2;
    left: 50%;
    margin-left: -0.8rem;}
.con{
    width: 7rem;
    position: absolute;
    top: 9.1rem;
    left: 50%;
    margin-left: -3.5rem;
}
.btn{
    display: flex;
}
.btn div{
    flex: 0 0 2.5rem;
    margin: 0.4rem auto;

}

.btn div img{
    width: 100%;
}
.jiangpin{
    width: 6.5rem;
    margin: 1rem auto 0;
}
.jiangpin p{
    font-size: 0.26rem;line-height: 0.6rem;
}
.jiangpin p span{
    font-size: 0.3rem;font-weight: bold;
    color: #42af6d;
}
.jiangpin p em{
    color: #42af6d;
    font-style: normal;font-weight: bold;
}
.img1{-webkit-animation:scale1 2s 1s infinite linear;animation:scale1 2s 1s infinite linear}
.img2{-webkit-animation:scale1 2s 2s infinite linear;animation:scale1 2s 2s infinite linear}

@-webkit-keyframes scale1{
    0%{-webkit-transform:scale(1);transform:scale(1)}
    50%{-webkit-transform:scale(1.1);transform:scale(1.1)}
    100%{-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes scale1{
    0%{-webkit-transform:scale(1);transform:scale(1)}
    50%{-webkit-transform:scale(1.1);transform:scale(1.1)}
    100%{-webkit-transform:scale(1);transform:scale(1)}
}
.alert{
    width: 7.5rem;
    height: 100%;
    background: #fff;
    position: fixed;
    top:0;
    left: 0;
    z-index: 11;
    font-size: 0.28rem;
}
.tit{
    padding: 0.3rem;
    display: flex;
    position: fixed;
    background: #fff;
    width: 7.5rem;
    padding-top: 0.5rem;
}
.tit .bt1{
    flex: 0 0 3rem;
    text-align: center;
    border-right: 1px solid #d6d6d6;
    position: relative;
}
.tit .bt1.on{
    font-weight: bold;
}
.bt1 p{
    height: 4px;
    width: 1rem;
    background: #42af6d;
    display: none;
    position: absolute;
    top: 0.55rem;
    left: 50%;
    margin-left: -0.5rem;
}

.bt1.on p{
    display: block;
}
.del{
    position: relative;
}
.del img{
    width: 0.5rem;
    position: absolute;
    top: -0.05rem;
    left: 0.3rem;
}
.rules{
    padding: 0.3rem 0.3rem;
    display: flex;
}
.left{
    display: inline-block;
    background: #42af6d;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0 0.1rem;
    color: #fff;
    margin-right: 0.2rem;
}
.right{
    line-height: 0.5rem;
}
.blod{
    font-weight: bold;
}
.green{
    color:  #42af6d;
}
.code{
    width: 2.5rem;
    margin: 0 auto;
}
.code img{
    width: 100%;
}
.list p.center{
    text-align: center;
    margin-bottom: 0.2rem;
    font-size: 0.3rem;
}
.list p{
    text-align: justify;
    line-height: 0.5rem;
}
.wx-list{
    display: flex;
    line-height: 0.9rem;
    text-align: center;
    margin-bottom: 0.2rem;
}
.wx-list img{
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
}
.name{
    width: 3.5rem;
    padding-left: 0.3rem;
    text-align: left;
}
.w-100{
    width: 100%;
}
.hj{
    flex: 0 0 1.7rem;
}
.info{
    padding: 0.3rem 0.4rem;margin-top: 1.2rem;
}
.mt-3{
    margin-top: 0.3rem;
}