@charset "utf-8";
/*html5*/ 
@font-face {
	font-family: 'NotoSansJP';
	src: url('../font/NotoSansJP-Regular.ttf');
}

@font-face {
	font-family: 'Inter';
	src: url('../font/Inter-Light-7.otf');
}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
input{border:none;  outline:medium;}
*{box-sizing: border-box;font-family: NotoSansJP;}
body{width:100%;background:#fff;color:#333;font-size:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}
a:hover{
	opacity: 0.5;
}

.contain{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.top{
	background-color: #FFFAF5;
	padding: 13px 0;
}
.top1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tips{
	width: 561px;
	height: 47px;
	display: flex;
	align-items: center;
	margin-right: 5px;
	font-size: 0;
}
.tips .swiper{
	height: 100%;
	flex: 1;
}
.tips2{
	font-size: 18px;
	font-weight: 700;
	line-height: 47px;
	color: #DC3E31;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.butt{
	display: flex;
	align-items: center;
}
.butt1 a{
	display: block;
	width: 115px;
	height: 38px;
	border-radius: 2px;
	border: 1px solid #DC3E31;
	background-color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
	color: #DC3E31;
}
.butt2 a{
	display: flex;
	align-items: center;
	background-color: #fff;
	height: 38px;
	border-radius: 2px;
	border: 1px solid #fff;
	padding: 0 10px;
}
.butt2 a img{
	margin-right: 4px;
}
.butt2 a span{
	margin-left: 5px;
	display: block;
	height: 18px;
	line-height: 18px;
	border-radius: 9px;
	font-size: 12px;
	color: #ffffff;
	padding: 0 3px;
	background-color: #000000;
}
.butt3{
	margin-left: 12px;
}
.butt3 a{
	display: block;
	width: 136px;
	height: 47px;
	border: 2px solid #DC3E31;
	border-radius: 2px;
	font-size: 15px;
	font-weight: 700;
	line-height: 43px;
	text-align: center;
	color: #DC3E31;
}
.butt4{
	margin-left: 8px;
}
.butt4 a{
	display: block;
	width: 136px;
	height: 47px;
	border: 2px solid #DC3E31;
	background-color: #DC3E31;
	border-radius: 2px;
	font-size: 15px;
	font-weight: 700;
	line-height: 43px;
	text-align: center;
	color: #ffffff;
}
.header{
	padding: 20px 0;
	box-shadow: 0px 6px 8.3px 0px rgba(207, 207, 207, 0.25);
}
.header1{
	zoom: 1;
}
.header1:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.logo{
	float: left;
	font-size: 0;
	max-width: 280px;
}
.nav{
	float: right;
}
.nav ul{
	zoom: 1;
}
.nav ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.nav ul li{
	list-style-type: none;
	float: left;
	margin-left: 32px;
}
.nav1{
	min-width: 133px;
	display: flex;
	align-items: center;
	padding-bottom: 9px;
	border-bottom: 2px solid #DC3E31;
	font-size: 18px;
	font-weight: 500;
	color: #050505;
}
.nav1 img{
	margin-right: 6px;
}
.n_img1{
	display: none;
}
.nav2{
	margin-top: 16px;
}
.nav2 a{
	margin-left: 25px;
	display: inline-flex;
	justify-content: space-between;
	font-size: 16px;
	line-height: 1;
	color: #050505;
}
.nav2 a:first-child{
	margin-left: 0;
}
.nav2 a img{
	margin-left: 5px;
}
.nav ul li.on .n_img{
	display: none;
}
.nav ul li.on .n_img1{
	display: inline-block;
}
.nav ul li.on .nav1{
	color: #DC3E31;
}
.nav ul li.on .nav2 a{
	color: #DC3E31;
}
.nav ul li:hover .n_img{
	display: none;
}
.nav ul li:hover .n_img1{
	display: inline-block;
}
.nav ul li:hover .nav1{
	color: #DC3E31;
}
.nav ul li:hover .nav2 a{
	color: #DC3E31;
}
.main{
	padding: 50px 0;
	background: url(../img/main_bg.png) #F7F8F9 no-repeat;
	background-position: center top;
}
.main1{
	zoom: 1;
}
.main1:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.mainLeft{
	float: left;
	width: 69%;
}
.mainLeft1{
	background-color: #ffffff;
}
.mainLeft2{
	padding: 5px 16px;
	border-bottom: 2px solid #DC3E31;
	font-size: 20px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #DC3E31;
	display: flex;
	align-items: center;
}
.mainLeft2 img{
	margin-right: 5px;
}
.mainLeft3{
	padding: 40px 24px 58px;
	zoom: 1;
}
.mainLeft3:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.mainLeft4{
	float: left;
	width: 324px;
	zoom: 1;
}
.mainLeft4:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.mainLeft5{
	float: left;
	width: calc((100% - 12px)/2);
	margin-right: 12px;
	border: 1px solid #D9D9D9;
	box-shadow: 0px 4px 4px 0px rgba(206, 160, 160, 0.25);
}
.mainLeft5:nth-child(2n){
	margin-right: 0;
}
.mainLeft6{
	height: 41px;
	background-color: #DC3E31;
	font-size: 20px;
	font-weight: 700;
	line-height: 41px;
	text-align: center;
	color: #ffffff;
}
.mainLeft7{
	background-color: #FFFAF5;
	height: 67px;
	padding: 20px 5px 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
	color: #000000;
}
.mainLeft7 span{
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
}
.mainLeft8{
	float: left;
	width: 100%;
	margin-top: 25px;
	border: 1px solid #D9D9D9;
	box-shadow: 0px 4px 4px 0px rgba(206, 160, 160, 0.25);
}
.mainLeft5:hover .mainLeft7{
	background-color: #ffffff;
	text-decoration: underline;
}
.mainLeft8:hover .mainLeft7{
	background-color: #ffffff;
	text-decoration: underline;
}
.mainLeft9{
	float: right;
	width: calc(100% - 340px);
	border: 1px solid #D9D9D9;
	box-shadow: 0px 4px 4px 0px rgba(206, 160, 160, 0.25);
}
.mainLeft10{
	padding: 3px 18px 22px;
	background-color: #FFFAF5;
	overflow: hidden;
}
.mainLeft10 a{
	float: left;
	display: block;
	background-color: #fff;
	margin-top: 19px;
	margin-right: 20px;
	width: calc((100% - 20px)/2);
	line-height: 68px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #000000;
	border: 1px solid #D9D9D9;
}
.mainLeft10 a:nth-child(2n){
	margin-right: 0;
}
.mainLeft10 a:hover{
	text-decoration: underline;
}
.search{
	margin-top: 33px;
	background-color: #ffffff;
}
.search1{
	display: flex;
	align-items: center;
	background-color: #DC3E31;
	padding: 5px 16px;
	font-size: 20px;
	font-weight: 500;
	line-height: 18px;
	color: #ffffff;
}
.search1 img{
	margin-right: 13px;
}
.search1 span{
	font-size: 34px;
	line-height: 34px;
	margin: 0 5px;
}
.search2{
	padding: 32px 26px;
}
.search3{
	border: 1px solid #D9D9D9;
	padding: 10px 14px;
	overflow: hidden;
}
.search3 select{
    width: 120px;
    float: left;
	height: 42px;
	border: none;
	outline: none;
	font-size: 20px;
}
.searchi{
	float: left;
	width: calc(100% - 227px);
	height: 42px;
	font-size: 20px;
	padding: 0 16px;
}
.searchii{
	float: left;
	width: 107px;
	height: 42px;
	border: 1px solid #DC3E31;
	font-size: 15px;
	font-weight: 500;
	line-height: 15px;
	color: #DC3E31;
	background: url(../img/arrow.png) no-repeat;
	background-position: calc(100% - 22px) center;
	padding-right: 27px;
	border-radius: 2px;
}
.hot{
	margin-top: 32px;
	background-color: #fff;
}
.hot1{
	display: flex;
	align-items: center;
	background-color: #DC3E31;
	padding: 8px 19px;
	font-size: 20px;
	font-weight: 500;
	line-height: 18px;
	color: #ffffff;
}
.hot1 img{
	margin-right: 16px;
}
.hot2{
	padding: 32px 28px;
}
.hot3{
	background: url(../img/h_bg.png) no-repeat;
	padding: 21px 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 16.8px;
	color: #333;
	border: 3px solid #572DFF;
	border-radius: 2px;
}
.hot4{
	overflow: hidden;
}
.hot5{
	float: left;
	width: calc((100% - 18px)/2);
	margin-right: 18px;
}
.hot5:nth-child(2n){
	margin-right: 0;
}
.hot6{
	padding: 10px 0;
	border-bottom: 1px dashed #CCCCCC;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.hot7 a{
	display: flex;
	align-items: center;
	text-decoration: underline;
}
.hot7 a img{
	margin-right: 8px;
}
.hot8{
	margin-top: 10px;
	font-size: 12px;
	line-height: 16.8px;
	color: #666666;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.hot9{
	margin-top: 32px;
	overflow: hidden;
}
.hot10{
	font-size: 0;
}
.used{
	margin-top: 32px;
	background-color: #ffffff;
}
.used1{
	background-color: #FFFAF5;
	border-left: 8px solid #DC3E31;
	padding-left: 12px;
	height: 62px;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 18px;
	color: #DC3E31;
}
.used1 img{
	margin-right: 10px;
}
.used2{
	padding: 25px 28px 35px;
	zoom: 1;
}
.used2:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.used3{
	float: left;
	margin-right: 17px;
	width: calc((100% - 51px)/4);
	height: 67px;
	border: 1px solid #D9D9D9;
	box-shadow: 0px 4px 4px 0px rgba(206, 160, 160, 0.25);
	font-size: 15px;
	line-height: 18px;
	color: #000000;
}
.used3 img{
	margin-right: 5px;
}
.used3:nth-child(4n){
	margin-right: 0;
}
.used3 a{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mainRight{
	float: right;
	width: 350px;
}
.mainRight2 .swiper-pagination-bullet-active{
	background-color: #DC3E31;
}
.mainRight1{
	background-color: #ffffff;
}
.mainRight3{
	padding: 15px 22px 36px;
	background-color: #fff;
}
.tjfy{
	width: 104px;
	height: 28px;
	border: 1px solid #60B616;
	text-align: center;
	line-height: 26px;
	font-size: 15px;
	color: #60B616;
}
.tjfy1{
	margin-top: 6px;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.tjfy2{
	margin-top: 8px;
	font-size: 0;
}
.tjfy3{
	margin-top: 8px;
	font-size: 15px;
	line-height: 24px;
	color: #000000;
}
.tjfy4{
	margin-top: 12px;
	font-size: 15px;
	font-weight: 500;
	line-height: 15px;
	color: #DC3E31;
}
.tjfy4 a{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #DC3E31;
	height: 37px;
	color: #DC3E31;
}
.tjfy4 img{
	margin-left: 3px;
}
.news{
	margin-top: 32px;
	background-color: #ffffff;
}
.mainLeft2 a{
	flex: 1;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	text-align: right;
	color: #3C3C3C;
}
.news1{
	padding: 18px 25px;
}
.news1 .swiper{
	height: 93px;
}
.news2{
	height: 100%;
}
.news2 a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news2 span{
	flex: 1;
	font-size: 14px;
	line-height: 31px;
	color: #000000;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news3{
	padding: 18px 25px;
}
.news3 .swiper{
	height: 93px;
}
.parener{
	padding: 1px 25px 20px;
}
.parener1{
	margin-top: 25px;
	font-size: 0;
	text-align: center;
}
.introduce{
	padding: 36px 0;
	background-color: #FFFAF5;
}
.introduce1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.introduce2{
	font-size: 0;
	margin-left: 66px;
}
.introduce3{
	flex: 1;
	font-size: 14px;
	font-weight: 500;
	line-height: 34px;
	color: #272727;
}
.footer{
	box-shadow: 0px -6px 5.2px 0px rgba(233, 233, 233, 0.25);
	padding: 42px 0 36px;
}
.footer1{
	overflow: hidden;
}
.footer2{
	float: left;
}
.footer3{
	font-size: 0;
}
.footer4{
	margin-top: 13px;
}
.footer4 a{
	margin-right: 30px;
	font-size: 14px;
	line-height: 34px;
	color: #272727;
}
.footer5{
	float: right;
	margin-top: 20px;
}
.footer5 ul{
	overflow: hidden;
}
.footer5 ul li{
	list-style-type: none;
	float: left;
	margin-left: 40px;
	min-width: 100px;
}
.footer6{
	font-size: 16px;
	font-weight: 500;
	line-height: 34px;
	color: #272727;
	border-bottom: 2px solid #DC3E31;
}
.footer7 a{
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 34px;
	color: #272727;
}
.footer7 a img{
	margin-right: 5px;
}
.beian{
	background-color: #DC3E31;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #ffffff;
}
.goTop{
	font-size: 0;
	position: fixed;
	z-index: 9;
	right: 90px;
	bottom: 40%;
}
.tc_code{
	font-size: 0;
	position: fixed;
	z-index: 9;
	right: 13px;
	bottom: 10%;
}
.tc_code1{
	font-size: 0;
	position: relative;
}
.close{
	position: absolute;
	right: 8px;
	top: -26px;
}
.header_m{
	display: none;
}

.header_m1{
	overflow: hidden;
}
.logo_m{
	width: 40%;
	float: left;
	margin: 9px 6px;
}
.logo_m img{
	height: 40px;
}
.icon_m{
	width: 10%;
	float: right;
	margin: 9px 6px;
}
.icon_m img{
	height: 40px;
}
.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	padding: 23px 7% 0;
}
.menu_m1{
	width: 77%;
}
.menu_m2{
	margin-top: 20px;
}
.menu_m2 ul{
	
}
.menu_m2 ul li{
	list-style-type: none;
	line-height: 40px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 16px;
	padding-left: 6%;
}
.menu_m2 ul li a{
	color: #fff;
}
.menu_m2 ul li a img{
	margin-right: 9px;
	vertical-align: middle;
}
.menu_msub{
	display: none;
	width: 100%;
	padding-left: 20px;
}
.menu_msub a{
	display: block;
	font-size: 14px;
	color: #fff;
}
.footer_m{
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 96;
	background-color: #FFFAF5;
	border-top: 1px solid #ddd;
	align-items: center;
	justify-content: center;
}
.footer_m a{
	font-size: 12px;
	color: #040404;
	line-height: 18px;
	padding: 14px 0 8px;
	text-align: center;
	width: 20%;
}
.footer_m span{
    display: block;
    width: 24px;
    margin: 0 auto 8px;
    position: relative;
}
.footer_m span code{
    position: absolute;
    display: block;
    left: 14px;
    top: -4px;
    background-color: #DC3E31;
    height: 18px;
    min-width: 18px;
    padding: 0 3px;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}
.f_icon{
    display: block;
    margin: 0 auto;
}
.f_icon1{
    display: none;
}
.footer_m a:first-child{
	border-left: 0;
}
.footer_m a.on{
    color: #DC3E31;
}
.footer_m a.on .f_icon{
    display: none;
}
.footer_m a.on .f_icon1{
    display: block;
    margin: 0 auto;
}
.address{
	font-size: 12px;
	line-height: 24px;
	color: #282828;
}
.address a{
	color: #282828;
}
.login{
	padding: 25px 0 120px;
}
.login1{
	margin-top: 54px;
	overflow: hidden;
}
.login2{
	float: left;
	width: calc((100% - 60px)/2);
}
.login3{
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #494949;
	margin-bottom: 30px;
}
.login4{
	margin-top: 20px;
	padding: 0 79px 0 68px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.login4 span{
	font-size: 14px;
	font-weight: 500;
	line-height: 13px;
	color: #353535;
}
.login4 input{
	width: 366px;
	height: 40px;
	border: 1px solid #BDC1C2;
	padding: 0 16px;
}
.login5{
	margin-top: 33px;
	padding-right: 79px;
	padding-left: calc(100% - 434px);
	text-align: center;
}
.login5 input{
	width: 217px;
	height: 40px;
	border: 1px solid #DC3E31;
	background-color: #FFFAF5;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 500;
	color: #DC3E31;
}
.login5 a{
	margin-top: 28px;
	display: block;
	font-size: 12px;
	line-height: 13px;
	text-align: center;
	color: #DC3E31;
	text-decoration: underline;
}
.login6{
	float: right;
	width: calc((100% - 60px)/2);
}
.login7{
	margin-top: 34px;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	color: #131313;
}
.login8{
	margin-top: 16px;
	text-align: center;
}
.login8 a{
	display: inline-block;
	width: 217px;
	height: 40px;
	border: 1px solid #DC3E31;
	background-color: #FFFAF5;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 500;
	color: #DC3E31;
	text-align: center;
	line-height: 38px;
}
.register{
	padding: 25px 0 86px;
}
.register1{
	width: 100%;
	max-width: 526px;
	margin: 34px auto 0;
}
.register2{
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	text-align: center;
	color: #494949;
}
.register3{
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	color: #353535;
}
.register4{
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.register4 span{
	font-size: 14px;
	line-height: 13px;
	color: #353535;
}
.register4 input{
	width: 428px;
	height: 40px;
	border: 1px solid #BDC1C2;
	border-radius: 2px;
	padding: 0 20px;
}
.register4 a{
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	height: 20px;
	width: 121px;
	background-color: #282828;
	text-align: center;
	line-height: 20px;
	font-size: 11px;
	color: #ffffff;
	border-radius: 2px;
}
.register5{
	margin-top: 50px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #000000;
}
.register5 a{
	color: #000000;
	text-decoration: underline;
}
.register6{
	margin-top: 43px;
	text-align: center;
}
.register6 input{
	width: 217px;
	height: 40px;
	border: 1px solid #DC3E31;
	background-color: #FFFAF5;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 500;
	color: #DC3E31;
}
.houseDeta{
	padding: 20px 0 44px;
}
.houseDeta1{
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
.houseDeta2{
	padding-top: 18px;
	box-shadow: 0px 0px 20px rgba(207, 207, 207, 0.5);
	border-top: 3px solid #DC3E31;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.houseDeta2 span{
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
}
.houseDeta2 a{
	width: 162px;
	height: 34px;
	border: 1px solid #BDBDBD;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	line-height: 14.4px;
	color: #333333;
}
.houseDeta2 a img{
	margin-right: 10px;
}
.houseDeta3{
	margin-top: 46px;
	overflow: hidden;
}
.houseDeta4{
	float: left;
	width: 68%;
}
.houseDeta5{
	font-size: 12px;
	line-height: 14.4px;
	color: #333333;
}
.houseDeta5 span{
	font-size: 21.31px;
	font-weight: 500;
	line-height: 26.4px;
	color: #F82055;
}
.houseDeta6{
	margin-top: 11px;
	font-size: 12px;
	line-height: 14.4px;
	color: #333333;
}
.houseDeta7{
	margin-top: 15px;
}
.proLeft2{
	padding: 10px 40px;
	background-color: #EEEEEE;
}
.proLeft2 .swiper-slide-thumb-active{
	border: 3px solid #DC3E31;
	overflow: hidden;
}
.proLeft1_d{
	padding: 10px;
	position: relative;
	height: 400px;
	border: 1px solid #CCCCCC;
}
.proLeft1_d img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.proLeft2_d{
	font-size: 0;
	position: relative;
	border: 1px solid #CCCCCC;
	height: 106px;
}
.proLeft2_d img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.proLeft1{
	position: relative;
}
.deLeft{
	font-size: 0;
	position: absolute;
	left: 0;
	z-index: 96;
	top: 50%;
	transform: translateY(-50%);
}
.deRight{
	font-size: 0;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 96;
	transform: translateY(-50%);
}
.houseDeta8{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	background-color: #323232;
	font-size: 12px;
	color: #ffffff;
}
.proLeft1 .swiper-pagination{
	z-index: 10;
	font-size: 12px;
	color: #ffffff;
	padding-right: 10px;
	text-align: right;
}
.proLeft2{
	position: relative;
}
.deLeft1{
	font-size: 0;
	position: absolute;
	left: 10px;
	z-index: 96;
	top: 50%;
	transform: translateY(-50%);
}
.deRight1{
	font-size: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 96;
	transform: translateY(-50%);
}
.houseDeta9{
	margin-top: 54px;
	font-size: 22px;
	font-weight: 500;
	color: #050505;
	margin-bottom: 32px;
}
.houseDeta10{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #D9D9D9;
	height: 54px;
}
.houseDeta10 span{
	width: 212px;
	height: 100%;
	background-color: #FFEEDC;
	border-right: 1px solid #D9D9D9;
	padding: 0 15px;
	display: flex;
	align-items: center;
	font-size: 15px;
	line-height: 15px;
	color: #050505;
}
.houseDeta10 code{
	flex: 1;
	font-family: inherit;
	padding: 0 15px;
	font-size: 15px;
	line-height: 15px;
	color: #050505;
}
.houseDeta11{
	margin-top: 32px;
	border: 1px solid #D8D8D8;
	padding: 18px 17px;
	font-size: 15px;
	line-height: 30px;
	color: #272727;
}
.houseDeta12{
	float: right;
	width: 29%;
}
.houseDeta13{
	background-color: #323232;
	padding: 0 11px;
	line-height: 30px;
	border-radius: 4px 4px 0px 0px;
	font-size: 14px;
	color: #ffffff;
}
.houseDeta14{
	background-color: #FFEEDC;
	border: 1px solid #DBDBDB;
	border-radius: 0 0 4px 4px;
	padding: 20px 17px;
	position: relative;
}
.houseDeta15{
	font-size: 12px;
	line-height: 14.4px;
	color: #333333;
}
.houseDeta16{
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
.houseDeta16 label{
	display: flex;
	align-items: center;
	margin-top: 14px;
}
.houseDeta16 label input{
	margin-right: 8px;
}
.houseDeta17{
	margin-top: 16px;
	font-size: 14px;
	line-height: 13px;
	color: #353535;
}
.houseDeta18{
	margin-top: 13px;
}
.houseDeta18 input{
	border: 1px solid #BDC1C2;
	background-color: #ffffff;
	padding: 0 12px;
	height: 28px;
	font-size: 12px;
	width: 100%;
}
.houseDeta18 textarea{
	border: 1px solid #BDC1C2;
	background-color: #ffffff;
	padding: 12px;
	height: 184px;
	font-size: 12px;
	width: 100%;
	resize: none;
}
.houseDeta19{
	margin-top: 24px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	color: #000000;
	display: flex;
	align-items: center;
}
.houseDeta19 a{
	color: #000000;
	text-decoration: underline;
}
.houseDeta20{
	margin-top: 23px;
}
.houseDeta20 input{
	background-color: #DC3E31;
	height: 32px;
	width: 100%;
	border-radius: 3px;
	font-size: 16px;
	color: #ffffff;
}
.send_tc{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FFEEDC;
	z-index: 3;
}
.send_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #333333;
}
.send_tc1 img{
	display: block;
	margin: 0 auto 12px;
}
.tips_tc{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9999;
	background-color: #fff;
	transform: translate(-50%,-50%);
	border-radius: 8px;
	overflow: hidden;
	width: 80%;
	max-width: 690px;
	box-shadow: 0px 4px 21.100000381469727px 0px rgba(0, 0, 0, 0.1);
}
.tips_tcr{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9999;
	background-color: #fff;
	transform: translate(-50%,-50%);
	border-radius: 8px;
	overflow: hidden;
	width: 80%;
	max-width: 690px;
	box-shadow: 0px 4px 21.100000381469727px 0px rgba(0, 0, 0, 0.1);
}
.tips_tc1{
	height: 56px;
	background: #FFFAF5;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	line-height: 56px;
	color: #DC3E31;
}
.tips_tc2{
	background-color: #ffffff;
	padding: 26px 25px 23px;
}
.tips_tc3{
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	color: #333333;
	min-height: 58px;
}
.list{
	padding: 20px 0 82px;
}
.list1{
	width: 100%;
	max-width: 972px;
	margin: 0 auto;
}
.list2 {
	padding: 5px 0;
	border-bottom: 2px solid #DC3E31;
	font-size: 20px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #DC3E31;
	display: flex;
	align-items: center;
}
.list2 img{
    width: 24px;
}
.list3{
	margin-top: 12px;
}
.list3 ul{
	overflow: hidden;
}
.list3 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 48px)/4);
	margin-right: 16px;
	margin-top: 32px;
	padding: 8px;
	border: 1px solid #D8D8D8;
}
.list3 ul li:nth-child(4n){
	margin-right: 0;
}
.list4{
	width: 104px;
	height: 28px;
	border: 1px solid #60B616;
	text-align: center;
	line-height: 26px;
	font-size: 15px;
	color: #60B616;
}
.list5{
	margin-top: 6px;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	height: 48px;
	color: #000000;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list6{
	margin-top: 8px;
	font-size: 0;
	height: 135px;
}
.list7{
	margin-top: 8px;
	font-size: 15px;
	line-height: 24px;
	height: 120px;
	color: #000000;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.page{
	margin-top: 48px;
	text-align: center;
}
.page1{
	display: inline-block;
	border-bottom: 1px solid #D8DDDF;
	font-size: 0;
}
.page1 a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 16px;
	font-weight: 350;
	color: #000000;
}
.page1 a.on{
	border-bottom: 1px solid #DC3E31;
}
.look{
	margin-top: 48px;
}
.look ul li{
	list-style-type: none;
	margin-top: 24px;
	border: 1px solid #D8D8D8;
	padding: 11px 24px 24px 16px;
}
.look1{
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: #000000;
}
.look2{
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	color: #000000;
}
.look3{
	margin-top: 14px;
	display: flex;
	align-items: flex-start;
}
.look4{
	font-size: 0;
	margin-right: 22px;
	width: 207px;
}
.look5{
	flex: 1;
}
.look6{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 16px;
}
.look7{
	margin-right: 98px;
}
.look8{
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}
.look9{
	margin-top: 12px;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	color: #F82055;
}
.look10{
	margin-top: 12px;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
}
.look11{
	margin-top: 14px;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.look12{
	text-align: right;
}
.look12 a{
	display: inline-block;
	width: 151px;
	height: 32px;
	border: 1px solid #DC3E31;
	background-color: #FFFAF5;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	color: #DC3E31;
}
.lookDeta{
	margin-top: 18px;
	zoom: 1;
}
.lookDeta:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.lookDeta span{
	display: inline-block;
	border-left: 10px solid #DC3E31;
	font-size: 20px;
	font-weight: 500;
	line-height: 35.84px;
	color: #111111;
	padding-left: 10px;
}
.lookDeta a{
	float: right;
	margin-left: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 3px 0px 0px #DC3E31;
	background-color: #FFFAF5;
	width: 203px;
	height: 50px;
	border-radius: 25px;
	font-size: 18px;
	font-weight: 500;
	color: #DC3E31;
}
.lookDeta a img{
	margin-right: 9px;
}
.lookDeta1{
	margin-top: 19px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lookDeta1 span{
	font-size: 0;
	width: 240px;
	margin-right: 25px;
}
.lookDeta1 code{
	flex: 1;
	font-family: inherit;
	font-size: 16px;
	line-height: 28px;
	color: rgba(18, 18, 18, 0.8);
}
.lookDeta2{
	margin-top: 32px;
	padding: 20px 24px 24px;
	border: 1px solid #CCCCCC;
}
.lookDeta2 .proLeft1_d{
	padding: 0;
	border: none;
	height: 554px;
}
.lookDeta2 .proLeft2 .swiper-slide-thumb-active{
	border: none;
}
.lookDeta2 .proLeft2_d{
	border: none;
}
.lookDeta2 .proLeft2{
	margin-top: 24px;
	background-color: #fff;
}
.lookDeta3{
	margin: 48px 0 32px;
	border-bottom: 1px solid #BDC1C2;
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 20px;
	color: #DC3E31;
}
.lookDeta4{
	margin-top: 54px;
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: 500;
	color: #DC3E31;
}
.lookDeta4 img{
	margin-right: 16px;
}
.lookDeta5{
	margin-top: 32px;
	position: relative;
}
.lookDeta5 .swiper{
	padding-bottom: 50px;
}
.lookDeta5 .swiper-pagination-bullet-active{
	background-color: #050505;
}
.lookDeta6{
	padding: 8px;
	border: 1px solid #D8D8D8;
}
.lookLeft{
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
}
.lookRight{
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
}
.mt32{
	margin-top: 32px;
}
.lookDeta7{
	font-size: 16px;
	font-weight: 500;
	line-height: 14.4px;
	text-align: center;
	color: #333333;
}
.lookDeta8{
	margin-top: 23px;
	text-align: center;
}
.lookDeta8 input{
	background-color: #DC3E31;
	height: 32px;
	width: 218px;
	border-radius: 3px;
	font-size: 16px;
	color: #ffffff;
}
.inNews{
	background: url(../img/innerBanner.png) no-repeat;
	background-size: cover;
	padding: 20px 0 105px;
}
.inNews1{
	width: 96%;
	max-width: 950px;
	margin: 0 auto;
}
.inNews2{
	margin-top: 62px;
	font-size: 24px;
	font-weight: 500;
	line-height: 44.8px;
	color: #050505;
}
.inNews3{
	padding: 56px 0 65px;
}
.inNews4{
	width: 100%;
	max-width: 1032px;
	margin: 0 auto;
}
.item{
	text-align: center;
}
.item1{
	display: inline-block;
	border-top: 1px solid #C6C9CC;
	border-bottom: 1px solid #C6C9CC;
	height: 87px;
	font-size: 0;
}
.item1 a{
	display: inline-block;
	width: 200px;
	font-size: 12px;
	font-weight: 500;
	line-height: 82px;
	text-align: center;
	color: #222222;
}
.item1 a.on{
	font-weight: 700;
	font-size: 14px;
	border-bottom: 3px solid #DC3E31;
}
.inNews5{
	margin-top: 20px;
}
.inNews5 ul{
	overflow: hidden;
}
.inNews5 ul li{
	float: left;
	list-style-type: none;
	margin-top: 30px;
	padding: 11px;
	border: 1px solid #CCCCCC;
	width: calc((100% - 72px)/4);
	margin-right: 24px;
}
.inNews5 ul li:nth-child(4n){
	margin-right: 0;
}
.inNews6{
	font-size: 0;
}
.inNews7{
	margin-top: 8px;
	font-size: 14px;
	line-height: 26px;
	height: 52px;
	color: #000000;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newsDeta{
	padding: 63px 0 78px;
}
.newsDeta1{
	width: 100%;
	max-width: 972px;
	margin: 0 auto;
}
.newsDeta2{
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	color: #050505;
	padding-bottom: 40px;
	border-bottom: 1px solid #DC3E31;
}
.newsDeta3{
	margin-top: 32px;
	font-size: 14.5px;
	line-height: 28px;
	color: #000000;
}
.sxp{
	margin-top: 48px;
	padding: 16px 36px 0;
	border-top: 1px solid #DCDCDC;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sxp a{
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}
.contact{
	padding: 20px 0 65px;
}
.contact1{
	width: 100%;
	max-width: 972px;
	margin: 0 auto;
}
.contact2{
	margin-top: 39px;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	text-align: center;
	color: #494949;
}
.artica{
	margin-top: 30px;
	font-size: 15px;
	line-height: 36px;
	color: #272727;
}
.artica1{
	margin-top: 20px;
	font-size: 15px;
	font-weight: 600;
	line-height: 36px;
	color: #272727;
}
.artica2{
	font-size: 15px;
	line-height: 36px;
	color: #272727;
}
.phome{
	padding: 20px 0 45px;
}
.phome1{
	margin-top: 17px;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	color: #000000;
}
.phome1 img{
	margin-right: 16px;
}
.phome2{
	margin-top: 24px;
	border-bottom: 2px solid #DC3E31;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.phome2 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 155px;
	height: 57px;
	background-color: #FFEEDC;
	border-radius: 2px 2px 0 0;
	font-size: 18px;
	color: #050505;
}
.phome2 a span{
	font-size: 14px;
}
.phome2 a.on{
	background-color: #DC3E31;
	font-weight: 500;
	color: #ffffff;
}
.phome3{
	margin-top: 28px;
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: 500;
	color: #DC3E31;
}
.phome3 img{
	margin-right: 16px;
}
.phome4{
	margin-top: 26px;
	border: 1px solid #BDC1C2;
	padding: 14px;
}
.phome5{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	color: #050505;
}
.phome5 img{
	margin-right: 5px;
}
.phome5 span{
	font-size: 32px;
	font-weight: 500;
	color: #DC3E31;
	margin: 0 5px;
}
.phome6{
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.phome7{
	width: 145px;
	padding: 10px;
	background-color: #F3F3F3;
}
.phome8{
	font-size: 13px;
	font-weight: 500;
	color: #050505;
}
.phome8 span{
	font-size: 32px;
	color: #050505;
	margin-right: 5px;
}
.phome9{
	margin-top: 4px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	height: 40px;
	color: #050505;
}
.phome7.on{
	background-color: #FFEEDC;
}
.phome7.on .phome8 span{
	color: #DC3E31;
}
.phome10{
	margin-top: 10px;
	background-color: #FFEEDC;
	padding: 20px;
	width: 100%;
	text-align: center;
}
.phome10 .phome8 span{
	color: #DC3E31;
}
.phome11{
	margin-top: 60px;
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: 500;
	color: #DC3E31;
}
.phome11 img{
	margin-right: 16px;
}
.pHouse{
	border-top: 1px solid #BDC1C2;
	font-size: 0;
}
.pHouse a{
	margin-top: 24px;
	margin-right: 20px;
	display: inline-block;
	width: 145px;
	height: 37px;
	background-color: #F3F3F3;
	border: 1px solid #F3F3F3;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	font-weight: 500;
	color: #050505;
}
.pHouse a:nth-child(6n){
	margin-right: 0;
}
.pHouse a.on{
	border: 1px solid #DC3E31;
	background-color: #ffffff;
}
.pHouse1{
	margin-top: 40px;
	font-size: 18px;
	font-weight: 500;
	color: #050505;
}
.pHouse1 span{
	font-size: 32px;
	color: #DC3E31;
	margin: 0 5px;
}
.pHouse2{
	margin-top: 8px;
}
.pHouse2 ul li{
	list-style-type: none;
	margin-top: 24px;
	padding: 16px;
	border: 1px solid #D8D8D8;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.pHouse3{
	width: 207px;
	margin-right: 20px;
}
.pHouse4{
	font-size: 0;
}
.pHouse5{
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	color: #4E4E4E;
}
.pHouse5 img{
	margin-right: 8px;
}
.pHouse6{
	flex: 1;
}
.pHouse6a{
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
}
.pHouse6b{
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #F82055;
}
.pHouse6c{
	padding-top: 7px;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	border-bottom: 1px solid #D8D8D8
}
.pHouse6d{
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}
.pHouse7{
	margin-left: 40px;
}
.pHouse7a{
	display: block;
	width: 151px;
	height: 32px;
	border: 1px solid #DC3E31;
	text-align: center;
	line-height: 30px;
	background-color: #FFFAF5;
	font-size: 15px;
	font-weight: 500;
	color: #DC3E31;
	border-radius: 2px;
}
.pHouse7b{
	margin-top: 16px;
	display: block;
	width: 151px;
	height: 32px;
	border: 1px solid #DC3E31;
	text-align: center;
	line-height: 30px;
	background-color: #DC3E31;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	border-radius: 2px;
}
.delete{
	cursor: pointer;
}
.delete_tc{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 8px;
	overflow: hidden;
	width: 80%;
	max-width: 690px;
	box-shadow: 0px 4px 21.100000381469727px 0px rgba(0, 0, 0, 0.1);
}
.delete_tc1{
	margin-top: 20px;
	text-align: center;
}
.delete_tc2{
	display: inline-block;
	margin: 0 10px;
	border: 1px solid #5A5A5A;
	width: 151px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	font-weight: 500;
	color: #5A5A5A;
	border-radius: 2px;
}
.delete_tc3{
	display: inline-block;
	margin: 0 10px;
	border: 1px solid #DC3E31;
	width: 151px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	font-weight: 500;
	color: #DC3E31;
	background-color: #FFFAF5;
	border-radius: 2px;
}
.bor{
	border: 1px solid #D8D8D8;
}
.result{
	float: left;
	margin-right: 13px;
	width: calc((100% - 56px)/5);
	border: 1px solid #D9D9D9;
	box-shadow: 0px 4px 4px 0px rgba(206, 160, 160, 0.25);
	padding: 16px 10px 10px;
}
.result:nth-child(5n){
	margin-right: 0;
}
.result1{
	font-size: 0;
	text-align: center;
}
.result2{
	margin-top: 9px;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	color: #000000;
}
.result3{
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #000000;
}
.cHouse{
	border-top: 1px solid #BDC1C2;
	margin-top: 30px;
	padding-top: 30px;
	font-size: 18px;
	font-weight: 500;
	color: #050505;
}
.cHouse span{
	font-size: 32px;
	color: #DC3E31;
	margin: 0 5px;
}
.edit{
	margin-top: 30px;
	padding-top: 40px;
	border-top: 1px solid #BDC1C2;
}
.edit1{
	border-bottom: 1px solid #D9D9D9;
	display: flex;
	align-items: center;
	background-color: #FFEEDC;
}
.edit1 span{
	width: 212px;
	border-right: 1px solid #D9D9D9;
	height: 54px;
	display: flex;
	align-items: center;
	padding: 0 16px;
	font-size: 15px;
	line-height: 15px;
	color: #050505;
}
.edit1 code{
	flex: 1;
	height: 54px;
	padding: 0 16px;
	display: flex;
	align-items: center;
	font-size: 15px;
	line-height: 15px;
	color: #050505;
	background-color: #fff;
}
.edit1 input{
	flex: 1;
	height: 54px;
	padding: 0 16px;
	font-size: 15px;
	line-height: 15px;
	color: #050505;
	/*text-align: left;*/
	background-color: #fff;
	box-sizing: border-box;
}
.clolor{
	background-color: #FFEEDC;
}
.clolor1{
	background-color: #FFEEDC;
}
.edit2{
	margin-top: 30px;
	text-align: center;
}
.edit2 input{
	width: 218px;
	height: 40px;
	border: 1px solid #DC3E31;
	border-radius: 2px;
	background-color: #FFFAF5;
	font-size: 16px;
	font-weight: 500;
	color: #DC3E31;
}
.upload{
	margin-top: 40px;
	font-size: 22px;
	font-weight: 500;
	color: #050505;
}
.upload1{
	margin-top: 27px;
	font-size: 0;
}
.upload1 span{
	display: inline-block;
	width: 190px;
	margin-top: 6px;
	margin-right: 5px;
	height: 37px;
	background-color: #F3F3F3;
	border: 1px solid #F3F3F3;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	font-weight: 500;
	color: #050505;
}
.upload1 span.on{
	border: 1px solid #DC3E31;
	background-color: #ffffff;
}
.upload1 span:nth-child(5n){
	margin-right: 0;
}
.upload2{
	margin-top: 32px;
	font-size: 0;
}
.upload3{
	display: inline-block;
}
.upload3 span{
	display: inline-block;
	position: relative;
	margin-right: 16px;
}
.upload3 span img{
	width: 207px;
	height: 124px;
	border: 1px solid #D9D9D9;
}
.upload3 span img.close1{
	position: absolute;
	right: -7px;
	top: -7px;
	width: 18px;
	height: 18px;
	border: 0;
}
.upload4{
	font-size: 0;
	position: relative;
	display: inline-block;
}
.upload4 input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
}
.upload5{
	margin-top: 32px;
}
.upload5 textarea{
	height: 260px;
	width: 100%;
	border: 1px solid #D8D8D8;
	padding: 16px;
	resize: none;
}
.posi{
	position: relative;
}
.posi1{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); /* 兼容性写法 */
    -webkit-transform: translateZ(0); /* 硬件加速 */
    transform: translateZ(0); /* 硬件加速 */
    position: absolute; /* 创建新的层叠上下文 */
    z-index: 1;
}
.posi2{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 330px;
	height: 121px;
	border: 1px solid #DC3E31;
	background-color: #ffffff;
	padding: 12px 32px 14px;
}
.posi3{
	font-size: 0;
	text-align: center;
}
.posi4{
	margin-top: 8px;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
}
.consult{
	margin-top: 32px;
	margin-bottom: 32px;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}
.consult input{
	width: 26px;
	height: 26px;
	margin-right: 13px;
}
.consult a{
	display: inline-block;
	margin-left: 24px;
	width: 103px;
	height: 32px;
	border: 1px solid #B0B0B0;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	line-height: 30px;
	color: #050505;
}
.consult1{
	margin-top: 24px;
	padding: 16px 13px;
	border: 1px solid #D8D8D8;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.consult1.on{
	border: 1px solid #DC3E31;
}
.consult2{
	font-size: 0;
	margin: 4px 26px 4px 0;
}
.consult2 input{
	width: 26px;
	height: 26px;
}
.consult2 span{
	display: block;
	margin-top: 20px;
	border: 1px solid #D8D8D8;
	font-size: 16px;
	font-weight: 500;
	width: 26px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	color: #000000;
}
.consult3{
	flex: 1;
}
.consult4{
	margin: 4px 0;
	font-size: 15px;
	line-height: 24px;
	color: #000000;
	display: flex;
	align-items: flex-start;
}
.consult4 span{
	font-weight: 500;
	display: inline-block;
	width: 102px;
}
.consult4 code{
	flex: 1;
	font-family: inherit;
}
.chome2{
	margin-top: 24px;
	border-bottom: 2px solid #DC3E31;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.chome2 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 186px;
	height: 57px;
	background-color: #FFEEDC;
	border-radius: 2px 2px 0 0;
	font-size: 18px;
	color: #050505;
}
.chome2 a span{
	font-size: 14px;
}
.chome2 a.on{
	background-color: #DC3E31;
	font-weight: 500;
	color: #ffffff;
}
.chome3 {
    width: 176px;
    padding: 10px;
    background-color: #F3F3F3;
}
.chome3.on {
    background-color: #FFEEDC;
}
.chome3.on .phome8 span {
    color: #DC3E31;
}
.cedit {
	margin-top: 30px;
	padding-top: 1px;
	border-top: 1px solid #BDC1C2;
}
.chouse{
	margin-top: 28px;
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: 500;
	color: #DC3E31;
	padding-bottom: 20px;
	border-bottom: 1px solid #BDC1C2;
}
.chouse img{
	margin-right: 16px;
}
.cconsult{
	font-size: 0;
	width: 207px;
	margin-right: 20px;
}
.pHouse7 span{
	display: block;
	margin-bottom: 20px;
	text-align: right;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #050505;
}
.pHouse7 span code{
	vertical-align: middle;
	display: inline-block;
	margin-left: 20px;
	width: 58px;
	height: 26px;
	border-radius: 13px;
	background-color: #D8D8D8;
	position: relative;
}
.pHouse7 span code::before{
	content: '';
	position: absolute;
	left: 1px;
	top: 1px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #ffffff;
}
.pHouse7 span code.on{
	background-color: #32BB71;
}
.pHouse7 span code.on::before{
	left: auto;
	right: 1px;
}
.cconsult1 {
    margin-top: 24px;
    padding: 16px 13px;
    border: 1px solid #D8D8D8;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.nnSearch{
    width: 24px;
    margin-right: 10px;
}


