.header {
    width: 100%;
    height: 1.2rem;
    background: #FFFFFF;
}

.header .main {
    max-width: 18.36rem;
    height: 100%;
    padding-left: 2.04rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.toIndex {
    width: 2.3rem;
    height: 0.6rem;
}

.header ul {
    display: flex;
    align-items: center;
    gap: 0.46rem;
    height: 100%;
    /* margin-left: 0.49rem;
    margin-right: 1.32rem; */
}

.header ul li {
    height: 100%;
}

.nav_a {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.2rem;
    color: #202020;
    line-height: 1.2rem;
    transition: 0.3s;
}

.nav_a:hover,
.nav_a_active {
    color: #DA251C;
    font-weight: bold;
}

.header_inputBox {
    width: 2.91rem;
    height: 0.5rem;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    border: 0.01rem solid #DA251C;
    overflow: hidden;
    display: flex;
    position: relative;
    margin: 0 0.83rem;
}

.header_inputBox ::after {
    content: '';
    background-image: url('../img/header/img02.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 0.24rem;
    height: 0.24rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.09rem;
}

.header_input {
    text-indent: 0.44rem;
    height: 100%;
    width: 2rem;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000;
}

.header_input::placeholder {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 0.16rem;
    color: #BBBBBB;
}

.header_inputBox a {
    width: 0.9rem;
    height: 100%;
    background: #DA251C;
    font-family: Inter, Inter;
    font-weight: normal;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.5rem;
    text-align: center;
}

.language {
     height: 100%;
     position: relative;
    display: flex;
    align-items: center;
    gap: 0.08rem;
    min-width: 0.8rem;
}
.language img{
    width: 0.28rem;
    height: 0.28rem;
}

.language_p {
    font-family: Inter, Inter;
    font-weight: 500;
    font-size: 0.18rem;
    color: #333333;
    position: relative;
}

.language_p::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 0.05rem solid transparent;
    border-right: 0.05rem solid transparent;
    border-top: 0.08rem solid black;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: -0.15rem;
}
.langxiala{
    display: none;
    top: 100%;
    position: absolute;
    width: 100%;
    background: #FFFFFF;
    z-index: 99;
    
}
.language:hover .langxiala{
    display:block;
    
}
.xialak{
    padding: .1rem .2rem;
    /*border-bottom: 0.01rem solid #000;*/
}
.xialak:hover{
    background-color: #DA251C;
}


@media only screen and (max-width:768px){
    .header{
        display:none;
    }
    .header .main{
        display:none;
    }
    .header_inputBox{
            width: 4.2rem;
                margin: 0 0.1rem;
    }
    .header_input{
        width: 1.3rem;
    }
}