.contract {
	position: fixed;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	z-index: 9;
}

.home-contract {
	position: fixed;
	right: 20px;
	top: 45vh;
}

.home-contract-show-button {
	position: relative;
	cursor: pointer;
}

.home-contract-pic {
	position: relative;
	width: 62px;
	height: 62px;
	background: linear-gradient(180deg, #136cff 0%, #136cff 100%);
	box-shadow: 0px 4px 6px 0px rgba(23, 77, 218, 0.5);
	border-radius: 50%;
	border: 0px solid #136cff;
	z-index: 2;
}

.home-contract-img {
	position: absolute;
	width: 45px;
	height: 40px;
	top: 11px;
	left: 9px;
	background-image: url("../../img/home/contract.png");
	background-size: cover;
}

.home-contract-text {
	position: relative;
	width: 40px;
	padding: 0 10px;
	height: 140px;
	top: -30px;
	padding-top: 40px;
	background: #fff;
	color: #136cff;
	border-radius: 50px 50px 50px 50px;
	margin: 0px auto;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.phone-contract-mask {
	display: none;
}

.home-contract-content {
	position: fixed;
	width: 380px;
	right: 100px;
	top: 30vh;
	padding: 30px;
	background-color: #fff;
	box-shadow: 0px 4px 10px 0px rgba(19, 108, 255, 0.15);
	display: none;
	z-index: 3;
}

.home-contract-content-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 170px;
	background-image: url("../../img/home/contractbg.png");
	background-size: cover;
}

.home-contract-head {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home-contract-title {
	position: relative;
	font-weight: 500;
	font-size: 20px;
	color: #000000;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.home-contract-close {
	position: relative;
	width: 30px;
	height: 30px;
	background-image: url("../../img/home/close.png");
	background-size: cover;
	cursor: pointer;
}

.home-contract-sub-title {
	position: relative;
	width: 100%;
	font-weight: 400;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top: 10px;
}

.home-contract-form {
	position: relative;
	width: 100%;
	margin-top: 20px;
}

.home-contract-form-item {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.home-contract-form-name {
	position: relative;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.home-contract-form-value {
	position: relative;
	width: 100%;
	margin-top: 10px;
}

.home-contract-form-value input {
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border: 1px solid #e5e5e5;
	caret-color: rgba(19, 108, 255, 1);
}

.home-contract-form-value input:focus {
	outline: 1px solid rgba(19, 108, 255, 1);
}

.home-contract-read {
	position: relative;
	width: 100%;
	display: flex;
	align-items: start;
	justify-content: space-between;
	cursor: pointer;
}

.home-contract-read-checkbox {
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #e5e5e5;
}

.home-contract-read-checkbox-curr {
	background-color: rgba(19, 108, 255, 1);
	border: none;
	background-image: url("../../img/home/hook.png");
	background-size: cover;
}

.home-contract-read-text {
	position: relative;
	width: calc(100% - 22px);
	top: -2px;
	font-weight: 400;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.home-contract-read-text a {
	color: rgba(19, 108, 255, 1);
}

.home-contract-button {
	position: relative;
	width: 100%;
	margin-top: 25px;
	background: #136cff;
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
}

@media screen and (max-width: 1199px) {
	.phone-contract-mask {
		position: fixed;
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.3);
	}

	.home-contract-content {
		width: 90vw;
		margin: auto;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
	}
}
