.cus-more-nav{
	width: 1200px;
	margin: 30px auto;
}
.cus-more-nav span:hover{
	color: #f52b7e;
	cursor: pointer;
}
.cus-detail-cont{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.cus-more-content-left{
	width: 258px;
	height: 100% !important;
}
.cus-module-one{
	width: 258px;
	cursor: pointer;
}
.cus-one-list{
	width: 258px;
	height: 60px;
	border: 1px solid #EEEEEE;
	transition: .3s;
	overflow: hidden;
	margin-bottom: 10px;
}
.cus-one-list-title{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	background-color: #EEEEEE;
	font-size: 23px;
}
.cus-one-list-children{
	display: none;
	transition: .3s;
}
.cus-one-list-children>p{
	width: 100%;
	height: 55px;
	line-height: 55px;
	padding: 0 20px;
	font-size: 14px;
	position: relative;
}
.cus-one-list-children>p:hover{
	color: #f52b7e;
}
.cus-one-list-children>p::after{
	content: '';
	width: 84%;
	height: 1px;
	background-color: #EEEEEE;
	position: absolute;
	top: 0;
	left: 20px;
}
.cus-jiantou{
	width: 12px;
	height: 14px;
	background-image: url(/ymc/zhuangxiuimg/yingcang.png);
	background-repeat: no-repeat;
	background-size: contain;
	transition: .2s;
}
.cus-one-list-children>p:first-child::after{
	opacity: 0;
}
.cus-one-list:hover .cus-one-list-children{
	display: block;
}
.cus-one-list:hover{
	margin-bottom: 0;
	height: 280px;
}
.cus-one-list:hover .cus-jiantou{
	transform: rotate(90deg);
	transform-origin: center center;
}
.cus-module-one>.cus-one-list:last-child{
	margin-bottom: 0;
}

.cus-module-two{
	width: 258px;
	height: 410px;
	border: 1px solid #EEEEEE;
	overflow: hidden;
}
.cus-module-two-content{
	padding: 0 20px;
}
.cus-two-title{
	margin-top: 15px;
	font-size: 16px;
	line-height: 40px;
}
.cus-two-title>span{
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
	background-color: #ff544f;
	border-radius: 50%;
}
.cus-two-input-box{
	margin-top: 17px;
}
.cus-two-input-box>input{
	width: 220px;
	height: 38px;
	background-color: #f9f9f9;
	border-radius: 2px;
	border: solid 1px #eeeeee;
	margin-bottom: 10px;
	padding: 0 15px;
}
.cus-module-sub{
	margin-top: 16px;
	width: 220px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	background-color: #2d2d2d;
	border-radius: 2px;
	color: #FFFFFF;
	cursor: pointer;
}
.cus-module-sub:hover{
	background-color: #ff544f;
}

.cus-module-three{
	width: 258px;
	border: 1px solid #EEEEEE;
	margin-top: 30px;
	overflow: hidden;
}
.cus-three-title{
	margin: 20px 0;
	padding: 0 20px;
	font-size: 24px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cus-three-title>img{
	margin-right: 17px;
}
.cus-three-detail{
	width: 258px;
	height: 100px;
	background-color: #fafafa;
	padding: 16px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cus-three-detail>img{
	cursor: pointer;
}
.cus-three-con{
	padding-left: 16px;
}
.cus-three-con>p:first-child{
	font-size: 14px;
	line-height: 32px;
	cursor: pointer;
}
.cus-three-con>p:first-child:hover{
	color: #ff544f;
}
.cus-three-con>p:last-child{
	font-size: 14px;
	color: #666666;
}
.cus-three-list-p{
	padding: 0 16px;
	font-size: 14px;
	line-height: 53px;
	color: #000000;
	position: relative;
	cursor: pointer;
}
.cus-three-list-p::before{
	content: '';
	width: 92%;
	height: 1px;
	background-color: #EEEEEE;
	position: absolute;
	bottom: 0;
	left: 12px;
}
.cus-three-list-p:last-child::before{
	opacity: 0;
}
.cus-three-list-p:hover{
	color: #ff544f;
}

.cus-module-four{
	width: 258px;
	margin-top: 30px;
	border: 1px solid #EEEEEE;
}
.cus-four-list{
	width: 258px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 15px;
	padding-bottom: 15px;
}
.cus-four-list>p{
	padding: 6px 10px;
	background-color: #ffffff;
	border: solid 1px #e8e8e8;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
.cus-four-list>p:hover{
	border: solid 1px #ff544f;
	background-color: #ff544f;
	color: #FFFFFF;
}
.cus-module-five{
	margin-top: 30px;
}

.cus-detail-cont-right{
	width: 915px;
}
.cus-detail-bigbox{
	width: 915px;
	height: 338px;
	border: 1px solid #fa2978;
	border-radius: 80px 0px 40px 4px;
	background-color: #fff6fb;
}
.cus-detail-header{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 30px;
}
.cus-detail-content-box{
	width: 100%;
	height: 210px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.cus-detail-onebox{
	width: 360px;
	height: 210px;
}
.cus-select-onebox{
	width: 360px;
	display: flex;
	justify-content: space-between;
}
.cus-detail-onebox>p{
	margin-bottom: 13px;
}
.cus-select-city{
	width: 90px;
	height: 34px;
	line-height: 34px;
	padding: 0 15px;
	background-color: #ffffff;
	border: solid 1px #ffadcc;
}
.cus-select-onebox>select{
	width: 90px;
	height: 34px;
	background-color: #ffffff;
	border: solid 1px #ffadcc;
	outline-style: none!important;
	outline: none;
	padding: 0 5px;
}
.cus-select-onebox>input{
	width: 150px;
	height: 34px;
	background-color: #ffffff;
	border: solid 1px #ffadcc;
	outline-style: none;
	outline: none;
	padding: 0 15px;
	padding-right: 0;
}
.cus-select-twobox{
	margin-top: 9px;
	display: flex;
	justify-content: space-between;
}
.cus-select-twobox>select:first-child{
	width: 195px;
	height: 34px;
	background-color: #ffffff;
	border: solid 1px #ffadcc;
	outline-style: none;
	outline: none;
}
.cus-select-twobox>select:last-child{
	width: 150px;
	height: 34px;
	background-color: #ffffff;
	border: solid 1px #ffadcc;
	outline-style: none;
	outline: none;
}
.cus-select-threebox{
	margin-top: 9px;
	display: flex;
	justify-content: space-between;
}
.cus-select-threebox>select{
	outline-style: none;
	outline: none;
}
.cus-select-threebox>select:first-child,.cus-select-threebox>select:nth-child(2){
	width: 90px;
	height: 34px;
	background-color: #ffffff;
	border: solid 1px #ffadcc;
}
.cus-select-threebox>select:last-child{
	width: 150px;
	height: 34px;
	background-color: #ffffff;
	border: solid 1px #ffadcc;
}
.cus-select-fourbox{
	width: 100%;
	height: 34px;
	background-color: #ffffff;
	border: solid 1px #ffadcc;
	padding: 0 15px;
	margin-top: 9px;
	outline-style: none;
	outline: none;
}
.cus-detail-onebox select{
	padding-left: 10px;
}
.cus-detail-twobox{
	cursor: pointer;
}
.cus-detail-threebox{
	width: 280px;
}
.cus-detail-threebox-cont{
	width: 280px;
	height: 162px;
	background-color: #ffffff;
	border: solid 1px #fa2978;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.cus-detail-threebox-cont>p{
	font-size: 16px;
	letter-spacing: 1px;
	color: #121429;
	writing-mode: vertical-lr;
	position: relative;
}
.cus-detail-threebox-cont>p>span{
	position: absolute;
	bottom: 24px;
	left: -50%;
	writing-mode: horizontal-tb;
	color: #fa2978;
	font-size: 16px;
	font-weight: bold;
}
.cus-detail-wen{
	width: 100%;
	min-height: 200px;
	background-color: #fafafa;
	margin-top: 20px;
	padding: 50px;
}
.cus-detail-wen-title{
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	color: #2b2b2b;
	font-weight: 500;
}
.cus-detail-wen-zititle{
	display: flex;
	justify-content: center;
	align-items: center;
}
.cus-detail-wen-zititle>p{
	font-size: 14px;
	line-height: 40px;
	color: #9f9f9f;
	margin-right: 25px;
}
.cus-detail-wen-zititle>p>span{
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
}
.cus-detail-wen-fenx{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #9f9f9f;
}
.cus-detail-wen-fenx>img{
	margin-right: 6px;
}
.cus-detail-seo{
	margin-top: 48px;
	width: 100%;
	overflow: hidden;
}
.cus-detail-lianjie{
	font-family: FZXS12--GB1-0;
	font-size: 12px;
	color: #666666;
	margin-top: 15px;
}
.cus-detail-seotag{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.cus-detail-seotag>img{
	margin-right: 8px;
}
.cus-detail-seotag>p{
	padding: 5px 10px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	color: #666666;
	margin-right: 8px;
	cursor: pointer;
}
.cus-detail-seotag>p:hover{
	border: 1px solid #fa2978;
	color: #fa2978;
}
.cus-detail-hr{
	width: 100%;
	height: 1px;
	margin-top: 46px;
	background-color: #dddddd;
	color: #dddddd;
}
.cus-detail-qiehuan{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.cus-detail-qiehuan>p:first-child{
	width: 390px;
	height: 50px;
	background-color: #f11075;
	border-radius: 6px;
	border: solid 1px #dddddd;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.cus-detail-qiehuan>p:first-child:active{
	opacity: .6;
}
.cus-detail-qiehuan>p:last-child{
	width: 390px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 6px;
	border: solid 1px #dddddd;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.cus-detail-qiehuan>p:last-child:active{
	opacity: .7;
}
.cus-more-love{
	width: 1200px;
	margin: 50px auto;
}
.cus-more-love-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cus-more-love-header>p:first-child{
	font-size: 24px;
	font-weight: bold;
}
.cus-more-love-header>p:last-child{
	font-size: 14px;
	cursor: pointer;
}
.cus-more-love-header>p:last-child:hover{
	color: #f52b7e;
}
.cus-more-love-list-box{
	margin-top: 30px;
	display: flex;
	justify-content: flex-start;
}
.cus-more-love-list{
	width: 380px;
	height: 426px;
	background-color: #ffffff;
	border: solid 1px #e9e9e9;
	overflow: hidden;
	margin-right: 29px;
}
.cus-more-love-list-box>.cus-more-love-list:last-child{
	margin-right: 0px;
}
.cus-more-love-img{
	width: 380px;
	height: 285px;
	overflow: hidden;
	position: relative;
}
.cus-more-love-img>div:first-child{
	width: 380px;
	height: 285px;
	overflow: hidden;
}
.cus-more-love-img>div:last-child{
	display: flex;
	justify-content: flex-start;
	padding: 8px 10px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: rgba(0,0,0,.5);
	color: #FFFFFF;
	border-radius: 4px;
}
.cus-more-love-list img{
	transition: .2s;
}
.cus-more-love-list:hover img{
	transform: scale(1.1);
}
.cus-more-love-list-title{
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 20px;
	color: #2b2b2b;
	border-bottom: solid 1px #e9e9e9;
}
.cus-more-love-list-content{
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 16px;
	color: #2b2b2b;
}
.cus-more-love-list:hover{
	box-shadow: 2px 2px 12px rgba(0,0,0,.12);
}
.cus-advimg{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 110px;
}

/* 折叠 */
.cus-hidstu{
	visibility: hidden;
}
.cus-three-list-zibox{
	height: 53px;
	overflow: hidden;
	transition: .2s;
}
.cus-three-list-zibox:hover{
	height: 100px;
}
.cus-three-list-zibox:hover .cus-three-detail{
	visibility: visible;
}
.cus-three-list-zibox:hover .cus-three-list-p{
	display: none;
}
.cus-three-list>.cus-three-list-zibox:last-child .cus-three-list-p::before{
	opacity: 0;
}