.video{
	max-width: 970px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
}
.video video{
	width: 100%;
	border-radius: 10px;
}
.tv_content .tv_goods{
	width:100%;
 
}
.tv_content .tv_goods .tv_goods_inner{
	max-width: 970px;
	margin: 0 auto;
	font-size:12px;
}
/*::-webkit-scrollbar {
	display: none
}*/
#tabs_ {
	width: 100%;
	/*white-space: nowrap;
	overflow-x: auto;
	float: left;*/
	margin-bottom: 20px;
}

#tabs_ li {
	display: inline-block;
    padding: 5px 28px;
    background: #4e4c4c;
    color: white;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 8px;
    width: 26%;
    text-align: center;
}
#tabs_ li:nth-of-type(3n) {
	margin-right: 0;
}
/*#tabs_ {
	white-space:nowrap; overflow-x:scroll;overflow: hidden;
}
#tabs_ li{
	padding: 5px 20px;
    background: #999;
    color: white;
    font-size: 1rem;
}*/
#tabs_ li:hover{
	
    color: #222;
    background: #dedede;
    cursor: pointer;
}
.tv_goods_detail .tv_good{
	width:100%;
	/*border-top: 2px solid #ccc;*/
}
.tv_goods_detail .tv_good ul li{
	width:33.3%;
	/*border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
}
/*.tv_goods_detail .tv_good ul li:nth-of-type(4){
	border-right: none;
}*/
.tv_goods_detail .tv_good ul li .good_inner{
	width:90%;
	padding: 0 5%;
}
.tv_goods_detail .tv_good ul li .good_inner h6{
	font:0.8rem/2rem "微软雅黑";
	font-weight: 700;
}
.tv_goods_detail .tv_good ul li .good_inner .good_innerUl{
	width: 100%;
}
.tv_goods_detail .tv_good ul li .good_inner .good_innerUl li{
	list-style: disc;
	width: 100%;
	font:0.9rem/1.5rem "微软雅黑";
	margin-left: 20px;
	border-right: none;
	border-bottom: none;
}
.tv_goods_detail .tv_good ul li .good_inner p{
	font:0.7rem/1rem "微软雅黑";
}
.tv_goods_detail .tv_good ul li .good_inner a{
	font:0.7rem/4rem "微软雅黑";
	color: #0066a1;
}
/*@media only screen and (max-width: 970px) {
	
}*/
@media only screen and (max-width: 768px) {
	.tv_goods_detail .tv_good ul li{
		width:49%;
		border-right: 1px solid #ccc;
	}
	.tv_goods_detail .tv_good ul li:nth-of-type(2n){
		border-right: none;
	}
	.tv_goods_detail .tv_good ul li .good_inner{
		width:50%;
		padding: 0 25%;
	}
	#b04{
		height: 300px !important;
	}
	#b04 ul li img {
		height: 300px;
	}
	#b04 .arrow {
		position: absolute;
		top: 150px !important;
	}
	#tabs_ li:nth-of-type(3n) {
	margin-right: 10px;;
    }
	 #tabs_ li {
	display: inline-block;
    padding: 5px 32px;
    background: #4e4c4c;
    color: white;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 8px;
    width: 40%;
    text-align: center;
    }
}
@media only screen and (max-width: 414px) {
	.tv_goods_detail .tv_good ul li{
		width:99%;
		border-right: none;
	}
	.tv_goods_detail .tv_good ul li .good_inner{
		width: 80%;
    	padding: 0 10%;
	}
	#tabs_ li {
	    border-radius: 10px 10px 10px 10px;
	    color: white;
	}
	#b04{
		height: 200px !important;
	}
	#b04 ul li img {
		height: 200px !important;
	}
	#b04 .arrow {
		position: absolute;
		top: 100px !important;
	}
	#tabs_ li:nth-of-type(3n) {
		margin-right: 10px;
	}

	#tabs_ li {
		display: inline-block;
	    background: #4e4c4c;
	    color: white;
	    border-radius: 5px;
	    margin-bottom: 8px;
	    width: 44%; padding: 5px 0;  margin-left:2%;
	    text-align: center;
	}
}
