body {
  font-family: 'OPPOSans', -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
}


.page-body {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: unset;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background-image: unset;
    background: linear-gradient(179.98deg, #272525 0.01%, #17579d 99.99%);
}
.page-center {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  padding: 40px 29px;
  padding-bottom: 24px;
  position: relative;
  z-index: 3;
}

.page-mark {
  opacity: 0.2;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.imgtg {
  width: 50px;
  height: 50px;
  margin-right: 8px;
}

.header {
  width: 100%;
  max-width: 700px;
  height: 40px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
}

.top-line {
  width: 100%;
  max-width: 700px;
  height: 1px;
  background: #fff;
  opacity: 0.08;
  margin-bottom: 40px;
}


.title-info {
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
}
.t-line {
  position: absolute;
  width: 58px;
  height: 3px;
  left: 37px;
  top: 22px;
  background: #00C2FF;
}
.title-t {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  color: #FFFFFF;
}

.panel-box {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*align-items: flex-start;*/
  padding: 5px 0;
  width: 100%;
  backdrop-filter: blur(16.5px);
  border-radius: 16px;
  margin-top: 15px;
  margin-bottom: 16px;
}


.nomp {
  margin: 0px;
}

.row {
  height: 70px;
  display: flex;
  padding: 0px 20px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.text > p {
  color: #fff;
  margin: 0px;
}
.p1 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07em;
  display: flex;
  margin-bottom: 1px;
  align-items: center;
  margin-top: 0px;
}
.p1span {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 6px;
  justify-content: center;
  height: 18px;
  line-height: 18px;
  background: #FF9900;
  border-radius: 4px;
  font-size: 10px;
  letter-spacing: 0.07em;
  margin-left: 4px;
}

.p1span2{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 6px;
  justify-content: center;
  height: 18px;
  line-height: 18px;
  background: #0199ff;
  border-radius: 4px;
  font-size: 10px;
  letter-spacing: 0.07em;
  margin-left: 4px;
}
.p2span {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 6px;
  justify-content: center;
  height: 18px;
  line-height: 18px;
  background: #D8FDF6;
  color: #11664C;
  border-radius: 4px;
  font-size: 10px;
  letter-spacing: 0.07em;
  margin-left: 4px;
}

.p2 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.07em;
  opacity: 0.4;
}

.icon-text {
  display: flex;

}
.ico {
  margin-right: 8px;
}
.icon-text > .p1{
  color: #fff;
  line-height: 34px;
  margin: 0px;
}
.text-group {
  display: flex;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
}
.p3 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.07em;
  color: #FFF;
  opacity: 0.4;
  margin: 0px;
}
.btn-down {
  display: flex;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 31px;
  font-size:12px;
  line-height: 16px;
  color: #fff;
  background: linear-gradient(123.05deg, #b301ff 30.29%, #ff014e 99.09%);
}

a {
  text-decoration: none;
}
a:visited {
  opacity: 0.8;
}
a:active {
  opacity: 0.8;
}
a:hover {
  opacity: 0.8;
}
.link-group {
  display: flex;
  gap: 8px;
}

.btn {
  box-sizing: border-box;
  display: flex;
  padding: 0px 16px;
  background: linear-gradient(123.05deg, #b301ff 30.29%, #ff014e 99.09%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 31px;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.07em;
  color: #FFF;
}
.ercode {
  height: 130px;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.ercode1 {
  right: 0px;
  left: unset;
}
.ercode > p {
  margin: 0px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 28px;
}
.ercode-box {
  display: flex;
  padding: 32px;
  padding-top: 24px;
  margin-top: 24px;
  justify-content: space-between;
}

.btnercode {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 31px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.07em;
  color: #FFFFFF;
  margin-top: 8px;
}
.foot {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFF;
  line-height: 14px;
  text-shadow: 0px 1px 2px #00324C;
  margin-top: 30px;
}

.panel-content {
  /*display: flex;*/
  gap: 64px;
}

.panel-left {
  width: 950px;
}

@media screen and (max-width: 500px) {
  .page-body {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: unset;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background-image: unset;
    background: linear-gradient(179.98deg, #272525 0.01%, #17579d 99.99%);
  }
  .page-center {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    padding: 40px 29px;
    padding-bottom: 24px;
    position: relative;
    z-index: 3;
  }

  .page-mark {
    opacity: 0.2;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
  }



  .header {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
  }

  .top-line {
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.08;
    margin-bottom: 20px;
  }


  .title-info {
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
  }
  .t-line {
    position: absolute;
    width: 58px;
    height: 3px;
    left: 37px;
    top: 22px;
    background: #00C2FF;
  }
  .title-t {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.07em;
    color: #FFFFFF;
  }

  .panel-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 0px;
    width: 100%;
    backdrop-filter: blur(16.5px);
    border-radius: 16px;
    margin-top: 15px;
    margin-bottom: 16px;
  }


  .nomp {
    margin: 0px;
  }

  .row {
    height: 70px;
    display: flex;
    padding: 0px 20px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .text > p {
    color: #fff;
    margin: 0px;
  }
  .p1 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em;
    display: flex;
    margin-bottom: 1px;
    align-items: center;
    margin-top: 0px;
  }
  .p1span {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 6px;
    justify-content: center;
    height: 18px;
    line-height: 18px;
    background: #FF9900;
    border-radius: 4px;
    font-size: 10px;
    letter-spacing: 0.07em;
    margin-left: 4px;
  }

  .p2span {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 6px;
    justify-content: center;
    height: 18px;
    line-height: 18px;
    background: #D8FDF6;
    color: #11664C;
    border-radius: 4px;
    font-size: 10px;
    letter-spacing: 0.07em;
    margin-left: 4px;
  }

  .p2 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.07em;
    opacity: 0.4;
  }

  .icon-text {
    display: flex;
      width: 117%;
  }
  .ico {
    margin-right: 8px;
  }
  .icon-text > .p1{
    color: #fff;
    line-height: 34px;
    margin: 0px;
  }
  .text-group {
    display: flex;
    color: #fff;
    flex-direction: column;
    align-items: flex-start;
  }
  .p3 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.07em;
    color: #FFF;
    opacity: 0.4;
    margin: 0px;
  }
  .btn-down {
    display: flex;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 31px;
    font-size:12px;
    line-height: 16px;
    color: #fff;
    background: linear-gradient(123.05deg, #b301ff 30.29%, #ff014e 99.09%);
    width: 112px;
  }

  a {
    text-decoration: none;
  }
  .link-group {
    display: flex;
    gap: 8px;
  }

  .btn {
    box-sizing: border-box;
    display: flex;
    padding: 0px 16px;
    background: linear-gradient(123.05deg, #b301ff 30.29%, #ff014e 99.09%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 31px;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.07em;
    color: #FFF;
  }


  .ercode {
    height: 130px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }

  .ercode1 {
    right: 0px;
    left: unset;
  }
  .ercode > p {
    margin: 0px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 28px;
  }

  .foot {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFF;
    line-height: 14px;
    text-shadow: 0px 1px 2px #00324C;
    margin-top: 30px;
  }
  .panel-content {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 110%;
  }

  .panel-left {
    width: 100%;
  }
}

 :root {
   --tx-module-color1: #ff6f3d
 }
.tx-info-module-box,
.tx-info-module-box * {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1em !important;
  border: 0 !important;
  width: auto !important;
  height: auto !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  list-style: none !important;
  max-width: none !important;
  max-height: none !important;
  line-height: 1 !important;
  background: 0 0 !important
}

.tx-info-module-box {
  margin: .5em 0 1.5em 0 !important;
}
.tx-info-module-box{
  margin-left: auto !important;
  margin-right: auto !important;
}

.tx-info-module-btn {
  display: inline-flex !important;
  height: 2.4em !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 1em !important;
  border-radius: 4px !important;
  background-color: var(--tx-module-color1) !important;
  color: #fff !important;
  transition: all .35s ease 0s !important
}
.tx-info-module-btn1 {
  display: inline-flex !important;
  height: 2.4em !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 1em !important;
  border-radius: 4px !important;
  background-color: #202020 !important;
  color: #fff !important;
  transition: all .35s ease 0s !important
}

.tx-info-module-btn:hover {
  opacity: .9 !important;
  color: #fff !important;
  text-decoration: underline !important;
}
.tx-info-module-btn1:hover{
  text-decoration: underline !important;
}
.tx-info-module-btn1:hover {
  opacity: .9 !important;
  color: #fff !important
}

.tx-info-module-warning-tips {
  color: #a94442 !important;
  background-color: #f2dede !important;
  border: 1px solid #ebccd1 !important;
  display: flex !important;
  align-items: flex-start !important;
  padding: 1em 1.5em !important;
  border-radius: 5px !important
}


.tx-info-module-shop-box {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important
}

.tx-info-module-shop-box>a {
  display: flex !important;
  align-items: center !important
}

.tx-info-module-imgbox img {
  width: 100% !important;
  border: 0 !important;
  vertical-align: middle !important;
  line-height: 1 !important;
  border-radius: 5px !important
}

.tx-info-module-shop1-box>a {
  background-color: rgba(0, 0, 0, .04) !important;
  border-radius: 5px !important;
  padding: 1em !important;
  flex: auto !important;
  max-width: 600px !important;
  align-items: stretch !important
}

.tx-info-module-shop2-box>a {
  background-color: rgba(0, 0, 0, .04) !important;
  border-radius: 5px !important;
  padding: 1em !important;
  flex: auto !important;
  flex-direction: column !important;
  max-width: 400px !important
}

.tx-info-module-shop1-box .tx-info-module-imgbox {
  max-width: 200px !important;
  flex: none !important
}

.tx-info-module-shop1-box .tx-info-module-imgtxt {
  flex: auto !important;
  margin: 0 0 0 1.5em !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important
}

.tx-info-module-txt-title {
  font-size: 1.25em !important;
  line-height: 1.4 !important;
  max-height: 2.8em !important;
  margin: 0 0 .5em 0 !important;
  overflow: hidden !important;
  flex: none !important;
  font-weight: 700;
}

.tx-info-module-txt-info {
  opacity: .6 !important;
  line-height: 1.4 !important;
  overflow: hidden !important;
  flex: auto !important;
  display: block !important;
  font-size: 14px !important;
  text-indent: 0em !important
}

.tx-info-module-imgtxt-span {
  display: flex !important;
  align-items: center !important;
  flex: none !important;
  margin: 1em 0 0 0 !important
}

.tx-info-module-imgtxt-span span.tx-info-module-price {
  flex: auto !important;
  font-size: 1.2em !important;
  color: red !important;
  font-weight: 700 !important
}

.tx-info-module-imgtxt-span span.tx-info-module-btn {
  flex: none !important
}

.tx-info-module-btn1 {
  flex: none !important
}

.tx-info-module-shop2-box .tx-info-module-imgtxt {
  flex: auto !important;
  width: 100% !important;
  margin: 1.5em 0 0 0 !important;
  display: flex !important;
  flex-direction: column !important
}

.tx-info-module-down1-box>section {
  background-color: #ffffff61 !important;
  border-radius: 5px !important;
  padding: 1em !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  border: 1px solid #ffffff61 !important
}

.tx-info-module-down1-box .tx-info-module-imgbox {
  width: 4.2em !important;
  overflow: hidden !important;
  border-radius: 5px !important;
  flex: none !important
}

.tx-info-module-down1-box .tx-info-module-down-txt {
  flex: auto !important;
  padding: 0 0 0 1.5em !important
}

.tx-info-module-down1-box .tx-info-module-btn {
  height: 2.6em !important;
  font-size: 1.1em !important;
  padding: 0 2em !important;
  background-color: #f5c522 !important;
  margin: 0 0 0 1em !important;
  flex: none !important;
  text-decoration: none;
}

.tx-info-module-btn1 {
  height: 2.6em !important;
  font-size: 1.1em !important;
  padding: 0 2em !important;
  margin: 0 0 0 1em !important;
  flex: none !important;
  text-decoration: none;
}

.tx-info-post-txt1-box,
.tx-info-post-txt2-box {
  background-color: rgba(0, 0, 0, .04) !important;
  padding: 1em 1.5em !important;
  border-left: 4px solid rgba(0, 0, 0, .1) !important
}

.tx-info-post-txt1-box li {
  line-height: 2 !important;
  height: 2em !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important
}

.tx-info-post-txt2-box li {
  line-height: 1.4 !important;
  padding: .4em 0 !important
}

.tx-info-post-img1-box li {
  padding: .6em 0 !important
}

.tx-info-post-img1-box li>a {
  display: flex !important;
  align-items: center !important
}

.tx-info-post-img1-box li .tx-info-module-imgbox {
  width: 8em !important;
  height: 6em !important;
  overflow: hidden !important;
  flex: none !important;
  margin: 0 1em 0 0 !important
}

.tx-info-post-img1-box li .tx-info-module-imgbox img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important
}

.tx-info-post-img1-box .tx-info-module-txt-info,
.tx-info-post-img1-box .tx-info-module-txt-title {
  line-height: 1.4 !important;
  max-height: 2.8em !important;
  overflow: hidden !important
}

.tx-info-post-img2-box ul {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-left: -.5em !important;
  margin-right: -.5em !important
}

.tx-info-post-img2-box ul li {
  width: 25% !important;
  padding: 0 .5em !important;
  margin: .5em 0 !important
}

.tx-info-post-img2-box li .tx-info-module-imgbox {
  overflow: hidden !important;
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: 0 !important;
  padding-top: 70% !important
}

.tx-info-post-img2-box li .tx-info-module-imgbox img {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  font-size: 0 !important;
  z-index: 1 !important;
  object-fit: cover !important
}

.tx-info-post-img2-box li section {
  line-height: 1.4 !important;
  height: 2.8em !important;
  overflow: hidden !important;
  margin: .3em 0 0 0 !important
}

@media screen and (max-width:720px) {
  .tx-info-post-img2-box ul li {
    width: 50% !important
  }
 #pageBody{display:none}
  .tx-info-module-txt-title{
    margin: 0 0 .2em 0 !important;
  }

  .tx-info-module-down1-box>section {
    align-items: flex-start !important;
    flex-wrap: wrap !important;
  }

  .tx-info-module-down1-box .tx-info-module-imgbox {
    position: absolute !important;
    left: 1em !important;
    top: 1em !important
  }

  .tx-info-module-down1-box .tx-info-module-down-txt {
    margin: 0 !important;
    padding-left: 5.5em !important
  }

  .tx-info-module-down1-box .tx-info-module-btn {
    margin: 1em 0.5em 0  0.5em !important;
    flex: auto !important;
    padding: 0 25px !important;
  }

  .tx-info-module-down1-box .tx-info-module-btn1 {
    margin: 1em 0.5em 0  0.5em !important;
    flex: auto !important;
    padding: 0 25px !important;
  }

  .tx-info-module-shop1-box .tx-info-module-imgbox {
    max-width: 30vw !important
  }

  .tx-info-module-shop1-box .tx-info-module-txt-info {
    display: none !important
  }
}

@media screen and (max-width:320px) {
  .tx-info-module-shop1-box>a {
    flex-direction: column !important;
    align-items: flex-start !important
  }
  .tx-info-module-shop1-box .tx-info-module-imgbox,
  .tx-info-module-shop1-box .tx-info-module-imgtxt {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important
  }
  .tx-info-module-shop1-box .tx-info-module-imgtxt {
    margin: .8em 0 0 0 !important
  }
}
.tx-info-module-box img{
  max-width: 100% !important;
}
