/* 66666666666666 */
html{
    font-size: 62.5%;
}
.w6first{
    /* background-color: aqua; */
    display: flex;
    justify-content: space-around;

}
.w61,.w62,.w63{
    /* background-color: #bfa; */
    width: 26%;
    height:40rem;
}
h2,a,li{
    text-decoration: none;
    color: rgb(128, 124, 124);
}
h2{font-size: 3rem;}
.more{font-size: 1.5rem;}
em{color: red;}
.whead{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.img1{
    height: 20rem;
    background-image: url(./img/611.jpg);
    background-size: cover; 
    background-position: 0rem -7rem;
}
.img2{
    height: 20rem;
    background-image: url(./img/621.jpg);
    background-size: cover; 
    background-position: 0rem 0rem;
}
.img3{
    height:20rem;
    background-image: url(./img/631.jpg);
    background-size: cover; 
    background-position: 0rem -7rem;
}
.img4{
    height: 20rem;
    background-image: url(./img/641.jpg);
    background-size: cover; 
    background-position: -0rem 0rem;
}
.img5{
    height:20rem;
    background-image: url(./img/651.jpg);
    background-size: cover; 
    background-position: 0rem 0rem;
}
.img6{
    height: 20rem;
    background-image: url(./img/661.jpg);
    background-size: cover; 
    background-position: -0rem 0rem;
}
.w7img1{
    height: 40rem;
    background-image: url(./img/71.jpg);
    background-size: cover; 
    background-position: -0rem 0rem;
    
}
.w7img2{
    height: 40rem;
    background-image: url(./img/72.jpg);
    background-size: cover; 
    background-position: -0rem 0rem;
    
}
.wbody{
    height: 30rem;
    border-radius: .25rem;
    border: .1rem solid rgba(165, 170, 165, 0.5);
    padding: .45rem;
   overflow: hidden;
}
ul{
    display: block;
    margin-top: -.05rem;
}
li{font-size: 1.25rem;}
span{
    font-size: 2.5rem;
    color: rgb(232, 232, 20);
    text-decoration: bold;
}
/* 777777777 */
.w7wraper{
    display: flex;
    justify-content: space-around;
    margin-top:25rem;


}
.w7{
    width: 40%;
    border-radius: .25rem;
    border: .1rem solid rgba(165, 170, 165, 0.5);
    padding: .5rem;

}
.w7tittle{
    width: 10%;
    font-size: 1.5rem;
    font-weight: 400;
    color: rgb(128, 124, 124);
    border-radius: .25rem;
    border: .1rem solid rgba(165, 170, 165, 0.5);
    border-bottom: none;
    transform: translatex(-10%);
    margin-top: -2.1rem;
    background-color: white;

}
.w7body{
    font-size: 1.25rem;
    color: rgb(128, 124, 124);

}
