/* partner-banner */
.agent-banner {
	width: 100%;
	position: relative;
}

.agent-banner .company-pc {
	display: block;
}

.agent-banner .bg-pic {
	width: 100%;
	position: relative;
}

.agent-banner .phone-bg-pic {
	display: none;
}

.agent-banner .container {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.agent-banner .content .title {
	font-weight: 500;
	font-size: 0.42rem;
	line-height: 0.5rem;
	color: #000000;
}

.agent-banner .content .article {
	font-weight: 400;
	font-size: 0.24rem;
	line-height: 0.24rem;
	color: #333333;
	margin-top: 0.2rem;
}

.agent-banner .content button:hover {
	background: var(--btn-hover-color);
}

.agent-banner .content button {
	width: 1.5rem;
	height: 0.45rem;
	background: var(--theme-color);
	border-radius: 8px 8px 8px 8px;
	border: none;
	color: #fff;
	margin-top: 0.35rem;
	font-size: 0.16rem;
}

/* how-partner */
.how-partner {
	width: 100%;
	background-color: #fff;
	padding: 0.7rem 0 1.2rem 0;
}

.how-partner .container {
	padding: 0 1rem;
}

.how-partner .container .joinBtn {
	display: flex;
	justify-content: center;
	margin-top: 0.86rem;
	cursor: pointer;
}

.how-partner .container .joinBtn span:hover {
	background: var(--btn-hover-color);
}

.how-partner .container .joinBtn span {
	display: block;
	text-align: center;
	width: 1.5rem;
	height: 0.45rem;
	line-height: 0.45rem;
	background: var(--theme-color);
	border-radius: 0.08rem;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
}

.how-partner .content {
	text-align: center;
}

.how-partner .content .title {
	font-weight: 400;
	font-size: 0.4rem;
	line-height: 0.4rem;
	color: #333333;
	margin-bottom: 0.9rem;
}

.how-partner .content-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.how-partner .content-items .content-item {
	text-align: center;

}

.how-partner .content-items .content-item .title {
	width: 0.32rem;
	height: 0.32rem;
	font-size: 0.16rem;
	color: #ffffff;
	text-align: center;
	line-height: 0.32rem;
	background: url('../images/partner/number-banner.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.how-partner .content-items .content-item .second {
	margin-top: 0.11rem;
	font-weight: 500;
	font-size: 0.16rem;
	color: #333333;
}

.how-partner .content-items .content-item .description {
	margin-top: 0.06rem;
	width: 1.2rem;
	font-weight: 400;
	font-size: 0.14rem;
	color: #666666;
}

.how-partner .content-items dir {
	width: 1.52rem;
	height: 1px;
	border: 0.005rem solid #E2E2E2;
	;
	/* border: 1px solid #E2E2E2; */
}


/* condition-agent */
.condition-agent {
	width: 100%;
	box-sizing: border-box;
	padding: 1.16rem 0 1.26rem 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(250, 250, 250, 0.93) 24%, #FAFAFA 100%);
}

.condition-agent .content {
	text-align: center;
}

.condition-agent .content .title {
	font-weight: 400;
	font-size: 0.4rem;
	line-height: 0.4rem;
	color: #333333;
	margin-bottom: 0.7rem;
}

.condition-agent .section-items {
	display: flex;
	justify-content: space-between;
}

.condition-agent .section-items .section-item {
	width: 5.9rem;
	height: 2.4rem;
	border-radius: 0.15rem;
	/* box-shadow: 0px 5px 20px 1px #EBF0F8; */
}

.condition-agent .section-items .section-item .item-shadow {
	width: 5.9rem;
	height: 2.4rem;
	box-sizing: border-box;
	display: flex;
	/* background: url('../images/agent/banner-img.png');
	background-repeat: repeat;
	background-size: 100% 100%; */
	background: linear-gradient(179deg, #FAFAFA 0%, #FFFFFF 100%);
	box-shadow: 0px -10px 20px 1px #FFFFFF, 0px 10px 20px 1px rgba(0, 0, 0, 0.05);
	background-color: #fff;
	border-radius: 0.15rem;
	padding: 0.3rem 0 0 0.3rem;
	margin-right: 0.3rem;
	position: relative;
	border: 1px solid #ffffff;
}

.condition-agent .section-items .section-item .left .title {
	font-weight: 500;
	font-size: 0.3rem;
	line-height: 0.3rem;
	color: #333333;
	margin-bottom: 0.15rem;
}

.condition-agent .section-items .section-item .left .article {
	margin-bottom: 0.12rem;
}

.condition-agent .section-items .section-item .left .article img {
	width: 0.32rem;
	height: 0.28rem;
	margin-right: 0.08rem;
}

.condition-agent .section-items .section-item .left .article span {
	font-weight: 400;
	font-size: 0.14rem;
	line-height: 0.14rem;
	color: #333333;
}

/* company-advantages */
.company-advantages {
	width: 100%;
	padding-top: 1rem;
}

.phone_section-bottom-items {
	display: none;
}

.company-advantages .content {
	text-align: center;
	margin-bottom: 0.66rem;
}

.company-advantages .content .title {
	font-weight: 400;
	font-size: 0.4rem;
	line-height: 0.4rem;
	color: #333333;
	margin-bottom: 0.12rem;
}

.company-advantages .grid-box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 23px;
	column-gap: 20px;
}

.company-advantages .grid-box .grid-item {
	/* width: 3.9rem; */
	height: 3rem;
	padding: 0.4rem 0.3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* justify-content: center; */
	border-radius: 10px;
	border: 1px solid #F6F9FF;
	transition: all 0.3s ease-in-out;
	background: linear-gradient(140deg, #FEFEFF 0%, #FAFAFA 100%);
}

.company-advantages .grid-box .grid-item:hover {
	box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.1);
}

.company-advantages .grid-box .grid-item img {
	width: 0.4rem;
	height: 0.4rem;
}

.company-advantages .grid-box .grid-item .title {
	font-size: 22px;
	color: #333;
	margin-top: 30px;
}

.company-advantages .grid-box .grid-item .article {
	font-size: 14px;
	color: #666;
	margin-top: 20px;
}

/* company-treatment */
.company-treatment {
	margin-top: 1.6rem;
}

.company-treatment .content {
	text-align: center;
	margin-bottom: 0.66rem;
}

.company-treatment .content .title {
	font-weight: 400;
	font-size: 0.4rem;
	line-height: 0.4rem;
	color: #333333;
	margin-bottom: 0.12rem;
}

.company-treatment .content button {
	border: none;
	background-color: #fff;
	color: #367BFF;
}

.company-treatment .content button span {
	margin-right: 0.07rem;
	font-size: 0.16rem;
	font-weight: 400;
}

.company-treatment .content button img {
	width: 0.16rem;
	height: 0.16rem;
}

.company-treatment .section-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0.88rem;
}

.company-treatment .section-items section {
	text-align: center;
}

.company-treatment .section-items section img {
	width: 0.6rem;
	height: 0.6rem;
	margin-bottom: 0.2rem;
}

.company-treatment .section-items section .title {
	font-weight: 500;
	font-size: 0.22rem;
	line-height: 0.22rem;
	color: #333333;
	margin-bottom: 0.12rem;
}

.company-treatment .section-items section .article {
	font-weight: 400;
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #333333;
	width: 2.12rem;
}

/* company-Joining */
.company-Joining {
	width: 100%;
	padding: 1rem 0 0.36rem 0;
}

.company-Joining .content {
	text-align: center;
	margin-bottom: 1rem;
}

.company-Joining .content .title {
	font-weight: 500;
	font-size: 0.4rem;
	line-height: 0.4rem;
	color: #333333;
}

.company-Joining .section-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.company-Joining .pc-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	flex-wrap: wrap;
	gap: 22px 18px;
	/* justify-content: space-between; */
}

.company-Joining .phone-items {
	display: none;
}

.company-Joining .section-items section {
	display: flex;
	/* width: 5.91rem; */
	height: 2.15rem;
	background: #FFFFFF;
	border: 1px solid #D6D6D6;
	box-sizing: border-box;
	padding: 0.24rem 0.44rem 0.55rem 0.24rem;
	transition: all 0.3s ease-in-out;
}

.company-Joining .section-items section:hover {
	box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.1);
}

.company-Joining .section-items section img {
	width: 0.4rem;
	height: 0.4rem;
	margin-right: 0.14rem;
}

.company-Joining .section-items section .text .title span {
	font-weight: 500;
	font-size: 0.22rem;
	line-height: 0.22rem;
	color: #333333;
}

.company-Joining .section-items section .text .title img {
	display: none;
}

.company-Joining .section-items section .text .article li {
	font-weight: 400;
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #999999;
	margin-bottom: 0.1rem;
}

.company-Joining .section-items section .text .article {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 0.08rem;
	margin-left: 0.18rem;
}

.company-Joining .joining-btn {
	text-align: center;
	margin-top: 1.18rem;
}

.company-Joining .joining-btn button {
	width: 2.08rem;
	height: 0.6rem;
	background: var(--theme-color);
	border-radius: 0.08rem;
	font-weight: 400;
	font-size: 0.22rem;
	line-height: 0.6rem;
	border: none;
	color: #FFFFFF;
}

.tech-protect {
	width: 100%;
	height: 5rem;
	margin-top: 1rem;
	overflow: hidden;
	padding: 1rem 0 0.36rem 0;
	position: relative;
}

.tech-protect .videoCls {
	position: absolute;
	height: 5rem;
	width: 100%;
	z-index: 1;
	left: 0;
	top: 0;
}

.tech-protect .phone-video-pic {
	display: none;
}

.tech-protect .container {
	z-index: 1;
	position: relative;
}

.tech-protect .content {
	text-align: center;
	margin-bottom: 1rem;
}

.tech-protect .content .title {
	font-weight: 500;
	font-size: 0.4rem;
	line-height: 0.4rem;
	color: #FFF;
	margin-top: -0.3rem;
	font-family: 'DIN';
}

.tech-protect .count-box {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 0 0.5rem;
}

.tech-protect .count-box .count-item {
	display: flex;
	min-width: 2rem;
	font-size: 20px;
	color: #FFF;
}

.tech-protect .count-box .count-item p {
	color: #FFF;
	font-size: 16px;
	margin-top: 10px;
	font-weight: 400;
}

.tech-protect .count-box .count-item .count {
	padding-top: 0.25rem;
	font-family: 'DIN';
	font-weight: 800;
}

/* .tech-protect .count-box .count-item .column {
	width: 8px;
	height: 8px;
	margin-right: 30px;
	border: 1px solid #fff;
	border-radius: 50%;
	position: relative;
} */

/* .tech-protect .count-box .count-item .column::after {
	content: "";
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 4rem;
	position: absolute;
	background-color: #FFF;

} */


.condition-agent .section-items .section-item .item-shadow .right-img {
	/* margin-left: auto;
	margin-top: auto; */
	position: absolute;
	right: 0;
	bottom: 0;
	width: 2.2rem;
	/* height: 2.18rem; */
}

.condition-agent .section-items .section-item .item-shadow .left .title {
	font-weight: 500;
	font-size: 0.3rem;
	line-height: 0.42rem;
	color: #333333;
	margin-bottom: 0.15rem;
}

.condition-agent .section-items .section-item .item-shadow .left .article {
	margin-bottom: 0.12rem;
}

.condition-agent .section-items .section-item .item-shadow .left .article img {
	width: 0.16rem;
	height: 0.16rem;
	margin-right: 0.08rem;
}

.condition-agent .section-items .section-item .item-shadow .left .article span {
	font-weight: 400;
	font-size: 0.14rem;
	line-height: 0.14rem;
	color: #333333;
}

.condition-agent .phone-join-btn {
	display: none;
}

@media only screen and (max-width: 991px) {

	.container {
		width: 100%;
	}

	.agent-banner {
		width: 100%;
		padding-top: 44px;
		text-align: center;
	}

	.agent-banner .bg-pic {
		display: none;
	}

	.agent-banner .phone-bg-pic {
		display: block;
		width: 100%;
	}

	.agent-banner .container {
		top: 72px;
		transform: translate(-50%, 0);
	}

	.agent-banner .content .title {
		font-weight: 500;
		font-size: 0.44rem;
		line-height: 1.5;
		color: #000000;
	}

	.agent-banner .content .article {
		font-size: 14px;
		line-height: 20px;
		margin-top: 5px;
	}

	.agent-banner .content button {
		display: none;
	}

	.agent-banner .company-pc {
		display: none;
	}

	.agent-banner .content {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	/* company-Joining */
	.company-Joining {
		width: 100%;
		padding: 0.8rem 0 0.6rem 0;
	}

	.company-Joining .content {
		text-align: center;
		margin-bottom: 0.6rem;
	}

	.company-Joining .content .title {
		font-weight: 500;
		font-size: 0.44rem;
		line-height: 1.5;
		color: #333;
	}

	.company-Joining .section-items {
		display: flex;
		flex-direction: column;
		gap: 15px 0;
		padding: 0 15px;
	}

	/* .company-Joining .pc-items {
		display: none;
	} */

	.company-Joining .section-items section {
		display: flex;
		width: 100%;
		height: auto;
		background: #FFFFFF;
		border: 1px solid #eeeeee;
		box-sizing: border-box;
		padding: 15px 10px 20px 15px;
		/* margin-bottom: 0.22rem; */
		position: relative;
	}

	.company-Joining .section-items section img {
		width: 30px;
		height: 30px;
	}

	.company-Joining .section-items section .text {
		padding-top: 5px;
	}

	.company-Joining .section-items section .text .title {
		display: flex;
		align-items: center;

	}

	.company-Joining .section-items section .text .title span {
		font-weight: bold;
		font-size: 0.32rem;
		line-height: 0.32rem;
		color: #333333;
	}

	.company-Joining .section-items section .text .article {
		margin-top: 20px;
		margin-left: -30px;
		width: calc(100% + 30px);
		display: flex;
		flex-direction: column;
		gap: 15px 0;
	}

	.company-Joining .section-items section .text .article li {
		font-size: 14px;
		line-height: 0.36rem;
		color: #666;
		/* margin-bottom: 0.44rem; */
	}

	.company-Joining .section-items section .text .title .add-img {
		display: block;
		width: 0.3rem;
		height: 0.3rem;
		/* margin-left: auto; */
		position: absolute;
		right: 0.2rem;
		top: 0.2rem;
	}

	.company-Joining .section-items section .text .title .reduce-img {
		display: none;
		width: 0.3rem;
		height: 0.3rem;
		/* margin-left: auto; */
		position: absolute;
		right: 0.2rem;
		top: 0.2rem;
	}

	.company-Joining .joining-btn {
		text-align: center;
		margin-top: 0.8rem;
	}

	.company-Joining .joining-btn button {
		width: 6.9rem;
		height: 0.9rem;
		background: var(--theme-color);
		border-radius: 0.08rem;
		font-weight: 400;
		font-size: 0.28rem;
		line-height: 0.9rem;
		border: none;
		color: #FFFFFF;
	}

	/* tech-protect */
	.tech-protect {
		height: 366px;
		padding: 60px 0;
		margin: 30px 0 0;
		background-color: #000;
	}

	.tech-protect .content .title {
		font-size: 0.44rem;
		line-height: 1.5;
	}

	.tech-protect video {
		/* top: 100px !important;
		object-fit: cover; */
		display: none;
	}

	.tech-protect .phone-video-pic {
		display: block;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
		position: absolute;
	}

	.tech-protect .content {
		margin-bottom: 40px;
	}

	.tech-protect .count-box {
		padding: 0 15px;
		display: grid;
		row-gap: 35px;
		grid-template-columns: repeat(3, 1fr);
	}

	.tech-protect .count-box .count-item {
		justify-content: center;
	}

	.tech-protect .count-box .count-item .count span {
		font-size: 30px !important;
	}

	.tech-protect .count-box .count-item .count span:nth-child(2) {
		font-size: 20px !important;
	}

	.tech-protect .count-box .count-item p {
		font-size: 12px;
	}

	/* company-products */
	.company-products {
		padding: 0.72rem 0 0.88rem 0;
		background: none;
		background-color: #FAFAFA;
	}

	.company-products .content .title {
		font-weight: 500;
		font-size: 0.44rem;
		line-height: 0.44rem;
		margin-bottom: 0.34rem;
	}

	.company-products .section-items {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.company-products .section-items section {
		width: 6.9rem;
		height: 3.96rem;
		background: #FFFFFF;
		border-radius: 0.15rem;
		border: 1px solid #E3E3E3;
		box-sizing: border-box;
		padding: 0.6rem 0.4rem 0.6rem 0.5rem;
		margin-bottom: 0.34rem;
		border: none;
	}

	.company-products .section-items section .title .first {
		font-weight: 500;
		font-size: 0.32rem;
		line-height: 0.32rem;
		color: #333333;
	}

	.company-products .section-items section .title .last {
		width: 0.64rem;
		height: 0.32rem;
		font-weight: 400;
		font-size: 0.2rem;
		color: #FFFFFF;
		line-height: 0.32rem;
	}

	.company-products .section-items section .article {
		margin-top: 0.3rem;
		font-weight: 400;
		font-size: 0.28rem;
		line-height: 0.28rem;
		color: #666666;
	}

	/* company-treatment */
	.company-treatment {
		margin-top: 0.4rem;
	}

	.company-treatment .content {
		text-align: center;
		margin-bottom: 1.04rem;
	}

	.company-treatment .content .title {
		font-weight: 500;
		font-size: 0.44rem;
		line-height: 0.44rem;
		color: #333333;
		margin-bottom: 0.12rem;
	}

	.company-treatment .content button span {
		margin-right: 0.22rem;
		font-size: 0.28rem;
		font-weight: 400;
	}

	.company-treatment .content button img {
		width: 0.32rem;
		height: 0.32rem;
	}

	.company-treatment .section-items {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 0.96rem;
	}

	.company-treatment .section-items section {
		width: 6.9rem;
		text-align: left;
		display: flex;
		align-items: center;
		margin-bottom: 0.66rem;
	}

	.company-treatment .section-items section img {
		width: 0.72rem;
		height: 0.72rem;
		margin-right: 0.34rem;
	}

	.company-treatment .section-items section .title {
		font-weight: 600;
		font-size: 0.32rem;
		line-height: 0.32rem;
		color: #333333;
	}

	.company-treatment .section-items section .article {
		font-weight: 400;
		font-size: 0.28rem;
		line-height: 0.32rem;
		color: #666666;
		width: auto;
	}

	/* .company-advantages */
	.company-advantages {
		display: none;
	}

	.phone_section-bottom-items {
		padding: 0 15px;
		margin-top: 30px;
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 15px;
		text-align: left;
	}

	.phone_section-bottom-items .title {
		margin: 20px 0;
		font-size: 0.44rem;
		font-weight: 500;
		line-height: 1.5;
		color: #333;
		text-align: center;
	}

	.phone_section-bottom-items .section-item {
		width: 100%;
		/* height: 65px; */
		max-height: 0;
		padding: 20px 15px 45px;
		border: 1px solid #E5E5E5;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		overflow: hidden;
		transition: max-height 0.4s ease;
	}

	.phone_section-bottom-items .section-item.active {
		max-height: 250px;
		box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.08);
		/* transition: height 0.3s ease-out; */
	}

	.phone_section-bottom-items .section-item.active .text {
		opacity: 1;
		transition: opacity 0.3s ease-in-out;
	}

	.phone_section-bottom-items .section-item .header-box {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.phone_section-bottom-items .section-item .top {
		display: flex;
		align-items: center;
	}

	.phone_section-bottom-items .section-item .top img {
		width: 24px;
		height: 24px;
		margin-right: 12px;
	}

	.phone_section-bottom-items .section-item .top span {
		font-weight: 500;
		font-size: 0.32rem;
		line-height: 0.32rem;
		color: #333333;
	}

	.phone_section-bottom-items .section-item .text {
		width: 100%;
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
		color: #333333;
		margin-top: 12px;
		opacity: 0;
	}

	/* condition-agent */
	.condition-agent {
		padding: 50px 15px;
	}

	.condition-agent .content .title {
		font-weight: 500;
		font-size: 0.44rem;
		line-height: 1.5;
		color: #333;
		margin-bottom: 30px;
	}

	.condition-agent .section-items {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px 0;
	}

	.condition-agent .section-items .section-item {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		display: flex;
		background-color: #ffffff;
		margin-right: 0;
		/* margin-top: 0.36rem; */
	}

	.condition-agent .section-items .section-item .item-shadow {
		width: 100%;
		height: auto;
		margin-right: 0;
		padding: 20px 0 20px 15px;
		overflow: hidden;
	}

	.condition-agent .section-items .section-item .item-shadow .right-img {
		width: 150px;
		height: auto;
		z-index: 1;
		top: 50%;
		right: -20px;
		transform: translateY(-50%);
	}

	.condition-agent .section-items .section-item .item-shadow .left {
		position: relative;
		z-index: 2;
	}

	.condition-agent .section-items .section-item .item-shadow .left .title {
		font-size: 16px;
		font-weight: 500;
		line-height: 18px;
	}

	.condition-agent .section-items .section-item .item-shadow .left .article img {
		width: 14px;
		height: 14px;
	}

	.condition-agent .section-items .section-item .item-shadow .left .article span {
		font-size: 14px;
		line-height: 20px;
		white-space: nowrap;
	}

	.condition-agent .phone-join-btn {
		display: block;
		width: 100%;
		height: 45px;
		line-height: 45px;
		color: #FFF;
		border-radius: 6px;
		margin: 50px auto 20px;
		text-align: center;
		font-size: 16px;
		background-color: var(--theme-color);
	}

	/* how-partner */
	.how-partner {
		display: none;
	}

	/* go-join */
	.go-join {
		display: none;
	}

}