/*
* Copyright (c) nanhua All rights reserved.
* MIT Licensed
* Build: 2017-5-18 10:30
* By aiko wang
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button, textarea, p, blockquote, th, td
{
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

body {
  letter-spacing: 1px;
  color: #333;
  background: #F6F7F7;
  font-family: PingFang, Arial, "Microsoft Yahei", STXihei, STHeiti,
  "Hiragino Sans GB", "Helvetica Neue", Helvetica, sans-serif;
}

em, i {
  font-style: normal;
}

button, input, select, textarea {
  font-family: PingFang, Arial, "Microsoft Yahei", STXihei, STHeiti,
  "Hiragino Sans GB", "Helvetica Neue", Helvetica, sans-serif;
}

a, input {
  -webkit-appearance: none;
  text-decoration: none;
  outline: none;
  color: #666;
}

a:hover {
  color: #1070AE;
  text-decoration: none;
}

a:visited, a:link {

}

img {
  border: 0 none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear:after {
  display: block;
  clear: both;
  content: "";
  overflow: hidden;
  height: 0;
}

.clear {
  zoom: 1;
}

.Helvetica { /**/

}

.clearboth {
  clear: both;
}

input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner
{
  border: none;
  padding: 0;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill
{
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

html {
  height: 100%;
}

body {
  height: 100%;
  background: #162a6c;
  padding-bottom: 85px;
}

.order-wrap{
  width: 640px;
  margin: 0 auto;
  background: url(../images/toujiao_bg.jpg) no-repeat center top;
  background-size: 640px;
  height: 100%;
}
.order-wrap .order-box{
  width: 640px;
  margin: 0 auto;
  padding-top: 200px;
}
.order-wrap .order-box h3{
  font-size: 46px;
  text-align: center;
  color: #fff;
}
.order-wrap .order-box .order-form{
  padding: 30px;
}
.order-wrap .order-box .order-form p{
  margin: 20px 0;
  position: relative;
}
.order-wrap .order-box .order-form p input{
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #eee;
  border: none;
  border-radius: 10px;
  color: #333;
  font-size: 24px;
  text-indent: 70px;
}
.order-wrap .order-box .order-form p i{
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 12px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  top: 35px;
  right: 25px;
}

.order-wrap .order-box .order-form p .submit{
  display: block;
  width: 100%;
  height: 80px;
  text-align: center;
  background: #96bbec;
  line-height: 80px;
  font-size: 26px;
  color: #fff;
  border-radius: 10px;
}
.order-wrap .order-box .order-form span{
  color: #fff;
  font-size: 24px;
  margin: 10px 0;
  display: block;
}
.date-time-select-box{
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  border-top: 1px solid #ccc;
  height: 530px;
  display: none;
  background: #fff;
}
.date-time-select-box p{
  padding: 20px;
  position: relative;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}
.date-time-select-box p span{
  display: block;
  float: left;
  color: #999;
}
.date-time-select-box p span em{
  padding-left: 10px;
  color: #21378E;
}
.date-time-select-box p .cancel{
  display: block;
  float: right;
  color: #999;
}
.date-time-select-box ul{
  padding: 0 20px;
}
.date-time-select-box ul li{}
.date-time-select-box ul li a{
  display: block;
  text-align: center;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 26px;
  margin: 10px 0;
  color: #999;
}
.date-time-select-box ul li a.sel{
  background: #eee;
  border-radius: 10px;
  color: #333;
}
.date-time-select-box .confirm-time{
  display: block;
  width: 600px;
  margin: 0 auto;
  text-align: center;
  background: #21378E;
  height: 70px;
  line-height: 70px;
  font-size: 26px;
  color: #fff;
  border-radius: 10px;
}
.page-cover-pop{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.6;
  display: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #333;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #333;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #333;
}
#datepicker{
  /*background: url(../images/tj_order_icon1.png) no-repeat 20px;*/
  background-color: #eee;
  background-size: 32px;
}
#datetime{
  /*background: url(../images/tj_order_icon2.png) no-repeat 20px;*/
  background-color: #eee;
  background-size: 30px;
}
.order-box .logo-box{
  position: absolute;
  top: 20px;
  left: 20px;
}
.order-box .logo-box img{}
.order-box .address-box{
  margin-bottom: 100px;
  display: block;
}
.order-box .address-box img{
  margin: 0 auto;
  display: block;
  width: 640px;
  margin-bottom: 50px;
}
.order-result-box{
  padding-top: 150px;
  display: none;
}
.order-result-box h3{}
.order-result-box h3 span{
  display: block;
  background: url(../images/toujiao_icon.png) no-repeat center top;
  color: #fff;
  font-size: 40px;
  text-align: center;
  padding-top: 130px;
  text-indent: 30px;
  background-size: 100px;
}
.order-result-box h3 p{
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin: 30px 0;
  line-height: 1.5em;
  opacity: 0.9;
}
.order-result-box .oder-result-info{
  background: url(../images/toujiao_success_box.png) no-repeat center top;
  height: 300px;
  background-size: 500px;
  margin-top: 50px;
  position: relative;
}
.order-result-box .oder-result-info p{
  display: block;
  position: absolute;
  background: #466bff;
  color: #fff;
  font-size: 24px;
  border-radius: 5px;
  padding: 5px;
  right: 160px;
  top: 20px;
}
.order-result-box .oder-result-info span{
  display: block;
  position: absolute;
  left: 350px;
  top: 80px;
  font-size: 24px;
}
.order-result-box .oder-result-info b{
  display: block;
  position: absolute;
  left: 350px;
  top: 110px;
  font-size: 24px;
  font-weight: normal;
}

.error-box {
  display: none;
  top: 0;
  left: 0;
  font-size: 20px;
  box-shadow: 0 0 10px #ccc;
  z-index: 9999;
  position: fixed;
  width: 100%;
  padding: 20px 0;
  line-height: 1.2em;
  color: #fff;
  background: red;
  opacity: 0.8;
}

.error-box p {
  text-align: center;
}
.page-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/n_loading.gif") no-repeat center;
  background-color: #fff;
  z-index: 999999;
  opacity: 0.8;
  display: none;
}
.order-result-box-fail{
  padding-top: 150px;
  display: none;
}
.order-result-box-fail h3{

}
.order-result-box-fail h3 span{
  display: block;
  color: #fff;
  font-size: 40px;
  text-align: center;
  padding-top: 130px;
  text-indent: 30px;
  background-size: 100px;
}
.order-result-box-fail h3 p{
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin: 30px 0;
  line-height: 1.5em;
  opacity: 0.9;
}
.order-result-box-fail h3 a{
  background: #fff;
  text-align: center;
  font-size: 24px;
  margin: 50px 0;
  color:#333;
  width:400px;
  height:60px;
  border-radius:10px;
}