.header {
    width: 100%;
    display: inline-block;
    position: relative;

}

.header.fixed {
    background: rgba(255, 255, 255, 0.5)
}

.header.fix-header {
    position: fixed;
    z-index: 999;
}

.header .header-top {
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(24, 37, 55, 0.1);
    height: 60px;
    padding: 5px 0;
    position: relative;
    z-index: 12;
}

.header .right-header {
    float: right;
}

.header .logo {
    float: left;
    height: 50px;
    width: 172px;
    background: url(../images/logo-top-mobile.png) no-repeat -5px center;
    text-indent: -99999px;
}

.header .logo h1 {
    margin: 0;
}

.header .button-menu {
    display: inline-block;
    float: left;
    height: 50px;
    width: 30px;
    background: url(../images/icon-menu.svg) no-repeat right center transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    text-indent: -9999px;
    margin-left: 10px;
}

.header.open .button-menu {
    background: url(../images/icon-close.svg) no-repeat right center transparent;
}

.header .logo {
    float: left;
}

.header .box-search-head {

    float: left;
    margin-right: 10px;

}

.header .box-search-head .icon-search {
    width: 30px;
    height: 50px;
    display: inline-block;
    background: url(../images/icon-search.png) no-repeat center center;
}

.header .box-search {
    display: none;
    width: 100%;
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.header .bg-search {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: none;
    background-color: transparent
}

.header .bg-search.show {
    display: block;
}

.header.show .box-search {
    display: inline-block;

}

.header .box-search .delete {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 16px;
    border: 0;
    padding: 0;
    background: url(../images/icon-close-search.png) no-repeat center center transparent;
    z-index: 1;
    text-indent: -9999px;
}

.header .box-search .input {
    width: 100%;
    height: 40px;
    border: 0;
    background-color: transparent;
    padding: 10px 15px;
    padding-right: 35px;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #727272;
    border: 1px solid #B9B9B9;
    border-radius: 10px;
    background-color: #fff;
}

.header .box-search .input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #727272;
    opacity: 0.5;
}

.header.show .header-top {
    height: auto;
}

.box-login {
    float: left;
    position: relative;
}

.box-login-web {
    display: none;
}

.box-login .icon-login {
    background: url(../images/icon-user.png) no-repeat center center transparent;
    background-size: auto;
    float: left;
    width: 40px;
    margin-top: 6px;
    height: 40px;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
}

.box-login .content-login {
    position: absolute;
    width: 150px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(183, 221, 228, 0.31);
    border-radius: 8px;
    top: 56px;
    right: -10px;
    display: none;
    z-index: 991;
}

.box-login .content-login a {
    display: block;
    padding: 9px 18px;
    font-size: 14px;
    line-height: 16px;
    color: #4D555D;
}

.box-login .bg-login {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: none;
    background-color: transparent
}

.box-login .bg-login.show {
    display: block;
}

.box-login .content-login:before {
    content: "";
    height: 20px;
    width: 20px;
    background: url(../images/icon-row-login.png) no-repeat 0 0;
    position: absolute;
    right: 15px;
    top: -10px;
}

.box-login .content-login a:last-child {
    border-top: 1px solid #F7F7F7;
}

.box-login.open .content-login {
    display: block;
}

.header .contact {
    display: none;
}

/*--menu acc*/
.box-acc {
    float: left;
    position: relative;
}

.box-acc .icon-acc {
    float: left;
    width: 30px;
    height: 50px;
    background: url(../images/icon-user.png) no-repeat center center transparent;
    cursor: pointer;
    border: 0;

}

.box-acc .box-list {
    width: 100%;
    display: none;
    position: absolute;
    width: 210px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(183, 221, 228, 0.31);
    border-radius: 8px;
    top: 56px;
    right: -10px;
    display: none;
    z-index: 2;
}

.box-acc.open .box-list {
    display: block;
}

.box-acc .name-acc {
    margin: 0;
    height: 27px;
    width: 100%;
    display: inline-block;
    padding: 0 5px;
    margin: 10px 0;
}

.box-acc .name-acc .avatar {
    float: left;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 27px;
    height: 27px;
    margin-right: 10px;
}

.box-acc .name-acc .name {
    width: calc(100% - 37px);
    float: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    color: #128AC5;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.box-acc .box-list .list {
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.box-acc .box-list .list li {
    float: left;
    width: 100%;
    list-style: none;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #4D555D;
    border-top: 1px solid #F7F7F7;
}

.box-acc .box-list .list li a {
    display: block;
    padding: 10px 15px 10px 37px;
    color: #4D555D;
}

.box-acc .box-list .list li:last-child {
    border: 0;
}

.header .navi .box-acc-web {
    display: none;
}

@media only screen and (min-width: 1200px) {

    .subpage .header {
        background: #F3F3F3;
        padding-bottom: 13px;
    }

    .header .contact {
        display: block;
        float: left;
        margin-top: 20px;
        padding-left: 109px;
    }

    /*--menu acc*/
    .box-acc {
        width: 210px;
        margin-top: 10px;
    }

    .box-acc .icon-acc {
        display: none;

    }

    .box-acc .box-list {
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
        display: block;
        background-color: transparent;
        box-shadow: 0px 4px 10px rgba(183, 221, 228, 0);
        border-radius: 0;
    }

    .box-acc .name-acc .name {
        padding-right: 10px;
        background: url(../images/user/icon-up.png) no-repeat right center;
    }

    .box-acc .box-list .list {
        width: 190px;
        display: none;
        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(183, 221, 228, 0.47);
        border-radius: 8px;
        top: 50px;
        right: 0;
    }

    .box-acc:hover .box-list .list {
        display: inline-block;
    }

    .box-acc .box-list .list li:first-child {
        border-top: 0;
    }

    /*web*/
    /*--menu acc*/
    .header .navi .box-acc-web {
        padding: 0;
        margin-top: 35px;
        float: right;
        margin-right: 10px;
        display: block;
    }

    .header .navi .box-acc-web .name-acc {
        margin: 0;
        width: 100%;
        display: inline-block;
        max-width: 192px;
    }

    .header .navi .box-acc-web .name-acc .avatar {
        float: left;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 27px;
        height: 27px;
        margin-right: 10px;
    }

    .header .navi .box-acc-web .name-acc .name {
        width: calc(100% - 37px);
        float: left;
        font-weight: 500;
        font-size: 14px;
        line-height: 27px;
        color: #128AC5;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .header .navi .box-acc-web .box-list {
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
        display: block;
        background-color: transparent;
        box-shadow: 0px 4px 10px rgba(183, 221, 228, 0);
        border-radius: 0;
    }

    .header .navi .box-acc-web .name-acc .name {
        padding-right: 10px;
        background: url(../images/user/icon-up.png) no-repeat right center;
    }

    .header .navi .box-acc-web .box-list .list {
        width: 190px;
        display: none;
        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(183, 221, 228, 0.47);
        border-radius: 8px;
        top: 30px;
        right: 0;
        position: absolute;
        margin: 0;
        padding: 0;
    }

    .header .navi .box-acc-web:hover .box-list .list {
        display: inline-block;

    }

    .header .navi .box-acc-web .box-list .list li:first-child {
        border-top: 0;
    }

    .header .navi .box-acc-web .box-list .list li {
        float: left;
        width: 100%;
        list-style: none;
        font-weight: normal;
        font-size: 13px;
        line-height: 17px;
        color: #4D555D;
        border-top: 1px solid #F7F7F7;
        text-transform: none;
        padding: 0;
    }

    .header .navi .box-acc-web .box-list .list li a {
        display: block;
        padding: 10px 15px 10px 37px;
        color: #4D555D;
    }

    .header .navi .box-acc-web .box-list .list li:last-child {
        border: 0;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1150px) {
    .header .contact {
        padding-left: 30px;
    }

    .header .contact .box-hotline {
        width: 187px;
        font-size: 16px;
    }

    .header .contact .box-mail {
        width: 234px;
        font-size: 16px;
        margin-left: 20px;
    }

}

@media only screen and (min-width: 1200px) {
    .header {
        min-height: 74px;
    }

    .header.fixed {
        background: #F3F3F3;
    }

    .header .header-top {
        display: none;
    }

    .header .navi .logo {
        height: 72px;
        width: 217px;
        background: url(../images/logo-web.png) no-repeat 0 0;
        margin: 0;
        padding: 0;
        margin-right: 12px;
    }

    .header {
        float: left;
        padding-bottom: 13px;

    }

    .header .button-menu {
        display: none;
    }

    .header .box-search-head {
        display: none;
    }

    .box-login .icon-login {
        display: none;
    }

    .header .header-top {
        box-shadow: 0px 2px 4px rgba(24, 37, 55, 0);
        height: 100px;
        padding: 10px 0 14px 0;
    }

    .header .navi .box-login-web {
        float: right;
        color: #128AC5;
        background: url(../images/icon-user-gree.png) no-repeat center left;
        padding-left: 33px;
        padding-top: 7px;
        margin-left: 5px;
        display: inline-block;
    }

    .header .navi .box-login-web a {
        color: #128AC5;
        display: inline-block;
        cursor: pointer;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .header .navi .box-acc-web {
        padding: 0;
        margin-top: 27px;
        margin-left: 5px;
    }
}
	