.header-container {
    padding: 0px;
}
.header-title-box {
    position: relative;
    clear: both;
    width: 100%;
}
.header-logo {
    margin-left: 8px;
    margin-right: 2px;
    height: 20px;
    width: 20px;
    min-height: 20px;
    min-width: 20px;
    margin-top: 3px;
}
#hideMyMenu {
    display: none;
}
#head .tielt-all {
    width:100vw;
    box-sizing:border-box;
    height:80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-between ;
    padding:0 20px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.h5-head-uls {
    width:100vw;
    box-sizing:border-box;
    background-color: rgba(247, 248, 252, 0.9);
    position: absolute;
    top:80px;
    left:0;
    z-index: 10;
}
.h5-head-uls li {
    padding:20px 0;
    text-align: center;
    font-size:17px;
    font-weight: 600;
}
.h5-head-uls li a{
    display: inline-block;
    width:100%;
    color:#4D4766;
}
.h5-head-hidden {
    overflow: hidden;
    transition:all .3s;
}
.h5-switch {
    width: 65px;
    position: fixed;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    float: right;
    height: 40px;
    display: block;
    margin-top: 8px;
    clear: both;
    right: 0;
}
.switch-row {
    padding: 0px;
    margin: 0px;
    height: 10px;
    width: 50px;
    line-height: 10px;
    font-size: 30px;
}
.h5-menu {
    position: fixed;
    top: 70px;
    display: none;
    background: #000;
    min-height: 100px;
    text-align: center;
    width: 120px;
    right: 0;
    padding: 20px;
    opacity: 0.9;
    border-radius: 3px;
}
.h5-menu .item {
    height: 45px;
    text-align: center;
    align-items: center;
    line-height: 45px;
}
.h5-menu .item a {
    color: #fff;
}
