﻿.p-pt {
  display: flex;
  justify-content: space-evenly;
}

.p-pt div p {
  margin-top: 52px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}

.p-item {
  display: flex;
  justify-content: space-between;
}

.p-item .p-pt2 p {

  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}

.p-way {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-way ul li {
  text-align: left;
}

.p-way ul li p {
  margin-bottom: 0;
  margin-top: 24px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}

.p-way ul li img {
  margin-left: -40px;
}

@media screen and (max-width:768px) {
  .p-way {
    flex-direction: column;
    justify-content: center;
    padding: 0 24px;
    box-sizing: border-box;
  }
}

.bannera {
	width: 100%;
	height: 55%;
	background-image: url(../image/banner6.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}
.pppp {
	/* width: 420px;
	 height: 42px; */
	font-size: 35px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 42px;
	margin-left: 50px;
	margin-top: -120px;
}

.span {
	width: 638px;
	height: 174px;
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 54px;
	margin-left: 50px;
	position: relative;
	top: 80px;
}

.c-h {
	width: 72px;
	height: 6px;
	background: #F7921A;
	/* text-align: left; */
	margin-left: 50px;
	margin-top: 104px;
}

.bottom-a {
	width: 135px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 22px;
	position: relative;
	top: 70px;
	left: 50px;
}

.bottom-b {
	width: 100px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 22px;
	position: relative;
	top: 40px;
	left: 195px;
}
.c-title{
	font-size: 20px;
}
.bottom-c {
	width: 85px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 22px;
	position: relative;
	top: 11px;
	left: 305px;
}

.bottom-d {
	width: 120px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 22px;
	position: relative;
	top: -19px;
	left: 400px;
}

.bottom-b p,
.bottom-c p,
.bottom-a p,
.bottom-d p {
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #377BF0;
	/* line-height: 24px; */
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.imagText {
		padding-top: 10px !important;
	}

	.bannera {
		width: 100%;
		height: 40%;
		padding: 20px;
		box-sizing: border-box;
	}

	.bottom-a {
		width: 90px;
		height: 18px;
		position: relative;
		top: 53px;
		left: 0px;
	}

	.bottom-b {
		width: 65px;
		height: 18px;
		position: relative;
		top: 35px;
		left: 95px;
	}

	.bottom-c {
		width: 50px;
		height: 18px;
		position: relative;
		top: 17px;
		left: 163px;
	}

	.bottom-d {
		width: 75px;
		height: 18px;
		position: relative;
		top: -1px;
		left: 218px;
	}

	.bottom-a p,
	.bottom-c p,
	.bottom-b p,
	.bottom-d p {
		font-size: 12px;
		margin: 0 auto;
	}

	.pppp {
		font-size: 20px;
		color: white;
		font-weight: 400;
		position: relative;
		left: -50px;
		top: 45px;
	}

	.span {
		font-size: 13px;
		margin: 0 auto;
	}

	.spanaa {
		position: relative;
		top: 60px;
		left: -50px;
	}
	.c-h{
		position: relative;
		top: -25px;
	}
	.p-pt{
		flex-direction: column;
	}
	.p-item,.c-items .c-anno{
		padding: 0 20px;
		box-sizing: border-box;
		flex-direction: column;
	}
	.order-flow{
		padding: 0 20px;
		box-sizing: border-box;
	}
	
}