.header {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: fit-content;
    background: #ffffff;
    padding: 0 7.3958vw;
    /* height: 5.2083vw; */
}

.header_bar a {
    color: #000;
}

.logo {
    width: 11.9792vw;
    height: 2.2917vw;
}

.header_bar .header_bar_label {
    display: block;
    width: 8.9583vw;
    height: 2.3438vw;
    line-height: 2.3438vw;
    margin-left: 1.6146vw;
    font-size: 1.25vw;
    color: #000000;
    text-align: center;
    border-radius: 1.0417vw;
    transition: 0.5s;
}

.header_bar_service {
    position: relative;
}

.header_login {
    width: 6.7708vw;
    height: 2.2917vw;
    line-height: 0;
    background-color: #1b61fe;
    border-radius: 1.1458vw;
    font-size: 1.25vw;
    color: #ffffff;
    text-align: center;
    margin-left: 24%;
}

.header_bar .header_bar_label:hover {
    background-color: #1b61fe;
    color: #fff !important;
}

.header_bar_service:hover .header_bar_nav {
    display: block;
}

.header_bar_nav {
    position: absolute;
    width: 8.9583vw;
    top: 2.3438vw;
    left: 0;
    z-index: 10;
    display: none;
    background-color: #eaf2fb;
    border-radius: 1.0417vw;
}

.header_bar_nav a:hover {
    color: #1b61fe;
}

.header_bar_text_active {
    color: #1b61fe !important;
}

.header_bar_active {
    background: #1b61fe;
    color: #fff !important;
}

.header_bar_product {
    position: relative;
}

.header_bar_product:hover #qrcode {
    display: block;
}

.customer_service {
    position: absolute;
    right: .7813vw;
    top: 60%;
    z-index: 99;

}

.customer_service:hover .customer_service_code {
    display: block;
}

.customer_service_box {
    background: #fff;
    border-radius: 1.0417vw;
    padding: 1.3021vw 1.0417vw;
}

.customer_service_img {
    display: block;
    width: 3.125vw;
    margin: auto;
}

.customer_service_text {
    margin-top: .4688vw !important;
    font-size: .9375vw;
    text-align: center;
    margin: 0;
}

.customer_service_code {
    display: none;
    width: 10.2083vw;
    position: absolute;
    top: -25%;
    right: 100%;
    background: #fff;
    padding: .5208vw;
    border-radius: .5208vw;
    box-shadow: 0 0 .5208vw #eee;
}

