* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body {
	/* 750/100*13.33 = 102px = 1em;  1px = 0.01em = 0.2rem*/
	font-size: 13.33vw;
    -moz-user-select: auto;
    -webkit-user-select: auto;
    -ms-user-select: auto;
    -khtml-user-select: auto;
    user-select: auto;
    font-family: 'PingFangSC','STHeiti','Microsoft YaHei','Helvetica','Arial',sans-serif;
}
.live-container {
    max-width: 750px;
	width:100vw;
	height: 100vh;
    margin: 0 auto;
	position: relative;
	flex-direction: column;
	display: flex;
	background-color: #FFFFFF;
	background-size: 100%, 100%;
}
.live-header {
	position: relative;
}
.live-video{
	width: 100%;
	height: 56.25vw;
	background-color: #000000;
}
.header-img {
	position: relative;
	background: #000;
	width: 100%;
	height: auto;
}
.header-img img {
	width: 100%;
	height: 56.26vw;
	display: inherit;
	object-fit: cover;
}
#liveReady {
	width: 100%;
	height: 35px;
	line-height: 35px;
	display: flex;
	align-items: center;
	background: #f8f8f8;
}
.liveReady-box {
	height: 35px;
	display: flex;
	align-items: center;
	margin-left: 18px;
}
.live-status-text {
	color: #111111;
	font-size: 14px;
	font-weight: 400;
	margin-left: 8px;
}
.time {
	height: 35px;
	font-size: 18px;
	font-weight: bold;
	color: #E32416;
}
.live-status {
  height: 20px;
  position: absolute;
  right: 0;
  top: 7px;
  width: 46px;
  z-index: 99;
}
.live-bottom {
	padding: 0 15px;
	width: 100%;
	height: 100%;
	position: relative;
}
.live-text-box {
	margin-top: 10px;
	background-color: rgba(0,0,0,0.6);
	border-radius: 12px;
	padding: 2px 0;
}
.live-text {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 10px;
}
.laba {
	width: 20px;
	height: 20px;
}
.scrollMessage {
	height: 20px;
	line-height: 20px;
	flex-grow: 1;
	color: #FFFFFf;
	font-size: 13px;
	overflow: hidden;
}
/* tab标签 */
.live_tab{
	margin-top: 10px;
	padding: 5px 10px;
	box-sizing: border-box;
    height: 36px;
    line-height: 26px;
    display: flex;
    justify-content: space-around;
    position: relative;
    z-index: 11;
	background-color:#FFFFFF;
	border-bottom: 1px #DDDDDD solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	list-style-type:none;
}
.live_tab > li{
    height: 26px;
    font-size: 14px;
    font-weight:500;
    color: #333333;
    position: relative;
	background-color: #FFFFFF;
	border-radius: 17.5px;
	text-align: center;	
}
.live_tab > li.choose{
    color:#E32416;
}
.live_tab > li::marker {
	color:#FFFFFF;
}
.live_tab_area {
	font-size: 15px;
	font-weight: 400;
	color: #111111;
	/* position: relative; */
	background-color: #FFFFFF;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
	top: 80px;
}
.live_tab_area > li{
	width: 100%;
	height: 100%;
	overflow: auto;
	display: none;
	padding: 0px 5px;
	position: absolute;
	left: 0;
	cursor: pointer;
}
.live_tab_area > li.choose{
    left: 0;
	display: block;
}
.live_tab_area > li.live_push_down{
	margin-top: -30px !important;
	height: calc(100% + 30px);
}
.live_tab_area .weui-pull-to-refresh__layer{
	height: 20px;
	line-height: 20px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	font-size: 12px;
	color: #848E98;
}
/* 加载更多 */
.live_tab_area .weui-loadmore{
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
}
.live_tab_area .weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow{
	background-size: 40%;
}
.live_tab_area .weui-pull-to-refresh__layer .weui-pull-to-refresh__preloader{
	background-size: 10%;
}
.live-desc {
  margin-top: 15px;
  font-size: 14px;
}
/* 直播内容 */
.contentlist-box {
	overflow: visible;
	max-height: none;
	margin-top: 20px;
}
.live-item {
	margin-left: 20px;
	position: relative;
	width: calc(100% - 30px);
	margin-bottom: 10px;
}
.timeLine {
    position: absolute;
    top: 0;
    left: -16px;
    bottom: 0;
    width: 10px;
}
.timeLine:before {
    background: #EA4437;
    border: #FFE4E0 solid 3px;
    border-radius: 100%;
    content: "";
    display: block;
    height: 7px;
    width: 7px;
	margin-top: 3px;
}
.timeLine:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #E5E5E5;
    display: block;
    margin-left: 50%;
}

.live-item:last-child .timeLine:after {
    content: none;
}
.live-item:last-child {
    padding: 0;
}
.live-item .time {
    font-size: 14px;
    color: #848E98;
    margin-bottom: 5px;
	margin-top: 5px;
}

.live-item p {
    margin: 0;
    background-color: rgba(255,255,255, 0);
}
.live-item-text {
	margin-bottom: 10px;
}
.live-item-pics {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 6px;
}
.live-item-img {
	width: calc(33vw - 30px);
	height: calc(33vw - 30px);
	border: 1px #FFFFFF solid;
	margin-right: 3px;
	margin-bottom: 4px;
	display: flex;
	align-items: center;
	background-size: cover; 
	background-position: center; 
	background-repeat: no-repeat;
	background-origin: border-box;
	background-clip: content-box;
	background-color: #EEEEEE;
	overflow: hidden;
}
.live-item-img >img {
	width: auto;
	height: 100%;
	margin: 0 auto;
	object-fit: cover;
}
.oneImg {
	width: 100%;
	height: calc(56vw - 45px);
	/* height: auto; */
	margin-bottom: 10px;
}
.twoImg {
	width: calc(50vw - 48px);
	height: calc(50vw - 48px);
	margin-bottom: 10px;
}
.live-item-video {
	width: 100%;
	height: auto;
	background-color: #000000;
}
.comment-box {
	/* padding: 10px 10px ; */
}
.comment_item{
    zoom: 1;
    margin-bottom: 1.5vw;
}
.comment_item:after{
    display: block;
    content: "";
    height: 0;
    overflow: hidden;
    clear: both;
}
.comment_tx{
    height: 8vw;
    width: 8vw;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}
.comment_tx>img{
    height: 100%;
    width: 100%;
}
.comment_nickname{
    height: 8vw;
    line-height: 8vw;
    font-size: 3.733333333vw;
    color: #333;
    margin-left: 1.2vw;
    float: left
}
.comment_content{
    line-height: 7.2vw;
    min-height: 7.2vw;
    width: 100%;
    padding-left: 9.2vw;
    float: left;
    font-size: 4.266666666vw;
    color: #222;
}
.comment_time{
    width: 100%;
    padding-left: 9.2vw;
    float: left;
    line-height: 4.8vw;
    min-height: 4.8vw;
    color: #848E98;
    font-size: 2.933333333vw;
    margin-top: 4px;
}
.daoxun {
	width: 60px;
	height: 18px;
	margin-top: 5px;
}
.page_404{
    max-width: 750px;
    background-color: #ffffff;
    text-align: center;
    height: 100%;
    padding-top: 10vw;
    margin: 0 auto;
    position: relative;
}
.page_404 img{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%)
}
.lowerlive-list {
	width: 100%;
	position: relative;
	flex-direction: row;
	justify-content: flex-start;
	overflow: scroll; 
	display: flex;
	text-align: center;
	padding: 10px 0 ;
}
.live-list-item {
	position: relative;
	width: 100px;
	text-align: center;
	margin-right: 10px;
	 /* 属性设为0，当空间不够时，flex项目不会被压缩 */
	flex-shrink: 0 
}
.live-list-item-pic {
	background-color: #EEEEEE;
	width: 100px;
	height: 56.25px;
	border-radius: 5px;
	overflow: hidden;
	border: #EEEEEE 1px solid;
	cursor: pointer;
}
.live-list-item-name {
	margin-top: 4px;
	text-align: center;
	font-size: 12px;
}
.live-list-item-icon {
   position: absolute;
   right: 0;
   top: 0;
   width: 10px;
   height: 10px;
}
@media screen and (min-width:769px){
    .live-container {
		max-width: 414px;
		max-height: 736px;
		min-height: 150vh;
    }
	.botton_open_app {
		display: none;
	}
	.live-item-img {
		width: 103px;
		height: 103px;
	}
	.oneImg {
		width: 100%;
		height: 192px;
	}
	.twoImg {
		width: 159px;
		height: 159px;
		margin-bottom: 10px;
	}
	.lowerlive-list{
		max-width: 414px;
	}
	.header-img img {
		height: 232.875px;
	}
	.live-video {
		height: 232.875px;
	}
}
video{
	max-height: 55.333333333vw;
	height: 55.333333333vw;
}
#ping{
	overflow: visible;
	max-height: none;
}
.live_tab_area > li.live_push_down{
	margin-top: -30px;
	height: calc(100% + 30px);
}
.live_tab_area .weui-pull-to-refresh__layer{
	height: 20px;
	line-height: 20px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	font-size: 12px;
	color: #848E98;
}
.live_tab_area .weui-pull-to-refresh__layer .weui-pull-to-refresh__arrow{
	background-size: 40%;
}
.live_tab_area .weui-pull-to-refresh__layer .weui-pull-to-refresh__preloader{
	background-size: 10%;
}
.live_tab_area .pics{
	position: relative;
}
.live_tab_area .comment_more{
	margin-bottom: 18.333333333vw;
}
#video_img{
	width: 100%;
	overflow: hidden;
	position: relative;
}
#video_img > img{
	width: 100%;
	display: block;
}
.live_tab_area_img.live_tab_area{
	height: calc(100% - 36.888888888vw - 38px);
}
#video_title2 {
	position: absolute;
	color: #FFFFFF;
	font-size: 18px;
	top: 50%;
	left: 30px;
	width: calc(100% - 60px);
	white-space: wrap;
	text-align: center;
	transform: translateY(-50%);
	font-weight: normal;
}
.textlive-title{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	bottom: 0;
	margin: auto 0;
	transform: translate(-50%,-50%);
	line-height: 80px;
	color:#fff;
	letter-spacing: 2px;
	width: 95%;
}
.outerdiv {
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.7);
	z-index: 99;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.outerdiv-hight {
	display: flex !important;
	align-items: center;
}
.pinch-zoom-container {
	overflow: visible !important;
	text-align: center;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
.pinch-zoom {
	max-width: 750px;
}
.pinch-zoom img{
	max-width: 750px !important;
}
.pc-pinch-zoom-container {
	text-align: center;
}
.outerdiv img {
	width: 100%;
	max-width: 414px !important;
}

.like-btn{
	width: 50px;
	height: 50px;
	background: #fff;
	position: fixed;
	right: 12px;
	bottom: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	font-size: 12px;
	line-height: 14px;
	border: 1px solid  #cccccc;
	cursor: pointer;
	z-index: 99;
}

.like-btn img{
	width: 18px;
	height: 18px;
}


#man {
	position: relative;
	/* height: 32px; */
	width: 100%;
}

#man #live-desc-text {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.desc_content {
	position: absolute;
	bottom: 0;
	background-color: white;
	width: 100%;
	height: calc(60vh + constant(safe-area-inset-bottom));
	height: calc(60vh + env(safe-area-inset-bottom));
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 20px;
}

.des {
	word-break: break-all;
	font-size: 15px;
	margin: 10px auto;
	height: 45vh;
	overflow-y: auto;
}
.overflowyh {
	overflow-y: hidden;
}

.safedistribute {
	width: 100%;
	height: constant(safe-area-inset-bottom);
	height: env(safe-area-inset-bottom);
	background: #848E98;
}

.p-t li {
	padding: 1rem 0;
	overflow: hidden;
	border-bottom: #f0f0f0 solid 1px;
}

.p-t li:last-child {
	border: 0;
}

.p-t .l-left {
	float: left;
	width: 68%;
	margin-right: 2%;
}
.loveItem{
	position: relative;
	padding: 10px 14px !important;
	background: #fff;
}
.p-t .l-left p {
	width: 57.0226vw;
	font-size: 15px;
	color: #333;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	/** 对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical;
	/** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 2;
	/** 显示的行数 **/
	overflow: hidden;
	/** 隐藏超出的内容 **/
	line-height: 22px;
}
.like_font{
	position: absolute;
	bottom: 10px;
	width: 69%;
	font-size: 14px;
}
.l-left span {
	/* display: inline-block; */
	font-size: 1.4rem;
	color: #b2b1af;
	/* margin-right: 8px; */
}
.l-left span:last-child{
	margin-right:0;
}

.p-t .l-right {
	float: left;
	width: 30%;
	border-radius: 1.066666666vw;
	overflow: hidden;
	height: 18.5vw;
	position: relative;
	background: #eee;
}
.p-t .l-right img{
	width: 100%;
	height: 100%;
}

.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.7);
	color: #f5f1e5;
	text-align: center;
	display: block;
	height: 56.25vw;
	line-height: 56.25vw;
	font-size: 16px;
	z-index: 200;
}