.header-top{
    height:0.5rem;
    align-items: center;
}
.header-top .right span{
    margin: 0 0.2rem;
}
.header-top .right:hover +.header-top .right ul{
    display: block;
}
.header-bottom{
    width: 100%;
    background: #353857;
    height: 0.8rem;
}
.header-tel{
    flex: 3;
    font-size: 0.22rem;
    background: url("../image/active.png");
    background-size: 100% 100%;
    height: 0.88rem;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.header-tel i{
    font-size: 0.29rem;
    margin-right: 5px;
}
.header-bottom .container >.header-logo{
    height: 100%;
    width: 2.06rem;
    position: relative;
}
.header-logo img{
    width: 100%;
    height: 100%;
    position: absolute;
}
.user-name:hover{
    cursor: pointer;
}
.header-bottom .am-nav{
    display: flex;
    width: 100%;
    height: 0.88rem;
    flex: 7;
}
.header-bottom .am-nav>li{
    flex: 1;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0.12rem!important;
}
.header-bottom .am-active{
    background: url("../image/active.png");
    background-size: 100% 100%;
}
.header-bottom .am-active >a{
    color: #fff!important;
    font-size: 0.12rem;
}
.am-dropdown-content{
    min-width: 1.8rem;
    border: none;
    border-radius: 4px;
    padding: 2px !important;
    padding-top: 5px;
}
.am-dropdown-content li{
    padding: 5px !important;
}
.am-dropdown-content li:hover{
    background: #e64409;
    color: #fff;
}
.am-dropdown-content:after, .am-dropdown-content:before {
    left: 16%;
}
.am-dropdown-content:after, .am-dropdown-content:after {
    left: 16%;
}
.am-dropdown-content li a{
    line-height: 1;
    padding: 0;
    background: #fff;
    color: #000 ;
}
.am-dropdown-content li:hover> a{
    background: #e64409 !important;
    color: #fff !important;
}
.am-topbar-nav li> a:focus{
    background: none;
}
.user-center{
    position: relative;
}
.user-center span:hover{
    cursor: pointer;
}
.user-center:hover> ul{
    display: block;
    cursor: pointer;
}

.user-center ul{
    display: none;
    left: 0;
    position: absolute;
    margin-top: 0%;
    min-width: 1.2rem;
    background: #fff;
    list-style: none;
    padding:0.1rem 0.1rem;
}
.user-center ul li{
    margin: 0.1rem 0;
    padding: 0rem 0.1rem;
}
.user-center ul li:hover{
    background: #e64409;
    color: #fff;
}
