@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑"; }

a {
  text-decoration: none; }

ul {
  list-style-type: none; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.guide-box {
  font-size: 0.42667rem;
  padding: 0 0.53333rem 0.26667rem 0.53333rem; }

.guide-box .guide-title {
  font-size: 0.48rem;
  font-weight: bold;
  padding-top: 0.88rem; }

.guide-box .guide-step {
  color: #999;
  position: relative;
  margin-top: 0.50667rem; }

.guide-box .guide-step .icon_sd {
  width: 0.85333rem;
  vertical-align: middle; }

.guide-box .guide-step .icon_jt {
  width: 2.69333rem;
  position: absolute;
  bottom: 0.4rem;
  right: 0.13333rem; }

.guide-box .guide-step .browser-box {
  width: 1.78667rem;
  display: inline-block; }

.guide-box .guide-step .browser {
  width: 1.78667rem;
  position: absolute;
  top: -0.66667rem; }

.guide-box .guide-img {
  text-align: center;
  margin-top: 0.10667rem; }

.guide-box .guide-img img {
  width: 6.82667rem;
  margin-left: 0.26667rem; }

.guide-box .download-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.53333rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.37333rem 0.29333rem;
  -webkit-box-shadow: 0 0 0.09333rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.09333rem rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem; }

.guide-box .download-content .download-logo {
  width: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0; }

.guide-box .download-content .download-logo img {
  width: 100%; }

.guide-box .download-content .download-info {
  width: 100%;
  margin-left: 0.26667rem; }

.guide-box .download-content .download-info .download-info-title {
  font-weight: bold; }

.guide-box .download-content .download-info .download-info-tip {
  margin-top: 0.13333rem;
  font-size: 0.29333rem;
  color: #999; }

.guide-box .download-content .download-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.21333rem; }

.guide-box .download-content .download-btn a {
  display: inline-block;
  width: 2.21333rem;
  height: 0.85333rem;
  line-height: 0.85333rem;
  text-align: center;
  -webkit-border-radius: 0.85333rem;
          border-radius: 0.85333rem;
  background: #fe6d00;
  color: #fff;
  font-size: 0.32rem; }

.isIos,
.isAndroid,
.notWechat,
.isWechat {
  display: none; }

/*******  下载    ********/
.app-download-index {
  margin-top: -1.46667rem; }

.download-btn-body {
  display: none; }

.download-box {
  width: 10rem;
  padding-bottom: 1.33333rem; }

.download-box .download-item {
  width: 100%;
  position: relative; }

.download-box .download-item img {
  width: 100%; }

.download-box .download-item .download-tip {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.29333rem;
  padding-top: 0.48rem;
  color: #333;
  text-align: center; }

.download-box .download-item .download-tip b {
  margin: 0 0.05333rem; }

.download-box .download-item .download-tip .fh_1,
.download-box .download-item .download-tip .fh_2 {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  color: #333; }

.download-box .download-item .download-tip .fh_1 {
  top: 0.02667rem;
  z-index: 1;
  -webkit-animation: fh 1s infinite;
          animation: fh 1s infinite; }

.download-box .download-item .download-tip .fh_2 {
  top: 0.13333rem;
  opacity: 0.5;
  z-index: 0;
  -webkit-animation: fh 1s infinite;
          animation: fh 1s infinite; }

@-webkit-keyframes fh {
  0% {
    margin-top: 0; }
  70% {
    margin-top: -0.06667rem; }
  100% {
    margin-top: 0; } }

@keyframes fh {
  0% {
    margin-top: 0; }
  70% {
    margin-top: -0.06667rem; }
  100% {
    margin-top: 0; } }

.download-box .download-item .download-btn {
  position: absolute;
  width: 4rem;
  height: 0.98667rem;
  display: inline-block;
  left: 3.06667rem;
  top: 6.74667rem; }

.download-box .download-item .miniapp {
  position: absolute;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 8rem;
  font-size: 0.34667rem;
  color: #999; }

.download-btn-body {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0.4rem;
  color: #fff;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.13333rem;
  padding-bottom: calc(0.13333rem + env(safe-area-inset-bottom) / 2); }
  .download-btn-body .download-btn {
    width: 9.2rem;
    height: 1.06667rem;
    line-height: 1.06667rem;
    background: -webkit-gradient(linear, left top, right top, from(#FE9C23), to(#FF810B));
    background: -webkit-linear-gradient(left, #FE9C23 0%, #FF810B 100%);
    background: -o-linear-gradient(left, #FE9C23 0%, #FF810B 100%);
    background: linear-gradient(90deg, #FE9C23 0%, #FF810B 100%);
    -webkit-border-radius: 0.53333rem;
            border-radius: 0.53333rem;
    color: #fff; }

.download-channel-tip {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.22667rem 0.25333rem;
  text-align: center; }
  .download-channel-tip img {
    width: 100%;
    max-width: 10rem; }

#__bs_notify__ {
  display: none !important;
  height: 2.66667rem; }
