/*pc端header*/
.user-bar {
    width: 100%;
    height: 36px;
}

.user-bar .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

@media (min-width: 1200px) {
    .user-bar .content {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 1200px) {
    .user-bar .content {
        max-width: 1200px;
        margin: 0 auto;
    }
}

.user-bar p {
    margin-bottom: 0;
}

.user-bar ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.user-bar select {
    outline: none;
    border: solid 1px transparent;
    background-color: transparent;
}

.user-bar .mobile-code .code-box {
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: 6px;
    padding: 6px;
    z-index: 10;
}

.user-bar .mobile-code .code-box p {
    text-align: center;
    color: #303133;
    font-size: 12px;
}

.user-bar .mobile-code img {
    width: 100px;
    height: 100px;
}

.user-bar .mobile-code span:hover+.code-box {
    display: block;
}

.user-bar .user-bar-right li {
    position: relative;
}

.user-bar .user-bar-right li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    background-color: #d3d3d3;
}

.user-bar ul li {
    padding: 0 8px;
}

.user-bar .user-info {
    display: flex;
    align-items: center;
}

.user-bar .user-info .avatar {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    margin-right: 5px;
}

.user-bar .user-info .avatar img {
    width: 100%;
    height: 100%;
}

.user-bar .login,
.user-bar .register {
    display: none;
}

/*手机端header*/
.user-bar.mobile_model {
    display: flex;
    justify-content: space-between;
}

.user-bar.mobile_model .login-register {
    display: none;
}

.user-bar.mobile_model a {
    color: #a4a4a4;
    font-size: 12px;
}





#module-508430-components-nav-1511494344924-3104 .gw-nav {
    width: 130px;
    height: 80px;
    font-family: 微软雅黑;
    font-size: 16px;
    color: rgb(102, 102, 102);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-align: center;
    line-height: 80px;
}

#module-508430-components-nav-1511494344924-3104 .gw-nav-cont {
    margin-left: 0;
    margin-right: 0;
}

#module-508430-components-nav-1511494344924-3104 .gw-nav-cont-row {
    margin-left: 0;
    margin-right: 0;
}

#module-508430-components-nav-1511494344924-3104 .sec-menu {
    font-family: 微软雅黑;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    background-color: #FFFFFF;
    color: #666666;
    height: 38px;
}

#module-508430-components-nav-1511494344924-3104 .three-menu {
    font-family: 微软雅黑;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #666666;
    height: 30px;
}

#module-508430-components-nav-1511494344924-3104 .menu-list {
    position: absolute;
    top: 80px;
    margin-left: 0;
}

#module-508430-components-nav-1511494344924-3104 .gw-nav-cont-mobile .menu-list {
    width: 100% !important;
}

#module-508430-components-nav-1511494344924-3104 .menu-list ul {
    background-color: #FFFFFF;
    line-height: 38px;
}

#module-508430-components-nav-1511494344924-3104 .menu-list-row {
    position: absolute;
    top: 80px;
}

#module-508430-components-nav-1511494344924-3104 .menu-list-row ul {
    background-color: #FFFFFF;
    line-height: 38px !important;
}

#module-508430-components-nav-1511494344924-3104 .menu-list-row ul li {
    margin-left: 0;
}

#module-508430-components-nav-1511494344924-3104 .has-three-child-row .three-list {
    top: 38px;
}

#module-508430-components-nav-1511494344924-3104 .three-list ul {
    line-height: 30px !important;
}

#module-508430-components-nav-1511494344924-3104 .three-list-row {
    position: absolute;
    top: 80px;
}

#module-508430-components-nav-1511494344924-3104 .three-list-row ul {
    top: 30px;
}

#module-508430-components-nav-1511494344924-3104 .three-list-row ul li {
    margin-left: 0;
}

#module-508430-components-nav-1511494344924-3104 .menu-list .triangle_border_up {
    border-bottom-color: #FFFFFF;
}

#module-508430-components-nav-1511494344924-3104 .sec-menu a {
    color: #666666;
    text-decoration: none;
    font-weight: normal;
}

#module-508430-components-nav-1511494344924-3104 .sec-menu:hover .three-menu a {
    color: #666666;
    text-decoration: none;
    font-weight: normal;
}

#module-508430-components-nav-1511494344924-3104 .gw-nav-cont:hover .gw-nav {
    width: 130px;
    height: 80px;
    font-family: 微软雅黑;
    font-size: 16px;
    color: rgb(238, 238, 238);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    background-color: rgb(61, 132, 197);
    display: inline-block;
    text-align: center;
    line-height: 80px;
}

#module-508430-components-nav-1511494344924-3104 .gw-nav-cont-row:hover .gw-nav {
    width: 130px;
    height: 80px;
    font-family: 微软雅黑;
    font-size: 16px;
    color: rgb(238, 238, 238);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    background-color: rgb(61, 132, 197);
    display: inline-block;
    text-align: center;
    line-height: 80px;
}

#module-508430-components-nav-1511494344924-3104 .first-nav-cont:hover .gw-nav {
    width: 130px;
    height: 80px;
    font-family: 微软雅黑;
    font-size: 16px;
    color: rgb(238, 238, 238);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    background-color: rgb(61, 132, 197);
    display: inline-block;
    text-align: center;
    line-height: 80px;
}

#module-508430-components-nav-1511494344924-3104 .gw-nav-cont:hover {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#module-508430-components-nav-1511494344924-3104 .gw-nav-cont-row:hover {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#module-508430-components-nav-1511494344924-3104 .sec-menu:hover {
    background-color: #FFFFFF;
    font-size: 14px;
    height: 38px;
    font-weight: normal;
}

#module-508430-components-nav-1511494344924-3104 .sec-menu:hover a {
    color: #000000;
    font-family: 微软雅黑;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

#module-508430-components-nav-1511494344924-3104 .three-menu:hover {
    font-size: 14px;
    height: 30px;
    font-weight: normal;
}

#module-508430-components-nav-1511494344924-3104 .sec-menu .three-menu:hover a {
    color: #5085e9;
    font-family: 微软雅黑;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.mobile #module-508430-components-nav-1511494344924-3104 .three-menu:hover a {
    color: #5085e9;
    font-family: 微软雅黑;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

#module-508430-components-nav-1511494344924-3104 .gw-nav.active {
    width: 130px;
    height: 80px;
    font-family: 微软雅黑;
    font-size: 16px;
    color: rgb(238, 238, 238);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    background-color: rgb(61, 132, 197);
    display: inline-block;
    text-align: center;
    line-height: 80px;
}

#module-508430-components-nav-1511494344924-3104 {
    --nav-effect-color: #FFFFFF;
    --nav-color: rgb(102, 102, 102);
    --nav-active-color: rgb(238, 238, 238);
}