.main-container {
    max-width: 1200px;
    margin: 0 auto;
}
.main-container .amway-list{
    margin-top: 25px;
    min-height: 500px;
}
.main-container .amway-list li{
    margin-bottom: 20px;
    background: white;
    width: 346px;
    padding: 30px 20px;
    float: left;
}
.main-container .amway-list .top img{
    width: 60px;
    height: 60px;
    border-radius: 18%;
    vertical-align: top;
    border: 1px solid #efefef;
}
.main-container .amway-list .top-1{
    float: right;
    width: 270px;
    height: 60px;
}
.main-container .amway-list .top-1-1{
    font-size: 20px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-container .amway-list .beta{
    
}
.main-container .amway-list .beta .sp-name{
    float: left;
    max-width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main-container .amway-list .beta .sp-tags{
    float: left;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    background: #F0F0F0;
    color: #999;
    padding: 0 5px;
    border-radius: 4px;
    margin: 4px 0 0 8px;
}
/*用户评论内容星星*/
.comment-user-stars {
    font-size: 15px;
    color: #d0d0d0;
}
.comment-user-stars i {
    cursor: pointer;
}
.comment-user-stars i.star-user-active {
    color: #ffcc00;
}

.main-container .amway-list .top-1-2{
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top:8px;
    color: #999;
}
.main-container .amway-list .middle{
    position: relative;
    text-align: center;
    margin-top: 20px;
}
.main-container .amway-list .middle-1{
    width: 290px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: left;
    word-break: break-all;
    word-break: break-word;
    padding: 0 30px 0 38px;
}
.main-container .amway-list a:hover .middle-1{
    color: #333
}

.main-container .amway-list .middle-1 a {
    color: #333;
    font-size: 14px;
    line-height: 28px;
}
.main-container .amway-list .middle-1 a:hover {
    color: #333!important
}
.main-container .amway-list li .middle i {
    font-size: 38px;
    color: #e7e7e7;
    position: absolute;
    top: -12px;
    left: -5px;
    transform: scaleY(0.8);  /* 横向压扁到70% */
    display: inline-block;   /* 必须加！否则 transform 无效 */
}

.main-container .amway-list .bottom-1,.main-container .amway-list .bottom-2{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.main-container .amway-list .bottom{
    font-size: 12px;
    color: #999999;
    position: relative;
    height: 30px;
    margin-top: 20px;
}
.main-container .amway-list .bottom-2
{
    float: left;
    max-width: 140px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}
.main-container .amway-list .bottom-1 em{
    vertical-align: -2px;
    *vertical-align: 2px;
    margin-right: 5px;
}
.main-container .amway-list .bottom-2 img{
    vertical-align: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}
.main-container .amway-list .follow{
    float: right;
    width: 54px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border:1px solid #23C268;
    color: #23C268;
    border-radius: 4px;
    margin-top: 4px; 
}
.main-container .amway-list .no{
    color: #999999;
    border-color: #eee
}
.main-container .amway-box{
    width: 1200px;
}


/*----*/

.amway-head .item{
    text-align: center;
    height: 44px;
    line-height: 44px;
    color: #23C268;
    font-weight: 700;
    font-size: 36px;
}
.amway-head .desc {
    height: 26px;
    line-height: 26px;
    text-align: center;
    position: relative;
}

.amway-head .desc span {
    background: #fff; /* 中间文字背景色（与你页面背景一样） */
    padding: 0 10px;
    position: relative;
    z-index: 2;
    color: #999;
    font-size: 14px;
}

/* 左线 */
.amway-head .desc::before,
.amway-head .desc::after {
    content: "";
    height: 1px;
    background: #ddd;
    width: 50%;
    position: absolute;
    top: 50%;
}

/* 左侧线 */
.amway-head .desc::before {
    left: 0;
}

/* 右侧线 */
.amway-head .desc::after {
    right: 0;
}

.amway-head .desc span{
    display:inline-block;
    vertical-align: top;
    height: 26px;
    background: #f6f6f6;
    padding: 0 20px;
    font-size: 14px;
    color: #666;
}



.rating-stars-box {
    position: relative;
    display: inline-block;
    color: #e4e5e9;
    font-size: 15px;
}
.rating-stars-box i {
    margin-right: 2px;
}
.rating-stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
	width:calc(var(--rating) * 1%);
    color: #fc0;
    pointer-events: none;
}
.rating-stars-inner i {
    margin-right: 2px;
}
.score-text {
    margin-left: 6px;
    font-size: 15px;
    color: #fc0;
    font-weight: 400;
}