@charset "UTF-8";

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
html {
  height: 100%;
  overflow: hidden;
}
body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
  display: block;
}
a {
  text-decoration: none;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
.clearfix:after {
  content: '\20';
  clear: both;
  height: 0;
  display: block;
}
.clearfix {
  *zoom: 1;
}

body {
  /*background: #59a1e7;*/
  /*background-image: url("../images/bg.png");*/
  /*background-size: 100%;*/
}
/*index css*/
.banner-img{
  width: 100%;
}
.content {
  width: 100%;
  height: auto;
  padding-top: 20px;
}
.content .inner-content {
  margin: 0px 15px;
}
.content .inner-content li {
  margin-left: 15px;
  min-height: 60px;
  border-bottom: 1px solid #d2d3d5;
}
.content .inner-content label{
  position: relative;
  display: block;
  overflow: hidden;
}
.content .inner-content .txt {
  font-size: 16px;
  display: block;
  line-height: 28px;
  padding-left: 10px;
  border: none;
  background: rgba(0,0,0,0);
  color: #b1b1b1;
  outline: none;
  box-shadow: none;
  border-left: 1px solid #e5e5e5;
  margin: 16px 0px 16px 36px;
}
.content .inner-content .icon-img {
  position: absolute;
  display: inline-block;
  height: 25px;
  margin-top: 16px;
}
/*.content .inner-content li:last-child {*/
/*border-bottom: none;*/
/*}*/
.content .inner-content .login-getcode {
  position: absolute;
  z-index: 99;
  right: 10px;
  top: 13px;
  display: inline-block;
  width: 121px;
  font-size: 16px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  color: #989898;
  border-radius: 30px;
  border: 1px solid #989898;
  outline-width: 0;
}
.list-block {
  margin-top: 30px;
  width: 100%;
}
.list-block .btn {
  display: block;
  margin: 0px 15px;
  font-size: 18px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  background: #e93030;
}
.footer {
  /* position: absolute;
  bottom: 10px; */
  width: 100%;
}
.footer p{
  font-size: 13px;
  color: #b5b5b5;
  text-align: center;
  margin: 5px 0;
}
.footer p:first-child{
  font-size: 14px;
  color: #989898;
}
.footer p:last-child{
  color: #d1d1d1;
  margin-top: 10px;
}
.footer  .hr{
  display: inline-block;
  position: relative;
  top: -8px;
}
.channel-box {
  margin: 0px 15px;
  margin-top: 18px;
  position: relative;
}
.channel-box .channel-title {
  background: #fff7d2;
  height: 38px;
  line-height: 38px;
  text-indent: 14px;
  color: #42310b;
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}
.channel-box .channel-body {
  background: #f8dfa2;
  min-height: 144px;
  width: 100%;
  border-radius: 0px 0px 5px 5px;
}
.channel-box .line-box {
  background: url("../images/wap/line.png") repeat-x;
  height: 5px;
  background-size: contain;
  position: absolute;
  width: 100%;
  top: 35px;
}
.channel-box .logo-box {
  margin-left: 14px;
  padding-top: 10px;
}
.content-box {
  padding: 10px 14px 0px 14px;
  overflow: hidden;
}
.content-box:last-child {
  padding: 10px 14px 10px 14px;
  overflow: hidden;
}
.content-box .content-left {
  float: left;
  color: #823a01;
  font-size: 15px;
  /*margin-right: 10px;*/
}
.content-box .content-right {
  font-size: 15px;
  padding-left: 97px;
}
.content-box .content-left span{
  width: 75px;
  display: inline-block;
}
.len-3 {
  letter-spacing: 15px;
  white-space: nowrap;
}
.len-4 {
  letter-spacing: 5px;
  white-space: nowrap;
}

.agreement-block{
  padding: 10px 15px 0 31px;
}
.agreement-block .label-checkbox{
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  color: #333;
}

.agreement-block .label-checkbox input{
  margin-right: 6px;
  margin-top: 3px;
}

.agreement-block .label-checkbox .item-inner a{
  color: #2096F3;
}