.home-header {
    background: rgba(0, 0, 0, 0);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    width: 100%;
}

@media (max-width: 768px) {
    .home-header {
        display: none;
    }
}
.hh-content {
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.hh-logo {
    padding: 40px 0 24px;
}
.hh-logo img {
    display: block;
    margin: 0 auto;
}

.hh-menu {
    width: 950px;
    height: 80px;
    padding: 0 12px;
}
.hh-control {
    width: auto;
}
.hh-control .yunlu-header-user-icon {
    background-color: transparent;
    width: 30px;
    height: 40px;
    margin-top: 21px;
    margin-right: 30px;
    background-size: 16px 17px;
}
.yunlu-user-pulldown-item .user-info {
    background: #fff;
    line-height: 30px;
}
.hh-control .yunlu-user-pulldown-item {
    top: 40px;
}
.hh-menu .hh-menu-list {
    display: block;
    height: 78px;
    margin: 0 12px;
    font-size: 18px;
    line-height: 78px;
    float: left;
    position: relative;
    z-index: 10001;
    border-top: 2px solid transparent;
}
.hh-menu .hh-menu-list:hover,
.hh-menu .hh-menu-list.active {
    border-top: 2px solid #fff;
    font-weight: 600;
}
.hh-menu .hh-menu-list > a {
    cursor: pointer;
    color: #fff;
}
.hh-menu .hh-menu-list > a:hover {
    color: #fff;
}
.hh-menu .hh-menu-list > a > span {
    vertical-align: middle;
    display: inline-block;
}
.hh-menu .hh-menu-list .menu-dropdown-icon {
    display: inline-block;
    width: 6px;
    height: 3px;
    /*background: url("https://cdn.htres.cn/res_v2/images/com_web/pull_icon.png") no-repeat center center;*/
    border-top: 3px solid #fff;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    vertical-align: middle;
    /*background-size: 100%;*/
    transition: all ease 0.3s;
}
.hh-menu .hh-menu-list:hover .menu-dropdown-icon {
    transform: rotate(180deg);
}
.hh-menu-list:hover .menu-list-ul {
    display: block;
}
.hh-menu .menu-list-ul {
    display: none;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 0;
    border-radius: 4px;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.15);
}
.hh-menu .menu-list-ul .menu-list-li {
    display: block;
    height: 40px;
    line-height: 40px;
}
.hh-menu .menu-list-ul .triangle {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    z-index: 1000;
    top: -16px;
    left: 50%;
    margin-left: -8px;
}
.hh-menu .menu-list-ul .menu-list-li > a {
    color: #222;
    font-size: 14px;
    cursor: pointer;
    padding: 0 20px;
    border-left: 2px solid #fff;
    white-space: nowrap;
}
.hh-menu .menu-list-ul .menu-list-li > a:hover {
    color: #1875f0;
    border-left: 2px solid #1875f0;
}
.hh-control {
    line-height: 80px;
}
.hh-user {
    display: inline-block;
    line-height: 80px;
    vertical-align: middle;
}
.hh-user #login {
    color: #fff;
    margin-right: 28px;
}
.hh-user #register {
    color: #fff;
    padding: 6px 16px;
    background: #005bac;
    border-radius: 4px;
}
.yunlu-header-position {
    display: none !important;
}
.yunlu-header {
    display: none;
}
