/*基本样式*/
html {
  font-size: 100px;
}
@media only screen and (min-width: 320px) {
  html {
    font-size: 42.6667px !important;
  }
}
@media only screen and (min-width: 360px) {
  html {
    font-size: 48px !important;
  }
}
@media only screen and (min-width: 375px) {
  html {
    font-size: 50px !important;
  }
}
@media only screen and (min-width: 384px) {
  html {
    font-size: 51.2px !important;
  }
}
@media only screen and (min-width: 400px) {
  html {
    font-size: 53.3333px !important;
  }
}
@media only screen and (min-width: 414px) {
  html {
    font-size: 55.2px !important;
  }
}
@media only screen and (min-width: 432px) {
  html {
    font-size: 57.6px !important;
  }
}
@media only screen and (min-width: 480px) {
  html {
    font-size: 64px !important;
  }
}
@media only screen and (min-width: 560px) {
  html {
    font-size: 74.6667px !important;
  }
}
html,
body {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: none;
}
body {
  font-family: "PingFangSC-Regular";
  font-size:  0.24rem;
}
a {
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a:selection {
  background: none;
}
a:-moz-selection {
  background: none;
}
a:-webkit-selection {
  background: none;
}
.cl_rise {
  color: #FF0000;
}
.cl_fall {
  color: #00E62A;
}
.cl_flat {
  color: #FDA804;
}
.cl_success {
  color: #038114;
}
.cl_danger {
  color: #f00;
}
.cl_muted {
  color: #999;
}
.cl_info {
  color: #26CB6F;
}
.hidden {
  visibility: hidden;
}
.ta_center {
  text-align: center;
}
.ta_left {
  text-align: left;
}
.ta_right {
  text-align: right;
}
.block {
  display: block;
}
.fl_right {
  float: right;
}
.fl_left {
  float: left;
}
body {
  padding-bottom: 80px;
  background: #ffd55f;
}
.con {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.con-pic img {
  width: 100%;
  vertical-align: middle;
}
.con-pic img {
  width: 100%;
  vertical-align: middle;
}
.btn-open {
  background: #ffb204;
  text-align: center;
  max-width: 750px;
}
.btn-open img {
  width: 70%;
  margin: 0 auto;
  padding: 10px;
}
.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
}
/**************************未登录提示弹窗样式**********************************************/
.popUnLoginMark {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.popUnLogin {
  position: fixed;
  left: 0.4rem;
  right: 0.4rem;
  height: 4.8rem;
  top: 50%;
  margin-top: -2.4rem;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
  border-radius: 0.2rem;
}
.popUnLoginRightNowPut {
  position: fixed;
  left: 0.4rem;
  right: 0.4rem;
  /*.px2rem(height, 480px);*/
  top: 35%;
  margin-top: -2.4rem;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
  border-radius: 0.2rem;
}
.popUnLoginHeader {
  width: 4rem;
  height: 2.6rem;
  position: absolute;
  left: 50%;
  margin-left: -2rem;
  top: 0;
  margin-top: -1.7rem;
}
.close {
  width: 0.8rem;
  height: 1.1rem;
  position: absolute;
  right: 0;
  margin-top: -1.1rem;
}
.unLoginCon {
  margin-top: 1.7rem;
  text-align: center;
}
.unLoginCon .unLoginConStyle {
  font-size: 0.32rem;
  line-height: 0.32rem;
  color: #888;
}
.unLoginCon .unLoginConTop {
  margin-top: 0.2rem;
}
/***************************分享成功加金币的提示框***************************/
.popShareSucHeader {
  width: 75%;
  height: 3.3rem;
  position: absolute;
  left: 12.5%;
  top: 0;
  margin-top: -1.85rem;
  background: url("../img/pop/addcoin.png") no-repeat center;
  background-size: auto 100%;
  text-align: center;
}
.shareCon {
  margin-top: 1.5rem;
  text-align: center;
}
.shareCon .shareSucOne {
  font-size: 0.42rem;
  line-height: 0.42rem;
  font-weight: bold;
  color: #de3031;
}
.shareCon .shareSucTwo {
  text-align: left;
  font-size: 0.3rem;
  line-height: 0.4rem;
  padding-left: 26%;
  color: #888;
  margin-top: 0.3rem;
}
.unloginBtn {
  width: 3.68rem;
  height: 1.08rem;
  position: absolute;
  left: 50%;
  margin-left: -1.84rem;
  top: 3.5rem;
}
.addCoinMoney {
  display: inline-block;
  margin-top: 1.12rem;
}
.shareCoinName {
  font-size: 0.36rem;
  color: #7b4301;
  font-weight: bold;
}
.shareCoinNum {
  font-size: 0.6rem;
  font-weight: bold;
  color: #7b4301;
  padding-right: 0.3rem;
}

