﻿@charset "utf-8";
.mask_infor {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #b3defe;
	z-index: -1;
	margin: auto;
	background: #b3defe url(../img/information/star.jpg) no-repeat center top;
	background-size: 100%;
}

input {
	background: none;
	outline: none;
	border: none;
}

.big {
	width: 100%;
	background-size: 100%;
}

.box_b {
	width: 86%;
	margin: auto;
	padding-top: 160px;
	max-width: 600px;
	padding-bottom: 40px;
}

.content_center {
	width: 100%;
	position: relative;
	background: #FFFFFF;
	padding: 30px 0;
	border-radius: 10px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
	max-width: 600px;
}

.girl {
	top: -140px;
	left: 0;
	right: 0;
	position: absolute;
	margin: auto;
	width: 120px;
}

.girl img {
	width: 100%;
	margin: auto;
}

.con_cen {
	width: 90%;
	margin: auto;
}

.tit {
	width: 100%;
	text-align: center;
	margin-top: 8px;
	font-size: 22px;
}


/*--------背景框相同的样式开始---------*/

.sty_alike {
	float: left;
	width: 100%;
	height: 34px;
	margin-top: 20px;
	background: #f2f2f3;
	border-radius: 8px;
	border: 1px solid #dddbdc;
}

.con_cen .name_a {
	margin-top: 40px;
}

.sty_alike span {
	margin-left: 10px;
	line-height: 34px;
	font-size: 16px;
	color: #898989;
}

.sty_alike input {
	line-height: 34px;
	margin-left: 10px;
	width: 65%;
	min-width: 40px;
	color: #333;
}


/*--------背景框相同的样式结束---------*/


/*----------360px以下的字体样式开始------------*/

@media (max-width:360px) {
	.sty_alike input {
		font-size: 14px;
	}
	.sty_alike span {
		margin-left: 10px;
		line-height: 34px;
		font-size: 14px;
		color: #898989;
	}
	textarea {
		font-size: 14px;
	}
	.leave_a_message{
		font-size: 14px
	}
}


/*----------360px以下的字体样式开始------------*/


/*----------360px以上的字体样式开始------------*/

@media (min-width:360px) {
	.sty_alike input {
		font-size: 16px;
	}
	.sty_alike span {
		font-size: 16px;
	}
	textarea {
		font-size: 16px;
	}
	.leave_a_message{
		font-size: 16px
	}
}


/*----------360px以上的字体样式结束------------*/
.sty{
	width:100%;
	height:150px;
	padding:5px 0;
	margin-top: 20px;
    border: 1px solid #dddbdc;
    background: #f2f2f3;
    border-radius: 8px;
}
textarea {
	background: none;
	outline: none;
	border: none;
	text-decoration: none;
	height:150px;
	width:94%;
	margin-left:10px;
	resize: none;
}
.btn {
	width: 100%;
	line-height: 34px;
	font-size: 16px;
	margin-top: 20px;
	color: #FFFFFF;
	background: #00a3e6;
	border-radius: 8px;
    margin-bottom:20px;
	outline: none;
	border: none;
}
.leave_a_message{
	margin-top:20px;
	width:100%;
	text-align: center;
	color: #898989;
}
