.headline{
    width: 100%;
    height: 1vh;
    min-width: 1400px;
    background-color: #C7000CFF;
}
.header{
    width: 100%;
    height: 14vh;
    display: flex;
    min-width: 1400px;
    justify-content: center;
    align-items: center;
}
.header_content{
    width: 70%;
    height: 75%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.logo{
    width: 10vw;
    height: 3vw;
}
.logo img{
    width: 100%;
    height: 100%;
}
.header_content_right{
    width: 60%;
    height: 100%;
}
.header_content_right_top{
    width: 100%;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header_sreach{
    width: 35%;
    height: 45%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header_sreach input{
    width: 70%;
    height: 100%;
    border: none;
    border-radius: 0;
    background-color: #EEEEEE;
}
.header_sreach input:focus {
    border: none;
    outline: none;
}
.header_sreach button{
    width: 30%;
    height: 100%;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 0.2rem;
    background-color: #C7000CFF;
}
.header_phone{
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 3vw;
}
.header_phone img{
    width: 1.5vw;
    height: 1.5vw;
}
.header_phone h2{
    margin-left: 1vw;
    font-size: 1vw;

}
.header_phone span{
    margin-left: 1vw;
    font-size: 1vw;
    color: #D02832;
}
.header_content_right_end{
    width: 100%;
    height: 40%;
    display: flex;
    font-size: 1vw;
    letter-spacing: 0.6em;
    justify-content: flex-start;
    align-items: center;
}