
body,
html{
     width: 100%;
    height: 100%;
    font-size: 12px;
}
#app{
    height: 100%;
}
#main{
   
    min-height: calc(100% - 324px);
    margin: 0 auto;
}

.bg-ellipse-full-wrapper{
    position: fixed;
   
}




.top-img{
    width:100%;
    
     background-repeat: no-repeat;
     background-size:100%;
     padding-top: 0.4rem;
     padding-bottom: 0.4rem;
     display: flex;
     justify-content: center;
     align-items: center;
    
}
.top_tt{
    font-size: 0.15rem;
    color: #000;
}
.top_tt_1{
    font-size: 0.35rem;
    font-weight: 600;
    text-align: center;
}
.top_tt_2{
    font-weight: 600;
    text-align: right; 
    margin-top: 0.02rem;
    margin-right: -0.2rem;
    font-size: 0.15rem;
}
.Wrapp{
    width:60%;
    margin: 0.25rem auto;
    margin-top: 0;
    text-align: center;
}
::-webkit-scrollbar {
    background: #f7f7f9;
    width: 0.03rem;
    height: 0.03rem;
}

::-webkit-scrollbar-thumb {
    border-radius: 0.01rem;
    background: #ff0000;
}

::-webkit-scrollbar-track-piece {
    background: #f7f7f9;
}
.top-text{
    width: 71%;;
    padding-top: 0.1rem;
    padding-bottom: 0.2rem;
    display: flex;
    justify-content: space-between;
}

.top-text p{
    font-size: 0.12rem;
    padding-right: 0.03rem;
    color:#000;
}

.top-text span{
    display: flex;
    align-items: center;
    font-size: 0.12rem;
    color:#666666;
}
.top-text span span{
    padding-right: 0.15rem;
}
.top-text img{
    width:0.15rem;
    height: 0.15rem;
    margin-left: 0.05rem;
}


.box-wrapp{
    width:100%;
    display: flex;
    justify-content: center;
 
}
.left-box{
   
    padding-bottom: 0.5rem;
   padding: 0.1rem 0.1rem 0 0.1rem;
   
   border:1px solid #ccc;
   
   background: rgba(255,255,255,.4);
   box-shadow: 2px -1px 5px 0 rgb(0, 0 ,0 , .5);
   
   border-radius: 0.1rem;
}

.left-box .btn{
    text-align: center;
}

.left-box h1{
    font-size: 0.15rem;
    text-align: center;
    padding-right: 0.3rem;
    font-weight: 600;
}

.left-box p{
    text-align: justify;
}

.left-box .sj{
    text-align: right;
    padding-right: 0.3rem;
    padding-top: 0.2rem;
    text-align: left;
   
    font-size: 0.2rem;
}

.left-box img{
    margin: .06rem 0;
}

.left-box .text{
    width: 95%;
    margin-left: 2.5%;
    font-size: 0.11rem;
    color: #000;
    line-height: 0.22rem;
    text-align: justify;
    text-indent: 0.22rem;
    font-family: cursive;
}

.right-box{
    width: 35%;
    cursor: pointer;
}

.right-box img{
    width:80%;
    height: 1.5rem;
    object-position: top;
    object-fit: cover;
}

.zj-text{
   font-size: 0.12rem;
   color:#666666;
}
.right-box .wx-box{
    padding-top: 0.2rem;
    margin-top: 0.2rem;
}
.right-box .wx-box div{
    text-align: justify;
    width:80%;
    font-size: 0.15rem;
    margin: 1rem 0px 0 0;
}

.right-box .wx-box p{
    width: 100%;
    font-size: 0.1rem;
    color:#666666;
    padding: 0.1rem 0;
}



.btn{
    text-align: center;
    font-size: 0.18rem;
    padding-top: 0.1rem;
    font-weight: 600;
    cursor: pointer;
}

.pres{
    color:#524747;font-size:0.15rem;font-weight: 400;text-align: right;width: 50%;
}

.nexts{
    color:#524747;font-size:0.15rem;font-weight: 400;text-align: left;width: 50%;
}

.left-box> :last-child > a{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 显示 2 行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.left-box> :last-child > a:nth-child(1){
    width: 50%;
   text-align: end;

}
.left-box> :last-child > a:nth-child(2){
    width: 50%;
    text-align: left;

 }

@media (max-width:1500px){
    .Wrapp{
        width: 90%;
    }
}

@media (max-width:1200px){
    .top_tt_1 {
        font-size: 0.2rem;
        font-weight: 600;
        text-align: center;
    }
    .top-img{
        padding: 0.2rem 0;
    }
    
}
@media (max-width:800px){
    .top_tt_1 {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
    }
    .top-img{
        
        padding: 0.2rem 0;
    }
   
    .left-box{
        box-shadow:none;
        border: none;

    }
    .left-box .btn {
        font-size: 0.13rem;

    }
    .pres,.nexts{
        font-size:0.1rem;
    }
    .top_tt_2{
        font-size: 14px;
        margin-right:0;
    }
    .box-wrapp{
        display: block;
    }
    .Wrapp img {
        
        width: 100%;
        height: auto;
        margin-top: 0.1rem;
        margin-bottom: 0.1rem;
        text-align: center;
    }
    .left-box .sj{
        font-size: 0.15rem;
    }
}