﻿@charset "utf-8";

.b-888 {
	background: url(../images/point.png);
}
.b-888 .wrap {
	position: relative;
	height: 140px;
}
.b-888 .wrap .p {
	width: 236px;
	height: 204px;
	background: url(../images/girl.png);
	position: absolute;
	bottom: 0;
	left: 0;
}
.b-888 .wrap .hotline {
	font-size: 16px;
	color: #fff;
	float: left;
	margin: 56px 0 0 230px;
}
.b-888 .wrap .hotline em {
	display: block;
	font-family: Arial;
	font-size: 32px;
	line-height: 28px;
}
.b-888 .wrap form {
	float: right;
	width: 657px;
	height: 92px;
	float: right;
	margin-top: 24px;
	position: relative;
	font-size: 13px;
}
.b-888 .wrap .name {
	width: 260px;
	height: 44px;
	background: #f2f2f2;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 8px;
}
.b-888 .wrap .phone {
	width: 260px;
	height: 44px;
	background: #f2f2f2;
	position: absolute;
	top: 0;
	left: 272px;
	padding-left: 8px;
}
.b-888 .wrap select {
	width: 540px;
	height: 44px;
	background: #f2f2f2;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #777;
}
.b-888 .wrap .text {
	width: 532px;
	height: 44px;
	background: #f2f2f2;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #777;
	padding-left: 8px;
}
.b-888 .wrap .submit {
	width: 106px;
	height: 92px;
	background: #f00;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: linear-gradient(#1787c5, #17347e);
	border-radius: 4px;
	font-size: 16px;
}
