.title {

	text-align: center;

}

.title h2 {

	margin-top: 0;

	color: #292929;

	font-weight: bold;

	font-size: 3em;

}

.title h2 span {

	color: #f3ac54;

}

.title p {

	color: #797979;

}

.contact_inner {

	background: #fff;

	box-shadow: 0px 0px 4px #ccc;

	margin-top: 20px;

	padding: 38px 0;

	margin-bottom: 50px;

}

.contact_inner .form-control {

	margin-bottom: 14px;

	border: 2px solid #b6b6b6;



}

.contact_inner input.form-control {

	height: 54px;

}

.contact_inner .btn-default {

	width: 100%;

	background: #f39700;

	height: 58px;

	border: none;

	color: #fff;

	font-size: 1.5em;

}

.form-control::input-placeholder {

	color:#e6e6e6;

}

.form-control::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {

	color:#e6e6e6;

}

.form-control:-moz-placeholder, .form-control:-moz-placeholder {

	color:#e6e6e6;

}

.form-control::-moz-placeholder, .form-control::-moz-placeholder {

	color:#e6e6e6;

}

.form-control:-ms-input-placeholder, .form-control:-ms-input-placeholder {

	color:#e6e6e6;

}

.input-group span {

	display: table-cell;

	width: 1%;	

}

.input-group span.radius_add input.form-control {

	border-radius: 4px;

}

.input-group span.right {

	padding-left: 20px;

}

.special_input {

	position: relative;

}

.star {

	position: absolute;

	left: -15px;

	top: 18px;

}

@media (max-width: 480px) {

	.title h2 {

		font-size: 2.25em;

	}

}



/*警告提示框*/

.mask {

    background: #000 none repeat scroll 0 0;

    height: 100%;

    left: 0;

    opacity: 0.3;

    position: fixed;

    top: 0;

    width: 100%;

    z-index: 1000;

}

.waring-inner {

    width: 650px;

    background: #fff;

    border-radius: 10px;

    margin: 0 auto;

}

.waring-body {

	position: relative;

	padding: 15px;

	text-align: center;

	display: block;

}

.waring-body p {

	color: #80c269;

	font-size: 24px;

	margin: 10px 0px;

}

.waring-body p img {

	text-align: center;

	display: inline-block;

	width: 15%;

}

.waring-footer {

	padding: 15px;

	text-align: right;

	border-top: 1px solid #e5e5e5;

}

.waring-body p.red {

	color: #ff0014;

}

span.red {

	color: #ff0014;

}

@media (max-width: 640px) {

	.waring-body p img {

		width: 25%;

	}

}