html,
body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 750px;
  min-height: 100%;
  /* background: #f9f9f9; */
  background:#060e1b;
  overflow: hidden;
  position: relative;
  font-size: 50px;
}

a{
  text-decoration: none;
}
a:active {
  color: blue; /* 保持颜色不变 */
  outline: none; /* 去除点击时的虚线框 */
  text-decoration: none; /* 移除下划线 */
}

.frame {
  width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  z-index: 999;
  overflow: auto;
}

.frame::-webkit-scrollbar {
  display: none; /* 隐藏滚动条 */
}

.flex {
  display: flex;
}

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

.nav {
  /* background: #313437; */
  padding: .1rem;
  text-align: center;
}

.nav .logo {
  height: 1rem;
}

.content {
  flex-direction: column;
  padding: .24rem;
}

.content .row {
  height: 1.42rem;
  cursor: pointer;
  border-radius: 4px;
  padding: 0px .6rem 0px .3rem;
  border-radius: 4px;
  margin: .2rem 0 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 0px;
  padding: .15rem;
  /* background-color: rgba(255, 255, 255, 0.5); */
  border: 1px solid #e4ecf3;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); /* 链接框阴影 */
  color: white;
}

.content .row .icon {
  margin-right: .3rem;
  border-radius: 50%;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
}

.content .textContent {}

.content .mainTitle {
  font-weight: 700;
  margin-bottom: .06rem;
  font-size: .32rem;
}

.content .subTitle {
  color: #e1e645;
}

.conts {
  width: 100%;
  padding:.28rem;
}

.conts .items {
  width: 100%;
  margin-bottom: .26rem;
  position: relative
}

.conts .items .imgs {
  width: 100%;
  text-align: center
}

.conts .items .imgs img {
  width: 6.54rem
}

.conts .items .text {
  width: 100%;
  position: absolute;
  left: -.3rem;
  top: -.19rem;
  padding-left: 1.56rem;
  padding-top: 0
}

.conts .items .text .tits {
  width: 100%;
  line-height: .43rem;
  font-size: .26rem;
  color: #333;
  position: relative;
  top: .08rem
}

.conts .items .text .tits em {
  color: #1b1b1b
}

.conts .items .text .txts {
  width: 100%
}

.conts .items .text .txts .ms {
  width: .94rem;
  height: .54rem;
  border-radius: .28rem;
  margin-top: .1rem;
  line-height: .58rem;
  text-align: center;
  font-size: .26rem;
  color: #7b1a12;
  font-family: arial
}

.conts .items .text .txts .webs {
  width: 2.42rem;
  height: .54rem;
  font-size: .26rem;
  color: #333;
  font-family: arial;
  line-height: .54rem;
  text-align: center;
  position: relative;
  top: -.5rem;
  left:.9rem
}

.starFrame{
  justify-content: center;
  align-items: center;
  padding: .2rem 0 0 0;
}
.starFrame span{
  font-size: .28rem;
  font-weight: 700;
  color: white;
}

.contsTitle{
  display: flex;
  justify-content: center;
  padding-bottom: .4rem;
  font-size: .36rem;
  font-weight: 700;
  background: url('../assets/images/logos/pic_line.jpg') no-repeat;
  background-size: 100%;
  position: relative;
}
.contsInner{
  background: white;
  width: 2.3rem;
  text-align: center;
  padding-top: .15rem;
  padding-bottom: .07rem;
}


.contsFrame{
  border: 1px solid #ccc;
  border-radius: 0 0 .3rem .3rem;
  background: rgb(242,208,157,0.5);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); /* 链接框阴影 */
  padding-bottom: .3rem;
  position: relative;
}

.add-screen {
  padding-right: .3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  bottom: 3px;
  left: 3px;
  right: 3px;
  z-index: 80;
  height: 1.4rem;
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0 1px 14px #ccc;
  font-size: 17px;
}
.add-screen .col1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.add-screen .col1 .close-wrap {
  padding: 0 .4rem 0 .3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.add-screen .col1 .close-wrap .img-close {
  width: 12px;
}
.add-screen .text {
  flex: 1;
  padding: 0 .3rem;
}
.add-screen .text.android {
  font-size: .32rem;
  color: #fe3337;
}
.add-screen .add-btn {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  border-radius: 3px;
  color: #fe3337;
  border: 1px solid #fe3337;
  font-size: .28rem;
  
}
.add-screen .img-logo {
  width: 1rem;
}

footer {
  display: block;
  color: #fff;
  /* background: black; */
}

footer > div {
  border-bottom: 1px solid #fff;
}

footer > div > h1 {
  font-size: .4rem;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 2vw;
  margin-bottom: 2.67vw;
}

footer > div > .tips-box {
  width: 100%;
  padding-left: 0.5rem;
}

footer > div > .tips-box > li {
  font-size: .25rem;
  line-height: 4.67vw;
  padding-bottom: 4vw;
}


footer > div > .tips-box > p {
  font-size: .25rem;
  margin-bottom: 3.3vw;
}

/*
.lineFrame{
  padding: 0 .24rem;

}
*/

.lineFrame .lines:first-child{
  padding-top: .2rem;
}
.lines {
  width: 100%;
  padding: .1rem 0;
  background: url('../assets/images//logos//kuang.png') no-repeat;
  background-size: 100% 100%;
}

.lines .title {
  width: 100%;
  text-align: center
}

.lines .title img {
  width: 100%
}

.lines .conts {
  width: 100%;
  padding: .16rem .32rem;
  padding-bottom: 0;
}

.lines .conts .item {
  width: 100%;
  height: .92rem;
  border-bottom: .02rem dotted #b1b1b1;
  display: flex;
  justify-content: space-between
}
.lines .conts .item:last-child {
  border-bottom:none;
}

.lines .conts .item .btns {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.lines .conts .item .btns .lineHref {
  width: 1.68rem;
  height: .46rem;
  background: url(../assets/images/logos/4bf07a_168x46.png) center no-repeat;
  background-size: 1.68rem .46rem;
  display: inline-block
}

.lines .conts .item .ms {
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: .24rem;
  color: white
}

.lines .conts .item .ms div:first-child {
  width: 1.5rem;
}

.lines .conts .item .ms em {
  padding: 0.1rem;
  color: #6fbd23
}

.lines .conts .item .nation {
  width:2.55rem;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: .64rem;
  position: relative
}

.lines .conts .item .nation:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -.09rem;
  width: .64rem;
  height: .18rem;
  background: url(../assets/images/logos/2034ff_64x18.png) center no-repeat;
  background-size: .64rem .18rem
}

.lines .conts .item .nation img {
  width: .4rem;
  height: .4rem;
  border-radius: 50%
}

.lines .conts .item .nation span {
  padding: 0.26rem 0.2rem;
  font-size: .24rem;
  color: white
}

.screen-help {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  background: rgba(0, 0, 0, 0.3);
}
.screen-help .help-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.screen-help .help-inner .screenshot {
  width: 100%;
}
.screen-help .help-inner .img-close {
  width: .3rem;
  position: relative;
  top: .5rem;
  right: .3rem;
}

.footer {
  width: 100%;
  padding-top: .3rem;
}

.footer img {
  width: 100%
}

.bannerFrame{
  text-align: center;
  padding: 0 .24rem;
}

.bannerFrame img{
  padding:.1rem 0;
}

.bannerFrame .img1{
  width: 3rem;
  padding-bottom: 0;
  padding-top: .2rem;
}

.bannerFrame .img2{
  width: 80%;
}

.bannerFrame .img3{
  width: 3rem;
  margin-bottom: .2rem;
}



@media (min-width:750px) {
  html{
    font-size: 100px !important;
    max-width: 750px;
    margin: 0 auto;
  }
}

@media (max-width:440px) {
  html{
    font-size: 57.3333px !important;
  }
}
@media (max-width:414px) {
  html{
    font-size: 55.2px !important;
  }
}
@media (max-width:390px) {
  html{
    font-size: 52px !important;
  }
}
@media (max-width:390px) {
  html{
    font-size: 50px !important;

  }
}