.exclusive .top {
	background-image: url("../img/web/exclusive/exclusive-1.jpg")/*tpa=https://tbdingtalk.com/assets/addons/cms/img/web/exclusive/exclusive-1.jpg*/;
	/* background-size: cover; */
	background-repeat: no-repeat;
	height: 480px;
	background-position: 0 80px;
}
.exclusive .top-con {
	width: 1200px;
	margin: 0px auto;
	padding: 72px 0px;
	color: #FFFFFF;
}
.exclusive .top-title {
	/* font-size: 40px; */
	/* line-height: 60px; */
	/* font-weight: 100; */
	margin-top: 90px;
}
.exclusive .top-text {
	width: 558px;
	font-size: 18px;
	margin: 10px 0 68px;
	font-weight: 100;
	word-break: break-all;
}
.exclusive .btn {
	display: inline-block;
	width: 140px;
	height: 48px;
	line-height: 34px;
	text-align: center;
	background: #2598FE;
	border-radius: 4px;
	font-size: 19px;
	color: #FFFFFF;
}

.phone {
	/* width: 364px; */
	height: 64px;
	/* margin: 24px auto 0px; */
	position: relative;
}
.phone-input {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-size: 16px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fff;
	-webkit-box-shadow: 0 4px 16px #edf1ff;
	box-shadow: 0 4px 16px #edf1ff;
	border: 1px solid #FFFFFF;
	border-radius: 12px;
	padding: 15px 30px 15px 24px;
	outline: none;
	border-color: transparent;
	cursor: pointer;
}
.phone-input:focus {
	border-color: #87d2ff;
}
input.phone-input::placeholder {
	color: #D3D5DD;
}
input.phone-input:hover::placeholder {
	color: #A6A9B3;
}
.phone-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	line-height: 50px;
	/* background: #353535; */
	background: #1B9AEE;
	color: #fff;
	overflow: hidden;
	border-radius: 10px;
	position: absolute;
	top: 0px;
	/* right: 130px; */
	cursor: pointer;
	transition: all 0.3s linear;
}
.phone-btn:hover {
	width: 122px;
	background: linear-gradient(130.59deg,#EC6319 18.9%,#f2b391 74.32%);
}
.phone-btn img {
	width: 24px;
	height: 24px;
	margin-left: 8px;
	display: none;
}
.phone-btn:hover img {
	display: inline-block;
}
.exclusive-container {
	width: 1200px;
	padding: 80px 0px 60px;
	text-align: center;
	margin: 0px auto;
}
.exclusive .title {
	font-size: 30px;
	text-align: center;
	font-weight: 100;
}
.exclusive .subtitle {
	font-size: 24px;
	font-weight: 100;
	opacity: .8;
	text-align: center;
	margin: 18px 0 60px;
}


.rem_mobile_image{
	display: none;
}