.content-right {
    display: flex;
    align-items: center;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(51, 152, 225, 0.2);
    z-index: 999;
    min-width: 1300px;
}

.header.active {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0px 10px 32px 3px rgba(15, 125, 237, 0.1100);
}
.header .content {
    position: relative;
    width: 1200px;
    height: 76px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #242F3F;
    display: flex;
    justify-content: space-between;
}

.header .logo {
    float: left;
    display: flex;
    align-items: center;
    font-size: 24px;
}

.header .menu-item {
    position: relative;
}

.header .menu-item:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 30px;
    z-index: -1;
    left: 0;
    bottom: -30px;
}

.header .menu-item:not(:last-child) {
    margin-right: 96px;
}

@media screen and (max-width: 1420px) {
    .header .menu-item:not(:last-child) {
        margin-right: 40px;
    }
}

.header .menu-item > a {
    display: block;
}

.header .menu-list {
    display: none;
    position: absolute;
    top: 107px;
    left: 0;
    background: #ffffff;
    line-height: 1em;
    width: 210px;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0px -2px 10px 0px rgba(8, 141, 255, 0.1);
}

.whiteStyle .header {
    background: #ffffff;
}

.whiteStyle .header .menu-title {
    color: rgba(51, 65, 84, 1);
}

.whiteStyle .header .login-btn {
    color: rgba(51, 65, 84, 1);
}

.header .menu-title {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 76px;
    box-sizing: border-box;
}

.header .menu-title:hover {
    border-bottom: 4px solid #3399ff;
}

.header .menu-item:hover .menu-list {
    display: block;
}


.popper_arrow:after {
    display: none;
    top: -12px;
    left: 50%;
    margin-left: -6px;
    content: " ";
    border-width: 6px;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    z-index: 999;
    border-bottom-color: #fff;
}


.header .button {
    width: 170px;
    height: 76px;
    line-height: 76px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
}

.header .register-btn {
    width: 134px;
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
}
.header .register-btn:hover {
    opacity: 0.9;
}

.whiteStyle .header .register-btn {
    background: #3399ff;
}

.header .login {
    margin-left: 47px;
    color: #3399FF;
}

.header .register a {
    color: #ffffff;
    background: #3399ff;
}

.header .register a:hover {
    background: #0080ff;
}

.el-submenu__title i {
    color: #FFFFFF !important;
}

.el-menu--popup .el-submenu__title {
    color: rgba(187, 187, 187, 1) !important;
}

.el-menu--popup .el-menu-item {
    color: rgba(187, 187, 187, 1) !important;
}

.el-menu--popup-bottom-start {
    background-color: rgba(128, 142, 180, 0.26) !important;
}

.el-menu--popup-right-start {
    background-color: rgba(128, 142, 180, 0.26) !important;
}

.el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
    border-bottom: none !important;
}

.el-menu--popup .el-menu-item.is-active, .el-menu--popup .el-submenu.is-active .el-submenu__title {
    color: #FFFFFF !important;
}

.el-menu.el-menu--horizontal {
    border-bottom: none !important;
}

.el-submenu__title, .el-menu-item {
    color: #FFFFFF !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

.el-menu--popup .el-submenu__title:hover {
    color: #FFFFFF !important;
}

.el-menu--popup .el-menu-item:hover {
    color: #FFFFFF !important;
}

.whiteStyle .el-submenu__title i {
    color: rgba(35, 47, 63, 0.6) !important;
}

.whiteStyle .el-menu--popup .el-menu-item.is-active, .whiteStyle .el-menu--popup .el-submenu.is-active .el-submenu__title {
    color: #3399ff !important;
}

.whiteStyle .el-menu--horizontal>.el-menu-item.is-active {
    color: #3399ff !important;
}

.whiteStyle .el-menu .el-menu-item, .whiteStyle .el-menu .el-submenu__title {
    border-bottom: unset !important;
}

.whiteStyle .el-menu--popup .el-submenu__title:hover {
    color: #3399ff !important;
}

.whiteStyle .el-menu--popup .el-menu-item:hover {
    color: #3399ff !important;
}

.whiteStyle .el-submenu__title {
    color: #232F3F !important;
}

.whiteStyle .el-menu-item {
    color: #232F3F !important;
}

.whiteStyle .el-menu--popup-bottom-start {
    background-color: #FFFFFF !important;
}

.whiteStyle .el-menu--popup-right-start {
    background-color: #FFFFFF !important;
}

.el-submenu.is-opened .el-submenu__title {
    background-color: rgba(0, 0, 0, 0) !important;
}

#index-header {
    display: flex;
    align-items: center;
}


#index-header .login-btn:hover {
    color: #3399FF;
}

#index-header .userName {
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
}

@-moz-document url-prefix() {
    .common-service-select-container {
        transform: translateX(0);
    }
}

.common-service-select-container .el-select-group__wrap:not(:last-of-type)::after {
    display: none;
}

.common-service-select-container .el-select-group__wrap:not(:last-of-type) {
    padding-bottom: 5px;
}

.common-service-select-container .el-select-group__title {
    padding-left: 12px;
    color: rgba(35,47,63,.3);
    line-height: 30px;
}

.common-service-select-container .el-select-dropdown__wrap {
    max-height: unset;
}

.common-service-select-container .common-service-select {
    padding-left: 20px !important;
    padding-right: 20px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-weight: 400;
    color: #232F3F;
    cursor: pointer;
    background-color: unset !important;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.common-service-select-container .common-service-select:hover,
.common-service-select-container .common-service-select.selected {
    color: #3399ff;
    background-color: #F5F7FA !important;
}

.common-service-select-container .common-service-select:hover .icon,
.common-service-select-container .common-service-select.selected .icon {
    color: #3399ff;
}

.common-service-select-container .common-service-select .icon {
    font-size: 16px;
    margin-right: 10px;
    vertical-align: bottom;
    color: rgba(35, 47, 63, 0.6);
}

.service-el-select {
    width: 150px;
}

.service-el-select .el-input__inner {
    background: rgba(51, 153, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    border-radius: 2px;
}

.service-el-select .el-input__icon {
    color: rgba(255, 255, 255, 1) !important;
    width: 25px;
    line-height: 26px;
    text-align: center;
}

.service-el-select .el-input.is-focus .el-input__inner, .service-el-select:hover .el-input__inner {
    background: rgba(51, 153, 255, 1);
    color: #FFF !important;
    border: 1px solid #3399ff;
}

.service-el-select .el-input.is-focus .el-input__icon, .service-el-select:hover .el-input__icon {
    color: #FFF !important;
}

.whiteStyle .service-el-select .el-input__inner {
    background: rgba(51, 153, 255, 0.1);
    color: #3399ff;
    border: 1px solid #3399FF;
}

.whiteStyle .service-el-select .el-input__icon {
    color: #3399ff !important;
}

.whiteStyle .service-el-select:hover .el-input__inner {
    background: rgba(51, 153, 255, 1);
    color: #FFF !important;
    border: 1px solid #3399ff;
}

.whiteStyle .service-el-select:hover .el-input__icon {
    color: #FFF !important;
}

.whiteStyle #index-header .userName {
    color: #3399FF !important;
}

.user-center-dropdown .el-dropdown-menu__item {
    font-size: 12px;
    width: 85px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    color: #232F3F;
}
.menu-href {
    display: inline-block;
    width: 100%;
}
