.page_container {
    /*background-color: #f4f4f4;*/
    /*padding: 30px;*/
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .personal_statistics_item{
        width: 25%;
    }
    .personal_statistics_item:last-child{
        border: none;
    }
}
@media screen and (max-width: 768px) {
    .personal_statistics_item{
        width: 50%;
    }
    .personal_statistics_item:nth-child(2n){
        border: none;
    }
}
@media screen and (min-width: 609px) and (max-width: 999px) {
    .list_body .list_item{
        width: 23%;
    }
}
@media screen and (min-width: 324px) and (max-width: 609px) {
    .list_body .list_item{
        width: 48%;
    }
}
@media screen and (max-width: 324px) {
    .list_body .list_item{
        width: 96%;
    }
}
@media screen and (max-width: 999px) {
    .recommend_ul li{
        width: 48%;
        margin: 1%;
    }
}
@media screen and (min-width: 999px) {
    .recommend_ul li{
        width: 23%;
        margin: 1%;
    }
    .list_body .list_item{
        width: 18%;
    }
}
/*消息提示*/
.message_box1{font-size: 15px;position: fixed;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);white-space: nowrap;background-color: #353535;z-index: 99999999;border-radius: 5px;opacity: 0.8;text-align: center;color:#fff;line-height: 40px;display: none;padding: 20px 40px;}

/* 登录 */
.login_area {
    margin-right: 20px;
    display: inline-block;
}

.login_span {
    color: #00B147;
    cursor: pointer;
}

.logout_span {
    color: #0b66a6;
    cursor: pointer;
}

/* 视频列表 */
.list {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
}

.list_top {
    display: flex;
    border-bottom: 1px solid #dedede;
    line-height: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 15px;
}

.list_top_item {
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
}

.list_top_item:hover {
    color: #000;
}

.list_top_item.active {
    color: #000;
}

.list_top_item_span {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #252525;
    margin: 0 auto;
}

.list_body {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.list_item {
    margin: 1%;
    width: 18%;
    cursor: pointer;
}

.item_img {
    overflow: hidden;
    width: 100%;
    border: 1px solid #ececec;
    /*border-radius: 10px;*/
    display: block;
    position: relative;
}

.cover_img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    transition: all 0.6s;
    -ms-transition: all 0.8s;
}

.cover_img:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.play_ico {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
}

.play_ico img {
    margin: 38px auto;
    display: block;
    transition: all 0.6s;
    -ms-transition: all 0.8s;
}

.play_ico img:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.suffix_img {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 18px;
    object-fit: cover;
}

.count_num {
    display: flex;
    margin-left: 2px;
    font-size: 12px;
    color: #646464;
}

.count_num:last-child {
    margin-left: 0;
}

.count_num .count_icon {
    width: 16px;
    height: 16px;
    margin-left: 1px;
}

dt {
    text-align: left;
    font-size: 12px;
    margin: 5px 0;
    color: #1abf74;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

dd {
    text-align: left;
    padding: 0; /*font-size: 16px;margin-bottom: 10px;font-weight: bold;*/
    line-height: 16px;
    height: 33px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
}

dd:hover {
    color: #22ab82;
}

.pc_tag {
    margin-top: 3px;
    display: flex;
    flex-wrap: wrap;
}

.pc_tag span {
    font-size: 12px;
    background-color: #ebebeb;
    padding: 0 5px;
    border-radius: 10px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.user_center {
    cursor: pointer;
}

.video_type {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 16px;
    color: #000;
    margin: 20px;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}

.video_type .video_type_ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.video_type .video_type_ul li {
    margin-right: 20px;
    cursor: pointer;
    color: #3b3b3b;
}

.video_type .video_type_ul li:hover {
    color: #000;
}

.video_type .video_type_ul li.active {
    color: #000;
    font-weight: bold;
}
.search_box{
    margin: 0 auto;
    margin-bottom: 30px;
    width: fit-content;
}
.search_inp{
    width: 200px;
    height: 40px;
    border: 1px solid #a7a7a7;
    border-right: none;
    text-indent: 10px;
}
.search_btn{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background-color: rgb(255, 0, 20);
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid rgb(255, 0, 20);
    font-weight: bold;
}
.search_btn:hover{
    background-color: #fff;
    border: 1px solid rgb(255, 0, 20);
    color: #000;
}

.search_form{
    display: flex;
}


/* 分页 */
.page {
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
}

.page span {
    background: #9966cc;
    padding: 6px 12px;
    color: #fff;
    margin-right: 10px;
    border: 1px solid #9966cc;
}

.page a {
    background: #fff;
    padding: 6px 12px;
    color: #333;
    margin-right: 10px;
    border: 1px solid #ddd;
}

/*视频详情*/


.list-media.article-media li h3 {
    font-size: 16px;
    line-height: 25px;
}

/*个人中心*/

.personal_statistics{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
.personal_statistics_item{
    text-align: center;
    border-right: 1px solid #ddd;
}

.personal_statistics_item .item_icon{
    margin: 10px auto;
    width: 30%;
}
.personal_statistics_item .item_icon img{
    width: 100%;
    height: 100%;
}

.left_menu {
    width: 18%;
    min-width: 180px;
    height: auto;
    color: #fff;
    margin-right: 2%;
}

.left_menu ul {
    padding-left: 0;
    color: #000;
    border: 1px solid #f6f6f6;
    border-top: none;
    border-radius: 0 0 3px 3px;
}

.left_menu ul li {
    padding: 10px;
    cursor: pointer;
    text-indent: 20px;
}

.left_menu ul li:hover {
    /*background-image: linear-gradient(*/
    /*        90deg,#fafffc 1%,#fdcaca);*/
    color: rgb(255, 0, 20);
}

.left_menu ul li.active {
    background-image: linear-gradient(
            90deg,#fafffc 1%,#fdcaca);
    border-right: 3px solid rgb(255, 0, 20);
    color: rgb(255, 0, 20);
}

.content_top {
    padding: 15px;
    border-bottom: 1px solid #dedede;
}

.page_container {
    display: flex;
}

.right_content {
    width: 80%;
}

.video_item {
    display: flex;
    margin: 10px;
    cursor: pointer;
}

.video_item .video_cover {
    width: 20%;
    min-width: 133px;
    height: 100px;
}

.video_item .video_cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_item .video_info {
    padding: 10px;
    margin-left: 2%;
    border-bottom: 1px solid #dedede;
    width: 76%;
    position: relative;
}

.video_item .video_info .video_info_detail {
    width: 97%;
    position: absolute;
    bottom: 10px;
    display: flex;
}

.video_item .video_info .video_info_detail .p_info {
    background-color: #dedede;
    border-radius: 3px;
    margin-right: 10px;
    padding: 0 5px;
}
.video_item .video_info h4,.video_item .video_info p{
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.dislike_btn{
    position: absolute;
    right: 3px;
    bottom: 3px;
    background-color: #ff4646;
    border: 1px solid #ff4646;
    padding: 3px 10px;
    color: #fff;
}
.dislike_btn:hover{
    background-color: #fff;
    border: 1px solid #ff4646;
    color: #0C0C0C;
}

.wallet_body{
    width: 460px;
    padding: 40px;
    margin: 30px auto;
    color: #000;
    box-shadow: 0 0 6px 4px rgb(127 127 127 / 10%);
}
.userinfo{
    line-height: 63px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

.userinfo .user_headimg{
    width: 63px;
    height: 63px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 50%;
}

.wallet_input{
    border: 1px solid #878787;
    width: 282px;
    height: 32px;
    text-indent: 10px;
    background-color: #ededed;
}
.real_amount{
    width: 282px;
    height: 34px;
    display: flex;
    justify-content: space-between;
    background-color: #ffbebe;
    padding: 6px;
    margin: 10px 0;
}
.recharge_btn{
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border: 1px solid rgb(255, 0, 20);
    color: #000;
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}

.recharge_btn:hover{
    background-color: rgb(255, 0, 20);
    color: #fff;
}
.recharge.withdraw{
    margin: 0 auto;
    text-align: center;
}
.recharge{
    margin-bottom: 20px;
}
.balance{
    font-size: 16px;
    padding: 10px 0;
}
.my_info{
    background-color: #efefef;
    width: 100%;
    height: 200px;
    padding: 30px 10px 0 10px;
}
.my_info .avatar{
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.my_info .avatar img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.my_info h4{
    text-align: center;
    margin-top: 10px;
}
.user_info{
    padding: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.user_info .userinfo_edit{
    width: 50%;
    min-width: 300px;
}
.user_info .userinfo_vip{
    width: 50%;
    min-width: 300px;
}
.user_info .avatar{
    display: flex;
    align-items: center;
}
.user_info .avatar img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 10px;
    cursor: pointer;
}
.user_info .nick_name{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.user_info .nick_name .nickname_inp{
    border: 1px solid #ddd;
    width: 230px;
    line-height: 32px;
    text-indent: 10px;
    margin-left: 10px;
}
.user_info .userinfo_btn{
    width: fit-content;
    line-height: 32px;
    padding: 0 15px;
    border: 1px solid rgb(255, 0, 20);
    background-color: #fff;
    color: #000;
    margin: 30px 50px;
    cursor: pointer;
}
.user_info .userinfo_btn:hover{
    background-color: rgb(255, 0, 20);
    border: 1px solid rgb(255, 0, 20);
    color: #fff;
}
/*视频详情*/
.video_area{
    border: 1px solid #ddd;
    padding-top: 20px;
    margin-bottom: 60px;
    background-color: #fff;
}

.video_detail_info{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.video_detail_info div{
    width: 50%;
    line-height: 30px;
}
.video_detail_info div span{
    color: #000;
}
.btn_group{
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.buy_btn,.like_btn,.bought_btn{
    width: 47%;
    padding: 5px 10px;
    border: 1px solid rgb(255, 0, 20);
    cursor: pointer;
    display: inline-block;
    text-align: center;
}
.bought_btn{
    border-color: #23a71c;
    color: #000;
}
/*.bought_btn:hover{*/
/*    background-color: #4acb43;*/
/*    color: #fff;*/
/*}*/
.buy_btn{
    color: #000;
}
.buy_btn:hover{
    background-color: rgb(255, 0, 20);
    color: #fff;
}
.like_btn{
    background-color: #ff3434;
    color: #fff;
}
.like_btn:hover{
    background-color: rgb(255, 0, 20);
}
.video_price{
    /*color: rgb(255, 0, 20)!important;*/
    font-weight: bold;
    font-size: 16px;
}
.recommend_ul{
    display: flex;
    padding-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
}
.recommend_ul li{
    text-align: center;
}
.recommend_ul li .media_img{
    height: 180px;
}
.recommend_ul li a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ddd;
}

.show_body.detail.text-big{
    position: relative;
}
.buy_tips{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.63);
    display: none;
}

.buy_tips_box{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 360px;
    height: 200px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}
.buy_tips_box p{
    line-height: 50px;
    margin: 20px 0;
}
.vip_tag{
    background-color: #ff9b37;
    padding: 4px 10px;
    border-radius: 10px;
    color: #fff;
    margin-right: 5px;
}
#video{
    max-height: 450px;
}