html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100%;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #fff;
}

* {
  box-sizing: border-box;
}
#cnzz_stat_icon_1281316765 {
  position: absolute;
  bottom: 20px;
  text-align: center;
  color: #fff;
  display: block;
}
/*隐藏CNZZ统计图标*/
#cnzz_stat_icon_1281316765 {
  display: none;
}

img {
  vertical-align: middle;
}

.pc .mobile-html,
.mobile .pc-html {
  display: none;
}
.pc .pc-html,
.mobile .mobile-html {
  display: block;
}
.pc body{
  background: url("../imgs/m/bg@2x.png") no-repeat center/cover;
}
.pc-html {
  position: relative;
  min-width: 1320px;
  padding-bottom: 50px;
}
.pc .w {
  width: 1320px;
  margin: 0 auto;
}
.pc .title {
  width: 28.177%;
  margin: 0 auto;
}
.pc .title img {
  width: 100%;
}
.pc .wrap-hot {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 30px;
}
.pc .wrap-hot .item {
  width: 650px;
  background:rgba(255, 255, 255, 0.5);
  border:2px solid #ffffff;
  border-radius:20px;
  overflow: hidden;
  position: relative;
}
.pc .wrap-hot .item img {
  width: 100%;
  cursor: pointer;
}
.pc .wrap-hot .item .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
}
.pc .wrap-type-title {
  display: flex;
  align-items: center;
  margin-top: 40px;
  flex-flow: row nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.pc .wrap-type-title::-webkit-scrollbar {
  display: none;
}
.pc .wrap-type-title .item {
  /* padding: 0 30px;
  line-height: 50px;
  background:linear-gradient(151.62deg,#ffffff 0%,#ebf4ff 100%),linear-gradient(180deg,#3f8bff 0%,#6d60ff 100%);
  border-radius: 60px; */
  font-family:PingFang SC;
  font-weight:500;
  color:#c663ff;
  font-size:18px;
  margin-right: 20px;
  flex-shrink: 0;
  cursor: pointer;
  user-select: none;
  position: relative;
  width: 140px;
}
.pc .wrap-type-title .item .btn2{
  display: none;
}
.pc .wrap-type-title .item .btn1{
  display: block;
}
.pc .wrap-type-title .active .btn1  {
  display: none;
}
.pc .wrap-type-title .active .btn2  {
  display: block;
}
.pc .wrap-type-title img {
  width: 100%;
}
.pc .wrap-type-title .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 86%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc .wrap-type-title .active {
  /* background:linear-gradient(151.62deg,#4d9bff 0%,#327cff 100%),linear-gradient(180deg,#3f8bff 0%,#6d60ff 100%); */
  color:#ffffff;
}
.pc .wrap-type {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
  margin-top: 30px;
  display: none;
}
.pc .wrap-type .item {
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.pc .wrap-type .item .icon{
  display: inline-block;
  width:100%;
  height:auto;
  background:#ffffff;
  border:1px solid #aaeaff;
  border-radius:32px;
  overflow: hidden;
}
.pc .wrap-type .item .icon img {
  width: 100%;
}
.pc .wrap-type .item .name {
  width: 100%;
  line-height:20px;
  font-family:PingFang SC;
  font-weight:600;
  color:#3f5075;
  font-size:16px;
  margin-top: 5px;
}
.pc .wrap-type .item .js {
  width: 100%;
  line-height:20px;
  font-family:PingFang SC;
  color:#7c7c7c;
  font-size:14px;
  margin-top: 5px;
}
.pc .wrap-type .item .js p {
  margin: 0;
}
.pc .show {
  display: grid;
}


.mobile-html {
  position: relative;
  padding-bottom: 1.75rem;
}
.mobile body{
  /*background: linear-gradient(to bottom, #fefdfa, #fcd797);*/
   background: url("../imgs/m/bg@2x.png") no-repeat center/cover;
}

/*@media screen(min-width:481px) {
  .mobile body{
    background-size: 480px 100%;
  }
  html,body{
    max-width: 480px;
    margin: 0 auto;
  }
  .mobile .footer .fixed {
    max-width: 480px;
  }
}*/

.mobile .w {
  width: 93.966%;
  margin: 0 auto;
}
.mobile .title {
  width: 100%;
  margin: 0 auto;
}
.mobile .title img {
  width: 100%;
}
.mobile .wrap-hot {
  /* margin-top: 1.875rem; */
}
.mobile .wrap-hot .item {
  background:rgba(255, 255, 255, 0.5);
  border:2px solid #ffffff;
  border-radius:20px;
  overflow: hidden;
  position: relative;
  margin-top: 0.875rem;
}
.mobile .wrap-hot .item:first-of-type{
  margin-top: 0;
}
.mobile .wrap-hot .item img {
  width: 100%;
  cursor: pointer;
}
.mobile .wrap-hot .item .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
}
.mobile .wrap-type-title {
  display: flex;
  align-items: center;
  margin-top: 7px;
  flex-flow: row nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.mobile .wrap-type-title::-webkit-scrollbar {
  display: none;
}
.mobile .wrap-type-title .item {
  font-family:PingFang SC;
  font-weight:400;
  color:#2377fb;
  font-size:0.9375rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
  cursor: pointer;
  user-select: none;
  position: relative;
  width: 5.5rem;
}
.mobile .wrap-type-title .item .btn2{
  display: none;
}
.mobile .wrap-type-title .item .btn1{
  display: block;
}
.mobile .wrap-type-title .active .btn1  {
  display: none;
}
.mobile .wrap-type-title .active .btn2  {
  display: block;
}
.mobile .wrap-type-title img {
  width: 100%;
}
.mobile .wrap-type-title .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 86%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile .wrap-type-title .active {
  color:#ffffff;
}
.mobile .wrap-type {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap:3px;
  margin-top: 7px;
  display: none;
}
.mobile .wrap-type .item {
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.mobile .wrap-type .item .icon{
  display: inline-block;
  width:100%;
  height:auto;
  background:#ffffff;
  border:1px solid #aaeaff;
  border-radius:1rem;
  overflow: hidden;
}
.mobile .wrap-type .item .icon img {
  width: 100%;
}
.mobile .wrap-type .item .name {
  width: 100%;
  line-height:1rem;
  font-family:PingFang SC;
  font-weight:600;
  color:#3f5075;
  font-size:0.9375rem;
  margin-top: 0.4rem;
}
.mobile .wrap-type .item .js {
  width: 100%;
  line-height:1.2rem;
  font-family:PingFang SC;
  color:#7c7c7c;
  font-size:0.875rem;
  margin-top: 0.5rem;
}
.mobile .show {
  display: grid;
}
p {
  margin: 0;
}
.none {
  display: none !important;
}
.pc .footer {
  display: none;
}
.mobile .footer {
  display: block;
}
.mobile .footer img{
  width: 100%;
}
.mobile .footer .fixed {
  position: fixed;
  left:50%;
  bottom: 0;
  width: 100%;
  transform: translate(-50%,0);
}
.mobile .footer .fixed .close {
  position: absolute;
  top: 50%;
  right: 2%;
  width: 4.5333%;
}
.mobile .tk {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.mobile .tk .content{
  width: 84.8%;
  position: relative;
}
.mobile .tk .content img {
  width: 100%;
}
.mobile .tk .content .close {
  position: absolute;
  top: 0.75rem;
  right: 4%;
  width: 6.28%;
}