/**
	给力心理 2022-3-17
**/
html {color: #808080;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;padding: 0;font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontVsoicon,sans-serif
}
.video{ margin-top: 20px;}
.v_item{position: relative;float: left;height: 300px;width: 47%;margin-left: 2%;overflow: hidden;background-color: #fff;color: #fff;margin-top: 10px;}
.v_item img{ width: 100%;  height: 300px;}
.v_item i{ color: #fff; font-size: 10px;}
.v_item .free{position: absolute;top: 0px;right: 0px;background: linear-gradient(90deg, #FF4A4E, #FF6A47);border-radius: 5px;font-size: 12px;line-height: 20px;width: 46px;height: 20px;text-align: center;margin-top: 5px;color: #fff}
.v_item .price{position: absolute;top: 0px;right: 0px;background: linear-gradient(90deg, #F6C8A9, #FDF6DB);border-radius: 5px;font-size: 12px;line-height: 20px;width: 46px;height: 20px;text-align: center;margin-top: 5px; color: #492E0D}
.top{ position: absolute; top: 0px; font-size: 10px;width: 94%;height: 30px;line-height: 30px;}
.top .viewnum{ float: left;  margin-left: 12px;}
.top img{float: left;position: relative;top: 12px;left: 10px;}
.bottom{ position: absolute; bottom: 5px;}
.bottom img{ width: 30px; height: 30px; border-radius: 50%;float: left;margin-left: 5px;border: 1px solid #fff;}
.bottom span{font-size: 12px;margin-left: 5px;line-height: 15px;}
.type{padding-left: 10px;font-size: 14px;margin-top: 15px;color: #333;height: 30px;}
.type a{text-decoration: none}
.type .t_item{margin-right: 20px; color: #333;}
.type .cur{border-bottom: 2px solid #F5C344}

.narrow {
  width: 100px;
  height: 150px;
  margin-top: 10px;
}

.fill {
  object-fit: fill;
}

.contain {
  object-fit: contain;
}

.cover {
  object-fit: cover;
}

.none {
  object-fit: none;
}

.scale-down {
  object-fit: scale-down;
}

/**自动加载**/
.loaddiv,.div_null{text-align: center;display:none; background-color: #f2f2f5;padding-top: 20px;}
.alink{display:none;font-size: 46px;}

.breadcrumbs{color: #a1a1a1; line-height: 20px; padding: 5px;font-size: 12px;  overflow: hidden; background-color:#fff;text-shadow: none;}
.breadcrumbs a{ color: #a1a1a1; text-decoration: none;text-shadow: none;float: left}
.breadcrumbs span{ float: left}
/**短视频详情页面**/
.tcplayer { margin: 0 auto;}
/* 通过 css 设置播放器尺寸 */
#player-container-id {width: 100%; height: 100%; text-align: center;}
.bg{background-color: #333}
.v_info {position: absolute;bottom: 60px;z-index: 9;color: #fff;width: 96%; padding-left: 2%;font-size: 14px;line-height: 18px;}
.v-name{font-size: 16px;font-weight: bold;line-height: 30px;    }
.v_r{position: absolute;right: 2%;width: 80px;text-align: center;color: #fff;bottom: 60px;}
.v_r div{ width: 100%}
.v_r_img img{ width: 60px; height: 60px; border-radius: 50%;border: 2px solid #fff}
.v_r_img span{background: linear-gradient(90deg, #FF4A4E, #FF6A47);border-radius: 15px;width: 28px;height: 15px;text-align: center;display: block;position: relative;left: 36%;top: -7px;}
.v_r_i{ width: 100%; margin-top: 20px}
.v_r_i i{font-size: 36px; line-height: 24px}