/* 直播列表 */
.live-title{
	margin-top: 36px;
	margin-bottom: 23px;
}

.broadcast_list {
	margin-bottom: 80px;
	margin-top: 30px;
}

.broadcast_list .box {
	width: 1220px;
	margin-left: -20px;
}

.broadcast_list_card {
	width: 285px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.broadcast {
	width: 100%;
	height: 200px;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}

.broadcast img {
	display: block;
	max-width: inherit;
	/*max-width: 100%;*/
	/*max-height: 100%;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.broadcast span {
	background: url(../../../image/living_img.png) no-repeat; 
	position: absolute;
	background-size: 89px 30px; 
	display: inline-block;
	width: 89px;
	height: 30px;
	top: 10px;
	left: 10px;
}
.broadcast span.icon02{
	background: url(../../../image/playback_img.png) no-repeat; 
	position: absolute;
	background-size: 70px 30px; 
	display: inline-block;
	width: 70px;
	height: 30px;
	top: 10px;
	left: 10px;
}

.broadcast i {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../../../image/suspend_img.png) no-repeat; 
	background-size: 100%; 
}

.broadcast_list_card p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}


/* 直播详情 */
body,
html {
	height: 100%;
}

.details {
	width: 100%;
	background-color: #F0F0F0;
	margin-top: 30px;
	padding-top: 10px;
}

.client {
	width: 1200px;
	height: 626px;
	margin: 20px auto;
	position: relative;
	overflow: hidden;
}

.client_header {
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	z-index: 99;
}

.client_header ul {
	float: right;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 500;
	color: #FFFFFF;
	opacity: 1;
}

.client_header ul li {
	float: left;
	margin-right: 50px;
	text-align: center;
	cursor: pointer;
}

.client_header ul li i {
	display: inline-block;
	width: 28px;
	height: 26px;
	background: url(../../../image/live_shop.png) no-repeat;
	background-size: 28px 26px;
	vertical-align: middle;
	margin-right: 10px;
	transform: translate(0, -2px);
}

.client_header ul li.window a {
	color: #fff;
	font-family: Microsoft YaHei;
	font-weight: 500;
}

.client_header ul li.window a i {
	display: inline-block;
	width: 28px;
	height: 26px;
	background: url(../../../image/live_shop.png) no-repeat;
	background-size: 28px 26px;
	vertical-align: middle;
	margin-right: 10px;
	transform: translate(0, -2px);
}

.client_header ul li span {
	display: inline-block;
	width: 26px;
	height: 22px;
	background: url(../../../image/live_follow.png) no-repeat;
	background-size: 26px 22px;
	vertical-align: middle;
	margin-right: 10px;
	transform: translate(0, -2px);
	cursor: pointer;
}

.client_header ul li.active span {
	display: inline-block;
	width: 26px;
	height: 24px;
	background: url(../../../image/live_follow_add.png) no-repeat;
	background-size: 26px 24px;
	vertical-align: middle;
	margin-right: 10px;
	transform: translate(0, -2px);
}

.client_header ul li.chat a {
	display: inline-block;
	line-height: 30px;
	width: 80px;
	height: 30px;
	background: #FEFEFE;
	border-radius: 15px;
	color: #333333;
	font-family: Microsoft YaHei;
}

.client>span {
	display: inline-block;
	width: 120px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../../../image/videoIcon.png) no-repeat;
	background-size: 120px 120px;
}

.interaction {
	background-color: #fff;
}

.interaction_title {
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 30px;
	padding-left: 40px;
}

.interaction_title a {
	display: inline-block;
	width: 130px;
	height: 69px;
	line-height: 69px;
	text-align: center;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 500;
	color: #333333;
}

.interaction_title a.live {
	border-bottom: 4px solid #299E73;
}

.barrage {
	/* height: 310px; */
	padding-bottom: 80px;
	position: relative;
}

.barrage textarea {
	width: 1120px;
	height: 145px;
	background: #F4F4F4;
	border: none;
	padding: 20px;
	margin-left: 40px;
}

.barrage>button {
	width: 100px;
	height: 40px;
	background: #299E73;
	color: #FFFFFF;
	border: none;
	font-size: 18px;
	position: absolute;
	bottom: 100px;
	right: 70px;
}

/* 带货商品 */
.goods_card_box {
	width: 1220px;
	margin-left: 40px;
}

.goods_card {
	width: 560px;
	padding: 20px 0;
	/* margin-right: 80px; */
	padding-right: 30px;
	border-bottom: 1px solid #D1D1D1;
}

.goods_card_img {
	width: 185px;
	height: 130px;
	overflow: hidden;
	position: relative;
	/* margin-right: 15px; */
}

.goods_card_img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.goods_card_img i {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background: #000000;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
}

.goods_card_text {
	width: 335px;
	position: relative;
}

.goods_card_text p {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 500;
	color: #000000;
	line-height: 30px;
}

.goods_card_text span {
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	display: inline-block;
	margin-top: 39px;
}

.goods_card_text a {
	width: 108px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #FF4639;
	border: none;
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 500;
	color: #FFFFFF;
}

.goods_line {
	width: 1120px;
	border-bottom: 1px solid #D1D1D1;
	margin: 20px 0;
}


/* 推荐直播 */
.broadcast_card_box {
	/*width: 1232px;*/
	width: 1180px;
	margin: 0 auto
}

.broadcast_card {
	width: 272px;
	position: relative;
	margin-right: 30px;
	margin-bottom: 30px;
}
.broadcast_card:nth-child(4n){margin-right: 0;}
.broadcast_card_img {
	display: inline-block;
	width: 272px;
	height: 200px;
	position: relative;
	overflow: hidden;
}
.broadcast_card_img img {
	display: block;
	max-width: initial;
	/*max-width: 100%;*/
	/*max-height: 100%;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.broadcast_card_img span {
	background: url(../../../image/living_img.png) no-repeat; 
	position: absolute;
	background-size: 89px 30px; 
	display: inline-block;
	width: 89px;
	height: 30px;
	top: 10px;
	left: 10px;
}
.broadcast_card_img span.icon02{
	background: url(../../../image/playback_img.png) no-repeat; 
	position: absolute;
	background-size: 70px 30px; 
	display: inline-block;
	width: 70px;
	height: 30px;
	top: 10px;
	left: 10px;
}

.broadcast_card_img i {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../../../image/suspend_img.png) no-repeat; 
	background-size: 100%; 
}

.broadcast_card p {
	font-size: 20px;
	font-weight: 500;
	color: #000000;
	margin-top: 10px;
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 刷新商品列表 */
.shopList_more {
	color: #fff;
	background: rgba(0, 0, 0, .6);
	z-index: 9;
	display: block;
	width: 124px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	float: right;
}

/* 主播橱窗 */
.anchorInfo {
	overflow: hidden;
	clear: both;
	font-family: Microsoft YaHei;
	margin-top: 40px;
}

.anchorInfo .anchorInfo_photo {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	float: left;
	margin: 0 20px;
	overflow: hidden;
}

.anchorInfo .anchorInfo_photo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.anchorInfo .anchorInfo_txt {
	float: left;
	width: 560px;
	margin-top: 10px;
}

.anchorInfo .anchorInfo_txt p {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #4D4D4D;
}

.anchorInfo .anchorInfo_txt p span {
	color: #999999;
	font-weight: 500;
}

.anchorInfo .anchorInfo_btn {
	float: right;
	margin-right: 125px;
	font-family: Microsoft YaHei;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
}

.anchorInfo .anchorInfo_btn a {
	line-height: 42px;
	background: url(../../../image/follow.png) no-repeat 20px center, linear-gradient(2deg, #FFAB96, #FF0F47);
	border-radius: 8px;
	display: block;
	color: #FFFFFF;
	padding: 0 20px 0 55px;
	margin-bottom: 10px;
}

.anchorInfo .anchorInfo_btn a.on {
	background: url(../../../image/follow.png) no-repeat 20px center, #ccc;
}

.anchorInfo .anchorInfo_btn p {
	line-height: 30px;
	color: #333333;
}

.anchorInfo .anchorInfo_graph {
	clear: both;
	overflow: hidden;
	padding-top: 30px;
}

.anchorInfo .anchorInfo_graph .txtarea {
	width: 1049px;
	height: 141px;
	background: #F2F2F2;
	font-size: 20px;
	font-weight: 500;
	color: #333;
	padding: 20px;
	border: none;
	outline: none;
	resize: none;
	margin-left: 20px;
}

.anchorTab {
	overflow: hidden;
	clear: both;
	margin: 30px auto;
	font-family: Microsoft YaHei;
}

.anchorTab .anchorTab_tit {
	border-bottom: 1px solid #E6E6E6;
	overflow: hidden;
	clear: both;
	padding: 17px 35px;
}

.anchorTab .anchorTab_tit span {
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	padding: 15px 20px;
	cursor: default;
	margin-right: 30px;
}

.anchorTab .anchorTab_tit span.on,
.anchorTab .anchorTab_tit span:hover {
	border-bottom: 4px solid #299E73;
}

.anchorTab .anchorTab_list {
	overflow: hidden;
	clear: both;
	margin: 30px auto;
}

.anchorTab .anchorTab_item {
	display: none;
}

.product {
	overflow: hidden;
	clear: both;
}

.product .product_item {
	float: left;
	width: 278px;
	background: #FFFFFF;
	border: 1px solid #299E73;
	margin-right: 29px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.product .product_item:nth-child(4n) {
	margin-right: 0;
}

.product .product_item .product_img {
	width: 276px;
	height: 300px;
	background: #eee;
}

.product .product_item .product_img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.product .product_item .product_info {
	overflow: hidden;
	clear: both;
	padding: 20px 15px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 500;
}

.product .product_item .product_info div {
	color: #666666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.product .product_item .product_info p {
	text-align: right;
	margin-top: 10px;
	color: #FC4C4C;
}

.work {
	overflow: hidden;
	clear: both;
}

.work .work_item {
	float: left;
	width: 350px;
	height: 466px;
	margin-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	background: #eee;
	position: relative;
}

.work .work_item:nth-child(3n) {
	margin-right: 0;
}

.work .work_img {
	width: 350px;
	height: 466px;
}

.work .work_img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.work .work_img span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	display: block;
	background: url(../../../image/videoIcon.png) no-repeat center;
	background-size: 100%;
}

.work .work_info {
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0;
	padding: 0 20px;
}

.work .work_info .col {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../../../image/collect3.png) no-repeat left center;
	background-size: 22px;
	padding-left: 30px;
}

.work .work_info .col.on {
	background: url(../../../image/collect2.png) no-repeat left center;
	background-size: 22px;
	color: #FB6B61;
}

.work .work_info span {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
}

.photo {
	overflow: hidden;
	clear: both;
}

.photo .photo_item {
	padding: 0 120px 40px 70px;
	border-bottom: 1px solid #E6E6E6;
	overflow: hidden;
	clear: both;
	font-family: Microsoft YaHei;
	font-weight: 500;
	margin-bottom: 30px;
}

.photo .photo_item div {
	font-size: 20px;
	color: #1A1A1A;
	line-height: 24px;
}

.photo .photo_item p {
	font-size: 16px;
	color: #666666;
	margin: 20px auto;
}

.photo .photo_item ul li {
	float: left;
	width: 240px;
	height: 328px;
	margin-right: 16px;
	margin-bottom: 20px;
	box-sizing: border-box;
	background: #eee;
	position: relative;
}

.photo .photo_item ul li:nth-child(4n) {
	margin-right: 0;
}

.photo .photo_item ul li img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bigImg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	display: none;
	z-index: 9;
}

.bigImg img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
