/* 头部样式 */
.appoint-head { 
	background: #F8F8F8;
	height: 92px;
	line-height: 92px;
	border: none;
	margin: 0;
}

/* 如何实现样式 */
.appoint-main {
	background: #F8F8F8;
	padding: 99px 0 50px;
}
.appoint-left {
	padding: 0 25px;
}
.appoint-left h3 {
	color: #259FFE;
}
.appoint-left ul {
	padding: 0;
	margin-top: 17px;
}
.appoint-left li {
	list-style: none;
	font-size: 1.8rem;
	color: #999999;
	line-height: 34px;
}
.appoint-left span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	line-height: 20px;
	text-align: center;
	background: #259FFE;
	color: #fff;
	font-size: 1.2rem;
	margin-right: 12px;
}

/* 申请产品演示表单样式*/
.appoint-right {
	background: #FFFFFF;
	box-shadow: 0 0 16px 0 rgba(0,0,0,0.10);
	padding: 28px 22px 20px 27px;
  margin-top: -10px;
  width: 360px;
}
.appoint-right h4 {
	color: #259FFE;
}
.appoint-massage {
	font-size: 1.4rem;
	color: #999999;	
	margin-bottom: 23px;
}
.appoint-input {
	width: 300px;
	height: 32px;
	line-height: 30px;
	margin: 24px auto;
	border: 1px solid #979797;
	position: relative;
}
.appoint-input input {
	border: none;
	background: transparent;
	padding: 0 0 0 7px;
	width: 206px;
	font-size: 1.4rem;
	letter-spacing: 0.07px;
	margin-top: -3px;
}
input::-webkit-input-placeholder{
    color:#999;
}
.appoint-input span {
	padding: 0 7px 0 13px;
	border-left: 1px solid #979797;
	color: #259FFE;
	cursor: pointer;
	font-size: 1.4rem;
}
#lTime {
	display: none;
	padding-left: 30px;
}
input.input2 {
	width: 100%;
}
.appoint-select select {
	width: 100%;
	height: 100%;
	border: none;
	padding: 0 0 0 5px;
	color: #999999;
}
.appoint-input span#submit {
	display: inline-block;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #259FFE;
	border-radius: 4px;
	color: #FFFFFF;
	text-align: center;
	line-height: 32px;
}
.appoint-btn {
	border: none;
}

/* 底部样式 */
.appoint-foot {
	background: #DDDDDD;
}
.appoint-foot>div {
	position: relative;
	height: 160px;
}
.appoint-foot img {
	position: absolute;
	top: -214px;
	left: 65px;
}

/* 提示框样式 */
.tip-box {
	min-width: 200px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1.8rem;
	display: none;
	background: #259FFE;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	border-radius: 4px;
}

@media (max-width: 750px) {
	.appoint-right {
		margin-top: 10px;
	}
	.appoint-foot img {
		display: none;
	}
}