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

a {
	text-decoration: none;
}

li {
	list-style: none;
}

input {
	outline-style: none;
}

/* 这是导航栏第一部分的css */
.cusheder {
	width: 1200px;
	margin: 0 auto;
}

.cusheder a {
	float: left;
	color: rgb(43, 43, 43);
	text-align: center;
	line-height: 80px;
}

.cusheder a:hover {
	color: #FB368E;
}

.custonav {
	height: 80px;
}

.custonav3 {
	width: 600px;
	height: 110px;
	line-height: 110px;
	position: relative;
	left: 550px;
	top: -118px;
}

.custonav3 input {
	width: 140px;
	height: 44px;
	font-size: 15px;
	color: rgb(68, 68, 68);
	background: rgb(249, 249, 249);
	border: 1px solid rgb(234, 234, 234);
	padding-left: 15px;
}

.cusbtn1 {
	position: absolute;
	top: 34px;
	left: 436px;
}

/* 这是导航栏第一部分css 结尾*/


/* 这是cus-second-head开始 */
.cus-second-header {
	width: 1200px;
	height: auto;
	border: 1px solid #EEEEEE;
	margin: 0 auto;
}

.cus-second-header>.cusnav:first-child {
	display: flex;
	justify-content: flex-start;
	background: #F8F8F8;
	padding-left: 30px;
}

.cusnav a {
	color: #000000;
	font-size: 16px;
	padding: 15px;
}

.cusnav a:hover {
	color: #FB368E;
}

.cus-second-header>.cusnav:first-child>li {
	margin-left: 20px;
	background: #FF0072;
	padding: 10px 20px;
}

.cus-second-header>.cusnav:first-child>li>a {
	color: #EEEEEE;
}

.cus-second-header>.cusnav:first-child>li:first-child {
	background: none;
	margin: -20px;
}

.cus-second-header>.cusnav:first-child>li:first-child>a {
	color: #000000;
}

.cusnav {
	width: 1200px;
	height: 76px;
	padding-left: 60px;
	border-bottom: 1px dashed #EEEEEE;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.cusnav>li {
	display: block;
}

.item_wrap {
	display: none;
}

.item_wrap>.cusnav {
	padding-left: 108px;
}

.a {
	display: block;
	margin-top: 3px;
	padding: 15px;

}

/* 这是cus-second-head的css结尾 */

/* 这是第三部分css开始 */

.cus-main-1 {
	/* 这是第三部分大盒子 */
	width: 1200px;
	height: 80px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 30px;
	background: rgb(248, 248, 248);
	margin: 0 auto;
	margin-top: 60px;
}

.cus-main-1-left {
	/* 第三部分左边栏 */
	width: 70px;
	height: 34px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	color: rgb(102, 102, 102);
	line-height: 34px;
	margin-left: 30px;
	border-radius: 2px;
	border: 1px solid rgb(220, 220, 220);
}

.cus-main-1-left img {
	margin-top: 11px;
	margin-left: 3px;
	position: absolute;
}

.b {
	cursor: pointer;
	color: rgb(255, 0, 114);
	border: 1px solid rgb(255, 0, 114);
}

.cus-main-1-middle {
	/* 第三部分中间栏 */
	width: 70px;
	height: 32px;
	font-size: 16px;
	text-align: center;
	line-height: 32px;
	color: rgb(255, 0, 114);
	border: 1px solid rgb(255, 0, 114);
	color: rgb(255, 0, 114);
	margin-left: 20px;
}

.cus-main-1-right {
	/* 第三部分右边栏 */
	width: 300px;
	height: 32px;
	margin-left: 20px;
	display: flex;
	justify-content: space-between;
}

.cus-main-1-right>input {
	border: 1px solid rgb(255, 0, 114);
}

.cus-main-1-right>input:first-child {
	width: 220px;
	height: 32px;
}

.cus-main-1-right>input:nth-child(2) {
	width: 80px;
	height: 32px;
	background: rgb(255, 0, 114);
	border: 1px solid rgb(255, 0, 104);
	color: rgb(255, 255, 255);
	font-size: 16px;
}


/* 这是第四部分的css开始 */
.grid_8 {
	width: 1200px;
	margin: 0 auto;
}

.gird_8_listbox {
	width: 1200px;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.gird_8_listbox>.grid_8_1{
	margin-right: 26px;	
}
.gird_8_listbox>.grid_8_1:nth-child(3n){
	margin-right: 0;
}
.grid_8_1 {
	width: 380px;
	height: 409px;
	text-align: center;
	line-height: 56px;
	border: solid 1px #e9e9e9;
	margin-bottom: 20px;
	overflow: hidden;
}

.grid_8_1:hover {
	box-shadow: 2px 2px 12px rgba(0, 0, 0, .12);
}

.grid_8_1>div>a>img {
	transition: .3s;
}

.cusimage {
	width: 380px;
	height: 285px;
	overflow: hidden;
}

.grid_8_1>div:nth-child(2)>p:nth-child(1) {
	font-size: 20px;
	color: rgb(43, 43, 43);
	line-height: 56px;
}

.grid_8_1>div:nth-child(2)>p:nth-child(2) {
	font-size: 18px;
	color: rgb(43, 43, 43);
}


.grid_8_1>div>a>img:hover {
	transform: scale(1.2);
}

.grid_8_1>div:hover .cussign {
	display: block;
}

.cusimg {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 60px;
	margin-bottom: 120px;
	text-align: center;
}

.cusimage {
	width: 380px;
	height: 285px;
	overflow: hidden;
	position: relative;
}

.cusimage p {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: rgba(0, 0, 0,.6);
	position: absolute;
	bottom: 0;
	font-size: 20px;
	color: rgb(255, 255, 255);
}

.cussign {
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
}


/* 这是第四部分css的结束 */
.cus-more-banner{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.cus-more-banner>div{
	width: 1200px;
	height: 110px;
	position: relative;
}
.cus-more-inputbox{
	width: 605px;
	height: 110px;
	position: absolute;
	top: 0;
	right: 18px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.cus-more-inputbox>input{
	width: 140px;
	height: 44px;
	padding: 0 15px;
	background-color: #f9f9f9;
	border: solid 1px #eaeaea;
}
.cus-more-inputbox>p{
	width: 160px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #FFFFFF;
	background: linear-gradient(90deg, 
		#ff8663 0%, 
		#ff4e4d 100%), 
	linear-gradient(
		#f9f9f9, 
		#f9f9f9);
	cursor: pointer;
}
.cus-more-inputbox>p:active{
	opacity: .7;
}

/* 筛选 */
.cus-seaboxs{
	width: 1200px;
	min-height: 384px;
	margin: 0 auto;
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
	border-radius: 4px;
}
.cus-seaboxs>div{
	width: 100%;
	min-height: 80px;
	border-bottom: 1px solid #eeeeee;
}
.cus-seaboxs-one{
	width: 100%;
	background-color: #f8f8f8;
	padding: 0 28px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cus-seaboxs-one .choose-list>p{
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	padding: 0 13px;
	background-color: #fb368e;
	border-radius: 2px;
	color: #FFFFFF;
	margin-right: 20px;
	position: relative;
}
.cus-seaboxs-one .choose-list>p>img{
	margin-left: 10px;
	cursor: pointer;
}
.cus-dis{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cus-seaboxs-one>p:first-child{
	padding: 0;
	background-color: rgba(0,0,0,0);
	color: #000000;
	width: 90px;
	text-align: end;
}
.cus-seaboxs-two{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 16px;
	padding: 26px 110px 18px 28px;
	position: relative;
}
.cus-seaboxs-hidd{
	flex: 1;
	min-height: 34px;
	height: 34px;
	display: flex;
	overflow: hidden;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
}
.cus-seaboxs-hidd>p{
	display: block;
	padding: 0px 13px;
	color: #000000;
	cursor: pointer;
	margin-right: 6px;
	margin-bottom: 6px;
}
.cus-seaboxs-hidd>p:hover{
	color: #fb368e;
}
.cus-more-img{
	display: flex!important;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 26px;
	right: 40px;
	cursor: pointer;
}
.cus-more-img:hover{
	color: #fb368e;
}
.cus-active{
	height: auto;
	overflow: auto;
}
.cus-seainputbox{
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0 30px;
	background-color: #f8f8f8;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cus-seainputbox-hot{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cus-seainputbox-hot>p{
	width: 70px;
	height: 34px;
	border-radius: 2px;
	border: solid 1px #dcdcdc;
	color: #666666;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	background-color: #FFFFFF;
}

.cus-seainputbox-hot>p:hover{
	border: solid 1px #fb368e;
	color: #fb368e;
}

.cus-seainputbox-hot>p>img{
	width: 7px;
	margin-left: 5px;
}

.cus-seainput-active{
	border: solid 1px #fb368e!important;
	color: #fb368e!important;
}
.cus-seainp{
	position: relative;
}
.cus-seainp>input{
	width: 300px;
	height: 34px;
	border: solid 1px #fb368e;
	padding-left: 20px;
	padding-right: 100px;
}
.cus-seainp>p{
	width: 80px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #fb368e;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.cus-seainp>p:active{
	opacity: .7;
}

.cus-seainp>button{
	width: 80px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #fb368e;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	border: none;
	outline: none;
}

.cus-seainp>button:active{
	opacity: .7;
}
.cus-seaboxs-active{
	color: #ff0072!important;
}



.cus_buildstyle{
	width: 1200px;
	min-height: 200px;
	border: 1px solid #eeeeee;
	margin: 0 auto;
	border-radius: 4px;
}

.cus-seaboxs-onefilter{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.choose-delete{
	font-size: 16px;
	color: #2b2b2b;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.choose-delete>img{
	width: 16px;
	margin-right: 6px;
}

.choose-delete:hover{
	opacity: 0.7;
}

.realcase_cuswrapper{
	width: 100%;
	padding: 18px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #F8F8F8;
}