body,
html {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.pageBg {
    width: 100%;
    /* min-width: 1200px;  */
    min-width: 1240px;
    min-height: 100%;
    background: url(/img/bac_header.png),url(/img/bac_footer.png);
    background-size: 100% auto,100% auto;
    background-repeat: no-repeat;
    background-position: left top,left bottom;
    /* background-size: cover; */
    position: relative;
    overflow: hidden;
}
 

/* 1.学校登录 */
.main {
  /* width: 1300px; */
  width: 1200px;
  margin: 3% auto 0;
  padding-bottom: 100px;
  /* background-color: palegoldenrod; */
}

.main .top {
  width: 800px;
  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;
  background-color: #ffff;
  color: #EC444B;
  font-size: 18px;
  border-radius: 25px;
  cursor: pointer; 
}

.switchNav .nav_active {
  background-color: #EC444B;
  /* background-color: #f1575c;  */
  color: #fff;
}


.mainArea {
  /* width: 1300px; */
  width: 1200px;
  padding: 25px 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: 30px 40px 45px;
  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: #671c7f;
}

.content_title .tips {
  margin: 0 10px;
  letter-spacing: 2px;
  font-size: 23px;
}

    .content_title .circle {
        width: 5px;
        height: 5px;
        background-color: #671c7f;
        border-radius: 50%;
    }


/* login_area */
#login_area {
  margin-top: 55px;

}

/* input */
.area_item {
  width: 100%;
  margin-bottom: 25px;
}

.area_item input {
  padding: 0 15px;
  display: block;
  width: 100%;
  height: 60px;
  background-color: #eeeeee;
  border-radius: 6px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 19px;
  color: #333333;
}

.area_item input::placeholder {
  color: #838383;
}


/* 提交 */
.subBtn {
  display: block;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(to right, rgba(73, 126, 239), #e9424b);
  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;
  /* background-color: lightblue; */
}
.subscribe{
  width: 80%;
  /* background-color: palegoldenrod; */
  color: #999999;
  font-size: 13px;
  text-align: justify;
  margin: 50px auto 0;
  line-height: 20px;
}
.msg_left {
  width: 100%;
}

.msg_left a {
  font-size: 16px;
  text-decoration: underline;
}

.msg_right {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.msg_right .foget {
  color: #999999;
}

.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: 23px 40px 45px;
    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: #fff8f6;
}
.ele_left{
  width: 22%;
  height: 150px;
  margin-right: 30px;
  background-color: #CC0000;
  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;
  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);
  /* 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%;
  display: block;
}




/* 2.日程安排 */
.page_calendar .mainArea{
  /* background-color: palegoldenrod; */
  padding: 0px 30px;
  display: block;
}
.calendar_item{
  width: 100%;
  /* background-color: pink; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.calendar_item .item_left{
  width: 20%;
  height: 55px; 
  text-align: center;
  line-height: 55px;
  font-size: 18px;
  font-weight: bold;
  color: #E16368;
  background-color: #FDECEC;
  border-radius: 5px;

}
.calendar_item .item_right{
  width: 75%;
  padding:27px 0 ; 
  box-sizing: border-box;
  /* background-color: lightblue; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E7E7E7;
  box-sizing: border-box;
}
.calendar_item:last-child .item_right{
  border-bottom: 1px solid transparent;
}
.item_right .right_arrange{
width: calc(100% - 150px); 
/* background-color: lightgreen; */
display: flex;
align-items: center;
}
.right_arrange .arrange_left{
width: 35%;
/* background-color: lightcoral; */
}
.right_arrange .arrange_right{
  width: 65%;
  /* background-color: palevioletred; */
  }
  .right_arrange p{
    font-size: 15px;
    margin-bottom: 10px;
  }


.item_right .right_detail{
  width: 130px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  background-color: #EB4048;
  border-radius: 10px;
  cursor: pointer;
}


/* 3.抽签结果 */
.page_quuery .mainArea{
  padding: 45px 0;
}
.page_quuery .content_title{
  font-weight: bold;
  color: #DD5358;
}
.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: 16px;
  letter-spacing: 1px;
  text-align: center;
}


.modeRight .mode_block .span_active,
.typeRight .span_active,
.groupRight .span_active {
  background-color: #DB494F;
  color: #fff;
}

.addPadding{
padding: 0 15px;
box-sizing: border-box;
}
.addLetterSpacing{
  letter-spacing: 2em;
}

/* 搜索框 */
.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 #E1676B;
  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-color: #DB494F;
  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: 65%;
  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: #DC5257;
  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 30px;
  background: url(/img/titleBg.png) no-repeat;
  background-size: 100% 100%;
}

.page_live .content_title .tips{
  font-weight: bold;
  color: #DD5358;
  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: 217px; */
  /* height: 225px; */
  height: 250px;
  padding: 20px 30px;
  box-sizing: border-box;
  background: url(/img/live_shengyue_nobg.jpg) no-repeat;
  background-size: 100% 100%;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  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;
}

/* .live_option:hover .modalBg {
  opacity: 1;
} */
/* .live_option:hover span{
  position: relative;
  z-index: 10;
  color: #fff;
} */

.live_option .option_title{
  width: 55%;
  text-align: center; 
  line-height: 157px;
  /* font-weight: bold; */
  font-size: 45px;
  letter-spacing: 5px;
  color: #233F97;
  /* background-color: lightblue; */
}

.live_option .option_devide{
  width: 45%;
  /* background-color: pink; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between
}
.devide_item{
  width: 100%;
  /* height: 55px; */
  text-align: center;
  /* line-height: 55px; */
  background-color: #F9FBFF;
  font-size: 18px;
  letter-spacing: 2px;
  border-radius: 7px;
  cursor: pointer;
  position: relative;
  z-index: 10;
  padding: 12px 0;
  box-sizing: border-box;
}
 .showTitle{
  color: #233F97;
  font-weight: bold;
}

.showStatus{
  /* background-color: palegoldenrod; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
 .showStatus .showTag{
  width: 120px;
   /* height: 25px; */
   height: 39px;
   font-size: 15px;
   text-align: center;
   /* line-height: 25px; */
   line-height: 39px;
   font-size: 15px;
   /* background-color: orange; */
   /* margin: 15px auto 0; */
   letter-spacing: 0;
   box-sizing: border-box;
}

.devide_item .showStatus{
  justify-content: space-evenly;
}

/* .devide_item:hover{
  background-color: #EB4048;
}

.devide_item:hover .showTitle{
  color: #fff;
}

.devide_item:hover .showStatus .showTag{
  color: #fff;
  border-color: #fff;
}
.devide_item:hover .showStatus .comingLive{
  background-color: #fff;
  color: #233F97;
}
.devide_item:hover .showStatus .living{
  background-color: #fff;
  color: #233F97;
} */


/* 暂未展演 */
.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{
  padding: 20px 15px 20px 15px;
}


/* 器乐 */
.live_qiyue{
  background: url(/img/live_qiyue_nobg.jpg) no-repeat;
  background-size: 100% 100%;
  color:#EB4048;
}
.live_qiyue .showTitle{
  font-size: 45px;
  color:#EB4048;
 
}
/* 暂未展演 */
.live_qiyue .notBegin{
  color: #EB4048;
  border: 1px dotted #EB4048;
}

/* 即将直播、直播中 */
.live_qiyue .comingLive,.live_qiyue .living{
  background-color:#EB4048 ;
  color: #fff;
}



/* 舞蹈 */
.live_dance{
  background: url(/img/live_dance_nobg.png) no-repeat;
  background-size: 100% 100%;
  color:#FF9000;
}
.live_dance .showTitle{
  color:#FF9000;
 
}
/* 暂未展演 */
.live_dance .notBegin{
  color: #FF9000;
  border: 1px dotted #FF9000;
}

/* 即将直播、直播中 */
.live_dance .comingLive,.live_dance .living{
  background-color:#FF9000 ;
  color: #fff;
}


/*戏剧  */
.live_drama{
  background: url(/img/live_drama_nobg.jpg) 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_nobg.png) no-repeat;
  background-size: 100% 100%;
  color:#09B7FF;
}

.live_read .showTitle{
  color:#09B7FF;
 
}
/* 暂未展演 */
.live_read .notBegin{
  color: #09B7FF;
  border: 1px dotted #09B7FF;
}

/* 即将直播、直播中 */
.live_read .comingLive,.live_read .living{
  background-color:#09B7FF ;
  color: #fff;
}


/* 优秀艺术作品展专场 */
.live_betterArts{
  background: url(/img/live_betterAtrs_nobg.jpg) no-repeat;
  background-size: 100% 100%;
  color:#219319;
}
.live_betterArts .showTitle{
  color:#219319;
 
}
/* 暂未展演 */
.live_betterArts .notBegin{
  color: #219319;
  border: 1px dotted #219319;
}

/* 即将直播、直播中 */
.live_betterArts .comingLive,.live_betterArts .living{
  background-color:#219319 ;
  color: #fff;
}


/* 学生艺术实践工作坊 */

.live_artPractice{
  background: url(/img/live_artPractice_nobg.jpg) no-repeat;
  background-size: 100% 100%;
  color:#5C39B4;
}
.live_artPractice .showTitle{
  color:#5C39B4;
 
}
/* 暂未展演 */
.live_artPractice .notBegin{
  color: #5C39B4;
  border: 1px dotted #5C39B4;
}

/* 即将直播、直播中 */
.live_artPractice .comingLive,.live_artPractice .living{
  background-color:#5C39B4 ;
  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;
}

.work_item:nth-child(4n) {
  margin-right: 0;
}

.work_top {
  width: 100%;
  max-height: 177px;
  overflow: hidden;
  
}

.work_top img {
  width: 100%;
  min-height: 177px;
  transition: all ease .5s;
}

.work_top img:hover {
  transform: scale(1.1);
}

.work_bottom {
  /* background-color: pink; */
  margin-top: 20px;
  cursor: pointer;
}

.work_bottom h3 {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.work_bottom .workInfo {
  color: #989898;
  font-size: 16px;
  margin-top: 15px;
  padding: 0 5px 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;
}
.tagType{
  color: #EB4048;
  border: 1px solid #EB4048;
}
.tagPrize{
  background-color: #EB4048;
  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{
  width: 1000px;
  padding:40px 25px;
  box-sizing: border-box;
  margin: 25vh auto;
  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%;
  height: 520px;
  overflow-y: scroll;
  /* overflow: visible; */
  /* background-color: lightblue; */
}

.video video {
  width: 100%;
  /* height: 520px; */
  border: none;
  outline: none;
}
.thubImg img{
  width: 100%;
  display: block;
}


/* 分页 */
#pageNation{
  width: 80%;
  margin: 100px auto 0;
  display: flex; 
  align-items: center;
  justify-content: center;
  /* background-color: palegoldenrod; */
}
.M-box2,.M-famousBox{
  /* width: 300px; */
  min-width: 50%;
  height: 32px;
  box-sizing: border-box;
  background-color:#fff;
  margin: 0 auto;
  /* background-color: lightblue; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.M-box2 a,.M-box2 span{
  display: inline-block;
  width: 30px;
  height: 30px;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  border: 1px solid #c9c8c8;
  color: #454545;
  margin-right: 15px;
  border-radius: 5px;
}

.M-box2 .active,.M-famousBox .active{
  background-color: #d35252;
  color: #fff;
}

.M-box2 .prev,.M-box2 .next{
  width: 55px;
  height: 30px;
}
.M-famousBox .prev,.M-famousBox .next{
  width: 55px;
  height: 30px;
}
.M-box2 .next{
  margin-right: 0;
}

/* 6.资讯公告 */
.page_announce .mainArea{
  padding: 45px 0;
}
.page_announce .content_title{
  font-weight: bold;
  color: #DD5358;
}
.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: 500;
 
}
.article_top .article_info{
  color: #939393;
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
}
.article_content{
  margin-top: 30px;
}
.article_content p{
  text-indent: 2em;
  font-size: 15px;
  color: #383838;
  line-height: 24px;
  margin-bottom: 10px;
  text-align: justify;
}
.article_content img{
  max-width: 100%;
  display: block;
  margin: 20px auto;
}








.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;
}


@media (max-width: 1920px) {
    .videoBg .playArea {
        width: 900px;
    }
}

@media (max-width: 1440px) {
    .videoBg .playArea {
        width: 800px;
    }
}

@media (max-width: 1199px) {
    .videoBg .playArea {
        width: 750px;
    }
}
