@charset "utf-8";

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-size:100%;
	*font-size: 100%;
	outline:none;
	border: none;
	vertical-align: middle;
}

.w100p,.w80p,.w70p,.w60p,.w50p,.w40p,.w30p,.w20p{
	margin-left: auto;
	margin-right: auto;
}
.w100p{
	width:100%;
}
.w80p{
	width:80%;
}
.w70p{
	width:70%;
}
.w60p{
	width:60%;
}
.w50p{
	width:50%;
}
.w40p{
	width:40%;
}
.w30p{
	width:30%;
}
.w20p{
	width:20%;
}

.bg_limg{
	/*height: 900px;*/
	background-image: url(../images/adult-black-care-1920.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.bg_limg div{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.mw800{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.order_main{
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
	border-radius: 15px;
	position: relative;
	z-index: 1;
	
}

.order_main em{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	background-image: url(../images/adult-black-care-1920.jpg);
	background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
	/*background-color: #fff;
	background-color: rgba(255,255,255,0.4);
	-webkit-filter: opacity(0.4);
	filter: opacity(0.4);
	opacity: 0.4;*/
	-webkit-filter: blur(15px);
    filter: blur(15px);   
}

.orderform{
	position: relative;
	z-index: 10;
}

.orderform form{}

.order_box{}

.order_box .form_row{
	margin-bottom: 15px;
	line-height: 2.0;
	font-size: 20px;
	color: #fff;
}

.order_box .form_row label{
	display: inline-block;
	vertical-align: top;
	width: 100px;
	font-size: 20px;
	/*font-weight: bold;*/
	text-align: justify;
    text-align-last: justify;
	padding-left: 15px;
	margin-right: 15px;
	position: relative;
	color: #fff;
}

.order_box .form_row label i{
	position: absolute;
	color: red;
	left: 0;
}

.order_box .form_row label p{
	display: inline-block;
	width: 100px;
	text-align: justify;
	color: #fff;
    font-size: 20px;
}

.order_box .form_row span{

}

.order_box .form_row input{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
	line-height: 1.0;
	padding: 3px 10px;
	background-color: transparent;
	border-bottom: 1px solid #fff;
}

.order_box .form_row input[type="text"]{
	min-width: 300px;
	width: 75%;
}

.order_box .form_row input[type="radio"]{
	margin-left: 10px;
	margin-right: 10px;

}

/*input[type="date"]::-webkit-inner-spin-button { 
	visibility: hidden; 
}

input[type="date"]::-webkit-calendar-picker-indicator {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: inset 0 1px #fff, 0 1px #eee;
	background-color: #eee;
	background-image: -webkit-linear-gradient(top, #f0f0f0, #e6e6e6);
	color: #666; 
}*/

.order_box .form_row input[type="date"]{
	min-width: 300px;
	width: 75%;
}

.order_box .form_row textarea{
	background-color: transparent;
	font-size: 20px;
	line-height: 1.2;
	padding: 3px 10px;
	color: #fff;
	min-width: 300px;
	width: 75%;
	min-height: 5em;
	border: 1px solid #fff;
}
.order_box .form_row h5.code_show{
	display: inline-block;
	vertical-align: top;
	width: 108px;
    line-height: 40px;
    background: url(../images/reg-icon4.png) no-repeat;
    text-align: center;
    font-style: italic;
    font-size: 22px;
    color: #65547c;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
}
.order_box .form_row input.code_text{
	width: 120px;
	display: inline-block;
	vertical-align: top;
	
}

.order_box .form_btn{
	text-align: center;
}

.order_box .form_btn input{
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	width: 120px;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: none;
	box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.order_box .form_btn input:hover{
	color: #eee;
	background-color: rgba(255,255,255,0.1);
	box-shadow: 0 0 5px #dedede;
	-webkit-box-shadow: 0 0 5px #dedede;
}

.order_box .form_btn input:active{
	background-color: rgba(255,255,255,0.3);
	box-shadow: 0 0 10px #fff;
	-webkit-box-shadow: 0 0 10px #fff;
}

.order_box .form_btn input[type="reset"]{}

.order_box .form_btn input[type="submit"]{
	background-color: transparent;
    background-image: none;
    padding: 0;
    /*西安添加*/
}
/* 重写提交按钮 */
.order_box .form_btn span{
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	width: 120px;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: none;
	box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.order_box .form_btn span:hover{
	color: #eee;
	background-color: rgba(255,255,255,0.1);
	box-shadow: 0 0 5px #dedede;
	-webkit-box-shadow: 0 0 5px #dedede;
}
.order_box .form_btn span:active{
	background-color: rgba(255,255,255,0.3);
	box-shadow: 0 0 10px #fff;
	-webkit-box-shadow: 0 0 10px #fff;
}

/*菜单重写样式*/
.doc_logo ul li{
	width: 25%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

label.label-inline{
	width: auto !important;
    margin-left: 115px;
}
.txt-agree{
	font-size: 14px;
}
.btn-agree{
	
	font-size: 14px;
	color: #3696FA;
	font-weight: normal;
	cursor: pointer; 
}
.agree-mask{
	display: none;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	left: 0;
    top: 0;
	background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
}
.agree-box{
	display: none;
	position: fixed;
	z-index: 1000;
	background-color: #fefefe;
    /*margin: 15% auto; */
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
    min-height: 300px;
    max-width: 600px;
    max-height: 600px;
}
.agree-box h2{
	text-align: center;
	font-size: 20px;
	color: #3696FA;
	line-height: 2;
	margin-bottom: 20px;
}
.agree-box textarea{
	display: block;
	width: 100%;
}
.agree-article{
	height: 250px;
	margin-bottom: 20px;
	overflow-y: scroll;
	padding: 20px;
}
.agree-article h6{
	font-weight: 500;
	line-height: 2;
	font-size: 18px;
}
.agree-article p{
	line-height: 2;
}
.agree-box span{
	text-align: center;
	display: inline-block;
	cursor: pointer;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	padding-left: 14px;
	padding-right: 14px;
	letter-spacing: 5px;
	background: #0565c8;
}
.agree-box span:hover{
	background: #0d9900;
}

@media screen and (min-width:320px) and (max-width:750px){

    .bg_limg{}

    .mw800{
    	min-width: 300px;
    	margin-left: 15px;
    	margin-right: 15px;
    }

    .order_box .form_row{
    	width: 90%;
    	margin-left: auto;
		margin-right: auto;
    }

	.order_box .form_btn input[type="reset"]{
		width:90%;
		margin-bottom: 15px;
		background: #FF6666;
	}

	.order_box .form_btn input[type="submit"]{
		width:90%;
		background: #99CC66;
	}
	.order_box .form_btn span.btn-reset{
		width:90%;
		margin-bottom: 15px;
		background: #FF6666;
	}
	.order_box .form_btn span.btn-submit{
		width:90%;
		background: #99CC66;
	}
	.order_box .form_row input.code_text{
		width: 55%;
		min-width: 100px;
	}
	.order_box .form_row label.label-inline{
		margin-left: 0;
		margin-right: 0;
	}
}