body {

    width: 100%;
    overflow-x: hidden;

}

.header {
    width: 100%;
    height: 10%;
    margin-left: 20%
}

.logo {
    width: 10px;
    height: 10px;
    margin-left: -15%;
}

.menu {
    width: 50%;
    height: 17%;
    margin-left: 10%;
    transform: translateY(30%);
    font-size: 15px;


}

.po {

    margin-left: 100%;
    width: 300px;

    color: aqua;
    font-size: 25px;


}

.menu ul {
    list-style-type: none;
}

.menu li {
    margin: 5px;
    padding: 2px;
    float: left;
    width: 90px;
    height: 10px;
    float: left;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000000;
}

.search {
    width: 100%;
    height: 450px;
    background-color: Silver;
    margin-top: 3%;
}

.hott {
    width: 500px;
    height: 60px;

    margin-left: 20%;
    transform: translateY(20%);

}

.ss {
    width: 450px;
    height: 60px;

    margin-left: 65%;
    transform: translateY(-70%);
}

.dao {
    width: 100%;
    height: 60px;

}

.dao1 {
    width: 1180px;
    height: 40px;

    margin-left: 20%;
}

.cdan {
    width: 100%;
    height: 1100px;


}

.choose {
    width: 1480px;
    height: 1100px;

    margin-left: 20%;
}

.choose1 {
    width: 300px;
    height: 370px;
    background-color: powderblue;
}

.choose2 {
    width: 300px;
    height: 100px;
    background-color: DarkTurquoise;
}

.userinfo {
    width: 1100px;
    height: 1000px;
    margin-left: 100%;
    transform: translateY(-40%);
}

.footer {
    
    width: 100%;
    height: 230px;
    background-color: #262626;
    overflow: hidden;
    margin-top: 18%;
    /* transform: translateX(10%); */

}

.us a:hover {
    color: DarkTurquoise;
}

.us1 a:hover {
    background-color: DarkTurquoise;
}

.test {
    width: 500px;
    height: 300px;
    background-color: tomato;
    margin-top: 60%;
}