.bg{
    height: 16.16rem;
    background: url('../img/qiandao/back.jpg'),no-repeat;
    background-size: 100%,100%;
    padding-top: 5.01rem;
}

.kuang{
    width: 12.01rem;
    height: 6.33rem;
    margin-left: 3.58rem;
    overflow: hidden;
    padding-left: 0.67rem;
    padding-right: 0.53rem;
}

.kuang .hb{
    float: left;
    width: 5.46rem;
    height: 100%;
    padding-top: 0.86rem;
}


.kuang .hblist{
    width: 100%;
    height: 2.59rem;
    overflow: hidden;
}

.kuang .hbtu{
    width: 0.87rem;
    float: left;
    height: 1.17rem;
    background: url('../img/qiandao/finish.png'),no-repeat;
    background-size: 100%,100%;
    margin-left: 0.27rem;
    position: relative;
}

.kuang .hbtu:nth-of-type(1),.kuang .hbtu:nth-of-type(6){
    margin-left: 0;
}

.kuang .hbtu:nth-of-type(n+6){
    margin-top: 0.25rem;
}


.kuang .hblist .hide{
    opacity: 0.4;
}

.kuang .hblist .hbtu >div:nth-of-type(1){
    font-size: 0.18rem;
    position: absolute;
    top: 0;
    text-align: center;
    width: 0.87rem;
    color: white;
}

.kuang .hblist .hbtu >div:nth-of-type(2){
    font-size: 12px;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 0.87rem;
    color: white;
}

.kuang .zp{
    width: 4.41rem;
    height: 4.41rem;
    /*background: url('../img/qiandao/pan.png'),no-repeat;*/
    /*background-size: 100%,100%;*/
    margin-top: 0.72rem;
    position: relative;
}


.kuang .zp img:nth-of-type(1){
    width: 4.41rem;
    height: 4.41rem;
}

.kuang .choujiang{
    width: 4.41rem;
    float: right;
    height: 100%;
}

.kuang .choujiang img:nth-of-type(2){
    width: 1.13rem;
    height: 1.35rem;
    position: absolute;
    top: 1.42rem;
    left: 1.64rem;
}

.kuang .choujiang .cishu{
    font-size: 0.16rem;
    line-height: 0.29rem;
    text-align: center;
    margin-top: 0.32rem;
}

.kuang .choujiang .cishu span{
    color: #fd6546;
}

.kuang .zhongjiang{
    width: 5.53rem;
    height: 2.4rem;
    background-color: #fd6546;
    border-radius: 0.1rem;
    margin-top: 0.23rem;
    padding-top: 0.16rem;
    padding-bottom: 0.23rem;
}

.kuang .zhongjiang h3{
    text-align: center;
    font-size: 0.2rem;
    color: #f7ff10;
    margin-bottom: 0.16rem;
    margin-top: 0;
}

.kuang .zhongjiang .bang{
    padding-left: 0.46rem;
    padding-right: 0.46rem;
    overflow: hidden;
    width: 100%;
    height: 1.66rem;
    /*margin-bottom: 0.23rem;*/
}

.kuang .zhongjiang .bang .zuo{
    float: left;
    width: 2.1rem;
    height: 1.6rem;
    font-size: 0.14rem;
    color: white;
    overflow: hidden;
    white-space:nowrap;
}

.kuang .zhongjiang .bang .you{
    float: right;
    width: 2.1rem;
    height: 1.6rem;
    font-size: 0.14rem;
    color: white;
    overflow: hidden;
    white-space:nowrap;
}

.kuang .zhongjiang .bang > div span{
    color: #f7ff10;
}

.guize {
    width: 12.01rem;
    height: 1.84rem;
    background-color: #cf482d;
    border-radius: 0.1rem;
    margin-top: 0.18rem;
    margin-left: 3.59rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.44rem;
    padding-left: 0.44rem;
}

.guize img{
    width: 1.31rem;
    height: 1.17rem;
}

.guize .info{
    width: 9.57rem;
    height: 100%;
    font-size: 0.16rem;
    color: #ffc088;
    display: flex;
    align-items: center;
}

/*#pan {*/
    /*transition: transform 5s ease-out;*/
    /*transform: rotate(330deg);*/
    /*-ms-transform: rotate(330deg);*/
   /*-moz-transform: rotate(330deg);*/
   /*-webkit-transform: rotate(330deg);*/
   /*-o-transform: rotate(330deg);*/
/*}*/

.success{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    display: none;
}

.success .bj{
    background: url('../img/qiandao/zu.png') no-repeat;
    background-size: 100% 100%;
    width: 5.61rem;
    height: 5.61rem;
    margin-top: 1.52rem;
    margin-left: calc(50vw - 2.805rem);
    position: relative;
    /*text-align: center;*/
}

.success .bj span{
    color: #ffffff;
    font-size: 0.42rem;
    position: absolute;
    top: 2.75rem;
    left: 1.5rem;
}

.success .anniu{
    width: 3.08rem;
    height: 0.71rem;
    background-image: linear-gradient(-90deg,
    #3250e8 0%,
    #944f7d 0%,
    #f64e12 0%,
    #ffbc34 100%),
    linear-gradient(
            #eff3f8,
            #eff3f8);
    background-blend-mode: normal,
    normal;
    box-shadow: 0px 7px 0px 0px
    #ff6200;
    border-radius: 0.35rem;
    margin-left: calc(50vw - 1.54rem);
    font-size: 0.26rem;
    color: #ffffff;
    line-height: 0.71rem;
    text-align: center;
}