/* 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:80rem;
}
h2,a,li{
    text-decoration: none;
    color: rgb(128, 124, 124);
}
h2{font-size: 6rem;}
.more{font-size: 3rem;}
em{color: red;}
.whead{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.img1{
    height: 40rem;
    background-image: url(./img/611.jpg);
    background-size: cover; 
    background-position: 0rem -10rem;
}
.img2{
    height: 40rem;
    background-image: url(./img/621.jpg);
    background-size: cover; 
    background-position: 0rem 0rem;
}
.img3{
    height: 40rem;
    background-image: url(./img/631.jpg);
    background-size: cover; 
    background-position: 0rem -11rem;
}
.img4{
    height: 40rem;
    background-image: url(./img/641.jpg);
    background-size: cover; 
    background-position: -0rem 0rem;
}
.img5{
    height: 40rem;
    background-image: url(./img/651.jpg);
    background-size: cover; 
    background-position: 0rem 0rem;
}
.img6{
    height: 40rem;
    background-image: url(./img/661.jpg);
    background-size: cover; 
    background-position: -0rem 0rem;
}
.w7img1{
    height: 80rem;
    background-image: url(./img/71.jpg);
    background-size: cover; 
    background-position: -0rem 0rem;
    
}
.w7img2{
    height: 80rem;
    background-image: url(./img/72.jpg);
    background-size: cover; 
    background-position: -0rem 0rem;
    
}
.wbody{
    height: 60rem;
    border-radius: .5rem;
    border: .2rem solid rgba(165, 170, 165, 0.5);
    padding: .9rem;
   overflow: hidden;
}
ul{
    display: block;
    margin-top: -.1rem;
}
li{font-size: 2.5rem;}
span{
    font-size: 5rem;
    color: rgb(232, 232, 20);
    text-decoration: bold;
}
/* 777777777 */
.w7wraper{
    display: flex;
    justify-content: space-around;
    margin-top:50rem;


}
.w7{
    width: 40%;
    border-radius: .5rem;
    border: .2rem solid rgba(165, 170, 165, 0.5);
    padding: 1rem;

}
.w7tittle{
    width: 10%;
    font-size: 3rem;
    font-weight: 400;
    color: rgb(128, 124, 124);
    border-radius: .5rem;
    border: .2rem solid rgba(165, 170, 165, 0.5);
    border-bottom: none;
    transform: translatex(-10%);
    margin-top: -4.2rem;
    background-color: white;

}
.w7body{
    font-size: 2.5rem;
    color: rgb(128, 124, 124);

}
