body{ background:#1D0808;font-family:Arial,Helvetica,sans-serif;}
* {
  box-sizing: border-box;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
#Vue {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; 
  height: 100%;
  position: absolute;
  width: 100%;
}
.main {
  margin-bottom: 1.36rem;
}
.kf {
  display: block;
  width: 1.73rem;
  height: 2.53rem;
  position: fixed;
  top:1.6rem;
  right:0.3rem;
  z-index: 1000;
}
.kf img {
  width: 1.73rem;
  height: 2.53rem;
}
.header {
  width:100%;
  height: 1.16rem;
  background: #290918;
  padding:0 0.23rem 0 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo{
  width:3.29rem;
  height: 0.92rem;
}
.header .url{
  width: 4.89rem;
  height: 0.56rem;
  animation: mymove 0.5s ease-in-out infinite;
  -webkit-animation: mymove 0.5s ease-in-out infinite;
}
@keyframes mymove {
  0%{
    transform:scale(1)
  }
  50%{
    transform:scale(1.05)
  }
  100%{
    transform:scale(1)
  }
}
.banner img{
  width:100%;
  height: 4.04rem;
}
.content {
  position: relative;
  top:-0.5rem;
}
.content .line{
  width:100%;
  height: 6rem;
  background: url(../Mobile_files/line_bg.png);
  background-size:100% 100%;
  
  padding:1.74rem 0.48rem 0 0.48rem;
}
.content .line .gg {
  color: #B3B3B3;
  display: flex;
  height: 0.85rem;
  line-height: 0.85rem;
}
.content  .line .gg .zx {
  color: #FFA200;
  width: 2.2rem;
  font-size: 0.37rem;
  padding-left:0.1rem;
}
.content .line .gg img {
  vertical-align: middle;
  width: 0.41rem;
  height: 0.4rem;
}
.content .line ul {
  width:100%;
}
.content .line ul li{
  height: 0.61rem;
  margin-bottom: 0.15rem;
  display: flex;
  justify-content: space-between;
}
.content .line ul li .ms {
  width: 1.47rem;
  height: 0.61rem;
  line-height: 0.61rem;
  background: #323131;
  font-size: 0.34rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.content .line ul li .jt {
  height: 0.61rem;
  display: flex;
  align-items: center;
  margin:0 0.1rem;
}
.content .line ul li .jt img {
  width:0.61rem;
  height: 0.27rem;
}
.content .line ul li .url {
  width: 4.21rem;
  height: 0.61rem;
  line-height: 0.61rem;
  background: #323131;
  font-size: 0.37rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #BABABA;
  text-align: center;
}
.content .line ul li .btn-open {
  width: 1.8rem;
  height: 0.61rem;
  line-height: 0.61rem;
  background: linear-gradient(90deg, #CFA361, #F5D27E, #C08E53);
}
.content .line ul li .btn-open a {
  display: block;
  width:100%;
  height: 100%;
  font-size: 0.34rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #161617;
  text-align: center;
}
.content .line .reCheck {
  display: block;
  width:5.24rem;
  height: 0.84rem;
  margin:0.41rem auto 0;
  background: url(../Mobile_files/btn.png);
  background-size:100% 100%;
}
.content .xz {
  width:100%;
  display:flex;
  justify-content: space-between;
  padding:0 0.93rem; 
  margin-top:0.57rem;
}
.content .xz div {
  display: inline-block;
  width:3.48rem;
  height: 1rem;
  animation: heart_beat .8s infinite linear;
  -webkit-animation: heart_beat .8s infinite linear;
}
.content .xz div:first-child {
  background:url(../Mobile_files/ios_xz.png);
  background-size:100% 100%;
}
.content .xz div:nth-child(2) {
  background:url(../Mobile_files/and_xz.png);
  background-size:100% 100%;
}

@keyframes heart_beat {
  0% {
    transform: scale(.95)
  }
  50% {
    transform: scale(1.05)
  }
  100% {
    transform: scale(.95)
  }
}
.content .carousel {
  width:100%;
  background: #1D0808;
 
}
.content .carousel .title {
  width:100%;
  text-align: center;
  margin-top:0.63rem;
}
.content .carousel .title img{
  width:7.45rem;
  height: 0.49rem;
}
.content .nav {
  width:100%;
  padding-top:0.27rem;
}
.content .nav .box {
  width:100%;
  height: 1.8rem;
  padding:0 0.4rem;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.35rem;
}
.content .nav .box a {
  display: block;

}
.content .nav .box a img {
  width:1.71rem;
  height: 1.71rem;
}

.content .often table {
  width:100%;
  height: 3.5rem;
  border-collapse:collapse;
}
.content .often table tr td {
  width:2.4325rem;
  height: 1.8rem;
  background: #170606;
  text-align: center;
  border:1px solid #2E2E2E;
}
.content .often table tr td a {
  display: inline-block;
}

.content .often table tr td img {
  width:0.69rem;
  height: 0.69rem;
  margin-top:0.30rem;
}
.content .often table tr td span {
  display: block;
  font-size: 0.32rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #F0CE7C;
 
}
.footer {
  width:100%;
  height: 1.84rem;
  position: absolute;
  top:100%;
  bottom: unset;
  transform: translateY(-100%);
  z-index: 100000;
  /* background:rgba(0,0,0,0.65); */
}
.footer img {
  width:100%;
  height: 1.84rem;
}