body {
    font-size: 14px;
    min-width: 1300px;
    width: 100%;
    background: #efefef;
    /*height: 100%;*/
}

.topBg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #fff;
    height: 60px;
    background-size: 100% 100%;
    border-bottom: 1px solid #dbdbdb;
    box-sizing: border-box;
}

.topLeft {
    height: 42px;
    width: 130px;
    margin: 0 9px;
    /*font-size: 18px;*/
}

.topLeft img {
    vertical-align: middle;
}

.topRight ul li {
    float: left;
    font-size: 12px;
    color: #000;
    line-height: 60px;
    height: 60px;
    margin-left: 26px;
    position: relative;
}

.topRight ul li a {
    font-size: 12px;
    color: #a3a3a3;
    line-height: 49px;
    height: 49px;
}
.topRight ul li a:hover{
    font-size: 12px;
    color: #333;
    line-height: 49px;
    height: 49px;
}

.topRight .touXiang {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    margin: auto 0;
}

.content {
    background: #fff;
    /*height: calc(100% - 60px);*/
    /*border: 1px solid #dcdcdc;*/
}

.content img {
    vertical-align: middle;
}

/*左侧目录*/
.contentLeft {
    width: 100px;
    background: #4986ff;
    height: 100%;
    overflow-y: auto;
    /*height: 900px;*/
}

.contentLeft ul li {
    width: 100%;
    height: 90px;
}

.contentLeft ul li a {
    display: block;
    font-size: 16px;
    color: #efefef;
    text-align: center;
}

.contentLeft ul li a span {
    display: inline-block;
    width: 100%;
    height: 34px;
}

.contentLeft ul .testActive {
    background: #024CD9;
}

.contentLeft ul .testActive a {
    color: #fff;
}

/*右侧导航*/
.contentRight {
    padding-right: 10px;
    background: #fff;
    /*margin-top: 3px;*/
    /*box-shadow: 0 -3px 0 #ccc;*/
}

.contentRight .content {
    background: #fff;
}

.contentRight .content, .contentRight .shareTest {
    width: 100%;
}

.navOul {
    width: 100%;
    background: #c8daff;
    height: 40px;
    border: 1px solid #ADC8FF;
}

.navOul li {
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 140px;
}

.navOul .activeTab {
    background: #fff;
    border-top: 6px solid #4B86FF;
    border-left: 1px solid #4B86FF;
    border-right: 1px solid #4B86FF;
    height: 35px;
    width: 138px;
}

.navOul .activeTab a {
    height: 32px;
    line-height: 32px;
    color: #4986ff;
}

.navOul li a {
    font-size: 14px;
    color: #707070;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
}

.navClass {
    background: white;
    box-shadow: 2px 2px 10px #909090;
}

/*.navDiv{*/
/*position: absolute;*/
/*z-index: 100;*/
/*left: 18px;*/
/*}*/
.navDiv .nav {
    z-index: 99999999999;
    position: fixed;
    width: 90px;
    height: 90px;
    margin-left: -8px;
}

.topRight #downMemu #memuList li {
    padding: 0;
    margin-left: -1px;
    text-align: center;
    font-size: 12px;
    width: 90px;
    height: 30px;
    line-height: 30px;
}

.topRight #downMemu #memuList li:hover {
    background: #dae8fe;
    margin-left: -1px;
}

.topRight #downMemu #memuList li:hover a {
    color: black;
}

.topRight #downMemu #memuList li a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.boxContent {
    width: 557px;
    border: 0;
}

/*我的试卷库、共享试卷库、批量导入组员信息、单个导入组员信息的页签样式*/
.otherLanList ul {
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #dcdcdc;
}

.otherLanList ul li {
    width: 148px;
    height: 36px;
    float: left;
    line-height: 36px;
    position: relative;
}

.otherLanList ul li .buleLine {
    position: absolute;
    bottom: -1px;
    display: none;
    width: 100%;
    height: 2px;
    background: #fff;
}

.otherLanList ul li a {
    color: #707070;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.otherLanList ul .infoActive {
    background: #fff;
    border-top: 4px solid #4A86FF;
    border-left: 1px solid #4A86FF;
    border-right: 1px solid #4A86FF;
    height: 32px;
}

.otherLanList ul .infoActive .buleLine {
    display: block;
}

.otherLanList ul .infoActive a {
    color: #4A86FF;
}

/*首页*/
.top-w {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
}

.index-top {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 7px 7px -7px #5E5E5E;
}

.index-lpic {
    width: 219px;
    height: 80px;
}

.index-top .nav {
    margin-left: 30px;
}

.index-top .nav ul {
}

.index-top .nav ul li {
    width: 100px;
    height: 80px;
    float: left;
    line-height: 80px;
    text-align: center;
}

.index-top .nav ul li a {
    font-size: 16px;
    display: block;
    color: #333;
}

.index-top .nav ul li a.choose-nav {
    background: url(../../img/front/head/nav-choose.png) no-repeat 0 0;
    color: #4a86ff;
}

.index-top .nav ul li a:hover {
    color: #4a86ff;
}

.index-login {
    width: 450px;
}

.index-login .pic-two {
    float: left;
}

.index-login .pic-two img {
    margin-right: 29px;
}

.index-login a.rz01 {
    float: left;
    background: url(../../img/front/head/top-t1.png) no-repeat 0 0;
    width: 90px;
    height: 69px;
    display: block;
}

.index-login a.rz02 {
    float: left;
    background: url(../../img/front/head/top-t2.png) no-repeat 0 0;
    width: 90px;
    height: 69px;
    display: block;
}

.index-login a.rz03 {
    float: left;
    background: url(../../img/front/head/top-t3.png) no-repeat 0 0;
    width: 90px;
    height: 69px;
    display: block;
}

.index-login a.rz01:hover {
    background: url(../../img/front/head/top-t1-hover.png) no-repeat 0 0;
    width: 90px;
    height: 69px;
    display: block;
}

.index-login a.rz02:hover {
    background: url(../../img/front/head/top-t2-hover.png) no-repeat 0 0;
    width: 90px;
    height: 69px;
    display: block;
}

.index-login a.rz03:hover {
    background: url(../../img/front/head/top-t3-hover.png) no-repeat 0 0;
    width: 90px;
    height: 69px;
    display: block;
}

.index-login .login-in {
    float: right;
    margin-top: 30px;
}

.index-login .login-in a {
    display: block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border: 1px solid #4a86ff;
    border-radius: 2px;
    float: left;
    margin-left: 10px;
}

.index-login .login-in a.choose-l {
    background: #4a86ff;
    color: #fff;
}

.index-login .login-in a.choose-l:hover {
    background: #024ad9;
    color: #fff;
}

.index-login .login-in a.zc-a:hover {
    background: #dbe7ff;
}

/*glodoneduFooter样式*/
/*footer--start*/
.footer {
    width: 100%;
    background: #333;
    height: inherit;
    /*position: absolute;*/
    bottom: inherit;
    line-height: inherit;
    padding-top: 20px;
}

.footer p a {
    color: #309ef7;
    text-decoration: none;
}

.bottom{
    width: 100%;
    height: 100px;
    /*position: absolute;*/
    bottom:0;
    text-align: center;
    font-size: 12px;
    color: #333333;
    background-color: #fff;
}
.bottom p a{
    font-size: 12px;
}

.footerBox {
    width: 1180px;
    margin: auto;
}

.footerAddress, .footerContact {
    position: relative;
    padding-left: 58px;
    font-size: 12px;
    color: #fff;
}

.footerAddress .addressDetails, .footerContact .addressDetails {
    line-height: 24px;
    display: inline-block;
}

.footerAddress img, .footerContactBox img {
    position: absolute;
    left: 0;
    top: 4px;
}

.footerAddress .name, .footerContactBox .name {
    position: absolute;
    left: 22px;
    top: 4px;
}

.footerTxt {
    margin-top: 46px;
    border-top: 1px solid #fff;
    padding-bottom: 10px;
    padding-top: 25px;
}

.footerTxt p {
    font-size: 12px;
    color: #dbdbdb;
    height: 26px;
    line-height: 26px;
    text-align: left;
}

.footerRight ul li {
    float: left;
    margin: 0 18px;
    width: 130px;
    text-align: center;
}

.footerRight ul li .CodePic {
    width: 130px;
    height: 126px;
}

.footerRight ul li .CodePic img {
    width: 100%;
    height: 100%;
}

.footerRight ul li p {
    line-height: 20px;
    height: 20px;
    color: #fff;
}

.footerRight ul li .txtSmall {
    font-size: 12px;
    margin-top: 10px;
}

.footerRight ul li .txtBig {
    font-size: 14px;
}
/*footer--end*/


.img.mfp-img {
    background: #fff;
}

.use-guide-list {
    display: none;
    z-index: 99999999999;
    position: fixed;
    width: 90px;
    margin-left: -8px;
    background: white;
    box-shadow: 2px 2px 10px #909090;
}

.use-guide-tip {
    cursor: pointer;
}

.use-guide .use-guide-list li {
    padding: 0;
    margin-left: -1px;
    text-align: center;
    font-size: 12px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.use-guide .use-guide-list li a {
    height: 30px;
    line-height: 30px;
}