@font-face {
    font-family: 'FZCSK';
    src: url('./FZCSK.TTF');
}

@font-face {
    font-family: 'FZSSK';
    src: url('./FZSSK.TTF');
}

.ply_title {
    font-size:24px;
    font-family: FZCSK;
}

.ply_time>div {
    font-family: FZSSK;
    font-size:14px;
    color: #000000;
}

.part_5 div,
.part_5 p{
    font-family: FZSSK!important;
    font-size: 20px !important;
    color: rgb(0, 0, 0);
}

.page_body .part_1{
    font-weight: normal!important;
    font-family: FZSSK !important;
}

.page_body .part_5 .text_model_content{
    margin: 0;
}

.page_body .part_5 .text_model_content p{
    margin: 0;
}

.fixed_tip{
    position: fixed;
    bottom: 0;
    left: 0;
    padding:0.8rem 3rem 0.8rem 0.8rem;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 200;
}
.fixed_tip img{
    width: 3.5rem;
    height: 3.5rem;
}
.fixed_tip .btn_close{
    position: absolute;
    right: 2px;
    top: 2px;
    width: 1.7rem;
    height: 1.7rem;
}
.load_more_item{
    text-align: center;
    padding: 1rem 0;
}
