﻿/*@font-face {
    font-family: 'AlibabaHeavy';
    src: url('./font/Alibaba-PuHuiTi-Heavy.ttf');
}

@font-face {
    font-family: var(--sysNameFontFamily);
    src: url('./font/Alibaba-PuHuiTi-Bold.ttf');
}*/


/*@font-face {
    font-family: 'AlibabaLight';
    src: url('./font/Alibaba-PuHuiTi-Light.ttf');
}*/


/*@font-face {
    font-family: 'SourceHanSerifCN-Regular';
    src: url('./font/SourceHanSerifCN-Regular.otf');
}*/

@font-face {
    font-family: 'Zawgyi-One';
    src: url('./font/ZAWGYIONE.eot');
    src: local('./font/ZAWGYIONE'), url('./font/ZAWGYIONE.eot?#iefix') format('embedded-opentype'), url('./font/ZAWGYIONE.woff') format('woff'), url('./font/ZAWGYIONE.ttf') format('truetype');
}

@font-face {
    font-family: 'myanmar';
    src: local('./font/myanmar'), url('./font/myanmar.ttf') format('truetype');
    /*src: local('☺'), url('fonts/webfont.woff') format('woff'), url('fonts/webfont.ttf') format('truetype'), url('fonts/webfont.svg#webfontOTINA1xY') format('svg');*/
}

@font-face {
    font-family: '蒙语';
    src: url('./font/MenksoftQagan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    font-size: 14px;
    line-height: 1.6em;
    font-family: var(--baseFontFamily);
    color: #000 !important;
    background-color: var(--htmlBg);
}


/*样式*/

.mainBanner {
    width: 100%;
    height: 80px;
    background: url('./images20231031/banner.png') no-repeat 0 0;
    background-size: 100% 100%;
    /*background-color: var(--topBgColor);*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*color: #0C0C0C;*/
    position: relative;
    padding-right: 525px;
    overflow: hidden;
    line-height: 80px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.01);
}

.mainBanner>.mainBannerLeft {
    height: 80px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.mainBanner>.mainBannerRight {
    height: 80px;
    width: 520px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    font-size: 16px;
    text-align: right;
    white-space: nowrap;
    line-height: 80px;
}

.mainBannerLeft .schoolLogo {
    min-width: 46px;
    height: 46px;
    float: left;
    margin-left: 18px;
    margin-top: 17px;
    overflow: hidden;
}

.mainBannerLeft .schoolName {
    font-size: 22px;
    margin-left: 6px;
    font-family: var(--schoolNameFontFamily);
}

.mainBannerLeft .systemName:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #fff;
    opacity: 0.3;
    position: relative;
    top: 7px;
    margin-left: 10px;
    margin-right: 10px;
}

.mainBannerLeft .systemName {
    font-size: 22px;
    font-family: var(--sysNameFontFamily);
}

.mainBannerRight>.info {
    width: 224px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
}

.mainBannerRight>.info>.photo {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 40px;
    line-height: 44px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

.mainBannerRight>.info>.userName,
.mainBannerRight>.info>.yearName,
.mainBannerRight>.info>.AcademyName {
    width: 154px;
    height: 20px;
    position: absolute;
    left: 64px;
    top: 0;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
}

.mainBannerRight>.info>.yearName {
    top: 20px;
    font-size: 12px;
}

.mainBannerRight>.info>.AcademyName {
    top: 40px;
    font-size: 12px;
}

.mainBannerRight>.info>.AcademyName .listA {
    color: var(--searchBtnBg);
}

.mainBannerRight>.info:hover {
    background-color: var(--topInfoHoverBg);
}

.mainBannerRight>.tools {
    height: 46px;
    position: absolute;
    right: 255px;
    top: 17px;
    font-size: 14px;
    color: #fff;
}

.mainBannerRight>.tools>p {
    width: 30px;
    height: 46px;
    float: right;
    margin-left: 16px;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.mainBannerRight>.tools>p>i {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 26px;
    font-size: 24px;
    line-height: 24px;
    -webkit-text-stroke-width: 0;
}

.AIGC {
    background: url('./images20231031/icon-shan.gif') no-repeat;
    background-size: 100%;
}

.new-ai {
    width: 20px;
    height: 20px;
    position: absolute;
    background: url('./images20231031/ai-new.png') no-repeat;
    background-size: 100%;
    left: -7px !important;
    top: 21px !important;
}

.mainBannerRight>.tools>p>span {
    position: absolute;
    top: 30px;
    left: 0;
    width: 24px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
}

span.slipEffect {
    position: fixed;
    top: 54px;
    right: 54px;
    background-color: #606266;
    color: #fff;
    width: 40px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    text-align: center;
    display: none;
}

span.slipEffect>i {
    position: absolute;
    top: -16px;
    right: 50%;
    margin-right: -7px;
    color: #606266;
}

.personalInfo {
    position: fixed;
    right: 20px;
    top: 80px;
    width: 224px;
    min-height: 143px;
    /*background: url('./images20231031/infoBg.png') no-repeat 0 0;*/
    background-color: #fff;
    text-align: left;
    display: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.06);
}

.personalInfo>.role {
    display: none;
}

.personalInfo>.name {
    display: none;
}

.personalInfo>.year {
    display: none;
}

.personalInfo>.infoBox li {
    padding: 0 10px 0 48px;
    line-height: 36px;
    cursor: pointer;
    font-size: 14px;
    margin: 3px 0;
    position: relative;
}

.personalInfo>.infoBox li:hover {
    background: #f8f9ff;
    color: var(--mainColor)
}

.personalInfo>.infoBox li>i {
    position: absolute;
    left: 20px;
    top: 1px;
    font-size: 20px;
    line-height: 36px;
    width: 20px;
    height: 20px;
}

.personalInfo>.infoBox li.info_9 {
    color: #666;
    font-weight: 500;
    border: 1px solid var(--mainColor);
    border-radius: 4px;
    padding: 0;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    font-family: You She;
    padding: 0;
}

.personalInfo>.infoBox li.info_9:hover {
    color: var(--mainColor);
}

.personalInfo>.infoBox li.info_9 i {
    font-size: 16px !important;
    color: var(--mainColor);
    position: initial !important;
    height: auto;
    margin-right: 3px;
}

#newIdeas>i {
    background: url("../default/images20231031/innovation.png") no-repeat -2px -2px;
}

.Box {
    background: #fff;
    position: relative;
    height: 100%;
    width: 100%;
    padding-left: 250px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.nav {
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #FFF;
    /*box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.01);*/
    padding-top: 10px;
    box-shadow: 5px 0px 8px -5px rgba(0, 0, 0, 0.02);
}

.nav>h3 {
    text-align: center;
    width: 250px;
    height: 32px;
    background-color: var(--sidebarTitleBg);
    font-size: 14px;
    color: #666;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 30px;
    font-weight: 100;
}

.nav>h3>span {
    display: inline-block;
    line-height: 100%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav>h3>span>i.roleIcon {
    display: inline-block;
    width: 16px;
    height: 100%;
    line-height: 36px;
    vertical-align: middle;
    margin-right: 8px;
    color: var(--mainColor);
    font-size: 18px;
}

.nav>h3>i.navIcon {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    line-height: 32px;
    cursor: pointer;
    font-size: 22px;
    background: var(--sidebarTitleIcon);
}

.navCon {
    width: 250px;
    position: absolute;
    top: 43px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    font-size: 14px;
    box-shadow: 5px 0px 8px -5px rgba(0, 0, 0, 0.2);
}

.navCon>ul {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.navCon>ul::-webkit-scrollbar {
    display: none;
}

.navTabCon>li {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 10px;
}

.nav.selftestBox {
    padding-bottom: 98px;
}

.nav.selftestBox .navCon {
    bottom: 98px;
}

.nav .selftest {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 98px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 10px;
    background: #fff;
    box-shadow: 5px 0px 8px -5px rgba(0, 0, 0, 0.2);
}

.nav .selftest>img {
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: 2;
}

.nav .selftest .selftestInner {
    z-index: 1;
    width: calc(100% - 20px);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 56px;
    line-height: 56px;
    padding-left: 84px;
    position: absolute;
    bottom: 12px;
    left: 10px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
}

.nav .selftest .selftestInner:hover {
    background-color: var(--mainColor);
    color: #fff;
}

.tier {
    width: 230px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    padding-left: 44px;
    padding-right: 38px;
    line-height: 26px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 10px;
    margin: 6px 0;
}

.tier:hover {
    overflow: initial;
    white-space: normal;
    background-color: var(--mainColor);
    color: #fff;
}

.tier:hover::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 2px;
    height: 38px;
    width: 6px;
    background-color: var(--mainColor);
    border-radius: 0 10px 10px 0;
}

.tier.hover {
    overflow: initial;
    white-space: normal;
    background-color: var(--mainColor);
    color: #fff;
}

.tier.hover::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 2px;
    height: 38px;
    width: 6px;
    background-color: var(--mainColor);
    border-radius: 0 10px 10px 0;
}

.tier b.icon {
    position: absolute;
    right: 20px;
    top: 14px;
    width: 15px;
    height: 18px;
    font-size: 20px;
    font-weight: 100;
    line-height: 18px;
}

.tier i {
    position: absolute;
    left: 20px;
    top: 12px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
    font-size: 18px;
}

.secondaryMenu {
    padding-left: 30px;
}

.towtier {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 210px;
    line-height: 2em;
    padding: 6px 5px 6px 14px;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px 0;
    border-radius: 6px 0 0 6px;
}

.towtier:hover {
    background-color: var(--sidebarSelectd);
    color: var(--sidebarSelectdColor);
    overflow: initial;
    white-space: normal;
}

.towtierr {
    background-color: var(--sidebarSelectd);
    color: var(--sidebarSelectdColor);
    overflow: initial;
    white-space: normal;
}


/*样式*/

.banner {
    width: 100%;
    height: 80px;
    background: url('./images20231031/banner.png') no-repeat 0 0;
    background-size: 100% 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    line-height: 80px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.01);
}

.bannerLeft {
    width: 75%;
    height: 80px;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bannerRight {
    float: left;
    width: 25%;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    text-align: right;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 70px;
}

.schoolLogo {
    min-width: 40px;
    height: 40px;
    float: left;
    margin-left: 18px;
    margin-top: 20px;
    overflow: hidden;
}

.G-college {
    font-size: 22px;
    margin-left: 6px;
    font-family: var(--schoolNameFontFamily);
}

.G-paper:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #fff;
    opacity: 0.3;
    position: relative;
    top: 7px;
    margin-left: 10px;
    margin-right: 10px;
}

.G-paper {
    font-size: 22px;
    font-family: var(--sysNameFontFamily);
}

.bannerRight>.quit {
    position: absolute;
    right: 10px;
    top: 30px;
    width: 47px;
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.bannerRight>.quit>i {
    position: absolute;
    top: 1px;
    left: 0px;
    width: 17px;
    height: 17px;
    background: url("../default/images20231031/cutover-help-quit.png") no-repeat -43px 0;
}