﻿/* ============================================================
   样式重置 
   ============================================================ */
*{box-sizing:border-box; cursor:pointer; -webkit-tap-highlight-color: transparent;-moz-tap-highlight-color: transparent;outline: none;}
body,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,select,textarea,button,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:400;}
ul,dl,ol{list-style:none;}
img,fieldset,input[type="submit"]{border:0 none;}
img{display:inline-block;overflow:hidden;vertical-align:top; width:100%;}
em{font-style:normal;}
strong{font-weight:bolder;}
table{border-collapse:collapse;border-spacing:0;}
button,input{cursor:pointer;border:0 none;-webkit-appearance: none;appearance:none; border-radius: 0;}
textarea{word-wrap:break-word;resize:none;}  /* word-wrap for opera, resize for webkit */
menu{margin:0;padding:0;}
body{margin: 0 auto;-webkit-user-select: none;-webkit-text-size-adjust: none!important;font-family:"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑","Arial",sans-serif,Droidsansfallback;font-size: 0.26rem;font-weight: 400;background:#fff; color:#333;overflow-x: hidden;-webkit-overflow-scrolling: touch;}
input,textarea{font-family:"Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑","Arial",sans-serif,Droidsansfallback;font-weight: 400;}
input[type="number"]{-webkit-user-select:text;}
a,button,input{-webkit-touch-callout:none;}/* 1.ios 长按时不触发系统的菜单 2.禁止长按时下载图片 */
input,select,textarea{outline:none;background: none;font-weight: 400;}
/* input { -webkit-appearance: none; } */
/* 去除android4.0以下 a/button/input标签被点击时产生的边框 因为边框引起了不少bug */
a,button,input,select,li{-webkit-tap-highlight-color:rgba(0,0,0,0);}
/* Android4.0下不识别选择器-webkit-transform-3d 使用它可做Android4.0下版本兼容 */
@media all and (-webkit-transform-3d){
    /* android4.0+ ios4+ 恢复按钮被点击时产生的效果 */
    /*a,button,input{-webkit-tap-highlight-color:rgba(130,130,130,.52);}*/
    a,button,input,select{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;-moz-tap-highlight-color: transparent;outline: none;}
}
a{text-decoration:none;}
.fl{
    float:left;
}
.fr{
    float:right;
}

/*弹性盒子*/
.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.flex-v{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.flex-1{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
.flex-align-top{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:center;align-items:flex-start;}
.flex-align-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.flex-pack-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.flex-pack-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.flex-space-around{-webkit-justify-content:space-around;justify-content:space-around;}
.flex-space-between{-webkit-justify-content:space-between;justify-content:space-between;}
.hor-view{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}
.ver-view{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}
.hor-gap{width:1px;height:100%;line-height:0}
.ver-gap{height:1px;width:100%;line-height:0}

/*弹性盒子*/
.between{display: flex; display: -webkit-flex; justify-content: space-between;-webkit-justify-content:space-between}
.center{display: flex; display: -webkit-flex;justify-content: center;-webkit-justify-content: center}
.start{display: flex;display: -webkit-flex; justify-content: flex-start;-webkit-justify-content: flex-start}
.end{display: flex;display: -webkit-flex; justify-content: flex-end;-webkit-justify-content: flex-end}
.middle{display: flex;display: -webkit-flex;-webkit-align-items:center;align-items:center;}
.v-bottom{display: flex;display: -webkit-flex;-webkit-align-items:flex-end;align-items:flex-end;}
.v-baseline{display: flex;display: -webkit-flex;-webkit-align-items:baseline;align-items:baseline;}
.col{display: flex;display: -webkit-flex; -webkit-flex-direction:column;flex-direction: column;}
.row{display: flex;display: -webkit-flex; -webkit-flex-direction:row;flex-direction: row;}
.nowrap{-webkit-flex-wrap:nowrap;-webkit-box-lines:single;-moz-flex-wrap:nowrap;flex-wrap:nowrap;}
.wrap{-webkit-flex-wrap:wrap;-webkit-box-lines:single;-moz-flex-wrap:wrap;flex-wrap:wrap;}　
.fn-hide{display:none}

.clearfix:after,.clearfix:before {content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { *zoom: 1; }
::-moz-placeholder { color: #999; font-size:0.26rem;}
::-webkit-input-placeholder { color: #999; font-size: 0.26rem;}
:-ms-input-placeholder { color: #999;  font-size: 0.26rem;}

.text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hide-text-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.midcenter {display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;-webkit-box-align: center; -webkit-align-items: center;-ms-flex-align: center; align-items: center;}

html {overflow-y: auto;overflow-x: hidden;height: 100%;max-width:750px; margin:0 auto;}
body{max-width:750px;min-height: 100%;box-sizing:border-box;margin: 0 auto;-webkit-overflow-scrolling: touch;position:relative;background: #F3F4F8;}

/**信息录入**/
.fixed_page{ padding-bottom:1.08rem;}
.fixed_foot{ position:fixed;left:0;right:0;bottom:0;max-width:750px;margin: 0 auto; background:#20518C; padding-bottom:0;}
.fixed_bottom{height: 1.38rem;
    padding: 0.2rem 0.3rem;}
.tijiao_btn{height: 0.78rem;background: #2E8BF7;border-radius: 0.39rem; font-size:0.28rem; color: #FFFFFF;line-height: 0.40rem;}
.InfoPage{ padding:0.3rem;}
.info_card{background: #FFFFFF;border-radius: 0.2rem; padding:0 0.3rem; margin-top:0.2rem;}
.info_card:first-child{ margin-top:0rem;}
.info_card li{ border-bottom:1px solid #E1E1E1;}
.info_card li:last-child{ border-bottom:0;}
.info_label{ font-size:0.28rem;color: rgba(51,51,51,0.9);line-height: 40px;position: relative}
.info_label .required{
    position: absolute;
    color: red;
    left: -0.16rem;
}
.info_group{ height:1.07rem;width: 60%;}
.info_group .input_01{ display:block; width:100%; font-size:0.28rem;color: #7285AC;line-height:1.07rem; text-align:right;}
.info_select{ padding-right:0.32rem; background: url(../images/arrow-rt.png) right center no-repeat; background-size: 0.14rem 0.24rem;}
.radio_box input[type=radio] { display: none; }
.radio_box .checkbox{ padding-left: 0.34rem; height: 1rem; line-height:1rem; background: url(../images/select.png) left center no-repeat; background-size: 0.24rem 0.24rem; font-size:0.28rem; color: #666; cursor: pointer; margin-right: 0.3rem; }
.radio_box label:last-child .checkbox{margin-right: 0rem}
.radio_box input[type=radio]:checked + .checkbox{background: url(../images/selecton.png) left center no-repeat; background-size: 0.24rem 0.24rem;}
.show_line{ border-top:1px solid #E1E1E1;}
.noscroll{height: 100%;overflow: hidden;} 

/**活动现场**/
.activity_con{background: #FFFFFF;border-radius: 0.2rem; padding:0.3rem;}
.tit_bt{ font-size:0.32rem;font-weight: 500;color: #333333;line-height: 0.45rem;}
.tip_wz{font-size:0.24rem;font-weight: 400;color: #666666;line-height: 0.33rem;}
.img-item{display: block;width: 1.5rem;height: 1.5rem;background: #F3F4F8;margin-top:0.3rem; margin-right:0.3rem;border-radius: 0.1rem; overflow: hidden;position: relative;}
.img-item img {width: 100%;height: 100%;}
.img-item .del {position: absolute;right: 0;top: 0;width: 0.6rem;height: 0.6rem;background:url(../images/del2.png) center center no-repeat;background-size: 0.3rem 0.3rem;}
.img-add,.video-add,.ppt-add{display:flex;width: 1.5rem;height: 1.5rem;background: #F3F4F8 url(../images/add.png) center no-repeat; background-size:0.5rem 0.5rem;margin-top:0.3rem; margin-right:0.3rem;border-radius: 0.1rem; overflow: hidden;position: relative;}
.img-add .uploadtu,.video-add .uploadtu,.ppt-add .uploadtu {position: absolute;z-index: 2;left: 0;top: 0; width: 1.5rem;opacity: 0;right:0;bottom:0;cursor: pointer;}
.ppt-add .type{ width:0.8rem; height:0.8rem;}
.mt50{ margin-top:0.5rem;}
.comnt_wz{ margin-top:0.3rem;background: #F3F4F8;border-radius:0.1rem; padding:0.2rem;}
.comnt_wz textarea { resize: none;display: block;width: 100%; border: 0;min-height: 2.66rem;background: transparent;font-size: 0.26rem;line-height: 0.38rem;color: #333;}
.prompt{ z-index:9999;position:fixed;padding:0.2rem 0.3rem;background-color:rgba(0,0,0,.6);color:#fff;font-size:.28rem; line-height:0.4rem;border-radius:.2rem;max-width:750px; margin:0 auto;left:1rem;right:1rem;top:50%; -webkit-transform:translateY(-50%);transform:translateY(-50%); text-align:center;}
.activity_2{ width:50%;}
.tip_topwz{ margin-bottom:0.3rem;font-size:0.26rem;font-weight: 400;color: #666666;line-height: 0.37rem; padding-left:0.4rem; background:url(../images/tip.png) left center no-repeat;background-size: 0.3rem 0.3rem;}
/*加载中*/
.sendload { position: fixed; z-index: 1000; left: 0; right: 0; top: 0; bottom: 0; background:rgba(0,0,0,.1); display: none;}
.sendingloader { position: absolute; top: 40%; left: 50%; right: 0; box-sizing: border-box; width: 25%; }
.sendingloader p { margin: 0 auto; display: block; margin-top: 50px; margin-left: -80%; text-align: center; color: #333; font-size: 0.6rem; line-height: 0.8rem; }
@-webkit-keyframes line-spin-fade-loader {  50% {
 opacity: 0.3;
}
 100% {
 opacity: 1;
}
}
 @keyframes line-spin-fade-loader {  50% {
 opacity: 0.3;
}
 100% {
 opacity: 1;
}
}
.line-spin-fade-loader { position: relative; }
.line-spin-fade-loader > div:nth-child(1) { top: 20px; left: 0; -webkit-animation: line-spin-fade-loader 1.4s 0.15s infinite ease-in-out; animation: line-spin-fade-loader 1.4s 0.15s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(2) { top: 13.63636px; left: 13.63636px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-animation: line-spin-fade-loader 1.4s 0.3s infinite ease-in-out; animation: line-spin-fade-loader 1.4s 0.3s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(3) { top: 0; left: 20px; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-animation: line-spin-fade-loader 1.4s 0.45s infinite ease-in-out; animation: line-spin-fade-loader 1.4s 0.45s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(4) { top: -13.63636px; left: 13.63636px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-animation: line-spin-fade-loader 1.4s 0.6s infinite ease-in-out; animation: line-spin-fade-loader 1.4s 0.6s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(5) { top: -20px; left: 0; -webkit-animation: line-spin-fade-loader 1.4s 0.75s infinite ease-in-out; animation: line-spin-fade-loader 1.4s 0.75s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(6) { top: -13.63636px; left: -13.63636px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-animation: line-spin-fade-loader 1.4s 0.9s infinite ease-in-out; animation: line-spin-fade-loader 1.4s 0.9s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(7) { top: 0; left: -20px; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-animation: line-spin-fade-loader 1.4s 1.05s infinite ease-in-out; animation: line-spin-fade-loader 1.4s 1.05s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(8) { top: 13.63636px; left: -13.63636px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-animation: line-spin-fade-loader 1.4s 1.2s infinite ease-in-out; animation: line-spin-fade-loader 1.4s 1.2s infinite ease-in-out; }
.line-spin-fade-loader > div { background-color:rgba(0,0,0,.5); width: 4px; height: 35px; border-radius: 2px; margin: 2px; -webkit-animation-fill-mode: both; animation-fill-mode: both; position: absolute; width: 5px; height: 15px; }

/**申请列表**/
.empty{ position:absolute;top:40%;left:50%; transform:translate(-50%,-50%);}
.empty img{ width:1.2rem;}
.empty span{ margin-top:0.1rem; font-size:0.26rem;line-height: 0.33rem;color: rgba(155,155,155,0.9);}
.ApplyPage{ padding:0.3rem 0.3rem;}
.apply_item{background: #FFFFFF;border-radius: 0.2rem; padding:0 0.3rem; margin-top:0.2rem;}
.apply_item:first-child{margin-top:0rem;}
.apply_top{ height:1rem; font-size:0.28rem;color: #666666;line-height: 0.40rem; border-bottom:1px solid #E1E1E1;}
.apply_top .time{}
.apply_top .tag1{ color:#666;}
.apply_top .tag2{ color:#2E8BF7;}
.apply_top .tag3{ color:#FF5C35;}
.apply_info{ padding:0.3rem 0;}
.apply_info .bt{ font-size:0.24rem;color: rgba(153,153,153,0.9);line-height: 0.33rem;}
.apply_info .wz{ margin-top:0.1rem;font-size:0.28rem;color:#666;line-height: 0.4rem;}
.apply_con{background: #FFFFFF;border-radius: 0.2rem; padding:0.3rem 0.3rem 0.6rem;}
.apply_con .tip_wz{ font-size:0.26rem; margin-top:0.06rem;}
.apply_list{ margin-top:0.4rem;}
.apply_list li{ margin-bottom:0.6rem; position:relative; padding-left:0.6rem;}
.apply_list li:last-child{margin-bottom:0}
.apply_list li .check{ position:absolute;left:0;top:50%; transform:translateY(-50%);width:0.5rem; height:0.5rem;background:url(../images/check1.png) left center no-repeat; background-size:0.3rem 0.3rem;}
.apply_list li.on .check{background:url(../images/check2.png) left center no-repeat; background-size:0.3rem 0.3rem;}
.apply_01{ width:calc(100% - 2.7rem)}
.apply_01 .bt{font-size:0.28rem;font-weight: 500;color: #333333;line-height: 0.4rem;}
.apply_01 .wz{ margin-top:0.1rem;font-size:0.24rem;color:#666;line-height: 0.33rem;}
.apply_01 .wz .remainder{ margin-right:0.26rem;}
.apply_02{ width:2.1rem; height:0.52rem;}
.apply_02 .less{ width:0.34rem; height:0.34rem;background:url(../images/less.png) no-repeat; background-size:cover;}
.apply_02 .more{ width:0.34rem; height:0.34rem;background:url(../images/more.png) no-repeat; background-size:cover;}
.apply_02 .num{ width:1rem; height:0.5rem; line-height:0.5rem; box-sizing:content-box; border:1px solid #e1e1e1;background: #F6F6F6;border-radius: 0.1rem; font-size:0.26rem;color: rgba(51,51,51,0.9); text-align:center;}
/**确认弹框**/
.form_layer{position: fixed; z-index: 1000; left: 0; right: 0; top: 0; bottom: 0; background:rgba(0,0,0,.5);display: none;}
.form_box{position:fixed;left:0;right:0;width:6rem;margin: 0 auto; background:#fff;top:40%; transform:translateY(-50%);border-radius: 0.1rem;}
.form_content{ padding:0.6rem 0.75rem; min-height:2rem; font-size:0.28rem;color: #666666;line-height: 0.4rem; text-align:center;}
.form_foot{ border-top:1px solid #E5E5E5;}
.form_foot a{ width:50%;height:1rem; font-size:0.28rem;color: #666666;line-height: 0.4rem;letter-spacing: 2px; text-align:center;}
.form_foot a.btn2{border-left:1px solid #E5E5E5;color: #2E8BF7;}

/**活动主页**/
.main_top{ position:relative; z-index:1;height:3.5rem; overflow:hidden;}
.main_con{ position:relative; z-index:2; margin-top:-0.5rem; padding:0 0.3rem;}
.leader{ background:#fff; border-radius:0.2rem; padding:0.2rem; min-height:1.3rem;}
.leader_info{ height:0.9rem; padding-left:1.1rem; position:relative;}
.leader_pic{ position:absolute;left:0;top:0; width:0.9rem; height:0.9rem; border-radius:50%;}
.leader_name{ font-size:0.32rem;font-weight: 500;color: rgba(0,0,0,0.9);line-height: 0.48rem;}
.leader_school{ margin-top:0.08rem; font-size:0.2rem;color: #666666;line-height: 0.28rem;}
.leader_nav{ height:0.76rem;}
.leader_nav li>a{ display:block; padding-top:0.48rem; line-height:0.28rem; text-align:center; font-size:0.2rem;color: rgba(0,0,0,0.9);}
.leader_nav li .edit{ background:url(../images/edit.png) center top no-repeat; background-size:0.4rem 0.4rem;}
.leader_nav li .share{ background:url(../images/share.png) center top no-repeat; background-size:0.4rem 0.4rem;}
.leader_nav li.line{ width:1px; margin:0 0.3rem; height:0.3rem; background:#E1E1E1;}
.leader_card{ margin-top:0.2rem;}
.leader_hd{ width:calc(50% - 0.1rem); height:1.3rem; overflow:hidden; display:block; position:relative;}
.leader_hd.hd1{ background:url(../images/hd1.png) center top no-repeat; background-size: cover;}
.leader_hd.hd2{background:url(../images/hd2.png) center top no-repeat; background-size: cover;}
.leader_hd .bt{ position:absolute;left:0.2rem;top:0.2rem; font-size:0.26rem;font-weight: 500;color: #FFFFFF;line-height:0.37rem;}
.leader_hd .wz{ position:absolute;left:0.2rem;top:0.65rem; font-size:0.24rem;font-weight: 500;color: #FFFFFF;line-height:0.33rem; padding-right:0.32rem;background:url(../images/arrow.png) right center no-repeat; background-size:0.26rem 0.26rem;}
.leader_item .info_label{ padding-left:0.6rem;}
.leader_item .label1{ background:url(../images/icon1.png) left center no-repeat; background-size:0.4rem 0.4rem;}
.leader_item .label2{ background:url(../images/icon2.png) left center no-repeat; background-size:0.4rem 0.4rem;}
.leader_item .label3{ background:url(../images/icon3.png) left center no-repeat; background-size:0.4rem 0.4rem;}
.leader_item .label4{ background:url(../images/icon4.png) left center no-repeat; background-size:0.4rem 0.4rem;}
.leader_item .label5{ background:url(../images/icon5.png) left center no-repeat; background-size:0.4rem 0.4rem;}
.leader_item .label6{ background:url(../images/icon6.png) left center no-repeat; background-size:0.4rem 0.4rem;}
.leader_item .label7{ background:url(../images/icon7.png) left center no-repeat; background-size:0.4rem 0.4rem;}
.leader_item .info_group{ padding-right:0.32rem;background:url(../images/arrow-rt.png) right center no-repeat; background-size:0.14rem 0.24rem; font-size:0.24rem;color: #999999; line-height: 1.07rem; min-width:1rem;}
/**分享弹框**/
.tu_lay{position: fixed; z-index: 1000; left: 0; right: 0; top: 0; bottom: 0; background:rgba(0,0,0,.5); display:none;}
.tu_box{position:fixed;left:0;right:0;margin: 0 auto; width:5.6rem; background:#fff;top:10%;border-radius: 0.1rem; padding:0.7rem 0.8rem 1.4rem;}
.tu_lay .close{ position:absolute; right:0.1rem;top:0.1rem; width:0.5rem; height:0.5rem; background:url(../images/close.png) center no-repeat; background-size:0.4rem 0.4rem;}
.tu_lay .pic{ position:relative; text-align:center;}
/**.tu_lay .pic .share_pic{ height:100%; width:auto; max-width:100%;}**/
.tu_lay .footwz{ position:absolute; bottom:0.4rem;left:0.8rem;right:0.8rem; margin:0 auto;text-align:center; font-size:0.28rem; color:#666; line-height:0.4rem;}
.tu_lay .pic .ma{ position:absolute;top:46%; left:0;right:0; margin:0 auto; width:1.56rem;}
.tu_lay .pic .ma img{ display:block; width:1.56rem; height:1.56rem; background:#fff;}
.tu_lay .pic .ma .wz{ margin-top:0.08rem;text-align:center; font-size:0.18rem; color:#fff; line-height:1.2;}
/**评优保存证书**/
.certificate_lay{position: fixed; z-index: 1000; left: 0; right: 0; top: 0; bottom: 0; background:rgba(0,0,0,.5);display:none;}
.certificate_box{position:fixed;left:0;right:0;margin: 0 auto; width:5.9rem;top:0;bottom:0;padding-top:10%; padding-bottom:0.68rem; overflow-y:auto}
.certificate_box .tu_box{ position:static;width:5.9rem;background:#fff;border-radius: 0.1rem; padding:0.2rem;}
.certificate_lay .pic{ position:relative; text-align:center;}
.certificate_lay .footwz{ margin-top:0.2rem;font-size: 0.26rem;color: rgba(255,255,255,0.9);line-height: 0.37rem; text-align:center;}
.certificate_lay .close{ display:block; margin:0 auto; margin-top:0.2rem; width:0.6rem; height:0.6rem;background:url(../images/close2.png) center no-repeat; background-size:0.4rem 0.4rem; }
.comments{ position:relative; margin-top:-0.22rem;}
.comments_info{ padding-top:0.37rem;padding-left:0.8rem; position:relative; height:0.7rem;}
.comments_tu{ position:absolute;left:0;top:0; background:#fff; width:0.7rem; height:0.7rem; border-radius:50%; padding:2px;}
.comments_tu img{ display:block; width:0.62rem; height:0.62rem;border-radius:50%;}
.comments_name{ font-size:0.22rem;font-weight: 500;color: rgba(0,0,0,0.9);line-height: 0.30rem;}
.comments_wz{ margin-top:10px;font-size:0.2rem;color: rgba(0,0,0,0.9);line-height: 0.28rem;}
/**活动群组**/
.join_lay{position: fixed; z-index: 1000; left: 0; right: 0; top: 0; bottom: 0; background:rgba(0,0,0,.5);display:none;}
.join_box{position:fixed;left:0;right:0;margin: 0 auto; width:5rem; background:#fff;top:46%; transform:translateY(-50%);border-radius: 0.1rem; padding:0.7rem 0.8rem 1.4rem;}
.join_lay .close{ position:absolute; right:0.1rem;top:0.1rem; width:0.5rem; height:0.5rem; background:url(../images/close.png) center no-repeat; background-size:0.4rem 0.4rem;}
.join_lay .pic{ margin:0 auto; width:3.4rem; height:3.4rem;}
.join_lay .footwz{ position:absolute; bottom:0.4rem;left:0.8rem;right:0.8rem; margin:0 auto;text-align:center; font-size:0.28rem; color:#666; line-height:0.4rem;}

/**活动分享**/
.join_lay2{position: fixed; z-index: 1000; left: 0; right: 0; top: 0; bottom: 0; background:rgba(0,0,0,.5);display:none;}
.join_box {position:fixed;left:0;right:0;margin: 0 auto; width:5rem; background:#fff;top:46%; transform:translateY(-50%);border-radius: 0.1rem; padding:0.7rem 0.8rem 1.4rem;}
.join_lay2 .close{ position:absolute; right:0.1rem;top:0.1rem; width:0.5rem; height:0.5rem; background:url(../images/close.png) center no-repeat; background-size:0.4rem 0.4rem;}
.join_lay2 .pic{ margin:0 auto; width:3.4rem; height:3.4rem;}
.join_lay2 .footwz{ position:absolute; bottom:0.4rem;left:0.8rem;right:0.8rem; margin:0 auto;text-align:center; font-size:0.28rem; color:#666; line-height:0.4rem;}
.share_qrcode canvas{width: 100%}
/**生源信息**/
.nyPage{ padding:0.3rem 0.3rem;}
.ny_con{background: #FFFFFF;border-radius: 0.2rem; padding:0.3rem 0.3rem 0.6rem;}
.students_list {margin-top: 0.4rem;}
.students_list li{margin-bottom: 0.6rem; padding-right:0.6rem; position:relative;}
.students_list li:last-child{margin-bottom: 0;}
.students_list li:first-child:before{ position:absolute; content:'';right:0;top:50%; transform: translateY(-50%); width:0.46rem; height:0.46rem; background:url(../images/leader.png) center no-repeat; background-size:0.46rem 0.46rem;}
.student_info{ height:0.9rem; padding-left:1.1rem; position:relative;}
.student_pic{ position:absolute;left:0;top:0; width:0.9rem; height:0.9rem; border-radius:50%;}
.student_name{ font-size:0.3rem;font-weight: 500;color: rgba(0,0,0,0.9);line-height: 0.48rem; margin-right:0.2rem;}
.student_number,.student_school{ margin-top:0.08rem; font-size:0.2rem;color: #666666;line-height: 0.28rem;}
.edit_info{ display:block;width: 1.2rem;height: 0.46rem;border-radius: 0.06rem;background: #FF5C35; color:#fff; font-size:0.2rem; line-height:0.46rem; text-align:center;}
.edit_info.edit1{background: #2E8BF7; }

/**共享资料**/
.tab_menu{ height:0.55rem; margin-bottom:0.4rem;}
.tab_menu li{height:0.55rem; position:relative; font-size:0.3rem;font-weight: 400;color: #999999;line-height: 0.45rem; margin-right:0.5rem;}
.tab_menu li:last-child{margin-right:0;}
.tab_menu li.on{ font-size:0.32rem;font-weight: 500;color: #2E8BF7;}
.tab_menu li.on:before{ position:absolute; content:''; bottom:0; left:0;right:0; margin:0 auto;width: 0.3rem;height: 4px;background: #2E8BF7;border-radius: 2px;}
.tab_data{ display:none;}
.tab_data:first-child{ display:block;}
.data_list li{margin-bottom: 0.6rem; padding-right:0.6rem; position:relative;}
.data_list li .upload{ position:absolute; content:'';right:0;top:50%; transform: translateY(-50%); width:0.46rem; height:0.46rem; background:url(../images/upload.png) right center no-repeat; background-size:0.46rem 0.46rem;}
.data_list li .copy{ position:absolute; content:'';right:0;top:50%; transform: translateY(-50%); width:0.46rem; height:0.46rem; background:url(../images/copy.png) right center no-repeat; background-size:0.46rem 0.46rem;}
.data_pic{width:0.8rem; height:0.8rem; margin-right:0.2rem;}
.data_bt{ font-size:0.28rem;font-weight: 500;color: #333333;line-height: 0.4rem;}
.data_time{font-size:0.24rem;font-weight: 400;color: #666666;line-height: 0.33rem;}
.photo_list ul{ position:relative;}
.photo_list ul li{ width:32%; margin-bottom:0.14rem;}
.photo_list .tu{ width:100%; padding-top:75%; border-radius:0.06rem; position:relative; overflow:hidden;}
.photo_list .tu img{position:absolute; z-index:1;top:0;bottom:0;left:0;right:0;margin: auto; max-width: 100%;width: 100%;height: 100%; object-fit: cover;}
.photo_list .wz{ position:absolute; z-index:2;left:0;right:0;bottom:0;height: 0.30rem;background: rgba(0,0,0,0.5);border-radius: 0px 0px 0.06rem 0.06rem; font-size:0.2rem;color: #FFFFFF; line-height:0.3rem; padding:0 0.1rem;}
/**图片集**/
.big_img{position: fixed;z-index: -1;opacity: 0;background: rgba(0,0,0,0.9);width: 100%;height: 100%;top:0;left:0; padding-top:1.5rem; box-sizing:border-box;}
.big_img .close{ display: block; position: absolute; z-index:3; top: 0; right: 0; background: url(../images/close2.png) no-repeat center; background-size: 0.6rem 0.6rem;  width: 1.2rem; height: 1.2rem;opacity:1; cursor: pointer; transition: 0.3s ease; }
.big_img .swiper-title{ position:absolute;z-index:1;left:0; right:0; top:0; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101)); border-bottom: 1px solid #42403f; color: #ffffff; font-size: 13px; height: 40px;line-height: 40px;font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;text-align: center;}
.big_img .swiper-container2 {position: relative; z-index:2;width: 100%;height: 100%;}
.big_img .swiper-container2 .swiper-pagination-fraction{ position: absolute;top:-1.5rem;left:0;bottom:auto; width:auto; color: #fff;font-size: 13px;height: 40px;line-height: 40px; padding-left:10px;}
.big_img .swiper-container2  .swiper-wrapper{width: 100%;height: 100%;}
.big_img .swiper-button-next, .big_img .swiper-button-prev{ top:45%; width:47px;}
.big_img .swiper-button-next{ right:0;}
.big_img .swiper-button-prev{left:0;}
.big_img .swiper-slide{ background:transparent;width: 100%;height: 100%;display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; padding-bottom:1.5rem; box-sizing:border-box;}
.big_img .swiper-slide .tu_name{ position:absolute; bottom:0;left:0;right:0; background: rgba(0,0,0,0.6);height:1.5rem;  font-size:0.28rem; line-height:1.5rem; color:#fff; padding:0 0.1rem; text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.big_img .swiper-slide .tu_cellbox{width: 100%;height: 100%; overflow:hidden;display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;}
.big_img .swiper-slide img{max-width: 100%;max-height: 100%;margin:0 auto;}
.share_box{position: fixed; z-index: 1000; left: 0; right: 0; top: 0; bottom: 0; background:rgba(0,0,0,.5); margin:0 auto; width:7.5rem; }


/*南昌首页*/
.index_bg{ background:#004ADC; }
.index_top{ position:relative; z-index:1;}
.index_main{ position:relative; z-index:2; margin-top:-0.5rem; padding:0 0.3rem;}
.index_bg img{ display:block; width:100%;}
.index_top .logo{ position:absolute; top:0.48rem;left:0.36rem; width:2.67rem;}
.index_top .ztwz{ position:absolute; top:1.8rem;left:0;right:0;padding-right:0.3rem;}
.index_top .zt{ margin:0 auto; width:4.98rem;}
.index_top .wz{ margin:0 auto; margin-top:0.16rem; width:4.74rem;}
.index_mainbg{ position:absolute; z-index:1; top:0;left:0;right:0;}
.index_item{ position:relative; z-index:2;background: #FFFFFF;border-radius: 0.2rem; padding:0.3rem 0.3rem 0.4rem;}
.index_item .title{ padding:0 0.13rem;}
.index_item .wz{ margin-top:0.12rem;  font-size:0.3rem;color: rgba(51,51,51,0.9);line-height:0.44rem; text-align:justify}
.index_item .wz p{ text-indent:2em;}
.index_title{position:relative; z-index:2; margin-top:0.5rem; margin-bottom:0.6rem;}
.index_item .bt1{ margin-top:0.2rem; width:1.25rem;}
.index_item .bt2{ margin-top:0.29rem; width:1.25rem;}
.index_item .bt3{ margin-top:0.29rem; width:1.89rem;}
.mt40{ margin-top:0.4rem;}
.index_btn2{ margin-top:0.5rem; margin-bottom:0.3rem;}
.index_btn2 .link{ width:calc(50% - 0.12rem);height: 0.88rem;background: #46D3AE;border-radius: 0.45rem; font-size:0.3rem ;color: #000000;line-height: 0.42rem;}
.index_btn1{height: 0.88rem;background: #FFCF00;border-radius: 0.45rem; font-size:0.3rem; color: #000000;line-height: 0.42rem;}
.index_foot{ padding:0.64rem 1rem 1.08rem; background:url(../index_img/footbg.png) center bottom no-repeat; background-size:100% auto; text-align:center;font-size:0.26rem; color:#fff;line-height: 0.38rem;letter-spacing: 1px;}



.pop-layer{
    position: relative;
}
.pop-layer .info{
    position: absolute;
    left: .39rem;
    bottom: .5rem;
    text-align: left;
    font-weight: 600;
    font-size: .30rem;
    color: #380951;
    line-height: .6rem;

}
.pop-layer .info h2{
    font-size: .40rem;
}
.page-sign{
    background: url('https://image.360eol.com/activity/nua2024/images/bg8.png') no-repeat;
    background-size: 100% 100%;
}
.sign-box{
    width: 6.7rem;
    height: 7.53rem;
    background: url('https://image.360eol.com/activity/nua2024/images/bg7.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: .48rem;

}
.sign-box p{
    font-size: .26rem;
    color: #000000;
    line-height: .5rem;
    text-align: justify;
    margin-top: .27rem;
}


.page-ny{
    background: url("https://image.360eol.com/2025/csu2025/images/nybg2.png") no-repeat;
    background-size: 100%;
    background-color: #20518C;
}
.logo-top{
    position: absolute;
    top: 0.6rem;
    width: 6.2rem;
}
.activity-name{
    position: relative;
    top: 2.1rem;
    width: 6.7rem;
    margin: auto;
}





/**适配**/
@media screen and (min-width:320px) {
    html { font-size: 42.66px }
    }
    @media screen and (min-width:360px) {
    html { font-size: 48px }
    }
    @media screen and (min-width:375px) {
    html { font-size: 50px }
    }
    @media screen and (min-width:384px) {
    html { font-size:51.2px }
    }
    @media screen and (min-width:400px) {
    html { font-size: 54px }
    }
    @media screen and (min-width:414px) {
    html { font-size: 54px }
    }
    @media screen and (min-width:424px) {
    html { font-size: 56.54px }
    }
    @media screen and (min-width:480px) {
    html { font-size: 64px }
    }
    @media screen and (min-width:540px) {
    html { font-size: 72px }
    }
    @media screen and (min-width:640px) {
    html { font-size: 85.32px }
    }
    @media screen and (min-width:720px) {
    html { font-size: 96px }
    }
    @media screen and (min-width:750px) {
    html { font-size: 100px }
    }
	
	@media only screen and (device-width: 375px) and (device-height: 667px){
		.fixed_page{ padding-bottom:1.08rem;}
		.fixed_foot{ padding-bottom:0rem;}
	}
	
	/* x/xs */
	@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
		.fixed_page{ padding-bottom:1.76rem;}
		.fixed_foot{ padding-bottom:0.68rem;}
	}
	
	/* xs max/xr/11 */
	@media only screen and (device-width: 414px) and (device-height: 896px){
		.fixed_page{ padding-bottom:1.76rem}
		.fixed_foot{ padding-bottom:0.68rem;}
	}
	@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {	
		.fixed_page{ padding-bottom:1.76rem;}
		.fixed_foot{ padding-bottom:0.68rem;}
	}
	@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {	
		.fixed_page{ padding-bottom:1.76rem;}
		.fixed_foot{ padding-bottom:0.68rem;}
	}