/*
    header菜单基本样式
*/
.home-header {
    background-color: white;
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    z-index: 10000;
    transition: all .5s;
    transform: translateZ(0);
}
/*
	首页时 Header菜单额外样式
*/
.home-header-hover {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 10000;
    color: #FFFFFF !important;
    transition: all .5s;
    transform: translateZ(0);
}
.home-header-hover:hover {
    background-color: white;
}
.home-navigator {
    width: auto;
    min-width: 1200px;
    padding-left: 70px;
    padding-right: 60px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    box-shadow:0 0 10px rgba(0,0,0,.15);
}
@media screen and (max-width: 1300px) {
    .home-navigator {
        padding-left: 0;
    }
}
/*
	首页时 Header菜单额外样式
*/
.home-header-hover .home-navigator {
    box-shadow:0 0 0 rgba(0,0,0,.15);
}
.home-header-hover:hover .home-navigator {
    box-shadow:0 0 10px rgba(0,0,0,.15);
}
/*
    header菜单logo部分基本样式
 */
.navigator-logo {
    width: 115px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.navigator-logo img{
    width: 100%;
    height: auto;
    display: block;
}
.navigator-logo .navigator-logo-img-white {
    display: none;
}
/*
	首页时 Header菜单额外样式
*/
.home-header-hover .navigator-logo-img, .home-header-hover:hover .navigator-logo-img-white {
    display: none;
}
.home-header-hover .navigator-logo-img-white, .home-header-hover:hover .navigator-logo-img {
    display: block;
}
/*
    Header菜单选择语言部分样式
 */
.switch-language {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
}
.switch-language-lang {
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight:400;
    line-height: 44px;
    color: #333333;
    padding: 0 5px;
}
.switch-language-lang:hover {
    color: #2A7DFF;
}
.switch-language-divider {
    width: 1px;
    height: 12px;
    background-color: #333333;
}
.language-selected {
    color: #2A7DFF !important;
}
/*
	首页时 Header菜单额外样式
*/
.home-header-hover .switch-language-lang {
    color: #FFFFFF;
}
.home-header-hover:hover .switch-language-lang {
    color: #333333;
}
.home-header-hover:hover .switch-language-lang:hover {
    color: #2A7DFF;
}
.home-header-hover .switch-language-divider {
    background-color: #FFFFFF;
}
.home-header-hover:hover .switch-language-divider{
    background-color: #333333;
}
.home-header-hover .language-selected {
    color: #FFFFFF !important;
}
.home-header-hover:hover .language-selected {
    color: #2A7DFF !important;
}
/*
    Header菜单 菜单部分
 */
.navigator-menu {
    height: 100%;
    float: right;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
}
.menu-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 35px;
    padding-right: 35px;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #333333;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}
.menu-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #2A7DFF;
    left: 0;
    bottom: 0;
    visibility: hidden;
    transform: scaleX(0);
    transition: all .3s;
}
.menu-item:hover::after {
    visibility: visible;
    transform: scaleX(1);
}
.menu-item:hover {
    color: #2A7DFF;
    box-shadow: 0 0 32px rgba(0,0,0,0.1);
}
.menu-solutions:hover .solution-submenu {
    visibility: visible;
    opacity: 1;
}
/*.menu-solutions .el-icon-arrow-up {*/
/*    display: none;*/
/*}*/
/*.menu-solutions:hover .el-icon-arrow-down {*/
/*    display: none;*/
/*}*/
/*.menu-solutions:hover .el-icon-arrow-up {*/
/*    display: inline-block;*/
/*}*/
.menu-item-selected {
    color: #2A7DFF;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
}
.menu-item-selected::after {
    width: 100%;
    transform: scaleX(1);
    visibility: visible;
}
/*
	首页时 Header菜单额外样式
*/
.home-header-hover .menu-item {
    color: #FFFFFF;
}
.home-header-hover:hover .menu-item {
    color: #333333;
}
.home-header-hover:hover .menu-item:hover {
    color: #2A7DFF;
}
.home-header-hover .menu-item-selected {
    color: #FFFFFF;
}
.home-header-hover .menu-item-selected::after {
    left: 50%;
    width: 0;
}
.home-header-hover:hover .menu-item-selected {
    color: #2A7DFF;
    box-shadow: 0 0 32px rgba(0,0,0,0.1);
}
.home-header-hover:hover .menu-item-selected::after {
    left: 0;
    width: 100%;
    transform: scaleX(1);
}
.solution-submenu {
    width: 100%;
    height: 129px;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 70px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    background: url(https://qresource.meishesdk.com/new/img/pc-submenu-bg.jpg) repeat-x top #FFFFFF;
    cursor: default;
    white-space: nowrap;
    transition: all .5s;
    user-select: none;
}
/*
	首页时 Header菜单额外样式
 */
.home-header-hover .solution-submenu {
    top: 80px;
}
.solution-submenu-container {
    height: 125px;
}
.solution-submenu-group {
    display: inline-block;
    height: 100%;
    width: auto;
    vertical-align: top;
}
.solution-submenu-item {
    width: auto;
    height: 100%;
    margin: auto 15px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #666666;
    cursor: pointer;
}
.solution-submenu-item-selected {
    color: #2A7DFF;
}
.solution-submenu-item-ic {
    width: auto;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
}
.solution-submenu-item-ic img {
    width: auto;
    height: auto;
    max-height: 100%;
}
.solution-submenu-item span {
    text-align: center;
    padding: 0 1px;
}
.solution-submenu-divider-group {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: auto;
    margin: auto 15px;
}
.solution-submenu-divider {
    width: 2px;
    height: 45px;
    background: #000000;
    opacity: 0.1;
}
/*
    Header菜单 登录和注册部分
 */
.navigator-u-info {
    height: 100%;
    width: auto;
}
.navigator-login {
    height: 100%;
    width: auto;
    color: #333333;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}
.menu-login {
    font-size:14px;
    font-weight:400;
    color: #333333;
    margin-right: 10px;
    cursor: pointer;
}
.menu-login:hover {
    color: #2A7DFF;
}
/*
	在首页时 不滚动则显示白色文字
*/
.home-header-hover .menu-login {
    color: #FFFFFF;
}
.home-header-hover:hover .menu-login {
    color: #333333;
}
.home-header-hover:hover .menu-login:hover {
    color: #2A7DFF;
}
.menu-signup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 28px;
    background: linear-gradient(270deg,rgba(42,125,255,1) 0%,rgba(101,160,251,1) 100%);
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF!important;
    padding-left: 10px;
    padding-right: 10px;
}

/*
    Header菜单前往控制台部分
 */
.navigator-console {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    color: #333333;
    font-size: 16px;
}
.navigator-console-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 30px;
    background: linear-gradient(270deg,rgba(42,125,255,1) 0%,rgba(101,160,251,1) 100%);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 10px;
    cursor: pointer;
}
.navigator-console-btn-en {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 36px;
    background: rgba(0,0,0,0);
    border-radius: 36px;
    font-size: 14px;
    font-weight: 400;
    color: #6EA8FF;
    padding: 0 20px;
    cursor: pointer;
    border: 3px solid;
    border-color: #6EA8FF;
}
/*
	首页时 Header菜单额外样式
*/
.home-header-hover .navigator-console {
    color: #FFFFFF;
}
.home-header-hover:hover .navigator-console {
    color: #333333;
}


