body{margin:0 auto;padding:0;overflow-x:hidden;overflow-y:scroll;font-family: 'PingFang SC',"微软雅黑";background: #000000;max-width: 640px}
html{ -webkit-text-size-adjust:none;width: 100%;max-width: 640px;margin: 0 auto }
a{text-decoration: none;outline: none;}
span{outline: none;}
ul,li{list-style: none;padding: 0;margin: 0;outline: none}
img{border: none;width: 100%;outline: none;}
input{outline: none}
::-moz-placeholder { color: #ffffff; }
::-webkit-input-placeholder { color:#ffffff; }
:-ms-input-placeholder { color:#ffffff; }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
  background: none !important;
  color: #fff !important;
}

.disnone{display: none}


.page{
  width: 100%;
  max-width: 640px;
  /*height: 100%;*/
  /*position: absolute;*/
 /*// top: 0;*/
 /*// left: 0;*/
  background: url("./../images/form_bg.jpg") no-repeat bottom;
  background-size: 100%;
  /*overflow: auto;*/
  margin: 0 auto;
  float: left;
}
.page::-webkit-scrollbar {display:none}
.top{
  width: 100%;
  float: left;
}
.top>img{width: 100%}

.form{
  width: 80%;
  margin: 15px 10% 30px;
  float: left;
}
.line{
  width: 100%;
  margin-bottom: 10px;
  float: left;
  position: relative;
}
.line> .each{
  width: 30%;
  height: 35px;
  border: 1px solid #ffffff;
  float: left;
  position: relative;
}
.line select{}
.line select optgroup{text-align: center;}
.line select option{text-align: center;}
.line> .right{float: right}
.line> .each> span{
  width: 100%;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
  font-size: 12px;
  display: block;
}
.line> .each> select{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.line> input{
  width: 100%;
  height: 35px;
  border: none;
  background: none;
  text-align: center;
  color: #ffffff;
  border-radius: 0;
  margin: 0 auto;
}
.line> .getcode{
  width: 80px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 3px;
  background: #f26a2b;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
.border{border: 1px solid #ffffff}
.line> .label{
  width: 50%;
  line-height: 35px;
  padding-left: 5%;
  font-size: 12px;
  color: #ffffff;
  float: left;
}
.line> .choose{
  float: right;
  color: #ffffff;
  font-size: 12px;
}
.line > .choose> span{
  width: 50px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  float: left;
  margin-top: 3px;
}
.line> .choose> .on{
  background: #f26a2b;
}
.lastline{
  width: 100%;
  margin-bottom: 10px;
  float: left;
  position: relative;
}
.lastline> .each{
  width: calc(100% - 2px);
  height: 35px;
  border: 1px solid #ffffff;
  float: left;
  position: relative;
}
.lastline> .each> span{
  width: 100%;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
  font-size: 12px;
  display: block;
}
.lastline> .each> select{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.choose_text{
  width: 100%;
  opacity: 0.6;
  /*float: left;*/
}
.choose_text> span{
  width: 10px;
  height: 10px;
  float: left;
  border: 1px solid #ffffff;
  margin-right: 10px;
  font-size: 12px;
  color: #ffffff;
  line-height: 10px;
  margin-top: 3px;
  text-align: center;
}
.choose_text> .text{
  font-size: 12px;
  float: right;
  width: 90%;
  color: #ffffff;
}
.choose_text> .text> span {
  position: relative;
  margin-right: 8px;
}
.choose_text> .text> span> em{
  position: absolute;
  top: -5px;
  right: -8px;
  font-size: 10px;
  font-style: normal;
}
.btn{
  width: 70%;
  margin: 30px 15%;
  float: left;

  /*margin-bottom: 30px;*/
}
.btn> img{
  width: 100%;
  margin: 30px 0 0;
}
.result{
  width: 80%;
  margin: 30px 10% 30px;
  float: left;
  position: relative
}
.result_txt{
  width: 80%;
  /*margin-top: 20%;*/
  margin-left: 10%;
}
.back{
  float:left;
  margin-top: 50px;
  margin-left: 25%;
  width: 50%;
  margin-bottom: 50px;
}






















