@charset "utf-8";

body {
    background: #fff;
}
.userManage {
    color: #353535;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 70px;
    width: 100%;
    min-height: 95%;
}
.at-hover:hover{
    color: #0380e2 !important;
    cursor: pointer;
}
.userManage a {
    /* color: #353535; */
}

.userManage .left-block {
    background: #fff;
    padding: 20px 40px;
}
.user-wrap-bg {
    /*width: 1440px;*/
    height: 180px;
    margin: 0 auto;
    background-repeat: no-repeat;
    position: relative;
    background-size:cover;
    /*-webkit-filter: blur(10px);*/
    /*filter: blur(10px);*/
    /*z-index: -1;*/
}
.user-warp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 180px;
    width: 1040px;
    /*background: url('/tp_static/images/background.png');*/
    /*margin: 0 auto;*/
    position: absolute;
    top: 50%;
    left: 50%;
    /*overflow: hidden;*/
    margin-top: -90px;
    margin-left: -520px;
    /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);*/
    z-index: 8;
    box-sizing: border-box;
}
.user-warp .info-box{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color:rgba(83,83,83,1);
    display: flex;
    justify-content: center;
    align-items: self-start;
    margin: 20px 0;
}
.user-warp .info-box .follow-btn {
    width:84px;
    height:32px;
    background:rgba(0,143,255,1);
    border-radius:2px;
    font-size:14px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:32px;
    text-align: center;
}
.user-warp .info-box .follow-btn.active {
    background:rgba(246,246,246,1);
    color:rgba(140,140,140,1);
}
.user-warp .info-box .follow-btn:hover {
    background:rgba(20,92,205,1);
    cursor: pointer;
}
.user-warp .info-box .user{
    font-size:24px;
    font-family:PingFang-SC-Bold;
    font-weight:bold;
    color:rgba(29,31,35,1);
    /* margin-left: 10px; */
}
.user-warp .info-box .signature{
    color:rgba(83,83,83,1);
    font-size: 13px;
    line-height: 13px;
    display: inline-block;
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    margin-left: 20px;
    /* font-weight: 800; */
}
.user-warp .info-box p{
    margin-bottom:4px !important;
}
.user-warp .be-vip{
    font-size: 12px;
}
.user-warp .info-box .company_logo {
    display: inline-block;
    /* background-color: #DAEFFF; */
    height: 13px;
    line-height: 13px;
    border-radius: 13px;
    text-align: center;
    position: relative;
    top: 3px;
    /* left: 10px; */
}
.list-block {
    display: flex;
    margin-top: 20px;
}
.list-block .operation-btn-wrap {
    flex: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-block .operation-btn-wrap .collect-wrap {
    visibility: hidden;
}
.list-block .operation-btn-wrap .share-wrap .hover-btns {
    position: relative;
    visibility: hidden;
}
.list-block .operation-btn-wrap .share-wrap .hover-btns img {
    vertical-align: -8px;
    margin-right: 10px;
}
.list-block .operation-btn-wrap .share-wrap .hover-btns a {
    color: rgba(180,184,189,1);
    vertical-align: 1px;
}
.list-block .operation-btn-wrap div span:hover {
    cursor: pointer;
    color: #018FFE;
}
.list-block .operation-btn-wrap div span {
    margin-left: 8px;
    font-size:12px;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(180,184,189,1);
    vertical-align: -1px;
}
.list-block .operation-btn-wrap div span.active {
    color: #018FFE;
}
.list-block .blank {
    flex: 3;
}
.user-warp .info-box .company_logo span{
    font-size: 13px;
    line-height: 13px;
    display: inline-block;
    font-weight: normal;
    padding: 0 8px;
    position: relative;
    top: -2px;
}
.user-warp .info-box .admin_logo {
    display: inline-block;
    /* background-color: #DAEFFF; */
    height: 13px;
    line-height: 13px;
    border-radius: 13px;
    text-align: center;
    position: relative;
    top: 3px;
    /* left: 10px; */
}
.user-warp .info-box .admin_logo:before{
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../images/new_admin.png") no-repeat;
    background-size: 100% 100%;
}
.user-warp .info-box .admin_logo span{
    font-size: 13px;
    line-height: 13px;
    display: inline-block;
    font-weight: normal;
    padding: 0 8px;
    position: relative;
    top: -2px;
}
.user-warp .info-box .p_logo {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    border-radius: 13px;
    text-align: center;
    position: relative;
    top: 3px;
    /* left: 10px; */
}
.user-warp .info-box .p_logo:before{
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("/tp_static/images/new_p.png") no-repeat;
    background-size: 100% 100%;
}
.user-warp .info-box .p_logo span{
    font-size: 13px;
    line-height: 13px;
    font-size: 13px;
    display: inline-block;
    font-weight: normal;
    padding: 0 8px;
    position: relative;
    top: -2px;
}
.user-warp .info-box div {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sign-day-num {
    position: relative;
}
.sign-date {
    position: absolute;
    width: 90px;
    top: 3px;
    height: 19px;
}
.layui-laydate .layui-this {
    background: #fff!important;
    color:rgba(77,146,207,1)!important;
    font-size: 22px;
}
#layui-laydate1 {
    position: absolute;
    left: 0;
    top: 40px;
}
.layui-laydate-footer {
    display: none;
}
.layui-laydate-main {
    width: 300px;
}
.layui-laydate-content td, .layui-laydate-content th {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
}
.layui-laydate-content .signed {
    background:rgba(77,146,207,1);
    color:rgba(255,255,255,1);
}
.user-warp .info-box .all-medal-wrap {
    flex-direction: column;
    margin-left: 10px;
}
.user-warp .info-box .all-medal-wrap .my-medal-title {
    font-size:16px;
    font-family:Microsoft YaHei UI;
    font-weight:400;
    color:rgba(84,84,84,1);
}
.user-warp .info-box>div .medal-list-wrap {
    margin-left: 15px;
}
.user-warp .info-box .medal-list-wrap>div {
    display: inline-block;
    flex: none;
    width: auto;
    position: relative;
    cursor: pointer;
}
.user-warp .info-box .medal-list-wrap>div img {
    width: 30px;
}
.user-warp .info-box .medal-list-wrap>div span {
    position: absolute;
    bottom: -20px;
    white-space: nowrap;
    background:rgba(0,0,0,0.5);
    border-radius:2px;
    font-size:11px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    left: -26%;
    padding: 0 2px;
}
.user-warp .info-box .medal-list-wrap {

}
.user-warp .info-box .see-all-medal {
    font-size:16px;
    font-family:Microsoft YaHei UI;
    font-weight:400;
    color:rgba(77,146,207,1);
    margin-left: 25px;
    cursor: pointer;
}
.user-warp .info-box div .fans {
    flex: .3;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    cursor: pointer;
}
.user-warp .info-box div .follow {
    color: #018FFE;
    cursor: pointer;
    margin-right: 30px;
}
.user-warp .info-box div .sign-day-num>span {
    font-size:14px;
    font-weight:400;
    color:rgba(249,198,53,1);
    cursor: pointer;
}
.user-warp .info-box div .sign-day-num>span span {
    color: #1490F6;
    font-size: 17px;
    font-weight:400;
}
.user-warp .info-box div .fans::after {
    content: ' ';
    display: inline-block;
    border: 1px solid #535353;
    margin-left: 15px;
    border-radius: 2px;
    height:15px;
}
.user-warp .info-box div img {
    margin: 3px;
}
.user-warp .info-box div img:hover {
    transform: scale(1.1);
    transition: .5s;
}
.user-warp .info-box div .level {
    width: 47px;
    height: 19px;
    text-align: center;
    color: #924511;
    font-style: italic;
    font-size: 14px;
    font-weight: 800;
    background: no-repeat center url("/tp_static/images/user/level1.png");
    background-size: 100% 100%;
    margin: 0 0 0 10px!important;
    cursor: pointer;
}
.user-warp .info-box div .vip-time {
    padding-left: 28px;
    padding-right: 5px;
    height: 24px;
    font-size:7px;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(228,155,1,1);
    line-height:24px;
    text-align: right;
    background:no-repeat center url("/tp_static/images/user/vip-time1.png");
    background-size: 100% 100%;
    margin: 0 0 0 10px!important;
    cursor: pointer;
}
.user-warp .info-box .signature {
    margin-left: 8px;
    cursor: pointer;
}
.user-warp .info-box div .siging-author {
    margin-left: 8px;
    height:28px;
    border:1px solid rgba(0,143,255,1);
    border-radius:14px;
    font-size:13px;
    font-weight:500;
    color:rgba(1,143,254,1);
    line-height:28px;
    text-align: center;
    padding: 0 5px;
    cursor: pointer;
}
.user-warp .info-box div .siging-author:hover {
    background: rgba(0,143,255,1);
    color: #fff;
}
.user-warp .btn-box{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.user-warp .btn-box .btn-group{
    display: flex;
}
.user-warp .btn-box .btn-group div {
    width:96px;
    height:96px;
    background:linear-gradient(0deg,rgba(86,150,249,1),rgba(119,122,252,1));
    border:2px solid rgba(247, 247, 247, 1);
    border-radius:50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.user-warp .btn-box .btn-group div:nth-child(1) {
    z-index: 10;
    margin-right: -82px;
    transition: 1s;
}
.user-warp .btn-box .btn-group div:nth-child(2){
    z-index: 9;
    margin-right: -82px;
    transition: 1s;
}
.user-warp .btn-box .btn-group div.active {
    margin-right: -20px;
}
.user-warp .btn-box .btn-group div span {
    font-size:18px;
    font-family:PingFang-SC-Medium;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
.user-warp .btn-box .btn-group .img-box a>img {
    width:96px;
    height:96px;
    border-radius:50%;
}
.user-warp .btn-box .btn-group .img-box a>.organization {
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 0;
    bottom: 2px;
    left: 2px;
}
.user-warp .btn-box .btn-group .img-box a {
    position: relative;
}
.user-warp .btn-box .btn-group .img-box a p {
    position: absolute;
    left: 25%;
    bottom: 24%;
    width:46px;
    height:24px;
    background:rgba(0,0,0,1);
    opacity:0.71;
    border-radius:4px;
}
.user-warp .btn-box .btn-group .img-box a .editor-icon {
    width: 30px;
    left: 33%;
}
.user-warp .btn-box .btn-group .img-box a .editor-btn span {
    font-size:12px;
    height: 100%;
    line-height: 24px;
    font-weight:500;
    color:rgba(255,255,255,1);
}
.user-warp .btn-box .btn-group .img-box a p img {
    width: 12px;
    height: 12px;
    vertical-align: -2px;
}
.user-warp .btn-box .btn-group .img-box a .editor-icon img {
    margin: 0 9px;
}
.user-warp .cover-box {
    position: absolute;
    top: 10px;
    right: -130px;
    width:134px;
    height:32px;
    border:1px solid rgba(255,255,255,1);
    border-radius:4px;
    cursor: pointer;
}
.user-warp .cover-box:hover {
    opacity:0.7;
}
.user-warp .cover-box .cover-warp {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 3px;
}
.user-warp .cover-box .cover-warp .cover img {
    vertical-align: -2px;
}
.user-warp .cover-box #file_upload {
    position: absolute;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    width:134px;
    height:32px;
    background: rgba(250,250,250,1);
    border-radius:4px;
}
.user-warp .cover-box .cover-title {
    font-size:14px;
    font-weight:500;
    color:rgba(255,255,255,1);
}
    /* 动态列表的user-warp */
.question-list:hover,.user-list:hover,.source-list:hover {
    background: #FAFBFC;
}
.follow-user {
    padding-left: 20px;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}
.js-page-list {
}
.user-info {
    padding: 10px 0;
    color: #8790A4;
    font-size: 14px;
}
.user-info span:first-child{
    padding-left: 10px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: -4px;
}
.user-info span:first-child::after {
    content: "·";
    color: rgb(178, 186, 194);
    margin-left: 3px;
}
.report-list {
    border-radius: 4px;
    margin-top: 10px;
    padding: 10px 30px;
}
.report-list .report-product-position {
    font-size: 18px;
    font-family:PingFang-SC-Medium;
    font-weight:bold;
    color:rgba(29,31,35,1);
    display: inline-block;
}
.report-list .report-product-position::before {
    content: ' ';
    display: inline-block;
    border: 2px solid #303842;
    margin-right: 9px;
    height: 15px;
    border-radius: 2px;
}
.report-list .app-product-introduction {
    background: #F7F8F9;
    width: 98%;
    min-height: 130px;
    padding: 18px 15px 18px 20px;
    margin-top: 20px;
    font-size:16px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(27,27,27,1);
    border-left: 5px solid rgba(223,223,223,1);;
}
.list-user-warp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    /*background: #FFFFFF;*/
    margin-bottom: 20px;
    /* margin-top: 50px; */
}
.report-list .tag-btn {
    background: #fff;
    color: #018FFE;
    font-size: 12px;
    border-radius: 10px;
    border: 1px solid #018FFE;
    padding: 2px 5px;
}
.list-user-warp .img-box{
    margin-left: 10px;
    width: 60px;
    height: 60px;
}
.list-user-warp .img-box img{
    width: 60px;
    height: 60px;
    border-radius: 10px;
    border: 5px solid #fff;
}
.list-user-warp .user-img img{
    width:45px;
    height:100%;
    border-radius: 50%;
}
.list-user-warp .user-img {
    margin-left: 10px;
    height: 45px;
}
.list-user-warp .info-box{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /* padding-left: 20px; */
    color:rgba(83,83,83,1);
    margin-left: 20px;
}
.list-user-warp .info-box .user{
    font-weight: 800;
    font-size: 15px;
    /* margin-left: 10px; */
    margin-right: 5px;
}
.list-user-warp .info-box .signature{
    color:rgba(83,83,83,1);
    font-size: 13px;
    line-height: 13px;
    display: inline-block;
    max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    /* font-weight: 800; */
}
.list-user-warp .info-box p{
    margin-bottom: 5px;
}
.list-user-warp .info-box .company_logo {
    display: inline-block;
    /* background-color: #DAEFFF; */
    height: 20px;
    line-height: 20px;
    border-radius: 13px;
    text-align: center;
    position: relative;
    top: 3px;
}
/*.list-user-warp .info-box .company_logo:before{*/
/*    content: '';*/
/*    display: inline-block;*/
/*    width: 13px;*/
/*    height: 13px;*/
/*    background: url("../images/gs.png") no-repeat;*/
/*    background-size: 100% 100%;*/
/*}*/
.list-user-warp  .info-box .company_logo span{
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    font-weight: normal;
    padding: 0 8px;
    position: relative;
    top: -2px;
    color: #8790A4;
}
.list-user-warp .info-box .admin_logo {
    display: inline-block;
    /* background-color: #DAEFFF; */
    height: 20px;
    line-height: 20px;
    border-radius: 13px;
    text-align: center;
    position: relative;
    top: 3px;
    left: 10px;
}
.list-user-warp .info-box .admin_logo:before{
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../images/new_admin.png") no-repeat;
    background-size: 100% 100%;
}
.list-user-warp  .info-box .admin_logo span{
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    font-weight: normal;
    padding: 0 8px;
    position: relative;
    top: -2px;
}
.list-user-warp  .info-box .p_logo {
    display: inline-block;
    height: 13px;
    line-height: 13px;
    border-radius: 13px;
    text-align: center;
    position: relative;
    top: 3px;
    left: 10px;
}
.list-user-warp  .info-box .p_logo:before{
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("/tp_static/images/new_p.png") no-repeat;
    background-size: 100% 100%;
}
.list-user-warp  .info-box .p_logo span{
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    font-weight: normal;
    padding: 0 8px;
    position: relative;
    top: -2px;
}
.list-user-warp  .btn-box{
    padding-right: 20px;
    position: relative;
}
.list-user-warp  .btn-box .btn-group{
    position: absolute;
    /* padding-top: 40px; */
    bottom: 0;
    right: 20px;
}
.list-user-warp  .btn-box .btn-group .msg-btn{
    margin-left: 10px;
    background: #fff;
    border: 1px solid #D2D2D2;
    color: #999;
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.53846154;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    /* background-color: #e5e5e5; */
}

.msg-btn:hover{
    background: #0380e2!important;
    color: #fff!important;
}
.square-btn{
    border-radius: 4px!important;
}
.square-btn:hover{
    background: #0380e2!important;
    color: #fff!important;
}
.span-btn:hover{
    background: #0380e2!important;
    color: #fff!important;
}
.small-square-btn{
    border-radius: 4px!important;
    padding:3px 5px;
    font-size: 9px;
}
.small-square-btn:hover{
    background: #0380e2!important;
    color: #fff!important;
}
/* 导航栏 */
a {
    text-decoration: none;
}

.father-nav {
    position: relative;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 90px;
    height: 60px;
}

.father-nav .father-nav-tab {
    display: inline-block;
    padding: 15px 0;
    text-decoration: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size:14px;
    font-family:PingFang-SC-Medium;
    font-weight:bold;
    color:rgba(153,153,153,1);
    /*border-bottom: 2px solid #fff;*/
}
.father-nav .father-nav-tab:hover{
    color:rgba(0, 143, 255, 1); 
}
.father-nav .father-nav-list {
    flex: 1;
    cursor: pointer;
}

/* 父导航的最后一个元素不需要相同的样式 */
.last-father-nav-tab {
    color: #9E9E9E!important;
    border-bottom: 0px!important;
}
.last-active{
    color: #9E9E9E !important;
    border-bottom: 2px solid rgba(0, 143, 255, 1)!important;
}
.father-nav-list .active {
    color:rgba(0, 143, 255, 1); 
    border-bottom: 2px solid #008FFF;
}
.father-nav .tab-num {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size: 13px;
    margin-left: 5px;
    color: #A0A0A0;
}
.more-nav-tab {
    font-size: 13px;
}

/* 更多的菜单部分 */
.more-nav-tab {
    font-size: 14px;
    text-align: center;
    width: 100%;
    /* padding: 10px 0; */
    margin-top: 10px;
    font-family: PingFangSC-Regular;
    text-decoration: none;
    font-weight: 400;
    color: rgba(27, 27, 27, 1);
    display: inline-block;
}

.more-nav-warp {
    position: absolute;
    right: 0;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    top: 18px;
}

.more-nav-box {
    position: relative;
    top: 30px;
    right: 0px;
    width: 70px;
    height: auto;
    background-color: #FFFFFF;
    border: #cccccc solid 1px;
    border-radius: 3px;
}

.more-nav-box:before {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -16px;
    right: 25px;
    padding: 0;
    border-bottom: 8px solid #FFFFFF;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    display: block;
    content: '';
    z-index: 12;
}

.more-nav-box:after {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -18px;
    ;
    right: 24px;
    padding: 0;
    border-bottom: 9px solid #cccccc;
    border-top: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    display: block;
    content: '';
    z-index: 10
}

/* 子菜单 */
.child-nav-warp {
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    padding-left: 30px;
}

.child-nav {
    width: 80%;
    display: inline-block;
}

.child-nav .child-nav-tab {
    display: inline-block;
    font-size: 14px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-decoration: none;
    color: #999999;
    margin: 10px 50px 10px 0;
}
.child-nav .child-nav-tab:hover{
    color: #018FFE;
}
.child-nav .active {
    color: #008FFF;
    font-size: 13px;
}

.sort {
    display: inline-block;
    position: relative;
    text-align: right;
    color: #9E9E9E;
    width: 18%;
}

/* 讨论 */
.user-list,.question-list,.source-list,.micro-report-list {
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    padding:10px 0 10px 30px;
}
.micro-report-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 104px;
}
.micro-report-list:hover {
    background: #FAFBFC;
}
.micro-report-list .left-wrap {
    display: flex;
    align-items: center;
    width: 100%;
}
.micro-report-list .micro-report-logo,
.micro-report-list .micro-report-logo img{
    width:80px;
    height:80px;
}
.micro-report-list .micro-middle-wrap {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
    width: 100%;
}
.micro-report-list .micro-middle-wrap .micro-author-name {
    font-size:18px;
    font-weight:500;
    color:rgba(29,31,35,1);
}
.micro-report-list .micro-middle-wrap .micro-author-name:hover {
    color: #018FFE;
}
.micro-report-list .micro-middle-wrap .micro-reason {
    font-size:14px;
    font-weight:500;
    color:rgba(102,102,102,1);
    padding-right: 20px;
}
.micro-report-list .micro-middle-wrap .comment-share-wrap {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.micro-report-list .micro-middle-wrap .comment-share-wrap .comment-wrap,
.micro-report-list .micro-middle-wrap .comment-share-wrap .share-wrap{
    margin-right: 15px;
    cursor: pointer;
}
.micro-report-list .micro-middle-wrap .comment-share-wrap .share-wrap .hover-btns {
    position: relative;
}
.micro-report-list .micro-middle-wrap .comment-share-wrap .comment-wrap span,
.micro-report-list .micro-middle-wrap .comment-share-wrap .share-wrap .bottom-btn,
.micro-report-list .micro-middle-wrap .comment-share-wrap .small-procedures{
    font-size:12px;
    font-weight:500;
    color:rgba(180,184,189,1);
    margin-left: 10px;
    cursor: pointer;
}
.micro-report-list .micro-middle-wrap .comment-share-wrap .comment-wrap:hover span {
    color: #008FFF;
}
.micro-report-list .micro-middle-wrap .comment-share-wrap .share-wrap .bottom-btn img {
    vertical-align: -8px;
    margin-right: 10px;
}
.micro-report-list .hot-num-wrap {
    width:64px;
    height:74px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(234,234,234,1);
    border-radius:3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.micro-report-list .hot-num-wrap.active  {
    border:1px solid rgba(0,143,255,1);
    color: rgba(0,143,255,1);
}
.micro-report-list .hot-num-wrap img {
    margin-bottom: 5px;
}
.micro-report-list .hot-num-wrap:hover {
    border:1px solid rgba(0,143,255,1);
    color: rgba(0,143,255,1);
    cursor: pointer;
}
.user-list .user-article-info {
    padding: 10px 0;
    color: #8790A4;
    font-size: 14px;
}
 .user-list-title {
    margin-top:5px;
    font-size: 18px;
    color: inherit;
    font-weight: bold;
}
.user-list-title:hover{
    color: #145ccd;
    /* text-decoration: underline; */
}
.user-list .user-article-info span:first-child{
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: -4px;
}
.user-list .user-article-info span:first-child::after {
    content: "·";
    color: rgb(178, 186, 194);
    margin-left: 3px;
}
.user-list .list-body {
    position: relative;
    overflow: hidden;

}
.user-list .list-body .list-img-box {
    width: 150px;
    height: 100px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.user-list .list-body .list-img {
    width: 150px;
    height: 100px;
    /* float: left; */
    /* border: 1px solid red; */
}
.user-list .list-body .more-list-text {
    word-wrap:break-word;
    /* min-height: 80px; */
    line-height: 25px;
    max-height: 97px;
    position: relative;
    overflow: hidden;
    font-size:15px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(67,67,67,1);
}
.user-list .list-body .more-list-text:hover{
    cursor: pointer;
    color: #646464;
}
.user-list .list-body .list-text {
    word-wrap:break-word;
    position: relative;
    overflow: hidden;
    line-height: 25px;
    font-size:15px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(67,67,67,1);
}
.user-list .list-body .list-show{
    cursor: pointer;
    padding-left: 5px;
    border: 1px solid transparent;
    outline: none;
    color: #008FFF;
    padding-left: 5px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: #fff;
    text-align: left;
}
.user-list .list-body .list-show:hover{
    color: #999;
}
.pack-up{
    color:#008FFF;
    cursor: pointer;
    font-size: 14px;
}
/* 可复用的底部 */
.user-common-footer {
    margin-top: 30px;
}

.user-common-footer .user-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.user-common-footer .user-common-left i {
    color: #2096FE;
    font-size: 20px;
    position: relative;

}

.user-common-footer .user-common span {
    background-color: #E9F2FF;
}

.user-common-footer .user-common-left a {
    color: #3E8FF6;
    font-size: 14px;
}

.user-common-footer .user-common-right a {
    text-decoration: none;
    color: #999;
    font-size: 13px;
    font-family: PingFangSC-Regular;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    margin-left: 5px;
}

/* 关注我的人 */
.act-list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding: 10px 30px;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    /* align-items: center; */
}
.act-list .act-avatar{
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.act-list .act-info{
    padding-left: 20px;
    margin-right: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.act-list .act-info p span:first-child::after {
    content: "·";
    color: #1D1F23;
    margin-left: 3px;
}
.act-list .act-info .admin_logo {
    display: inline-block;
    /* background-color: #DAEFFF; */
    height: 15px;
    line-height: 15px;
    border-radius: 13px;
    text-align: center;
    position: relative;
    top: 3px;
    left: 10px;
}
.act-list .act-info .admin_logo:before{
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../images/admin.png") no-repeat;
    background-size: 100% 100%;
}
.act-list .act-info .admin_logo span{
    display: inline-block;
    font-weight: normal;
    /* color: #018FFE; */
    font-size:10px;
    padding: 0 5px;
    position: relative;
    top: -2px;
}

.act-list .act-info p{
    margin-bottom: 5px!important;
}
.act-list .act-info .act-user{
    font-size:18px;
    font-family:PingFangSC-Medium;
    font-weight:800;
    /*margin-right: 15px;*/
    color:rgba(27,27,27,1);
}
.act-list .act-info .act-user-position {
    font-size:13px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(135,144,164,1);
}
.act-list .act-info .act-msg{
    color:rgba(134,145,166,1);
    font-size: 12px;
}
.act-list .act-btn{
    margin: 10px;
}
.btn-success {
    border-radius: 40px;
    color: #fff;
    background-color: #2b8fff;
    /* border-color: #2b8fff; */
}
.btn-success.active, .btn-success:hover{
    background-color: #2b8fff;
    border-color: #2b8fff;
}
/* 我收藏的原型 */
.source-list .source-info{
    color:rgba(170,176,189,1);
}
.source-list .source-tag{
    float:right;
    border:1px solid rgba(238,238,238,1);
    padding:5px;color:#A0A0A0 
}
.res-warp{
    /* margin: 20px 0; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
}
.res-warp div{
    /* display: inline-block; */
}
.pro-box{
    margin-right: 15px;
    margin-bottom: 20px;
}
.pro-box .img-box{
    width: 200px;
    height: 120px;
    background:rgba(0,0,0,.5);
    position: relative;
    overflow: hidden;
}
.pro-box .img-box .img-detail{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    /* margin: auto auto; */
    color:rgba(255,255,255,1);
    background:rgba(0,0,0,.5);
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    border: 2px solid #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    /* margin: -150px 0 0 -70px; */
}
.pro-box .img-box .new-img-detail{
    position: absolute;
    top: 7px;
    left: 7px;
    margin: 10px;
    padding: 5px;
    width: 167px;
    border: 1px solid #fff;
}
.res-title{
    color:rgba(47,47,47,1);
    font-weight:bold;
    font-size: 14px;
    margin-bottom: 0px;
}
.res-size{
    color:rgba(153,153,153,1);
}
.source-list .user-article-info {
    padding: 10px 0;
    color: #8790A4;
    /* color: #7D7D7D; */
    font-size: 14px;
}
.source-lis .user-article-info span:first-child{
    width: 450px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.source-box {
    width: 100%;
}
.source-list .list-body{
    display: flex;
    height: 100%;
}
.source-list .list-body .list-text {
    word-wrap:break-word;
    position: relative;
    overflow: hidden;
    font-size:15px;
    line-height: 25px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(67,67,67,1);
}
.source-list .list-body .more-list-text {
    word-wrap:break-word;
    max-height: 60px;
    position: relative;
    overflow: hidden;
    line-height: 25px;
    font-size:15px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(67,67,67,1);
    /* flex: 1; */
}
.source-list .list-body .more-list-text:hover{
    cursor: pointer;
    color: #646464;
}
.source-list .list-body .btn-groud{
    width: 100%;
    bottom: 25px;
}
.source-list .list-body  .list-show{
    cursor: pointer;
    padding-left: 5px;
    border: 1px solid transparent;
    outline: none;
    color: #008FFF;
    padding-left: 5px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: #fff;
    text-align: left;
}
.source-list .list-body  .list-show:hover{
    color: #999;
}

/* 问题列表 */
.question-list .user-article-info {
    padding: 10px 0;
    color: #8790A4;
    /* color: #7D7D7D; */
    font-size: 14px;
}
.question-list .user-list-title:hover {
    color: #018FFE;
}
.question-list .question-content {
    font-size:14px;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(153,153,153,1);
}
.question-list .question-propose-time {
    margin-top: 10px;
    font-size:14px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(135,144,164,1);
}
.question-list .user-article-info span:first-child{
    /*width: 450px;*/
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: -4px;
}
.question-list .user-article-info span:first-child::after {
    content: "·";
    color: rgb(178, 186, 194);
    margin-left: 3px;
}
.question-list .list-body{
    overflow: hidden;
    position: relative;
}
.question-list .list-body .list-text {
    word-wrap:break-word;
    position: relative;
    overflow: hidden;
    font-size:14px;
    line-height: 25px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(67,67,67,1);
}
.question-list .list-body .more-list-text {
    word-wrap:break-word;
    max-height: 50px;
    position: relative;
    overflow: hidden;
    font-size:15px;
    line-height: 25px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(67,67,67,1);
    /* flex: 1; */
}
.question-list .list-body .more-list-text:hover{
    cursor: pointer;
    color: #646464;
}
.question-list .list-body  .list-show{
    cursor: pointer;
    padding-left: 5px;
    border: 1px solid transparent;
    outline: none;
    color: #008FFF;
    padding-left: 5px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: #fff;
    text-align: left;
}
.question-list .list-body  .list-show:hover{
    color: #999;
}


/* 个人成就 */
.recommend {
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 14px;
    text-align: left;
    border-radius: 4px;
    font-family: -apple-system,SF UI Text,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Arial,sans-serif;
}
.recommend .title{
    background: #fff;
    height: 55px;
    line-height: 55px;
    /* color: #333; */
    color: #333;
    padding: 0 20px;
    border-bottom: 1px solid #f0f0f0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.recommend .title span{
    background: #fff;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #333;
}
.recommend .recommend-con{
    background: #fff;
    padding: 5px 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.recommend .recommend-con{
    background: #fff;
    padding: 5px 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.recommend .recommend-con ul{
    border-bottom: none;
    margin: 0 0 20px;
    list-style: none;
    clear: both;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recommend .recommend-con li{
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #434343;
    line-height: 20px;
    list-style: none;
}
.recommend .recommend-con li i{
    font-size: 20px;
    color: #B5BBC9;
    margin-right: 10px;
}
.recommend .recommend-con li span{
    font-size: 12px;
    color: #018FFE !important;
    font-weight: 600;
    padding: 0 2px;
}
.user-about .recommend-con{
    padding: 20px 0;
}
.user-about .user-about-info{
    width: 48%;
    text-align: center;
    display: inline-block;
    color: #6C7589;
    font-size: 14px;
}

.user-about .user-about-info p{
    color: #A0A0A0;
}
.user-about .user-about-info:first-of-type{
    border-right: 1px solid #E6E6E6;
}
.user-about .user-about-info h4{
    color: #1D1F23;
    font-size: 24px;
}

/* 分享 */
.user-common-footer .article-share-box{
    position: absolute;
    overflow: hidden;
    width: 120px;
    /* height:200px; */
     height:0px; 
    transition: height 1s;
    top: 25px;
    left: 45px;
    z-index: 20;
    /* padding: 3px; */
    color: #7D7D7D;
    background: #fff;
}
/* 小三角 */
.show-box{
    position: relative;
    margin-top: 10px;
    border: 1px solid #e5e5e5;
    /* margin: 0; */
}

/* 我的体验报告 */
.app-detail-box{
  background: #F7F8F9;
  border-radius:10px;
  width: 100%;
  min-height: 210px;
  padding: 40px 25px;
  margin-top: 20px;
}
.app-detail-box .app-tag-list{
  flex-wrap: wrap;
}
.app-detail-box .app-tag-list li{
  /* display: inline-block; */
  width: 270px;
  height: 30px;
  margin-bottom: 20px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
.app-detail-box .app-tag-list li:last-child{
  margin-bottom: 0;
}
.app-detail-box .app-tag-list label{
  color: #6E7587;
  font-size:14px;
  width: 80px;
  margin: 0;
  flex: 0 0 80px;
}
.app-detail-box .app-tag-list a{
  border-radius:4px;
  margin-right: 4px;
  background: #fff;
  font-size: 12px;
  padding: 5px 10px;
  color: #B4B9BE;
  border: 1px solid #fff;
  box-shadow:0 0 20px 0 rgba(230,233,238,0.4);
  text-overflow: ellipsis;
  overflow: hidden;
}
.app-detail-box .app-tag-list a:last-child{
  margin-right: 0;
}
.app-detail-box .app-tag-list a:hover{
  border: 1px solid #3D8EF7;
  color: #3D8EF7;
}
/* 我的分会 */
.my-guild-wrap {

}
.my-guild-wrap .guild-item {
    padding: 20px;
    display: flex;
    align-items: center;
    border-bottom:1px solid rgba(241,241,241,1);
}
.my-guild-wrap .guild-item .branch-logo>img {
    width:82px;
    height:82px;
    border-radius:4px;
}
.my-guild-wrap .guild-item .branch-info {
    margin-left: 15px;
    width: 90%;
}
.guild-item .branch-info .branch-name-hot {

}
.guild-item .branch-info .branch-name-hot .branch-name {
    font-size:18px;
    font-weight:500;
    color:rgba(54,54,54,1);
    cursor: pointer;
}
.guild-item .branch-info .branch-name-hot .branch-name:hover {
    color: #008FFF;
}
.guild-item .branch-info .branch-name-hot .branch-mine {
    font-size:14px;
    font-weight:500;
    color:rgba(54,54,54,1);
    margin-left: 10px;
}
.guild-item .branch-info .branch-desc {
    font-size:12px;
    font-weight:400;
    color:rgba(140,140,140,1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0;
}
.branch-info .member-join-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.branch-info .member-join-wrap .member-wrap {
    margin-left: 10px;
}
.branch-info .member-join-wrap .member-wrap .member-avatar img {
    width:24px;
    height:24px;
    border-radius:50%;
    margin-left: -10px;
}
.branch-info .member-join-wrap .member-wrap .member-num {
    font-size:12px;
    font-weight:500;
    color:rgba(140,140,140,1);
}
.branch-info .member-join-wrap .enter-btn {
    line-height: 25px;
    text-align: center;
    width:63px;
    height:25px;
    border:1px solid rgba(230,230,230,1);
    border-radius:3px;
    font-size:12px;
    font-weight:500;
    color:rgba(54,54,54,1);
}
.branch-info .member-join-wrap .enter-btn:hover {
    background: #008FFF;
    color: #fff;
}
/* 我的活动 */
.activity-item {
    display: flex;
    align-items: center;
    margin: 21px 0;
}
.activity-item .activity-logo{
    width:235px;
    height:136px;
    border-radius:4px;
}
.activity-item .activity-info {
    margin-left: 22px;
    width: 80%;
}
.activity-item .activity-info .name-guild {

}
.activity-item .activity-info .name-guild .activity-name {
    font-size:22px;
    font-weight:500;
    color:rgba(38,38,38,1);
}
.activity-item .activity-info .name-guild .activity-name:hover {
    color: #008FFF;
    cursor: pointer;
}
.activity-item .activity-info .name-guild .activity-guild {
    font-size:22px;
    font-weight:500;
    color:#008FFF;
}
.activity-item .activity-info .activity-time {
    font-size:14px;
    font-weight:500;
    color:rgba(51,51,51,1);
}
.activity-item .activity-info .address-ticket-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.activity-item .activity-info .address-ticket-btn .see-ticket-btn {
    width:102px;
    height:32px;
    background:rgba(0,143,255,1);
    border-radius:4px;
    cursor: pointer;
    font-size:12px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height: 32px;
    text-align: center;
}
/* 勋章墙 */
.medal-wall-bg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: rgba(0, 0, 0, 0.5) !important;
    overflow: auto;
}
.medal-wall-bg .medal-wall-wrap {
    padding: 0 0 10px;
    position: relative;
    width: 660px;
    /* min-height: 627px; */
    margin: 30px auto;
    top: 10%;
    z-index: 250;
    background: #fff;
    border-radius:5px;
}
.medal-wall-bg .medal-wall-wrap .medal-rank-wrap {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.medal-wall-bg .medal-wall-wrap .medal-rank-wrap .head-img-wrap {
    display: flex;
    align-items: center;
}
.medal-wall-bg .medal-wall-wrap .medal-rank-wrap .head-img-wrap .head-img {
    width:30px;
    height:30px;
    border-radius:50%;
    margin-right: 10px;
}
.medal-wall-bg .medal-wall-wrap .medal-rank-wrap .head-img-wrap .medal-rank-num {
    font-size:14px;
    font-weight:500;
    color:rgba(54,54,54,1);
}
.medal-wall-bg .medal-rank-wrap .head-img-wrap .medal-rank-num span {
    color: #008FFF;
}
.medal-wall-bg .medal-wall-wrap .medal-rank-wrap .close-btn {
    cursor: pointer;
    width: 42px;
    height: 42px;
    position: absolute;
    /* top: 4px; */
    right: -60px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.medal-wall-bg .medal-wall-wrap .medal-rank-wrap .close-btn:hover {
    background: #e8e8e8;
}
.medal-wall-bg .medal-wall-wrap .medal-rank-wrap .close-btn::before,
.medal-wall-bg .medal-wall-wrap .medal-rank-wrap .close-btn::after {
    content: "";
    width: 14px;
    height: 2px;
    display: block;
    position: absolute;
    background: black;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.medal-wall-bg .medal-wall-wrap .medal-rank-wrap .close-btn::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.medal-wall-bg .medal-wall-wrap .medal-rank-wrap .my-medal-wrap,
.medal-wall-bg .medal-wall-wrap .medal-rank-wrap .my-rank-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.medal-wall-bg .medal-wall-wrap .medal-rank-wrap .my-medal-title,
.medal-wall-bg .medal-wall-wrap .medal-rank-wrap .my-rank-title {
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.medal-wall-bg .medal-wall-wrap .medal-rank-wrap .medal-num,
.medal-wall-bg .medal-wall-wrap .medal-rank-wrap .rank-num {
    font-size:14px;
    font-weight:400;
    color:rgba(255,217,105,1);
}
.medal-wall-bg .medal-wall-wrap .medal-rank-wrap .medal-num span,
.medal-wall-bg .medal-wall-wrap .medal-rank-wrap .rank-num span{
    font-size:26px;
}
.medal-wall-bg .medal-wall-wrap .acquired-wrap{
    width:100%;
    background:rgba(255,255,255,1);
    /* padding: 20px 0; */
    /* border-bottom: 2px solid #e5e5e5; */
}
.medal-wall-bg .medal-wall-wrap .acquired-wrap .acquired-title {
    font-size:16px;
    font-weight:500;
    color:rgba(54,54,54,1);
    margin-left: 26px;
    display: inline-block;
    margin-bottom: 15px;
    /* border-bottom: 2px solid rgba(20,144,246,1); */
}
.medal-wall-bg .medal-wall-wrap .acquired-wrap .acquired-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 20px;
}
.medal-wall-bg .medal-wall-wrap .acquired-wrap .acquired-list .acquired-item {
    width:112px;
    height:136px;
    background:rgba(255,253,241,1);
    border-radius:5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 6px 10px;
    cursor: pointer;
    justify-content: space-evenly;
}
.medal-wall-bg .medal-wall-wrap .acquired-wrap .acquired-list .acquired-item:hover {
    box-shadow: 0px 2px 10px 0px rgba(248,242,209,1);
}
.medal-wall-bg .medal-wall-wrap .acquired-wrap  .acquired-item img {
    margin-top: 7px;
    width: 74px;
    height: 66px;
}
.medal-wall-bg .medal-wall-wrap .acquired-wrap  .acquired-item .medal-name {
    font-size:14px;
    font-weight:500;
    color:rgba(115,100,35,1);
    max-width: 100px;
    text-align: center;
}
.medal-wall-bg .medal-wall-wrap .acquired-wrap  .acquired-item .operate-get {
    font-size:12px;
    font-weight:400;
    color:rgba(234,207,103,1);
}
.medal-wall-bg .medal-wall-wrap .not-obtained-wrap{
    width:100%;
    background:rgba(255,255,255,1);
    /* padding: 20px 0; */
}
.medal-wall-bg .medal-wall-wrap .not-obtained-wrap .not-obtained-title {
    font-size:16px;
    font-weight:500;
    color:rgba(102,102,102,1);
    margin-left: 26px;
    display: inline-block;
    margin-bottom: 15px;
}
.medal-wall-bg .medal-wall-wrap .not-obtained-wrap .not-obtained-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px;
}
.medal-wall-bg .medal-wall-wrap .not-obtained-wrap .not-obtained-list .not-obtained-item {
    width:112px;
    height:136px;
    background:rgba(248,248,248,1);
    border-radius:5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 6px 10px;
    cursor: pointer;
}
.medal-wall-bg .medal-wall-wrap .not-obtained-wrap .not-obtained-item:hover {
    box-shadow: 0px 2px 6px 0px rgba(230,230,230,1);
}
.medal-wall-bg .medal-wall-wrap .not-obtained-wrap .not-obtained-item img {
    margin-top: 7px;
    width: 74px;
    height: 66px;
    filter: grayscale(100%);
}
.medal-wall-bg .medal-wall-wrap .not-obtained-wrap .not-obtained-item .medal-name {
    font-size:14px;
    font-weight:500;
    color:rgba(72,72,72,1);
    max-width: 100px;
    text-align: center;
}
.medal-wall-bg .medal-wall-wrap .not-obtained-wrap .not-obtained-item .operate-get {
    font-size:12px;
    font-weight:400;
    color:rgba(162,162,162,1);
}