body,
html {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.pageBg {
  width: 100%;
  /* min-width: 1200px;  */
  /*min-width: 1240px;*/
  min-height: 100%;
  background: url("../img/sy_banner.png") no-repeat;
  background-size: 100% 100%;
  /* background-size: cover; */
  position: relative;
  overflow: hidden;
}
 

/* 1.学校登录 */
.main {
  /* width: 1300px; */
  width: 1200px;
  margin: 2.5% auto 0;
  padding-bottom: 100px;
  /* background-color: palegoldenrod; */
}

.main .top {
  width: 1040px;
  margin: 0 auto;
}

.main .top img {
  display: block;
  width: 100%;
}

/* 导航切换 */
.switchNav {
  width: 100%;
  /* background-color: lightblue; */
  margin-top: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.switchNav .nav_item {
  width: 15%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 15px;
  border-radius: 25px;
  cursor: pointer; 
  border: 1px solid #fff;
  box-sizing: border-box;
}

.switchNav .nav_active {
  background-color: #FFFFFF;
    color: #1B8CD9;
    font-weight: bold;
}


.switchNav .curHover {
  background-color: #fff;
  color: #1B8CD9;
}




.mainArea {
  /* width: 1300px; */
  width: 1200px;
  padding: 35px 0px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 5% auto 0;
  background-color: #fff;
  display: flex;
}

/* 登录 */
.login_content {
  width: 60%;
  border-right: 2px solid #eeeeee;
  box-sizing: border-box;
  padding: 20px 60px 15px;
  box-sizing: border-box;
  /* background-color: palegoldenrod; */

}
.login_content .outerBox{
  width: 75%;
  margin: 0 auto;
  /* background-color: lightblue; */
}

/* title */
.content_title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0380D5;
}

.content_title .tips {
  margin: 0 10px;
  letter-spacing: 2px;
  font-size: 23px;
}

.content_title .circle {
  width: 5px;
  height: 5px;
  background-color: #0380D5;
  border-radius: 50%;
}


/* login_area */
#login_area {
  margin-top: 45px;

}

/* input */
.area_item {
  width: 100%;
  margin-bottom: 25px;
}

.area_item input {
  padding: 0 15px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 60px;
  background-color: #eeeeee;
  border-radius: 6px;
 
  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 {
  display: block;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(to right,#0380D5,#188CC6,#3B9FAC,#60B08F,#A4C254,#F7CF06);
  text-align: center;
  border-radius: 6px;
  border: none;
  outline: none;
  font-size: 20px;
  color: #ffffff;
  line-height: 65px;
  cursor: pointer;
  margin-top: 40px;
}

/* 底部点击弹框 */
#loginMsg {
  margin-top: 40px;
  font-size: 15px;
  color: #555555;
  text-align: center;
  font-weight: bold;
  /* background-color: lightblue; */
}

.subscribe{
  width: 80%;
  /* background-color: palegoldenrod; */
  color: #979797;
  font-size: 13px;
  text-align: justify;
  margin: 50px auto 0;
  line-height: 20px;
}


.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 99;
}

.bgResult {
  width: 500px;
  height: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.bgResult .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
}

/* 资讯公告 */

.official_account {
  width: 40%;
  /* background-color: lightcoral; */
}

.contentBox {
  padding: 9px 40px 15px;
    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{
  /* background-color: lightblue; */
  margin-top: 30px;
}
.newsEle{
  display: flex;
  align-items: center;

  margin-bottom: 30px;
}
.newsEle:hover .ele_right{
  background-color: #EBF4FD;
}
.ele_left{
  width: 22%;
  height: 150px;
  margin-right: 30px;
  background-color: #0380D5;
  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: 30px;
  color: #fff;
}
.dateBox span:nth-child(2){
  font-size: 22px;
  margin-top: 10px;
}
.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 .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;
   /* 控制要显示的行数 */
   -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(226, 95, 133, .6); */
  background-color: rgba(81, 157, 213, .6);
  /* display: none; */
  opacity: 0;
  transition: all .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;
}




/* 2.日程安排 */
.page_calendar .mainArea{
  /* background-color: palegoldenrod; */
  padding: 50px 70px 20px;
  box-sizing: border-box;
  display: block;
}

.page_calendar .mainArea .content_title .tips{
font-size: 20px;
font-weight: bold;
margin: -3px 10px 0;
}
.calendar_item{
  width: 100%;
  /* background-color: pink; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 0 ;
  border-bottom: 1px solid #E7E7E7;
  box-sizing: border-box;
  
}
.calendar_item:last-child{
  border-color: transparent;
}


.calendar_item .item_left{
  width: 22%;
  height: 55px; 
  text-align: center;
  line-height: 55px;
  font-size: 16px;
  font-weight: bold;
  color: #0380D5;
  background-color: #F6F6F6;
  border-radius: 5px;
  letter-spacing: 1px;

}
.calendar_item .item_right{
  width: 76%;
  /* background-color: lightblue; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item_right .right_arrange{
width: calc(100% - 150px); 
/* background-color: lightgreen; */
display: flex;
align-items: center;
color: #474747;
font-weight: bold;
}

.right_arrange .arrange_item{
  width: 50%;
  height: 20px;
flex-shrink: 0;
display: flex;
align-items: center;
font-size: 15px;
/* background-color: lightcoral; */
}
.right_arrange .arrange_item img{
  width: 17px;
  height: auto;
  display: block;
  margin-right: 15px;
}


.right_arrange .arrange_left { width:45%;}
.right_arrange .arrange_right { width:55%;}

.right_arrange .arrange_right img{
  width: 15px;
  height: 17px;
}
.item_right .right_detail{
  width: 130px;
  height: 35px;
  
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  /* background-color: #EB4048; */
  background-image: linear-gradient(to right,#0380D5,#188CC6,#3B9FAC,#60B08F,#A4C254,#F7CF06);
  border-radius: 7px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item_right .right_detail img{
  width: 12px;
  height: auto;
  display: block;
  margin-left: 2px;
}

/* 日程暂未发布 */
.item_right .not_publish{
  background-image: none;
  background-color: #E9EDEE;
  color: #9E9E9E;
}


/* 3.抽签结果 */
.page_quuery .mainArea{
  padding: 45px 0;
}
.page_quuery .content_title{
  font-weight: bold;
}
.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%;
  margin: 0px auto;
  /* background-color: palegoldenrod; */
}
.navArea{
  margin-top: 50px;
}
.byType,.byMode,.byGroup,.searchArea {
  /* background-color: lightblue; */
  display: flex;
  align-items: center;
  margin-bottom: 25px; 
}

.typeLeft,.modeLeft,.groupLeft,.searchLeft {
  width: 110px;
  height: 40px;
  line-height: 40px;
  /* background-color: orange; */
  flex-shrink: 0;
  font-size: 15px;
}

.typeRight,.modeRight,.groupRight{
  flex: 1;
  /* background-color: lightgreen; */
  display: flex;
}
.modeRight .mode_block{
  width: 100%;
  display: flex;
  /* background-color: lightblue; */
}

.modeRight .mode_block span,
.typeRight span,
.groupRight span {
  min-width: 100px;
  height: 35px;
  line-height: 35px;
  color: #6D6D6D;
  background-color: #F2F2F2;
  border-radius: 20px;
  margin-right: 15px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}


.modeRight .mode_block .span_active,
.typeRight .span_active,
.groupRight .span_active {
  /* background-color: #DB494F; */
  background-image: linear-gradient(to right,#0380D5,#188CC6,#3B9FAC,#60B08F,#A4C254,#F7CF06);
  color: #fff;
}

.addPadding{
padding: 0 15px;
box-sizing: border-box;
}
.addLetterSpacing{
  letter-spacing: 2em;
}


.byGroup_innerBox{
  display: flex;
  align-items: center;
  width: 50%;
}





/* 搜索框 */
.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 #85BDF2;
  border-radius: 4px 0 0 4px;
  border-right: none;
}

.searchRight input::placeholder {
  color: #b1b1b1;
  font-size: 15px;
  letter-spacing: 1px;
}


.searchRight .searchIcon {
  width: 15%;
  height: 55px;
  color: #fff;
  background-image: linear-gradient(to right,#0682D3,#359BB0,#79B87A,#EBCD11);
  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: #ee565b;
}




/* 成绩列表 */
.scoreArea{
  /* background-color: palegoldenrod; */
  margin-top: 40px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
}
.listContent li {
  padding: 15px 0;
  color: #686868;
  font-size: 15px;
  text-align: center;
  display: flex;
  align-items: center;
}

.listContent li span {
  max-width: 80%;
}

.listContent li .num {
  width: 15%;
}

.listContent li .showName {
  width: 35%;
  /* background-color: pink; */
}

.listContent li .showName em {
  /* background-color: orange; */
  display: inline-block;
  width: 85%;
  text-align: left;
  line-height: 20px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}

.listContent li .showSchool {
  width: 35%;
  /* background-color: lightblue; */
}

.listContent li .showSchool em {
  /* background-color: orange; */
  display: inline-block;
  width: 80%;
  text-align: left;
  line-height: 20px;
}

.listContent li .showScore {
  width: 15%;
}

/*奇数背景变色 */
.listContent li:nth-child(odd) {
  background-color: #FAFAFA;
}

/* th样式 */
.scoreArea .listContent .th {
  background-color: #F6F6F6;
  font-size: 15px;
  color: #686868;
  font-weight: bold;
}

/* 有成绩 */
.hasScore{
  color: #0C85CF;
  font-weight: bold;
}

/* 4.展演直播 */
.page_live .mainArea{
  padding: 45px 0;
}
.page_live .outerBox{
  width: 90%;
  margin: 0px auto;
}
.page_live .content_title{
  width: 35%;
  /* background-color: palegoldenrod; */
  margin: 0 auto 40px;
  background: url(../img/titleBg.png) no-repeat;
  background-size: 100% 100%;
}

.page_live .content_title .tips{
  font-weight: bold;
  color: #0C85CE;
  letter-spacing: 4px;
 
}

/* 直播海报 */
.livePoster{
  width: 100%;
  margin-bottom: 50px;
  display: block;
}
.livePoster img{
  width: 100%;
  height: auto;
  display: block;
}


.live_ele{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.live_option{
  width: 47.5%;
  height: 200px;
  padding: 30px 30px 0;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.live_option .modalBg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #4b7eed6d;
  /* display: none; */
  opacity: 0;
  transition: all .3s linear;
  border-radius: 15px;
  z-index: -1;
}

.showStatus{
  /* background-color: palegoldenrod; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
 .showStatus .showTag{
  width: 120px;
   height: 30px;
   text-align: center;
   line-height: 30px;
   font-size: 12px;
   letter-spacing: 0;
   box-sizing: border-box;
}

.devide_item .showStatus{
  justify-content: space-evenly;
}



/* 暂未展演 */
.notBegin{
  color: #233F97;
  border: 1px dotted #233F97;
}

/* 即将直播、直播中 */
.comingLive,.living{
  background-color:#233F97 ;
  color: #fff;
}
.live_center .backVideo{
  width: 100px;
  background-color:#219319 ;
  color: #fff;
  flex-shrink: 0;
}

.devide_item .backVideo{
  width: 80px;
  background-color:#219319 ;
  color: #fff;
  flex-shrink: 0;
}

.live_center{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* font-weight: bold; */
  font-size: 35px;
  letter-spacing: 5px;
}

.live_center .showStatus{
  margin: 35px auto 0;
}

.live_center .showStatus .showTag{
  margin: 0 0;
}

.live_center .showStatus .backVideo{
  margin-right: 30px;
}



.live_center .showTitle{
  font-weight: normal;
}

.live_bottom .live_center{
  width: 30%;
 
}

/* 声乐 */
.live_shengyue{
  background: url(../img/live_shengyue.png) no-repeat;
  background-size: 100% 100%;
  color:#0375E5;
}
.live_shengyue .showTitle{
  font-size: 45px;
  color:#0375E5;
  padding-left: 10px;
}
/* 暂未展演 */
.live_shengyue .notBegin{
  color: #0375E5;
  border: 1px dotted #0375E5;
}

/* 即将直播、直播中 */
.live_shengyue .comingLive,.live_shengyue .living{
  background-color:#0375E5 ;
  color: #fff;
}





/* 器乐 */
.live_qiyue{
  background: url(../img/live_qiyue.png) no-repeat;
  background-size: 100% 100%;
  color:#219319;
}
.live_qiyue .showTitle{
  font-size: 45px;
  color:#219319;
  padding-left: 10px;
}
/* 暂未展演 */
.live_qiyue .notBegin{
  color: #219319;
  border: 1px dotted #219319;
}

/* 即将直播、直播中 */
.live_qiyue .comingLive,.live_qiyue .living{
  background-color:#219319 ;
  color: #fff;
}



/* 舞蹈 */
.live_dance{
  background: url(../img/live_dance.png) no-repeat;
  background-size: 100% 100%;
  color:#5B38B4;
}
.live_dance .showTitle{
  color:#5B38B4;
 
}
/* 暂未展演 */
.live_dance .notBegin{
  color: #5B38B4;
  border: 1px dotted #5B38B4;
}

/* 即将直播、直播中 */
.live_dance .comingLive,.live_dance .living{
  background-color:#5B38B4 ;
  color: #fff;
}


/*戏剧  */
.live_drama{
  background: url(../img/live_drama.png) no-repeat;
  background-size: 100% 100%;
  color:#FF38AD;
}
.live_drama .showTitle{
  color:#FF38AD;
 
}
/* 暂未展演 */
.live_drama .notBegin{
  color: #FF38AD;
  border: 1px dotted #FF38AD;
}

/* 即将直播、直播中 */
.live_drama .comingLive,.live_drama .living{
  background-color:#FF38AD ;
  color: #fff;
}

/*朗诵  */
.live_read{
  background: url(../img/live_read.png) no-repeat;
  background-size: 100% 100%;
  color:#C9A500;
}

.live_read .showTitle{
  color:#C9A500;
 
}
/* 暂未展演 */
.live_read .notBegin{
  color: #C9A500;
  border: 1px dotted #C9A500;
}

/* 即将直播、直播中 */
.live_read .comingLive,.live_read .living{
  background-color:#C9A500 ;
  color: #fff;
}


/* 艺术作品展 */
.live_betterArts{
  background: url(../img/live_betterAtrs.png) no-repeat;
  background-size: 100% 100%;
  color:#FF0014;
}
.live_betterArts .showTitle{
  color:#FF0014;
 
}
/* 暂未展演 */
.live_betterArts .notBegin{
  color: #FF0014;
  border: 1px dotted #FF0014;
}

/* 即将直播、直播中 */
.live_betterArts .comingLive,.live_betterArts .living{
  background-color:#FF0014 ;
  color: #fff;
}


/* 美育改革创新优秀成果展评 */

.live_artPractice{
  background: url(../img/live_artPractice.png) no-repeat;
  background-size: 100% 100%;
  color:#199389;
  padding: 0 30px 0;
}
.live_artPractice .showTitle{
  color:#199389;
 text-align: center;
 line-height: 40px;
}
.live_artPractice .showStatus{
  margin: 20px auto 0;
}

/* 暂未展演 */
.live_artPractice .notBegin{
  color: #199389;
  border: 1px dotted #199389;
}

/* 即将直播、直播中 */
.live_artPractice .comingLive,.live_artPractice .living{
  background-color:#199389 ;
  color: #fff;
}







/* 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 .5s;
}

.work_top img:hover {
  transform: scale(1.1);
}

.work_bottom {
  /* background-color: pink; */
  margin-top: 20px;
  cursor: pointer;
  padding: 0 15px 20px;
  box-sizing: border-box;
}

.work_bottom h3 {
  font-size: 18px;
  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;
  /* background-color: palegoldenrod; */
}
.workInfo .info_school{
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /* background-color: palegoldenrod; */
}
.workTag{
  /* background-color: lightgreen; */
  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: #0380D5;
  border: 1px solid #0380D5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tagPrize{
  background-color: #0380D5;
  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: space-between;
  /* background-color: palegoldenrod; */
}
.subDetail span{
  font-size: 16px;
  color: #999999;
}

/* 视频或者图片区域 */
.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: 25px 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: #A580AC; */
    background-image: linear-gradient(to right,#0682D3,#359BB0,#79B87A,#EBCD11);
    color: #fff;
    /* border: 1px solid transparent; */
}

.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 .mainArea{
  padding: 45px 0;
}
.page_announce .content_title{
  font-weight: bold;
  color: #0380D5;
}
.page_announce .content_title .tips{
  letter-spacing: 3px;
}

.page_announce .outerBox{
  width: 92%;
  margin: 0px auto;
}


/* 7.资讯公告详情 */
.page_detail .mainArea{
  padding: 45px 0;
}

.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;
}








.banquan {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0%;
  z-index: 12;
  /* background: lightblue; */
  padding-bottom: 50px;
}

.banquan p {
  font-size: 16px;
  text-align: center;
  width: 100%;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #fff;
}




/* 2023.1.4新增证书查询样式 */

.page_prize .login_content{
  /* background-color: palegoldenrod; */
  border: none;
  margin: 0 auto;
  padding: 30px 40px 55px;
}
.page_prize .login_content .outerBox{
  width: 90%;
  /* background-color: lightblue; */
}
.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_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: #B2B2B2;
  margin: 8px 0 25px;
  box-sizing: border-box;
}
.page_prize .subBtn{
  height: 60px;
  line-height: 60px;
}


/* 2024.1.9新增 */
.page_prize .main{
  padding-bottom: 200px;
}
.page_prize .mainArea{
  display: block;
  /* padding: 25px 0 100px; */
}
.errorTips{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  width: 220px;
  /* height: 40px; */
  line-height: 24px;
  padding: 5px 15px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 5px;
}
#prizeDownLoad{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.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: 370px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto 0;
  /* background-color: lightblue; */
}
.operate div{
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #F74F4F;
}
.operate .downBtn{
  background-color: #466cc7;
}
