.header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: -60;
    left: 0;
    z-index: 99;
    display: flex;
    background-color: rgb(255, 255, 255);
}

.header .wraper {
    width: 87.5vw;

    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wraper img {
    width: 85px;
    height: 32px;
}

.header .wraper ul {
    width: 780px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.header .wraper ul li {
    list-style: none;
    float: left;
    cursor: pointer;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    background-color: #ffffff;
 
}

.driver {
    margin-right: 30px;
}

.header .wraper ul li:hover {
    color: #EA5404;
    border-bottom: 2px solid #EA5404;
}

.header .wraper ul .active {
    color: #EA5404;

    border-bottom: 2px solid #EA5404;
}

.action span {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}

.action {
    display: flex;
    align-items: center;
}

.action span:hover,
.action .active {
    color: #EA5404;
    cursor: pointer;
    border-bottom: 2px solid #EA5404;
}

.wraper .userImg {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    top: -1px;
}

#logined {
    margin-top: 6px;
    position: relative;
    min-width: 120px;
    display: none;
}

#logined:hover,
#logined span:hover {
    border-bottom: 2px solid transparent;
}

.wraper .draw_ {
    width: 14px;
    height: 14px;
    position: relative;
    top: -2px;

}

#logined p {

    padding: 6px 14px;
    background: #EDEDED;
    border-radius: 2px;
    position: absolute;
    display: flex;
    margin: 0;
    visibility: hidden;
}

#logined:hover p {
    visibility: visible
}

#logined p span:hover,
#logined p span {
    color: #3D3A3A;
}

#logined p span {
    border: none;
    padding: 0;
    padding-left: 5px;
}

.wraper .logout {
    width: 20px;
    height: 20px;

}


.carModal {
    display: flex;
    width: 100vw;
    height: 200px;
    background-color: #ffffff;
 
}

.carModal div,
.carModal p {
    width: 20.25vw;
    height: auto;
    text-align: center;

    font-style: normal;
    font-weight: 400;
    font-size: 1.40625vw;
    cursor: pointer;

    /* 力帆-禁用 */

    color: #ADB0AE;
    background: #FFFFFF;
}

.carModal img .carModal {
    width: 100%;

    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #ffffff;
}

#carModal {

    width: 100%;
    position: absolute;
    top: 0;
    padding-top: 60px;
    box-shadow: 0px 20px 20px rgb(0 0 0 / 10%);
    display: none;
    left: 0;

    z-index: -1;
}

.wraper .carModal img {
    width: 180px;
    height: 120px;
}

.carModal {

    align-items: center;
}

.carModal p {
    font-weight: 350;
    font-size: 20px;
    line-height: 29px;



    padding-top: 10px;
    color: #3D3A3A;
}

.logo {
    cursor: pointer;
}

#introduction,#equity {
    position: relative;
}

.header .wraper .sub_menu {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -50px;
    display: none;
    padding-top: 40px;
    z-index: 9;
}

.sub_menu p {
    width: 160px;
    height: 40px;
    text-align: center;
    background-color: #ffffff;
    margin-top: 2px;
    margin-bottom: 0;
}

.sub_menu p a {
    font-size: 14px;
    line-height: 20px;
    line-height: 40px;
    color: #3D3A3A;
}
.sub_menu p a:hover{
    text-decoration: none;
}
.sub_menu p:hover a {
    color: #EA5404;
}

.header .wraper .arrow_bottom {
    width: 10px;
    height: 10px;
    margin-left: 3px;
    object-fit: cover;
}
@media (max-width: 1220px) {
    .header .wraper ul{
        width: 500px;
        margin-left: 30px;
    }
  }
