@charset "utf-8";
.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
body {
  min-width: 1200px;
}
.main {
  width: 100%;
}
.main .layout {
  width: 1200px;
  margin: 0 auto;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
body a:hover {
  cursor: pointer;
  user-select: none;
  color: #034db5 !important;
}
footer {
  min-width: 1200px;
}
footer .footer-link {
  background-color: #ffffff;
  padding: 20px 0;
}
footer .footer-link h3 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  display: block;
  color: #666666;
  line-height: 22px;
  margin-bottom: 11px;
}
footer .footer-link a {
  font-size: 14px;
  display: block;
  float: left;
  text-align: left;
  margin-right: 25px;
  color: #999;
  line-height: 20px;
}
footer .footer-link a:hover {
  color: #999 !important;
}
footer .info-wrap {
  text-align: center;
  background-color: #034db5;
  padding-top: 55px;
  padding-bottom: 55px;
}
footer .info-wrap span {
  font-size: 14px;
  color: white;
  display: inline-block;
  line-height: 29px;
}
footer .info-wrap span.last {
  margin-right: 0;
}
footer .info-wrap a {
  display: inline-block;
  font-size: 14px;
  color: white;
  margin-right: 17px;
  line-height: 29px;
}
footer .info-wrap a:hover {
  color: #fff !important;
}
footer .info-wrap a i {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url(../images/icp-logo.png) no-repeat;
  vertical-align: -3px;
}
footer .info-wrap div:nth-child(3) > span a:nth-child(1) {
  margin-right: 0;
}
header .top {
  padding: 20px 0;
}
header .top .layout {
  display: flex;
  justify-content: space-between;
}
header .top .layout .left a,
header .top .layout .right a {
  margin: 0 10px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
header .top .layout .left a:nth-child(1),
header .top .layout .right a:nth-child(1) {
  margin-left: 0;
}
header .top .layout .left a:nth-last-child(1),
header .top .layout .right a:nth-last-child(1) {
  margin-right: 0;
}
header .banner {
  min-width: 1200px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
header .banner img {
  margin: 0 auto;
  display: block;
  max-width: 1920px;
}
header .nav {
  background-color: #034DB5;
}
header .nav .layout ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header .nav .layout ul li {
  position: relative;
}
header .nav .layout ul li a {
  display: block;
  padding: 20px 21px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF !important;
}
header .nav .layout ul li:hover {
  background-color: #2368c7;
}
header .nav .layout ul li:hover .nav-list {
  height: fit-content;
  opacity: 1;
  visibility: visible;
  transition: height 0.5s ease-in-out, opacity 0.3s ease-in-out;
}
header .nav .layout ul li .nav-list {
  position: absolute;
  top: 70px;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  width: 100%;
  background: #0d4a9f;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out, visibility 0.3s;
}
header .nav .layout ul li .nav-list a {
  padding: 10px 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
header .nav .layout ul li .nav-list a:hover {
  background-color: #2368c7;
}
header .nav .layout ul .on {
  background-color: #2368c7;
}




.nav .header-learning {
  float: right;
  height: 40px;
  margin-top: 16px;
}

.nav .header-learning a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 38px;
  background: #428AFF;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
  padding: 0 13px;
  margin-right: 16px;
}

.nav .header-learning a:hover {
  color: #ffffff !important;
}

.nav .header-learning a img {
  width: 18px;
  height: 22px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -5px;
}

.nav .header-learning a i {
  display: inline-block;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
}

.nav .header-learning .studyper {
  background-color: #FF8B53;
  border: none;
  
padding: 0 13px;line-height: 40px;}

.nav .header-learning .adminbtn {
  background-color: #0064FF;
}






.popUp {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(42, 42, 42, 0.5);
  z-index: 99999999;
}

.popUp .formbox {
  padding: 46px 60px 37px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 17px;
}

.popUp .formbox .close {
  width: 38px;
  height: 38px;
  position: absolute;
  top: -19px;
  right: -47px;
  cursor: pointer;
}

.popUp .formbox #formlist .item {
  margin-bottom: 18px;
}

.popUp .formbox #formlist .item label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.popUp .formbox #formlist .item label p {
  width: 100px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: right;
}

.popUp .formbox #formlist .item label p i {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #AF0000;
}

.popUp .formbox #formlist .item label input,
.popUp .formbox #formlist .item label select,
.popUp .formbox #formlist .item label .fileName {
  padding: 0 10px;
  width: 200px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #D5D5D5;

  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}

.popUp .formbox #formlist .item label input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.popUp .formbox #formlist .item .tips {
  margin-top: 10px;
  padding-left: 100px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #AF0000;
  /* text-align: center; */
}

.popUp .formbox .button {
  margin: 0 auto;
  width: fit-content;
  padding: 5px 30px;
  background: #AF0000;
  border-radius: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}