/* 屏幕宽度≤649px时，*/
@media (max-width: 649px) {
    :root {
        font-size: 1rem;
        font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (650 - 320)));
        /* 当屏幕从320px到650px时，字体从12px线性增长到20px */
    }

}

@media(max-width:980px) {
    .ewm {
        display: none;
    }
}

html,
body {
    max-width: 650px !important;
    margin: 0 auto;
}

* {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.scanningContainer {
    display: flex;
    flex-direction: column;
}

.width {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(255, 227, 176);
    position: relative;
}

.ewm {
    z-index: 1;
    width: 130px;
    height: 140px;
    text-align: center;
    margin: 0 auto;
    position: fixed;
    top: 0;
    background-color: #f5f5f5;
    padding: 10px;
    margin-left: 660px;
    border-radius: 0px 0px 5px 5px;

}

.ewm p {
    color: #747373;
}

.ewm img {
  margin-top: 10px;
  width: 100px;
  height: auto;
  border: 1px solid rgb(167, 166, 166);
}

.top_title {
    position: fixed;
    top: 0;
    z-index: 5666;
    width: 100%;
    max-width: 650px;
    /* 650px */
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4.625rem;
    /* 74px */
    line-height: 4.625rem;
    box-shadow: 0.1px 0.1px 15px 1px rgb(194, 193, 193);
    background-color: rgb(255, 227, 176);
}

.top_titleImg {
    display: block;
    color: #a3a1a1;
}

.top_Download {
    margin-right: 0.625rem;
    /* 10px */
}

.top_Download a {
    font-size: 0.75rem;
}

.contImg {
    margin-top: 4.6875rem;
    /* 75px */
    border-radius: 0.3125rem;
    /* 5px */
}

.content {
    background: #ffc65a url(../img/bg.png) center top no-repeat;
    padding: 0.625rem;
    /* 10px */
}

.contImg img {
    width: 100%;
    height: 100%;
}

.cont1,
.cont3,
.cont4 {
    background-image: linear-gradient(to bottom, #fffdf4, #fdebbb);
    padding: 0.625rem;
    /* 10px */
    border-radius: 0.9375rem;
    /* 15px */
    box-shadow: 1px 1px 15px 2px rgb(192, 141, 1);
    margin-bottom: 0.625rem;
    /* 10px */
}

.cont2 {
    background-image: linear-gradient(to bottom, #fffdf4, #fdebbb);
    border-radius: 0.9375rem;
    /* 15px */
    box-shadow: 1px 1px 15px 2px rgb(192, 141, 1);
    margin-bottom: 0.625rem;
    /* 10px */
}

.entity {
    display: flex;
}

.cont2 .layui-tab {
    margin: 0 !important;
    padding-bottom: 0.625rem;
    /* 10px */
}

.tabHeader {
    display: flex;
    justify-content: space-around;
    background-color: #fff1a1;
    height: 2.5rem;
    /* 40px */
    line-height: 2.5rem;
    margin-bottom: 0.625rem;
    /* 10px */
    font-size: 1.0625rem;
    /* 17px */
    color: #cf8b02;
}

.tabHeader li {
    width: 50%;
    text-align: center;
}

.cont2 .layui-tab #tabHeader .layui-this {
    background-color: #f8d166;
    border-bottom: 0.0625rem solid rgb(185, 174, 11);
    /* 1px */
}

.cont2 .layui-row {
    background: #ffc65a url(../img/bg21.png) top no-repeat;
    background-size: 100% 100%;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 0.625rem;
    /* 10px */
    border-radius: 1.25rem;
    /* 20px */
    text-align: center;
}

.grid-demo1 {
    padding: 1.25rem 0;
    /* 20px */
    text-align: center;
    color: #ffffff;
}

.money {
    font-size: 1.125rem;
    /* 18px */
  }

.grid-demo2 {
    padding-top: 0.625rem;
    /* 10px */
    text-align: center;
    color: #ff3131;
  }

.entity .img img {
    width: 5.3125rem;
    /* 85px */
    height: 5.3125rem;
    /* 85px */

  }

.info {
    margin-left: 0.625rem;
    /* 10px */
    align-self: center;
  }

.name {
    display: flex;
  }

.namealias {
    font-weight: 550;
    margin-right: 0.625rem;
    /* 10px */
    font-size: 1.125rem;
    /* 18px */
}

.nameRemark {
    border-radius: 0.25rem;
    /* 4px */
    color: #9b6b04;
    font-size: 0.75rem;
    line-height: 1.5rem;
}

.labels .label {
    margin-top: 0.125rem;
    /* 10px */
    display: inline-block;
    color: #ecab1d;
    border: 0.0625rem solid rgb(250, 222, 132);
    /* 1px */
    border-radius: 0.3125rem;
    /* 5px */
    padding: 0.125rem 0.25rem;
    /* 2px 4px */
    font-size: 0.75rem;
  }

.btn {
    margin-top: 0.3125rem;
    /* 5px */
    animation: cardDownloadBtnAnimation 1.8s infinite;
}

.btn a {
    padding: 0 !important;
    background: none;

}

.btn a span {
    display: block;
    width: 100%;
    height: 92%;
    background-image: linear-gradient(to bottom, #fef08f, #f0b105);
    border-radius: 1.25rem;
    /* 20px */
    color: rgb(255, 0, 0);
    border-bottom: 0.125rem solid #b48502;
    /* 2px */
    animation: BtnAnimation 1.8s infinite;
}

.gift {
    background: #ffc65a url(../img/bg31.png) top no-repeat;
    background-size: 100% 100%;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 0.625rem;
    /* 10px */
    border-radius: 0.9375rem;
    /* 15px */
    color: #ffffff;
    padding: 0.625rem;
    /* 10px */
    display: flex;
  }

.gift_text {
    display: flex;
  }

.gift-div {
    display: flex;
    justify-content: space-between;
  }

.gift_text1 {
    padding-left: 0.3125rem;
    /* 5px */
    width: 80%;
  }

.gift_font {
    font-size: 1rem;
    /* 16px */
    color: #966202;
    padding-top: 0.3125rem;
    /* 5px */
  }

.gift_img {
    width: 20%;
  }

.icon-gift {
    width: 3.75rem;
    /* 60px */
    height: 3.75rem;
    /* 60px */
  }

.downAPP {
    width: 80%;
    margin: 0 auto;
  }

.downAPP a {
    background: none;
}

.downAPP a span {
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #ffa602, #ffd768);
    border-radius: 1.25rem;
    /* 20px */
    color: rgb(255, 255, 255);
    border-top: 0.0625rem solid #b48502;
    /* 1px */
  }

.introduction {
    text-align: center;
}

.introduction img {
    margin-bottom: 0.625rem;
    /* 10px */
    width: 9.375rem;
    height: 2.5rem;
  }

.introductionText {
    background-color: rgba(224, 165, 0, 0.5);
    color: #ffffff;
    padding: 0.3125rem;
    /* 5px */
    text-indent: 1.75rem;
    /* 28px */
    border-radius: 0.3125rem;
    /* 5px */
    font-size: 0.75rem;
  }

.recommendTitle a {
    font-size: 0.75rem;
}

.specialInfoMore {
    display: block;
    border: 0.0625rem solid rgba(235, 160, 0, 1);
    /* 1px */
    border-radius: 1.8125rem;
    /* 29px */
    font-weight: 500;
    color: rgba(235, 160, 0, 1);
    padding: 0.3125rem;
    /* 5px */
    width: 7.8125rem;
    /* 125px */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 0.625rem;
    /* 10px */
    font-size: 0.9375rem;
    /* 15px */
  }

.cont3 .introductionText .intTextExpand,
.cont3 .textMagicCtrl .expand {
    display: none;
}

.collapse {
    margin-bottom: 0.625rem;
    /* 10px */
}

.specialImgs {
    margin-bottom: 0.625rem;
    /* 10px */
    display: flex;
    overflow-x: scroll;
}

.specialImgs div {
    display: block;
    margin-right: 0.625rem;
    /* 10px */
    height: 12.5rem;
    /* 200px */
    /* 确保每个 div 不会被压缩 */
    flex-shrink: 0;
  }

.specialImgs div img {
    display: block;
    max-width: none;
    max-height: 100%;
}

.recommend {
    text-align: center;
}

.recommend img {
    width: 6.25rem;
    /* 100px */
}

.recommend div a {
    color: #f5f5f5;
    display: block;
    background-image: linear-gradient(to bottom, #ffc115, #fcd260);
    border-radius: 0.9375rem;
    /* 15px */
    margin-top: 0.3125rem;
    /* 5px */
    padding: 0.3125rem;
    /* 5px */
    border-bottom: 0.0625rem solid #b97900;
    /* 1px */
}

.cont4 {
    margin-bottom: 9.375rem;
    /* 150px */
}

.cont5 {
    position: fixed;
    bottom: 0;
    z-index: 5666;
    width: 100%;
    max-width: 650px;
    /* 650px */
    box-shadow: 0.1px 0.1px 15px 1px rgb(194, 193, 193);
    background-color: rgb(255, 227, 176);
}

.nameRemark2 {
    border: 0.0625rem solid rgb(241, 169, 14);
    /* 1px */
    border-radius: 0.3125rem;
    /* 5px */
    padding: 0 0.3125rem;
    /* 5px */
    color: #dd9608;
    font-size: 0.75rem;
}

.entity2 {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 0.625rem;
    /* 10px */
    padding-bottom: 0.625rem;
    /* 10px */
    padding-left: 0.625rem;
    /* 10px */
}

.label2 {
    margin-top: 0.625rem;
    /* 10px */
    display: inline-block;
    color: #ffae00;
    border: 0.0625rem solid rgb(233, 179, 3);
    /* 1px */
    border-radius: 0.3125rem;
    /* 5px */
    padding: 0.125rem 0.25rem;
    /* 2px 4px */
    font-size: 0.75rem;
  }

.flxz {
    position: absolute;
    bottom: 1rem;
    right: 0.625rem;
    /* 10px */
    z-index: 10000;
    animation: cardDownloadBtnAnimation 1.8s infinite;
}

.flxz a {
    display: block;
    text-align: center;
    color: #ffffff;
    background-image: linear-gradient(to bottom, #ffce49, #fa9704);
    padding: 0.5rem 0.625rem;
    /* 8px 10px */
    border-radius: 1.25rem;
    /* 20px */
    border-bottom: 0.125rem solid rgb(212, 115, 3);
    /* 2px */
    font-size: 0.75rem;
}

@keyframes cardDownloadBtnAnimation {

    /*大小变化 100%-94%-104%-98%-102% */
    /* 1s动画 循环之间0.5s间隙  */
    0% {
      transform: scale(1);
    }

    10% {
      transform: scale(0.94);
    }

    20% {
      transform: scale(1.04);
    }

    30% {
      transform: scale(0.98);
    }

    40% {
      transform: scale(1.02);
    }

    50% {
      transform: scale(1);
    }

    100% {
      transform: scale(1);
    }
  }

@keyframes BtnAnimation {

    /*大小变化 100%-94%-104%-98%-102% */
    /* 1s动画 循环之间0.5s间隙  */
    0% {
      background-image: linear-gradient(to bottom, #fef08f, #ffd45d);

    }

    10% {
      background-image: linear-gradient(to bottom, #ffd105, #e69500);
    }

    20% {
      background-image: linear-gradient(to bottom, #f5eb63, #fec07b);
    }

    30% {
      background-image: linear-gradient(to bottom, #deff82, #c96b00);
    }

    40% {
      background-image: linear-gradient(to bottom, #bbf1ff, #faebda);
    }

    50% {
      background-image: linear-gradient(to bottom, #c8ff00, #f7cfa1);
    }

    100% {
      background-image: linear-gradient(to bottom, #c8ff00, #f7cfa1);
    }
  }

.banqun {
    width: 100%;
    text-align: center;
    margin-bottom: 0.3125rem;
    /* 5px */
    color: #7a7a7a;
    font-size: 0.75rem;
}

.line {
    margin: 0 0.3125rem;
    /* 5px */
}
