/*会员专区banner图*/
.member_banner{
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 1120px;
}
.member_banner >img{
    width: 100%;
    height: 6.04rem;
    object-fit: cover;
}

/*使用说明*/
.member_user_container{
    margin-top: 0.7rem;
    margin-bottom: 0.3rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.member_user_card{
    text-align: center;
    margin-right: 0.7rem;
    margin-bottom: 0.4rem;
    width: 4.20rem;
    height: 4.20rem;
    background: #FFFFFF;
    border-bottom: 0.03rem solid transparent;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}

.member_user_card:hover{
    box-shadow: 0 0.03rem 0.06rem 0.02rem #F7F7F7;
    border-bottom-color: #074798;
}

.member_user_card:nth-child(3n){
    margin-right: 0;
}

.member_user_logo{
    margin: 0.56rem auto 0;
    width: 1.16rem;
    height: 1.16rem;
}

.member_user_logo>img{
    width: 100%;
    height: 100%;
}

.member_user_title{
    margin: 0.22rem auto 0;
    font-size: 0.24rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    max-width: 2.78rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.member_user_describe{
    margin: 0.1rem auto 0;
    font-size: 0.14rem;
    line-height: 0.24rem;
    height: 0.96rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    max-width: 2.78rem;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}

.member_user_file{
    margin: 0.26rem auto 0;
    width: fit-content;
}
.member_user_file a{
    display: flex;
    display: -webkit-flex;
}
.member_user_file a img{
    margin-right: 0.10rem;
    height: 0.22rem;
    width: 0.23rem;
}
.member_user_file a div{
    margin-top: 0.02rem;
    line-height: 0.20rem;
    font-size: 0.14rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
    max-width: 2.78rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/*会员名单*/
.member_roster_container{
    position: relative;
    width: 100%;
    height: 5.94rem;
    min-width: 1120px;
}
.member_roster_container>img{
    height: 100%;
    width: 100%;
}

.member_roster_card{
    position: absolute;
    top: 0;
    width: 100%;
    height: 5.94rem;
    background: #124E7F80;
    z-index: 1;
}

.member_roster_card_div{
    display: flex;
    display: -webkit-flex;
}
.member_roster_title{
    margin-top: 1.11rem;
    padding-bottom: 0.2rem;
    width: 1.52rem;
    font-size: 0.30rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #FFFFFF;
    border-bottom: 0.04rem solid #FFFFFF;
    opacity: 1;
}

.member_roster_describe{
    margin-top: 0.3rem;
    width: 3.48rem;
    line-height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #FFFFFF;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
}

.member_roster_learn_more{
    margin-top: 0.44rem;
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #FFFFFF;
    height: 0.4rem;
    line-height: 0.36rem;
    cursor: pointer;
    text-align: center;
    width: 1rem;
    background: #1480E4;
    border-radius: 0.04rem;
    border: 0.02rem solid transparent;
    opacity: 1;
}

.member_roster_learn_more:hover{
    text-decoration: none;
    background-color: transparent;
    border: 0.02rem solid #1480E4;
    z-index: 1;
}

.member_roster_unit_card{
    margin-top: 0.52rem;
    margin-left: 4.14rem;
    width: 6.35rem;
    height: 2.29rem;
    background: #FFFFFF;
    opacity: 1;
    border: 0.01rem solid #707070;
    display: flex;
    display: -webkit-flex;
}

.member_roster_unit_title:hover{
    text-decoration: underline;
}

.member_roster_unit_image{
    margin: 0.13rem 0.24rem 0.16rem 0.16rem;
    width: 1.98rem;
    height: 1.98rem;
    background: #FFFFFF;
    opacity: 1;
}

.member_roster_unit_image>img{
    width: 100%;
    height: 100%;
}

.member_roster_unit_title{
    margin-top: 0.27rem;
    height: 0.33rem;
    font-size: 0.24rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    max-width: 3.69rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.member_roster_unit_describe{
    margin-top: 0.12rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    line-height: 0.28rem;
    max-width: 3.69rem;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
}

.member_roster_per_card{
    margin-top: 0.34rem;
    margin-left: 1.71rem;
    width: 6.35rem;
    height: 2.29rem;
    background: #FFFFFF;
    opacity: 1;
    border: 0.01rem solid #707070;
    display: flex;
    display: -webkit-flex;
}

.member_roster_per_image{
    margin: 0.13rem 0.24rem 0.16rem 0.16rem;
    width: 1.98rem;
    height: 1.98rem;
    background: #FFFFFF;
    opacity: 1;
}

.member_roster_per_image>img{
    width: 100%;
    height: 100%;
}

.member_roster_per_title{
    margin-top: 0.27rem;
    height: 0.33rem;
    font-size: 0.24rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    max-width: 3.69rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.member_roster_per_describe{
    margin-top: 0.12rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    line-height: 0.28rem;
    height: 1.12rem;
    max-width: 3.69rem;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}

.member_roster_card_per_link{
    margin-top: 0.04rem;
    font-size: 0.14rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-weight: 500;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
    width: fit-content;
    max-width: 3.69rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 0.01rem solid #074798;
}

.member_roster_link_container{
    margin-top: 0.67rem;
    margin-bottom: 0.86rem;
    height: 2.54rem;
    display: flex;
    display: -webkit-flex;
}

.member_roster_link_join_card{
    display: flex;
    display: -webkit-flex;
}

.member_roster_link_join_image{
    width: 2.17rem;
    height: 2.54rem;
}

.member_roster_link_join_image>img{
    width: 100%;
    height: 100%;
}

.member_roster_link_join_info{
    width: 4.84rem;
    border-right: 0.03rem dashed #70707050;
}
.member_roster_link_join_title{
    text-align: center;
    margin: 0.43rem auto 0;
    height: 0.33rem;
    font-size: 0.24rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
}

.member_roster_link_join_link{
    text-align: center;
    margin: 0.12rem auto 0;
    height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    max-width: 4.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.member_roster_link_btn {
    margin: 0.65rem auto 0;
    text-align: center;
}

.member_roster_link_btn button {
    width: 1.1rem;
    height: 0.40rem;
    font-size: 0.14rem;
    line-height: 0.32rem;
    background: #3958B5;
    color: #fff;
    text-align: center;
    border: 0.02rem solid #3958B5;
    border-radius: 0.29rem;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
    cursor: pointer;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    outline: none;
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.member_roster_link_btn > button:hover {
    font-weight: 600;
    color: #3958B5;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    border: 0.02rem solid #3958B5;
    border-radius: 0.29rem;
    z-index: 1;
}

.member_roster_link_pay_card{
    display: flex;
    display: -webkit-flex;
}

.member_roster_link_pay_image{
    margin-left: 1.13rem;
    width: 2.17rem;
    height: 2.54rem;
}

.member_roster_link_pay_image>img{
    width: 100%;
    height: 100%;
}

.member_roster_link_pay_info{
    width: 3.66rem;
}

.member_roster_link_pay_title{
    text-align: center;
    margin: 0.43rem auto 0;
    height: 0.33rem;
    font-size: 0.24rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
}

.member_roster_link_pay_link{
    text-align: center;
    margin: 0.12rem auto 0;
    height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    max-width: 3.66rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*成果推荐说明*/
.member_achievement_logo{
    text-align: center;
    height: 0.9rem;
}
.member_achievement_logo img{
    height: 0.9rem;
}

.member_achievement_container{
    margin-top: 0.4rem;
    margin-bottom: 0.51rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.member_achievement_card{
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    width: 3.35rem;
    height: 3.59rem;
    background: #FFFFFF;
    border-bottom: 0.03rem solid transparent;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}

.member_achievement_card:hover{
    border-bottom-color: #074798;
    box-shadow: 0 0.03rem 0.06rem 0.02rem #F7F7F7;
}

.member_achievement_card:nth-child(4n){
    margin-right: 0;
}

.member_achievement_image{
    width: 3.35rem;
    height: 1.84rem;
}
.member_achievement_image>img{
    width: 100%;
    height: 100%;
}

.member_achievement_title{
    margin: 0.2rem 0.2rem 0;
    line-height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    max-width: 2.95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.member_achievement_describe{
    margin: 0.1rem 0.2rem 0;
    width: 2.95rem;
    line-height: 0.24rem;
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}

.member_achievement_file{
    margin: 0.1rem 0.2rem 0;
    width: fit-content;
}
.member_achievement_file a{
    display: flex;
    display: -webkit-flex;
}
.member_achievement_file a img{
    margin-right: 0.10rem;
    height: 0.20rem;
    width: 0.21rem;
}
.member_achievement_file a div{
    margin-top: 0.01rem;
    line-height: 0.17rem;
    font-size: 0.12rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
    max-width: 2.78rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/*示范性建设项目，内容样式同上*/
.member_example_logo{
    text-align: center;
    height: 0.91rem;
}
.member_example_logo img{
    height: 0.91rem;
}
/*会员需求*/
.member_demand_logo{
    text-align: center;
    height: 0.92rem;
}

.member_demand_logo>img{
    height: 0.92rem;
}

.member_demand_card{
    margin-top: 0.57rem;
    margin-bottom: 0.7rem;
}
.member_demand_card>textarea{
    padding: 0.2rem;
    line-height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    width: 14rem;
    min-height: 1.98rem;
    resize: none;
    overflow: auto;
    background: #FFFFFF;
    border-radius: 0.04rem;
    opacity: 1;
    border: 0.02rem solid #ECEBF0;
}

.member_demand_card>input{
    padding: 0.2rem;
    margin-top: 0.2rem;
    line-height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    width: 14rem;
    height: 0.60rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
    opacity: 1;
    border: 0.02rem solid #ECEBF0;
}


.member_demand_submit{
    margin-top: 0.2rem;
    text-align: center;
    width: 14rem;
}

.member_demand_submit>button{
    padding: 0;
    width: 0.40rem;
    height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #2960A6;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.member_demand_message {
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    color: red;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: bolder;
}

.member_demand_card .error_input {
    border-color: red;
}

.member_demand_success_img{
    margin-top: 1.02rem;
    text-align: center;
    height: 1.88rem;
}

.member_demand_success_img>img{
    height: 1.88rem;
}

.member_demand_success_shadow{
    text-align: center;
    margin: 0.21rem auto 0;
    width: 1.64rem;
    height: 0.12rem;
    background: #CBCBCB;
    opacity: 0.49;
    border: 0.01rem solid #707070;
    filter: blur(0.087rem);
}

.member_demand_success_title{
    text-align: center;
    margin: 0.43rem auto 0;
    height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
}

.member_demand_success_describe{
    text-align: center;
    margin: 0.14rem auto 1.03rem;
    height: 0.22rem;
    font-size: 0.16rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
}

/*区域活动*/
.member_event_logo{
    text-align: center;
    height: 0.89rem;
}

.member_event_logo>img{
    height: 0.89rem;
}

.member_event_container{
    margin-top: 0.4rem;
    margin-bottom: 0.20rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.member_event_card{
    margin-bottom: 0.2rem;
    margin-right: 0.2rem;
    width: 4.53rem;
    height: 6rem;
    background: #FFFFFF;
    border-radius: 0;
    overflow: hidden;/* 多出盒子部分隐藏 */
}

.member_event_card:nth-child(3n){
    margin-right: 0;
}

.member_event_card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 鼠标悬浮伸缩过渡动画 */
.member_event_card img{
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.member_event_card img:hover{
    cursor: pointer;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.member_event_info{
    padding: 0.2rem 0.18rem 0.2rem 0.2rem;
    width: 4.53rem;
    height: 2.85rem;
}

.member_event_title{
    line-height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    max-width: 4.15rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.member_event_describe{
    margin-top: 0.1rem;
    margin-bottom: 0.09rem;
    height: 0.96rem;
    line-height: 0.24rem;
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}

.member_event_line{
    margin-bottom: 0.1rem;
    width: 4.15rem;
    height: 0.01rem;
    background: #EDEDED;
}

.member_event_text{
    padding-top: 0.10rem;
    line-height: 0.20rem;
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    max-width: 4.15rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.member_event_text>span{
    color: #999999;
}

/*区域活动详情页*/
.member_event_detail{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.member_event_detail_content{
    margin-top: 0.4rem;
    width: 9.67rem;
}

.member_event_detail_content_title{
    width: 9.67rem;
    font-size: 0.30rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    line-height: 0.46rem;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.member_event_detail_content_time_and_organizer{
    margin-top: 0.26rem;
    display: flex;
    display: -webkit-flex;
}

.member_event_detail_content_time{
    height: 0.20rem;
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
}

.member_event_detail_content_organizer{
    margin-left: 0.48rem;
    height: 0.20rem;
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
}

.member_event_detail_content_content{
    margin-top: 0.4rem;
    margin-bottom: 0.8rem;
    width: 9.67rem;
    font-size: 0.16rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
}

.member_event_detail_content_content * {
    padding: 0;
    margin: 0;
}

/*热门推荐*/
.member_event_detail_weight_list{
    margin-top: 0.48rem;
    margin-bottom: 0.8rem;
}

.member_event_detail_weight_list>span{
    width: 0.80rem;
    height: 0.28rem;
    font-size: 0.20rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
}
.member_event_detail_weight_list_line {
    margin-top: 0.09rem;
    width: 3.11rem;
    height: 0.04rem;
    background: #074798;
    opacity: 1;
}


.member_event_detail_weight_list_card{
    cursor: pointer;
    background: #FFFFFF;
    margin-top: 0.2rem;
    width: 3.11rem;
    height: 0.88rem;
    display: flex;
    display: -webkit-flex;
}

.member_event_detail_weight_list_card:hover{
    background-color: #f3f3f3;
}

.member_event_detail_weight_list_card_img{
    margin-right: 0.09rem;
    width: 1.56rem;
    height: 0.88rem;
}

.member_event_detail_weight_list_card_title{
    height: 0.50rem;
    line-height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    color: #333333;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.member_event_detail_weight_list_card_organizer{
    width: 1.44rem;
    margin-top: 0.18rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 0.20rem;
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular, "微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
}


.member_learn_more_btn {
    text-align: center;
    margin-bottom: 0.70rem;
}

.member_learn_more_btn button {
    width: 1.1rem;
    height: 0.40rem;
    font-size: 0.14rem;
    line-height: 0.36rem;
    background: #3958B5;
    color: #fff;
    text-align: center;
    border: 0.02rem solid #3958B5;
    border-radius: 0.29rem;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
    cursor: pointer;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    outline: none;
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.member_learn_more_btn > button:hover {
    font-weight: 600;
    color: #3958B5;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    border: 0.02rem solid #3958B5;
    border-radius: 0.29rem;
    z-index: 1;
}

/*区域活动列表页*/
.member_event_list_top{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.member_event_list_top_title{
    margin-top: 0.40rem;
    height: 0.33rem;
    font-size: 0.24rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
}

.member_event_list_top_title_english{
    width: 3.69rem;
    height: 0.22rem;
    font-size: 0.16rem;
    /*font-family: PingFang SC-Medium, "微软雅黑", sans-serif;*/
    font-weight: 500;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #07449A;
    text-shadow: 0 0.02rem 0.02rem rgba(255,255,255,0.5);
}

.member_event_list_top_search{
    margin-top: 0.46rem;
    display: flex;
    display: -webkit-flex;
}

.member_event_list_top_search input {
    width: 3.25rem;
    height: 0.40rem;
    border: 0.02rem solid #074798;
    border-right: 0;
    outline: none;
    text-indent: 0.08rem;
}

.member_event_list_top_search input:focus {
    border: 0.02rem solid #074798;
    border-right: 0;
    outline: none;
    text-indent: 0.08rem;
}


.member_event_list_top_search img {
    width: 0.23rem;
    height: 0.23rem;
    cursor: pointer;
}

.member_event_list_top_search div {
    background-color: #074798;
    width: 0.40rem;
    height: 0.40rem;
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
    justify-content: center;
}

.member_event_list_conditions{
    margin-top: 0.26rem;
    line-height: 0.32rem;
    text-align: center;
    display: flex;
    display: -webkit-flex;
}

.member_event_list_conditions_name{
    text-align: left;
    width: 1.04rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Semibold, "微软雅黑", sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
}

.member_event_list_conditions_option{
    width: 12rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.member_event_list_conditions_option > span{
    margin-left: 0.2rem;
    margin-bottom: 0.12rem;
    padding: 0 0.08rem;
    cursor: pointer;
    font-size: 0.18rem;
    /*font-family:PingFang SC-Regular, "微软雅黑", sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    border-bottom: 0.02rem solid transparent;
}

.member_event_list_conditions_option > span:hover{
    border-bottom: 0.02rem solid #3894E8;
}

.member_event_list_conditions_option > span.active{
    /*font-family: PingFang SC-Semibold, "微软雅黑", sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #FFFFFF;
    background: #3894E8;
}
/*区域活动列表页内容：同一级页面样式*/
.member_event_list_data_container{
    margin-top: 0.4rem;
    margin-bottom: 0.20rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

/*列表页下方广告展位*/
.member_event_list_advert_div{
    margin-top: 0.06rem;
    margin-bottom: 1.33rem;
    display: flex;
    display: -webkit-flex;
}
.member_event_list_advert_div img{
    margin-right: 0.2rem;
    width: 3.35rem;
    height: 2rem;
}

/*人员发展*/
.member_develop_logo{
    text-align: center;
    height: 0.91rem;
}

.member_develop_logo>img{
    height: 0.91rem;
}

.member_develop_container{
    margin-top: 0.4rem;
    margin-bottom: 1.2rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.member_develop_weight_card{
    width: 5.52rem;
    height: 6.03rem;
    background: #F3F5F7;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}
.member_develop_weight_time{
    margin-left: 0.29rem;
    margin-top: 0.31rem;
    height: 0.48rem;
    font-size: 0.34rem;
    /*font-family: PingFang SC-Regular, "微软雅黑", sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #999999;
}

.member_develop_weight_title{
    margin-left: 0.29rem;
    margin-top: 0.33rem;
    max-width: 4.80rem;
    height: 0.66rem;
    line-height: 0.33rem;
    font-size: 0.24rem;
    /*font-family: PingFang SC-Semibold, "微软雅黑", sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #454545;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.member_develop_weight_title:hover{
    color: #C62222;
    text-decoration: underline;
}

.member_develop_weight_describe{
    margin-left: 0.29rem;
    margin-top: 0.1rem;
    max-width: 4.97rem;
    line-height: 0.28rem;
    height: 0.56rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular, "微软雅黑", sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.member_develop_weight_image{
    margin-left: 0.3rem;
    margin-top: 0.2rem;
    width: 4.7rem;
    height: 2.13rem;
}

.member_develop_weight_image>img{
    width: 100%;
    height: 100%;
}

.member_develop_file{
    margin-left: 0.3rem;
    margin-top: 0.2rem;
    width: fit-content;
}
.member_develop_file a{
    display: flex;
    display: -webkit-flex;
}
.member_develop_file a img{
    margin-right: 0.10rem;
    height: 0.20rem;
    width: 0.21rem;
}
.member_develop_file a div{
    margin-top: 0.01rem;
    line-height: 0.17rem;
    font-size: 0.12rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
    max-width: 4rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.member_develop_right_card{
    position: relative;
    padding-bottom: 0.3rem;
    border-bottom: 0.01rem solid #929292;
    width: 7.78rem;
}

.member_develop_right_title_and_time{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.member_develop_right_radius{
    width: 0.06rem;
    height: 0.06rem;
    background: #CCCCCC;
    border-radius: 50%;
    position: absolute;
    top: 0.24rem;
    left: 0;
}

.member_develop_right_title{
    margin-top: 0.13rem;
    margin-left: 0.16rem;
    max-width: 6rem;
    line-height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #454545;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.member_develop_right_title:hover{
    color: #C62222;
    text-decoration: underline;
}

.member_develop_right_time{
    height: 0.42rem;
    font-size: 0.30rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #999999;
}

.member_develop_right_describe{
    margin-top: 0.1rem;
    margin-left: 0.16rem;
    max-width: 5.8rem;
    line-height: 0.2rem;
    height: 0.40rem;
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.member_develop_right_file{
    position: absolute;
    right: 0;
    bottom: 0.12rem;
    margin-top: 0.03rem;
}
.member_develop_right_file a{
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
}
.member_develop_right_file a img{
    margin-right: 0.10rem;
    height: 0.20rem;
    width: 0.21rem;
}
.member_develop_right_file a div{
    margin-top: 0.01rem;
    line-height: 0.17rem;
    font-size: 0.12rem;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
    max-width: 1.4rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/*单位会员名单列表页*/
.member_unit_list_top{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.member_unit_list_top_title{
    margin-top: 0.40rem;
    height: 0.33rem;
    font-size: 0.24rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
}

.member_unit_list_top_title_english{
    width: 3.69rem;
    height: 0.22rem;
    font-size: 0.16rem;
    /*font-family: PingFang SC-Medium, "微软雅黑", sans-serif;*/
    font-weight: 500;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #07449A;
    text-shadow: 0 0.02rem 0.02rem rgba(255,255,255,0.5);
}

.member_unit_list_top_search{
    margin-top: 0.46rem;
    display: flex;
    display: -webkit-flex;
}

.member_unit_list_top_search input {
    width: 3.25rem;
    height: 0.40rem;
    border: 0.02rem solid #074798;
    border-right: 0;
    outline: none;
    text-indent: 0.08rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-size: 0.12rem;
}

.member_unit_list_top_search input:focus {
    border: 0.02rem solid #074798;
    border-right: 0;
    outline: none;
    text-indent: 0.08rem;
}


.member_unit_list_top_search img {
    width: 0.23rem;
    height: 0.23rem;
    cursor: pointer;
}

.member_unit_list_top_search div {
    background-color: #074798;
    width: 0.40rem;
    height: 0.40rem;
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
    justify-content: center;
}

/*单位会员名单列表页内容*/
.member_unit_list_data_container{
    margin-top: 0.38rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.member_unit_card{
    position: relative;
    margin-bottom: 0.6rem;
    width: 6.80rem;
    height: 0.94rem;
    background: #F2F2F205;
    border: 0.01rem solid #70707010;
}

.member_unit_card::after {
    content: "";
    position: absolute;
    top: 0.24rem;
    right: -0.40rem;
    width: 0.40rem;
    height: 0.91rem;
    background: linear-gradient(147deg, #A1A1A1 0%, #F7F7F7 100%);
    opacity: 0.1;
    transform: skew(0deg, 50deg);
}

.member_unit_card::before {
    content: "";
    position: absolute;
    bottom: -0.37rem;
    left: 0.24rem;
    width: 6.81rem;
    height: 0.37rem;
    background: linear-gradient(315deg, #FFFFFF 0%, #808080 100%);
    opacity: 0.1;
    transform: skew(50deg, 0deg);
}

.member_unit_name{
    margin-left: 0.2rem;
    margin-top: 0.3rem;
    max-width: 6.24rem;
    height: 0.33rem;
    font-size: 0.24rem;
    /*font-family: PingFang SC-Medium, "微软雅黑", sans-serif;*/
    font-weight: 500;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.member_user_container_back{
    width: 100%;
    min-width: 1120px;
}
.member_roster_link_container_back {
    width: 100%;
    min-width: 1120px;
}

.member_achievement_container_back {
    width: 100%;
    min-width: 1120px;
}