@charset "utf-8";
/*-----------------初始化---------------------*/
* {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

em,
i,
var {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #333;
}

a:active {
  -webkit-filter: brightness(110%);
  -moz-filter: brightness(110%);
  -ms-filter: brightness(110%);
  -o-filter: brightness(110%);
  filter: brightness(110%);
}

img {
  border: 0 none;
  display: inherit;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  backface-visibility: hidden;
}

html {
  font-size: calc(100vw / 19.2);
  height: 100%;
}

body {
  color: #333;
  font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
  font-size: 0.24rem;
  line-height: 1.5;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  position: relative;
  height: 100%;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

.clear:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mt5 {
  margin-top: 0.05rem;
}

.mt10 {
  margin-top: 0.1rem;
}

.mt20 {
  margin-top: 0.2rem;
}

.mt30 {
  margin-top: 0.3rem;
}

.mt50 {
  margin-top: 0.5rem;
}

.mt100 {
  margin-top: 1rem;
}

.mr10 {
  margin-right: 0.1rem;
}

.btn-grey {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.flex {
  display: flex;
  align-items: center;
}

.flex_bd {
  flex: 1;
}

.center {
  text-align: center;
}

.blue {
  color: #509ade;
}

.orange {
  color: #db844f;
}

.yellow {
  color: #ffdc52;
}

.red {
  color: #b62d16;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
.flex {
  display: flex;
  align-items: center;
}

.flex-bd {
  flex: 1;
}
.section {
  background: url("../img/bg.jpg") no-repeat 0 top/100% 100%;
  height: 85rem;
  position: relative;
}
.btn-share {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  display: block;
  height: 0.76rem;
  width: 2.7rem;
  background: url("../img/btn_share.png") no-repeat 0 0/100% 100%;
  text-indent: -999em;
}
.video-box {
  position: absolute;
  top: 15.88rem;
  left: 50%;
  width: 12.44rem;
  height: 6.96rem;
  transform: translateX(-50%);
  z-index: 999;
  border: solid 0.05rem #5bad8f;
  box-sizing: border-box;
}
.video {
  width: 100%;
  height: 100%;
  background-color: #000;
  display: block;
  object-fit: cover;
}
.list {
  position: absolute;
  top: 34.6rem;
  left: 0;
  width: 100%;
}
.list li{
margin-bottom: 11.22rem;
}
.list li:last-child{
margin-bottom: 0;
}
.btn {
  display: block;
  height: 1.7rem;
  width: 6rem;
  background: url("../img/btn.png") no-repeat 0 0/100% 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.6rem;
  color: #713107;
  text-align: center;
  line-height: 1.6rem;
}
.qrcode-list {
  position: absolute;
  top: 77.6rem;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 4.26rem 4.26rem 4.26rem;
  grid-template-rows: 6rem;
  justify-content: center;
  gap: 0.85rem;
}
.qrcode-list li {
  position: relative;
  background: url("../img/qrcode_bg.png") no-repeat 0 0/100% 100%;
}
.qrcode {
  width: 3.35rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.1rem;
  display: block;
}
.qrcode-text {
  width: 3rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.52rem;
  display: block;
}
/* 分享 */
.pop-share {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/share.png") no-repeat 0 0/100% auto rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
