.header_container {
    width: 100%;
    background: #ffffff;
    padding: 10px 0px;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.13);
    position: fixed;
    z-index: 9999;
    /* top: 0; */
    /* background-color: rgba(255, 255, 255, 0.3); */
    /* transition: background-color 2s; */
}
.header_cont {
    margin: 0 auto;
}
.warp {
    width: 80%;
    line-height: 40px;
    margin: 0 auto;
}
.login_btn {
    font-family: MiSans;
    font-weight: 400;
    color: #666666;
    padding: 6px 20px;
}
.login_btn:hover {
    color: #195ffe;
}
.check_btn {
    font-family: MiSans;
    font-weight: 400;
    border-radius: 30px;
    color: #195ffe;
    padding: 6px 20px;
    border: 1px solid #cccccc;
}
.check_btn:hover {
    cursor: pointer;
    background: #195ffe;
    color: #ffffff;
    border: 1px solid #195ffe;
}
.warp li {
    width: 1em;
    padding: 0px 20px;
    float: left;
    text-align: center;
    font-family: MiSans;
    font-weight: 400;
    width: 6%;
}
.warp_line {
    width: 25px;
    height: 1px;
    border-top: 2px solid #3476fe;
    margin: 0 auto;
    border-radius: 5px;
}
.warp li:hover {
    color: #3476fe;
    cursor: pointer;
}
.header_logo {
    width: 102px;
    height: 29px;
}
.header_logo img {
    width: 50px;
}
