body,
html {
    /* width: 100%; */
    height: 100%;
    margin: 0;
    padding: 0
}
body {
    overflow: hidden;
    text-align: center;
    background: url("../img/bg.png") no-repeat top;
    background-size: cover;
}
ul,ol,li{
    list-style: none;
}
img {
    border: 0;
}
/*#header {
    background-color: #27a4f3;
    overflow: hidden;
    padding: 0 0 0;
}*/
.btn {
    display: block;
    margin: 0 auto 20px;
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
    border-radius: 36px;
}
h1,
h2 {
    position: relative;
    margin: 0;
    font-weight: normal;
    color: #fff;
}
#wrap {
    height: 100%;
}
#downFresh {
  text-decoration:underline;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}
.bgBlur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.title {
    margin-bottom: 20px;
}
.title img {
    width: 50px;
    margin-right: 10px;
    vertical-align: middle;
}
.title span {
    vertical-align: middle;
}
.sub-title {
    margin-bottom: 8%;
    font-size: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}
.sub-title span {
    margin-right: 20px;
    font-size: 20px;
}
.sub-title span:last-child {
    margin-right: 0;
}
.tips {
    font-size: 14px;
    color: #fff;
}
.scan {
    margin-bottom: 50px;
}
.question {
    margin: 20px 0 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.weixin_hint {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}
.weixin_hint .line {
    float: right;
    margin: 20px 20px 0 0;
}
.weixin_hint .tips-box {
    padding-top: 20px;
    text-align: right;
}
.weixin_hint img {
    width: 220px;
    height: 244px;
}
.weixin_hint p {
    margin-bottom: 70px;
    color: #fff;
 }
 .btn.five {
    border: 1px solid #fff;
    width: 70%;
    padding: 14px 0 ;
 }
.btn.down {
    padding: 14px 0;
    width: 70%;
    background-color: #3da5fe;
}
.btn.know {
    width: 50%;
    padding: 10px 0;
    border: 2px solid #fff;
}
.code canvas {
    padding: 12px;
    background-color: #fff;
}
@media only screen and (min-height: 568px){
    .title {
        margin-top: 20px;
    }
    /*.weixin_hint .line {
        width: 90px;
        height: 150px;
    }*/
}
@media only screen and (min-height: 667px){
    .title {
        margin-top: 40px;
    }
    .weixin_hint .tips-box {
        padding-right: 10px;
    }
}
@media only screen and (min-height: 736px){
    .title {
        margin-top: 80px;
    }
    .weixin_hint .tips-box {
        padding-right: 20px;
    }
}

.theme-top {
    width: 100%;
    margin-bottom: 15px;
}
.item-title {
    width: 160px;
    font-weight: bold;
}
.theme-item {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
}
/* IOS，input出现阴影 */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="password"],
textarea {
  -webkit-appearance: none !important; /* 清楚ios阴影 */
  -webkit-tap-highlight-color: rgba(0,0,0,0); /* 清楚ios阴影 */
  -moz-appearance: none !important; /* mobile firefox too! */
}
.img_bg {
    background: url("../img/icon-qr.png") no-repeat;
    width: 72px;
    height: 72px;
}
.theme-mask {
    z-index: 9996;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.5;
    filter:alpha(opacity=50);
    display:none;
}
.theme-popover {
    z-index: 9997;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right: 0;
    display:none;
  }
  .theme-popover-item {
    position: absolute;
    z-index:9999;
    top:50%;
    left:50%;
    width: 300px;
    height: auto;
    /* margin:-195px 0 0 -150px; */
    border-radius:25px;
    border:solid 2px #666;
    background-color:#fff;
    box-shadow: 0 0 10px #666;
    transform: translate(-50%,-50%);
  }
  .theme-poptit {
    padding:12px;
    position: relative;
  }
  .theme-popbod {
    padding:60px 15px;
    color:#444;
  }
  .theme-popbom {
    padding:15px;
    background-color:#f6f6f6;
    border-top:1px solid #ddd;
    border-radius:0 0 5px 5px;
    color:#666
  }
  .theme-popbom a {
    margin-left:8px
  }
  .theme-poptit .close {
    float:right;
    color:#000;
    padding:5px;
    margin:-2px -5px -5px;
    font:bold 16px/16px simsun;
    text-decoration: none;
  }
  .theme-poptit .close:hover {
    color:#444;
  }

  .inp-gray, .feed-mail-inp {
    border:1px solid #ccc;
    background-color:#fdfdfd;
    width:220px;
    height:16px;
    padding:4px;
    color:#444;
    margin-right:6px
  }
  .dform {
    padding: 10px;
    margin-top: 20px;
  }
  .dform .ipt_error {
    background-color:#FFFFCC;
    border-color:#FFCC66
  }
  .dform-tip {
    display:none;
    background-color:#080;
    color:#fff;
    line-height:42px;
    margin-top:10px;
    font-size: 14px;
  }
  .dform-tip-errer {
    background-color: #CF301A;
  }
  .dform-tip a {
    display: inline-block;
    padding: 0 20px;
    margin-left:10px;
    background-color: #FFE924;
    color: #CF301A;
  }
  .dform-login {
    padding:0;
    height: 270px;
    overflow: hidden;
  }
  .theme-signin {
    font-size: 14px;
  }
  .theme-signin ul {
      padding-left: 0;
  }
  .theme-signin li {
    padding: 0 15px;
    margin-bottom: 15px;
    position: relative;
  }

  .theme-signin .btn {
    margin-bottom: 10px;
  }
  #identify_code {
    display: none;
}
.code_text {
  border: solid 1px #d2d2d2;
  border-left-color: #ccc;
  border-top-color: #ccc;
  border-radius: 2px;
  background-color: #fff;
  padding: 4px 6px;
  height: 32px;
  color: #555;
  width: 100px;
  /* width: 100%; */
  /* outline: 0; */
  box-sizing: border-box;
  display: inline-block;
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
.code_img_text {
      width: 95px;
      height: 32px;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
}
  .ipt {
    border: solid 1px #d2d2d2;
    border-left-color: #ccc;
    border-top-color: #ccc;
    border-radius: 2px;
    background-color: #fff;
    padding: 4px 6px;
    height: 32px;
    color: #555;
    min-width: 200px;
    /* width: 100%; */
    /* outline: 0; */
    box-sizing: border-box;
    display: inline-block;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  }
  .item_check {
      /* margin-left: 48px; */
      background-color: rgb(0,173,239);
      border: 1px solid rgb(0,173,239);
  }
  .btn_check {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    min-width: 200px;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    color: #fff;
  }
  .btn-primary {
    background-color: #999;
    border: 1px solid #999;
  }
  .tipPlace {
    text-align: center;
    color: red;
    margin-bottom: 0 !important;
    display: none;
}