﻿@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/information_bg.png) 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;
}
    #msg p {
        margin:15px 0;
    }

    .con_cen img {
        max-width:100%;
    }
.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;
	}
	.sex span {
		font-size: 14px;
	}
	.tian {
		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;
	}
	.sex span {
		font-size: 16px;
	}
	.tian {
		font-size: 16px;
	}
}


/*----------360px以上的字体样式结束------------*/

textarea {
	background: #f2f2f3;
	outline: none;
	text-decoration: none;
	border: none;
	width: 98%;
	margin-top: 20px;
	padding: 4px 1%;
	border-radius: 8px;
	border: 1px solid #dddbdc;
	resize: none;
	height: 100px;
}

.btn {
	width: 100%;
	line-height: 34px;
	font-size: 16px;
	margin-top: 20px;
	color: #FFFFFF;
	background: #00a3e6;
	border-radius: 8px;
	outline: none;
	border: none;
}

.sex {
	float: left;
	width: 100%;
	height: 34px;
	margin-top: 20px;
	background: #f2f2f3;
	border-radius: 8px;
	border: 1px solid #dddbdc;
}


/*----------性别的样式开始------------*/

.sex input {
	width: 14px;
	height: 14px;
	position: relative;
	top: 2px;
	margin-left: 20px;
}

.sex span {
	line-height: 36px;
	margin-left: 4px;
	color: #898989;
}

.sex .x_b {
	margin-right: 20px;
	margin-left: 10px;
}


/*----------性别的样式结束------------*/

.tian {
	width: 100%;
	margin-top: 10px;
	color: #898989;
}
.hr{
	width:100%;
	height:2px;
	margin-top:20px;
	background: #9fa0a0;
}
.trigon{
	width:35px;
	height:16px;
	background:url(../img/information/trigon.png) no-repeat center center;
	background-size:100%;
	margin:0 auto 10px;
}
.con_infor{
	display:none;
}
 .deg{
 	transform-origin:20% 30%;
 	-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
 }
#msg {
    margin-top:20px;
}

.input-validation-error {
    border:1px solid red;
    color:red;
}