html,
body{
    background: #F4FAFF !important; 
    font-family: MicrosoftYaHeiUI;
    font-size: 13px; 
}



body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
ul,
ol,
pre,
form,
input,
textarea,
th,
td,
select,
table {
    margin: 0;
    padding: 0;
}

table{
    border-collapse: collapse;
}

select:focus{
    border: 0;
}

a {
    text-decoration: none;
}

em,
i,
b,
strong {
    font-style: normal;
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul,
li {
    list-style: none;
}

.rel{
    position: relative;
}

.abs{
    position: absolute;
}

input:active, textarea:active,
input:focus, textarea:focus,
input:hover, textarea:hover{
    outline: none;
}

/* 公用 */
.box_style{
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.10);
    border-radius: 11px; 
    margin: 35px auto;
    position: relative;
    width: 90%;
}

.box_title{
    position: absolute;
    top: -16px;
    background: #0091FF;
    border-radius: 19.5px;
    height: 33px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    line-height: 33px;
    width: 56%; 
    left: 22%;
}

.mar_top10{
    margin-top: 10px;
} 

.mar_top20{
    margin-top: 20px;
} 

.pad20{
    padding: 20px;
} 

.dis_none{
    display: none;
}

.text_center{

    text-align: center !important;
}
/* 公用 end */


/* 提示 toast */
.handle-message-pop {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);  
    height: auto;
    width: auto;
    padding: 5px 20px;
    max-width: 80%;
    line-height: 20px;
    background: rgba(0,0,0,.6);
    color: #fff;
    text-align: center; 
    border-radius:4px;  
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;  
    font-size: 12px;
}
.handle-message-pop.show{
    opacity:1;
    z-index:10;
}
/* 提示 toast  end */


/* footer */
.footer{
    margin: 24px 0;
    text-align: center;
}

.footer p{
    font-size: 12px;
    color: #909EAB;
}
/* footer end */


/* 弹窗 */
.mask_layer{
    background: rgba(0,0,0,0.50);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999; 
}

.mask_layer.hide{
    display: none;
}

.mask_body{
    width: 80%;
    height: auto;
    z-index: 1001;
    position: absolute;
    background: #fff;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    border-radius: 10px;
    padding: 23px 15px;
    text-align: center;
    pointer-events: none;
}

.mask_cancle::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #A8A8A8;
    bottom: -20px;
    left: 50%;
    pointer-events: none;
}
.mask_cancle::after{
    content: '';
    position: absolute;
    background: url('../../../img/dian_activity/close_icon@2x.png');
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
    transform: translate(-50%,40px);
    pointer-events:auto;
}

.mask_title{
    font-size: 18px;
    color: #3D464D;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 12px;
}

.mask_task_title::after{
    content: '';
    position: absolute;
    background: url('../../../img/dian_activity/left_icon@2x.png');
    width: 20px;
    height: 15px;
    top: 5px;
    left: -30px;
    background-size: 100% 100%;
}

.mask_task_title::before{
    content: '';
    position: absolute;
    background: url('../../../img/dian_activity/right_icon@2x.png'); 
    width: 20px;
    height: 15px;
    top: 5px;
    right: -30px;
    background-size: 100% 100%;
}

.mask_text{
    font-size: 12px;
    color: #3D464D;
    line-height: 22px;
}
/* 弹窗 end */

/* 登录页面 */
.login_box{  
    height: 280px;
    min-width: 280px; 
}
  
.login_body{
    text-align: center;
    padding: 36px 28px;
}

.lable_mobile{
    font-size: 14px;
    color: #2F3C52;
    font-weight: 700;
    text-align: left;
}

.line_box{
    margin-top: 10px;
    width: 100%;
}

.mobile_val, .password_val{
    width: 100%;
    padding: 12px 0px;
    background: #F9FCFF;
    border: 1px solid #C2CDD8;
    border-radius: 4px;
    text-indent: 12px;
    font-size: 15px;
}

.code_line_box{
    display: flex;
    justify-content: space-between;
}

.code_val{
    padding: 12px 0px;
    background: #F9FCFF;
    border: 1px solid #C2CDD8;
    border-radius: 4px;
    text-indent: 12px;
    width: 60%;
    margin-right: 10px;
    font-size: 15px;
}

.code_btn{
    padding: 11px 0px;
    border: 1px solid #C2CDD8;
    border-radius: 4px;
    width: 40%;
    font-size: 14px;
    color: #FFFFFF;
    background: #B9C9D8;
}



.mobile_val::placeholder, .code_val::placeholder{
    font-size: 14px;
    color: #ACB6C0;
}

.login_submit, .confirm_pwd{
    background: #2C56C5;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    width: 63%;
    height: 44px;
    font-size: 14px;
    color: #FFFFFF;
    margin: 50px 0 24px;
    font-weight: 700;
} 
/* 登录页面end */

/* 志愿者邀请达人榜 */ 
.reward_description{
    padding: 36px 20px;
}

.reward_description p{
    color: #3D464D;
    line-height: 22px;
}

.reward_description p > span{
    color: #0091FF;
    font-weight: 700;
}

.reward_description p > b{
    font-weight: 700;
}
 
.top_three{
    display: flex;
    justify-content: space-around;
    padding: 35px 20px 20px;
}

.noun{
    text-align: center;
    width: 33%;
}

.noun img{
    width: 70px;
    height: 70px;
    background-size: 100% 100%;
    margin-bottom: 10px;
}

.noun p{
    font-size: 14px;
    color: #3D464D;
    font-weight: 700;
}

.noun span{
    color: #909EAB;
    font-size: 12px;
}

.third_place, .third_place table{
    width: 100%;
    border-radius: 6px 6px 0 0;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}

.third_place tr{
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    font-size: 12px;
    color: #3D464D;
    width: 100%;
}

.third_place td{
    border-bottom: 1px solid #EFEFEF;
}

.third_place td.noun_num{
    font-size: 14px;
    color: #0091FF;
    text-align: left;
    padding-left: 14px;
    width: 20%;
}

.third_place td.invite_td{
    font-size: 12px;
    color: #005BAC;
    text-align: right;
    padding-right: 18px;
    width: 30%;
}

.click_more{
    text-align: center;
    padding: 20px 0;
} 

.click_more p{ 
    font-size: 12px;
    color: #909EAB;
}

.click_more img{ 
    width: 10px;
    height: 12px;
    background-size: 100% 100%;
}

.empty_cont{
    line-height: 130px;
    text-align: center;
    color: #ccc;
}

/* 志愿者邀请达人榜end */

/* 报名注册  */
.box_style_reg{
    margin: 35px auto 85px !important;
}

.reg_body{
    padding: 36px 28px;
}

.linereg_box{
    width: 100%;
    margin-top: 28px;
}


.lable_regis{
    font-size: 14px;
    color: #2F3C52;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
}

.linereg_box input, .linereg_box select{
    padding: 12px 0px;
    background: #F9FCFF;
    border: 1px solid #C2CDD8;
    border-radius: 4px;
    text-indent: 12px;
    font-size: 14px;
    position: static;
}

.linereg_box input{ 
    width: 100%;
}

.linereg_box input:focus{
    border: 1px solid #C2CDD8 !important; 
}

.linereg_box select{
    width: 50%;
}

.province{
    margin-right: 10px;
}

.linereg_box .code_val{
    width: 60%;
}

.linereg_box .code_btn{
    padding:13px 0px 10px;
    border-radius: 4px;
    width: 40%;
    font-size: 13px;
    color: #FFFFFF !important;
    text-align: center;
    text-indent: 0;
}

.code_success{
    background: #2C56C5;
    border: 1px solid #2C56C5;
}

.disable{
    background: #B9C9D8;
    border: 1px solid #B9C9D8;
    pointer-events: none;
}

.code_btn.hide{
    display: none;
}

.reg_pos{
    height: 50px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 890;
}

.reg_submit, .register_now{
    background: #2C56C5;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    width: 90%;
    height: 44px;
    font-size: 14px;
    color: #FFFFFF;
    margin: 3px 5%;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 44px;
} 
/* 报名注册 end  */

/* 查看已邀请的人 */
.mission_accomplished{
    background-image: linear-gradient(180deg, #4755FF 0%, #6936FF 100%);
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center; 
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 700; 
}

.invited_list{
    padding-top: 35px;
}

.invited_list th{
    text-align: left;
}

.invited_header{
    background: #E1E8EF;
    border-radius: 6px 6px 0 0;
    height: 30px !important;
    line-height: 30px !important;
}
 

.invited_num{
    padding: 0px 2% 0 1%;
    color: #C7C7C7;
    text-align: center;
}

.invited_status{
    text-align: right;
    padding-right: 5%; 
    width: 32%;
}

.activated{
    color: #005BAC;
}

.inactivated{
    color: #909EAB;
}
/* 查看已邀请的人 end */

/* 报名成功 */
.task_progress{
    padding: 46px 20px 20px;
    text-align: center;
}

.user_nickname{
    font-size: 16px;
    color: #3D464D;
    font-weight: 700;
}

.fullname_school{
    font-size: 14px;
    color: #909EAB;
}

.clock_in{
    color: #909EAB;
}
.clock_in span{
    color: #0091FF;
}

.task_body{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.dividing_line{
    border-right: 1px solid #EBEBEB;
    width: 1px;
}

.task_item span{
    display: block;
    font-size: 14px;
    color: #7A7F83;
}

.task_item b{
    display: block;
    font-size: 18px;
    color: #0091FF;
    font-weight: 700;
    margin-top: 6px;
}

.not_on{
    color: #ccc !important;
    font-size: 15px !important;
}

.get_more{
    font-size: 15px;
    font-weight: 700;
    color: #0091FF;
    margin-top: 10px;
}

.progress_bar{ 
    height: 20px;
    border-radius: 10px;
    background:#DAEDFF;
    position: relative;
}

.m-percent-include {
    width: calc(100% - 70px);
    background: #DAEDFF;
    overflow: hidden;
    position: relative;
    display: inline-block;
    height: 20px;
    border-radius: 10px;
    width: 100%;
}

.m-percent-include .m-no-percent {
    width: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
}

.m-bg-percent {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
}

.task_look{
    margin-top: 20px;
}

.share_bonus_yes{
    color: #909EAB;
    font-size: 14px;
    text-align: center;
}

.share_bonus{
    background: #2C56C5;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
}

.invited_btn{
    background: #FFFFFF;
    border: 1px solid #DEE4EA;
    border-radius: 4px;
    display: block;
    height: 44px;
    line-height: 44px;
    margin-top: 12px;
    color: #333;
    font-size: 14px;
}

.invitation_poster{
    padding: 35px 20px 20px;
    text-align: center;
}

.poster_text{
    font-size: 13px;
    color: #3D464D;
    line-height: 22px;
    padding: 0 17%;
}

.poster_cont{
    margin: 20px auto 0;
    text-align: center;
}

.save_poster{
    display: block;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    background: #2C56C5;
    width: 70%;
    margin: 0 15%;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
/* 领取证书 */ 

.receive_body{
    padding-bottom: 20px;
}

.download_box p{
    font-family: MicrosoftYaHeiUI;
    font-size: 13px;
    color: #3D464D;
    line-height: 22px;
    text-align: center !important;
}
 
.download_box a{
    width: 164px;
    height: 44px;
    line-height: 44px;
    background: #2C56C5;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    color: #fff;
    font-family: MicrosoftYaHeiUI-Bold;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin: 20px 0;
}

.download_box a.dis_load, .register_over, .share_over{
    background: #B4C0CB;
    border: 1px solid #FFFFFF;
    pointer-events: none;
    cursor: default;
}

.download_tips{
    padding-top: 20px;
    border-top: 1px solid #EBEEF6;
}

.download_tips p{
    font-family: MicrosoftYaHeiUI;
    font-size: 12px;
    color: #909EAB !important;
}



/* 领取证书end */

.activity_process{
    padding: 35px 20px 20px;
    text-align: center;
}

.activity_process p{
    color: #3D464D;
    line-height: 22px;
    text-align: left;
}

.activity_process img{
    width: 135px;
    height: 135px;
    background-size:100% 100%;
    margin: 10px 0 17px;
}

.certificate_display{
    padding: 35px 20px 20px;
    text-align: center;
}

.cert_title{
    font-size: 14px;
    color: #3D464D;
    font-weight: 700;
}

.certificate_display img{
    margin: 12px 0 20px;
    width: 100%;
    background-size: cover;
}

.cert_description{
    text-align: left;
}

.cert_description p{
    font-size: 13px;
    color: #3D464D;
    line-height: 26px;
}

.cert_description p > span{
    color: #0091FF;
    font-weight: 700;
}

.cert_description p > b{
    font-weight: 700;
}

.right_tips{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    padding: 10px 9px;
    background: #0091FF;
    border-radius: 8px 0px 0px 8px;
}

.tips_text{
    font-size: 12px;
    color: #3D464D;
    line-height: 22px;
    text-align: left;
}
 
/* 报名成功 end */

/* 活动首页 */

.index_header{
    background-image: linear-gradient(180deg, #4755FF 0%, #6936FF 100%);
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.login_btn{ 
    font-size: 12px;
    color: #6236FF;
    background: #FFFFFF;
    border-radius: 4px;
    width: 78px;
    height: 34px;
    line-height: 34px;
    font-weight: 700;
    margin: 5px 0;
    text-align: center;
    border: none;
}
  
.banner_img{
    width: 100%;
    background-size: cover;
}

.sign_tips{
    top: 10px;
    background: rgba(0,0,0,0.50);
    border-radius: 0 16px 16px 0;
    font-size: 12px;
    color: #FFFFFF;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    overflow: hidden;
}

.notice_ul li{
    display: flex;
    align-items: center;
}

.notice_ul li > span{ 
    max-width: 70px;
    width: auto;
    max-width: 150px;
    overflow: hidden;
    height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.sign_tips img{
    width: 11px;
    height: 10px;
}

.index_wrapper{
    height: 3000px;
}
   
.index_body{
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.10);
    border-radius: 11px;
    height: auto;
    margin: 0 5%; 
    top: -65px;
    left: 0;
    width: 90%;
    margin: 0 5%;
}
  
.index_title{
    background: #0091FF;
    border-radius: 19.5px;
    height: 33px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    line-height: 33px;
    width: 56%;
    margin: 0 22% 15px;
}

.activity_text{
    font-size: 14px;
    color: #6D7278;
    line-height: 26px;
}

.activity_text a{
    color: #0091FF;
    text-decoration: underline;
}

.activity_video{
    margin: 20px 0 15px;
}

.video{
    background: rgba(0,0,0,0.50);
    border-radius: 10px;
    width: 100%;
    height: auto;
    object-fit: fill;
}

.activity_video p{
    font-size: 14px;
    color: #6D7278;
    text-align: center;
    line-height: 26px;
}

.activity_ser{
    font-size: 12px;
    color: #909EAB;
    line-height: 18px;
    margin-top: 5px;
}
 
.cert_show p{
    font-size: 14px;
    color: #3D464D;
    line-height: 26px;
}

.student_cert{
    margin: 15px 0;
}
 
.student_cert .cert_title, .volun_cert .cert_title{
    text-align: center;
    margin: 10px 0 0px;
}

.student_cert img, .volun_cert img{
    width: 100%;
    background-size: cover;
    margin: 12px 0;
}

.volun_cert{
    margin: 15px 0 0;
}
 
.volun_cert p span, .student_cert p span{
    color: #0091FF;
    font-weight: 700;
}

.volun_cert p b, .student_cert p b{
    font-weight: 700;
} 

.activity_pro .activity_time{
    font-size: 14px;
    color: #3D464D;
    font-weight: 700;
    margin: 20px 0;
}

.activity_pro span{
    font-size: 13px;
    color: #3D464D;
    display: block;
    line-height: 22px;
}

.leaderboard{
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}

.leaderboard_item{
    text-align: center;
    width: 33%; 
}

.leaderboard_item img{
    width: 70px;
    height: 70px;
    background-size: 100% 100%;
}

.leaderboard_item p{
    font-size: 14px;
    color: #3D464D;
    font-weight: 700;
    margin: 10px 0 3px;
}

.leaderboard_item span{
    font-size: 12px;
    color: #909EAB;
    display: block;
}

.see_more{
    background: #FFFFFF;
    border: 1px solid #DEE4EA;
    border-radius: 4px;
    display: block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #3D464D;
}

.health_science{
    margin-top: 20px;
} 

.health_item a{
    display: flex;
    font-size: 14px;
    color: #3D464D;
    line-height: 22px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DEE4EA;
    padding-bottom: 10px;
}

.health_item a > b{
    border: 2px solid #0091FF;
    width: 2px;
    height: 2px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin: 8px 10px 0 0;
}

.contact_us{
    display: flex;
    justify-content: space-between;
}

.contact_us > a{
    background: #2C56C5;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    width: 47%;
    color: #fff;
    text-align: center;
}

.contact_us .contact_qq >img{
    width: 18px;
    height: 15px;
    vertical-align: middle;
}

.contact_us .contact_kf >img{
    width: 18px;
    height: 18px; 
    vertical-align: middle;
}
 
.index_footer{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-bottom: 50px;
    width: 100%;
}

.mask_disease{
    width: 70% !important;
}

.mask_disease .mask_title{
    font-size: 14px !important;
}

.mask_disease .mask_text{ 
    text-align: left !important;
}

.mask_health{
    height: 75% !important;
    pointer-events: none;
} 

.mask_health::before{ 
    content: '';
    position: absolute;
    background: url('../../../img/dian_activity/close_icon@2x.png');
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
    right: -12px;
    top: -15px;
    pointer-events:auto;
}

.health_box{
    height: 100%;
    overflow: auto;
    pointer-events: auto;
}

.health_box .long_text{
    width: auto;
    height: auto;
    background-size: cover;
}

.mask_code{
    width: 65% !important;
}

.mask_code p{
    font-size: 14px;
    color: #3D464D;
    font-weight: 700;
}

.code_box{ 
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
    width: 166px;
    height: 166px;
    margin: 10px auto;
}

.code_box img{
    width: 150px;
    height: 150px;
    background-size: 100% 100%;
    margin: 8px;
}

.sao_box{
    display: flex;
    justify-content: center;
}

.sao_box img{
    width: 17.5px;
    height: 17.5px;
    margin-right: 5px;
}

.sao_box span{
    font-size: 14px;
    color: #3D464D;
} 
/* 活动首页 end */

/* 设置密码 */
.pwd_box{
    height: auto;
}

.pwd_body{
    padding: 36px 20px;
    text-align: center;
}

.pwd_eyes{
    right: 10px;
    bottom: 13px;
    width: 17.5px;
    height: 14.5px;
    background-size: 100% 100%;
} 

.confirm_pwd{
    margin: 20px 0 0 !important;
}
/* 设置密码 end */


/* 分享海报 */
.poster_wrapper{
    width: 100%; 
    text-align: center;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.mask_poster{
    position: fixed;
    background: #F4FAFF !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.share_poster{ 
    width: 300px;
    height: 533px;
    background-size: cover; 
    display: inline-block; 
    position: relative;
    z-index: -5;
    overflow: hidden;
}

.pos_img{
    width: 300px;
    height: 533px;
}

.poster_wrapper .poster{
    width: 90%;
    height: auto; 
    z-index: 10;
}

.share_poster .poster_name{
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 15px;
    left: 10px;
}

.share_poster .poster_code{
    width: 73px;
    height: 73px;
    position: absolute;
    bottom: 45px;
    right: 36px;
    border-radius: 4px;
}

.save_text{
    font-size: 12px;
    color: #909EAB;
    margin-top: 10px;
}

/* 分享海报end */


/* 其他 */
#slxy-customer{
    display: none;
}
/* 其他end */
