body,
html {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.pageBg {
  width: 100%;
  /* height: 100%; */
  min-height: 100%;
  min-width: 1240px;
  /* background: 
  url("../img/pageBgTopText.jpg"),
   url("../img/pageBgRepeat.jpg");
  background-size: 100% auto,100% auto;
  background-position: left top,left top;
  background-repeat: no-repeat; */
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  box-sizing: border-box;
}

.pageBgBox{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pageBgBox_item{
  width: 100%;
  /* margin-bottom: 20px; */
}
.pageBgBox_item img{
  width: 100%;
  height: auto;
  display: block;
}



.top {
  width: 56%;
  margin: 3% auto 0;
}

.top img {
  display: block;
  width: 100%;
}

/* 1.学校登录 */
.pageMain {
  width: 1200px;
  /* height: 2000px; */
  margin: 16% auto 0;
  padding: 40px 0 50px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 5px 1px #7776766e ;
}

/* 导航切换 */
.switchNav {
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.switchNav .nav_item {
  width: 18%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #19A790;
  font-size: 15px;
  border-radius: 25px;
  cursor: pointer;
  border: 1px solid #19A790;
  box-sizing: border-box;
}

.switchNav .nav_active {
  background-color: #19A790;
  color: #fff;
  font-weight: bold;
}

.switchNav .curHover {
  background-color: #19A790;
  color: #fff;
}

.mainArea {
  width: 100%;
  margin: 5% auto 0;
  /* background-color: palegoldenrod; */
  display: flex;
}

/* 登录 */
.login_content {
  width: 60%;
  /* border-right: 2px solid #eeeeee; */
  box-sizing: border-box;
  padding: 0px 60px 0px;
}
.login_content .outerBox {
  width: 75%;
  margin: 0 auto;
  /* background-color: lightblue; */
}

/* title */
.content_title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #19A790;
}

.content_title .tips {
  margin: 0 10px;
  letter-spacing: 2px;
  font-size: 23px;
}

.content_title .circle {
  width: 5px;
  height: 5px;
  background-color: #19A790;
  border-radius: 50%;
}

/* 切换登录 */
.tableBar{
  width: 100%;
  display: flex;

}
.tableBar .tabber_item {
  width: 50%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #19A790;
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 1px;
  border: 1px solid #19A790;
  box-sizing: border-box;
}
.tabber_item:nth-child(1){
  border-radius: 4px 0 0 4px;
}
.tabber_item:nth-child(2){
  border-radius: 0 4px 4px 0 ;
}
.tableBar .tabber_item_active {
  color: #ffff;
  background-color: #19A790;
  position: relative;
}
.tableBar .tabber_item_active::after{
  width: 0;
  height: 0;
  content: '';
  display: block;
  border: 10px solid #19A790;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}




.login_area {
  margin-top: 45px;
}

/* input */
.area_item {
  width: 100%;
  margin-bottom: 30px;
}

.area_item input {
  padding: 0 15px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 60px;
  background-color: #eeeeee;
  border-radius: 4px;

  border: none;
  outline: none;
  font-size: 19px;
  color: #333333;
}

.area_item input::placeholder {
  color: #838383;
  font-size: 17px;
}

.item_code {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item_code input {
  width: 65%;
}
.item_code .yzmImg {
  width: 30%;
  height: 60px;
}
.item_code .yzmImg img {
  width: 100%;
  /* height: auto; */
  height: 60px;
  display: block;
  object-fit: cover;
  cursor: pointer;
}
/* 提交 */
.subBtn {
  width: 100%;
  height: 65px;
  /* background-image: linear-gradient(to right, #0380d5, #188cc6, #3b9fac, #60b08f, #a4c254, #f7cf06); */
  background-color: #19A790;
  /* background-image: linear-gradient(to right,#19A790,#0aac91); */
  text-align: center;
  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 20px;
  color: #ffffff;
  line-height: 65px;
  cursor: pointer;
  margin-top: 55px;
}
/* .subBtn:hover{
  background-image: linear-gradient(to right,#0aac91,#19A790);
} */
/* 底部点击弹框 */

.banquan {
  margin-top: 45px;
  font-size: 14px;
  /* line-height: 1.5; */
  color: #8A8A8A;
  /* background-color: orange; */
}
.banquan p{
  margin-bottom: 14px;
}
.banquan p:last-child{
  margin-bottom: 0;
}
.banquan span{
  margin-right: 10px;
}

.subscribe{
  width: 82%;
  /* background-color: palegoldenrod; */
  color: #8A8A8A;
  font-size: 13px;
  text-align: justify;
  margin: 50px auto 0;
  line-height: 22px;
}





.phoneLoginBg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
}





.phoneLogin {
  width: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/phoneLoginBgRT.png);
  background-repeat: no-repeat;
  background-size:100% 100% ;
  background-position: left top;
  /* background-color: #fff; */
  border-radius: 5px;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
}

.phoneLogin.show {  
  display: block;  
  animation: scaleIn 0.3s forwards;  
  opacity: 1;  
}  

.phoneLogin.hide {  
  animation: scaleOut 0.3s forwards;  
  opacity: 0; /* 设置透明度为0 */  
}  
@keyframes scaleIn {  
  0% {  
      transform: translate(-50%, -50%) scale(0);  
      opacity: 0;  
  }  
  100% {  
      transform: translate(-50%, -50%) scale(1);  
      opacity: 1;  
  }  
}  

@keyframes scaleOut {  
  0% {  
      transform: translate(-50%, -50%) scale(1);  
      opacity: 1;  
  }  
  100% {  
      transform: translate(-50%, -50%) scale(0);  
      opacity: 0;  
  }  
}  





.closeImg {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -45px;
}

.closeImg img {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}


.phoneLoginImg {
  width: 175px;
  height: 175px;
  margin: 45px auto 0;
  /* background-color: lightblue; */
}

.phoneLoginImg img {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.phoneLoginTips {
  color: #676767;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 22px auto 50px;
  padding-bottom: 5px;
  box-sizing: border-box;
}







/* 资讯公告 */

.official_account {
  width: 40%;
    border-left: 2px solid #eeeeee;
    box-sizing: border-box;
  /* background-color: lightcoral; */
}

.contentBox {
  padding: 0px 40px 0px;
  box-sizing: border-box;
  /* background-color: lightblue; */
}

.boxTitle {
  width: 142px;
  margin: 0 auto;
}

.officialCode {
  height: 250px;
  margin: 45px auto 0;
}

.boxTitle img,
.officialCode img {
  width: auto;
  max-width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.newsArea {
  margin-top: 50px;
}
.newsEle {
  display: flex;
  margin-bottom: 30px;
}

.ele_left {
  width: 22%;
  height: 150px;
  margin-right: 30px;
  background-color: #19A790;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  flex-shrink: 0;
}
.ele_left .dateBox {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* background-color: pink; */
  text-align: center;
}
.dateBox span {
  display: block;
  font-size: 37px;
  color: #fff;
}
.dateBox span:nth-child(2) {
  font-size: 23px;
  margin-top: 15px;
}
.ele_left img {
  width: 100%;
  /* height: 100%;
  object-fit: cover; */
  min-height: 150px;
  display: block;
}

.ele_right {
  width: 70%;
  height: 150px;
  background-color: #fafafa;
  padding: 15px 20px;
  box-sizing: border-box;
}

.ele_right:hover{
  background-color: #EDF8F6;
}
.ele_right .ele_title {
  width: 100%;
  /* background-color: orange; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.ele_right .ele_describe {
  height: 44px;
  line-height: 22px;
  /* background-color: pink; */
  /* 旧版弹性盒 */
  display: -webkit-box;
  /* 弹性盒子元素垂直排列 */
  -webkit-box-orient: vertical;
  /* 控制要显示的行数 */
  line-clamp: 2;
  -webkit-line-clamp: 2;
  font-size: 14px;
  overflow: hidden;
  margin-top: 20px;
  color: #9a9a9a;
}
.ele_right .ele_time {
  color: #bcbcbc;
  font-size: 14px;
  margin-top: 20px;
}

.ele_left .modalBg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(81, 213, 169, 0.6);
  /* display: none; */
  opacity: 0;
  transition: all 0.3s linear; 
}

.ele_left:hover .modalBg {
  opacity: 1;
}

.searchTag {
  position: relative;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  width: 50px;
  height: 50px;
  /* background-color: orange; */
}

.searchTag img {
  width: 100%;
  height: 100%;
  min-height: auto;
  display: block;
}




.page_quuery .content_title .tips {
  letter-spacing: 3px;
}
.downLoadResult {
  color: #b2b2b2;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 15px;
  text-align: center;
  cursor: pointer;
}
.page_quuery .outerBox {
  /* width: 92%; */
  width: 1105px;
  margin: 0px auto;
}
.navArea {
  margin-top: 50px;
}
.byType,
.byYear,
.byGroup,
.searchArea {
  display: flex;
  margin-bottom: 25px;
}

.typeLeft,
.yearLeft,
.groupLeft,
.searchLeft {
  width: 110px;
  height: 35px;
  line-height: 35px;
  /* background-color: orange; */
  flex-shrink: 0;
  font-size: 15px;
}

.typeRight,
.yearRight,
.groupRight{
  width: calc(100% - 110px);
  flex-shrink: 0;
  /* background-color: lightgreen; */
  display: flex;
  flex-wrap: wrap;
}

.yearRight span,
.typeRight span,
.groupRight span{
  min-width: 110px;
  height: 35px;
  line-height: 35px;
  color: #F5F5F5;
  background-color: #C1C1C1;
  border-radius: 4px;
  margin-right: 15px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}

.yearRight .span_active,
.typeRight .span_active,
.groupRight .span_active {
  background-color: #19A790;
  color: #fff;
}
.typeRight span:nth-child(1){
  margin-bottom: 25px;
}

.addPadding {
  padding: 0 15px;
  box-sizing: border-box;
}
.addLetterSpacing {
  letter-spacing: 2em;
}
.notMargin{
  margin-right: 0 !important;
}
.w125{
  width: 125px;
}
.w140{
  width: 140px;
}
.w155 {
  width: 155px;
}
.w170 {
  width: 170px;
}
.w180 {
  width: 180px;
}
/* 搜索框 */
.hide {
  opacity: 0;
}

.searchRight {
  flex: 1;
  /* background-color: lightgreen; */
  display: flex;
}

.searchRight input {
  width: 85%;
  padding: 0 15px;
  box-sizing: border-box;
  color: #919090;
  font-size: 16px;
  height: 55px;
  border: 2px solid #19A790;
  border-radius: 4px 0 0 4px;
  border-right: none;
}

.searchRight input::placeholder {
  color: #918f8f;
  font-size: 15px;
  letter-spacing: 1px;
}

.searchRight .searchIcon {
  width: 15%;
  height: 55px;
  color: #fff;
  background-color: #19A790;
  font-size: 16px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchIcon img {
  width: 17px;
  height: auto;
  margin-right: 10px;
}
.searchRight .searchIcon:hover {
  background-color: #12ac92;
}





/* 5.优秀作品 */
.listArea {
  /* height: 400px; */
  margin-top: 70px;
  /* background-color: lightblue; */
  /* display: flex;
  flex-wrap: wrap; */
}
.listArea::after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  clear: both;
}

.work_item {
  width: 23%;
  float: left;
  margin-right: 2.6%;
  margin-bottom: 30px;
  cursor: pointer;
  /* box-shadow: 0 0 5px 1px #e0dede; */
}

.work_item:nth-child(4n) {
  margin-right: 0;
}

.work_top {
  width: 100%;
  max-height: 147px;
  overflow: hidden;
}

.work_top img {
  width: 100%;
  min-height: 147px;
  transition: all ease 0.5s;
}

.work_top img:hover {
  transform: scale(1.1);
}

.work_bottom {
  /* background-color: pink; */
  margin-top: 20px;
  cursor: pointer;
  padding: 0 0px 15px;
  box-sizing: border-box;
}

.work_bottom h3 {
  font-size: 17px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.work_bottom .workInfo {
  color: #989898;
  font-size: 15px;
  margin-top: 15px;
  padding: 0 0px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.workInfo .info_school{
  width: calc(100% - 75px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-shrink: 0;
}
.workInfo .info_author{
  width: 75px;
  flex-shrink: 0;
  text-align: right;
  /* background-color: orange; */
}
.workTag {
  margin-top: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tagType,
.tagPrize {
  height: 33px;
  line-height: 33px;
  padding: 0 12px;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
  flex-shrink: 0;
}
.tagType {
  max-width: calc(100% - 70px);
  color: #19A790;
  border: 1px solid #19A790;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tagPrize {
  background-color: #19A790;
  color: #fff;
}

/*视频弹窗  */
.videoBg {
  position: fixed;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 1;
}

.playArea,
.pobWindowImg {
  width: 900px;
  padding: 40px 25px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
} 
.closeBg {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -65px;
}

.closeBg img {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

.subTitle {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}
.subDetail {
  width: 60%;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: palegoldenrod; */
}
.subDetail span {
  font-size: 16px;
  color: #999999;
  margin: 0 20px;
}

/* 视频或者图片区域 */
.scrollArea {
  width: 100%;
  /* max-height: 520px; */
  height: 520px;
  overflow-y: scroll;
  /* background-color: lightblue; */
  padding: 0 10px;
  box-sizing: border-box;
}

.video video {
  width: 100%;
  /* height: 520px; */
  border: none;
  outline: none;
}
.thubImg img {
  width: 100%;
  display: block;
}

/* 选择教师弹窗 超出的滚动条样式 */
.scrollArea::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}

.scrollArea::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #0380d5;
}

.scrollArea::-ms-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}

.scrollArea::-ms-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  /* -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #0380d5;
}

/* 分页 */
.M-box2,
.M-famousBox {
  /* width: 300px; */
  min-width: 50%;
  /* height: 35px; */
  box-sizing: border-box;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.M-box2 a,
.M-box2 span {
  display: inline-block;
  width: 40px;
  height: 30px;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  border: 1px solid #efefef;
  box-sizing: border-box;
  color: #333;
  font-size: 12px;
  border-right: none;
}

.M-box2 .active,
.M-famousBox .active {
  background-color: #19A790;
  color: #fff;
}

.M-box2 .prev,
.M-box2 .next {
  width: 68px;
  height: 30px;
  font-size: 12px;
}

.M-famousBox .prev,
.M-famousBox .next {
  width: 68px;
  height: 30px;
  font-size: 12px;
}

.M-box2 .next {
  margin-right: 0;
  border-right: 1px solid #efefef;
}

.M-famousBox .next {
  margin-right: 0;
  border-right: 1px solid #efefef;
}

/* 6.资讯公告 */

.page_announce .content_title {
  color: #19A790;
}
.page_announce .content_title .tips {
  letter-spacing: 3px;
}

.page_announce .outerBox {
  width: 92%;
  margin: 0px auto;
}

/* 7.资讯公告详情 */


.page_detail .outerBox {
  width: 92%;
  margin: 0px auto;
}

.article_top h3 {
  text-align: center;
  line-height: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #474747;
}
.article_top .article_info {
  color: #939393;
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
}
.article_content {
  margin-top: 30px;
}
.article_content p {
  font-size: 15px;
  color: #383838;
  line-height: 26px;
  margin-bottom: 15px;
  text-align: justify;
}
.article_content img {
  max-width: 100%;
  display: block;
  margin: 20px auto 30px;
}









/* 2023.1.4新增证书查询样式 */

.page_prize .login_content {
  width: 63%;
  margin: 0 auto;
  padding: 30px 0px 45px;
}
.page_prize .login_content .outerBox {
  width: 100%;
}
.page_prize .area_item {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.form_left {
  width: 120px;
  /* background-color: orange; */
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  flex-shrink: 0;
}
.form_left .hide{
  opacity: 0;
}
.form_right {
  width: calc(100% - 120px);
}
.form_right input {
  height: 55px;
}
.page_prize .addLetterSpacing {
  letter-spacing: 5px;
}
.form_tips {
  /* background-color: pink; */
  font-size: 15px;
  padding-left: 120px;
  color: #6E6E6E;
  margin: 8px 0 25px;
  box-sizing: border-box;
  letter-spacing: 1px;
}
.page_prize .subBtn {
  height: 60px;
  line-height: 60px;
}

.page_prize .pageMain {
  padding: 40px 0 40px;
}


.page_prize .mainArea {
  width: 85%;
  border: 2px dashed #19A790;
  box-sizing: border-box;
}
.page_prize .prizeDownLoadArea {
  width: 85%;
  margin: 0 auto;
}
.page_prize .prizeDownLoadArea .content_title{
  margin: 60px auto;
}

.errorTips {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  width: 330px;
  /* height: 40px; */
  line-height: 24px;
  padding: 5px 15px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 5px;
  z-index: 2;
}

.page_prize .subBtn {
  margin-top: 40px;
}






#prizeDownLoad {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 15px;
}

.prizeImg {
  width: 65%;
  margin: 0 auto;
  cursor: pointer;
  /* box-shadow: 0 0 10px 0 #ccc; */
}
.prizeImg img {
  width: 100%;
  display: block;
}
.downTips {
  margin-top: 30px;
}
.downTips p {
  font-size: 16px;
  text-align: center;
  line-height: 27px;
}
.operate {
  width: 410px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 35px auto 0;
  /* background-color: lightblue; */
}
.operate div {
  width: 180px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #153068;
}
.operate .downBtn {
  background-color: #19A790;
}

/* 2026.1.6新增照片直播 */
.page_photoLive .outerBox {
  width: 85%;
  min-height: 400px;
  margin: 0px auto;
}
.liveList {
  width: 100%;
  margin: 7% auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.liveItem {
  height: 190px;
  overflow: hidden;
}
.liveItem img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  transition: all 0.735s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  scale: 1;
}
.liveItem img:hover {
  scale: 1.05;
}
