@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html,
body{
  height:100%;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}
/* iPhone4/5 */
@media (max-width: 320px) {
  html {
    font-size: 42.66665px;
  }
}
/* iPhone 6 */
@media (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  html {
    font-size: 50px;
  }
}
/* iPhone 6 + */
@media (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  html {
    font-size: 55.2px;
  }
}
@media (min-width: 321px) and (max-device-width: 374px) {
  html {
    font-size: 47px;
  }
}
@media (min-width: 737px) and (max-device-width: 1024px) {
  html {
    font-size: 80px;
  }
}
body {
  font-family: PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', tahoma, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
  font-size: 0.3rem;
  color: #333;
  -webkit-text-size-adjust: 100% !important;
}
a,
img,
div,
button,
input {
  -webkit-tap-highlight-color: transparent;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a {
  color: #333;
  text-decoration: none;
}
nav {
  list-style: none;
}
img {
  max-width: 100%;
}
.afterfix:after{
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility:hidden;
}
a{
  color:#fff;
  text-decoration:none;
}
a:hover{
text-decoration:none;
outline:none;
}

a:focus{
text-decoration:none;
outline:none;
}

:focus{
outline:0;
}
form{
	height:100%;
}
html,body{
  height: 100%;
}

.page{
  width: 100%;
  min-height: 100%;
  background: #00060a url('../images/bg.jpg') center bottom no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding-top: 2.1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.logo{
  width: 2.03rem;
  height: .85rem;
  position: absolute;
  top: .73rem;
  left: .56rem;
  background: url('../images/logo.png') 0 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.title{
  height: .36rem;
  line-height: .36rem;
  padding-bottom: .86rem;
  text-align: center;
  font-size: .36rem;
  color: #fff;
}
.table-form{
  padding: 0 .8rem;
}
.table-form li{
  margin-bottom: .15rem;
}
.table-form li .input{
  width: 100%;
  height: .68rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*border: 1px solid  #aeb1b5;*/
  /*background-color: rgba(255,255,255,.2);*/
  border-bottom: 1px solid #84ccc9;
  position: relative;
  padding:0 5px;
}
.table-form li .input em{
  display: none;
  position: absolute;
  width: 1em;
  height: 100%;
  line-height: .68rem;
  top: 0;
  left: -1em;
  color: #fff;
}
.table-form li .input input{
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-family: inherit;
  color: #fff;
  font-size: .28rem;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.table-form li .textarea{
  width: 100%;
  height: 1.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
/*  border: 1px solid  #aeb1b5;
  background-color: rgba(255,255,255,.2);*/
  /*border-bottom: 1px solid #84ccc9;*/
  position: relative;
  padding: 5px;
}
.table-form li .textarea textarea{
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-family: inherit;
  color: #fff;
  font-size: .28rem;
  resize: none;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-input-placeholder {   
 /* WebKit browsers */   
  color:rgba(255,255,255,.7);   
}

.table-form p{
  font-size: .2rem;
  color: #fff;
}
.table-form-btn{
  padding-top: .35rem;
  padding-bottom: .7rem;
}
.table-form-btn input{
  display: block;
  width: 5.2rem;
  height: .8rem;
  border: 0;
  color: #005bac;
  background-color: #ffffff;
  font-size: .36rem;
  margin: 0 auto;
  font-family: inherit;
  letter-spacing: 5px;
  border-radius: .4rem;
}
.mobiDate{
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999999;
}
.mobiDate .de-bg{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background-color:rgba(0,0,0,.5);
}
.mobiDate .de-con{
  position: absolute;
  background-color: #fff;
  width: 80%;
  height: 50%;
  top: 25%;
  left: 10%;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0,0,0,.15);
  border-radius: .2rem;
  overflow: hidden;
}
.mobiDate .de-con h3{
  width: 100%;
  height: .7rem;
  line-height: .7rem;
  text-align: center;
  border-bottom: 1px solid rgba(0,0,0,.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #00479d;
  font-weight: bold;
}
.mobiDate .de-btn{
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  border-top: 1px solid rgba(0,0,0,.1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  box-shadow: 0 -2px 10px rgba(0,0,0,.05);
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobiDate .de-btn:after{
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -.5px;
  background: rgba(0,0,0,.1);
  clear:both;
}
.mobiDate .de-btn a{
  display: block;
  float: left;
  width: 50%;
  height: 100%;
  line-height: .8rem;
  color: #00479d;
  font-size: .28rem;
}
.mobiDate .de-list{
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding:.7rem .2rem .8rem .2rem;
  position: relative;
}
.mobiDate .de-list .de-list2{
  width: 33.33%;
  height: 100%;
  float: left;
  text-align: center;
  background: #f5f5f5;
  background: linear-gradient(#f5f5f5 0,#fff 10%,#fff 90%,#f5f5f5 100%);
  background: -webkit-gradient(linear,left bottom,left top,from(#f5f5f5),color-stop(0.1,#fff),color-stop(0.9,#fff),to(#f5f5f5));
  background: -webkit-linear-gradient(#f5f5f5 0,#fff 10%,#fff 90%,#f5f5f5 100%);
}
.mobiDate .de-list .de-list2 .swiper-container{
  height: 100%;
  position: relative;
}
.mobiDate .de-list .de-list2 .swiper-slide{
  /*line-height: .83rem;*/
  /*opacity: .3;*/
  display:flex;/*Flex布局*/
  display: -webkit-flex; /* Safari */
  align-items:center;/*指定垂直居中*/
  justify-content:center;
}
.mobiDate .de-list .de-list2 .swiper-slide.swiper-slide-prev,
.mobiDate .de-list .de-list2 .swiper-slide.swiper-slide-next,
.mobiDate .de-list .de-list2 .swiper-slide.swiper-slide-active{
  opacity: 1;
}
::-webkit-scrollbar{
  display: none;
}
.mobiDate .cloth {
    position: absolute;
    width: 100%;
    height: 20%;
    left: 0;
    top: 40%;
    border-top: 1px solid #00479d;
    border-bottom: 1px solid #00479d;
}

.error-tips{
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  position: fixed;
  bottom: -1rem;
  left: 0;
  z-index: 999;
  background-color: rgba(0,71,157,.8);
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.error-tips span{
  letter-spacing: 3px;
  font-size: .26rem;
  display: inline-block;
  position: relative;
  color: #fff;
}
.error-tips span:before{
  display: block;
  content: '';
  width: .41rem;
  height: .42rem;
  position: absolute;
  top: 50%;
  left:-.5rem;
  margin-top:-.21rem;
  z-index: 1;
  background-image: url('../images/icon-th.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size:100% auto;
  background-size:100% auto;
}

.success{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color:rgba(0,0,0,.8);
}
.success p{
  color: #fff;
  width:100%;
  height: 1rem;
  position: absolute;
  top: 50%;
  text-align: center;
  margin-top: -.18rem;
  letter-spacing: 5px;
  font-size: .36rem;
}
.success a{
  display: block;
  width: 1.2rem;
  height: 1rem;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-left: -.6rem;
  z-index: 1;
  font-size: .26rem;
  letter-spacing: 2px;
}
/*//针对虚拟按键的手机*/
@media screen and (max-aspect-ratio:9/12) and (min-aspect-ratio:9/14){
}
