/* 导航 */
body,
.el-header {
    position: relative;
    margin: 0;
    padding: 0;
    color: #4d555d;
}

img {
    vertical-align: middle;
}

#frameMainContainer {
    /*min-width:1200px;*/
    width: 100%;
    height: 100%;
    font-weight: normal !important;
    overflow: hidden;
    overflow-y: auto;
}

#frameMainContainer::-webkit-scrollbar {
    width: 0;
}

#vueNav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    box-shadow: 0px 1px 4px 0px rgba(60, 67, 76, 0.1);
}

#mainContainer {
    position: relative;
    padding-top: 80px;
}

#vueNav .el-header {
    background-color: #fff;
}

#vueNav .el-header #nav {
    position: relative;
    min-width: 1300px;
    line-height: 60px;
    margin: auto;
    font-size: 14px;
    padding: 0 20px;
}

#vueNav .headerShowMore {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    min-height: 200px;
    background-color: #e6e6e6 !important;
    opacity: 1;
    filter: alpha(opacity=100);
    border: 1px solid #d1d1d1;
    border-top: 0px;
    padding: 10px 224px;
    padding-left: 210px;
    box-sizing: border-box;
}
/* #vueNav .headerShowMore::after {
    position: absolute;
    top: -8px;
    left: 820px;
    content: '';
    display: inline-block;

    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e6e6e6 !important;
} */
#vueNav .headerShowMore .more-container {
    display: flex;
    justify-content: space-between;
    /* justify-content: flex-start; */
    flex-wrap: wrap;
}

#vueNav .headerShowMore .more-container::after {
    content: '';
    flex: 1;
}

#vueNav .headerShowMore .more-container .more-item {
    height: 44px;
    line-height: 44px;
    color: #4d555d;
    padding: 0 15px;
    font-weight: 500;
    cursor: pointer;
}

#vueNav .headerShowMore .more-container .more-item:hover {
    color: #d7000f;
}

#vueNav .headerShowMore .more-container .more-item span {
    display: block;
    width: 80%;
    height: 4px;
    background-color: #d7000f;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: -6px;
}

#vueNav .el-header #nav .el-menu--horizontal {
    border: none;
}

#vueNav .el-header #nav .el-menu--horizontal > .el-menu-item {
    color: #4d555d;
    padding: 0 12px !important;
    border-bottom: none !important;
}
@media screen and (max-width: 1366px) {
    #vueNav .el-header #nav .el-menu--horizontal > .el-menu-item {
        color: #4d555d;
        padding: 0 10px;
        border-bottom: none !important;
    }
}

#vueNav img {
    display: inline-block;
}

#vueNav .el-header #nav .navLogo {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 170px;
    height: 60px;
    margin: 0px 0px 0px 20px;
}

#vueNav .el-header #nav .navMenu {
    height: 40px;
    line-height: 40px;
    margin-left: 150px;
}
#vueNav .el-header #nav .navMenu .el-menu-demo {
    max-width: 620px !important;
}
#vueNav .el-header #nav .navMenu,
#vueNav .el-header #nav .navMenu p,
#vueNav .el-header #nav .navMenu span {
    display: inline-block;
}

#vueNav .el-header #nav .navMenu {
    height: 60px;
    padding: 0 18px;
    cursor: pointer;
}

#vueNav .el-header #nav .navMenu li {
    height: 44px;
    line-height: 44px;
}

#vueNav .el-header #nav .navMenu .active_:last-child {
    position: relative;
    display: none;
}

#vueNav .el-header #nav .navMenu .active_:last-child:after {
    position: absolute;
    top: 52px;
    right: 28px;
    content: '';
    display: inline-block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e6e6e6 !important;
}

#vueNav .el-header #nav .navMenu p {
    line-height: 16px;
    margin: 18px 0 4px 0;
}

#vueNav .el-header #nav .navMenu li:hover {
    color: #d7000f;
}

#vueNav .el-header #nav .navMenu span {
    display: block;
    width: 80%;
    height: 4px;
    background-color: #d7000f;
    border-radius: 2px;
    margin: 0 auto;
}

#vueNav .el-header #nav .navTool,
#vueNav .el-header #nav .navLoginBox {
    height: 60px;
}

#vueNav .el-header #nav .navLogo img {
    height: 50px;
}

#vueNav .el-header #nav .navTool {
    float: right;
    display: inline-block;
    font-size: 18px;
}

#vueNav .el-header #nav .navLoginBox {
    float: right;
    display: inline-block;
    padding-left: 10px;
    font-size: 12px;
}

#vueNav .el-header #nav .mychangePlat {
    margin-right: 40px;
}
#vueNav .el-header #nav .mychangePlat a {
    display: inline-block;
    line-height: 60px;
}

.mychangePlatDialog__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    z-index: 2085;
    background-color: rgba(0, 0, 0, 0.5);
}

.mychangePlatDialog__wrapper .triangle {
    position: fixed;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: 62px;
    right: 70px;
    z-index: 999;
}

.mychangePlatDialog__wrapper .box {
    position: fixed;
    margin: 0 auto 50px;
    padding: 20px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    box-sizing: border-box;
    width: 270px;
    top: 72px;
    right: 20px;
    line-height: 30px;
}

.mychangePlatDialogClose {
    display: block;
    color: #4f7bf5;
    cursor: pointer;
    margin: 30px 0 20px 0;
    border: 1px solid #4f7bf5;
    border-radius: 15px;
    width: 80px;
    line-height: 24px;
    text-align: center;
}

#vueNav .el-header #nav .navLoginBox img,
#vueNav .el-header #nav .myLogin img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 16px 10px;
}
#vueNav .el-header #nav .myLogin img,
#vueNav .el-header #nav .myLogin div,
#vueNav .el-header #nav .myLogin i {
    float: left;
    display: inline-block;
    line-height: 60px;
    max-height: 60px;
}
#vueNav .el-header #nav .myLogin .el-dropdown-link div {
    max-width: 100px;
}

#vueNav .el-header #nav .navLoginBox .changePlat,
#vueNav .el-header #nav .navLoginBox .changePlatCircle {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    margin: 10px auto;
    padding: 2px;
    text-align: center;
    color: #de1915;
    font-size: 16px;
    border-radius: 50%;
    border: 1px solid #de1915;
}

/*loading的样式*/
.el-loading-spinner {
    font-size: 50px;
}

/* 控制网站灰化 */
.all-site-gray {
    filter: grayscale(1);
}
