.layout-header {
    width: 100%;
    height: 74px;
    background-color: rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 97px;
    padding-right: 15px;
    z-index: 2;
    min-width: 1400px;
    transition: all 0.2s;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.layout-header-img {
    width: 313px;
    height: 45px;
    background: url("/v4/asset/culturalexport/img/B1.png");
    background-size: 100% 100%;
}

.layout-header-right {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
}

.layout-header-menu {
    height: 100%;
}

.layout-header-menu ul {
    height: 100%;
    list-style: none;
}

.layout-header-menu ul > li {
    float: left;
    margin-right: 60px;
    height: 100%;
    position: relative;
}

.layout-header-menu ul > li > a {
    display: block;
    line-height: 70px;
    font-size: 15px;
    color: #FFFFFF;
    transition: all .25s;
    text-decoration: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
}

.layout-header-menu ul > li > a > .icon-xiajiantou {
    font-size: 10px;
    display: inline-block;
    transition: transform 0.5s;
}

.layout-header-menu ul > li > a:hover .icon-xiajiantou {
    transform: rotate(-180deg);
}

.layout-header-menu ul > li > a:hover {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 3px solid #FFFFFF;
}

.layout-header-menu ul > li > a.active {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 3px solid #FFFFFF;
}

.layout-header-menu ul:after {
    content: "";
    display: table;
    clear: both;
}

.mews-menu {
    position: absolute;
    left: 0;
    right: 0;
    width: 150px;
    margin-left: -40px;
    background-color: rgba(0, 0, 41, 0.45);
    opacity: 0;
    display: none;
}

.mews-menu a {
    color: white !important;
}

.mews-menu div:hover {
    background-color: #409eff;
}

.layout-header-menu ul > li:hover .mews-menu {
    opacity: 1;
    display: block;
    animation: move 0.5s;
}



.layout-header-BT-login {
    width: 128px;
    height: 39px;
    border-radius: 19px;
    background: #FFFFFF;
    color: rgba(238, 18, 31, 1);
    border: none;
    cursor: pointer;
    margin-right: 22px;
}

.layout-header-BT-register {
    width: 128px;
    height: 39px;
    border-radius: 19px;
    background-image: linear-gradient(90deg, #fe7d37, #e6012c);
    color: white;
    border: none;
    cursor: pointer;
}

.layout-header-BT-register:hover {
    opacity: 0.9;
}

.layout-header-BT-login:hover {
    opacity: 0.9;
}

.layout-header-Action {
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 0 15px 0 30px;
    font-size: 16px;
}

.layout-header-Action span {
    cursor: pointer;
}

.layout-header-Action span:nth-child(2) {
    margin-right: 30px;
}

.login_state {
    display: none;
    position: relative;
}

.login_state .login_state_bt {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    height: 74px;
    min-width: 100px;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 41, 0.3);
}

.icon-yonghu {
    color: white;
}

.login_state .login_name {
    color: white;
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 16px;
}

.login_state:nth-child(2):hover ul {
    display: block;
}

.login_state ul {
    position: absolute;
    list-style: none;
    background-color: rgba(0, 0, 41, 0.45);
    width: 100%;
    z-index: 20;
    padding: 0;
    display: none;
    top: 74px;
    animation: move 0.5s;
}

.login_state ul > li {
    color: white;
    width: 100%;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    cursor: pointer;
}

.login_state ul > li a {
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.login_state ul > li:hover {
    background-color: #409eff;
}

.icon-xiajiantou {
    color: white;
    font-size: 10px;
    display: inline-block;
    transition: transform 0.5s;
}

.login_state:nth-child(2):hover .icon-xiajiantou {
    transform: rotate(-180deg);
}

@keyframes move {
    from {
        top: 150px;
        opacity: 0
    }
    to {
        top: 74px;
        opacity: 1
    }
}
