
.main-box {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
}

.content-box {
    float: left;
    width: 100%;
    overflow-x: hidden;
    /* background-color: white; */
}


.item-box {
    float: left;
    width: 100%;
    /* margin-top: 10px; */
    margin-bottom: 5px;
}

.item-box .ran-box {
    float: left;
    background: #fff;
    width: 100%;
    /* border-radius: 6px; */
    padding: 10px 0px;
    padding-top: 10px;
}

.item-box .item-title-box {
    float: left;
    width: 100%;
    margin-bottom: 7px;
}

.item-box .item-title-box .title-name {
    font-size: 17px;
    color: #524FAC;
    font-weight: 700;
    /* background: linear-gradient(to right, #8e2bfa, #6b28ef);
    -webkit-background-clip: text;
    color: transparent; */
    margin-left: 10px;
    float: left;
    margin-right: 10px;
}
.item-box .item-title-box .title-name img {
    width: 20px;
    height: 20px;
    margin-top: -4px;
    margin-right: 7px;
}
 
.item-box .item-title-box .title-more {
    float: right;
    font-size: 15px;
    color: #666;
    margin-right: 10px;
}

.item-box .item-title-box .title-more:hover {
    color: #222;
}

.item-box .rank-a {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.item-box .rank-a .pre-img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    z-index: 1;
    object-fit: cover;


    /* background:url('../fonts/loading_img_bg_default.svg') no-repeat 100% 100%;
    background-position:center;
    background-size: cover; */
}

.item-box .rank-a .motion-preview {
    background: #222;
    display: none;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    border-radius: 2px;
    /* 点击穿透 */
    pointer-events: none;
}

.item-box .rank-title {
    float: left;
    width: 100%;
    /* height: 130px; */
    font-size: 14px;
    color: #333333;
    /* line-height: 22px; */
    font-weight: 600;
    height: 40px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 2%;
}

.item-box .rank-title:hover {
    color: #6b28ef;
}

.item-box .mask_info {
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
}

.item-box .mask_info::before {
    /* content: "";
    position: absolute;
    width: 100%;
    height: 3.31034rem;
    background-image: url('../images/img_black_mask.png');
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    left: 0;
    z-index: 3; */
}

.item-box .pre-eye {
    float: right;
    text-align: right;
    position: relative;
    z-index: 4;
    margin-bottom: 5px;
}

.item-box .pre-eye span {
}

.item-box .pre-time {
    float: left;
    position: relative;
    z-index: 4;
    /* background: rgba(0, 0, 0, 0.3); */
    border-radius: 9px;
    line-height: 14px;
    width: 59px;
    height: 14px;
    margin: 7px;
    text-shadow: 0 0 1px rgb(40, 40, 40), 0 0 2px rgb(14, 14, 14),
        0 0 1px rgb(21, 21, 21)
}

.item-box .pre-time span {
    float: right;
    margin-right: 4px;
}

.item-box .progress-box {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 4;
}
.video-card-img-toggle {
    position: absolute;
    width: 34px;
    height: 34px;
    left: .34483rem;
    top: .34483rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 4;
}
.video-card-img-toggle img{
    width: 25px !important;
}
.video-card-img-toggle i{
    color:#fff;
    pointer-events:none;
}
.item-box .rank-a .vip-mark{
    position: absolute;
    top: 4px;
    right: 0;
    z-index: 4;
}
.vip-mark img{
    width: 46px;
}
.vip-yuan{
    background: #f12b5d;
    border-radius: 20px;
    padding: 0px 7px;
    height: 18px;
    margin: 3px 7px;
}
.vip-yuan img {
    width: 27px;
    margin-bottom: 6px;
}
.g-main-mya-box{
    float: left;
    width: 100%;
    height:auto;
    box-sizing: border-box;
}
.g-main-mya-box img{
    width: 100%;
    border-radius: 10px;
}
.clearfix{
    font-size: 12px;
    margin-bottom: 8px;
    color: #999999;
}
.bi-play-circle-fill{
    margin-right: 2px;
}