@charset "utf-8";
/*html5*/
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,  iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none ;}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
/*textarea,*/
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
input{border:none;  outline:medium;}
*{box-sizing: border-box;}
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;}

body textarea{overflow-y:scroll;}

.contain{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.header{
	padding: 6px 0;
}
.header1{
	zoom: 1;
	position: relative;
}
.header1:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.logo{
	float: left;
	font-size: 0;
	margin-top: 12px;
}
.logo img{
	height: 40px;
}
.search{
	margin-top: 12px;
	float: left;
	margin-left: 72px;
	border: 1px solid #e6e6e6;
	border-radius: 20px;
	overflow: hidden;
	width: 440px;
	background-color: #ededed;
	height: 40px;
}
.searchi{
	float: left;
	width: calc(100% - 50px);
	height: 38px;
	padding: 0 16px;
	font-size: 14px;
	background-color: #ededed;
}
.searchii{
	float: left;
	width: 50px;
	height: 38px;
	background: url(../img/search.png) #ededed center no-repeat;
}
.tbutt{
	float: right;
	display: flex;
	align-items: center;
}
.tbutt1{
	margin-right: 13px;
}
.tbutt1 a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 66px;
	width: 66px;
	overflow: hidden;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 4px solid #fcf4f7;
}
.language{
	display: flex;
	align-items: center;
}
.language a{
	padding: 0 8px;
	height: 30px;
	background-color: #f6758b;
	border-radius: 15px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #ffffff;
}
.language a img{
	margin-right: 5px;
}
.lan_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
}


.tips_tcz{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
}


.lan_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #ffffff;
	border-radius: 20px;
	padding: 10px 30px 30px;
	width: 80%;
	max-width: 600px;
}
.lan_close{
	position: absolute;
	right: -16px;
	top: -16px;
	font-size: 0;
}
.lan_tc2 a{
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	border-radius: 25px;
	margin-top: 20px;
	background-color: #666;
	color: #ffffff;
}
.banner{
	font-size: 0;
}
.banner a{
	font-size: 0;
}
.banner .swiper-pagination{
	bottom: 17px;
}
.banner .swiper-pagination-bullet{
	background-color: #f7788c;
	opacity: 1;
	width: 14px;
	height: 14px;
	margin-right: 20px !important;
	border-radius: 7px;
}
.banner .swiper-pagination-bullet-active{
	width: 56px;
}
.tips{
	margin-top: 35px;
}
.tips1{
	background-color: #faf6ed;
	padding: 16px 14px;
	border-radius: 5px;
}
.tips2{
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	color: #f9768d;
	font-weight: bold;
	line-height: 20px;
}
.tips2 img{
	margin-top: 3px;
	margin-right: 14px;
}
.tips3{
	margin-top: 5px;
	padding-left: 32px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	text-indent: 2rem;
}
.about{
	margin-top: 50px;
}
.about1{
	position: relative;
}
.about2{
	width: 62%;
	max-width: 745px;
}
.about3{
	font-size: 30px;
	color: #dbdbdb;
	line-height: 48px;
}
.about4{
	margin-top: 20px;
	font-size: 30px;
	color: #f7788c;
	font-weight: bold;
}
.about5{
	margin-top: 30px;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}
.about5 span{
	color: #f7788c;
}
.aboutimg{
	font-size: 0;
	position: absolute;
	left: 64%;
	top: 0;
	width: 65%;
}
.scheme{
	margin-top: 100px;
	background: url(../img/scheme_bg.png) no-repeat;
	padding: 96px 0 150px;
	background-size: cover;
}
.scheme1{
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.scheme1 span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 16px;
	width: 339px;
	height: 2px;
	background-color: #ffffff;
}
.scheme2{
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-top: 20px;
}
.scheme3{
	margin-top: 80px;
	padding: 0 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.scheme5{
	font-size: 0;
	text-align: center;
}
.scheme6{
	margin-top: 20px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.tjys{
	padding: 70px 0;
}
.tjys1{
	font-size: 30px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.tjys1 span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 16px;
	width: 339px;
	height: 2px;
	background-color: #a0a0a0;
}
.tjys2{
	font-size: 14px;
	color: #999999;
	text-align: center;
	margin-top: 20px;
}
.tjys3{
	margin-top: 15px;
}
.tjys3 ul{
	overflow: hidden;
}
.tjys3 ul li{
	list-style-type: none;
	float: left;
	margin-top: 25px;
	width: calc((100% - 120px)/4);
	margin-right: 40px;
	overflow: hidden;
}
.tjys3 ul li:nth-child(4n){
	margin-right: 0;
}
.tjys4{
	background-color: #f7788c;
	padding: 16px 0;
	border-radius: 9px 9px 0 0;
}
.tjys5{
	font-size: 0;
	text-align: center;
}
.tjys5 img{
	width: 115px;
	height: 115px;
	border-radius: 50%;
}
.tjys6{
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	margin-top: 12px;
}
.tjys7{
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 1;
	margin-top: 10px;
}
.tjys8{
	padding: 20px 10px;
	border: 2px solid #eaeaea;
	background-color: #fff;
	border-radius: 0 0 9px 9px;
	border-top: 0;
}
.tjys9{
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 25px;
	height: 50px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.tjys10{
	margin-top: 16px;
	text-align: center;
}
.tjys10 a{
	display: inline-block;
	width: 132px;
	height: 37px;
	border-radius: 18px;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #f7788c;
	border: 1px solid #f7788c;
}
.tjys10 a:hover{
	border: 1px solid #c19d8d;
	background-color: #c19d8d;
	color: #ffffff;
}
.more{
	margin-top: 45px;
	text-align: center;
}
.more a{
	display: inline-block;
	width: 168px;
	height: 48px;
	border-radius: 24px;
	background-color: #f7788c;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
}
.tjbm{
	background-color: #f7f7f7;
	padding: 70px 0 90px;
}
.tjbm1{
	margin-top: 15px;
}
.tjbm1 ul{
	overflow: hidden;
}
.tjbm1 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 110px)/3);
	margin-right: 55px;
	margin-top: 25px;
}
.tjbm1 ul li:nth-child(3n){
	margin-right: 0;
}
.tjbm2{
	font-size: 0;
}
.tjbm2 img{
	border-radius: 9px 9px 0 0;
}
.tjbm3{
	background-color: #fff;
	padding: 1px 20px 16px;
	border: 1px solid #dddddd;
	border-top: 0;
	border-radius: 0 0 9px 9px;
}
.tjbm4{
	margin-top: -50px;
	display: flex;
	align-items: flex-end;
}
.tjbm5{
	font-size: 0;
	margin-right: 10px;
}
.tjbm5 img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.tjbm6{
	font-size: 12px;
	color: #000000;
	padding-bottom: 10px;
}
.tjbm6 span{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-right: 16px;
}
.tjbm7{
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	height: 50px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.tjbm8{
	margin-top: 10px;
}
.tjbm8 a{
	display: block;
	width: 75px;
	height: 28px;
	border-radius: 14px;
	background-color: #f7788c;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 28px;
}
.qtfw{
	padding: 60px 0 50px;
}
.qtfw1{
	margin-top: 35px;
}
.qtfw1 .swiper{
	padding: 55px 0 60px;
}
.qtfw1 .swiper-pagination{
	bottom: 10px;
}
.qtfw1 .swiper-pagination-bullet{
	background-color: #f7788c;
	opacity: 1;
	width: 14px;
	height: 14px;
	margin-right: 20px !important;
	border-radius: 7px;
}
.qtfw1 .swiper-pagination-bullet-active{
	width: 56px;
}
.qtfw2{
	padding: 1px 12px 27px;
	background-color: #f7f7f7;
	position: relative;
	border-radius: 5px;
}
.qtfw3{
	margin: -48px auto 0;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background-color: #ffffff;
	box-shadow: 0 0 10px #e8e8e8;
}
.qtfw3 img{
	width: 95px;
	height: 95px;
	border-radius: 50%;
}
.qtsign{
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px 0 5px 0;
	width: 95px;
	height: 36px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 36px;
	background-color: #f7788c;
}
.qtfw4{
	margin-top: 10px;
	font-size: 18px;
	text-align: center;
	color: #333333;
	font-weight: bold;
}
.qtfw5{
	margin-top: 5px;
	font-size: 14px;
	text-align: center;
	color: #333333;
}
.qtfw6{
	margin-top: 9px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	height: 75px;
	text-indent: 2rem;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.qtfw7{
	margin-top: 20px;
	text-align: center;
}
.qtfw7 a{
	display: inline-block;
	width: 132px;
	height: 37px;
	border-radius: 18px;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #f7788c;
	border: 1px solid #f7788c;
}
.qtfw7 a:hover{
	border: 1px solid #c19d8d;
	background-color: #c19d8d;
	color: #ffffff;
}
.footer{
	padding: 56px 0 36px;
	border-bottom: 1px solid #4f4f4f;
	background-color: #222222;
}
.footer1{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.footer2{
	max-width: 540px;
}
.footer3{
	font-size: 0;
}
.footer4{
	margin-top: 20px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 28px;
}
.footer5{

}
.footer6{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.footer7{
	margin-top: 20px;
	font-size: 0;
}
.footer7 a{
	margin-right: 20px;
}
.beian{
	background-color: #222222;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 49px;
}
.wap{
	display: none;
}
.search_m{
	float: right;
	margin: 8px 8px;
}
.fwdt{
	background-color: #f4f4f4;
	padding: 30px 0 50px;
}
.item{
	border-radius: 9px;
	overflow: hidden;
}
.item1{
	background-color: #ffffff;
	padding: 3px 20px 20px;
}
.item2{
	display: flex;
	align-items: flex-start;
}
.item3{
	margin-top: 14px;
	font-size: 14px;
	color: #000000;
	line-height: 28px;
	margin-right: 10px;
}
.item4{
	flex: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.item4 a{
	margin-right: 15px;
	margin-top: 14px;
	border-radius: 5px;
	padding: 0 16px;
	line-height: 28px;
	font-size: 14px;
	color: #000000;
	background-color: #f4f4f4;
}
.item4 a.on{
	background-color: #f6758b;
	color: #ffffff;
}
.item5{
	padding: 10px 0;
	background-color: #e6e6e6;
	text-align: center;
}
.item5 a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 97px;
	height: 30px;
	border: 1px solid #f6758b;
	border-radius: 5px;
	font-size: 14px;
	color: #f6758b;
}
.item5 a img{
	margin-left: 5px;
}
.filter{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.filter1{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #333333;
}
.filter1 input{
	margin: 0 5px;
	width: 127px;
	height: 30px;
	border-radius: 5px;
	background-color: #fff;
}
.filter2 select{
	outline: none;
	height: 30px;
	background-color: #fff;
	border-radius: 5px;
	padding: 0 10px;
	margin-left: 12px;
	border: none;
}
.nomore{
	margin-top: 60px;
	font-size: 16px;
	color: #999999;
	text-align: center;
}
.nomore span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px;
	width: 359px;
	height: 1px;
	background-color: #c8c8c8;
}
.fwmess{
	background: url(../img/messbg.png) no-repeat;
	background-size: cover;
	padding: 95px 0 80px;
}
.fwmess1{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.fwmess2{
	display: flex;
	align-items: flex-start;
}
.fwmess3{
	font-size: 0;
	margin-right: 40px;
}
.fwmess3 img{
	width: 170px;
	height: 170px;
	border-radius: 50%;
}
.fwmess5{
	margin-top: 16px;
	font-size: 14px;
	color: #ffffff;
}
.fwmess6{
	margin-top: 6px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
}
.fwmess7{
	margin-top: 10px;
	font-size: 18px;
	color: #ffffff;
	display: flex;
	align-items: center;
}
.fwmess7 img{
	margin-left: 12px;
}
.fwmess8{
	margin-top: 16px;
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
	display: inline-flex;
	align-items: center;
}
.fwmess8 span{
	display: inline-flex;
	align-items: center;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.fwmess8 span:last-child{
	border-right: 0;
}
.fwmess8 span img{
	margin-right: 5px;
}
.fwmess9{
	margin-top: 32px;
}
.fwmess9 a{
	display: inline-flex;
	align-items: center;
	padding: 0 5px;
	height: 25px;
	background-color: #20c063;
	border-radius: 5px;
	font-size: 12px;
	color: #ffffff;
	margin-right: 6px;
}
.fwmess9 a img{
	margin-right: 6px;
}
.fwmess11{
	text-align: right;
}
.fwmess11 span{
	display: inline-block;
	width: 165px;
	height: 28px;
	background-color: #fbb631;
	border-radius: 5px;
	font-size: 12px;
	color: #000000;
	text-align: center;
	line-height: 28px;
}
.fwmess12{
	margin-top: 90px;
	font-size: 14px;
	color: #ffffff;
}
.fwmess12 span{
	font-size: 30px;
	font-weight: bold;
}
.fwxq{
	padding: 45px 0;
	background-color: #f4f4f4;
}
.fwxq1{
	overflow: hidden;
}
.fwxq2{
	width: 66.666%;
	float: left;
}
.title{
	font-size: 18px;
	color: #000000;
	padding-left: 10px;
	border-left: 4px solid #f6758b;
	line-height: 25px;
	font-weight: bold;
}
.fwxq3{
	margin: 20px 0 40px;
	background-color: #ffffff;
	padding: 25px;
	border-radius: 9px;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.fwxq4{
	font-size: 0;
	margin-top: 17px
}
.fwxq4 img{
	margin-top: 17px;
	width: calc((100% - 35px)/2);
	margin-right: 35px;
}
.fwxq4 img:nth-child(2n){
	margin-right: 0;
}
.mt36{
	margin-top: 36px;
}
.page{
	margin-top: 50px;
	text-align: center;
	font-size: 0;
}
.page a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 40px;
	border: 1px solid #c6c6c6;
	background-color: #ffffff;
	font-size: 16px;
	color: #666666;
	border-radius: 3px;
	margin: 0 7px;
}
.page a.on{
	background-color: #f6758b;
	border: 1px solid #f6758b;
	color: #ffffff;
}
.fwxqpj{
	margin-top: 20px;
	background-color: #ffffff;
	padding: 12px 20px 36px;
	border-radius: 9px;
}
.fwxqpj1{
	border: 1px solid #d2d2d2;
	padding: 0 10px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fwxqpj2{
	display: flex;
	align-items: center;
}
.fwxqpj2 label{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666666;
	margin-right: 12px;
}
.fwxqpj2 label input{
	margin-right: 10px;
}
.fwxqpj3{
	position: relative;
}
.fwxqpj4{
	width: 80px;
	height: 30px;
	border: 1px solid #dddddd;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #666666;
}
.fwxqpj4 img{
	margin-left: 5px;
}
.fwxqpj5{
	display: none;
	position: absolute;
	left: 0;
	top: calc(100% + 4px);
	width: 100%;
	border: 1px solid #f6f6f6;
	border-radius: 5px;
	background-color: #ffffff;
}
.fwxqpj5 a{
	display: block;
	font-size: 14px;
	color: #4b4b4b;
	line-height: 32px;
	text-align: center;
}
.fwxqpj5 a.on{
	background-color: #f6758b;
	color: #ffffff;
}
.fwlist ul li{
	margin-top: 32px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eeeeee;
}
.fwlist1{
	font-size: 16px;
	color: #1e1e1e;
}
.fwlist2{
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fwlist2 span{
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #333333;
	width: 33%;
}
.fwlist2 span img{
	margin-left: 6px;
}
.fwlist3{
	margin-top: 12px;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}
.fwlist4{
	font-size: 0;
}
.fwlist4 img{
	margin: 15px 15px 0 0;
}
.fwlist5{
	margin-top: 15px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #bbbbbb;
}
.fwlist5 img{
	margin-right: 6px;
}
.page1{
	margin-top: 36px;
	text-align: center;
}
.page1 a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #000000;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	margin: 0 2px;
}
.page1 a.on{
	background-color: #f6758b;
	color: #ffffff;
}
.xqyb{
	float: right;
	width: 30.75%;
}
.pljs{
	border: 1px solid #dddddd;
	border-radius: 9px;
	background-color: #ffffff;
}
.pljs1{
	padding: 25px 25px 30px;
	border-bottom: 2px solid #dddddd;
}
.pljs2{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #000000;
}
.pljs2 img{
	margin-right: 8px;
}
.pljs3{
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	color: #000000;
}
.pljs3 i{
	font-size: 25px;
	color: #5aca68;
	font-weight: bold;
}
.pljs5{
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #999999;
}
.pljs5 span{
	font-size: 18px;
	color: #4b4b4b;
}
.pljs6{
	margin-top: 5px;
	position: relative;
	height: 9px;
	border-radius: 4px;
	background-color: #f2f2f2;
	font-size: 0;
}
.pljs6 span{
	position: absolute;
	left: 0;
	top: 0;
	height: 9px;
	border-radius: 4px;
	background-color: #5aca68;
}
.pljs7{
	padding: 25px 25px 30px;
}
.pljs8{
	margin-top: 20px;
}
.pljs9{
	font-size: 16px;
	color: #999999;
	line-height: 33px;
	display: flex;
	align-items: center;
}
.pljs9 img{
	margin-right: 12px;
}
.xqbutt{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
	background-color: #ffffff;
	padding: 20px 0;
}
.xqbutt1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.xqbutt2{
	font-size: 0;
	margin-right: 12px;
}
.xqbutt2 img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.xqbutt3{
	flex: 1;
}
.xqbutt3 a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	font-size: 16px;
	color: #ffffff;
	border-radius: 30px;
	background-color: #f6758b;
}
.xqbutt3 a img{
	margin-right: 8px;
}
.xqbutt4{
	margin-left: 30px;
}
.xqbutt4 a{
	width: 120px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #f6758b;
	font-weight: bold;
	border: 2px solid #f6758b;
	border-radius: 30px;
}
.zftc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 96;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.zftc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 86%;
	max-width: 1111px;
	height: 80%;
	overflow: hidden;
	border-radius: 20px;
	background-color: #ffffff;
}
.zftc_close{
	position: absolute;
	right: 16px;
	top: 16px;
	font-size: 0;
}
.zftc2{
	height: calc(100% - 110px);
	overflow-y: scroll;
	padding: 50px 36px 40px;
}
.zftc2::-webkit-scrollbar {
	width: 0;
}
.zftc2::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 0 rgba(216,216,216,0.11);
	background: rgba(216,216,216,0.11);
}
.zftc2::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0 rgba(216,216,216,0.11);
	border-radius: 10px;
	background: rgba(216,216,216,0.02);
}
.zftc3{
	font-size: 30px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
.zftc4{
	margin-top: 20px;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}
.zftc5{
	padding: 22px 0;
	background-color: #eeeeee;
	text-align: center;
}
.zftc5 a{
	display: inline-block;
	width: 80%;
	max-width: 446px;
	height: 66px;
	border-radius: 9px;
	background-color: #f6758b;
	text-align: center;
	line-height: 66px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.main{
	background-color: #f6758b;
	padding: 16px 0 36px;
}
.yyfw{
	display: flex;
	justify-content: space-between;
}
.yyfw1{
	float: left;
	width: 67.6%;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 25px 10px;
}
.yyfw2{
	font-size: 16px;
	color: #1a1a1a;
	display: flex;
	align-items: center;
	padding: 0 9px 20px;
	border-bottom: 1px solid #f4f4f4;
}
.yyfw2 span{
	width: 3px;
	height: 14px;
	background-color: #f6758b;
	margin-right: 12px;
}
.yyfw3{
	padding: 0 25px;
	margin-top: 20px;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.yycontact{
	margin-top: 14px;
	background-color: #ffffff;
	padding: 25px 16px 36px;
	border-radius: 10px;
}
.yytitle{
	position: relative;
	font-size: 16px;
	color: #1a1a1a;
	display: flex;
	align-items: center;
	padding: 0 0 20px;
	border-bottom: 1px solid #f4f4f4;
}
.yytitle span{
	width: 3px;
	height: 14px;
	background-color: #f6758b;
	margin-right: 12px;
}
.yytitle a{
	position: absolute;
	right: 16px;
	top: 0;
	color: #0071da;
}
.yycontact1{
	margin-top: 27px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.yycontact2{
	display: flex;
	align-items: flex-start;
	width: calc((100% - 40px)/2);
}
.yycontact3{
	font-size: 14px;
	color: #1a1a1a;
	line-height: 30px;
	text-align: right;
	width: 110px;
	margin-right: 10px;
}
.yycontact4{
	flex: 1;
}
.yycontact4 input{
	width: 100%;
	height: 30px;
	padding: 0 16px;
	border-radius: 5px;
	background-color: #f4f4f4;
	font-size: 14px;
}
.yycontact4 textarea{
	width: 100%;
	min-height: 102px;
	padding: 10px 16px;
	font-size: 14px;
	border-radius: 5px;
	background-color: #f4f4f4;
	resize: none;
	border: none;
}
.yycontact4 select{
	width: 155px;
	height: 30px;
	border-radius: 5px;
	font-size: 14px;
	background-color: #f4f4f4;
	outline: none;
	border: none;
	text-align: center;
	text-align-last: center;
}
.yycontact5{
	margin-top: 20px;
	display: flex;
	align-items: flex-start;
}
.yycontact6{
	flex: 1;
	display: flex;
	align-items: flex-start;
}
.yycontact6 select{
	width: 155px;
	height: 30px;
	border-radius: 5px;
	font-size: 14px;
	background-color: #f4f4f4;
	outline: none;
	border: none;
	text-align: center;
	text-align-last: center;
}
.yycontact6 span{
	width: 65px;
	line-height: 30px;
	text-align: right;
	padding-right: 9px;
}
.yycontact6 input{
	width: 595px;
	height: 30px;
	border-radius: 5px;
	font-size: 14px;
	padding: 0 16px;
	background-color: #f4f4f4;
	border: none;
}
.yycontact7{
	margin-top: 20px;
	display: flex;
	align-items: flex-start;
}
.yytips{
	margin-top: 11px;
	background-color: #f3a90b;
	padding: 0 13px;
	height: 40px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	font-size: 14px;
	color: #333333;
}
.yytips img{
	margin-right: 8px;
}
.yytips1{
	position: relative;
	margin: 28px auto 0;
	width: 100%;
	max-width: 683px;
	min-height: 119px;
	border: 1px dashed #cccccc;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.yytips2{
	text-align: center;
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.yytips2 img{
	display: block;
	margin: 0 auto;
}
.yytips1 > input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	opacity: 0;
}
.yyxx{
	flex: 1;
}
.yyxx input{
	width: 189px;
	height: 30px;
	border-radius: 5px;
	padding: 0 10px;
	border: 1px solid #e5e5e5;
	text-align: center;
}
.yyxx select{
	width: 189px;
	height: 30px;
	border-radius: 5px;
	padding: 0 10px;
	border: 1px solid #e5e5e5;
	outline: none;
	text-align: center;
	text-align-last: center;
}
.yyzhxx{
	margin-top: 12px;
	padding: 0 20px;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
.yysczm{
	margin: 22px 13px 0;
	font-size: 0;
	position: relative;
	width: 108px;
	height: 108px;
}
.yysczm img{
	width: 100%;
	height: 100%;
}
.yysczm input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	opacity: 0;
}
.yytj{
	margin-top: 20px;
	background-color: #ffffff;
	padding: 15px 30px;
	border-radius: 10px;
	text-align: right;
}
.yytj input{
	width: 167px;
	height: 48px;
	border-radius: 24px;
	background-color: #f6758b;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.login{
	margin: 60px auto 120px;
	max-width: 600px;
	border-radius: 10px;
	overflow: hidden;
}
.login1{
	background: url(../img/loginbg.png) no-repeat;
	background-size: cover;
	padding: 35px 30px;
}
.login2{
	font-size: 24px;
	color: #da3d58;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	position: relative;
	border-bottom: 2px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 20px;
}
.login2:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -3px;
	transform: translateX(-50%);
	width: 51px;
	height: 4px;
	background-color: #da3d58;
}
.login3{
	background-color: #ffffff;
	padding: 27px 56px 36px;
}
.login4{
	background-color: #f2f2f2;
	padding: 6px;
	height: 49px;
	border-radius: 24px;
	margin: 0 auto;
	max-width: 280px;
	display: flex;
	align-items: center;
}
.login4 a{
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #2f3133;
	border-radius: 19px;
}
.login4 a img{
	margin-right: 6px;
}
.logimga{
	display: none;
}
.login4 a.on{
	background-color: #f6758b;
	color: #ffffff;
}
.login4 a.on .logimg{
	display: none;
}
.login4 a.on .logimga{
	display: block;
}
.login5{
	margin-top: 25px;
}

.login5c{
	margin-top: 25px;
}


.login5 input{
	width: 100%;
	background: url(../img/logicon.png) #f8f8f8 no-repeat;
	background-position: 19px center;
	padding: 0 16px 0 60px;
	height: 50px;
	border-radius: 25px;
}

.login5c input{
	width: 100%;
	background: url(../img/pwd.png) #f8f8f8 no-repeat ;
	background-position: 19px center;
	padding: 0 16px 0 60px;
	height: 50px;
	border-radius: 25px;
}

.login6{
	margin-top: 25px;
	display: flex;
	align-items: center;
}
.login6 input{
	width: calc(100% - 167px);
	background: url(../img/logicon1.png) #f8f8f8 no-repeat;
	background-position: 19px center;
	padding: 0 16px 0 60px;
	height: 50px;
	border-radius: 25px;
}
.login6 a{
	margin-left: 12px;
	width: 155px;
	height: 50px;
	background-color: #fbe9ec;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #f6758b;
	font-size: 14px;
	color: #f6758b;
}
.login7{
	margin-top: 25px;
}
.login7 input{
	width: 100%;
	height: 50px;
	border-radius: 25px;
	background-color: #f6758b;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}
.address{
	font-size: 15px;
	color: #ffffff;
}
.address a{
	color: #ffffff;
}
.pmess{
	overflow: hidden;
	margin-top: 25px;
}
.pleft{
	float: left;
	width: 15%;
}
.pleft1{
	border: 1px solid #ececec;
	border-radius: 10px;
	background-color: #ffffff;
	padding: 12px 0 20px;
}
.pleft1 ul li{
	margin-top: 16px;
	position: relative;
	padding: 0 16px;
}
.pleft1 ul li a{
	display: flex;
	align-items: center;
	padding: 0 16px;
	font-size: 16px;
	color: #333333;
	height: 47px;
	border-radius: 9px;
}
.pleft1 ul li a span{
	font-size: 0;
	width: 30px;
	line-height: 1;
}
.pleicona{
	display: none;
}
.pleft1 ul li.on:before{
	content: '';
	position: absolute;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 36px;
	background-color: #ee7b8c;
	border-radius: 2px;
}
.pleft1 ul li.on a{
	background-color: #ee7b8c;
	color: #ffffff;
}
.pleft1 ul li.on .pleicon{
	display: none;
}
.pleft1 ul li.on .pleicona{
	display: block;
}
.pright{
	float: right;
	width: 82%;
}
.myorder{
	border: 1px solid #ececec;
	border-radius: 10px;
	background-color: #ffffff;
	padding: 36px 32px;
}
.orderTitle{
	font-size: 18px;
	color: #f6758b;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 16px;
	position: relative;
	border-bottom: 1px solid #bfbfbf;
}
.orderTitle:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 79px;
	height: 4px;
	background-color: #f6758b;
}
.orderItem{
	margin-top: 20px;
}
.orderItem a{
	display: inline-block;
	line-height: 36px;
	border-bottom: 3px solid #ffffff;
	font-size: 16px;
	color: #22292e;
	margin-right: 36px;
}
.orderItem a.on{
	font-weight: bold;
	color: #f6758b;
	border-bottom: 3px solid #f6758b;
}
.orderSx{
	margin-top: 36px;
}
.orderSx select{
	font-size: 16px;
	color: #000000;
	outline: none;
	width: 213px;
	height: 42px;
	border: 1px solid #7d7d7d;
	padding: 0 20px;
}
.orderList ul li{
	margin-top: 25px;
	border-radius: 10px;
	overflow: hidden;
}
.orderList1{
	height: 47px;
	padding: 0 36px 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f6758b;
}
.orderList2{
	flex: 1;
	font-size: 15px;
	color: #ffffff;
}
.orderList3{
	margin-left: 20px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #ffffff;
}
.orderList3 span{
	font-size: 0;
	position: relative;
	margin: 0 3px;
}
.orderList3 span code{
	display: none;
	position: absolute;
	font-family: inherit;
	left: 50%;
	top: calc(100% + 9px);
	transform: translateX(-50%);
	font-size: 12px;
	color: #666666;
	line-height: 30px;
	white-space: nowrap;
	padding: 0 12px;
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
}
.orderList3 span code img{
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.orderList3 span:hover code{
	display: block;
}
.orderList4{
	font-size: 18px;
	color: #fefefe;
	font-weight: bold;
	margin-left: 90px;
}
.orderList5{
	background-color: #eeeeee;
}
.orderList6{
	display: flex;
}
.orderList7{
	width: 52%;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 23px 14px;
	display: flex;
	align-items: center;
}
.orderList7a{
	font-size: 0;
	margin-right: 25px
}
.orderList7a img{
	width: 96px;
	height: 96px;
	border-radius: 50%;
}
.orderList7b{
	flex: 1;
}
.orderList7b1{
	font-size: 16px;
	color: #333333;
}
.orderList7b1 span{
	font-size: 24px;
	color: #000000;
}
.orderList7b1 img{
	width: 28px;
}
.orderList7b2{
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
}
.orderList8{
	width: 24%;
	padding-left: 20px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.orderList9{
	width: 24%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ffffff;
	padding: 0 40px;
}
.orderList9 a{
	width: 100%;
	text-align: right;
	font-size: 16px;
}
.cancle{
	color: #ff002c;
}
.success{
	color: #0d5cbd;
}
.pj{
	color: #0d5cbd;
}
.orderList10{
	font-size: 16px;
	color: #333333;
	padding: 0 16px;
	line-height: 60px;
}
.back a{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.back a img{
	margin-right: 10px;
}
.pjcontent{
	padding: 10px 80px 60px;
	margin-top: 25px;
	border-radius: 10px;
	background-color: #ffffff;
}
.pjcontent1{
	margin-top: 20px;
	display: flex;
	align-items: flex-start;
}
.pjcontent2{
	width: 86px;
	font-size: 14px;
	color: #3c3c3c;
}
.pjcontent3{
	flex: 1;
}
.pjcontent4{
	background-color: #f7e7e9;
	border-radius: 5px;
}
.pjcontent5{
	display: flex;
}
.pjcontent6{
	font-size: 16px;
	color: #333333;
	padding: 0 20px;
	line-height: 60px;
}
.pjcontent7{
	display: flex;
	align-items: center;
	font-size: 0;
}
.pjcontent7 span{
	margin-right: 6px;
}
.ckecked{
	display: none;
}
.pjcontent7 span.on .unckecked{
	display: none;
}
.pjcontent7 span.on .ckecked{
	display: block;
}
.pjcontent8 textarea{
	width: 100%;
	min-height: 133px;
	padding: 10px 19px;
	background-color: #f4f4f4;
	border-radius: 5px;
	border: none;
	font-family: inherit;
	resize: none;
}
.pjcontent9{
	font-size: 0;
}
.pjcontent9 span{
	position: relative;
	display: inline-block;
	margin: 0 20px 20px 0;
}
.pjcontent9 input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	opacity: 0;
}
.pjcontent9 img{
	width: 90px;
	height: 90px;
}
.pjcontent9 img.delete{
	position: absolute;
	right: -10px;
	top: -10px;
	width: 21px;
	height: 21px;
}

.bmxxbjc img.delete {
	position: absolute;
	/* right: 0; */
	/* top: 0; */
	width: 21px;
	height: 21px;
}
.bmxxbjc span{

	padding-right: 20px;
}



.pjcontent10 input{
	width: 202px;
	height: 45px;
	border-radius: 5px;
	background-color: #f6758b;
	font-size: 16px;
	color: #ffffff;
}
.messitem{
	margin-top: 14px;
	text-align: center;
	font-size: 0;
}
.messitem a{
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	width: 133px;
	height: 44px;
	border-radius: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ffffff;
	margin: 0 30px;
}
.messitem a.on{
	color: #f6758b;
	background-color: #ffffff;
}
.message{
	margin-top: 27px;
}
.message ul li{
	list-style-type: none;
	margin-top: 12px;
	position: relative;
	padding: 20px;
	border-radius: 5px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.message1{
	display: flex;
	align-items: center;
}
.message2{
	font-size: 0;
	margin-right: 12px;
}
.message2 img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.message3{
	font-size: 24px;
	color: #000000;
	margin-right: 15px;
}
.message4{
	font-size: 16px;
	color: #333333;
	margin-right: 50px;
}
.message5{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333333;
}
.message5 img{
	width: 24px;
}
.message6 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 44px;
	border-radius: 22px;
	background-color: #f6758b;
	font-size: 16px;
	color: #ffffff;
}
.message6 a img{
	margin-right: 8px;
}
.page2{
	margin-top: 36px;
	text-align: center;
}
.page2 a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #ffffff;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	margin: 0 2px;
}
.page2 a.on{
	background-color: #ffffff;
	color: #f6758b;
}
.messtc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
}
.messtc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #ffffff;
	border-radius: 20px;
	padding: 10px 30px 30px;
	width: 80%;
	max-width: 600px;
}
.mess_close{
	position: absolute;
	right: -16px;
	top: -16px;
	font-size: 0;
}
.messtc2{
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	margin-top: 20px;
	color: #333333;
}
.yhgrzx{
	background-color: #ffffff;
	padding: 30px;
	border: 1px solid #ececec;
	border-radius: 10px;
	margin-bottom: 60px;
	position: relative;
}
.yhgrzx1{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 16px;
	position: relative;
	border-bottom: 1px solid #bfbfbf;
	display: flex;
	align-items: center;
}
.yhgrzx1:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 120px;
	height: 4px;
	background-color: #f6758b;
}
.yhgrzx1 img{
	margin-right: 9px;
	margin-left: 5px;
}
.yhgrzx2{
	margin-top: 40px;
	font-size: 0;
	text-align: center;
}
.yhgrzx2 img{
	width: 86px;
	height: 86px;
	border-radius: 50%;
}
.yhgrzx3{
	margin: 13px auto 0;
	font-size: 12px;
	color: #ffffff;
	width: 83px;
	height: 23px;
	border-radius: 3px;
	background-color: #ee7b8c;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.yhgrzx3 img{
	margin-right: 5px;
}
.yhgrzx3 input{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.yhgrzx4{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.yhgrzx4a{
	font-size: 14px;
	color: #ee7b8c;
	margin-right: 16px;
}
.yhgrzx4b{
	flex: 1;
	height: 2px;
	background-color: #f5f5f5;
}
.yhgrzx4c{
	margin-left: 16px;
}
.yhgrzx4c a{
	font-size: 14px;
	color: #ee7b8c;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.yhgrzx4c a img{
	margin-right: 9px;
}
.yhgrzx5{
	margin-top: 10px;
}
.yhgrzx6{
	margin-top: 10px;
	display: flex;
	align-items: flex-start;
}
.yhgrzx7{
	width: 164px;
	text-align: right;
	margin-right: 16px;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}
.yhgrzx8{
	font-size: 14px;
	color: #010101;
	line-height: 30px;
	display: flex;
	align-items: center;
	max-width: 600px;
	overflow: hidden;
	max-height: 103px;
}
.yhgrzx8 a{
	color: #0153e9;
	text-decoration: underline;
	margin-left: 6px;
}
.back1 a{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #ee7b8c;
}
.back1 a img{
	margin-right: 8px;
}
.messEdit{
	padding: 0 30px 30px;
	border-bottom: 1px solid #f4f4f4;
}
.messEdit1{
	margin-top: 25px;
	font-size: 14px;
	color: #333333;
}
.messEdit1 span{
	margin-right: 20px;
	display: inline-block;
	padding-bottom: 6px;
	cursor: pointer;
}
.messEdit1 span.on{
	color: #ee7b8c;
	border-bottom: 1px solid #ee7b8c;
}
.messEdit2{
	margin-top: 10px;
	display: flex;
	align-items: center;
	border: 1px solid #f1e5e9;
}
.messEdit2 input{
	flex: 1;
	height: 46px;
	border-radius: 3px;
	background-color: #f7f7f7;
	padding: 0 25px;
}
.messEdit2 textarea{
	flex: 1;
	min-height: 168px;
	border-radius: 3px;
	background-color: #f7f7f7;
	border: none;
	padding: 10px 25px;
	resize: none;
}
.messEdit2 select{
	width: 100px;
	height: 46px;
	border: none;
	background-color: #f7f7f7;
	border-right: 1px solid #f1e5e9;
	padding: 0 20px;
	outline: none;
}
.messEdit3{
	margin-top: 10px;
	display: flex;
	align-items: center;
	border: 1px solid #f1e5e9;
	position: relative;
}
.messEdit3 img{
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
}
.messEdit3 select{
	width: 100%;
	height: 46px;
	border-radius: 3px;
	border: none;
	border-right: 1px solid #f1e5e9;
	background-color: #f7f7f7;
	padding: 0 25px;
	outline: none;
	padding-left: 56px;
}
.messEdit4{
	margin-top: 10px;
	display: flex;
	align-items: center;
	position: relative;
}
.messEdit4 select{
	width: 100%;
	height: 46px;
	border-radius: 3px;
	border: none;
	border: 1px solid #f1e5e9;
	background-color: #f7f7f7;
	padding: 0 25px;
	outline: none;
}
.messEdit5{
	margin-top: 10px;
	display: flex;
	align-items: center;
	position: relative;
}
.messEdit5 select{
	width: 183px;
	margin-right: 12px;
	height: 46px;
	border-radius: 3px;
	border: none;
	border: 1px solid #f1e5e9;
	background-color: #f7f7f7;
	padding: 0 25px;
	outline: none;
}
.editButt{
	margin-top: 30px;
	text-align: right;
}
.editButt input{
	width: 150px;
	height: 44px;
	border-radius: 22px;
	background-color: #ee7b8c;
	font-size: 18px;
	color: #ffffff;
}
.scpay{
	margin-top: 15px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 25px 22px 30px 16px;
	display: flex;
	align-items: center;
}
.scpay1{
	font-size: 0;
	margin-right: 20px;
}
.scpay1 img{
	width: 96px;
	height: 96px;
	border-radius: 50%;
}
.scpay2{
	flex: 1;
}
.scpay3{
	font-size: 22px;
	color: #333333;
	font-weight: bold;
}
.scpay4{
	margin-top: 16px;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	display: inline-flex;
	align-items: center;
}
.scpay4 span{
	display: inline-flex;
	align-items: center;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #cccccc;
}
.scpay4 span:last-child{
	border-right: 0;
}
.scpay4 span img{
	margin-right: 5px;
}
.scpay5{
	margin-left: 20px;
}
.scpay5 a{
	font-size: 16px;
	color: #f6758b;
}
.scpay6{
	margin-top: 11px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 25px 20px;
}
.scpay7{
	margin-top: 20px;
	padding: 0 14px;
	display: flex;
	align-items: center;
}
.scpay7 label{
	margin-right: 140px;
	display: flex;
	align-items: center;
}
.scpay7 label input{
	margin-right: 15px;
}
.scpay8{
	margin-top: 16px;
	margin-bottom: 160px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff;
	border-radius: 10px;
	height: 77px;
	padding: 0 30px;
	font-size: 16px;
	color: #1a1a1a;
	font-weight: bold;
}
.scpay8 a{
	width: 167px;
	height: 48px;
	border-radius: 24px;
	background-color: #f6758b;
	text-align: center;
	line-height: 48px;
	color: #ffffff;
}
.cwys{
	margin-top: 60px;
	font-size: 54px;
	color: #ffffff;
	text-align: center;
	line-height: 1;
}
.cwys1{
	margin-top: 45px;
	background-color: #ffffff;
	border-radius: 10px;
	border: 1px solid #dddddd;
	padding: 20px 32px 32px;
}
.cwys2{
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background-color: #ee7b8c;
}
.cwys3{
	margin-top: 20px;
	font-size: 18px;
	color: #333333;
	line-height: 1;
}
.cwys3 span{
	color: #e10000;
}
.cwys4{
	margin-top: 14px;
	background-color: #ffffff;
	border-radius: 10px;
	border: 1px solid #dddddd;
	padding: 20px 32px 32px;
}
.cwys5{
	margin-top: 16px;
	display: flex;
	align-items: flex-end;
}
.cwys5a{
	display: flex;
	align-items: center;
	margin-right: 15px;
}
.cwys5b{
	font-size: 14px;
	color: #333333;
	margin-right: 20px;
}
.cwys5c{
	font-size: 0;
}
.cwys5c img{
	width: 71px;
	height: 71px;
	border-radius: 50%;
}
.cwys5d{
	position: relative;
	width: 61px;
	height: 23px;
	border-radius: 3px;
	background-color: #ee7b8c;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 23px;
}
.cwys5d input{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.txc{
	text-align: center;
}
.cwys6{
	margin-top: 20px;
	display: flex;
	align-items: flex-start;
}
.cwys6a{
	font-size: 14px;
	color: #333333;
	margin-right: 24px;
}
.cwys6b{
	flex: 1;
	font-size: 0;
	text-align: center;
	position: relative;
}
.cwys6b input{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.mx800{
	max-width: 800px;
	margin: 0 auto;
}
.cwys7{
	margin-top: 20px;
}
.cwys7 textarea{
	width: 100%;
	min-height: 124px;
	border-radius: 3px;
	border: 1px solid #f1e5e9;
	background-color: #f7f7f7;
	padding: 10px 25px;
}
.cwys8{
	font-size: 0;
}
.cwys8 span{
	position: relative;
	display: inline-block;
	margin: 20px 20px 0 0;
}
.cwys8 input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	opacity: 0;
}
.cwys8 img{
	width: 119px;
	height: 119px;
}
.cwys8 img.delete{
	position: absolute;
	right: -10px;
	top: -10px;
	width: 21px;
	height: 21px;
}
.cwys9{
	margin-top: 20px;
}
.cwys9 input{
	width: 286px;
	height: 46px;
	border-radius: 3px;
	background-color: #f7f7f7;
	padding: 0 25px;
	border: 1px solid #f1e5e9;
}
.cwys10{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 666;
	margin-top: 11px;
	background-color: #ffffff;
	/* border-radius: 10px;
	border: 1px solid #dddddd; */
	padding: 16px 30px;
	text-align: center;
}
.cwys10 input{
	width: 60%;
	height: 43px;
	border-radius: 21px;
	background-color: #ee7b8c;
	font-size: 18px;
	color: #ffffff;
}
.w44{
	width: 44px;
}
.w18{
	width: 18px;
}
.w69{
	width: 69px;
}
.w35{
	width: 35px;
}
.w72{
	width: 72px;
}
.cwmess{
	font-size: 0;
}
.cwmess img{
	width: calc((100% - 65px)/6);
	margin: 20px 13px 0 0;
}
.cwmess img:nth-child(6n){
	margin-right: 0;
}
.bmxxbj{
	margin-top: 16px;
	display: flex;
	align-items: flex-end;
}
.bmxxbja{
	display: flex;
	align-items: flex-start;
	margin-right: 25px;
}
.bmxxbjb{
	width: 74px;
	font-size: 14px;
	color: #333333;
}
.bmxxbjc{
	font-size: 0;
}
.bmxxbjc img{
	width: 113px;
	height: 77px;
}
.bmxxbjd{
	position: relative;
	width: 83px;
	height: 23px;
	border-radius: 3px;
	background-color: #ee7b8c;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 23px;
}
.bmxxbjd input{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.bmxxbj1{
	margin-top: 10px;
	display: flex;
	align-items: center;
	border: 1px solid #f1e5e9;
}
.bmxxbj1 textarea{
	flex: 1;
	min-height: 77px;
	border-radius: 3px;
	background-color: #f7f7f7;
	border: none;
	padding: 10px 25px;
	resize: none;
}
.bmxxbjc2{
	margin-top: 12px;
	padding: 0 15px;
	height: 45px;
	border: 1px dashed #cccccc;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bmxxbjc2a{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #0153e9;
	text-decoration: underline;
}
.bmxxbjc2a img{
	width: 21px;
	margin-right: 9px;
}
.bmxxbjc2b{
	position: relative;
	font-size: 14px;
	color: #0153e9;
	text-decoration: underline;
}
.bmxxbjc2b input{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.zhxx{
	flex: 1;
}
.zhxx1{
	display: flex;
	align-items: center;
	margin-top: 13px;
}
.zhxx1:first-child{
	margin-top: 0;
}
.zhxx2{
	width: 90px;
	text-align: right;
	margin-right: 8px;
	font-size: 14px;
	color: #333333;
}
.zhxx3{
	flex: 1;
}
.zhxx3 input{
	width: 100%;
	height: 46px;
	border-radius: 3px;
	background-color: #f7f7f7;
	border: 1px solid #f1e5e9;
	padding: 0 25px;
}
.line46{
	line-height: 46px;
}
.bmxxbj3{
	margin-top: 16px;
}
.bmxxbj3a {
	display: flex;
	align-items: flex-start;
}
.bmxxbj4{
	margin-top: 16px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #333333;
}
.bmxxbj4 input{
	margin-left: 44px;
	width: 230px;
	height: 46px;
	border-radius: 3px;
	background-color: #f7f7f7;
	border: 1px solid #f1e5e9;
	padding: 0 25px;
}
.bmxxbj5{
	margin-top: 30px;
	padding-left: 102px;
}
.bmxxbj5 input{
	width: 150px;
	height: 44px;
	border-radius: 22px;
	background-color: #ee7b8c;
	font-size: 18px;
	color: #ffffff;
}
.qtxxxg{
	font-size: 0;
}
.qtxxxg span{
	position: relative;
	display: inline-block;
	margin: 20px 20px 0 0;
	font-size: 0;
	line-height: 1;
}
.qtxxxg input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	opacity: 0;
}
.qtxxxg img{
	width: 206px;
	height: 206px;
}
.qtxxxg img.delete{
	position: absolute;
	right: -10px;
	top: -10px;
	width: 21px;
	height: 21px;
}
.zykc{
	margin-top: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zykc a{
	width: calc((100% - 80px)/3);
	height: 60px;
	background-color: #f6758b;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #ffffff;
}
.zykc a img{
	margin-right: 10px;
}
.zykc1{
	margin-top: 12px;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 20px 32px 36px;
}
.zykc2{
	background-color: #f4f4f4;
	padding: 1px 20px 20px;
}
.zykc3{
	display: flex;
	align-items: flex-start;
}
.zykc4{
	margin-top: 20px;
	font-size: 16px;
	color: #000000;
	width: 96px;
}
.zykc5{
	flex: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.zykc5 a{
	margin-top: 20px;
	margin-right: 40px;
	font-size: 16px;
	color: #666666;
}
.zykc5 a.on{
	color: #f6758b;
}
.zykc6{
	margin-top: 9px;
}
.zykc6 ul{
	overflow: hidden;
}
.zykc6 ul li{
	list-style-type: none;
	margin-top: 23px;
	float: left;
	width: calc((100% - 50px)/3);
	margin-right: 25px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.zykc6 ul li:nth-child(3n){
	margin-right: 0;
}
.zykc7{
	position: absolute;
	left: 13px;
	top: 11px;
}
.zykc7 span{
	display: block;
	width: 69px;
	height: 23px;
	border-radius: 5px;
	background-color: #f19149;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 23px;
}
.zykc7 code{
	display: block;
	width: 69px;
	height: 23px;
	border-radius: 5px;
	background-color: #0068b7;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 23px;
	font-family: inherit;
}
.zykc8{
	font-size: 0;
	height: 164px;
}
.zykc9{
	background-color: #f4f4f4;
	padding: 15px 20px 15px 12px;
}
.zykc10{
	font-size: 17px;
	color: #333333;
	line-height: 25px;
	height: 50px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.zykc11{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
	font-size: 15px;
	color: #999999;
}
.zykc11 span{
	font-size: 25px;
	color: #f19149;
}
.zykc11 code{
	font-family: inherit;
	font-size: 25px;
	color: #e71d1d;
}
.kcxq{
	margin-top: 25px;
	background-color: #ffffff;
	padding: 32px 32px 16px;
	display: flex;
	align-items: flex-start;
}
.kcxq1{
	font-size: 0;
	width: 42%;
	margin-right: 32px;
}
.kcxq2{
	flex: 1;
}
.kcxq3{
	font-size: 18px;
	color: #333333;
}
.kcxq4{
	font-size: 14px;
	color: #747474;
	line-height: 18px;
	margin-top: 20px;
}
.kcxq5{
	margin-top: 27px;
	overflow: hidden;
}
.kcxq6{
	float: left;
	width: 73%;
}
.kcxq6a{
	background-color: #ffffff;
	padding: 32px 16px;
	margin-bottom: 25px;
}
.kcxq7{
	font-size: 17px;
	color: #333333;
	line-height: 20px;
}
.kcxq8{
	margin-top: 20px;
}
.kcxq8 ul li{
	list-style-type: none;
	margin-top: 10px;
}
.kcxq9{
	background-color: #f5f5f5;
	height: 52px;
	padding: 0 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.kcxq9a{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #737373;
}
.kcxq9a img{
	margin-right: 10px;
}
.kcxq9b{
	font-size: 0;
	padding: 10px;
	min-height: 10px;
	display: flex;
	align-items: center;
}
.zk{
	display: none;
}
.kcxq10{
	display: none;
}
.kcxq11{
	margin-top: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px 0 46px;
	height: 52px;
	background-color: #f9e4e7;
}
.kcxq11a{
	flex: 1;
	font-size: 14px;
	color: #f6758b;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.kcxq11b a{
	font-size: 14px;
	color: #f6758b;
}
.kcxq12{
	margin-top: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px 0 46px;
	height: 52px;
}
.kcxq12a{
	flex: 1;
	font-size: 14px;
	color: #737373;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.kcxq8 ul li.on .sq{
	display: none;
}
.kcxq8 ul li.on .zk{
	display: block;
}
.kcxq8 ul li.on .kcxq10{
	display: block;
}
.kcright{
	float: right;
	width: 25.25%;
}
.kcright1{
	padding: 0 15px 20px;
	background-color: #ffffff;
}
.kcright2{
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	border-bottom: 1px solid #ebebeb;
}
.kcright3{
	margin-top: 14px;
	display: flex;
	align-items: center;
}
.kcright4{
	font-size: 0;
	margin-right: 10px;
}
.kcright4 img{
	width: 66px;
	height: 66px;
	border-radius: 50%;
}
.kcright5{
	flex: 1;
}
.kcright6{
	font-size: 16px;
	color: #333333;
}
.kcright7{
	margin-top: 9px;
	font-size: 14px;
	color: #999999;
}
.kcright8{
	padding: 0 16px 27px;
	background-color: #ffffff;
	margin-top: 24px;
}
.kcright9{
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	border-bottom: 1px solid #ebebeb;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.kcright9 a{
	font-size: 14px;
	color: #999999;
}
.kcright10 ul li{
	margin-top: 24px;
}
.kcright10 ul li a{
	display: flex;
	align-items: flex-start;
}
.kcright11{
	font-size: 0;
	margin-right: 10px;
}
.kcright11 img{
	width: 114px;
}
.kcright12{
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.kcxq13{
	margin-top: 20px;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.bmzp{
	margin-top: 10px;
	font-size: 0;
	position: relative;
	width: 139px;
}
.bmzp img{
	width: 139px;
	height: 119px;
}
.bmzp input{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.kslb{
	margin-top: 25px;
}
.kslb ul li{
	border-bottom: 1px solid #dcdcdc;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.kslb1{
	flex: 1;
	font-size: 16px;
	color: #333333;
}
.kslb2{
	margin-left: 20px;
	display: flex;
	align-items: center;
}
.kslb2 a{
	display: block;
	width: 88px;
	height: 32px;
	border-radius: 16px;
	background-color: #f6758b;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 32px;
}
.kslb3{
	width: 50%;
	font-size: 16px;
	color: #999999;
}
.kslb4{
	margin-left: 20px;
	display: flex;
	align-items: center;
}
.kslb4 a{
	display: flex;
	align-items: center;
}
.kslb4 a img{
	margin-right: 5px;
}
.kslb4 span{
	font-size: 16px;
	color: #28d400;
	margin-right: 40px;
}
.ksym{
	margin-top: 30px;
	position: relative;
}
.ksym1{
	padding-bottom: 140px;
	max-height: 800px;
	overflow-y: scroll;
}
.ksym1::-webkit-scrollbar {
	width: 0;
}
.ksym1::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 0 rgba(216,216,216,0.11);
	background: rgba(216,216,216,0.11);
}
.ksym1::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0 rgba(216,216,216,0.11);
	border-radius: 10px;
	background: rgba(216,216,216,0.02);
}
.ksym2{
	font-size: 30px;
	color: #333333;
	text-align: center;
}
.ksym3{
	margin-top: 40px;
}
.ksym3 ul li{
	list-style-type: none;
	margin-top: 36px;
	padding-bottom: 36px;
	border-bottom: 1px solid #eeeeee;
}
.ksym4{
	font-size: 14px;
	color: #333333;
}
.ksym5{
	margin-top: 7px;
}
.ksym6{
	margin-top: 16px;
}
.ksym6 span{
	display: inline-block;
	height: 42px;
	border-radius: 21px;
	border: 1px solid #ffffff;
	padding: 0 36px;
	line-height: 40px;
}
.ksym6.on span{
	border: 1px solid #f6758b;
	background-color: #f8e6e9;
	color: #ee7b8c;
}
.ksbutt{
	height: 80px;
	background-color: #fae9ec;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ksbutt a{
	width: 150px;
	height: 43px;
	border-radius: 21px;
	background-color: #ee7b8c;
	text-align: center;
	line-height: 43px;
	font-size: 18px;
	color: #ffffff;
}
.bmdd{
	display: flex;
	background-color: #eeeeee;
}
.bmdd1{
	flex: 1;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	padding: 15px 20px;
	border-right: 1px solid #bfbfbf;
}
.bmdd2{
	width: 17%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bmdd3{
	font-size: 16px;
}
.bmdd3 a{
	color: #0b75e1;
}
.bmdd4{
	margin-top: 20px;
	font-size: 16px;
}
.bmdd4 a{
	color: #ff002c;
}
.bmdd5{
	padding: 8px 20px 20px;
	background-color: #eeeeee;
}
.bmdd6{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #333333;
	height: 40px;
	padding: 0 12px;
	background-color: #f3a90b;
	border-radius: 5px;
}
.bmdd6 img{
	margin-right: 9px;
}
.bmdd7{
	margin-top: 20px;
	font-size: 16px;
}
.bmdd7 a{
	color: #c0c0c0;
}
.fwtc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 996;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.fwtc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 960px;
	max-height: 90%;
	overflow-y: scroll;
	background-color: #ffffff;
	border-radius: 20px;
}
.fwtc_close{
	position: absolute;
	right: 20px;
	top: 20px;
}
.fwtc2{
	padding: 50px 40px 40px;
	border-bottom: 1px solid #e5e5e5;
}
.fwtc3{
	font-size: 18px;
	color: #333333;
	line-height: 1;
	text-align: left;
}
.fwtc4{
	margin-top: 20px;
}
.fwtc4 textarea{
	width: 100%;
	min-height: 284px;
	border: 1px solid #f1e5e9;
	border-radius: 5px;
	background-color: #f7f7f7;
	padding: 10px 20px;
	resize: none;
}
.fwtc5{
	font-size: 0;
}
.fwtc5 span{
	position: relative;
	display: inline-block;
	margin: 20px 20px 0 0;
	font-size: 0;
	line-height: 1;
}
.fwtc5 input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	opacity: 0;
}
.fwtc5 img{
	width: 139px;
	height: 119px;
}
.fwtc5 img.delete{
	position: absolute;
	right: -10px;
	top: -10px;
	width: 21px;
	height: 21px;
}
.fwtc6{
	padding: 33px 0 40px;
	text-align: center;
}
.fwtc6 input{
	font-size: 24px;
	color: #ffffff;
	width: 90%;
	max-width: 555px;
	background-color: #f6758b;
	border-radius: 10px;
	height: 77px;
}
.bmddxx{
	height: 80px;
	padding: 0 20px;
	border-radius: 10px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	font-size: 30px;
	color: #f6758b;
	font-weight: bold;
}
.bmddxx span{
	width: 5px;
	height: 36px;
	background-color: #f6758b;
	border-radius: 2px;
	margin-right: 25px;
}
.fwpj{
	font-size: 0;
}
.fwpj img{
	margin: 20px 24px 0 0;
	max-width: 193px;
}
.wydgg{
	margin-top: 18px;
	background-color: #f4f4f4;
	border-radius: 10px;
	padding: 20px 20px 12px;
}
.wydgg1{
	font-size: 16px;
	color: #dead2a;
	line-height: 1;
}
.wydgg2{
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}
.wydgg3{
	margin-top: 14px;
	background-color: #f4f4f4;
	border-radius: 10px;
	padding: 0 28px;
	font-size: 16px;
	color: #333333;
	line-height: 62px;
}
.wydgg4{
	margin-top: 26px;
	background-color: #f4f4f4;
	border-radius: 10px;
}
.wydgg5{
	padding: 30px 25px 23px;
	border-bottom: 1px solid #ffffff;
	font-size: 16px;
	color: #333333;
	display: flex;
	align-items: center;
}
.wydgg5 select{
	width: 204px;
	height: 30px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	background-color: #ffffff;
	outline: none;
	padding: 0 20px;
}
.wydgg6{
	padding: 25px;
}
.wydgg7{
	font-size: 16px;
	color: #333333;
	line-height: 1;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.wydgg7 label{
	margin-right: 40px;
	display: flex;
	align-items: center;
}
.wydgg7 label img{
	height: 24px;
}
.wydgg7 label input{
	margin-right: 15px;
}
.wydgg8{

}
.wydgg8 input{
	width: 167px;
	height: 48px;
	border-radius: 5px;
	background-color: #f6758b;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.rcgl{
	margin-top: 40px;
	position: relative;
	padding: 0 50px;
}
.calendar-container {
	width: 100%;
}
.calendar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.calendar-title {
	font-size: 1.5rem;
	font-weight: bold;
	color: #333;
}
.calendar-nav {
	display: flex;
	gap: 10px;
}
.calendar-nav button {
	background-color: #4CAF50;
	color: white;
	border: none;
	border-radius: 5px;
	padding: 8px 15px;
	cursor: pointer;
	transition: background-color 0.3s;
}
.calendar-nav button:hover {
	background-color: #45a049;
}
.calendar-nav button:disabled {
	background-color: #cccccc;
	cursor: not-allowed;
}
.calendar-nav input {
	background-color: #cccccc;
	color: white;
	border: none;
	border-radius: 5px;
	padding: 8px 15px;
	cursor: pointer;
	transition: background-color 0.3s;
}
.months-container {
	display: flex;
	gap: 30px;
}
.month {
	flex: 1;
	background-color: #ededed;
	padding: 20px;
}
.month-title {
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 15px;
	color: #555;
}
.weekdays {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	margin-bottom: 10px;
}
.weekday {
	text-align: center;
	font-weight: bold;
	color: #666;
}
.days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	/* gap: 5px; */
}
.day {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	cursor: pointer;
	transition: all 0.2s;
	position: relative;
}
/* .day:hover:not(.disabled):not(.selected) {
	background-color: #f0f0f0;
} */
.day.disabled {
	color: #ccc;
	cursor: not-allowed;
}
.day.other-month {
	color: #aaa;
}
.day.today {
	font-weight: bold;
}
/* 选中区间样式 */
.day.in-range {
	background-color: #ffd6dd;
	border-radius: 0;
}
/* 区间开始和结束样式 */
.day.range-start, .day.range-end {
	background-color: #f6758b;
	color: white;
	border-radius: 50%;
}
/* 当只有一个日期被选中时的样式 */
.day.single-selected {
	background-color: #f6758b;
	color: white;
	border-radius: 50%;
}
.selected-date {
	margin-top: 20px;
	text-align: center;
	font-size: 1.1rem;
	color: #333;
}
.rqbutt{
	background-color: #ededed;
	padding: 19px 0;
}
.rcgl1{
	border-radius: 10px;
	overflow: hidden;
}
.rcgl2{
	background-color: #ffffff;
	padding: 30px;
	border: 1px solid #ececec;
	position: relative;
}
.rqbutt{
	text-align: center;
}
.rqbutt a{
	vertical-align: middle;
	font-size: 16px;
	color: #f6758b;
	display: inline-block;
	width: 136px;
	height: 48px;
	border: 1px solid #f6758b;
	border-radius: 5px;
	background-color: #ffffff;
	line-height: 46px;
	margin: 0 10px;
}
.clear-selection {
	vertical-align: middle;
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	width: 136px;
	height: 48px;
	border: 1px solid #1b1b1b;
	border-radius: 5px;
	background-color: #1b1b1b;
	margin: 0 10px;
}


