html,body{
    width:100%;
    margin:0;
    padding:0;
}

html{
    height: 100%; 
    overflow: auto;
    
}
body{
    display: block;
    min-height: 100%;
    width: 3.75rem;
    height: auto;
   
}
.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: 7.05rem;
}
.page_img_3{
    width:100%;
    height: 4.75rem;
}
.page_img_4{
    width:100%;
    height: 7.85rem;
}
.page_img_5{
    width:100%;
    height:5.375rem;
}
.page_img_6{
    width:100%;
    height: 5.165rem;
}
.page_img_7{
    width:100%;
    height:8.15rem;
}
.page_img_8{
    width:100%;
    height:5.04rem;
}
.page_img_9{
    width:100%;
    height:4.25rem;
}
.page_img_10{
    width:100%;
    height:4.7rem;
}
.page_img_11{
    width:100%;
    height:5.2rem;
}
.page_img_12{
    width:100%;
    height:4.35rem;
}
.page_img_13{
    width:100%;
    height:4.67rem;
}
.page_img_14{
    width:100%;
    height:5.2rem;
}
.page_img_15{
    width:100%;
    height:3.85rem;
}
.page_img_16{
    width:100%;
    height:5.25rem;
}
.page_img_17{
    width:100%;
    height:5.85rem;
}
.page_img_18{
    width:100%;
    height:4.59rem;
}
.page_img_19{
    width:100%;
    height:4.65rem;
}
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;
}