* {
  margin: 0;
  padding: 0;
  text-decoration:none;
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
}

#mobile {
  min-height: 100vh;
  font-size: .16rem;
  width: 3.6rem;
  overflow: hidden;
  text-align: center;
  background-color: #ffffff;
}
.m-top {
  padding: 0.3rem 0.92rem 0.3rem 0.3rem;
  background-color: #ffffff;
}
.m-top-img {
  display: block;
  height: 1.3rem;
  background-color: #ffffff;
}

.m-center {
  padding-bottom: 0.44rem;
  background-color: #ffffff;
  text-align: center;
}
.m-center-img {
  display: block;
  width: 100%;
  background-color: #ffffff;
}

.m-bot {
  padding-left: 0px;
  display: table-cell;
  text-align: center;
  background-color: rgba(217, 217, 217, 0.15);
}
.m-bot-img {
  display: table-cell;
  width: 90%;
  text-align: center;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
#btnMobile {
  display: inline-block;
  width: 1rem;
  height: 0.36rem;
  background: #FFD557;
  border-radius: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.36rem;
  color: #9D5E24;
  text-align: center;
}

#braowserTips_wrap{
  position: fixed;
  background: rgba(28, 32, 44, 0.8);
  width: 100%;
  height: 100%;
  z-index: 10;
  top:0;
  left: 0;
  right:0;
  bottom: 0;
  display: none;
}
.tips_box{
    position: fixed;
    top:.3rem;
    right:.1rem;
    border-radius: .08rem;
    background: #fff;
    padding:0 .18rem;
    z-index: 11;
}
.tips_box::before{
  content: '';
  position: absolute;
  right:.18rem;
  top:-.16rem;
  border-width: .08rem .08rem .08rem .08rem;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
}
.tips_box  ul li{
  border-bottom:.01rem solid #EEEEEE;
  font-size: 0.14rem;
  font-family: SourceHanSansSC-Medium, SourceHanSansSC;
  font-weight: 500;
  color: #333333;
  padding:.12rem 0;
  display: flex;
  align-items: center;
  
}
.tips_box  ul li .icon{
  width: .16rem;
  height: .16rem;
  margin: auto .05rem;
  
}
.tips_box  ul li .icon img {
  width: 100%;
  height: 100%;
  display:block;
}

#pc {

}
.pc-header {
  width: 100%;
  height: 40px;
  background-color: rgba(255, 209, 26, 1);
}
.pc-center {
  padding: 19px 0px 0px 7.9%;
  position: relative;
  max-height: 1314px;
  display: flex;
  justify-content: space-between;
}
.pc-center-left {
  width: 474px;
  /* max-height: 844px; */
  padding-top: 220px;
}
.sub {
  display: block;
  width: 590px;
  height: 251px;
}
.desc {
  display: block;
  width: 160px;
  height: 67px;
  margin-top: 33px;
}
#btnPC {
  width: 160px;
  height: 48px;
  background: #FFD557;
  border-radius: 10px;
  font-family: 'OPPOSans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 48px;
  color: #9D5E24;
  text-align: center;
  margin-top: 100px;
  cursor: pointer;
  position: relative;
}
.pc-center-right {
  position: relative;
  padding-top: 0px;
}
.right-icon {
  display: block;
  width: 333px;
  height: 650px;
}
.right-icon {
  position: relative;
  right:.3rem;
}
.icon-img {
  display: block;
  width: 280px;
  height: 228px;
  position: absolute;
  top: 467px;
  left: -390px;
}
.pc-top-logo {
  width: 302px;
  height: 34px;
  background: url(../img/logo.svg) no-repeat;
  position: absolute;
  top: 24px;
  left: 7.9%;
}
.pc-bot {
  background-color: rgba(217, 217, 217, 0.15);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-bot-bg {
  display: block;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  height: auto;
}


.qrcode-box {
  position: absolute;
  top: 1px;
  right: -160px;
  z-index: 20;
  width:158px;
  height:158px;
  background:rgba(255,255,255,1);
  border-radius:8px;
  border:1px solid rgba(208,208,208,1);
}

.qrcode-box #qrcode {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width:150px;
  height:150px;
  background:rgba(240,240,240,1);
}
.qrcode-box #qrcode > img {
  width: 100%;
  height: 100%;
}
.bot-wrap {
  position: relative;
}
.bot-wrap .icp {
  display: inline-block;
  width: 200px;
  height: 20px;
  position: absolute;
  bottom: 0px;
  left: 20px;
}
.bot-wrap .wn {
  display: inline-block;
  width: 230px;
  height: 20px;
  position: absolute;
  bottom: 0px;
  right: 30px;
}

.m-bot-wrap {
  position: relative;
}
.m-bot-wrap .m-icp {
  display: inline-block;
  width: 2rem;
  height: 0.16rem;
  position: absolute;
  bottom: 0.44rem;
  left: 0;
}
.m-bot-wrap .m-wn {
  display: inline-block;
  width: 2rem;
  height: 0.16rem;
  position: absolute;
  bottom: 0.22rem;
  left: 0;
}