*{margin: 0;padding: 0}
body, button, input, keygen, legend, select, textarea {
    font-family: "yahei", sans-serif;
    outline: 0;
    color: rgba(0, 0, 0, 0.6);
}
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%;
    background: #074fc9;
}
.step1{
    position: relative;
}
.btn-star{
    position: absolute;
    width: 3.4rem;
    left: 50%;
    margin-left: -1.7rem;
    top: 11.2rem;
    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.2rem;
    width: 5.6rem;
    left: 50%;
    margin-left: -2.8rem;
    /* font-size: 0.29rem; */
    color: #333;
    /* 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{
    border: 1px solid #eee;
    line-height: 0.45rem;
    font-size: 0.28rem;
    margin-top: 0.2rem;
    padding: 0.2rem;
}


.answer .an.on {
    background:#6c93e8;
    color: #fff;
}

.next{
    width: 3.8rem;
    /* margin: 3.3rem auto 0; */
    position: absolute;
    bottom: 0.3rem;
    left: 50%;
    margin-left: -1.9rem;
}
.da-tit{
    position: absolute;
    top: 5%;
    height: auto;
    width: 90%;
    left: 5%;
}
.hide {
    /*display: none;*/
    opacity: 0;
}


.del{
    position: absolute;
    right: -0.2rem;
    top: -1rem;
    width: 0.4rem;
    margin-left: -0.4rem;
    z-index: 1;
}
.guize{
    background: url(../image/guize2.png);
    background-size: 100%;
}
.guize.on{
    background: url(../image/guize1.png);
    background-size: 100%;
}
.jilu{
    background: url(../image/jilu1.png);
    background-size: 100%;
}
.jilu.on{
    background: url(../image/jilu2.png);
    background-size: 100%;
}
.lowin {
    text-align: center;
    font-size: 0.28rem;
    width: 80%;
    position: fixed;
    z-index: 1;
    background: #fff;
    padding: 0.4rem;
    /* border-radius: 0.2rem; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-table;
    border: 0.2rem solid #6c93e8;
    min-height: 9.1rem;
}

.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.2rem;
}
.bottom-span span{
    width: 0.1rem;
    height: 0.1rem;
    display: inline-block;
    background: #0645b9;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.1rem;
}
.bottom p{
    line-height: 0.5rem;
    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.6);
}
.lowin-box-inner .top{
    display: flex;
    border-bottom: 1px solid #333;
    padding: 0 0.2rem 0.1rem;
}
.top li{
    flex: 1;
    height: 0.7rem;
}

.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: 7rem;
    overflow-y: scroll;
}
.bottom .title{
    font-size: 0.3rem;
    color: #6c93e8;
    font-weight: bold;
    text-align: left;
    margin: 0.2rem 0 0.1rem;
}
.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.8rem;
    top: 0.7rem;
    width: 1rem;
    height: 1rem;
}
.b-tit{
    display: flex;
    justify-content: space-between;
    color: #6c93e8;
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
    font-weight: bold;
}
.b-con{
    display: flex;
    justify-content: space-between;
    line-height: 0.55rem;
    color: #333;
}
.chengji{
    position: absolute;
    top: 6rem;
    width: 5.6rem;
    left: 50%;
    margin-left: -2.8rem;
    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: #6c93e8;
    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;
}
.btn-hg{
    position: absolute;
    top: 9rem;
    display: flex;
    /* padding: 0.6rem; */
    width: 5.6rem;
    left: 50%;
    margin-left: -2.8rem;
    text-align: center;
    justify-content: space-between;
}
.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: 6rem;
    left: 1.3rem;}
canvas.item{
    width: 4.3rem;
    height: 4.3rem;
    position: absolute;
    z-index: 0;
    top: 6.26rem;
    left: 1.6rem;}
img.pointer{
    position: absolute;
    width: 1.6rem;
    top: 7.3rem;
    z-index: 2;
    height: auto;
    left: 50%;
    margin-left: -0.8rem;}
.tishi,.tishi2{
    position: absolute;
    top: 40%;
    z-index: 1111;
    width: 4.4rem;
    left: 50%;
    margin-left: -2.2rem;
}
.daan{
    width: 90%;
    display: block;
    text-align: left;
    height: 7rem;
    padding: 0.3rem;
}
.daan .lowin-wrapper .lowin-box-inner{
    height: 7rem;
    overflow: scroll;
}
.txt{
    text-align: center;
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
}
.daan-li{
    margin: 0.3rem 0;
    line-height: 0.4rem;
}
.wen{
    color: #333;
    text-align: justify;
}
.da{
    margin-left: 0.4rem;
    color: #6c93e8;
    margin-top: 0.1rem;
}

.dthg{
    display: inline-block;
    width: 2.7rem;
}
.hongbao{
    width: 6rem;
    display: block;
    height: 6rem;
    background: none;
    padding: 0;
}
.hongbao p{
    position: absolute;
    top: 3.4rem;
    text-align: center;
    width: 100%
}
.hongbao span{
    color: #eb3739;
    font-size: 0.3rem;
    font-weight: bold;
}
.anniu{
    position: absolute;
    bottom: 0.6rem;
    width: 2.2rem;
    left: 50%;
    margin-left: -1.1rem;
}
.fhsy{
    width: 2.6rem;
    display: inline-block;
    position: absolute;
    top: 11.5rem;
    left: 50%;
    margin-left: -1.3rem;
}
.alert,.alert-da,.alert-9,.alert-no,.alert-zs,.alert-ns,.alert-zy,.alert-jh{
    position: fixed;
    width: 6.6rem;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 0.6rem;
    text-align: center;
    border-radius: .2rem;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    border: 0.2rem solid #6c93e8;
}
.alert-zs,.alert-ns,.alert-zy{
    padding: 0.2rem;background: none;
}
.alert-da{
    padding: 0.4rem;
}
.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{
    width: 3.5rem;
    margin: 0.3rem auto;
}
.text{
    margin-top: .4rem;
    font-size: .25rem;
    color: #0ba5f7;
}
.con-tit{
    font-weight: bold;
    font-size: 0.3rem;
    color: #6c93e8;
    margin-bottom: 0.2rem;
}
.daan-tit{
    width: 100%;
    /* height: 3rem; */
    border-bottom: 1px solid #333;
    padding-bottom: 0.2rem;
}
.daan-tit img{
    width: 45%;
    margin: 0 auto;
}