a {
  text-decoration: none;
}
html {
  font-size: 50px;
}
p {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 21.33333333px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 25px;
  }
}
@media screen and (min-width: 384px) {
  html {
    font-size: 25.6px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 26.66666667px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 27.6px;
  }
}
@media screen and (min-width: 424px) {
  html {
    font-size: 28.26666667px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 32px;
  }
}
@media screen and (min-width: 540px) {
  html {
    font-size: 36px;
  }
}
@media screen and (min-width: 720px) {
  html {
    font-size: 48px;
  }
}
@media screen and (min-width: 750px) {
  html {
    font-size: 50px;
  }
}


body {
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  font-family: Arial, Helvetica;
  background: #080134;
}

.warp {
  position: relative;
  width: 15rem;
  height: 100%;
  min-height: 28.6rem;
  margin: 0 auto;
  background: url("../imgs/bg.jpg") no-repeat;
  background-size: 100% auto;
}

.main {
  padding: 0.5rem;
}

.logo {
  width: 4.5rem;
  height: 4.5rem;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}

.small-logo {
  width: 2.5rem;
  height: 2.5rem;
}

.dowmload-button {
  position: absolute;
  top: 16.0rem;
  left: 50%;
  margin-left: -3.96rem;
  width: 7.92rem;
  height: 3rem;
  animation: myBreath 1s linear infinite;
}

@keyframes myBreath {
  0% {
    transform: scale(0.88);
  }
  50% {
    transform: scale(100%);
  }
  100% {
    transform: scale(0.88);
  }
}

.tip {
  display: flex;
}

.tip-content {
  margin-left: 0.3rem;
 
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bit-game {
  font-size: 0.8rem;
}

.subtitle {
  font-size: 0.36rem;
  line-height: 0.6rem;
}

.dowmload {
  text-align: center;
  padding: 0.4rem;
  margin-right: 5px;
  font-size: 0.6rem;
  color: #fff;
  background: url("../imgs/btn_down2.png") no-repeat;
  background-size: 100% 100%;
}

/* @media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 3) {
  .dowmload-button {
    top: 14.2rem;
  }
} */

/* @media screen and (min-width: 393px) {
  .dowmload-button {
    top: 14.8rem;
  }
} */
.logo,
.small-logo {
  border-radius: 25px;
}

.dowmload-button2 {
  position: absolute;
  top: 0.5rem;
  left: 45%;
  margin-left: 4.26rem;
  width: 2.92rem;
  height: 3rem;
  animation: myBreath 1s linear infinite;
}

.dowmload-button2
{
    width:80px;
    height:80px;
    line-height:36px;
    float:left;
    cursor:pointer;
    position:fixed;
    bottom:0;
    right:10px;
}

/*.footer {*/
/*  position: fixed;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  padding: 0.4rem;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  background-color: #fff;*/
/*}*/
#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    height: 2.3rem;
    color: #fff;
    width: 100%;
    min-width: 320px;
    align-items: center;
    justify-content: space-between;
}

#footer .foot-style {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    color: #333;
    width: 100%;
    padding: 0 .27rem
}

#footer .foot-style p {
    margin: 0
}

#footer .foot-style .img-title-box>img {
    width: auto;
    height: auto;
    max-height: 1.33rem;
    max-width: 1.33rem;
    margin-right: 5%;
    flex-shrink: 0
}

#footer .foot-style .bubble-box {
    position: relative;
    color: #fff;
    text-align: center;
    height: 1.46rem
}

#footer .foot-style .bubble-box .bubble-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: .64rem;
    border-radius: .27rem;
    white-space: normal;
    line-height: 1.2;
    overflow: hidden;
    word-break: break-all
}

#footer .foot-style .bubble-box .bubble-btn>span {
    width: 100%;
    max-height: 100%
}

#footer .foot-style .bubble-box .bubble {
    border-radius: .36rem;
    position: absolute;
    max-width: 80%;
    top: -.13rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    background-color: #ea4e3d;
    color: #fff;
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%)
}
#footer .foot-style .bubble-box .bubble>span {
    width: 100%;
    padding: .18rem;
    display: inline-block;
    overflow: hidden;
    white-space: normal;
    line-height: 1.2;
    font-size: .4rem;
    word-break: break-all
}

#h5-bubble::before, #download-bubble::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: .27rem solid transparent;
    position: absolute;
    bottom: -.13rem
}
#h5-bubble {
    left: .1rem;
}
#download-bubble {
    right: .1rem;
}
#h5-bubble::before {
    right: 0;
    border-left: .27rem solid #ea4e3d;
}
#download-bubble::before {
    left: 0;
    border-right: .27rem solid #ea4e3d;
}
#footer .style1 {
    justify-content: space-between
}

#footer .style1 .bubble-box {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

#footer .style2 .img-title-box,#footer .style3 .img-title-box {
    width: 70%;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    font-size: 16px;
    height: 100%;
    box-sizing: border-box
}

#footer .style2 .img-title-box .title-box,#footer .style3 .img-title-box .title-box {
    max-width: 5rem;
    text-align: left;
    line-height: 1.5;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    max-height: 100%;
    white-space: normal;
    word-break: break-all
}

#footer .style2 .bubble-box,#footer .style3 .bubble-box {
    width: 30%;
    flex-shrink: 0
}