body {
	background-color: #ffffff;
}

/* 头部 */
.header {
	/* width: 100vw; */
	height: 72px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #333333;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.header-logo a{
	display: flex;
	align-items: flex-end;
  flex-direction: row;
}
.header-logo img {
  width: 50px;
  height: 50px;
}
.header-logo a >.header-title{
	display: inline;
	font-size: 24px;
	color: #333333;
	line-height: 18px;
	padding-bottom: 13px;
	margin-left: 8px;
}
.header-list, .link-list {
	display: flex;
	justify-content: space-around;
}
.header-list a, .link-list a{
	font-size: 18px;
	color: #333;
	/* text-decoration: none; */
	padding-bottom: 4px;
	margin: 0 20px;
}
.header-list a.active, .link-list a.active,
.header-list a:hover, .link-list a:hover {
	font-size: 18px;
	font-weight: 500;
	color: #3272EF;
	border-bottom: 3px solid #3272EF;
}
.header .login-button {
	font-size: 16px;
	color: #333;
	background: none;
	border: none;
	padding: 12px;
}
.header .open-shop-button {
	background: #3272EF;
	border: none;
	color: #fff;
	border-radius: 2px;
	border-radius: 4px;
	padding: 8px 30px;
}
.open-shop-button {
	background: #3272EF;
	border: none;
	color: #fff;
	border-radius: 2px;
	border-radius: 4px;
	padding: 14px 50px;
	font-size: 20px;
}

/*宣传语*/
.slogan-section {
  position: relative;
}
.slogan-wrapper {
  position: absolute;
  /* background-color: aquamarine; */
	background: rgba(52, 52, 62, 0.43);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

}
.slogan-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
	color: #ffffff;
}
.slogan-content h1 {
  font: bold;
  font-size: 60px;
  margin: 16px;
}
.slogan-content h3 {
  font-size: 26px;
  margin: 16px;
}
.slogan-content h6 {
  font-size: 18px;
  margin: 16px;
}
.slogan-content button {
	margin-top: 50px;
}

/*商家小程序*/
.mch-xcx .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* height: 400px; */
}
.mch-xcx .content .left {
  display: flex;
  align-items: center;
  justify-content: center;
	margin-right: 20px;
}
.mch-xcx .content .left li {
	margin-bottom: 24px;
}
.mch-xcx .content .left h3 {
	font-size: 24px;
	margin-bottom: 8px;
	color: #333333;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 1px;
}
.mch-xcx .content .left p {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	width: 387px;
}
.mch-xcx .content .right {
	margin-left: 20px;
}
.mch-xcx .content .right img {
	width: 500px;
	height: 490px;
}
.mch-xcx .content .left li span {
	color: #375FF4;
}


/*会员办卡，锁客留客*/
.member-card .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* height: 400px; */
	background-color: #F5F7FA;
}
.member-card .content .left {
	margin-right: 50px;
}
.member-card .content .left img {
	width: 500px;
	height: 490px;
}
.member-card .content .right {
	display: flex;
  align-items: center;
  justify-content: center;
	margin-left: 30px;
}
.member-card .content .right li {
	margin-bottom: 24px;
}
.member-card .content .right h3 {
	height: 48px;
	font-size: 40px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 48px;
	letter-spacing: 2px;
	margin-bottom: 24px;
}
.member-card .content .right p {
	height: 24px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}
.member-card .content .right li span {
	color: #375FF4;
}

/*开单收银*/
.cashier .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* height: 400px; */
}
.cashier .content .left {
  display: flex;
  align-items: center;
  justify-content: center;
	margin-right: 20px;
}
.cashier .content .left li {
	margin-bottom: 24px;
}
.cashier .content .left h3 {
	font-size: 24px;
	margin-bottom: 8px;
	color: #333333;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 1px;
}
.cashier .content .left p {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	width: 387px;
}
.cashier .content .right {
	margin-left: 20px;
}
.cashier .content .right img {
	width: 718px;
	height: 437px;
	margin: 100px 30px;
}
.cashier .content .left li span {
	color: #375FF4;
}



/*完整报表*/
.report .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* height: 400px; */
	background-color: #F5F7FA;
}
.report .content .left {
	margin: 50px 50px 50px 0;
}
.report .content .left img {
	width: 653px;
	height: 439px;
}
.report .content .right {
	display: flex;
  align-items: center;
  justify-content: center;
	margin-left: 30px;
}
.report .content .right li {
	margin-bottom: 24px;
}
.report .content .right h3 {
	height: 48px;
	font-size: 40px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 48px;
	letter-spacing: 2px;
	margin-bottom: 24px;
}
.report .content .right p {
	height: 24px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}
.report .content .right li span {
	color: #375FF4;
}


/* 美业资讯 */
.news {
	margin: 30px;
}
.news .title {
	height: 90px;
	font-size: 32px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 64px;
	align-items: center;
	text-align: center;
}
.news .news-list {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.news .news-list .left {
	margin-right: 50px;
}
.news .news-list .right {
	margin-left: 50px;
}
.news .news-list li {
	height: 30px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
}
.news .news-list li a{
	color: #666666;
}
.news .more-news {
	height: 60px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	color: #37ADF5;
}

.news .more-news a {
	color: #37ADF5;
}


/* 常见问题 */
.question {
	padding: 30px;
	background-color: #F5F7FA;
}
.question .title {
	height: 90px;
	font-size: 32px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 64px;
	align-items: center;
	text-align: center;
}
.question .question-list {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.question .question-list .left {
	margin-right: 50px;
}
.question .question-list .right {
	margin-left: 50px;
}
.question .question-list li {
	height: 30px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
}
.question .question-list li a{
	color: #666666;
}
.question .more-question {
	height: 60px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	color: #37ADF5;
}

.question .more-question a {
	color: #37ADF5;
}


/*我们的承诺*/
.support {
	margin: 30px;
}
.support .title {
	height: 64px;
	font-size: 32px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 64px;
	align-items: center;
	text-align: center;
}
.support .title span {
	color: #3272EF;
}
.support .container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding: 30px 200px;
}
.support .container .promise-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.support .container .promise-wrapper .img-wrapper {
	width: 100px;
	height: 100px;
}
.support .container .promise-wrapper h6 {
	height: 24px;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 24px;
	margin: 20px 0 12px 0;
}	
.support .container .promise-wrapper p {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
}

/* footer */
.footer {
	background-color: #F5F7FA;
	background-image: url(13.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	/* height: 224px; */
	width: 100%;
	padding-top: 60px;
}
.footer a .header-title {
	color: #FFFFFF;
}
.footer .content {
	width: 70%;
	max-width: 1200px;
	min-width: 90%;
	/* height: 170px; */
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer .content .link-list{
	min-width: 508px;
	margin: 20px 0;
}
.footer .content .link-list a,
.footer .content .link-list a.active{
	font-size: 18px;
	color: #E8EAEE;
	line-height: 24px;
}
.footer .control {
	font-size: 12px;
	color: #98A1B0;
	line-height: 50px;
	letter-spacing: 1px;
	text-align: center;
	height: 50px;
	display: block;
}
.footer .company-info {
	margin-bottom: 10px;
}
.footer .company-info img{
	width: 24px;
	height: 24px;
	margin-right: 8px;
}
.footer .company-info .info {
	margin-top: 6px;
	padding-right: 20px;
	max-width: 280px;
}
.footer .company-info .info p,
.footer .company-info .info p a{
	font-size: 12px;
	font-weight: 400;
	color: #E8EAEE;
	line-height: 18px;
}
.square {
	position: absolute;
	width: 217px;
	height: 225px;
	z-index: 9;
	right: 88px;
	bottom: -105px;
}
.triangle {
	position: absolute;
	width: 170px;
	height: 190px;
	z-index: 9;
	left: 152px;
}