.yuedu-pinglun{
    color: #999999;
    font-size: 13px;
    float: right;
    margin-top: -20px;
}
.pinglun_title{
    color: black;
    font-size: 18px;
}
.upyanlun{
    border-radius: 50px;
}
.ugc-user-img{
    position: relative;
    top: 10px;
    left: 108px;
}
.guanlianplan-title{
    font-size: 18px;
    font-weight: bold;
}
.btn-reward{
    background-color: #f2f2f2;
    text-align: center;
    line-height: 50px;
    float: left;
    width: 130px;
    height: 50px;
    margin-right: 20px;
    margin-top: 10px;
    border-radius: 5px;
    color: #ffa200;
}
.breadcrumb li a{
    color: #777;
}
.breadcrumb li a:hover{
    color: #777;
}
.guanlianplan{
    display: inline-block;
    padding: 5px;
    width: 196pt;
    height: auto;
    border-radius: 3pt;
    /*background: #fafafa;*/
    background: red;
}
.guanlianimg{
    display: block;
    width: 75px;
    height: auto;
}
.guanlianname{
    font-size: 13px;
    position: relative;
    top: -7px;
    left: 5px;
    /*font-weight: bold;*/
    font-family: 微软雅黑;
    color: #595959;
    text-decoration: none;
}
.time-box{
    display: flex;
    position: relative;
    top: -36px;
    left: 85px;
}
.time-box>div{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 15px;
}
.time-box>div>img{
    width: 10px;
    height: 10px;
}
.time-box>div:first-child{
    border-radius: 2px;
    background: #EAF1FE;
    color: #3074F6;
    font-size: smaller;
}
.time-box>div:last-child {
    border-radius: 2px;
    color: #7B869C;
    background: #F2F3F7;
    margin-left: 10px;
    font-size: smaller;
}
.goPlan{
    /*position: relative;*/
    /*top: -8px;*/
    /*left: 190px;*/
    float: right;
    margin-top: -7px;
}
.goPlan img{
    width: 8px;
}
.topic_content>p{

}
.topic_content>p>img{
    white-space: pre-wrap;
    width: 110px!important;
    height: 110px;
}
.classes-info-img-container{
    display: inline-block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    left: 70px;
    top: -50px;
    margin-bottom: -30px;
}
.classes-info-img-container>img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none; /* 重置max-width，允许图像以其原始尺寸显示 */
    max-height: none; /* 重置max-height，允许图像以其原始尺寸显示 */
    object-fit: cover; /* 使用cover模式，确保图像填满容器，不变形 */
    width: 100%; /* 图像宽度100%填满容器 */
    height: 100%; /* 图像高度100%填满容器 */
}
.classes-info-img-container>img:hover{
    transform: translate(-50%, -50%) scale(1.3) !important;
}
.send-div-nav {
    display: inline-block;
    background-color: rgb(255, 255, 255);
    float: right;
    margin-top: -5px;
    position: relative;
    top: 5px;
    left: -450px;
}
.send-div-one {
    background-color: rgb(84, 114, 246);
    width: 117px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 50px;
}
.send-second-div-nav {
    display: block;
    background-color: #ffffff;
    width: 117px;
    height: 70px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    float: left;
    z-index: 1;
}