.head_top{
	width: 100%;
	height:150px;
	background: url("../img/head_top.png") no-repeat;
	background-size:  100%;
	text-align: center;
	padding-top:55px;
	color: #fff;
	font-family: "Source HanSans Regular";
	font-size: 16px;
	line-height: 25px;
}
.sex_cont{
	width: 130px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}
.sex_item{
	width: 50px;
	text-align: center;
}
.sex_item img{
	width: 40px;
	height: auto;
}
.sex_item span{
	color: #999;
}
.sex_item .sex_active{
	color: #448944;
}
.Mes1 {
	width: 100%;
	height: 150px;
	text-align: center;
	padding-top: 13%;
}
.Mes1>div {
	width: 90px;
	height: 90px;
	background: url(../img/win_girlS.png) no-repeat;
	background-size: 100%;
	margin: 0 auto;
	border-radius: 50%;
}
.Mes1>p {
	color: #999;
	font-size: 14px;
	padding-top: 2%;
}
.toggle {
	width: 100%;
	height: 80px;
	margin: 0 !important;
	margin-top: 50px !important;
}
.toggle>.out{
	width: 160px;
	height: 40px;
	border: 1px solid #f78888;
	margin: 0 auto;
	margin-top: 4%;
	border-radius: 20px;
	display: flex;
	justify-content: space-around;
	text-align: center;
	color: white;
}
.toggle>.out>div{
	width: 50%;
	line-height: 40px;
	border-radius: 20px;
}

.toggle>.out>.inner1{
	background-color: #F78888;
	text-align: center;
}
.toggle>.out>.inner2{
	color: #999;
	text-align: center;
}
.Mes2{
	width: 118px;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
	display: flex;
}
.Mes2 .unit{
	color: #666;
	padding-top: 8px;
}
.Mes2>p{
	display: inline-block;
	color: #999;
	font-size: 18px;
	margin-bottom: 10px;
}
.Mes2>p>span{
	vertical-align: baseline;
}
.Mes2>input{
	width: 80px;
	font-size: 14px !important;
	text-align: center;
	margin-left:10px;
	border-bottom: 1px solid #ccc; !important;
}
.Mes3{
	width: 80%;
	height: 48px;
	margin: 0 auto;
	margin-top: 14%;
	border: 1px solid #999;
	color: #999;
	border-radius: 20px;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
}
#message2 div.Mes2:nth-of-type(1){
	margin-top: 0;
}

#message2 div.Mes2:nth-of-type(1)>p>span:nth-of-type(1){
	display: inline-block;
	width: 28px;
	height: 25px;
}
#message2 div.Mes2:nth-of-type(2)>p>span:nth-of-type(1){
	display: inline-block;
	width: 23px;
	height: 27px;
}
#message2 div.Mes2:nth-of-type(3)>p>span:nth-of-type(1){
	display: inline-block;
	width: 25px;
	height: 25px;
}
#message2 div.Mes2:nth-of-type(4)>p>span:nth-of-type(1){
	display: inline-block;
	width: 25px;
	height: 23px;
}
#message2 div.Mes2:nth-of-type(5)>p>span:nth-of-type(1){
	display: inline-block;
	width: 25px;
	height: 25px;
}
#message2 div.Mes2>p>span:nth-of-type(2){
	color: #333;
	font-size: 14px;
	padding-left: 5%;
}
#message2 div.Mes2>p>span.pic1{
	background: url(../img/win_m3.png) no-repeat;
	background-size: 100%;
}
#message2 div.Mes2>p>span.pic2{
	background: url(../img/win_m2.png) no-repeat;
	background-size: 100%;
}
#message2 div.Mes2>p>span.pic3{
	background: url(../img/win_m4.png) no-repeat;
	background-size: 100%;
}
#message2 div.Mes2>p>span.pic4{
	background: url(../img/new3.png) no-repeat;
	background-size: 100%;
}
#message2 div.Mes2>p>span.pic5{
	background: url(../img/new2.png) no-repeat;
	background-size: 100%;
}
#filed {
    position: absolute;
    top:0;
    left: 160px;
    width: 90px;
    height: 90px;
	border-radius: 50%;
    opacity: 0;
}
input[readonly]:not(.cloned-text-input){
	background-color: white !important;
    height: 27px;
}
