* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: .26rem;
}
body,html{
    width: 100%;
    height: 100%;
}
.centent {
    position: relative;
    width: 100%;
    min-height: 100%;
    touch-action: none;
}

.head img{
    position: absolute;
    top: 45px ;
    left: 40px;
}
.wz{
    color: white;
    position: absolute;
    bottom: 2.8rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    text-shadow: 1px 1px 3px 3px #000;
}
.wz p{
    text-shadow: 1px 1px 1px #000;
}

.play{
    position: absolute;
    transform:scale(1) translateX(-50%);
    bottom: .8rem;
    left: 50%;
    animation: mymove 1.2s infinite;
    transform-origin: left;
}
@keyframes mymove
{
    0% {transform: scale(1) translateX(-50%);}
    50% {transform: scale(1.3) translateX(-50%);}
    100% {transform: scale(1) translateX(-50%);}
}

.bottom{
    text-align: center;
    color: #f1f1f1;
    position: absolute;
    bottom: .2rem;
    left: 0;
    right: 0;
    margin: auto;
    font-size: .2rem;
}

.index1_bg{

}

.question-aside{
    color: #fff;
    font-size: .28rem;
}

.progress-wrap{
    width: 100%;
    color: #f15b6c;
    margin-top: 9vh;
}

.progress-count h2{
    font-size: .4rem;
    color: #f15b6c;
    padding-bottom: 5px;
}

.container{
    width: 60px;
    height: 3px;
    background: #ffc13c;
    border-radius: .05rem;
}
.line-fill{
    width:0px;
    height: 3px;
    background: #f15b6c;
    border-radius: .05rem;
}

.container1{
    width: 60px;
    height: 3px;
    background: #ffc13c;
    border-radius: 5px;
}
.line-fill1{
    width: 20px;
    height: 3px;
    background: #f15b6c;
    border-radius: 5px;
}

.container2{
    width: 60px;
    height: 3px;
    background: #ffc13c;
    border-radius: 5px;
}
.line-fill2{
    width: 40px;
    height: 3px;
    background: #f15b6c;
    border-radius: 5px;
}

.container3{
    width: 50px;
    height: 3px;
    background: #ffc13c;
    border-radius: 5px;
}
.line-fill3{
    width: 40px;
    height: 3px;
    background: #f15b6c;
    border-radius: 5px;
}

.container4{
    width: 50px;
    height: 3px;
    background: #ffc13c;
    border-radius: 5px;
}
.line-fill4{
    width: 50px;
    height: 3px;
    background: #f15b6c;
    border-radius: 5px;
}

.question-wrap{
    margin-top: .3rem;
    margin-bottom: .2rem;
    font-size: .4rem;
}

.button{
    width: 35%;
    height: .8rem;
    border: solid #f15b6c 1px;
    color: #f15b6c;
    background: transparent;
    border-radius: .2rem;
    margin: .6rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn1{
    width: 15vh;
    height: 6vh;
    border: solid #f15b6c 1px;
    color: #f15b6c;
    background: transparent;
    border-radius: 15px;
}

.btn2{
    width: 15vh;
    height: 6vh;
    border: solid #f15b6c 1px;
    color: #f15b6c;
    background: transparent;
    border-radius: 15px;
    float: right;
}

.btn3{
    width: 82%;
    height: 6vh;
    border: solid #f15b6c 1px;
    color: #f15b6c;
    border-radius: 15px;
    margin: auto;
}

.option-list{
    width: 100%;
    overflow: hidden;
    padding: 0 70px;
}

.option-btn{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    overflow: hidden;
    margin-top: .5rem;
}

.a{
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin-bottom: .2rem;
    padding-left: .2rem;
    padding: 10px 20px;
    font-family: PingFangSC-Regular;
    font-size: .33rem;
    color: #f15b6c;
    font-weight: 400;
    border-radius: .2rem;
    margin-top: .4rem;
    border: #f15b6c solid .01rem;
}

.page{
    /*   background: yellow; */
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    /* padding: 50px 35px 20px; */

}
.page6 {
    background-color: #f3f4f6 !important;
}
.page0 {
    display: block;
}


.page7{
    position: relative;
}


.option-item-active {
    background-color: #f15b6c !important;
    color: #fff !important;
}

.login-wrap{

}

.loginBg {
    background: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
.login-content {
    width: 100%;
    background: white;
    position: relative;
    z-index: 1;
    padding: 0 .05rem .24rem .05rem;
}
.login-content-box {
    width: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.icon{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.icon img{
    width: 35px;
    height: 35px;
}

.login-title{
    width: 80%;
    margin:0 auto;
    color: #4a4a4a;
    font-size: .28rem;
    text-align: center;
    padding-top: .7rem;
}
.input-wrap{
    width: 80%;
    height: .85rem;
    margin:.2rem auto;
    position: relative;
    border: 1px #f15b6c solid;
    border-radius: .2rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: .3rem;
}

.input-yz{
    height: .5rem;
    border: none;
    padding: 0 .3rem;
    border-radius: .3rem;
    font-size: .24rem;
    display: flex;
    align-items: center;
    margin-right: .2rem;
}
.get-code-active {
    color: #fff1ed;
    background-color: #f15b6c;
}
.input-wrap input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}
.code-wrap input {
    width: 50%;
}

.login-btn{
    width:80%;
    height: .7rem;
    border-radius: .4rem;
    border: none;
    margin: .5rem auto .3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f15b6c;
}

.question{
    font-size: .36rem;
    color: #fff;
    margin:2.7rem auto 0;
    text-align: center;
    padding-top: 50px;
    font-weight: bold;
}


.db{
    width: 100%;
    margin-top: 10px;
    padding: 0 30px;
}

.question-tw{
    color: white;
    font-size: .36rem;
    margin-top: .4rem;
}
.question-nr{
    color: #fff;
    font-size: .26rem;
    line-height: .39rem;
    margin-top: .2rem;
}
.btnn{
    width: 82%;
    height: .9rem;
    font-size: .38rem;
    background: #f15b6c;
    color: #fff;
    border-radius: .2rem;
    margin: .7rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.terea {
    position: relative;
    border-radius: .1rem;
    margin-top: .1rem;
    border: solid 1px #f15b6c;
    width: 100%;
    height: 4rem;
}
#textnum{
    color: white;

}
#text {
    width: 100%;
    height: 80%;
    font-size: .28rem;
    line-height: .4rem;
    padding: .2rem;
    background: transparent;
    color: #fff;
    border: none;
    outline: none;
}
.textNumBox {
    position: absolute;
    bottom: .2rem;
    right: .2rem;
    font-size: .29rem;
    color: #fff;
}

.wrap-index{
    width: 80%;
    position: fixed;
    top:  50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 9px 11px 18px;
    background: white;
    display: none;
    border-radius: .2rem;
}
.wrap-index h2 {
    margin-bottom: .3rem;
}
.wrap-index h2 span {
    font-size: .26rem;
}
.wrap-index h2 .price{
    font-size: .5rem;
    margin-left: .06rem;
}
.on{
    width: 100%;
    text-align: right;
    height: .35rem;

}
.on span{
    float: right;
    font-size: .42rem;
}

.index-title{
    text-align: center;
    font-size: .36rem;
    margin: .4rem 0;
}

.indexBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.indexItem {
    width: 32%;
    float: left;
    text-align: center;
    padding: .26rem .29rem .45rem;
    border-radius: .15rem;
    font-size: .26rem;
    background: whitesmoke;
    min-height: 2.7rem;

}
.index-bottom{
    overflow: hidden;
    color: gray;
    font-size: .24rem;
    text-align: center;
    margin-top: .2rem;
}

.index-bottom b{
    color: aqua;
}

.payment{
    margin-top: .3rem;
    display: flex;
    justify-content: center;
}


.index-btn2{
    width: 2.6rem;
    height: .6rem;
    border: none;
    background: #f15b6c;
    border-radius: .3rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px .3rem 0px .17rem;
}
.index-btn2 img {
    width: .6rem;
    height: .6rem;
}
.index-css{
    background: #f15b6c;
    color:white;
}

.option-item{
    background: #f15b6c;
    color: white;
}

.page1{
    z-index:999;
}
.page2{
    z-index:4;
}
.page3{
    z-index:3;
}
.page4{
    z-index:2;
}
.page5{
    z-index:1;
}
.qu {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
    background: url('https://qinmiguanxi.oss-cn-shenzhen.aliyuncs.com/uplaod/image/20241206/a6ce5950199eeab1f20fa308798591fb.png') no-repeat;
    background-position: 0% 0%;
    background-size: cover;
    padding: 25px 40px;
}
textarea::-webkit-input-placeholder { color: #fff; }
.pay_top_bg {
    width: 100%;
    background: url('../img/image/pay.png') no-repeat;
    background-position: 0% 0%;
    background-size: 100% 100%;
    height: 176px;
    position: relative;
}
.pay_drwn {
    padding-top: 20px;
}
.pay_drwn_title {
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.pay_content {
    position: absolute;
    top: 70px;
    padding: 10px;
    width: 100%;
}
.pay_drwn_num {
    padding-top: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.pay_item_box {
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 8px;
}
.pay_item_box .pay_item_title {
    font-size: 14px;
    font-weight: bold;
}
.pay_item_box .pay_item_title::after {
    content: '*';
    color: red;
    font-size: 12px;
    padding-left: 4px;
}
.pay_item_input {
    border: 1px solid #e9e9ec;
    padding: 10px;
    border-radius: 5px;
    background-color: #f3f4f3;
    margin: 5px 0;
    width: 100%;
}
.code_input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e9e9ec;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #f3f4f3;
    margin: 5px 0;
    width: 100%;
}
.code_input input {
    border: none;
    padding: 10px 0;
    background-color: #f3f4f3;
    width: 60%;
}
.code_pay {
    color: #fff;
    padding: 5px 15px;
    border-radius: 6px;
    background-color: #fcbd71;
    border: none;
}
.pay_item_main {
    color: #999;
    font-size: 10px;
}
.pay_item_cover {
    width: 60px;
    height: 60px;
    margin-right: 8px;
    margin-top: 5px;
    background-color: #000;
    border-radius: 10px;
}
.flex {
    display: flex;
    align-items: center;
}
.flex-ju-sb {
    display: flex;
    justify-content: space-between;
    width: 80%;
}
.pay_item_main_title {
    color: #1a1a1a;
    font-size: 12px;
}
.pay_item_price {
    color: #1a1a1a;
    font-weight: bold;
    font-size: 16px;
}
.pay_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pay_icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.pay_flex_bottom {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page_main {
    padding: 10px 0;
    color: #a9a9a9;
    text-align: center;
}
.pay_flex_bottom_price {
    color: #fd5409;
    font-weight: bold;
    font-size: 40px;
}
.pay_flex_bottom_price::before {
    content: '￥';
    font-size: 20px;
    color: #fd5409;
}
.pay_flex_bottom_btn {
    border-radius: 200px;
    color: #fff;
    background-color: #fd5409;
    padding: 10px 20px;
    font-size: 20px;
}
.radio {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #a9a9a9;
    width: 20px;
    height: 20px;
}
.radio_active {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgb(41, 121, 255);
    background-color: rgb(41, 121, 255);
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 20px;
    overflow: hidden;
}