body{
    background: #f2eef6;
}
div{
    box-sizing: border-box;
}
.p9 .swiper-container{
    z-index: 3;
}
.title{
    text-align: center;
    font-size: 0.4rem;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #333333;
    line-height: .5rem;
    padding-bottom: .33rem;
    box-sizing: content-box;
    background: url('../img/title_bg.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 1.03rem 0.07rem;
}
.title_white{
    text-align: center;
    font-size: 0.4rem;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .5rem;
    padding-bottom: .33rem;
    box-sizing: content-box;
    background: url('../img/title_bg2.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 1.03rem 0.07rem;   
}
.btn{
    width: 3.97rem;
    height: 0.88rem;
    background: linear-gradient(90deg, #FF6243 0%, #FF995B 100%);
    border-radius: 0.44rem;
    font-size: 0.3rem;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: .88rem;
    margin: auto;
}
/* p1 */
.p1{
    width: 100%;
    height: 12rem;
    background: url('../img/p1.png');
    background-size: contain;
    margin-bottom: .49rem;
}
/* p2 */
.p2_box{
    width: 7.1rem;
    margin: .46rem auto 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-row-gap: .52rem;
    grid-column-gap: .3rem;
}
.p2_box_item{
    width: 3.4rem;
    height: 3.1rem;
    padding: .36rem 0 .32rem ;
    border-radius: 0.2rem; 
}
.p2_box_item:nth-child(1){
    background: linear-gradient(90deg, #FF6243 0%, #FF995B 100%);
}
.p2_box_item:nth-child(2){
    background: linear-gradient(90deg, #05C1B6 0%, #74D9D1 98%);
}
.p2_box_item:nth-child(3){
    background: linear-gradient(90deg, #2762FF 0%, #6790FD 100%);
}
.p2_box_item:nth-child(4){
    background: linear-gradient(90deg, #7219FE 0%, #A66EFF 100%);
}
.p2_box_item1{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.36rem;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #FFFFFF;
    height: .36rem;
}
.p2_box_item2{
    width: 0.4rem;
    height: 0.02rem;
    background: #FFFFFF;
    border-radius: 0rem;
    margin: .26rem auto .19rem;
}
.p2_box_item3{
    width: 1.9rem;
    display: block;
    margin: auto;
}
/* p3 */
.p3{
    margin-top: .69rem;
    margin-bottom: .5rem;
}
.p3_box{
    width: 7.1rem;
    margin: .44rem auto 0;
}
.p3_box1{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-bottom: .25rem;
    position: relative;
}
.p3_item1{
    width: 2.2rem;
    height: 3.05rem;
    border-radius: 0.2rem;
    background: red;
    position: relative;
}
.p3_c1{
    box-sizing: content-box;
    padding-top: 1.2rem;
    padding-bottom: .13rem;
    height: 0.26rem;
    line-height: .28rem;
    font-size: 0.28rem;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
.p3_c2{
    font-size: 0.24rem;
    text-align: center;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #FFFFFF;
    line-height: .3rem;
}
.p3_c3{
    width: 2.2rem;
    height: 0.76rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0rem 0rem rgba(105, 20, 253, 0.15);
    border-radius: 0.2rem;
    position: absolute;
    left: 0;
    bottom: 0;

    font-size: 0.3rem;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: .76rem;
}
.p3_item1:nth-child(1){
    background: url('../img/p3_1.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.p3_item1:nth-child(2){
    background: url('../img/p3_2.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.p3_item1:nth-child(3){
    background: url('../img/p3_3.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.p3_box2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: .24rem;
}
.p3_item2{
    width: 3.43rem;
    height: 3.03rem;
    border-radius: 0.2rem;
    position: relative;
}
.p3_item2:nth-child(1){
    background: url('../img/p3_4.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.p3_item2:nth-child(2){
    background: url('../img/p3_5.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.p3_c4{
    height: 0.26rem;
    font-size: 0.28rem;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .26rem;
    padding-top: 1.45rem;
    text-align: center;
    box-sizing: content-box;
}
.p3_c5{
    height: 0.23rem;
    font-size: 0.24rem;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #FFFFFF;
    line-height: .23rem;
    box-sizing: content-box;
    padding-top: .13rem;
    text-align: center;
}
.p3_c6{
    width: 3.43rem;
    height: 0.76rem;
    background: #FFFFFF;
    box-shadow: 0.38rem rgba(105, 20, 253, 0.15);
    border-radius: 0.2rem;
    position: absolute;
    bottom: 0;
    left: 0px;
    text-align: center;
    line-height: .76rem;

    font-size: 0.3rem;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #333333;
}
.p4{
    padding-top: .67rem;
    margin-top: .88rem ;
    margin-bottom: .7rem;
    background: url('../img/p4_bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain
}
.p4_box{
    width: 7.1rem;
    margin: .44rem auto 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: .3rem;
    grid-row-gap: .28rem;
}
.p4_item{
    width: 3.4rem;
    height: 4rem;
    border-radius: 0.2rem;
}
.p4_item:nth-child(1){
    background: url('../img/bj1.png');
    background-size: contain;
}
.p4_item:nth-child(2){
    background: url('../img/bj2.png');
    background-size: contain;
}
.p4_item:nth-child(3){
    background: url('../img/bj3.png');
    background-size: contain;
}
.p4_item:nth-child(4){
    background: url('../img/bj4.png');
    background-size: contain;
}
.p4_box1{
    width: 2.83rem;
    height: 0.57rem;
    background: #FFFFFF;
    border-radius: 0.28rem;
    margin: 2.26rem auto .18rem;

    line-height: .57rem;
    font-size: 0.3rem;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.p4_box2{
    text-align: center;
    height: 0.33rem;
    line-height: .33rem;
    font-size: 0.46rem;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #FFFFFF;   
}
.p4_box3{
    height: 0.24rem;
    line-height: .24rem;
    text-align: center;
    font-size: 0.25rem;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: .16rem;
}
/* p5 */
.p5{
    margin-bottom: .7rem;
}
.p5_box{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: .22rem;
    grid-row-gap: .22rem;
    width: 7.1rem;
    margin: .5rem auto 0;
}
.p5_item{
    width: 2.22rem;
    height: 2.22rem;
    background: #FFFFFF;
    border-radius: 0.2rem;  
    display: flex; 
    justify-content: center;
    align-items: center;
}
.p5_img{
    width: 1.07rem;
}
/* p6 */
.p6_box{
    width: 7.5rem;
    height: 8.3rem;
    margin-top: .53rem;
    margin-bottom: .26rem;
    background: url('../img/p6_bg.png');
    background-size: contain;
}
.p7{
    margin-top: .67rem;
    margin-bottom: .7rem;
    width: 7.5rem;
    background: url('../img/p7_bg.png');
    padding-top: .69rem;
    box-sizing: content-box;
    background-repeat: no-repeat;
    background-size: contain;
}
.p7_box{
    margin-top: .45rem;
}
.p7_s{
    width: 7.1rem;
    display: block;
    margin: auto;
}
.p7 .pagination{
    margin: .42rem auto 0;
    align-items: center;
    width: .41rem;
    display: flex;
    justify-content: space-between;
}
.pagination .swiper-active-switch{
    width: 0.12rem;
    height: 0.12rem;
    background: #7E7E7E !important;
    border-radius: 50%;
}
.pagination .swiper-pagination-switch{
    width: 0.12rem;
    height: 0.12rem;
    background: #D3D3D3;
    border-radius: 50%;
    display: inline-block;
}

/* p8 */
.p8{
    margin-bottom: .25rem;
}
.p8_box{
    width: 7.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: .45rem auto 0;
}
.p8_item{
    width: 7.07rem;
    /* height: 2.1rem; */
    background: #FFFFFF;
    border-radius: 0.2rem;
    padding:  .15rem .17rem;
    display: flex;
    position: relative;
    margin-bottom: .2rem;
}
.p8_img1{
    width: 1.64rem;
    /* height: 1.58rem; */
    z-index: 2;
}
.p8_c{
    flex-grow: 1;
}
.p8_c2{
    width: 2.48rem;
    /* padding-right: .37rem; */
    /* display: inline-block; */
    height: 0.47rem;
    background: linear-gradient(90deg, #7219FE 0%, #A66EFF 100%);
    border-radius: .1rem;
    position: relative;
    left: -.3rem;
    padding-left: .56rem;
    line-height: .47rem;
    font-size: 0.3rem;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #FFFFFF;
}
.p8_c2::after{
    display: block;
    content: '';
    width: 0.47rem;
    height: 0.26rem;
    position: absolute;
    right: -.59rem;
    bottom: 0.09rem;
    background: url('../img/p8_2.png');
    background-size: contain;
}
.p8_btn{
    width: 1.35rem;
    height: 0.41rem;
    border: 0.02rem solid #FB6F14;
    border-radius: 0.1rem;
    position: absolute;
    right: .21rem;
    top: .19rem;

    font-size: 0.24rem;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #FF6243;
    line-height: 0.41rem;
    text-align: center;
}
.p8_c3{
    padding-left: .23rem;
    padding-top: .25rem;
    padding-right: .23rem;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: .1rem;
    grid-row-gap: .11rem;
    line-height: .25rem;
    position: relative;
}
.p8_c3_item{
    padding-left: .3rem;
    height: 0.25rem;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}
.p8_c3_item::before{
    content: '';
    display: block;
    position: absolute;
    width: 0.18rem;
    height: 0.18rem;
    background: url('../img/p8_3.png');
    background-size: contain;
    left: 0;
    top: 0.03rem;
}
/* p9 */
.p9{
    margin-top: .81rem;
    margin-bottom: -.44rem;
    position: relative;
}
.p9_box{
    margin-top: .45rem;
    z-index: 3;
    position: relative;
    padding-bottom: 1.08rem;
}
.p9_box_item{
    width: 4rem;
    height: 5.15rem;
    border-radius: 0.2rem;
    position: relative;
    margin: auto;
}
.p9_box_item1{
    background: url('../img/p9_1.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.p9_box_item2{
    background: url('../img/p9_2.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.p9_box_item3{
    background: url('../img/p9_3.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.p9_box_item4{
    background: url('../img/p9_4.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.p9_box_item5{
    background: url('../img/p9_5.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.p9_box_item6{
    background: url('../img/p9_6.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.p9_box_item7{
    background: url('../img/p9_7.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.p9_box_item8{
    background: url('../img/p9_8.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.p9 .swiper-slide{
    width: 4.6rem;
}
.p9_c{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4rem;
    height: 2.22rem;
    background: #FFFFFF;
    border-radius: 0.2rem;
    padding: .22rem .26rem 0;
}
.p9_title{
    border-bottom: .02rem solid #EEEEEE;
    padding-bottom: .12rem;
    padding: 0 .12rem .12rem;
    display: flex;
    align-items:flex-end;
    justify-content: space-between;
    position: relative;
}
.p9_title_left{
    height: 0.37rem;
    line-height: .37rem;
    font-size: 0.4rem;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #333333;
}
.p9_title_right{
    /* height: 0.23rem; */
    text-align: center;
    font-size: 0.24rem;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #666666;
    line-height: .26rem;
}
.p9_purple{
    width: 0.59rem;
    height: 0.03rem;
    background: #6914FD;
    position: absolute;
    left: 0;
    bottom: 0;
}
.p9_text{
    width: 3.44rem;
    height: 1.01rem;
    font-size: 0.26rem;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #999999;
    line-height: 0.38rem; 
    padding-top: .17rem;  
    word-break: break-all;
}
.p9_btn{
    font-size: 0.2rem;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #FF6243;
    position: absolute;
    right: .34rem;
    bottom: .26rem;
    line-height: .2rem;
}
.pagination1{
    margin: .42rem auto 0;
    text-align: center;
}
.pagination1 .swiper-active-switch{
    width: 0.12rem;
    height: 0.12rem;
    background: #7E7E7E !important;
    border-radius: 50%;
}
.pagination1 .swiper-pagination-switch{
    width: 0.12rem;
    height: 0.12rem;
    background: #D3D3D3;
    border-radius: 50%;
    display: inline-block;
    margin: 0 .06rem;
}
.p9_bg{
    width: 7.5rem;
    height: 4.12rem;
    background: #6914FD;
    position: absolute;
    z-index: 1;
    bottom: 0;
}
.p9_bg_red{
    width: 3.02rem;
    height: 2.84rem;
    background: #FF6243;
    position: absolute;
    top: -1.03rem;
    right: 0;
}
/* p10 */
.p10{
    margin-top: .91rem;
}
.p10_box{
  margin-top: .45rem;  
  position: relative;
}
.p10_img1{
    width: 5.8rem;
    height: 4.03rem;
    display: block;
    margin: auto;
}
.swiper-prev{
    width: 0.6rem;
    height: 0.6rem;
    background: url('../img/p10_l.png');
    background-size: contain;
    position: absolute;
    left: .56rem;
    top: 1.93rem;
    z-index: 3;
}
.swiper-next{
    width: 0.6rem;
    height: 0.6rem;
    background: url('../img/p10_r.png');
    background-size: contain;
    position: absolute;
    right: .56rem;
    top: 1.93rem;
    z-index: 3;
}
.p11{
    margin-top: .7rem;
    margin-bottom: .4rem;
}
.p11_box{
    margin: .45rem auto 0;
    width: 7.1rem;
    display: flex;
    flex-direction: column;
;
}
.p11_item{
    width: 7.1rem;
    height: 1.64rem;
    background: #FFFFFF;
    border-radius: 1rem;
    margin-bottom: .18rem;
    padding: .29rem .18rem;
    display: flex;
    align-items: center;
}
.p11_item:nth-child(1){
    border: 1px solid #FE7216;
}
.p11_item:nth-child(2){
    border: 1px solid #18D7CC;
}
.p11_item:nth-child(3){
    border: 1px solid #2762FF;
}
.p11_item:nth-child(4){
    border: 1px solid #18D7CC;
}
.p11_item:nth-child(5){
    border: 1px solid #FE7216;
}
.p11_img{
    width: 0.9rem;
    height: 0.9rem;
}
.p11_content{
    margin-left: .12rem;
}
.p11_title{
    height: 0.29rem;
    font-size: 0.3rem;
    font-family: AlibabaPuHuiTi;
    font-weight: bold;
    color: #333333;
    line-height: .29rem;
}
.p11_text{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: .21rem;
    grid-row-gap: .15rem;
    margin-top: .19rem;
}
.p11_text2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: .21rem;
    grid-row-gap: .15rem;
    margin-top: .19rem;
}
.p11_text_i{
    display: flex;
    /* justify-content: space-between; */
    align-items: center;

}
.p11_text_img{
    width: 0.08rem;
    height: 0.08rem;
}
.p11_text_in{
    height: 0.25rem;
    font-size: 0.26rem;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #666666;
    line-height: 0.25rem;
    margin-left: 0.04rem;
    white-space: nowrap;
}
/* p12 */
.p12{
    width: 7.5rem;
    height: 1.65rem;
    background: #FFFFFF;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 0.33rem;
    padding: .43rem .63rem;
    text-align: center;
    margin-top: .59rem;
}