body{
	background-color: #f6f7fa !important;
}
.page_top{
	margin-top: 50px;
}
.search_tabbar{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.search_tabbar .search_tabbar_item{
	width: 100px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
	cursor: pointer;
}
.search_tabbar .search_tabbar_item_cur{
	background: #1E50AE !important;
	color: #FFFFFF !important;
	border-color: #1E50AE !important;
}
.search_num{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin-top: 20px;
}
.screen_box{
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background-color: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	margin-top: 20px;
}
.screen_box .screen_item{
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	margin-bottom: 20px;
}
.screen_box .screen_item:last-child{
	margin-bottom: 0 !important;
}
.screen_box .screen_item:nth-child(2),.screen_box .screen_item:nth-child(3){
	margin-bottom: 10px !important;
}
.screen_box .screen_item .screen_item_title{
	width: 90px;
	min-width: 90px;
	margin-right: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.screen_box .screen_item .screen_item_content{
	flex-grow: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.screen_box .screen_item .screen_item_content .screen_input{
	width: 284px;
	height: 34px;
	background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	border: 1px solid #CCCCCC;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	padding: 10px;
	margin-right: 12px;
}
.screen_box .screen_item .screen_item_content .screen_input img{
	width: 16.5px;
	height: 16.5px;
	min-width: 16.5px;
	margin-right: 10px;
}
.screen_box .screen_item .screen_item_content .screen_input input{
	flex-grow: 1;
}
.screen_box .screen_item .screen_item_content .screen_btn{
	width: 60px;
	height: 34px;
	background: #1E50AE;
	border-radius: 2px 2px 2px 2px;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}
.screen_box .screen_item .screen_item_content .screen_tag{
	min-width: 80px;
	height: 30px;
	box-sizing: border-box;
	padding: 5px 16px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	border: 1px solid #CCCCCC;
	border-radius: 17px 17px 17px 17px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.screen_box .screen_item .screen_item_content .screen_tags{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.screen_box .screen_item .screen_item_content .screen_tags img{
	width: 14px;
	height: 14px;
	min-width: 14px;
	margin-right: 4px;
}
.goods_list{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.goods_box{
	margin-top: 40px;
	margin-bottom: 40px;
}
.goods_item:nth-child(4n){
	margin-right: 0 !important;
}

.test_item{
	width: 282px;
	height: 310px;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin-right: 24px;
	margin-bottom: 24px;
	position: relative;
	overflow: hidden;
}
.test_item_desc{
	font-size: 14px;
	font-weight: 400;
	color: #777777;
	width: 100%;
	box-sizing: border-box;
	padding:0 20px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}
.test_item .test_item_img{
	width: 262px;
	height: 200px;
}
.test_item .test_item_img img{
	width: 100%;
	height: 100%;
}
.test_item .test_item_title{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
.test_item .test_item_mask{
	width: 282px;
	height: 159px;
	background: #1E50AE;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	box-sizing: border-box;
	padding: 14px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateY(100%);
	transition: all 0.25s ease-out;
}
.test_item:hover .test_item_mask{
	transform: translateY(0%);
}
.test_item .item_mask_title{
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	box-sizing: border-box;
	padding:0 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.test_item .item_mask_desc{
	font-size: 14px;
	font-weight: 400;
	color: #E6E6E6;
	margin-top: 10px;
	width: 100%;
	box-sizing: border-box;
	padding:0 32px;
	text-align: center;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.test_item .item_mask_button{
	width: 100%;
	box-sizing: border-box;
	padding: 0 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.test_item .item_mask_button .detail_btn{
	width: 110px;
	height: 36px;
	border-radius: 22px 22px 22px 22px;
	opacity: 1;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}
.test_item .item_mask_button .yuyue_btn{
	width: 110px;
	height: 36px;
	border-radius: 22px 22px 22px 22px;
	opacity: 1;
	background: #FFFFFF;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	font-weight: 400;
	color: #1E50AE;
}



.video_item{
	width: 282px;
	height: 305px;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	margin-right: 24px;
	margin-bottom: 24px;
}
.video_item .video_item_img{
	width: 282px;
	height: 160px;
	min-height: 160px;
}
.video_item .video_item_img img{
	width: 100%;
	height: 100%;
}
.video_item .video_item_bottom{
	width: 100%;
	box-sizing: border-box;
	padding: 14px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}
.video_item .video_item_bottom .video_item_name{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
	margin-bottom: 10px;
	height: 56px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.video_item .video_item_bottom .video_item_tag_list{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
	min-height: 24px;
	flex-wrap: wrap;
	height: 24px;
	overflow: hidden;
}
.video_item .video_item_bottom .video_item_tag_list .video_tag{
	width: 62px;
	height: 24px;
	background: #EEEEEE;
	border-radius: 2px 2px 2px 2px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	font-weight: 400;
	color: #777777;
	margin-right: 10px;
}
.video_item .video_item_bottom .video_item_message{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.video_item .video_item_bottom .video_item_message .video_item_price{
	font-size: 14px;
	font-weight: 400;
	color: #1E50AE;
}
.video_item .video_item_bottom .video_item_message .video_item_num{
	font-size: 12px;
	font-weight: 400;
	color: #333333;
}
.video_item_money{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.video_item_money_one,.video_item_money_two{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
}
.video_item_money_one img,.video_item_money_two img{
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
.video_item_money_one{
	color: #FC4D51;
	margin-right: 10px;
}
.video_item_money_two{
	color: #FF793D;
}

.screen_tag_cur{
	background: #1E50AE !important;
	border-color: #1E50AE !important;
	color: #FFFFFF !important;
}

.dataTables_paginate .pagination {
	overflow:hidden;
	margin-right:-5px;
	float:right
}
.dataTables_paginate .pagination li {
	float:left;
	margin-right:5px;
	font-size:14px;
	color:#333;
	border:1px solid #ddd;
	background-color:#f7f7f7;
	background-repeat:repeat-x
}
.dataTables_paginate .pagination li a {
	height:36px;
	line-height:36px;
	padding:0 14px;
	display:block
}
.dataTables_paginate .pagination .paginate_button {
	cursor:pointer
}
.dataTables_paginate .pagination .paginate_button:hover {
	background:#1E50AE;
	border-color:#1E50AE
}
.dataTables_paginate .pagination .paginate_button:hover a {
	color:white
}
.dataTables_paginate .pagination .active {
	background-color:#1E50AE;
	border-color:#1E50AE
}
.dataTables_paginate .pagination .active a {
	color:white
}
.dataTables_paginate .pagination .next a {
	color:#ccc
}