/*--------------------------------------------------------------
lensung Css
--------------------------------------------------------------*/
html,body {
	height: 100%;
	/* 文字风格 Sans-serif 各笔画粗细相同，Serif 笔画粗细不同，monospace 等宽体，cursive草书，fantasy梦幻 */
	font-family: 'Microsoft YaHei', sans-serif, 'Helvetica Neue', Helvetica, Arial,
		'黑体', '宋体', Arial;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-size: 14px;
	color: #333;
}
*{
	margin: 0;
	padding: 0;
}
/* 重置各标签的默认样式 */
a,body,center,cite,code,dd,del,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hr,html,img,,label,legend,li,mark,ol,p,section,span,textarea,time,td,th,ul {
	margin: 0;
	border: 0;
	padding: 0;
	font-style: normal;
	box-sizing: border-box;
	/*  自动换行 */
	word-wrap: break-word;
	/*  强制英文单词断行 */
	word-break: break-all;
}
/*  设置标签为块级分类 */
article,aside,details,fieldset,figcaption,figure,footer,header,main,nav,section {	display: block;
}
/* 去除input标签的默认样式 */
button,textarea {
	-webkit-appearance: none;
	font-family: 'Microsoft YaHei', sans-serif, 'Helvetica Neue', Helvetica, Arial,
		'黑体', '宋体', Arial;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
	outline: none;
	background-color: transparent;
}
/*  禁止多文本框手动拖动大小 */
textarea {
	resize: none;
	-webkit-appearance: none;
}
/* 去掉按下的阴影盒子 */
input,textarea,a {
	-webkit-tap-highlight-color: transparent;
}
/*  清除a标签下划线 */
a,a:visited {
	text-decoration: none;
}
a:focus,a:active,a:hover {
	outline: none;
}
/*  清除列表前面的点 */
ol,li,ul {
	list-style: none;
}
/*  清除IE下图片的边框 */
img {
	border-style: none;
	font-size: 0;
}
/*  解决chrome浏览器默认黄色背景问题 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
}
/*  设置默认滚动条样式 */
::-webkit-input-placeholder {
	color: #afbdcc;
}
:-moz-placeholder {
	color: #afbdcc;
}
::-moz-placeholder {
	color: #afbdcc;
}
:-ms-input-placeholder {
	color: #afbdcc;
}
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-track {
	background-color: #f5f5f5;
}
::-webkit-scrollbar-track-piece {
	background-color: #f5f5f5;
	border-radius: 6px;
}
::-webkit-scrollbar-thumb {
	background-color: #cccccc;
	border-radius: 6px;
}
::-webkit-scrollbar-corner {
	background-color: #f5f5f5;
}
::-webkit-resizer {
	background-repeat: no-repeat;
	background-position: bottom right;
}
/* 新版样式 */
.topnav a {
	color: #333;
	display: block;
	width: 100%;
	height: 100%;
}
.bannerBox {
	width: 100%;
	height: auto;
	position: relative;
}
.mainbavm {
	display: none;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topnav {
	position: absolute;
	top: 10px;
	left: 50%;
	z-index: 99;
    margin-left: -615px;
	width: 1230px;
	display: flex;
	justify-content: space-between;
}
.top_logo {
	width: 283px;
	height: 73.83px;
}
.mainbav {
	/* width: 600px; */
	margin-right: 30px;
	margin-top: 29px;
}
.mainbav ul li {
	padding: 8px 30px;
	color: #fff;
	font-size: 17px;
	border-radius: 100px;
	margin-right: 5px;
	cursor: pointer;
}
.mainbav ul a {
	color: #fff;
}

.mainbav ul li.style {
	background-color: #fff;
	color: #a52d22;

}
.mainbav ul li:hover {
	background-color: #fff;

}
.mainbav ul li:hover a {
	color: #a52d22;
}
.but-anniu {
	width: 86px;
	height: 172px;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	right: 15px;
	top: 183px;
	z-index: 2;
}
.but-anniu .swiper-button-next {
	width: 86px;
	height: 86px;
	margin: 0;
	padding: 0;
	position: none;

}
.but-anniu .swiper-button-prev {
	width: 86px;
	height: 86px;
	margin: 0;
	padding: 0;
	position: none;
}
.but-anniu .swiper-button-next:after,.but-anniu .swiper-button-prev:after {
	font-size: 20px;
}
.but-anniu .swiper-button-next,
.but-anniu .swiper-button-prev {
	position: unset;
}
:root {
	--swiper-theme-color: #FFF;
}
.copy {
	display: none;
}
/* 轮播图结束 */
/* 关于我们 */
.About-Me {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.About-Me h1 {
	text-align: center;
	line-height: 50px;
	font-size: 23px;
	margin-top: 50px;
}
.About-Me p {
	font-size: 14px;
	text-indent: 2em;
	color: #372220;
	line-height: 30px;
	margin-bottom: 0;
}
/* 服务平台 */
.fuwupingtai {
	width: 100%;
	height: 580px;
	background: #C23E2F url(../image/fuwu.jpg) no-repeat center;
}
.fuwu-div {
	width: 1200px;
	margin: 0 auto;
}
.fuwu-div h1 {
	line-height: 120px;
	text-align: center;
	color: #fff;
	font-size: 23px;
}
.fuwuBox {
	display: flex;
	justify-content: space-between;

}
.fuwuBox dl {
	width: 360px;
	height: 360px;
	overflow: hidden;
	transition: .3s;
	cursor: pointer;
	position: relative;
}
.fuwuBox .dlstyle {
	width: 470px;
	height: 360px;
	overflow: hidden;
}
.fuwuBox dl dt img {
	width: 470px;
	height: 360px;
	object-fit: cover;
}
.fuwuBox dl dd {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	display: none;
}
.fuwuBox dl dd div {
	width: 340px;
	height: 360px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
}
/* 服务结束 */
.funnegbox{
	width: 100%; background-color: #f2f2f2;padding: 80px 0;
}
.mod-s-con {
	display: flex;
	justify-content: space-between;
	width: 1230px;
	margin: 0 auto;

}
.mod-s-con .mess-text {
	width: 600px;
	margin: 0;
	/* margin-top: 30px; */
}
.mod-s-con .mess-text h3 {
	font-size: 28px;
	line-height: 40px;
	font-weight: 550;
}
.mod-s-con .mess-text p {
	font-size: 18px;
	line-height: 35px;
	color: #666;
	font-weight: 550;
}
.border {
	width: 90px;
	height: 6px;
	background-color: #C23E2F;
	margin: 20px 0;
	margin-bottom: 10px;
}
.desc {
	display: flex;
	flex-wrap: wrap;
}
.desc dl {
	width: 270px;
	height: 83px;
	background-color: #fff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .03);
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 0;
	transition: 1s;
	border-radius: 6px;
}
.desc dl:hover {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
}
.desc dl img {
	width: 66px;
	height: 66px;
	margin: 7px;
	border-radius: 100px;
}
.desc dl dd {
	font-size: 16px;
	line-height: 80px;
	margin-left: 22px;
	font-weight: 450;
}
.desc dl {
	display: flex;
	cursor: pointer;
}
.mod-s-con .mess-img {
	width: 500px;
	margin-top: 50px;
}
#business-con-1 {
	margin: 30px auto;
}
.mod-dl {
	width: 1230px;
	display: flex;
	justify-content: space-between;
}
.mod-dl dl {
	width: 280px;
	height: 400px;
	background-color: #F7F7F7;
	border-radius: 10px;
	transition: .25s;
	cursor: pointer;
}
.mod-dl dl dt {
	font-size: 23px;
	text-align: center;
	line-height: 120px;
	font-weight: 400;
}
.mod-dl dl:hover {
	background-color: #8A2E22;
	margin-top: -10px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
}
.mod-dl dl:hover dt {
	color: #f1f1f1;
	font-weight: bold;
}
.mod-dl dl:hover dd {
	color: #f1f1f1;

}
.mess-text .mod-img img {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.mess-text .mod-img {
	width: 1280px;
	margin: 0 auto;
}
/* 结束 */
.swiperBox {
	width: 100%;
	overflow: hidden;
	display: flex;
	margin-left: 0;
}
.rightone {
	width: 660px;
	overflow: hidden;
	/* float: left; */
	margin-top: 10%;
}
.app-img .swiper-slide {
	width: 300px;
	height: auto;
}
.app-img .swiper-slide img {
	width: 300px;
	height: auto;
}
.app_xiazai {
	width: 1280px;
	margin: 0 auto;

}
.righttow .logo_app {
	display: flex;
	margin-left: 130px;
	margin-top: 180px;
}
.righttow .logo_app p {
	font-size: 30px;
	line-height: 110px;
	color: #333;
	margin-left: 28px;
	font-weight: bold;
}
.righttow .logo_app img {
	width: 110px;
	height: 110px;
}
.app_lianjie {
	height: 150px;
	display: flex;
	margin-left: 130px;
	margin-top: 30px;
}
.app_lianjie dl {
	width: 150px;
	height: 150px;
	margin-right: 35px;
}
.app_lianjie dl img {
	width: 150px;
	height: 150px;
	border-radius: 10px;
}
.app_lianjie dl dd {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 30px;
}
.bm {
	background-color: #E5E5E5;
	padding-bottom: 60px;
}
footer {
	display: block;
	width: 100%;
	height: 100px;
	background-color: #fff;
}
@media screen and (max-width: 899px) {
	
	.funnegbox{
		 padding:25px 0;
	}
	
	body {
		min-width: 350px;
		max-width: 899px;
		overflow-x: hidden;
	}
	.bm {
		height: auto !important;
	}
	.swiperBox {
		display: block;
	}
	.app_xiazai {
		width: 100%;
	}
	.rightone {
		width: 80%;
		margin: 0 auto;
		margin-top: 5%;
	}
	.app-img .swiper-slide {
		width: 150px;
	}
	.app-img .swiper-slide img {
		width: 150px;
	}
	.righttow .logo_app {
		margin-left: 10%;
		margin-top: 8%;
	}
	.righttow .logo_app img{
		width: 70px;
		height: 70px;
	}
	.app_lianjie dl {
		width: 110px;
		height:110px;
		/* margin-right: 35px; */
	}
	.app_lianjie dl img {
		width: 110px;
		height: 110px;
		border-radius: 10px;
	}
	.righttow img {
		width: 110px;
		height: 110px;
	}
	.righttow .logo_app p {
		font-size: 20px;
		line-height: 70px;
		margin-left: 15px;
		font-weight: bold;
	}
	.app_lianjie {
		height: 150px;
		display: flex;
		justify-content: space-around;
		margin-left: 0;
	}
	.app_lianjie dl {
		margin-right: 0;
	}
	.app_lianjie dl dd {
		font-size: 10px;
	}
	/* app下载 */
	.rightone {
		width: 80%;
		overflow: hidden;
		/* float: left; */
		margin-top: 10%;
	}
	/* 服务 */
	.mod-s-con {
		display: block;
		justify-content: space-between;
		width: 100%;
		margin: 20px auto;
	}
	.mod-s-con .mess-img {
		width: 80%;
		margin: 15px auto;
	}
	.fuwupingtai {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.fuwuBox {
		display: block;
		justify-content: space-between;
		padding-bottom: 20px;
	}
	.fuwuBox dl {
		width: 80%;
		height: auto;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.fuwuBox .dlstyle {
		width: 80%;
		height: auto;
		overflow: hidden;
		
	}
	.fuwuBox dl dd {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .3);
		color: #fff;
		display: none;
	}
	.fuwuBox dl dd div {
		width: 80%;
		height: 80%;
		margin: 0 auto;
		text-align: center;
		display: flex;
		align-items: center;
	}
	.mainbav {
		display: none;
	}
	.topnav {
		position: absolute;
		top: 5px;
		left: 10px;
		z-index: 99;
		width: 100%;
        margin-left: 0;
		display: flex;
		justify-content: space-between;
	}
	.top_logo {
		width: 40%;
		height: auto;
	}
	.bannerBox {
		width: 100%;
		height: auto;
	}
	.but-anniu {
		width: 50px;
		height: 100px;
		top: 30%;
	}
	.but-anniu .swiper-button-next {
		width: 50px;
		height: 50px;
		margin: 0;
		padding: 0;
		position: none;
	}
	.but-anniu .swiper-button-prev {
		width: 50px;
		height: 50px;
		margin: 0;
		padding: 0;
		position: none;
	}
	.but-anniu .swiper-button-next:after,.but-anniu .swiper-button-prev:after {
		font-size: 15px;
	}
	.but-anniu .swiper-button-next,.but-anniu .swiper-button-prev {
		position: unset;
	}
	.but-anniu img {
		width: 100%;
	}
	.but-anniu .swiper-slide {
		width: 100%;
	}
	.About-Me {
		width: 95%;
		margin: 0 auto;
	}
	.About-Me h1 {
		text-align: center;
		line-height: 50px;
		font-size: 22px;
		margin-top: 20px;
	}
	.fuwu-div {
		width: 100%;
	}
	.fuwuBox dl dt img {
		width: 100%;
	}
	.copy {
		width: 25px;
		height: 25px;
		margin-right: 20px;
		margin-top: 10px;
		display: block;
	}
	.mainbavm {
		/* width: 20%; */
		height: auto;
		background-color: #fff;
		position: absolute;
		right: 10px;
		top: 50px;
		z-index: 999999;
		display: none;
	}
	.mainbavm ul{
		margin-left: 0 !important;
	}
	.mainbavm li {
		width: 80px;
		margin-left: 0 !important;
		text-align: center;
		line-height: 30px;
	}
	.mainbavm li a{
		display: block;
		width: 100%;
	}
	.About-Me p {
		font-size: 13px;
		text-indent: 2em;
		color: #372220;
		line-height: 25px;
		margin-bottom: 20px;
	}
	.mod-s-con .mess-text {
		width: 95%;
		margin: 0 auto;
	}
	.mod-s-con .mess-text p {
		font-size: 14px;
		font-weight: 400;
	}
	.desc dl {
		width: 48%;
		height: 56px;
		margin-left: 5px;
		margin-top: 5px;
		margin-right: 0;
	}
	.desc dl img {
		width: 46px;
		height: 46px;
		margin: 4px;
		border-radius: 100px;
	}
	.desc dl dd {
		font-size: 13px;
		line-height: 56px;
		margin-left: 3px;
	}
}
.icon-app{
	background-color: #fff;
	border-radius: 10px;
	transition: .3s;
	cursor: pointer;
}
.icon-app:hover{
	background: rgba(138,46, 34, 1);
}


/* 商家注册 */
.content{
	width: 100%;
	background-color: #C23E2F;
	height: 1080px;
	min-width: 1230px;
}
.registration{
	width: 1000px;
	height: 617px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -500px;
	margin-top: -308px;
	border-radius: 8px;
	display: flex;
	overflow: hidden;
}
.mySwiperzhuce{
	margin-left: 0;
	width: 525px !important;
	height: 617px;
}
.mySwiperzhuce img{
	width: 525px;
	height: 617px;
	 object-fit: cover;
}
.mySwiperzhuce .swiper-slide{
	width: 525px ;
	height: 617px;

}
.form-div h1{
	font-size: 27px;
	font-weight: 500;
	margin-top: 23px;
	margin-bottom: 0;
	color: #000;
}
.form-div p{
	font-size: 14px;
	line-height: 30px;
	color: #6c6c6c;
	margin-top: 0;
}
.form-div{
	width: 400px;
	margin-right: 30px;
}
.form-div form  .div{
	width: 381px;
	height: 55px;
	margin-top:22px;
	margin-bottom: 22px;
}
.form-div form div label{
	line-height:25px;
	font-size: 12px;
	display: block;
	color:#5c5c5c;
	font-family: 微软雅黑;
	font-weight: 400;
}
.form-div form .div>input{
	/* display: block; */
	width: 380px;
	height: 37px;
	font-family: 微软雅黑;
	font-weight: 400;
	border-radius: 7px;
	border: 1px solid #EBEBEB;
	text-indent:1em;
	font-size: 12px;
}
.form-div form .div>input::placeholder{
	color: #7C7C7C;
	font-size: 13px;
}
.form-div p{
	/* line-height: ; */
	/* display: flex; */
}
.form-div form .zhuce2{
	display: none;
}

.form-div .checkbox{
	width: 12px;
	height: 12px;
	border-radius: 500px;
	border: 1px solid #C23E2F;
	vertical-align:middle
}
.form-div .butone{
	width: 380px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background-color:#C23E2F ;
	border-radius: 7px;
	/* margin-top: 14px; */
}
.upload{text-align:center;background: #f2f2f2;position: relative;}
/* .upload:hover{background:#21292f;color:#ffffff; } */
.upload input{opacity:0;position: absolute;top: -1px;left: -1px;width: 100% !important; height: 100% !important; }
.imgLog,.imgLog2{
	width: 135px !important;
	height: 96px !important;
	/* border: 1px solid #ededed; */
}
.imgLog{
	background: url(../image/shenfz.png)no-repeat;
	background-size: 100%;
}
.imgLog2{
	background: url(../image/zhizhao.png)no-repeat;
	background-size: 100% 100%;
}
.shangchuan{
	width: 50%;
	/* background-color: #000; */
}
.shangchuan .upload{
	margin-left: 25px;
}

/* 弹框 */
.pos-box{
	position: fixed;
	left: 0;
	top:0;
	right: 0;
	bottom: 0;
	background:rgba(0, 0, 0, .5);
	z-index: 99;
	display: none;
	}
.tiaokuan{
	width: 560px;
	height: 760px;
	padding: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -400px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
.tiaokuan button{
	width: 100px;
	height: 40px;
	border: 1px solid #efefee;
	text-align: center;
	border-radius: 2px;
	position: absolute;
	bottom:12px;
	left: 50%;
	margin-left: -50px;
}
.button-show{
	background-color:#C23E2F;
	color: #fff;
	display: none;
}
.button-none{
	background-color: aliceblue;
	color: #999
}
.but{
	width: 380px;
	height: 37px;
	background-color: #C23E2F;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	line-height: 37PX;/
	cursor: pointer;
}