@charset "utf-8";
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    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%;
}
.orderform{
	position: relative;
	z-index: 10;
}
.w690 {
    width: 6.2rem;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}
.booking {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    border-radius: 0.15rem;
    background-color: #0385e4;
    box-shadow: 0 0 0.1rem #0385e4;
}
.booking-content {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.orderform form{}
.order_box{}
.order_box .form_row{
	margin-bottom: 15px;
	line-height: 2.0;
	font-size: 14px;
	color: #fff;
}
.order_box .form_row label{
	display: inline-block;
	vertical-align: top;
	/*width: 66px;*/
	text-align: justify;
    text-align-last: justify;
	/*padding-left: 15px;
	margin-right: 15px;*/
	padding-left: 8px;
	margin-right: 10px; 
	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;
	max-width: 66px;
	min-width: 60px;
	text-align: justify;
	color: #fff;
}

.order_box .form_row span{

}

.order_box .form_row input{
	display: inline-block;
	vertical-align: middle;
	color: #ececec;
	line-height: 2.0;
	background-color: transparent;
	border-bottom: 1px solid #fff;
}


.order_box .form_row input[type="text"],
.order_box .form_row input[type="date"]{
	/*min-width: 300px;*/
	width: 70%;
	padding-left: 0.1rem;
	padding-right: 0.1rem;
}

.order_box .form_row input[type="radio"]{
	margin-left: 10px;
	margin-right: 10px;
    -webkit-appearance: auto;
}
.order_box .form_row input[type="text"]:-internal-autofill-selected{
	/*color: #fff;
	background-color: transparent;*/
	border-radius: 0.15rem;
}
.order_box .form_row input[type="checkbox"]{
     -webkit-appearance: auto;
}
/*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;
	line-height: 1.5;
	color: #fff;
	min-width: 300px;
	width: 75%;
	min-height: 250px;
	border: 1px solid #fff;
}

.order_box .form_btn{
	text-align: center;
}
.order_box .form_row button{
	outline: none;
	border: none;
	display: inline-block;
	vertical-align: middle;
	color: #ececec;
	line-height: 2.0;
	background-color: transparent;
}
.order_box .form_btn input,.order_box .form_btn button{
	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 button{
	background-color: transparent;
    background-image: none;
    padding: 0;
}
label.label-inline{
	width: auto !important;
    /*margin-left: 15px;*/
}
.order_box .form-flex{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.order_box .from-flex label{
	width: 100%;
	flex: 0 1 auto;
}
.order_box h5.code_show{
	display: inline-block;
	vertical-align: top;
	width: 108px;
	flex: 0 0 auto;
    line-height: 0.5rem;
    background: url(../images/reg-icon4.png) no-repeat;
    background-size: cover;
    text-align: center;
    font-style: italic;
    font-size: 22px;
    color: #65547c;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 0.1rem 0 0 0.1rem;
}

.order_box input.code_text{
	width: 60%;
	/*max-width: 4rem;*/
	flex: 1 0 auto;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	height: 0.5rem;
	border-radius: 0;
	outline: none;
    /*border: none;
    border-radius: 0 0.1rem  0.1rem 0;*/
}
/*.order_box input.code_text:active,.order_box input.code_text:focus,.order_box input.code_text:hover{
	border-radius: 0 5px 5px 0;
}*/
.order_box input.code_text:-internal-autofill-selected{
	border-radius: 0 0.15rem 0.15rem 0 !important;
	/*border-radius: 0.15rem;*/
}
.order_box input::-webkit-input-placeholder {
    color: #fff;
}
.order_box input:-moz-placeholder {
    color: #fff;
}
.order_box input:-ms-input-placeholder {
    color: #fff;
}
.txt-agree{
	font-size: 12px;
	color: #e9e9e9;
	margin-left: 0.1rem;
}
.btn-agree{
	margin-left: -12px;
	font-size: 12px;
	color: #ff6d40;
	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: 0.2rem;
    border: 1px solid #888;
    width: 90%; 
    min-height: 400px;
    max-width: 600px;
    max-height: 90%;
}
.agree-box h2{
	text-align: center;
	font-size: 18px;
	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: 0.2rem;
	background: #ededed;
	border: 1px solid #ccc;
}
.agree-article h6{
	font-weight: 500;
	line-height: 2;
	font-size: 13px;
}
.agree-article p{
	line-height: 2;
	font-size: 12px;
}
.agree-box span{
	text-align: center;
	display: block;
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
	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"],.order_box .form_btn button{
		width:90%;
		background: #99CC66;
	}
	.order_box input.code_text{
		width: 60%!important;
	}
}