body {
	background: #F8F8F8;
}

.box-one{
	height: 1200px;
	padding-top: 40px;
}

.yun-body-call{
	height: 950px;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 43px 42px 0 275px;
	display: flex;
	flex-direction: column;
}

.yun-body-call-one-link {
	height: 50px;
	padding: 0 0 0 92px;
}

.yun-body-call-title {
	width: 390px;
	height: 50px;
	background: url(../../img/biaoti.png) no-repeat;
	background-size: 100% auto;
	font-size: 20px;
	font-weight: 600;
	color: #714525;
	line-height: 50px;
	text-align: center;
	float: left;
}

.yun-body-call-return {
	width: 57px;
	height: 35px;
	align-items: center;
	font-size: 18px;
	font-weight: 400;
	color: #B5B5B5;
	line-height: 35px;
	float: right;
}

.yun-body-call-return img{
	width: 15px;
	height: 13px;
}

.yun-body-call-input-div{
	width: 550px;
}
.text-size h1{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
}

.text-size h1 span{
	width: 8px;
	height: 8px;
	color: red;
	margin-top: 14px;
	margin-right: 8px;
	line-height: 22px;
}

.yun-body-call-text .text-size{
	width: 550px;
	height: 77px;
	margin-top: 36px;
	text-align: left;
}

.yun-body-call-text .text-size .input-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}

.text{
	width: 550px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 3px;
	border: 1px solid #E6E6E6;
	font-size:14px;
	padding-left: 15px;
	outline:none;
}

.call-submit{
	width: 418px;
	height: 50px;
	display:flex;
	align-items: center;
	justify-content: center;
	background: #0F8FFF;
	border-radius: 7px;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	margin: auto;
	margin-top: 121px;
	cursor: pointer;
}

.yun-body-call-text {
	margin-top: 75px;
}

.text-securityCode{
	width: 400px;
	border: 1px solid #E6E6E6;
}

.securityCode{
	width: 100px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 3px;
	/* border: 0.01px solid #E6E6E6; */
}


@media screen and (max-width:1100px) {
	.yun-body{
		padding-bottom:812px;
	}	   
}