/*
 * File: style.wap.css
 * File Created: 2018-07-10 11:18:21 am
 * Author: linzw5 (zewei.lin@meicloud.com)
 * Copyright: 2017 - 2018 Copyright (c), 深圳美云智数科技有限公司
 * -----
 * Last Modified: 2018-07-10 2:12:02 pm
 * Modified By: linzw5 (zewei.lin@meicloud.com>)
 */
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;
}

.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%;
}

.bgBlur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.title {
  overflow: hidden;
  padding: 0 15px;
  margin-bottom: 20px;
  font-size: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.title img {
  width: 50px;
  margin-right: 10px;
  vertical-align: middle;
}

.title span {
  vertical-align: middle;
}

.sub-title {
  margin-bottom: 50px;
  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;
}

@media screen and (max-width: 321px) {
  .head-error-close {
    display: none;
  }
}

@media screen and (min-height: 568px) {
  .title {
    margin-top: 30px;
  }

  .sub-title {
    margin-bottom: 60px;
  }
}

@media screen and (min-height: 667px) {
  .title {
    margin-top: 50px;
  }

  .sub-title {
    margin-bottom: 80px;
  }
}

@media screen and (min-height: 736px) {
  .title {
    margin-top: 90px;
  }

  .sub-title {
    margin-bottom: 100px;
  }
}

.tips {
  font-size: 14px;
  color: #fff;
}

.scan {
  margin-bottom: 50px;
}

.code canvas {
  padding: 12px;
  background-color: #fff;
}

.question {
  margin: 20px 0 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn {
  display: block;
  margin: 0 auto 20px;
  padding: 14px 0;
  width: 70%;
  font-size: 20px;
  color: #FFF;
  text-decoration: none;
  border-radius: 36px;
  background-color: #3da5fe;
}

.downLoad_introduce {
  width: 100%;
  height: 100%;
  opacity: 0.67;
  background: #0C0C0C;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  display: none;
}

.downLoad_introduce_content {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
}

.content {
  height: 100px;
  padding: 20px;
  text-align: center;
  position: relative;
}

.arrow {
  top: 18px;
  right: 18px;
  position: absolute;
  border-color: #fff;
  /*箭头颜色*/
  border-width: 0 20px 20px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-style: outset outset solid outset;
  _border-style: dotted dashed solid dashed;
  display: block;
  line-height: 0;
  font-size: 0;
}

.background {
  top: 20px;
  /*箭头宽度*/
  right: 18px;
  position: absolute;
  border-width: 0 20px 20px;
  border-color: #0C0C0C;
  /*和页面的背景颜色一样*/
  border-right-color: transparent;
  border-left-color: transparent;
  border-style: outset outset solid outset;
  _border-style: dotted dashed solid dashed;
  display: block;
  line-height: 0;
  font-size: 0;
}

.line {
  border: dashed 2px #fff;
  width: 30px;
  height: 90px;
  border-bottom-right-radius: 30px 90px;
  position: absolute;
  right: 36px;
  top: 34px;
  border-top: none;
  border-left: none;
}

.download_tip {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}

.download_icon_wrap {
  position: relative;
  height: 220px;
}

.download_icon_line {
  position: absolute;
  padding: 10px;
  right: 0px;
  width: 35%;
  height: 100%;
}

.icon_download_line {
  width: 100%;
}

.download_icon_browser {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.icon_browser {
  width: 70px;
  height: 70px;
}

.download_introduce_btn_wrap {
  margin-top: 76px;
  text-align: center;
}

.download_introduce_btn {
  display: inline-block;
  padding: 10px 30px;
  width: 100px;
  background: #FFFFFF;
  border-radius: 8px;
  text-align: center;
}

.head-error {
  position: relative;
  top: -40px;
  left: 0;
  right: 0;
  padding-left: 16px;
  background: #FF9933;
  text-align: left;
  transition: top .5s;
}

.head-error-text {
  margin-left: 2px;
  line-height: 40px;
  vertical-align: middle;
  font-size: 14px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.error-icon {
  vertical-align: middle;
}

.head-error-close {
  position: absolute;
  right: 0;
  margin-top: 14px;
  margin-right: 16px;
  vertical-align: middle;
}

.verify-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.verify-wrap-shadow {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .6;
}

.verify-content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px;
  margin-top: -162px;
  margin-left: -160px;
  background: #FFFFFF;
  width: 300px;
  height: auto;
  border-radius: 25px;
  border: solid 2px #666;
  box-shadow: 0 0 10px #666;
}

.verify-content-close {
  float: right;
  color: #000;
  padding: 5px;
  margin: -2px;
  font: bold 16px/16px simsun;
  text-decoration: none;
  cursor: pointer;
}

.verify-des-wrap {
  margin-top: 40px;
}

.des-app-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  vertical-align: middle;
  background-size: 100%;
}

.verify-des-content {
  display: inline-block;
  width: 160px;
  vertical-align: middle;
  font-size: 14px;
  box-sizing: border-box;
  text-align: left;
  font-weight: bold;
  font-family: "Microsoft YaHei", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.verify-content-input {
  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);
}

#verify-account {
  margin-top: 25px;
}

#verify-password {
  margin-top: 15px
}

.verify-btn {
  margin-top: 24px;
  margin-bottom: 10px;
  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;
  background-color: rgb(0, 173, 239);
  border: 1px solid rgb(0, 173, 239);
  outline: none
}
