html,body{
    width:100%;
    margin:0;
    padding:0;
}

html{
    height: 100%; 
    overflow: auto;
    
}
body{
    display: block;
    min-height: 100%;
    width: 3.75rem;
    height: auto;
   
}
p{
    margin:0;
    padding:0;
}
.container{
   
    display: block;
    min-height: 100%;
    width: 100%;
    height: auto;
    position: relative;
    font-size: .18rem;
    /* position: absolute;
    top:0;
    left:0; */
}
.container_header{
    width: 100%;
    height: .54rem;
    background:rgba(18,12,86,1);
    display: none;
   
}
.container_header_left{
    width: 50%;
    height: .54rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background:rgba(18,12,86,1);
   
}
.container_header_img{
    width: .2rem;
    height: .2rem;
    margin-left: .1rem;
    margin-right: .04rem;
}
.container_header_txt{
    font-size: 0.18rem;
    color:rgba(255,255,255,1);
}
.container_header_img img{
    width:100%;
    display: block;
}
.page_img_1{
    width:100%;
    height: 6.8rem;
}
.page_img_2{
    width:100%;
    height: 5.76rem;
}
.page_img_3{
    width:100%;
    height: 4.99rem;
}
.page_img_4{
    width:100%;
    height: 4.53rem;
}
.page_img_5{
    width:100%;
    height:6.21rem;
}
.page_img_6{
    width:100%;
    height:4.34rem;
}
.page_img_7{
    width:100%;
    height:5.05rem;
}
.page_img_8{
    width:100%;
    height:6.39rem;
}
.page_img_9{
    width:100%;
    height:6.4rem;
}
.page_img_10{
    width:100%;
    height:5.05rem;
}
.page_img_11{
    width:100%;
    height:5rem;
}
img{
    width:100%;
    height: 100%;
    display: block;
    object-fit: cover;
    pointer-events:none;
}
.page_img_20{
    position: fixed;
    right: 0;
    bottom: .96rem;
    width: 1.13rem;
    height: .7rem;
}
.page_img_20 img{
    width: 100%;
    display: block;
}
.page13{
    color:rgba(255,255,255,1);
    width:100%;
    /* height: 4rem; */
    /* height:7.95rem; */
    /* height: 5.94rem; */
    height: 9.19rem;
    background: url('../image/bg.png');
    background-size:100% 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    object-fit: cover;
    position: relative;
}
.page13_title{
    margin-top: .4rem;
    font-size:.22rem;

    color:rgba(255,255,255,1);
    line-height:.22rem;
}
.page13 button{
    font-size: .16rem;
    line-height: .21rem;
    width:2.16rem;
    height:.44rem;
    border-radius:.3rem;
    border-width: 0;
    background:linear-gradient(to bottom,#951ADF,#5D027A);
    /* background:#8512ba; */
    color: #Fff;
   
    box-shadow: 0rem .04rem .12rem #48085A;
}
.page13_btn{
    width:100%;
    position: absolute;
    left:0;
    bottom: .21rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* bottom: .34rem;
    left:50%;
    margin-left:-1.08rem; */
}
.page13_txt{
    font-size:.11rem;
    color:rgba(255,255,255,0.8);
    line-height:.14rem;
    text-align: center;
    margin-top:.12rem;
}
.page13_concat_txt{
    margin-top: .61rem;
    margin-bottom: .12rem;
    font-size: .22rem;
}
.page13_concat_site{
    font-size: .12rem;
    line-height: .2rem;
    color:#fff
}

.page13_concat_code{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: .38rem;

}
.page13_concat_code_left{
    width:1rem;
    height:1.32rem;
    background:#fff;
    border-radius: 0.05rem;
    margin-left:.145rem;
    margin-right: .145rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: .1rem;
    color:rgba(49,49,49,1);
    line-height: .13rem;
    
}
.page13_concat_code_left  p{
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;
}
.page13_concat_code_left  img{
    margin-top:0.04rem;
    width:0.93rem;
    height:0.93rem;
    margin-bottom: .04rem;
}
img {
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;
}

.markdiv_share{
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.7);
    position: fixed;
    top:0;
    left:0;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: flex-end;
    display: none;
}
.markdiv_up{
    width:.26rem;
    height: .32rem;
    margin-right: .3rem;
    margin-top:.13rem;
}
.markdiv_right{
    font-size:.15rem;
    color:#fff;
    margin-right: .52rem;
    line-height: .24rem;
}
.markdiv_right span{
    color:#FF6861;
}
.markdiv_parent{
    width: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     margin-top:.32rem;
}
.markdiv_txt{
    font-size: .16rem;
    color:#fff;
    margin-top:.12rem;
    line-height: .24rem;
    text-align: center;
    margin-bottom:.25rem;
}
.markdiv_btn{
    
    font-size:.14rem;
    /* line-height:.42rem; */
    color:#fff;
    width:1.1rem;
    height:.42rem;
    border-radius:.25rem;
    border:0.01rem solid rgba(255,255,255,0.5);
    background: transparent;

}