﻿@charset "utf-8";
html,body,div,p,form,label,ul,li,dl,dt,dd,ol,img,button,b,em,strong,small,h1,h2,h3,h4,h5,h6{margin:0;padding:0;border:0;list-style:none;font-style:normal;}
body{
    background: #f7f7f7;
}
img{
    display: initial;
}
/*  首页*/
.m-navbar{
    height: 1.06rem;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.m-navbar:after{
    border-bottom: none;
}
.m-navbar-left{
    display: flex;
}
.m-navbar-left .search{
    margin-right: 0.4rem;
}
.slider-item img{
    height: 5.02rem;
}
.classify{
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.classify li{
    width: 25%;
    float: left;
    margin-top: 0.35rem;

}
.classify li a{
    display: block;
    text-align: center;
    font-size: 0.26rem;
}
.classify li a img{
    width: 0.92rem;
    height: 0.92rem;
}
.society{
    width: 100%;
    padding: 0.78rem 0.3rem 0.6rem 0.3rem;
    box-sizing: border-box;
    background: #fff;
}
.society .societyTitle{
    width: 100%;
    font-size: 0.32rem;
}
.society .societyImg{
    margin-top: 0.28rem;
}
.society .societyImg img{
    width: 100%;
    object-fit: cover;
    height: 3.5rem;
}
.society p{
    /* margin-top: 0.25rem; */
    font-size: 0.24rem;
    width: 100%;
    line-height: 0.48rem;
    position: relative;
    display: flex;
}
.society p .content{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.society p .more{
    color: #349cba;
    position: absolute;
    right: 0;
    bottom: 0;
}
.news{
    background: none;
    padding: 0.28rem 0.3rem 0.6rem 0.3rem;
}
.news .societyTitle{
    display: flex;
    justify-content: space-between;
}
.news .societyTitle a{
    color: #999;
    font-size: 0.24rem;
    align-items: center;
}
.news .newsContent{
    width: 100%;
    padding: 0.35rem 0.3rem;
    box-sizing: border-box;
    background: #fff;
}   
.news .newsContent .p1{
    font-size: 0.28rem;
}
.news .newsContent .p2{
    font-size: 0.24rem;
    color: #999;
    margin-top: 0.2rem;
}
.newsList{
    width: 100%;
}
.newsList li{
    width: 100%;
    margin-top: 0.2rem;
    background: #fff;
}
.newsList li a{
    width: 100%;
    height: 2.43rem;
    display: block;
    position: relative;
    padding: 0.35rem 0.3rem;
    box-sizing: border-box;
}
.newsList li a .newsTitle{
    font-size: 0.28rem;
    margin-top: 0;
}
.newsList li a p{
    line-height: initial;
}
.newsList li a .newsArticle{
    font-size: 0.24rem;
    text-indent: 0.2rem;
    margin-top: 0.25rem;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newsList li a .newsTime{
    margin-top: 0.2rem;
    color: #999;
}
.newsListImg{
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    bottom: 0;
    right: 0;
}
.volunteerEnter{
    width: 100%;
    display: block;
    height: 1.75rem;
}
.volunteerEnter img{
    width: 100%;
    object-fit: cover;
}
.Experts{
    width: 100%;
    padding: 0.5rem 0.3rem;
    box-sizing: border-box;
    background: #fff;
}
.Experts .ExpertsTop{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.32rem;
}
.Experts .ExpertsTop a{
    font-size: 0.24rem;
    color: #999;
}
.Experts li{
    width: 100%;
    margin-top: 0.3rem;
    background: #fafafa;
}
.Experts li a{
    display: flex;
    align-items: center;
    padding: 0.2rem;
    box-sizing: border-box;
}
.Experts li a .left img{
    width: 1.74rem;
    height: 2.24rem;
}
.Experts li a .right{
    margin-left: 0.3rem;
}
.Experts li a .right .name{
    font-size: 0.28rem;
    color: #333;
}
.Experts li a .right .js{
    margin-top: 0.3rem;
    font-size: 0.24rem;
    color: #666;
    text-indent: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.loginBg{
    width: 100%;
    height: 5.18rem;
    background: url(../phone/img2/img6.png);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login{
    width: 6.9rem;
    height: 4.03rem;
    background:#fff
}
.loginTop{
    width: 100%;
    height: 0.62rem;
    color: #fff;
    text-align: center;
    line-height: 0.62rem;
    font-size: 0.3rem;
    background: #0c9ec8;
}
.login .phone{
    width: 5.62rem;
    height: 0.6rem;
    border: solid 1px #e4e7ec;
    padding: 0 0.22rem 0 0.6rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 0.4rem auto;
    background: url(../phone/img2/img7.png) no-repeat;
    background-size: 100% 100%;
}
.login .phone input{
    border: none;
}
.login .idCard{
    background: url(../phone/img2/img8.png) no-repeat;
    background-size: 100% 100%;
}
.login .check{
    background: #d7000f;
    border:none;
    text-align: center;
    padding: 0;
}
.check input{
    color: #fff;
    font-size: 0.24rem;
    text-align: center;
    width: 100%;
}
.footer{
    width: 100%;
    height: 2.4rem;
    background: #0790b7;
    padding: 0 0.3rem;
    box-sizing: border-box;

}

.footer .footerTop{
    width: 100%;
    height: 1.06rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-bottom: 1px solid #cee4ea;
}
.footer .footerTop a{
    font-size: 0.24rem;
    margin: 0 0.15rem;
    color: #fff;
}
.g-scrollview:after{
    height: 0;
}
.footerBottom{
    width: 100%;
    padding: 0.3rem 0;
    box-sizing: border-box;
    color: #cee4ea;
    font-size: 0.24rem;
    text-align: center;
}
.navLeft{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.navLeft .bg{
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.navLeft .navLeftCon{
    width: 5.7rem;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}
.navLeft .navLeftCon .navLeftConClose{
    width: 100%;
    height: 1.06rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 0.3rem;
}
.navLeft .navLeftCon .navLeftConClose img{
    width: .45rem;
    height: 0.4rem;
}
.navLeftCon>.nav-li {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.navLeftCon>.nav-li>dl>dd {
    display: none;
    padding: .15rem 0;
    box-sizing: border-box;
}
.navLeftCon>.nav-li>dl>dt {
    padding: 0 .24rem;
}
.navLeftCon>.nav-li>dl>dt>a {
    height: .88rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .3rem;
    color: #666666;
    border-bottom: 1px solid #8bc2d2;
    padding: 0 0.08rem;
    box-sizing: border-box;
}
.navLeftCon>.nav-li>dl>dd>p {
    font-size: .26rem;
    color: #999999;
}
.navLeftCon>.nav-li>dl>dd>p>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .26rem;
    color: #999999;
    padding: .15rem .24rem .15rem .65rem;
}
.navLeftCon>.nav-li>dl .icon {
    display: block;
    width: .26rem;
    height: .02rem;
    background: url(../phone/img2/icon14.png) no-repeat;
    background-size: cover;
}
.navLeftCon>.nav-li>dl .cur {
    width: .26rem;
    height: .26rem;
    background: url(../phone/img2/icon15.png) no-repeat;
    background-size: cover;
}
.navbar-item .choose{
    width: 0.28rem;
    height: 0.3rem;
    background: url(../phone/img2/sx.png);
    background-size: cover;
}
.dirList{
    width: 100%;
    min-height: 9.94rem;
}
.dirList .dirListTop{
    width: 100%;
    height: 0.85rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.wid70{
    width: 70%;
}
.wid20{
    width: 20%;
}
.wid10{
    width: 10%;
}
.dirList .dirListTop p{
    height: 0.85rem;
    float: left;
    line-height: 0.85rem;
    font-size: 0.28rem;
}
.list-li li{  
    width: 100%;
    height: 0.85rem;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.list-li a.check img{
    width: 0.16rem;
    height: 0.29rem;
}
.list-li .title{
    line-height: 0.85rem;
    font-size: 0.26rem;
    float: left;
}
.list-li .static{
    font-size: 0.26rem;
    color: #40ad34;
    text-align: center;
    float: left;
    line-height: 0.85rem;
}
.list-li a.check{
    height: 0.85rem;
    line-height: 0.85rem;
    text-align: center;
    display: block;
    float: left;
}
.page li {
    border: 1px solid #d4d4d4;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.22rem;
    color: #666;
    width: 0.5rem;
    margin: 0 4px;
    /* border-radius: 100%; */
    float: left;
}
.page li.pre_btn {
    width: 0.85rem;
}
.page li.active {
    background: #36bef8;
    border: 1px solid #36bef8;
}
.page li.next_btn {
    width: 0.85rem;
}
.total {
    margin-left: 0.2rem;
    font-size: 0.22rem;
    color: #666;
}
.total input.input_text {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 2px;
    border: solid 1px #cccccc;
    text-align: center;
}
.total input.input_btn {
    width: 0.74rem;
    height: 0.5rem;
}
.page {
    width: 100%;
    display: flex;
    justify-content: center;
}
.total input {
    margin: 0 2px;
    border: solid 1px #cccccc;
    text-align: center;
}
.page li.active a {
    color: #fff;
}
.failCon{
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.failCon .content{
    width: 6.54rem;
    height: 4.4rem;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -3rem;
}
.failCon .content .closeBtn{
    position: absolute;
    top: -0.4rem;
    right: 0rem;
}
.failCon .content .closeBtn img{
    width: 0.4rem;
    height: 0.4rem;
}
.failCon .content .contentCon{
    width: 5.85rem;
    height: 4.02rem;
    background: #fff;
}
.failCon .content .contentCon .failImg{
    width: 100%;
    text-align: center;
    padding-top: 0.48rem;
    text-align: center;
}
.failCon .content .contentCon .failImg img{
    width: 1.16rem;
    height: 1.16rem;
}
.failCon .content .contentCon .failText{
    width: 100%;
    text-align: center;
    margin-top: 0.25rem;
    font-size: 0.26rem;
}
.failCon .content .contentCon .failBtn{
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
}
.failCon .content .contentCon .failBtn input{
    width: 2.2rem;
    height: 0.66rem;
    border: solid 1px rgba(53, 180, 217, 0.8);
    border-radius: 0.04rem;
    text-align: center;
    line-height: 0.66rem;
    font-size: 0.26rem;
    color: #35b4d9
}
.failCon .content .contentCon .failBtn .sure{
    color: #fff;
    background: #35b4d9;
    margin-left: 0.2rem;
}
.listing{
    width: 4.94rem;
    margin: 0.68rem auto;
}
.listingLogo{
    width: 100%;
    text-align: center;
}
.listingLogo img{
    width: 1.74rem;
    height: 1.74rem;
}
.listingInfor{
    margin-top: 1rem;
    font-size: 0.26rem;
}
.listingInfor p{
    margin-top: 0.12rem;
}
.listingInfor p.proof{
    display: flex;
    align-items: end;
}
.mengban{
    width: 100%;
    height: 13.34rem;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;left: 0;
    display: none;
}
.changeImg{
    width: 5.85rem;
    height: 8.96rem;
    position: absolute;
    top: 1rem;
    left: .82rem;
    z-index: 5;
}
.inquiry{
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
    margin-top:0.9rem
}
.inquiry{
    width: 6.9rem;
    margin: 0.9rem auto;
}
.inquiry .diploma{
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.7rem;
    text-align: center;
}
.inquiry .diploma img{
    width: 4.87rem;
	height: 3.46rem;
}
.inquiryName{
    font-size: 0.26rem;
    margin-top: 0.65rem;
}
.inquiry .infor{
    margin-top: 0.32rem;
    font-size:0.26rem;
}
.inquiry .infor .workLi{
    margin-top: 0.3rem;
    line-height: 0.5rem;
}
.inquiry .infor .workLi .time{
    font-weight: 600;
}
.inquiry .infor .workLi .company{
    font-weight: 600;
}
.failImg{
    display: flex;
    justify-content: center;
}
.failImg img{
    width: 2.87rem;
    height: 2.15rem;
}
.inquiry  .text1{
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    margin-top: 0.2rem;
}
.inquiry .text2{
    font-size: 0.24rem;
    margin-top: 0.15rem;
    text-align: center;
}
.volunteerName{
    margin-bottom: 0.14rem;
    margin-top: 0;
    line-height: 0.4rem;
}
.volunteers{
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 0.6rem 0.3rem;
    margin-top: 0.2rem;
}
.return{
    width: 6.9rem;
	height: 0.81rem;
    background-color: #2cb0d6;
    color: #fff;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.8rem;
    margin:0.3rem auto 0.6rem auto;
    display: block;
}
.checkTitle{
    text-align: center;
    font-size: 0.32rem;
    font-weight: bold;
}
.checkFormLi{
    width: 100%;
    height: 1.05rem;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.28rem;
    color: #333;
}
.checkFormLi input{
    width: 60%;
    height: 1.05rem;
    text-align: right;
    border:none
}
.volunteerApply{
    color: #999;
    width: 100%;
    text-align: right;
    font-size: 0.22rem;
    display: block;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.volunteerApply{
    padding: 0.3rem;
}
.Certificate{
    width: 2.08rem;
    height: 1.3rem;
}
.addImg{
    position: absolute;
    top: 0.3rem;
    right: 0;
    width: 2.08rem;
    height: 1.3rem;
    opacity: 0;
}
.checkForm .multi{
    width: 100%;
    padding: 0.4rem 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
.checkForm .multi .title{
    width: 100%;
    font-size: 0.28rem;
    text-align: left;
    color: #333;
}
.checkForm .multi .multi-li{
    margin-top: 0.35rem;
    width: 33.33%;
    float: left;
}
.checkForm .multi .multi-li input{
    width: 0.28rem;
    border: 1px solid #ddd;
    height: 0.28rem;
    margin-right: 0.1rem;
    -webkit-appearance: checkbox;
}
.checkForm .singel .multi-li{
    width: 50%;
}
.mineHead{
    width: 100%;
    height: 4.5rem;
    background: url(../phone/img2/../phone/img20.png);
    background-size: 100% 100%;
}
.mineHead .exit{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0.4rem 0.24rem;
    box-sizing: border-box;
}
.mineHead .exit a{
    font-size: 0.26rem;
    color: #fff;
}
.mineHead .avatar{
    width: 100%;
    display: flex;
    justify-content: center;
}
.mineHead .avatar img{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
}
.mineHead .name{
    width: 100%;
    text-align: center;
    margin-top: 0.28rem;
    font-size: 0.24rem;
    color: #fff;
}
.mineHead .member{
    width: 100%;
    text-align: center;
    font-size: 0.22rem;
    margin-top: 0.15rem;
    color: #fff;
}
.mineHead .changeAvatar{
    width: 100%;
    position: relative;
    margin-top: 0.2rem;
    text-align: center;
    color: #fff;
}
.mineHead .changeImgInput{
    position: absolute;
    top: 0;
    left: 40%;
    opacity: 0;
}
.dataList{
    width: 100%;
    background: #fff;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.dataList .data-li{
    width: 100%;
    height: 1.2rem;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.34rem;
}
.dataList .data-li .data-li-left{
    display: flex;
    align-items: center;
}
.dataList .data-li .data-li-left img{
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.2rem;
}
.dataList .data-li .data-li-right img{
    width: 0.17rem;
    height: 0.27rem;
}
.m-navbar1{
    display: flex;
    height: 1.06rem;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
}
.mineData{
    margin-top: 0.2rem;
}
.mineData .data-li .data-li-right{
    font-size: 0.28rem;
    color: #999;
    display: flex;
    align-items: center;
    line-height: 0.28rem;
}
.mineData .data-li .data-li-right img{
    margin-left: 0.2rem;
}
.data-li-right input{
    -webkit-appearance:radio;
    width: 0.28rem;
    height: 0.28rem;
    margin: 0 0.08rem;
}
.mineData .data-li{
    font-size: 0.28rem;
}
.data-li-right input.Chavatar{
    position: absolute;
    right: 0rem;
    top: 0.12rem;
    width: 1.8rem;
    height: 0.8rem;
    opacity: 0;
}
.zs-list{
    width: 100%;
    margin-top: 0.2rem;
    background: #fff;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.zs-list .zs-list-head{
    width: 100%;
    height: 0.88rem;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.zs-list .zs-list-head p{
    line-height: 0.88rem;
    font-size: 0.28rem;
    float: left;
}
.w30{
    width: 30%;
}
.w20{
    width: 20%;
    text-align: right;
}
.zs-list .zs-list-li p{
    color: #666;
}
.upload{
    width: 6.9rem;
	height: 0.8rem;
	background-color: #d7000f;
    border-radius: 0.08rem;
    color: #fff;
    font-size: 0.26rem;
    margin: 0.5rem auto;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.upload img{
    width: 0.4rem;
    height: 0.32rem;
    margin-right: 0.16rem ;
}
.model{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.model .bg{
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top:0
}
.model .modelCon{
    width: 4rem;
    position: absolute;
    top: 14%;
    left: 50%;
    margin-left: -1.6rem;
    z-index: 99;
}
.model .modelCon .close{
    width: 100%;
    text-align: right;
}
.model .modelCon .close img{
    width: 0.4rem;
    height: 0.4rem;
}
.model .modelCon .codeImg{
    margin-top: 0.1rem;
}
.model .modelCon .codeImg img{
    width: 3.5rem;
    height: 4.92rem;
}
.w33{
    width: 33.33%;
}
.model .classModelCon{
    width: 6.2rem;
    left: 50%;
    margin-left: -2.8rem;
}
.agreement{
    width: 100%;
    margin-top: 0.2rem;
    background: #fff;
    padding: 0 0.3rem 0.7rem 0.3rem;
    box-sizing: border-box;
}
.agreement .agreementTitle{
    width: 100%;
    height: 1.36rem;
    text-align: center;
    line-height: 1.36rem;
    font-size: 0.32rem;
}
.agreementCon{
    width: 6.9rem;
    margin: 0 auto;
    border: solid 1px #ddd;
    padding: 0 0.2rem 0.3rem 0.2rem;
    box-sizing: border-box;
}
.agreementConTitle{
    width: 3.92rem;
    font-size: 0.28rem;
    margin: 0.56rem auto 0 auto;
    text-align: center;
    font-weight: 600;
}
.agreementCon .content{
    font-size: 0.26rem;
    margin-top: 0.45rem;
    line-height: 0.5rem;
}
.agreementConTitle2{
    margin-top: 0.45rem;
    font-size: 0.26rem;
    font-weight: 600;
}
.agreementConTitle3{
    font-size: 0.26rem;
    font-weight: 600;
    margin-top: 0.1rem;
}
.agreementCon .content2{
    font-size: 0.26rem;
    margin-top: 0.1rem;
    line-height: 0.5rem;
}
.agreeBtn{
    margin-top: 0.4rem;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1.8rem;
}
.agreeBtn input{
    width: 3.1rem;
	height: 0.8rem;
	background-color: #2cb0d6;
    border-radius: 0.08rem;
    color: #fff;
    text-align: center;
    line-height: 0.8rem;
    margin: 0 0.15rem;
    border: none;
}
.experienceTitle{
    color: #259cbe;
    font-size: 0.3rem;
    padding-top: 0.35rem;
}
.pxzs{
    padding: 1.4rem 0;
    display: flex;
    justify-content: center;
}
.pxzs img{
    width: 6.44rem;
    height: 4.8rem;
}
.agreementCon .true{
    width: 100%;
    display: flex;
    justify-content: center;
}
.agreementCon .true img{
    width: 1.48rem;
    height: 1.48rem;
}
.agreementCon .text{
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    margin-top: 0.35rem;
}
.agreementCon .conent{
    width: 5.78rem;
    margin: 0.3rem auto;
    font-size: 0.24rem;
    text-align: center;
    color: #666;
    line-height: 0.45rem;
}
.submit-return{
    width: 6.9rem;
	height: 0.8rem;
    background-color: #2cb0d6;
    display: block;
    margin: 0.4rem auto 1.1rem auto;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: #fff;
    border-radius: 0.08rem;
}
..checkForm .assess_singel .multi-li{
    margin-right: 0.5rem;
    width: auto;
}
.prompt_box{
    width: 6.9rem;
    position: absolute;
    left: 50%;
    margin-left: -3.3rem;
    top: 20%;
    z-index: 999;
}
.prompt_box .prompt_box_close{
    width: 100%;
    text-align: right;
    padding-right: 0.2rem;
}
.prompt_box .prompt_box_close img{
    width: 0.4rem;
    height: 0.4rem;
}
.prompt_box .prompt_box_con{
    width: 6.5rem;
    height: 3.75rem;
    background: #fff;
    margin-top: 0.32rem;
    padding: 0 0.35rem;
    box-sizing: border-box;
    
}
.prompt_box_con_title{
    width: 100%;
    font-size: 0.26rem;
    padding-top: 0.7rem;
}
.prompt_box_con_input{
    margin-top: 0.6rem;
}
.prompt_box_con_input input{
    width: 2.64rem;
	height: 0.66rem;
	border-radius: 0.04rem;
    border: solid 1px rgba(45, 146, 238, 0.8);
    text-align: center;
    line-height: 0.66rem;
}
.prompt_box_con_input input.cancel{
    color: #35b4d9; 
}
.prompt_box_con_input input.askfor{
    color: #fff;
    background: #35b4d9;
    margin-left: 0.2rem;
}
.screenCon{
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    position: fixed;
    top: 1.06rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
    z-index: 999;
}
.screenCon .screenConName{
    margin-top: 0.25rem;
    width: 100%;
}
.screenCon .screenConName .title{
    width: 100%;
    font-size: 0.28rem;
}
.screenCon .screenConName input{
    width: 100%;
    height: 0.6rem;
    border: solid 1px #e0e0e0;
    margin-top: 0.1rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    font-size: 0.24rem;
}
.jobList{
    margin: 0 -0.08rem;
    box-sizing: border-box;
    overflow: hidden;
}
.jobList li{
    width: 25%;
    padding: 0 0.08rem;
    box-sizing: border-box;
    margin-top: 0.2rem;
    float: left;
}
.jobList li span{
    width: 100%;
    height: 0.6rem;
    display: block;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.24rem;
    border: solid 1px #e0e0e0;
}
.jobList li.active span{
    color: #ffff;
    background: #2d92ee;
    border: 1px solid #2d92ee;
}