*{margin: 0;padding: 0}
body, button, input, keygen, legend, select, textarea {
    font-family: "yahei", sans-serif;
    outline: 0;
    color: #333;
}
html,body {
    font-size: 0.28rem;
    overflow-x: hidden;
    position: relative;
    height: 100%;
}

textarea {
    resize: none
}

iframe, img {
    border: 0
}

iframe {
    max-width: 100%
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

input, select, textarea {
    outline: 0;
    -webkit-user-modify: read-write-plaintext-only
}
input::-webkit-input-placeholder {
    color: #ccc;
}

input {
    -webkit-appearance: none
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0
}

button:focus {
    outline: none
}

button, input {
    background: none;
    border: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    outline: none
}

a {
    color: rgba(0, 0, 0, 0.6);
}

img {
    width: 100%;
    height: 100%;
    display: block;
}

em, i {
    font-style: normal
}


p {
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    margin: 0
}

*, :after, :before {
    box-sizing: border-box
}
.clearfix {
    *zoom: 1;
}
input{

}
.clearfix:after, .clearfix:before {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.pb-02{
    padding-bottom: 0.2rem;
}
.wrapper {
    width: 7.5rem;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.step1{
    position: relative;
}
.btn-star{
    position: absolute;
    width: 4rem;
    left: 50%;
    margin-left: -2rem;
    top: 6rem;
    animation: rubberBand 1s infinite linear;
    transform: translateZ(0);
}
.tit{
    position: absolute;
    top: 3.2rem;
    width: 100%;
    text-align: center;
    font-size: 0.35rem;
    color: #3f8680;
    font-weight: bold;
}
.con{
    position: absolute;
    top: 3.5rem;
    width: 5.6rem;
    left: 50%;
    margin-left: -2.8rem;
    font-size: 0.29rem;
    color: #333;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 0.45rem;
}
.question{
    display: flex;
    text-align: justify;
}
.answer{
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 0.3rem;
}
.answer .an{
    /* flex: 1; */
    font-size: 0.29rem;
    margin-top: 0.2rem;
    display: flex;

    font-weight: normal;
}

.answer .an span{
    height: 0.3rem;
    border: 1px solid #2292bc;
    display: inline-block;
    border-radius: 50%;
    /* background: #dcdddd; */
    vertical-align: text-bottom;
    margin-right: 0.2rem;
    flex: 0 0 0.3rem;
    margin-top: 0.08rem;
}
.answer .an.on span{
    background:  #2290bb;
}
.answer .an.on{
    color: #2290bb;
}
.next{
    width:3.7rem;
    margin:0.5rem auto 0;
}
.da-tit{
    position: absolute;
    top: 2rem;
    height: auto;
    width: 7.5rem;
}
.hide {
    /*display: none;*/
    opacity: 0;
}



.lowin {
    --color-semidark: rgb(101, 160, 156);
    text-align: center;
    font-size: 0.28rem;
    width: 80%;
    position: fixed;
    z-index: 1;
    background: #fff;
    padding:0.5rem;
    border-radius: 0.2rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-table;
}

.lowin .lowin-wrapper {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    position: relative;
    height: 100%;
    margin: 0 auto;
}
.bottom{
    margin-top: 0.3rem;
}
.bottom p{
    line-height: 0.55rem;
    text-align: justify;
    color: #333;

}
.bottom p.red{
    color: #a00000;
}
.lowin .lowin-box-inner .lowin-group {
    margin-bottom: 30px;
}
.lowin .lowin-box-inner label {
    margin-bottom: 0.2rem;
    display: inline-block;
    width: 100%;
    color: rgba(63, 134, 128, 0.65);
    font-weight: 700;
    text-align: left;
    font-size: 15px;
}
.lowin .lowin-input {
    background-color: rgba(63, 134, 128, 0.05);
    color: rgba(63, 134, 128, 0.8);
    border: none;
    border-radius: 3px;
    padding:0.2rem 0.25rem;
    width: 100%;
    outline: 0;
}
.lowin .lowin-btn,.close {
    display: inline-block;
    width: 50%;
    border: none;
    color: #fff;
    padding: 0.15rem;
    background-color: #3f8680;
    -webkit-box-shadow: 0 2px 7px rgba(63, 134, 128, 0.38);
    box-shadow: 0 2px 7px rgba(63, 134, 128, 0.65);
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 30px;
    font-size: 0.3rem;
}
.overly{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top:0;
    background: rgba(0,0,0,0.8);
}
.lowin-box-inner .top{
    display: flex;
    border-bottom: 1px solid #0d89d4;
    padding-bottom: 0.2rem;
}
.top li{
    flex: 1;
    border: 1px solid #0e62b2;
    color: #0e62b2;
    padding: 0.15rem 0;
    font-size: 0.29rem;
    border-radius: 0.2rem;
}
.top li.on{
    background: #0e62b2;
    color: #fff;
    padding: 0.15rem 0;
    font-size: 0.29rem;
    border-radius: 0.2rem;
}
.top li:first-child{
    margin-right: 0.5rem;
}
.pm .lowin{
    padding: 0.3rem;
}
.bottom ul{
    display: flex;
    margin: 0.2rem 0;
    border-bottom: 1px dashed #eee;
    padding-bottom: 0.2rem;
}
.bottom{
    max-height: 10rem;
    overflow-y: scroll;
}
.bottom ul li{
    flex: 1;
    line-height: 0.5rem;
    text-align: center;
}
.tx img{
    width: 0.5rem;height: 0.5rem;border-radius: 50%;margin: 0 auto;
}
.bottom ul li:first-child{
    font-weight: bold;
    font-size: 0.3rem;
}
.name{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.btn-pm{
    position: fixed;
    right: 0.4rem;
    top: 0.4rem;
    width: 1rem;
    padding: 0.15rem;
    height: 1rem;
    background: #ecd32f;
    border-radius: 50%;
    letter-spacing: 1px;
    text-align: center;
    color: #080346;
    font-size: 0.26rem;
    animation: heartBeat 1s infinite linear;
}
.b-tit{
    display: flex;
    justify-content: space-between;
    color: #0d89d4;
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
}
.b-con{
    display: flex;
    justify-content: space-between;
    line-height: 0.55rem;
    color: #333;
}
.chengji{
    position: absolute;
    top: 2rem;
    width: 6.2rem;
    left: 50%;
    margin-left: -3.1rem;
    background: #fff;
    text-align: center;
    padding: 0.3rem 0;
    border-radius: 0.2rem;
    border: 1px solid #2281b5;

}
.chengji .num{
    display: flex;
    justify-content: space-between;
    font-size: 0.35rem;
    font-weight: bold;
    color: #2292bc;
    margin-bottom: 0.2rem;
}
.chengji .num span{
    flex: 1;
}
.c-tit{
    display: flex;
    justify-content: space-between;
}
.c-tit span{
    flex: 1;
}
.fail{
    position: absolute;
    top: 0;
    left: 0;
    width: 6.2rem;
    top: 4rem;
    left: 50%;
    margin-left: -3.1rem;
}
.back{
    width: 0.8rem;
    position: fixed;
    right: 0;
    bottom: 3rem;
}
.bg{   display: block;
    width: 4.88rem;
    height: 4.88rem;
    z-index: 1;
    position: absolute;
    top: 4rem;
    left: 1.3rem;}
canvas.item{
    width: 4.55rem;
    height: 4.55rem;
    position: absolute;
    z-index: 0;
    top: 4.18rem;
    left: 1.46rem;}
img.pointer{
    position: absolute;
    width: 1.6rem;
    top: 5.42rem;
    z-index: 2;
    height: auto;
    left: 50%;
    margin-left: -0.8rem;}
.tishi{
    position: absolute;
    z-index: 1111;
    width: 5rem;
    top: 5.5rem;
    left: 50%;
    margin-left: -2.5rem;
}
.daan{
    width: 90%;
    display: block;
    text-align: left;
    height: 7rem;
    padding: 0.3rem;
    border-radius: 0.5rem;
}
.daan .lowin-wrapper{
    border: 1px dashed #2286b8;
    border-radius: 0.5rem;
    padding: 0.3rem;
    height: 6rem;
    overflow: scroll;
}
.txt{
    text-align: center;
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
}
.daan-li{
    margin: 0.2rem 0;
    line-height: 0.5rem;
}
.wen{
    color: #333;
    text-align: justify;
}
.da{
    margin-left: 0.4rem;
}
.dthg{
    position: absolute;
    width: 2.6rem;
    top: 7rem;
    left: 50%;
    margin-left: -1.3rem;
}
.alert{
    position: fixed;
    width: 6.6rem;
    top: 50%;
    margin-top: -2.5rem;
    left: 50%;
    margin-left: -3.3rem;
    background: #fff;
    padding: 0.7rem;
    text-align: center;
    border-radius: .2rem;
    z-index: 1;
}
.lowin-input{
    height: 0.8rem;
    line-height: .8rem;
    background: #f1f1f1;
    text-align: center;
    margin-bottom: .3rem;
    border-radius: .1rem;
}
.lowin-input input{
    width: 100%;
    text-align: center;
    font-size: .28rem;
}
.tijiao{
    background: #0ba5f7;
    height: .8rem;
    line-height: .8rem;
    border-radius: 1rem;
    font-size: .3rem;
    color: #fff;
}
.text{
    margin-top: .4rem;
    font-size: .25rem;
    color: #0ba5f7;
}
.delete{
    position: fixed;
    width: .5rem;
    right: .3rem;
    top: 3.4rem;
    z-index: 1;
}
.step3{
    display: none;
    position: fixed;
    width: 2.6rem;
    top: 4.2rem;
    left: 50%;
    margin-left: -1.3rem;
    z-index: 11;
}
.alert1,.alert2{
    width: 7.5rem;
    height: 100%;
    background: #fff;
    position: fixed;
    top:0;
    left: 0;
    z-index: 11;
    font-size: 0.28rem;
}

.tit1{
    padding: 0.4rem .3rem .3rem;
    display: flex;
    position: fixed;
    background: #fff;
    width: 7.5rem;
}
.tit1 .bt1{
    flex: 0 0 3rem;
    font-size: .3rem;
    text-align: center;
    border-right: 1px solid #d6d6d6;
    position: relative;
}
.alert2 .tit1 .bt1{
    flex: 0 0 6rem;
}
.tit1 .bt1.on{
    font-weight: bold;
}
.bt1 p {
    height: 4px;
    width: 1rem;
    background: #0ba5f7;
    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.6rem;
    position: absolute;
    top: -0.1rem;
    left: 0.3rem;
    height: auto;
}
.rules{
    padding: 0.3rem 0.5rem;

}
.left{
    display: inline-block;
    background: #0ba5f7;
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 0.2rem;
    color: #fff;
}
.right{
    line-height: 0.5rem;
    margin-top: .2rem;
}
.blod{
    font-weight: bold;
}
.green{
    color:  #0ba5f7;
}
.code{
    width: 2.5rem;
    margin: 0 auto;
}
.code img{
    width: 100%;
}
.list p.center{
    text-align: center;
    font-size: 0.3rem;
    margin-top: 0.2rem;
}
.list p{
    text-align: justify;
    line-height: 0.5rem;
}
.info{
    margin-top: 1rem;
}
.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.1rem;
    padding-left: 0.3rem;
    text-align: left;
}
.w-100{
    width: 100%;
}
.hj{
    flex: 0 0 3rem;
    text-align: right;
}

.zjjl{
    flex: 0 0 3rem;
    background: #0ba5f7;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 1rem;
    font-size: 0.34rem;
}
.fhsy{
    flex: 0 0 3rem;
    background: #0ba5f7;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 1rem;
    font-size: 0.34rem;
}
.btn-anniu{
    display: flex;
    position: absolute;
    top: 9.5rem;
    /* width: 3.6rem; */
    left: 50%;
    margin-left: -3.3rem;
    text-align: center;
    width: 6.6rem;
    justify-content: space-between;
}