@charset "UTF-8";
.lunb_x{
    width: 100%;
    background: #F3F4F6;
}
.index_nav{
  border-bottom: 10px solid #F3F4F6;
}
.index_box{
    width: 94%;
    margin: 0 auto;
  
}
.nav_wrap{
    margin: 1rem auto;
    flex-wrap: wrap;
    margin-bottom: 0;
    
}
.f-fl{
    float: left;
}
.f-fr{
    float: right;
}
.f-cb{
    clear: both;
}

.nav_wrap a {
    display: block;
    background: #ffffff;
    box-shadow: 0 0 0.2rem rgba(204, 204,204,.35);
    border-radius: 0.5rem;
    font-size: 0.7rem;
    padding: 0.3rem;
    height: 3rem;
    line-height: 3rem;
}
.nav_wrap a p{
    padding: 0 0 0 0.4rem;
    font-size: 0.9rem;
    font-weight: bold;
    color: #000000;
}
.nav_wrap img{
    width: 3rem!important;
    margin-bottom: 0.3rem;
}
.news_nav{
    padding: 2% 0 0.5%;
    border-bottom: 2px solid #eee;
}
.in_fixed{
    position: fixed;
    top:2.5rem;
    z-index: 100;
    width: 100%;
}
.in_fixed_a{
    position: fixed;
    top:4.9rem;
    width: 100%;
    z-index: 100;
}
/* .news_nav_b ::-webkit-scrollbar {display: none;}
.news_c ::-webkit-scrollbar {display: none;}
.news_nav_b,.news_c {
    -ms-overflow-style: none;  
    scrollbar-width: none;     
  } */
.news_nav a{
    display: block;
    font-size: 0.75rem;
    padding: 0.4rem 0;
    /* margin-left: 4%; */
    border-radius: 0.2rem;
    text-align: center;
}
.news_nav a:last-child{
    margin-right: 6%;
}
.news_nav .on {
    color: #ff4240;
    font-weight: 600;
    position: relative;
}
.news_nav .on::after {
    content: "";
    width: 2rem;
    height: 0.2rem;
    background: #ff4240;
    position: absolute;
    top: 1.7rem;
    left: 50%;
    margin-left: -1rem;
    z-index: 2;
}
.news_ctn_nav_top{
    padding: 2% 0;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.news_ctn_nav_top a{
    display: inline-block;
    font-size: 0.6rem;
    padding: 0.4rem;
    background: #F0F0F0;
    margin-left: 3%;
    border-radius: 0.2rem;
}
.news_ctn_nav_top .news_ctn_a_on{
    color: #fff;
    background: #ff4240;
}
.news_ctn_bot_list{
    display: none;
    /* min-height: 30rem; */
}
.news_ctn_nav_bot .news_ctn_list_on{
    display: block;
}




.news_text p{
    min-height: 3.3rem;
    font-size: 0.72rem;
    line-height: 1.1rem;
}
.news_c_list li a{
    padding: 0.6rem 0  0.4rem;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    border-radius: 0.5rem;
    margin: 0.5rem auto 0;
    padding: 0.5rem;
}
.news_announ_list li a{
    display: block;
    padding: 0.6rem 0  0.4rem;
    border-bottom: 1px solid #eee;
}
.news_announ_text p{
    font-size: 0.72rem;
    line-height: 1.1rem;
    margin-bottom: 0.6rem;
}
.news_source span{
    color: #aeaeae;
}
.news_source span:first-child{
    margin-right: 0.4rem;
}
.news_img{
    margin-left: 0.6rem;
}
.news_img img{
    width: 6.5rem;
    height: 4.22rem;
    border-radius: 0.2rem;
}
.news_text{
    flex: 1;
}
.news_ctn{
    display: none;
}
.news_c .block{
    display: block;
}
/*活动*/
.activity_conditions{
    width: 94%;
    height: 1.2rem;
    padding: 0.8rem 3%;
    border-bottom: 1px solid #eee;
    background: #fff;
}
.activity_conditions ::-webkit-scrollbar {display: none;}
.activity_conditions_box{
    width: 85%;
}
.activity_conditions_box a{
    display: inline-block;
    padding: 0.3rem 0.8rem;
    background: #F0F0F0;
    font-size: 0.6rem;
    margin-right: 0.5rem;
    border-radius: 0.8rem;
    color: #505050;
    position: relative;
}
.activity_conditions_icon{
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    background: url('../images/screening.png') no-repeat;
    background-size: 100% 100%;
}
.activity_conditions_box .activity_conditions_choose{
    padding: 0.3rem 1.2rem 0.3rem 0.5rem;
}
.activity_conditions_choose i{
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 35%;
    right: 0.5rem;
    background:  url('../images/delete.png') no-repeat  95%  55%;
    background-size: 100%  100%;
}
.activity_list_wrap{
    background: #fff;
}
.activity_list_ctn,.activity_place{
    font-size: 0.7rem;
    color: #959595;
    flex-wrap: wrap;
    line-height: 1.2rem;
}
.activity_list_ctn{
    margin-top: 0.4rem;
}
.activity_list_ctn div{
    width: 50%;
    line-height: 1.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.recruitment{
    color: #000;
}
.activity_list_box li{
    padding: 0.6rem 0;
    border-bottom: 1px solid #eee;
}
.activity_list_tit h5{
    width: 80%;
    font-size: 0.76rem;
}
.activity_list_tit a{
    display: block;
    padding: 0.2rem 0.6rem;
    border-radius: 0.8rem;
    font-size: 0.6rem;
}
.act_a1{
    color: #fff;
    background: #fab900;
}
.act_a2{
    background-color: #cc0100;
    color: #fff;
}
.act_a3{
    background-color: #44cb77;
    color: #fff;
}
.act_a4 {
    background-color: #e0e0e0;
    color: #fff;
}
.act_org {
    background-color: #FF7F50;
    color: #fff;
}
.act_video{
    display: inline-block;
    width: 0.93rem;
    height: 0.76rem;
    background: url('../images/ic_player_small.png') no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-left: 0.2rem;
}
/*筛选条件*/
.conditions_small h3{
    font-size: 0.88rem;
    font-weight: 800;
    margin: 0.8rem 0 0.8rem;
}
.conditions_list span{
    display: inline-block;
    font-size: 0.7rem;
    padding: 0.3rem 0.8rem;
    background: #F0F0F0;
    color: #505050;
    margin:0 0.6rem 0.7rem 0;
    border-radius: 0.8rem;
}
.conditions_list .conditions_list_act{
    background: #ff4240;
    color: #fff;
}
/*活动详情*/
.mar_tb{
    margin: 0.5rem 0;
}
.act_details_top,.act_details_mid,.act_details_mid_top,.act_details_bot_t,.act_details_bot_c,.act_details_bot_b,.new_qrcode{
    background: #fff;
    padding: 0.5rem 0;
}
.act_details_top_b{
    display: flex;
    margin-top: 0.5rem;
    font-size: 0.65rem;
}
.act_details_top_b div span{
   color: #FF4400;
}
.act_details_top_b div:first-child{
    margin-right: 0.7rem;
}
.act_details_mid_text div{
    font-size: 0.7rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.act_details_mid_text div p{
    width: 78%;
}
.act_in_top{
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}
.act_details_introd{
    font-size: 0.7rem;
}
.act_details_introd span{
    color: #909090;
}
.act_details_introd p{
    line-height: 1.2rem;
    margin-top: 0.5rem;
}
.act_details_team{
    font-size: 0.72rem;
    margin-bottom: 0.5rem;
}
.act_details_team i{
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background: #ff4240;
    margin-right: 0.3rem;
}
.act_details_team_head img{
    display: block;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
}
.act_details_team_rig{
    font-size: 0.65rem;
    margin-left: 0.7rem;
}
.act_details_team_rig h5{
    font-size: 0.76rem;
    font-weight: 500;
    margin-bottom: 0.4rem;
}
.act_cen{
    color: #FF4400;
}
.act_details_bot_c{
    font-size: 0.7rem;
}
.act_details_demean ::-webkit-scrollbar {display: none;}
.act_details_demean{
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}
.act_details_demean span{
    display: block;
    color: #909090;
    margin-bottom: 0.5rem;
}
.act_details_demean img{
    width: 5rem;
    height: 3.25rem;
    border-radius: 0.4rem;
    margin-right: 0.7rem;
}
.act_sign{
    width: 94%;
    padding: 0 3% 0.5rem 3%;
    font-size: 0.72rem;
    border-bottom: 1px solid #eee;
}
.act_sign a{
    font-size: 0.64rem;
    color: #888888;
}
.act_sign_list li{
    font-size: 0.7rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}
.act_sign_left {
    display: flex;
    align-items: center;
}
.act_sign_left img{
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.4rem;
    border-radius: 50%;
}
/*团队*/
.vol_team_d{
    color: #7F7F7F;
}
.vol_team_d span{
    color: #000;
}
.vol_team_d p:first-child{
    margin-right: 1.2rem;
}
.vol_team_left img{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    margin-right: 0.6rem;
}
.activity_list_tit .vol_team_a1{
    color: #fff;
    background: #CD0100;
}
.news_details h5{
    font-size: 0.94rem;
    line-height: 1.2rem;
    margin: 0.8rem 0;
}
.news_deta_time span{
    color: #888888;
    margin-right: 0.5rem;
}
.news_details_text{
    margin: 1rem 0;
}
.news_details_text img{
    width:100%;
}
/*排行榜*/
.vteer_nav{
    position: fixed;
    width: 100%;
    top: 2.5rem;
    left: 0;
    z-index: 999;
    background: #fff;
}
.vteer_nav_ul{
    display: flex;
    font-size: 0.76rem;
    height: 2rem;
    line-height: 2rem;
    border-bottom: 1px solid #eee;
}
.vteer_nav_ul li{
    width: 50%;
    text-align: center;
}
.vteer_nav_choose{
    color: #ff4240;
    font-weight: 600;
    position: relative;
}
.vteer_nav_choose::after {
    content: "";
    width: 2rem;
    height: 0.2rem;
    background: #ff4240;
    position: absolute;
    top: 1.8rem;
    left: 50%;
    margin-left: -1rem;
    z-index: 2;
}
.vteer_span{
   font-size: 0.8rem;
   width: 1.2rem;
   text-align: center;
}
.vteer_li_1{
    display: block;
    height: 1.16rem;
    background: url('../images/ic_ranking_1.png') no-repeat;
    background-size: 100% 100%;
}
.vteer_li_2{
    display: block;
    height: 1.16rem;
    background: url('../images/ic_ranking_2.png') no-repeat;
    background-size: 100% 100%;
}.vteer_li_3{
    display: block;
    height: 1.16rem;
    background: url('../images/ic_ranking_3.png') no-repeat;
    background-size: 100% 100%;
}
.vteer_list_head{
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    margin: 0 0.5rem;
}
.vteer_ctn_ul li{
    padding: 0.4rem 0;
    border-bottom: 1px solid #eee;
}
.vteer_li_text h5,.vteer_team_text h5{
    font-size: 0.76rem;
    margin-bottom: 0.3rem;
}
.vteer_li_text p,.vteer_team_text p{
    color: #888888;
    font-size: 0.6rem;
}
.vteer_team_text p span{
    font-size: 0.6rem;
    margin-right: 0.5rem;
}
.vteer_li_right img{
    height: 0.6rem;
}
.vteer_team_text{
    width: 70%;
}
.vteer_ctn{
    display: none;
}
.vteer_c .vteer_block{
    display: block;
}
/*点单服务*/
.order_wrap{
    background: #fff;
}
.order_wrap li{
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}
.order_wrap li h5{
    font-size: 0.8rem;
}
.order_text{
    font-size: 0.7rem;
    display: flex;
    color: #888888;
    flex-wrap: wrap;
    justify-content: space-between;
}
.order_text p{
    width: 48%;
    margin-top: 0.5rem;
}
.brand{
    font-size: 0.6rem;
    font-weight: 200;
    padding: 0.13rem;
    background: #cc0000;
    border-radius: 0.2rem;
    color: #fff;
    margin-left: 0.2rem;
}
/**/
.order_s_k{
    margin-right: 0.5rem;
}
/*心愿*/
.wish_source{
    font-size: 0.7rem;
    color: #888;
    margin-top: 0.5rem;
}
.wish_source span{
    margin-right: 0.5rem;
}
.Release_wish{
    width: 3rem;
    height: 3rem;
    background: url('../images/ic_wish_1.png') no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top:75%;
    right: 3%;
    z-index: 999;
}
/*发布心愿*/
.release_wish_top,.release_wish_bot{
    background: #fff;
    font-size: 0.75rem;
    padding: 0.5rem 0 0;
}
.release_wish_top textarea{
    width: 92%;
    padding: 2% 4%;
    border-radius: 0.2rem;
    background: #F3F4F6;
    margin: 0.5rem 0;
    font-size: 0.75rem;
}
.release_wish_bot{
    margin: 0.5rem 0 2rem;
    overflow: hidden;
}
.release_wish_list{
    margin-bottom: 0.5rem;
}
.release_wish_list input,.release_wish_list  textarea{
    width: 70%;
    border-radius: 0.2rem;
    background: #F3F4F6;
    padding: 0.5rem;
    font-size: 0.75rem;
}
.release_wish_list .release_wish_region {
    background:#F3F4F6 url('../images/arrow.png') no-repeat 96% 50%;
    background-size: 0.8rem 0.8rem;
}
.news_nav_height{
    height: 3rem;
}

/*打卡*/
.Clock_in{
    width: 90%;
    margin: 5% auto 0;
}
.Clock_in h5{
    font-size: 0.9rem;
}
.clock_top{
    font-size: 0.8rem;
    color: #888;
}
.clock_top i{
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background: #ccc;
    border-radius: 50%;
    margin-right: 0.5rem;
}
.clock_top .clock_dot{
    background: #ff4240;
}
.clock_cen{
    display: flex;
}
.clock_bar{
    width: 3px;
    height: 4rem;
    background: #ccc;
    margin: 0 3% 0 1%;
}
.clock_cen h5{
    padding-top: 0.8rem;
}
.over_time{
    margin:2% 0 0 5%;
}
.clock_wrap{
    display: block;
    width: 7.4rem;
    height: 7.4rem;
    margin: 5% auto 0;
    background: #ff4240;
    border-radius: 50%;
    font-size: 1rem;
    color: #fff;
    line-height: 7.4rem;
    text-align: center;
}
.new_qrcode_wrap{
  width: 60%;
  margin: 0 auto;
}
.new_qrcode_wrap img{
   height: 4rem;
}
.new_qrcode_text{
  width: 50%;
  text-align: center;
  font-size: 0.7rem;
}