@charset "UTF-8";

.my-content {
    padding: 0 0.38rem 1rem;
}

.my-content .left-box {
    width: 29vw;
    height: 55vw;
    margin-right: 0.39rem;
    border-radius: 0.05rem;
    overflow: hidden;
    background-color: #F0F0F0;
}

.left-box .l-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    min-height: 6.11vw;
    padding-left: 0.46rem;
    font-weight: bold;
    border-radius: 0.05rem;
    background-color: #F0F0F0;
    transition: all .5s ease;
}

.l-item.active,.l-item:hover {
    color: #fff;
    background-color: #82C285;
}

.my-content .right-box {
    border-radius: 0.05rem;
    box-shadow: 0px 0.13rem 0.24rem 2px rgba(0, 0, 0, 0.1);
}

.right-box .r-title {
    width: 100%;
    height: 6.11vw;
    line-height: 6.11vw;
    padding-left: 0.46rem;
    border-radius: 0.05rem 0.05rem 0 0;
    background-color: #82C285;
}

.right-box .r-item-wrap .card{
    width: 96%;
    float: left;
    padding: 0 2.4rem;
    margin: 0 0.4rem 0.4rem 0;
}

.right-box .r-item-wrap .detail {
    line-height: 0.39rem;
    text-align: justify;
}

.r-item-wrap {
    height: 55vw;
    overflow-y: scroll;
    display: none;
    padding: 0.6rem 0.5rem 1rem;
    text-align: justify;
}
.r-item-wrap img{
    max-width: 100%;
    height: auto!important;
}

.r-item-wrap.show {
    display: block !important;
}
.r-item-wrap p span,.r-item-wrap pre{
    font-size: 0.24rem!important;
    /*text-indent: 2em;*/
    font-family: none;
}

p {
    margin: 0 !important;
}
.members{
    margin-top: -0.32rem;
}
.members.hide {
    padding: 0.24rem;
    display: none !important;
}
/* 
.members .member-item {
    padding-bottom:0.64rem;
    
} */
.member-info{
    cursor: pointer;
}
.members .avatar {
    position: relative;
    width: 1.97rem;
    height: 1.97rem;
    overflow: hidden;
}
.members .avatar img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)scale(1);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transition: all .5s ease;
}
.member-item:hover img{
    transform: translate(-50%, -50%)scale(1.1);
}
.member-item:hover .email{
    text-decoration: underline;
}
.member-detail{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.back-btn{
    float: right;
    font-size: 0.24rem;
    font-weight: bold;
    color: #333;
    text-align: right;
    padding: 0.4rem 0;
    cursor: pointer;
}
#details img{
    margin-top: .1rem;
    margin-right: .3rem;
    width: 30% !important;
    /*margin-bottom: 1em;*/
}