@charset "utf-8";

.center_tabbox{
    display: flex;
    display: -webkit-flex;
    box-sizing: border-box;
    flex-direction:row;
    align-items:stretch;
    width: 1100px;
    margin: 100px auto 0;
    height: 670px;
    border:1px solid rgba(232,232,232,1);
    background: #FFF;
}
.center_tablist{
    flex: 0 0 180px;
    width: 180px;
    height: 100%;
    background:rgba(242,242,242,1);
}
.center_tablist li{
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 80px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    border-right: 1px solid rgba(232,232,232,1);
}
.center_tablist li:hover{
    background:rgb(224, 224, 224);
}
.center_tablist li.active{
    background: #fff;
    border-left: 3px solid #009CFF;
    border-right: 0;
}
.center_contentlist{
    flex: 1;
    width: 100%;
}
.center_contentlist section{
    display: none;
    width: 100%;
    max-height: 670px;
    overflow: hidden;
    padding:70px;
    box-sizing: border-box;
}
.center_contentlist section.active{
    display: block;
}

/*基本信息*/
.userBaseForm{
    width: 380px;
    margin: 0 auto;
}
.baseinfo_label_item{
    margin-bottom: 20px;
}
.baseinfo_label_item .label_text{
    float: left;
    width: 60px;
    height: 38px;
    line-height: 38px;
    margin-right: 40px;
    text-align: right;
}
.baseinfo_label_item .label_text2{
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-right: 40px;
    text-align: right;
}
.baseinfo_headpic_btn{
    float: left;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background: url('/images/default_userheadpic.png') no-repeat center;
    background-size: 60px 60px;
    cursor: pointer;
}
.baseinfo_headpic_btn img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.baseinfo_headpic_btn .hovermeng{
    display: none;
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:rgba(51,51,51,0.6);
    color: #FFF;
    font-size: 12px;
    text-align: center;
}
.baseinfo_headpic_btn:hover .hovermeng{
    display: block;
}
.baseinfo_label_item .baseinfo_input{
    float: left;
    display: block;
    box-sizing: border-box;
    width: 279px;
    padding: 0 10px;
    height: 38px;
    border: 1px solid #EDEDED;
    background: #F9F9F9;
    cursor:text;
}
.baseinfo_label_item .baseinfo_input.active{
    background: #FFF;
}

/* checkbox 封装 */
.cv_radiogroup {
    min-height: 20px;
    float: left;
}
.cv_radioitem{
    position: relative;
    float: left;
    height:20px;
    margin: 10px 20px 0 0;
    overflow:hidden;
    _zoom:1;
    cursor: pointer;
}
.cv_radioitem:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    font-size:0;
}
.cv_radioitem.checked span{
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url('/images/icon/checkbox_bg1.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.cv_radioitem span{
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url('/images/icon/checkbox_bg2.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.cv_radioitem p{
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
}
.cv_radioitem input{
    width:20px;
    height: 20px;
    opacity: 0;
}
.saveBaseInfo_btn{
    width:280px;
    height: 50px;
    margin: 10px 0 0 100px;
    background: #009CFF;
    color: #FFF;
    text-align: center;
}

/* 我的活动 */
.activity_title{
    height: 40px;
    line-height: 40px;
    color: #232323;
    font-size: 16px;
    font-weight:700;
    border-bottom: 1px solid #e8e8e8;
}
.myactivity_list{
    display: block;
    width: 100%;
    height: 360px;
    padding: 20px 0;
    overflow-y: auto;
}
.myactive_item{
    display: block;
    width: 92%;
    height:80px;
    margin: 15px auto 0;
    border: 1px solid #F8F6F6;
    padding: 15px;
    box-shadow:0px 2px 3px 0px rgba(243,243,243,0.5);
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
}
.myactive_item:nth-child(1){
    margin: 0 auto;
}
.myactive_item.active{
    height: auto;
}
.item_upsec{
    position: relative;
}
.item_upsec .meetingcoverimg{
    float: left;
    display: block;
    width: 140px;
    height: 80px;
    margin-right: 15px;
}
.item_upsec .meeting_title{
    float: left;
    width: 460px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 700;
}
.item_upsec .meeting_time{
    float: left;
    width: 500px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    padding-left: 25px;
    background: url('/images/icon/calendar_icon.png') no-repeat;
    background-size: 15px;
    background-position: 0 7px;
}
.item_upsec .label{
    position: absolute;
    width: 70px;
    height: 30px;
    left: 420px;
    bottom: 0;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
}
.item_upsec .label.blue{
    background: #0999F1;
}
.item_upsec .label.red{
    background: #FE4505;
}
.item_upsec .label.gray{
    background: #d8d8d8;
}
.item_upsec .activity_togglebtn{
    position: absolute;
    display: block;
    width: 60px;
    height: 25px;
    line-height: 25px;
    top: 0;
    right: 0;
    color: #999;
    background: url('/images/icon/icon_activity.png') no-repeat;
    background-size: 12px;
    background-position: 40px center;
}
.item_upsec .activity_togglebtn.open{
    background: url('/images/icon/icon_activity_act.png') no-repeat;
    background-size: 12px;
    background-position: 40px center;
}
.item_downsec{
    margin-top: 15px;
    padding-left: 155px;
    border-top: 1px dashed #e8e8e8;
}
.item_downsec .sectitle{
    height: 50px;
    line-height: 60px;
    font-size: 15px;
    font-weight: 700;
}
.item_downsec .basicinfo{
    float: left;
    width: 380px;
    min-height: 150px;
}
.item_downsec .item_lv1{
    display: flex;
    display: -webkit-flex;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.item_downsec .item_lv1 .labeltext{
    flex: 0 0 18%;
    width: 18%;
    height: 30px;
    overflow: hidden;
    white-space:pre-wrap;
    color: #666;
}
.item_downsec .item_lv1 .itemtext_lv1{
    flex:1;
    max-width: 82%;
    padding-left: 1%;
}
.waiting_exam{
    color: #E02020;
}
.pass_exam{
    color: rgb(6, 177, 57);
}
.item_downsec .code_zone{
    float: right;
    width: 150px;
    height: 150px;
}
.item_downsec .code_zone .code{
    width: 150px;
    height: 150px;
}
.item_downsec .code_zone .appdownload_code{
    width: 150px;
    height: 150px;
}
.item_downsec .code_zone .appdownload_code img{
    display: block;
    width: 100%;
    height: 100%;
}


/* 消息通知 */
.nomessage{
    width: 100%;
    height: 390px;
    text-align: center;
    color: #999;
    background: url('/images/nocontent_bg.png') no-repeat center;
    background-size: 200px auto;
}
.nomessage p{
    height: 30px;
    line-height: 30px;
    padding-top:300px;
    text-align: center;

}

/* 设置 */
.settingsForm{
}
.settings_labelzone{
    display: flex;
    display: -webkit-flex;
    height: 50px;
    line-height: 50px;
}
.settings_labelzone h1{
    width: 70px;
    height: 50px;
    flex: 0 0 70px;
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.settings_labelzone p{
    width: 150px;
    height: 50px;
    flex: 0 0 150px;
    font-size:14px;
    font-weight:400;
    color:#333;
}
.settings_labelzone button{
    display: block;
    flex: 0 0 70px;
    margin-left: 15px;
    width: 70px;
    height: 50px;
    line-height: 50px;
    background: none;
    color: #009CFF;
}
.settings_labelzone p span{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    color:#333;
}
.settings_labelzone p span.none{
    color:#999;
}




/* 通用弹出层 */
.center_common_floating{
    display: none;
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    bottom:0;
    right: 0;
    width: 100%;
    height: 100%;
    border-top:1px solid #ccc;
    box-sizing: border-box;
    background: rgba(255,255,255,0.8)
}
.floating_common_box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    padding: 70px 100px;
    background: #FFF;
    background-position: 0 0;
    background-size: 300px 100%;
    box-shadow:0px 4px 20px 0px rgba(0,0,0,0.1);
    transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%); 	/* IE 9 */
    -moz-transform:translate(-50%,-50%); 	/* Firefox */
    -webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
    -o-transform:translate(-50%,-50%); 	/* Opera */
}

.floatform_label1{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    box-sizing:border-box;
    height: 40px;
    padding: 0 0 0 2.5%;
    line-height: 40px;
    border-bottom: 1px solid rgba(232,232,232,1);
}
.floatform_label1 h3{
    -webkit-box-flex: 0 0 90px;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 90px;         /* OLD - Firefox 19- */
    -webkit-flex: 0 0 90px;          /* Chrome */
    -ms-flex: 0 0 90px;              /* IE 10 */
    flex: 0 0 90px;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 90px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #666;
}
.floatform_label1 input{
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
    height: 40px;
    line-height: 40px;
    background: none;
}

.float_sendcode_btn{
    -webkit-box-flex: 0 0 120px;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 120px;         /* OLD - Firefox 19- */
    -webkit-flex: 0 0 120px;          /* Chrome */
    -ms-flex: 0 0 120px;              /* IE 10 */
    flex: 0 0 120px;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 120px;
    background-color: #FFF;
    color: #009CFF;
    font-size:14px;
}
.float_sendcode_btn.disable{
    color: #ccc;
}
.floatform_code{
    max-width: 70px;
    font-size: 12px;
}
.floatform_label_tips{
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #E05353;
    padding: 0 0 0 2.5%;
}


.setting_float_btnzone{
    margin-top: 15px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
}
.setting_float_btnzone button{
    flex: 1;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    align-items:center;
    justify-content:center;
    -webkit-appearance: none;
    border-radius: 2px;
    background: #009CFF;
    border:none;
    color: #FFF;
}
.setting_float_btnzone button:nth-child(2){
    background: #FFF;
    color: #232323;
    border:1px solid rgba(232,232,232,1);
    margin-right:15px;
}


/* 设置头像弹出层 */
.floating_headpic_box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    padding: 40px 60px 40px;
    background: #FFF;
    background-position: 0 0;
    background-size: 300px 100%;
    box-shadow:0px 4px 20px 0px rgba(0,0,0,0.1);
    transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%); 	/* IE 9 */
    -moz-transform:translate(-50%,-50%); 	/* Firefox */
    -webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
    -o-transform:translate(-50%,-50%); 	/* Opera */
}
.headpic_box_title{
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 18px;
    text-align: center;
}
.headpic_list_box{
    display: block;
    width: 100%;
    height: 230px;
    overflow-y: scroll;
    margin: 30px 0 0 0;
}
.headpic_list_box li{
    position: relative;
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 20px 20px 0;
    border-radius: 50%;
    overflow: hidden;
    background: url('/images/default_userheadpic.png') no-repeat center;
    background-size: auto 100%;
    cursor: pointer;
}
.headpic_list_box li:nth-child(4n){
    margin: 0 0 20px 0;
}
.headpic_list_box li img{
    display: block;
    width: 80px;
    height: 80px;
}
.headpic_list_box li .checked{
    display: none;
}
.headpic_list_box li.active .checked{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    background-image: url('/images/icon/headpic_checked_icon.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 31px 50px;
}
.headpic_float_btnzone{
    width: 135px;
    margin: 40px auto 0;
}
.headpic_float_btnzone button{
    display: block;
    width: 135px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    -webkit-appearance: none;
    border-radius: 2px;
    background: #FFF;
    color: #232323;
    border:1px solid rgba(232,232,232,1);
}