* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	font-family: '微软雅黑';
}

.mapBox {
	background: url(/static/v2020/images/cooperation/mapbg.png) center center no-repeat;
	height: 860px;
	width: 100%;
}

.mapBox h2 span {
	color: #f51a39;
	font-size: 66px;
	margin-right: 10px;
}

.mapBox h2 {
	color: #303030;
	font-size: 53px;
	text-align: center;
	padding: 80px 0px 50px;
}

#Maps {
	width: 60%;
	height: 590px;
	float: left;
}

#lineT {
	width: 40%;
	height: 300px;
	float: left;
	margin-top: 180px;
}

@media screen and (max-width: 1600px) {
	#Maps {
		width: 60%;
		height: 550px;
	}

	#lineT {
		width: 40%;
		height: 300px;
	}
}

@media screen and (max-width: 800px) {
	#Maps {
		width: 100%;
		height: 280px;
	}

	#lineT {
		width: 100%;
		height: 300px;
		margin-top: 30px;
	}

	.mapBox {
		height: auto;
		background-size: 100% 100%;
	}

	.mapBox h2 span {
		font-size: 30px;
	}

	.mapBox h2 {
		font-size: 28px;
	}
}

.sustain {
	height: 860px;
	width: 100%;
	background: url(/static/v2023/images/cooperation/5-bg.png);
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 48px;
	text-align: center;
	cursor: default;
}

.sustain .sustain-title {
	height: 40px;
	font-size: 40px;
	color: #333;
	font-weight: bold;
	padding-top: 119px;
}

.sustain .sustain-adesc {
	height: 18px;
	font-size: 18px;
	color: #999;
	margin-top: 50px;
}

.sustain .sustain-drop {
	margin-top: 50px;
}

.sustain .sustain-drop .sustain-classify {
	display: flex;
	width: 900px;
	margin: 0 auto;
	justify-content: space-between;
}

.sustain-drop .sustain-classify li {
	width: 200px;
	height: 56px;
	background: linear-gradient(90deg, #ffd7dd 0%, #ffe8e8 100%);
	border-radius: 3px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	line-height: 56px;
}

.sustain-drop .sustain-classify .sustain-selected {
	background: linear-gradient(90deg, #ff6565 0%, #ff2347 100%);
	color: #fff;
}

.sustain-drop .sustain-classify li div:nth-child(1) {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	margin-top: 14px;
}

.sustain-drop .sustain-classify .drop-title {
	padding-left: 30px;
}

.sustain-drop .sustain-msg {
	width: 1200px;
	margin: 45px auto 0;
	display: flex;
	justify-content: space-between;
}

.sustain-msg .sustain-msg-left .sustain-msg-title {
	width: 450px;
	height: 70px;
	border-bottom: 1px solid #dfdfdf;
	font-size: 30px;
	font-weight: 400;
	font-family: Microsoft YaHei;
	color: #222;
	line-height: 48px;
	text-align: left;
}

.sustain-msg .sustain-msg-title span {
	font-weight: bold;
}

.sustain-msg .sustain-msg-left .red-ed2e2e {
	color: #ed2d2d;
}

.sustain-msg .sustain-msg-left .sustain-line {
	display: block;
	background-color: #222;
	height: 4px;
	width: 24px;
	position: absolute;
	margin-top: 17px;
}

.sustain-msg-left li {
	line-height: 36px;
	text-align: left;
	font-family: Microsoft YaHei;
	font-weight: 400;
	display: flex;
	margin-top: 41px;
}

/* .sustain-msg-left li i{background: url(/static/v2023/images/cooperation/5-dian2.png);display: block;width: 34px;height: 32px;} */
.sustain-msg-left li div {
	font-size: 24px;
	color: #222;
	margin-left: 21px;
	width: 384px;
}

.sustain-msg-left li span {
	font-size: 16px;
	color: #666;
	display: block;
}

.agent-users {
	width: 100%;
	text-align: center;
	font-family: Microsoft YaHei;
	line-height: 48px;
	font-weight: 400;
	color: #333;
	background: url(/static/v2023/images/cooperation/7-bg.png);
	cursor: default;
}

.agent-users .agent-users-title {
	height: 40px;
	font-size: 40px;
	font-weight: bold;
	padding-top: 118px;
}

.agent-users .users-type {
	width: 1200px;
	margin: 80px auto;
}

.agent-users .users-type .proxy-user {
	display: flex;
	justify-content: center;
}

.users-type .proxy-user li {
	width: 180px;
	height: 50px;
	background-color: #fff5f5;
	border-radius: 3px;
	font-size: 16px;
	color: #222;
	margin-right: 20px;
	cursor: pointer;
}

.users-type .proxy-user .select-use-type {
	background-color: #f62b2b;
	color: #fff;
}

.users-type .user-msg {
	margin-top: 46px;
}

.users-type .user-info {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.users-type .user-info li {
	width: 380px;
	height: 530px;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #d7dce4;
	box-shadow: 0 5px 20px 0 rgba(29, 34, 42, 0.1);
	border-radius: 10px;
	padding: 44px 30px 0;
}

.users-type .user-info .user-msg-header {
	display: flex;
	height: 60px;
	text-align: left;
}

.user-info .user-msg-header div span {
	display: block;
	margin-left: 12px;
}

.user-info .user-msg-header .user-name {
	height: 12px;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 12px;
}

.user-info .user-msg-header .user-post {
	height: 16px;
	font-size: 16px;
	line-height: 36px;
	color: #666;
}

.user-info:nth-child(2) .user-msg-header .user-post {
	font-size: 14px;
	line-height: 18px;
	color: #999;
}

.user-info li p {
	font-size: 16px;
	color: #666;
	line-height: 32px;
	text-align: left;
	margin-top: 14px;
	text-align: justify;
}

/* demo */
.dialog-demo {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.27);
	display: none;
}

.dialog-demo .demo-main {
	width: 560px;
	height: 290px;
	border: 1px solid #fafafa;
	background: linear-gradient(-59deg, #f8e2e6 0%, #f4f7fa 43%);
	box-shadow: 0 5px 40px 0 rgba(100, 89, 83, 0.1);
	border-radius: 10px;
	margin: 290px auto 0;
	text-align: center;
}

/* .dialog-demo .demo-main{width: 560px;height: 714px;border: 1px solid #fafafa;background: linear-gradient(-59deg,#f8e2e6 0%,#f4f7fa 43%);box-shadow: 0 5px 40px 0 rgba(100, 89, 83, 0.1);border-radius: 10px;margin: 130px auto 0;text-align: center;} */
.dialog-demo .demo-main .colse-demo {
	font-size: 20px;
	font-weight: bold;
	color: #dccece;
	line-height: 36px;
	display: inline-block;
	width: 96%;
	text-align: right;
}

.dialog-demo .demo-main .colse-demo:hover {
	cursor: pointer;
}

.dialog-demo .demo-main .demo-title {
	font-size: 30px;
	font-weight: bold;
	color: #222;
	line-height: 36px;
	margin-top: 10px;
}

.dialog-demo .demo-main .demo-users {
	display: flex;
	font-size: 16px;
	line-height: 30px;
	justify-content: space-evenly;
	margin-top: 33px;
}

.demo-main .demo-users .demo-side {
	width: 220px;
	height: 140px;
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(137, 141, 144, 0.18);
	border-radius: 10px;
	color: #666;
	font-weight: 400;
	border: 3px solid #fff;
	padding: 30px;
}

.demo-main .demo-users .demo-side:hover {
	border-image: linear-gradient(90deg, #fa8f26, #ff544f) 10 10;
	clip-path: inset(0px round 6px);
}

.demo-users .demo-side .user-side-name {
	color: #ff6B4e;
	font-size: 30px;
	margin-top: 8px;
}

.demo-users .demo-side .administrators-side-name {
	color: #4557b1;
	font-size: 30px;
	margin-top: 8px;
}

.dialog-demo .demo-main .free-code {
	margin: 40px auto 0;
	width: 460px;
	height: 374px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	box-shadow: 0 0 5px 0 rgba(137, 141, 144, 0.18);
	padding-top: 31px;
}

.demo-main .free-code .free-code-title {
	font-size: 30px;
	font-weight: 400;
	color: #ff370e;
	line-height: 36px;
	font-family: DingTalk JinBuTi;
}

.demo-main .free-code .free-code-img {
	width: 260px;
	height: 260px;
	padding: 6px;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #f4f7fa;
	box-shadow: 0 13px 27px 0 rgba(215, 205, 207, 0.18);
	margin: 16px auto 0;
}

.toTop .servicetel .serviceImg4 {
	background: url(/static/v2023/images/help/rjiantou.png) center center no-repeat;
}

.toTop {
	height: 60px;
	background: linear-gradient(-46deg, #fffefe 0%, #f9e5e3 100%);
}


/* 代理合作 */
/* 标题字体不同颜色 */
.color-ef2842 {
	color: #ef2842;
}

.red-ec3f3f {
	color: #ec3f3f;
}

.font1 {
	font-size: 40px;
	font-family: Microsoft YaHei;
	color: #222;
	font-weight: bold;
	text-align: center;
}

.font2 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	color: #333;
	font-weight: 400;
	text-align: center;
}

.cooperation-page .banner {
	background: url(/static/v2023/images/cooperation/0-dl-banner.png);
	height: 500px;
	background-size: cover;
}

.banner .banner-btn {
	position: absolute;
	margin-top: 316px;
	margin-left: 731px;
}

/* .banner .banner-btn button{width: 220px;height: 58px;border-radius: 29px;font-family: Alibaba PuHuiTi;font-weight: 400;font-size: 20px;line-height: 20px;text-align: center;cursor: pointer;}
.banner-btn .banner-demo{background: linear-gradient(270deg,#fe5f37 0%,#ff0f47 100%);color: #fff;margin-right: 18px;} */
.banner-btn .banner-video {
	color: #fe3740;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #ff1c44;
}

.market_box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: -150px;
	text-align: center;
	font-family: Microsoft YaHei;
	cursor: default;
}

.market {
	width: 1200px;
	height: 350px;
	background: linear-gradient(0deg, #fffdfd 0%, #fff 100%);
	box-shadow: 0 0 38px 2px rgba(104, 80, 83, 0.18);
	border-radius: 10px;
	/* position: absolute; */
	/* margin-left: 352px; */
}

.market .market-title {
	height: 39px;
	font-weight: bold;
	font-size: 40px;
	color: #222;
	line-height: 60px;
	margin-top: 49px;
	margin-bottom: 27px;
}

.market .market-adesc p {
	height: 55px;
	font-size: 18px;
	font-weight: 400;
	color: #666;
	line-height: 36px;
	width: 797px;
	margin: 0 auto 45px;
}

.agency-benefits {
	width: 100%;
	background: linear-gradient(0deg, #fff 0%, #fff9fa 100%);
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222;
	line-height: 40px;
}

.agency-benefits .agency-adesc {
	text-align: center;
	padding-top: 290px;
	font-size: 24px;
	height: 25px;
}

.agency-img_box {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.agency-benefits .agency-img {
	/* margin-left: 404px; */
	margin-top: 80px;
}

.agency-benefits .agent-system {
	width: 1200px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
}

.agent-system .agent-drop {
	padding-top: 70px;
	cursor: default;
}

.agent-system .agent-drop .drop-title {
	height: 90px;
	font-size: 24px;
}

.agent-system .agent-drop li {
	margin-top: 30px;
}

.agent-system .agent-drop li span {
	display: inline-block;
	width: 450px;
	font-size: 18px;
	color: #444;
	line-height: 30px;
	margin-left: 30px;
}

.agency-benefits button {
	width: 220px;
	height: 58px;
	border-radius: 29px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}

.agency-benefits .banner-demo {
	background: linear-gradient(270deg, #fe5f37 0%, #ff0f47 100%);
	color: #fff;
	display: block;
	margin: 0 auto 100px;
}

.video-file {
	width: 100%;
	height: 735px;
	border-radius: 10px;
	background: url(/static/v2023/images/cooperation/3-bg.png);
	border: 1px solid #fff;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 48px;
	text-align: center;
}

.video-file .video-file-title {
	height: 40px;
	font-size: 40px;
	font-weight: bold;
	color: #333;
	margin-top: 99px;
}

.video-file .video-documents {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 62px auto 60px;
}

.video-file .video-documents iframe {
	border: 10px solid #fff;
}

.video-file button {
	width: 260px;
	height: 60px;
	margin: 0 auto;
	background: linear-gradient(90deg, #ffac55 0%, #fd644f 100%);
	border-radius: 10px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}

.model {
	width: 100%;
	margin: 102px auto 0;
	cursor: default;
}

.model-rights {
	width: 1200px;
	margin: 50px auto;
}

.model-title {
	height: 40px;
}

.model-adesc {
	height: 19px;
	margin-top: 23px;
}

.model-rights .rights-title ul {
	display: flex;
}

.model-rights .rights-title li {
	width: 240px;
	height: 120px;
}

.one-rights {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.rights {
	width: 100%;
	height: 60px;
	background: #f5f7fa;
	border: 1px solid #f3f3f3;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	font-family: Microsoft YaHei;
	line-height: 60px;
	padding-left: 21px;
}

.rights .up-down {
	display: inline-block;
	width: 80px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #d7dce4;
	border-radius: 10px;
	font-size: 16px;
	color: #333;
	font-family: Microsoft YaHei, regular;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
	margin-left: 16px;
	cursor: pointer;
}

.rights .up-down img {
	margin-left: 4px;
}

.one-rights ul {
	width: 240px;
}

.one-rights ul li {
	height: 60px;
	text-align: center;
	line-height: 60px;
	border: 1px solid #f3f3f3;
}

.one-rights .one-title li {
	text-align: left;
	padding-left: 21px;
	color: #222;
}

/* .model-rights ul li i{width: 16px;height: 16px;background: url(/static/v2023/images/rights-tip.png);display: inline-block;margin-right: 11px;transform: translateY(2px);background-size: contain;} */
.red-no {
	background: url(/static/v2023/images/x.png) no-repeat;
	background-position: center;
}

.blue-yes {
	background: url(/static/v2023/images/√.png) no-repeat;
	background-position: center;
}

.how-agent {
	font-family: Microsoft YaHei;
	line-height: 48px;
	text-align: center;
	cursor: default;
}

.how-agent-title {
	height: 40px;
	font-size: 40px;
	font-weight: bold;
	color: #333;
	padding-top: 112px;
	margin-bottom: 50px;
}

.how-agent-adesc {
	height: 17px;
	font-size: 18px;
	font-weight: 400;
	color: #999;
}

.how-agent img {
	margin: 68px auto;
}

.agent-rights {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.agent-rights ul {
	width: 240px;
}

.agent-rights ul li {
	height: 60px;
	text-align: center;
	line-height: 60px;
	border: 1px solid #f3f3f3;
}

.agent-rights .one-title li {
	text-align: left;
	padding-left: 21px;
	color: #222;
}

.agent {
	width: 100%;
	height: 260px;
	background: url(/static/v2023/images/cooperation/8-pic.png) no-repeat center;
	/* position: relative; */
	display: flex
	;
	    flex-direction: row;
	    justify-content: center;
	    align-items: center;
}

.change-agent {
	width: 220px;
	height: 50px;
	background: linear-gradient(270deg, #fe5f37 0%, #ff0f47 100%);
	border-radius: 5px;
	font-size: 18px;
	line-height: 50px;
	font-weight: 400;
	color: #fff;
	font-family: Alibaba PuHuiTi;
	text-align: center;
	/* position: absolute; */
	/* margin-left: 44%; */
	margin-top: 120px;
	cursor: pointer;
}

.dialog-cover {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.27);
	position: fixed;
	z-index: 999;
	top: 0;
	display: none;
}

/* .agent-dialog{width: 560px;height: 714px;margin: 120px auto 0;background-color: #fff;border: 1px solid #fafafa;box-shadow: 0 5px 40px 0 rgba(100, 89, 83, 0.1);border-radius: 10px;} */
.agent-dialog {
	width: 560px;
	height: 600px;
	margin: 180px auto 0;
	background-color: #fff;
	border: 1px solid #fafafa;
	box-shadow: 0 5px 40px 0 rgba(100, 89, 83, 0.1);
	border-radius: 10px;
}

.agent-dialog .layui-form {
	flex-direction: column;
	padding: 0 6px 40px 40px;
}

.colse-dialog {
	font-size: 20px;
	color: #fccece;
	width: 100%;
	text-align: right;
	cursor: default;
	background-color: #fff;
	border: none;
}

.dialog-title {
	height: 30px;
	font-size: 30px;
	line-height: 48px;
	margin-bottom: 30px;
}

.layui-form-label {
	width: 140px;
	height: 16px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #222;
	font-weight: 400;
	text-align: right;
}

.agent-dialog .layui-form-item {
	width: 90%;
	margin: 10px;
	height: 48px;
}

.agent-dialog .layui-form-item:nth-child(3) {
	width: 90%;
}

/* .layui-form-item:nth-child(3) .layui-input-block{width: 200px;} */
.agent-dialog .layui-form-label .start {
	height: 15px;
	color: #ec2020;
}

.agent-dialog .layui-input-block {
	margin-left: 140px;
}

.agent-dialog .layui-form-item .layui-input-inline {
	width: 170px;
}

.agent-dialog .layui-form-mid {
	width: 140px;
	;
	text-align: center;
	height: 48px;
	font-size: 16px;
	font-weight: 400;
	;
	line-height: 30px;
	font-family: Microsoft YaHei;
	background-color: #ff6448;
	border-radius: 3px;
	color: #fff;
	margin-right: 0;
}

.agent-dialog .layui-input {
	height: 48px;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
}

.agent-dialog .layui-form-item:last-child .layui-input-block {
	margin: 0 auto;
	width: 100%;
}

.agent-dialog .layui-btn {
	width: 100%;
	height: 56px;
	background: linear-gradient(270deg, #fe5f37 0%, #ff0f47 100%);
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	font-family: Alibaba PuHuiTi;
	margin: 0 auto;
	text-align: center;
}

/* 图片改精灵图  cooperation.png*/
.agent-system .agent-drop li i {
	width: 20px;
	height: 20px;
	background: url(/static/v2023/images/cooperation.png);
	background-position: -96px -342px;
	display: inline-block;
	position: absolute;
	margin-top: 10px;
}

.model-rights .rights-title .v0-common {
	background: url(/static/v2023/images/cooperation/123.png);
	background-size: cover;
}

.model-rights .rights-title .v1-common {
	background: url(/static/v2023/images/cooperation.png);
	background-position: -10px -10px;
}

.model-rights .rights-title .v2-senior {
	background: url(/static/v2023/images/cooperation.png);
	background-position: -270px -10px;
}

.model-rights .rights-title .v3-core {
	background: url(/static/v2023/images/cooperation.png);
	background-position: -10px -150px;
}

.model-rights .rights-title .v3-core {
	background: url(/static/v2023/images/cooperation/v3year.png);
	background-size: cover;
}

.model-rights .rights-title .v4-partner {
	background: url(/static/v2023/images/cooperation.png);
	background-position: -270px -150px;
}

.model-rights ul li i {
	width: 22px;
	height: 22px;
	background: url(/static/v2023/images/cooperation.png);
	background-position: -54px -342px;
	display: inline-block;
	transform: translateY(5px);
}

.sustain-drop .sustain-classify .sustain-img0 {
	background: url(/static/v2023/images/cooperation.png);
	background-position: -66px -290px;
}

.sustain-drop .sustain-classify .sustain-img1 {
	background: url(/static/v2023/images/cooperation.png);
	background-position: -165px -290px;
}

.sustain-drop .sustain-classify .sustain-img2 {
	background: url(/static/v2023/images/cooperation.png);
	background-position: -264px -290px;
}

.sustain-drop .sustain-classify .sustain-img3 {
	background: url(/static/v2023/images/cooperation.png);
	background-position: -367px -290px;
}

.sustain-drop .sustain-classify .sustain-changeimg0 {
	background: url(/static/v2023/images/cooperation.png);
	background-position: -118px -290px;
}

.sustain-drop .sustain-classify .sustain-changeimg1 {
	background: url(/static/v2023/images/cooperation.png);
	background-position: -215px -290px;
}

.sustain-drop .sustain-classify .sustain-changeimg2 {
	background: url(/static/v2023/images/cooperation.png);
	background-position: -315px -290px;
}

.sustain-drop .sustain-classify .sustain-changeimg3 {
	background: url(/static/v2023/images/cooperation.png);
	background-position: -417px -290px;
}

.sustain-msg-left li i {
	background: url(/static/v2023/images/cooperation.png);
	background-position: -10px -290px;
	display: block;
	width: 34px;
	height: 32px;
}