* {
  margin: 0;
  padding: 0;
}
html,
body {
  -webkit-user-select: none;
  font-family: 'PingFang SC', 'Comic Sans MS', "幼圆", "黑体", sans-serif;
  background-color: #FFC60B;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
#content-wrapper {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
#content-wrapper .rightTips {
  position: absolute;
  right: 6px;
  top: 8px;
  width: 147px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  border-radius: 10px 10px 10px 0;
  color: #000000;
}
#content-wrapper .contentBox {
  position: relative;
}
#content-wrapper .contentBox #phone {
  position: absolute;
  width: 70%;
  border: none;
  outline: none;
  height: 38.4615%;
  border-radius: 5px;
  bottom: 28.8462%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
#content-wrapper .contentBox p {
  display: none;
  text-align: center;
  position: absolute;
  width: 70%;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFFFFF;
  top: 9.5%;
  font-size: 14px;
}
#content-wrapper .hideBtn {
  background: #FFC60B;
}
#content-wrapper .btnBox {
  position: relative;
}
#content-wrapper .btnBox .innerBtn {
  display: block;
  width: 80%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  text-align: center;
}
#content-wrapper .btnBox .innerBtn .btnWords {
  width: 100px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 14px;
  color: #FFFFFF;
}
#content-wrapper .footer {
  position: relative;
}
#content-wrapper .footer .notice {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #7a6f49;
}
#content-wrapper .footer .notice a {
  text-decoration: none;
  color: #7a6f49;
}
#content-wrapper .download {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
img {
  width: 100%;
  display: block;
}
/**
 * alert
 */
#mask {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
#alert {
  position: fixed;
  width: 240px;
  height: 240px;
  background-image: url("https://cdn.133.cn/gtgj/wap/act/20170120/images/alert.png");
  background-size: contain;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  display: none;
}
#alert .content {
  width: 160px;
  margin: 0 auto;
  margin-top: 70px;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
#alert .content p {
  margin-top: 4px;
  font-size: 13px;
  line-height: 20px;
  color: #feb69f;
}
#alert .content a {
  font-size: 13px;
  color: #2f89e2;
}
#alert .downtext {
  width: 180px;
  position: absolute;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  bottom: 50px;
  left: 10%;
  text-decoration: underline;
}
#alert .alertclose {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 15px;
  top: 5px;
}
#alert .content-sub {
  width: 169px;
  margin: auto;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  margin-top: 20px;
  text-align: center;
}
#alert .alertDown {
  display: none;
  position: absolute;
  bottom: 45px;
  width: 120px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
}
/**
 * Tips
 */
#box {
  width: 280px;
  height: 440px;
  background: #FFFFFF;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -140px;
  margin-top: -220px;
  border-radius: 5px;
  z-index: 2;
  display: none;
}
#box .title {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  color: #000000;
}
#box .title img {
  width: 36px;
  display: inline-block;
}
#box .box-close {
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
}
#box .box-close .btimg {
  display: block;
}
#box .box-close .btclose {
  position: absolute;
  width: 30px;
  left: 0;
  right: 0;
  margin: auto;
  top: -5px;
}
#box ol {
  box-sizing: border-box;
  padding: 0 10px;
  margin-left: 20px;
}
#box li {
  margin-top: 8px;
  font-size: 13px;
  text-align: left;
  color: #8f8f8f;
}
#box li span {
  color: #010101;
}
#box p {
  font-size: 12px;
  color: #8f8f8f;
  padding-left: 13px;
}
#box p:first-child {
  margin-top: 5px;
}
