.mt30{
  margin-top: 30px;
}
.home-view{
  height: 1283px;
}
.tipCont{
  padding-left: 32px;
  position: relative;
}

.tipCont .el-message__icon{
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 20px;
  color: #F32027;
}
.colorF32027{
  color: #F32027;
  font-size: 16px;
}
.comPart.newsPart{
  margin-bottom: 60px;
}
.comPart{
  background: #1a1a54;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
}
.comPart .comTitle{
  width: 108px;
  height: 53px;
  position: absolute;
  background: #1750c8;
  z-index: 1;
}
.titBg{
  padding: 8px 22px;
  box-sizing: border-box;
  height: 56px;
  background: #47deff;
  position: absolute;
  top: 10px;
  left: 14px;
  color: #002027;
  font-size: 30px;
  z-index: 2;
  word-break: keep-all;
}
.newsPart .noticeMore{
  text-align: end;
  display: block;
  margin-top: 10px;
  font-size: 12px;
  opacity: .8;
}
.newsPart .comTitle{
  top: -20px;
  left: -11px;
  height: 30px;
}
.newsPart .comTitle .titBg{
  font-size: 20px;
  padding: 3px 16px;
  height: 33px;
  top: 6px;
  left: 10px;
}
.comPart .comTitle .titBg{
  font-size: 24px;
  width: 240px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  padding: 0;
}
.loginPart .loginTxt{
  color: #FFFFFF;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-bottom: 24px;
}
.loginPart .smBorder{
  width: 20px;
  height: 20px;
  position: absolute;
  border: 4px solid transparent;
}
.smBorder.lTop{
  left: -1px;
  top: -1px;
  border-top-color: #3594FF;
  border-left-color: #3594FF;
}
.smBorder.rTop{
  right: -1px;
  top: -1px;
  border-top-color: #3594FF;
  border-right-color: #3594FF;
}
.smBorder.lBot{
  left: -1px;
  bottom: -1px;
  border-bottom-color: #3594FF;
  border-left-color: #3594FF;
}
.smBorder.rBot{
  right: -1px;
  bottom: -1px;
  border-bottom-color: #3594FF;
  border-right-color: #3594FF;
}
.topHeader .rightLogin{
  width: 444px;
}
.rightLogin .loginPart{
  border: 1px solid #3594ff;
  border-radius: 8px;
  position: relative;
  box-sizing: border-box;
  height: unset;
  padding: 30px;
  background: rgba(15,15,98,0.50);
}
.rightLogin .tipPart{
  flex-wrap: wrap;
  box-sizing: border-box;
  border-radius: 0px 0px 8px 8px;
  background: unset;
  box-shadow: unset;
  padding: unset;
  border-top: 1px solid #223c89;
  display: block;
  padding-top: 20px;
}
.tipPart .info{
  color: #FFFFFF;
  font-size: 15px;
}
.tipPart .info .login-service{
  color: #6EA0FF;
  text-decoration: underline;
}
.tipPart .infoDetail{
  margin-bottom: 10px;
  font-size: 13px;
  width: 100%;
}
.tipPart .info .specialColor{
  color: rgba(255,255,255,0.50);
}
.btnPart .loginBtn{
  width: 382px;
  height: 40px;
  background: #3594ff;
  border-radius: 4px;
}

.btnPart .loginPwd{
  color:#3594FF;
}
.topHeader{
  background: url('https://picx.cnki.net/cumcm/images/banner.jpg') no-repeat center top;
  background-size: 1920px auto;
  width: 100%;
  min-height: 800px;
  overflow: hidden;
}
.topHeader .topLogo{
   display: flex;
   justify-content: flex-start;
   align-items: center;
   position: absolute;
   top: 14px;
   left: 20px;
}
.topLogo .topIcon1{
  width: 134px;
}
.topLogo .topIcon2{
  width: 136px;
  margin-left: 26px;
}
.topHeader .mainPart{
  width: 1200px;
  height: 540px;
  margin: 0 auto;
  margin-top: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topHeader .leftLogo{
  width: unset;
  position: relative;
}
.leftLogo .logoImg{
  width: 636px;
  margin-top: 35px;
}
.leftLogo .logoTxt{
  font-size:18px;
  color:#fff;
  word-break: keep-all;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.topHeader .mainPart .infoPart{
  width: 680px;
  max-height: 360px;
  margin-top: 25px;
  box-sizing: border-box;
}
.infoPart .comInfo{
  padding: 16px;
  height: 142px;
  background: linear-gradient(180deg,#191975, rgba(47,47,219,0.00) 100%);
}
.infoPart .comInfo .infoTit{
  color: #47DEFF;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 16px;
  letter-spacing: 1.3px;
}
.infoPart .comInfo .infoTit::before{
  content: '';
  width: 6px;
  height: 14px;
  background: #47deff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.infoPart .comInfo .infoCont{
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 1.3px;
  line-height: 26px;
  margin-left: 16px;
  margin-top: 10px;
}
.noticeArea{
  overflow-y: auto;
  min-height: 60px;
  height: unset;
  max-height: 202px;
  padding-top: 20px;
  box-sizing: border-box;
}

.noticeArea .noticeUl{
  color: #fff;
  margin-top: 24px;
}
.noticeArea .noticeUl:first-child{
  margin-top: 0;
}
.noticeUl a,.newsPart .noticeMore{
  color: #fff;
}
.noticeUl a:hover,.newsPart .noticeMore:hover{
  color: #47DEFF;
}
.noticeUl span{
  color: rgba(255,255,255,0.60);
  font-size: 14px;
}
.noticeArea .noCont{
  text-align: center;
  color: rgba(255,255,255,0.50);
}
.coutdownPart{
  min-height: 478px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coutdownPart .comTitle{
  top: -37px;
  left: -10px;
}
.centerDisplay{
  justify-content: center;
}

.coutdownPart .login-daoji{
  font-size:32px;
  color:#fff;
  letter-spacing: 14px;
  display: flex;
  align-items: center;
  margin-left: 120px;
}
.login-daoji .bigNum{
  font-size: 54px;
}
.coutdownPart .userDown{
  width: 401px;
  height: 278px;
  background: rgba(53,148,255,.2);
  padding: 30px 0px;
}
.userDown .usrTit{
  color: #fff;
  font-size: 18px;
  padding-left: 20px;
}
.userDown .down-TestQuestions {
  text-align: center;
  margin-top: 67px;
}
.userDown .down-TestQuestions a{
  color: #fff;
  font-weight: 700;
}
.down-TestQuestions a:hover{color: #47DEFF;}
.coutdownPart .downQue{
  width: 60%;
}
.userDown .down-book{
  margin-top: 80px;
  width: 100%;
  border-top: 3px solid rgba(36,139,255,.2);
  padding-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.down-book .bookTit{
  width: 200px;
  height: 40px;
  background: #47deff;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #1750C8;
  font-size: 16px;
  cursor: pointer;
}
.bookTit .icon{
  width: 16px;
  height: 16px;
  fill: #1750C8;
  transform: rotate(270deg);
  margin-left: 10px;
}
.downQue .queUrl{
  margin-top: 34px;
  margin-right: 34px;
  padding: 12px 90px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 47px;
  box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25); 
  display: inline-block;
}
.queUrl img{
  width: 18px;
}
.queUrl a{
  color: rgba(23,80,200,1);
  font-size: 16px;
  font-weight: bold;
}
.otherDown{
  margin-top: 80px;
}
.downQue .otherDown .oterTit{
  font-size: 18px;
  color: #fff;
}
.otherDown .otherCont{
  margin-top: 30px;
}
.otherCont a{
  color: #fff;
  text-decoration: underline;
}
.otherCont a:hover{
  color: #47DEFF;
}
.otherCont .urlA{
  margin-left: 36px;
}
/* 学生主页 */
#box .stu_main .stu_right .stu_common{
  margin-bottom: 14px;
}
#box .stu_main .stu_right .stu_common:last-child{
  margin-bottom: 0;
}
.stu_main .stu_right>div:nth-of-type(2){
  height: 116px;
}
.stu_main .stu_right>div:nth-of-type(3){
  min-height: 300px;
  box-sizing: border-box;
  height: 349px;
}
.stu_main .stu_right>div:nth-of-type(4){
  min-height: 244px;
}
.stu_main .stu_right>div:last-child{
  height: 230px;
}
.stu_down1, .stu_down2{
  margin-top: 20px;
}
.stu_common .xmrdCont{
  padding: 20px 30px;
}
.stu_common .xmrdCont .xmrdItem{
  color: #2A8DD6;
  font-size: 14px;
  position: relative;
  margin-bottom: 16px;
  display: inline-block;
}
.stu_common .xmrdCont .xmrdItem:hover{
  color:#f60;
}


.stu_common .xmrdCont .xmrdItem:last-child{
  margin-bottom: 0;
}
.stu_common .xmrdCont .xmrdItem .round{
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2A8DD6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -8px;
}
.stu_common .xmrdCont .xmrdItem:hover .round{
  background:#f60;
}
.stu_main .stu_right .stu_manager{
  padding: 20px 45px 0 27px;
}
.stu_main .stu_right .stu_manager div{
  margin-top: 16px;
}
.stu_main .stu_right .stu_manager div:first-child{
  margin-top: 0;
}

.stu_main .stu_right .stu_manager .xmrdBtn{
  font-size: 14px;
  text-align: CENTER;
  letter-spacing: 0.03px;
  width: 182px;
  height: 34px;
  line-height: 34px;
  background: rgba(242,124,19,0.20);
  border: 1px solid #f27c13;
  border-radius: 4px;
  color: #f27c13;
  cursor: pointer;
  margin-left: 40px;
  margin-top: 4px;
}
.demo-ruleForm .el-form-item{
  margin-bottom: 34px;
}
.demo-ruleForm .el-input__inner{
  border: 1px solid #3594FF;
  background: rgba(53,148,255,0.10);
  color: #fff;
}
.demo-ruleForm .loginIcon{
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.demo-ruleForm .loginIcon:hover path{
  fill: #3594FF;
}
.demo-ruleForm .btnPart{
  margin-bottom: 0;
}
.codeInput .el-form-item__content{
  display: flex;
}
.codeInput .el-form-item__content .el-input{
  width: 252px;
  margin-right: 18px;
}
.codeInput img.yzm{
  position:static;
  vertical-align:bottom;
  height:40px;
}
/* 密码 */
.login-pwd-tit{
  margin: 0;
  height: 12px;
  line-height: 12px;
  font-size: 14px;
  margin-bottom: 4px; 
  color: #666666;
  font-weight: bold;
}
.login-pwd-tip{
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
}
.unable {
  background: #d0d0d0 !important;
  color: #444 !important;
  border-color: #d0d0d0 !important;
}
.downQue .queUrl{
  color: rgba(23,80,200,1);
  font-size: 16px;
  font-weight: bold;
}

.commonDia .el-dialog__header{
  background-color: #fff;
}
.commonDia .el-dialog__header .el-dialog__title{
  color: #333333;
  font-size: 14px;
  font-weight: normal;
}

.pwdDia .tipText{
  color: #323A4D;
  font-size: 14px;
  line-height: 22px;
}

.commonDia .dialog-footer{
  display: flex;
  justify-content: center;
}
.dialog-footer .commonBtn{
  cursor: pointer;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 14px;
}
.btnBlue{
  background: #1A5EFF;
  color: #fff;
}
.btnBlue:hover{
  background: #487EFF;

}
.btnLineBlue{
  border: 1px solid #1a5eff;
  color: #1A5EFF;
}
.btnLineBlue:hover{
  background: #487EFF;
  color: #fff;
  border: 1px solid #487EFF;
}
.ml40{
  margin-left: 40px;
}
