* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}



.page a {
	text-decoration: none
}

.page a:hover {
	text-decoration: none
}
.page input {
	font-size: 13px
}

.page .head-banner {
	width: 100%;
	cursor: pointer
}

.page .aside-btn {
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 999;
	cursor: pointer
}

.page .aside-btn .to-form {
	width: 80px;
	height: 60px
}

.page .submit-form {
	background: #fff;
	-webkit-box-shadow: 0 6px 20px 0 rgba(223, 229, 239, .45);
	box-shadow: 0 6px 20px 0 rgba(223, 229, 239, .45);
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 40px 50px;
	position: relative;
	z-index: 9999;
	transform: scale(1);
	flex-direction: column;
	inset: 0px;
	justify-content: center;
	align-items: center;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.page .submit-form .close-icon1 {
	font-size: 40px;
	position: absolute;
	bottom: -80px;
	color: #fff;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}

.page .submit-form .form-success {
	text-align: center;
	font-size: 30px;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: 700;
	color: #333;
	line-height: 42px;
	margin-bottom: 30px
}

.page .submit-form .form-success-confirm {
	margin: 0 auto;
	width: 150px;
	height: 60px;
	background: #4070ff;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	font-size: 22px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 60px
}

.page .submit-form .form-title {
	text-align: center;
	font-size: 28px;
	color: #1a2033;
	font-weight: 700;
	margin-bottom: 30px
}

.page .submit-form .wrong {
	border-color: #fa5151 !important;
	-webkit-animation: skew-data-v-bd95920c .3s ease-in-out 3;
	animation: skew-data-v-bd95920c .3s ease-in-out 3
}

@-webkit-keyframes skew-data-v-bd95920c {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	25% {
		-webkit-transform: rotate(.5deg);
		transform: rotate(.5deg)
	}

	50% {
		-webkit-transform: rotate(1deg);
		transform: rotate(1deg)
	}

	75% {
		-webkit-transform: rotate(.5deg);
		transform: rotate(.5deg)
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes skew-data-v-bd95920c {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	25% {
		-webkit-transform: rotate(.5deg);
		transform: rotate(.5deg)
	}

	50% {
		-webkit-transform: rotate(1deg);
		transform: rotate(1deg)
	}

	75% {
		-webkit-transform: rotate(.5deg);
		transform: rotate(.5deg)
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

.page .submit-form .form-item {
	padding-left: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-shadow: 0 6px 20px 0 rgba(223, 229, 239, .45);
	box-shadow: 0 6px 20px 0 rgba(223, 229, 239, .45);
	border: 1px solid #ccc;
	width: 344px;
	height: 48px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 13px;
	font-size: 12px
}

.page .submit-form .form-item text {
	margin-right: 8px;
	color: #cbced8
}

.page .submit-form .form-item input {
	outline: none;
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: inherit;
	color: #1a2033
}

.page .submit-form .form-item .place-holder {
	font-weight: 400;
	color: #cbced8
}

.page .submit-form .code-yz {
	margin-bottom: 13px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.page .submit-form .code-yz> :first-child {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 220px;
	height: 48px;
	-webkit-box-shadow: 0 6px 20px 0 rgba(223, 229, 239, .45);
	box-shadow: 0 6px 20px 0 rgba(223, 229, 239, .45);
	border: 1px solid #ccc;
	padding-left: 10px
}

.page .submit-form .code-yz> :first-child text {
	margin-right: 8px;
	color: #cbced8
}

.page .submit-form .code-yz> :first-child input {
	color: #1a2033
}

.page .submit-form .code-yz> :first-child .place-holder {
	font-weight: 400;
	color: #cbced8
}

.page .submit-form .code-yz> :last-child {
	width: 112px;
	height: 48px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 12px;
	background: #4e90ff;
	color: #fff;
	line-height: 48px;
	text-align: center;
	cursor: pointer
}

.page .submit-form .code-yz input {
	outline: none;
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: inherit;
	color: #1a2033;
}

.page .submit-form .footer-btn {
	width: 344px;
	height: 50px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #4e90ff;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 50px;
	margin-top: 27px;
	cursor: pointer
}

.page .solution-content .item6 {
	background: #323741;
	font-size: 14px;
	font-family: AlibabaPuHuiTiR;
	color: #646a79;
	line-height: 24px;
	padding: 100px 0 24px;
	text-align: center
}

.page .solution-content .item6> :first-child {
	font-size: 16px;
	font-family: AlibabaPuHuiTiR;
	color: #989fb3;
	line-height: 28px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: left;
	margin-bottom: 104px
}

.page .solution-content .item6> :first-child .item6-l {
	margin-right: 304px
}

.page .solution-content .item6> :first-child .item6-l> :first-child {
	font-size: 40px;
	font-family: AlibabaPuHuiTiB;
	color: #fff;
	line-height: 40px
}

.page .solution-content .item6> :first-child .item6-l> :nth-child(2) {
	margin: 40px 0 24px
}

.page .solution-content .item6> :first-child .item6-l> :last-child {
	width: 202px;
	height: 56px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ff8572;
	font-size: 22px;
	font-family: AlibabaPuHuiTiB;
	color: #ff8572;
	text-align: center;
	line-height: 56px;
	cursor: pointer;
	font-weight: 700
}

.page .solution-content .item6> :first-child .item6-r {
	text-align: center
}

.page .solution-content .item6> :first-child .item6-r img {
	width: 186px;
	height: 186px
}

.page .solution-content .item5 {
	padding: 100px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative
}

.page .solution-content .item5 .item5-l {
	margin-right: 180px
}

.page .solution-content .item5 .item5-l .item5-l-1 {
	-webkit-box-shadow: -5px -5px 20px 0 rgba(0, 0, 0, .05);
	box-shadow: -5px -5px 20px 0 rgba(0, 0, 0, .05)
}

.page .solution-content .item5 .item5-l>div {
	width: 256px;
	padding: 12px 0 23px;
	background: #fafbfc;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #eaeaea;
	text-align: center
}

.page .solution-content .item5 .item5-l>div:hover {
	cursor: pointer
}

.page .solution-content .item5 .item5-l>div> :first-child {
	width: 232px;
	height: 107px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	margin: 0 auto
}

.page .solution-content .item5 .item5-l>div> :nth-child(2) {
	font-size: 12px;
	font-family: AlibabaPuHuiTiR;
	color: #575b66;
	margin: 10px 0 15px
}

.page .solution-content .item5 .item5-l>div> :nth-child(3) {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto
}

.page .solution-content .item5 .item5-l>div> :last-child {
	font-size: 12px;
	font-family: AlibabaPuHuiTiR;
	color: #6d7280;
	line-height: 12px;
	margin-top: 8px
}

.page .solution-content .item5 .item5-img1 {
	position: absolute;
	left: 750px;
	top: 140px;
	width: 25px;
	height: 25px
}

.page .solution-content .item5 .item5-img2 {
	position: absolute;
	left: 310px;
	top: 200px;
	width: 23px;
	height: 23px
}

.page .solution-content .item5 .item5-img3 {
	position: absolute;
	left: 460px;
	top: 480px;
	width: 35px;
	height: 35px
}

.page .solution-content .item5 .item5-img4 {
	position: absolute;
	right: 630px;
	top: 220px;
	width: 23px;
	height: 23px
}

.page .solution-content .item5 .item5-r {
	font-size: 16px;
	font-family: AlibabaPuHuiTiR;
	color: #6d7280;
	line-height: 28px
}

.page .solution-content .item5 .item5-r .title-t5-1 {
	font-size: 40px;
	font-family: AlibabaPuHuiTiB;
	color: #1a2033;
	line-height: 40px;
	margin-bottom: 40px;
	font-weight: 600
}

.page .solution-content .item5 .item5-r> :nth-child(2) {
	margin-bottom: 20px
}

.page .solution-content .item5 .item5-r text {
	color: #1a2033;
	font-family: AlibabaPuHuiTiB
}

.page .solution-content .item5-img1 {
	position: relative;
	z-index: 99;
	top: 0;
	left: 150px;
	width: 46px;
	height: 46px
}

.page .solution-content .item4 {
	background: #f5f6fa;
	padding: 56px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.page .solution-content .item4 .inline-case {
	text-align: center
}

.page .solution-content .item4 .inline-case>div {
	font-size: 40px;
	font-family: AlibabaPuHuiTiB;
	color: #1a2033;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 80px
}

.page .solution-content .item4 .inline-case>img {
	display: block;
	width: 1016px;
	height: 204px
}

.page .solution-content .item4 .inline-case>img:nth-child(3) {
	margin: 40px 0
}

.page .solution-content .item4 .item4-l {
	font-size: 16px;
	font-family: AlibabaPuHuiTiB;
	color: #6d7280;
	line-height: 28px;
	margin-right: 157px
}

.page .solution-content .item4 .item4-l .title-t4-1 {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 40px;
	color: #6d7280;
	font-family: AlibabaPuHuiTiR
}

.page .solution-content .item4 .item4-l .title-t4-1 text {
	color: #1a2033;
	font-family: AlibabaPuHuiTiB
}

.page .solution-content .item4 .item4-l .title-t4 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 40px;
	font-weight: 700;
	color: #1a2033;
	font-weight: 600
}

.page .solution-content .item4 .test12 {
	width: 509px;
	height: 528px
}

.page .solution-content .item-img1 {
	position: relative;
	z-index: 99;
	top: 0;
	left: 280px;
	width: 46px;
	height: 46px
}

.page .solution-content .item-img2 {
	position: relative;
	z-index: 99;
	top: 0;
	right: 40px;
	width: 46px;
	height: 46px
}

.page .solution-content .item3 {
	background: #fff;
	text-align: center;
	padding: 100px 120px;
	position: relative
}

.page .solution-content .item3 .inline-contract {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.page .solution-content .item3 .inline-contract .inline-item {
	padding-top: 18px;
	text-align: center;
	width: 296px;
	height: 516px;
	background: rgba(245, 246, 250, .6);
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-size: 16px;
	font-family: AlibabaPuHuiTiR;
	color: #a7adbe;
	line-height: 24px
}

.page .solution-content .item3 .inline-contract .inline-item>img {
	width: 160px;
	height: 166px
}

.page .solution-content .item3 .inline-contract .inline-item .inline-item-title {
	font-size: 22px;
	font-family: AlibabaPuHuiTiB;
	color: #1a2033;
	line-height: 22px;
	font-weight: 600;
	margin: 12px auto 8px
}

.page .solution-content .item3 .inline-contract .inline-item>div {
	width: 244px;
	margin: 0 auto;
	margin-top: 16px
}

.page .solution-content .item3 .item3-rt {
	width: 210px;
	height: 218px;
	position: absolute;
	top: -100px;
	right: 80px
}

.page .solution-content .item3 .item3-lb {
	width: 180px;
	height: 183px;
	position: absolute;
	left: 60px;
	bottom: -123px
}

.page .solution-content .item3> :first-child {
	font-size: 40px;
	font-family: AlibabaPuHuiTiB;
	color: #1a2033;
	line-height: 40px;
	font-weight: 600;
	margin: 0 0 80px
}

.page .solution-content .item3 .hx-st {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	letter-spacing: .5px
}

.page .solution-content .item3 .hx-st> :nth-child(2) {
	margin: 0 64px
}

.page .solution-content .item3 .hx-st div {
	position: relative;
	width: 296px;
	height: 300px;
	background: rgba(245, 246, 250, .6);
	-webkit-border-radius: 20px;
	border-radius: 20px
}

.page .solution-content .item3 .hx-st div text {
	position: absolute;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	font-size: 16px;
	font-family: AlibabaPuHuiTiR;
	color: #6d7280;
	line-height: 28px;
	white-space: nowrap
}

.page .solution-content .item2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #f5f6fa;
	padding: 82px 0
}

.page .solution-content .item2 .contract-img {
	width: 488px;
	height: 450px;
	margin-right: 160px
}
.page .head-img{
	margin-top: 80px;
}
.page .solution-content .item2 .inline-img {
	width: 488px;
	height: 435px;
	margin-right: 160px
}

.page .solution-content .item2 .item2-r {
	font-size: 16px;
	font-family: AlibabaPuHuiTiR;
	color: #6d7280;
	line-height: 28px
}

.page .solution-content .item2 .item2-r> :first-child {
	font-size: 40px;
	font-family: AlibabaPuHuiTiB;
	line-height: 40px;
	color: #1a2033;
	font-weight: 600;
	margin-bottom: 40px
}

.page .solution-content .item2 .item2-r> :first-child text {
	color: #4070ff
}

.page .solution-content .item2 .item2-r> :nth-child(2) text {
	color: #1a2033;
	font-weight: bold;
	font-family: AlibabaPuHuiTiB
}

.page .solution-content .item2 .item2-r>img {
	width: 33px;
	height: 33px;
	margin-top: 64px
}

.page .solution-content .hex {
	width: 160px;
	height: 160px;
	margin-top: 20px
}

.page .solution-content .hx-text {
	color: #1a2033;
	font-size: 16px;
	font-family: AlibabaPuHuiTiB;
	letter-spacing: .5px;
	font-weight: bold;
}

.page .solution-content .item1 {
	height: 640px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-content: center;
	align-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.page .solution-content .item1>video {
	width: 446px;
	height: 440px;
	margin-top: 90px
}

.page .solution-content .item1 .video-video {
	object-fit: cover !important
}

.page .solution-content .item1 .video-bar.video-bar-full {
	display: none
}

.page .solution-content .item1 .contract-img {
	width: 446px;
	height: 440px;
	margin-top: 90px
}

.page .solution-content .item1 .inline-img {
	width: 437px;
	height: 440px;
	margin-top: 90px
}

.page .solution-content .item1 .item1-l {
	padding: 160px 0;
	width: 520px;
	font-size: 16px;
	font-family: AlibabaPuHuiTiR;
	color: #1a2033;
	line-height: 28px;
	margin-right: 90px
}

.page .solution-content .item1 .item1-l> :first-child {
	font-size: 44px;
	font-family: AlibabaPuHuiTiB;
	color: #1a2033;
	line-height: 56px;
	font-weight: 700
}

.page .solution-content .item1 .item1-l>div text {
	color: #4070ff;
	font-weight: 600
}

.page .solution-content .item1 .item1-l> :last-child {
	white-space: nowrap;
	margin: 20px auto 40px;
	font-size: 16px;
	font-family: AlibabaPuHuiTiR;
	color: #989fb3;
	line-height: 28px
}

.page .head {
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
	height: 80px;
	padding: 0 120px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #989fb3;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
	line-height: 80px
}

.page .head>a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.page .head>a img {
	width: 113px;
	height: 32px;
	margin-right: 435px
}

.page .head>div {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.page .head>div a {
	text-decoration: none;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #989fb3;
	line-height: 80px;
	width: 64px;
	height: 100%;
	margin-left: 60px;
	text-align: center;
	border-bottom: 4px solid transparent;
	white-space: nowrap
}

.page .head>div div:hover {
	cursor: pointer
}

.page .head>div .is-check {
	border-bottom: 4px solid #4070ff !important;
	font-size: 16px;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: 700;
	color: #1a2033;
	z-index: 99999
}

.bottom-bio {
	width: 360px;
	height: 68px;
	font-size: 24px;
	font-family: AlibabaPuHuiTiB;
	color: #fff;
	line-height: 68px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff8673), to(#ff9673));
	background: -webkit-linear-gradient(top, #ff8673, #ff9673);
	background: linear-gradient(180deg, #ff8673, #ff9673);
	-webkit-box-shadow: 0 15px 20px -10px rgba(255, 110, 63, .4);
	box-shadow: 0 15px 20px -10px rgba(255, 110, 63, .4);
	-webkit-border-radius: 40px;
	border-radius: 40px;
	margin: 60px auto;
	text-align: center;
	font-weight: 700
}

.bottom-bio:hover {
	cursor: pointer
}

.bottom-bio>img {
	width: 158px;
	height: 164px;
	position: absolute;
	bottom: 600px;
	right: 100px
}

.tangchuang {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	position: fixed;
	top: 0;
	z-index: 9999999
}

.tangchuang-txt {
	position: fixed;
	z-index: 999999;
	width: 480px;
	height: 452px;
	background: #fff;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 20px;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: 700;
	color: #1a2033
}

.tangchuang-txt> :first-child {
	margin-top: 55px;
	font-size: 20px;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: 700;
	color: #1a2033
}

.tangchuang-txt> :nth-child(2) {
	width: 240px;
	height: 240px;
	margin-top: 20px
}

.tangchuang-txt> :nth-child(3) {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #4070ff
}

.tangchuang-txt> :nth-child(3) span {
	color: #6d7280
}

.tangchuang-txt> :nth-child(4) {
	margin-top: 5px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #4070ff
}

.tangchuang-txt> :nth-child(4) span {
	color: #6d7280
}

.tc-x {
	width: 40px;
	height: 40px;
	background: #fff;
	opacity: .8;
	margin: 100px auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	line-height: 40px
}

.drop-down {
	position: fixed;
	top: 80px;
	z-index: 999;
	width: 100%;
	height: 278px;
	background: #fff;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.drop-down .drop-down-s {
	width: 70%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	cursor: pointer;
	text-decoration:none;
	margin-top: 60px;
}

.drop-down .drop-down-s .drop-down-1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	font-size: 22px;
	font-family: AlibabaPuHuiTiB;
	margin: auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-decoration:none;
	margin: 0px auto 24px auto;
}

.drop-down .drop-down-s .drop-down-1:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration:none
}

.drop-down .drop-down-s .drop-down-1:hover .drop-down-3> :first-child {
	color: #ff7040
}

.drop-down .drop-down-s .drop-down-1 .drop-down-2 {
	width: 116px;
	height: 78px
}

.drop-down .drop-down-s .drop-down-1 .drop-down-3 {
	font-size: 14px;
	font-family: AlibabaPuHuiTiR;
	color: #b7bbc9;
	line-height: 28px
}

.drop-down .drop-down-s .drop-down-1 div {
	margin-left: 24px
}

.drop-down .drop-down-s .drop-down-1 div> :first-child {
	font-size: 22px;
	color: #1a2033;
	font-weight: 700
}

.drop-down .drop-down-s .drop-down-1 div> :nth-child(2) {
	margin-top: 8px;
	font-size: 14px;
	font-family: AlibabaPuHuiTiR;
	color: #b7bbc9;
	width: 400px;
	
}

.drop-down .drop-down-s .drop-down1-1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	font-size: 22px;
	font-family: AlibabaPuHuiTiB;
	margin: auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0px auto 24px auto;
}

.drop-down .drop-down-s .drop-down1-1:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all .3s;
	transition: all .3s
}

.drop-down .drop-down-s .drop-down1-1:hover .drop-down-3> :first-child {
	color: #4070ff
}

.drop-down .drop-down-s .drop-down1-1 .drop-down-2 {
	width: 116px;
	height: 78px
}

.drop-down .drop-down-s .drop-down1-1 .drop-down-3 {
	font-size: 14px;
	font-family: AlibabaPuHuiTiR;
	color: #b7bbc9;
	line-height: 28px
}

.drop-down .drop-down-s .drop-down1-1 div {
	margin-left: 24px
}

.drop-down .drop-down-s .drop-down1-1 div> :first-child {
	font-size: 22px;
	color: #1a2033;
	font-weight: 700
}

.drop-down .drop-down-s .drop-down1-1 div> :nth-child(2) {
	margin-top: 8px;
	font-size: 14px;
	font-family: AlibabaPuHuiTiR;
	color: #b7bbc9;
	width: 400px;
}


.uni-popup__wrapper-box {
	display: block;
	position: relative;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
	transform: scale(1);
	position: fixed;
	display: flex;
	flex-direction: column;
	inset: 0px;
	justify-content: center;
	align-items: center;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	z-index: 9999;
}

.tobottn{
    position: fixed;
    right: 30px;
    bottom: 250px;
    z-index: 999;
    
}
.tobottn a{
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #d1d1d1;
    display: block;
    line-height: 65px;
    text-align: center;
    font-size: 0;
}