* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
}

html,
body {
  width: 100%;
  height: 100%;
  color: #333;
}

body {
  background-attachment: fixed;
  background-size: 100%;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  font-weight: 600;
}

button {
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.container {
  max-width: 900px;
  width: calc(100% - 24px);
  margin-left: auto;
  margin-right: auto;
}

input,
textarea {
  font-size: 16px;
}

input[type="submit"] {
  -webkit-appearance: none;
}

div,
i {
  -webkit-tap-highlight-color: transparent;
}

body::before {
  position: fixed;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/back.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

body.act {
  overflow: hidden;
}

header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #aadeef;
}

header .container {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header .container .logo {
  height: 40px;
}

header .container .logo > img {
  height: 100%;
}

header .container .icon_top,
header .container .icon_sea {
  width: 40px;
  height: 40px;
  background: #aadeef;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .container .icon_top > .iconfont,
header .container .icon_sea > .iconfont {
  color: #4f8afd;
  font-size: 14px;
}

.layui-rate li i .layui-icon {
  color: #fadb14 !important;
  font-size: 18px !important;
}

.ad {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.ad > p {
  font-size: 12px;
  text-align: center;
}

.crumb {
  margin-top: 24px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.crumb .crumbs {
  border-radius: 4px;
  padding: 10px 12px;
  background: #1bb2e3;
}

.crumb .crumbs > a {
  color: #fff;
}

.crumb .crumbs > a .iconfont {
  color: #fff;
  font-size: 16px;
}

.crumb .crumbs > p {
  color: #fff;
}

.playBox {
  margin: 24px 0;
  background: #fff;
  padding: 24px 22px 1px;
  border-radius: 8px;
}

.playBox > h2 {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}

.playBox .module {
  margin: 20px 0;
}

.playBox .module > h2 {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 600;
}

.playBox .module > p {
  line-height: 21px;
}

.playBox .moreList {
  margin: 20px 0;
}

.playBox .moreList > h2 {
  font-size: 16px;
  font-weight: 600;
}

.playBox .moreList .moreBox {
  display: flex;
  flex-wrap: wrap;
}

.playBox .moreList .moreBox > li > a {
  display: flex;
  padding: 7px 14px;
  border-radius: 4px;
  background: #1bb2e3;
  margin: 12px 12px 0 0;
  color: #fff;
}

.playBox .carswiper {
  position: relative;
  margin: 20px 0;
}

.playBox .carswiper > h2 {
  font-size: 16px;
  font-weight: 600;
}

.playBox .carswiper .swiperBox {
  margin-top: 10px;
}

.playBox .carswiper .swiperBox .swiper-wrapper .swiper-slide {
  width: auto;
  height: 181px;
}

.playBox .carswiper .swiperBox .swiper-wrapper .swiper-slide > img {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.playBox .carswiper .sw_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
}

.playBox .carswiper .sw_btn .swiper-button-p1,
.playBox .carswiper .sw_btn .swiper-button-n1 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  width: 42px;
  height: 42px;
  background: rgba(51, 51, 51, 0.49);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 24px;
}

.playBox .carswiper .sw_btn .swiper-button-p1 .iconfont,
.playBox .carswiper .sw_btn .swiper-button-n1 .iconfont {
  color: #fff;
}

.decBox {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0 22px;
}

.decBox .thumb {
  width: 100px;
  height: 100px;
  border-radius: 24px;
  overflow: hidden;
  margin-right: 16px;
}

.decBox .thumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.decBox > dl {
  width: calc(100% - 116px);
}

.decBox > dl > dt {
  font-size: 22px;
  font-weight: 600;
}

.decBox > dl > dd {
  margin-top: 11px;
}

.decBox > dl > dd .bbc > a {
  width: 200px;
  height: 50px;
  background: #1bb2e3;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.decBox > dl > dd .bbc > a .iconfont {
  color: #fff;
  font-size: 15px;
  margin-right: 6px;
}

.video {
  display: flex;
  justify-content: space-between;
}

.video .playGame {
  width: 100%;
}

.video .playGame .videoGame {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.video .playGame .videoGame .iframe_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video .playGame .videoGame .iframe_img .bbc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.video .playGame .videoGame .iframe_img .bbc > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 172px;
  height: 50px;
  overflow: hidden;
  border-radius: 32px;
  background: #1bb2e3;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 8px;
  color: #fff;
  font-size: 20px;
  font-family: G8321-Bold;
}

.video .playGame .videoGame .iframe_img .bbc > a .iconfont {
  margin-right: 5px;
  color: #fff;
  font-size: 16px;
}

.video .playGame .videoGame .iframe_img .bbc > span {
  color: #fff;
  font-size: 26px;
  font-family: G8321-Bold;
  margin-bottom: 8px;
}

.video .playGame .videoGame .iframe_img .bgc {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: rgba(0, 0, 0, 0.3);
  object-fit: cover;
  object-position: center;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false);
}

.video .playGame .videoGame .iframe_img.active {
  display: none;
}

.video .playGame .videoGame iframe {
  display: none;
  border: 0;
  overflow: hidden;
  z-index: 999;
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video .playGame .videoGame .back {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 10px;
  left: 10px;
  border-radius: 25px;
  background: #2e455f;
  z-index: 999;
}

.video .playGame .videoGame .back .iconfont {
  font-size: 20px;
  color: #fff;
}

.video.active {
  display: block;
}

.video.active .playGame .videoGame iframe {
  display: block;
}

.video.active .playGame .videoGame .back {
  display: flex;
}

.zanB {
  background: #ffebec;
  border-radius: 24px;
  margin: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zanB > .st {
  display: flex;
  align-items: center;
  margin-left: 16px;
}

.zanB > .st .star .layui-rate {
  padding: 0;
  padding-bottom: 3px;
}

.zanB > .st .star .layui-icon {
  font-size: 14px;
}

.zanB > .st .star .layui-icon-rate::before {
  content: "";
  color: rgba(255, 205, 61, 0.3);
}

.zanB > .st span {
  margin-right: 16px;
  font-family: G8321-Medium;
}

.zanB > a {
  width: 100px;
  background: #ff5252;
  border-radius: 24px;
  display: flex;
  padding: 15px 24px;
}

.zanB > a .iconfont {
  font-size: 20px;
  color: #fff;
}

.zanB > a > span {
  color: #fff;
  margin-left: 10px;
  font-family: G8321-SemiBold;
}

.top {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding-top: 24px;
}

.top .crumb {
  margin-top: 0;
}

.top .playBox {
  margin-top: 0;
  padding-top: 0;
}

.top .playBox .carswiper {
  margin-top: 0;
}

.container .btn {
  display: block;
  line-height: 50px;
  color: #fff;
  text-align: center;
  margin: 16px auto 0;
  width: 300px;
  height: 50px;
  background: #1bb2e3;
  font-size: 16px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

.container .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px 0;
}

.container .title > h2 {
  display: flex;
  align-items: center;
}

.container .title > h2 > p {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #ed82ff 0%, #d64bff 100%);
  box-shadow: 0 16px 12px 0 rgba(214, 75, 255, 0.5);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.container .title > h2 > p .iconfont {
  font-size: 20px;
  color: #fff;
}

.container .title > h2 > span {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}

.container .title > h2 .cateI {
  background: linear-gradient(135deg, #ff8b8b 0%, #ff5252 100%);
  box-shadow: 0 16px 12px 0 rgba(255, 82, 82, 0.5);
}

.container .title > h2 .poI {
  background: linear-gradient(135deg, #ffce91 0%, #ff9614 100%);
  box-shadow: 0 16px 12px 0 rgba(255, 160, 20, 0.5);
}

.container .title > h2 .seI {
  background: linear-gradient(135deg, #60ff4e 0%, #15c600 100%);
  box-shadow: 0 16px 12px 0 rgba(21, 198, 0, 0.5);
}

.container .title > a {
  width: 72px;
  height: 35px;
  background: #1bb2e3;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  color: #fff;
}

.container .games {
  margin: 20px 0;
}

.container .games .games_list {
  display: grid;
  grid-gap: 12px 12px;
  grid-template-columns: repeat(2, calc((100% - 12px) / 2));
  width: 100%;
}

.container .games .games_list > li > a {
  display: block;
  width: 100%;
  transition: all 0.3s;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 24px 32px 16px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}

.container .games .games_list > li > a .thumb {
  overflow: hidden;
  border-radius: 24px;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}

.container .games .games_list > li > a .thumb > img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
}

.container .games .games_list > li > a > dl > dt {
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.container .games .games_list > li > a > dl > dd {
  text-align: center;
  color: #999;
  font-size: 12px;
  margin-top: 3px;
}

.container .games .games_list > li > a > dl .spans {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container .games .games_list > li > a > dl .spans > span {
  color: #666;
  font-family: PingFangSC-Semibold, PingFang SC;
}

.container .games .games_list > li > a > dl .spans > span .iconfont {
  color: #ff5252;
  font-size: 20px;
  font-weight: 400;
}

.container .games .games_list > li > a > dl .spans > span + span .iconfont {
  color: #ffab2a;
}

.container .games .games_list > li > a .new {
  width: 59px;
  height: 30px;
  background: #ff5252;
  border-radius: 15px;
  border: 2px solid #fff;
  line-height: 26px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 12px;
  top: 12px;
}

@media (orientation: landscape) {
  .container .games .games_list {
    grid-template-columns: repeat(4, calc((100% - 36px) / 4));
  }
  .container .games .games_list > li > a {
    padding: 18px 26px 10px;
  }
}

.container .games > .searchMain {
  margin-top: 16px;
  margin-bottom: 24px;
  position: relative;
  width: 100%;
  height: 60px;
  background: #1e93e4;
  box-shadow: 0 8px 12px 0 rgb(119 192 215);
  border-radius: 30px;
}

.container .games > .searchMain > input {
  width: 100%;
  height: 100%;
  outline: none;
  -webkit-appearance: none;
  text-indent: 1em;
  color: #fff;
  overflow: hidden;
  background: #1e93e4;
  border-radius: 30px;
  font-size: 12px;
  border: none;
}

.container .games > .searchMain input::-webkit-input-placeholder {
  color: #fff;
}

.container .games > .searchMain button {
  position: absolute;
  border: none;
  right: 5px;
  top: 5px;
  width: 70px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
}

.container .games > .searchMain button > .iconfont {
  color: #1bb2e3;
  font-size: 16px;
}

.container .games .nosearch > h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 9px;
  font-weight: 600;
}

.container .games .nosearch > p {
  font-weight: 500;
  line-height: 21px;
  font-family: PingFangSC-Medium, PingFang SC;
}

.container .games #gameIndex > li .ad {
  margin: 0;
}

.container .games #gameIndex > li:nth-child(1) {
  grid-row: 2/3;
  grid-column: 1/3;
}

.container .games #gameIndex > li:nth-child(2) {
  grid-row: 4/5;
  grid-column: 1/3;
}

.container .games #gameIndex > li:nth-child(3) {
  grid-row: 6/7;
  grid-column: 1/3;
}

.container .games #gameIndex > li:nth-child(4) {
  grid-row: 8/9;
  grid-column: 1/3;
}

.container .games #gameIndex > li:nth-child(5) {
  grid-row: 10/11;
  grid-column: 1/3;
}

.container .games #gameIndex > li:nth-child(6) {
  grid-row: 12/13;
  grid-column: 1/3;
}

@media (orientation: landscape) {
  .container .games #gameIndex {
    grid-template-columns: repeat(2, calc((100% - 12px) / 2));
  }
}

.container .cateB {
  margin: 24px 0;
}

.container .cateB .listCat {
  margin-top: 12px;
  display: grid;
  grid-gap: 12px 12px;
  grid-template-columns: repeat(2, calc((100% - 12px) / 2));
}

.container .cateB .listCat > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #1bb2e3;
  padding: 14px 5px;
  border-radius: 8px;
}

@media (orientation: landscape) {
  .container .cateB .listCat {
    grid-template-columns: repeat(4, calc((100% - 36px) / 4));
  }
}

.container .company {
  margin-top: 10px;
  background: #fff;
  border-radius: 8px;
  padding: 12px;
}

.container .company > h2 {
  font-size: 28px;
  line-height: 44px;
}

.container .company .comCon {
  margin-top: 10px;
}

.container .company .comCon > h3 {
  font-size: 16px;
}

.container .company .comCon p {
  margin: 10px 0;
  line-height: 21px;
}

.container .company .comCon > form .formItem {
  width: 100%;
}

.container .company .comCon > form .formItem > input {
  width: 100%;
  height: 48px;
  background: #f8f8fa;
  border-radius: 6px;
  outline: none;
  display: block;
  text-indent: 1em;
  margin-bottom: 10px;
  border: none;
  color: #999;
}

.container
  .company
  .comCon
  > form
  .formItem
  > input::-webkit-input-placeholder {
  color: #999;
}

.container .company .comCon > form .formItem #comcom {
  border: none;
  width: 100%;
  height: 180px;
  resize: none;
  outline: none;
  display: block;
  text-indent: 1em;
  margin-bottom: 10px;
  padding-top: 10px;
  border-radius: 6px;
  background: #f8f8fa;
  color: #999;
}

.container
  .company
  .comCon
  > form
  .formItem
  #comcom::-webkit-input-placeholder {
  color: #999;
}

.container .company .comCon > form input[type="submit"] {
  width: 130px;
  height: 50px;
  background: #1bb2e3;
  border-radius: 6px;
  border: none;
  line-height: 50px;
  text-align: center;
  color: #fff;
}

footer {
  margin-top: 24px;
  background: #fff;
  padding-top: 24px;
}

footer .container nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .container .copy {
  text-align: center;
  font-size: 12px;
  color: #999;
  padding: 24px 0;
}

.searchBox {
  z-index: 99;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background: rgba(0, 0, 0, 0.2);
  display: none;
}

.searchBox .comMain {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 24px 22px;
  border-top: 1px solid #aadeef;
}

.searchBox .comMain > h2 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.searchBox .comMain > .searchMain {
  margin-top: 38px;
  position: relative;
  width: 100%;
  height: 60px;
  background: #1bb2e3;
  box-shadow: 0 8px 12px 0 rgb(119 192 215);
  border-radius: 30px;
}

.searchBox .comMain > .searchMain > input {
  width: 100%;
  height: 100%;
  outline: none;
  -webkit-appearance: none;
  text-indent: 1em;
  color: #fff;
  overflow: hidden;
  background: #1bb2e3;
  border-radius: 30px;
  font-size: 12px;
  border: none;
}

.searchBox .comMain > .searchMain input::-webkit-input-placeholder {
  color: #fff;
}

.searchBox .comMain > .searchMain button {
  position: absolute;
  border: none;
  right: 5px;
  top: 5px;
  width: 70px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
}

.searchBox .comMain > .searchMain button > .iconfont {
  color: #1bb2e3;
  font-size: 16px;
}

.searchBox .comMain .key {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
}

.searchBox .comMain .key > li {
  margin: 12px 12px 0 0;
}

.searchBox .comMain .key > li > a {
  display: inline-block;
  padding: 5px 12px;
  background: #eee;
  border-radius: 15px;
}

.searchBox.act {
  display: block;
}

.categoryBox {
  z-index: 99;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid ##aadeef;
  display: none;
}

.categoryBox .box {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 24px 22px;
  background: #fff;
}

.categoryBox .box > nav {
  display: grid;
  grid-gap: 12px 12px;
  grid-template-columns: repeat(2, calc((100% - 12px) / 2));
}

.categoryBox .box > nav > a {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}

.categoryBox .box > nav > a > p {
  margin-bottom: 26px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  justify-content: center;
}

.categoryBox .box > nav > a > p .iconfont {
  font-size: 24px;
  color: #fff;
}

.categoryBox .box > nav > a > span {
  font-size: 16px;
  font-weight: 600;
}

.categoryBox .box > nav > a:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/3;
  background: #f0f6ff;
}

.categoryBox .box > nav > a:nth-child(1) > p {
  background: linear-gradient(135deg, #94c1ff 0%, #128dff 100%);
  box-shadow: 0 16px 12px 0 rgba(18, 141, 255, 0.5);
}

.categoryBox .box > nav > a:nth-child(1) > span {
  color: #128dff;
}

.categoryBox .box > nav > a:nth-child(2) {
  background: #fff8f0;
}

.categoryBox .box > nav > a:nth-child(2) > p {
  background: linear-gradient(135deg, #ffce91 0%, #ff9614 100%);
  box-shadow: 0 16px 12px 0 rgba(255, 160, 20, 0.5);
}

.categoryBox .box > nav > a:nth-child(2) > span {
  color: #ff9614;
}

.categoryBox .box > nav > a:nth-child(3) {
  background: #fff0f0;
}

.categoryBox .box > nav > a:nth-child(3) > p {
  background: linear-gradient(135deg, #ff8b8b 0%, #ff5252 100%);
  box-shadow: 0 16px 12px 0 rgba(255, 82, 82, 0.5);
}

.categoryBox .box > nav > a:nth-child(3) > span {
  color: #ff5252;
}

.categoryBox .box .listm > .cateList {
  margin-top: 12px;
  display: grid;
  grid-gap: 12px 12px;
  grid-template-columns: repeat(2, calc((100% - 12px) / 2));
}

.categoryBox .box .listm > .cateList > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #1bb2e3;
  padding: 14px 5px;
  border-radius: 8px;
}

@media (orientation: landscape) {
  .categoryBox .box .listm > .cateList {
    grid-template-columns: repeat(4, calc((100% - 36px) / 4));
  }
}
@media (min-width: 1620px) {
  body::before {
    background-image: url(../img/sucai.png) !important;
  }
}
.categoryBox .box .contact {
  height: 47px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 16px;
}

.categoryBox .box .contact > p {
  display: flex;
  align-items: center;
  justify-content: center;
}

.categoryBox .box .contact > p .iconfont {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.5);
}

.categoryBox .box .contact > span {
  margin-left: 21px;
  font-size: 16px;
  color: #fff;
  font-family: Baloo2-Medium;
}

.categoryBox.act {
  display: block;
}

.error {
  color: red;
}

.top_lea {
  cursor: pointer;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.2);
  display: none;
  width: 50px;
  height: 50px;
  background: #1bb2e3;
  border-radius: 25px;
  position: fixed;
  align-items: center;
  justify-content: center;
  right: 15px;
  bottom: 162px;
  z-index: 9999;
}

.top_lea .iconfont {
  color: #fff;
  font-size: 18px;
}
.home .swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}

.home .swipe .swipe-wrap {
  overflow: hidden;
  position: relative;
}

.home .swipe .swipe-wrap div {
  float: left;
  width: 100%;
  position: relative;
}

.home .swipe .swipe-wrap img {
  width: 100%;
  height: 4.52rem;
  background-size: cover;
  object-fit: cover;
}
.noSearch {
  display: none;
}
.s_m_link svg{
  width: 1.2rem;
  height: 1.2rem;
  object-fit: cover;
  object-position: center;
}