@charset "utf-8";
/* CSS Document */

.slider {
  width: 100%; /* 或者具体的宽度 */
  overflow: hidden; /* 隐藏溢出的部分 */
  white-space: nowrap; /* 防止图片换行 */
}

.slider img {
  width: auto; /* 或者具体的宽度 */
  display: inline-block; /* 使图片并排显示 */
}

img {
  max-width: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s;
}
.header.yincang {
  top: -200px;
}
.header.open {
  top: 0;
}
.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.flex {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex2 {
  display: flex;
  display: -webkit-flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}

.banner {
  position: relative;
  background-image: url(../images/6QILiwVWqmQUi4wjENIoiNFkKg.png);
  background-color: #ffb055;
}
.banner .slider {
}
.banner .slider img {
  margin-right: 400px;
}
.banner .yun {
  position: absolute;
  left: 0;
  width: 100%;
}

.yun1 {
  top: 120px;
  z-index: 1;
}
.yun2 {
  top: 290px;
  z-index: 10;
}
.yun3 {
  top: 220px;
}

.yun1 img {
  width: 430px;
}
.yun2 img {
  width: 250px;
}
.yun2 img:nth-child(2n) {
  margin-top: 50px;
}
.yun3 img {
  width: 260px;
  margin-left: 400px;
}

.headle img {
  width: 220px;
}
.header > .w1200 {
  align-items: flex-end;
}
.header .buys {
  color: #000;
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 15px;
  line-height: 1;
  display: inline-block;
  background: #ffedc4;
  border: 5px solid #000;
  border-bottom-left-radius: 20px;
  margin-top: -10px;
  transition: all 0.3s;
  border-bottom-right-radius: 20px;
  font-family: BirdyGame;
  border-top: 0;
  font-weight: lighter;
}
.header .buys:hover {
  transform: translateY(10px);
}

.headmi {
  border: 5px solid #000;
  background: #ffedc4;
  border-radius: 100px;
  padding: 22px 56px;
}
.headmi a {
  font-size: 22px;
  font-family: sniglet_l;
  font-weight: normal;
  color: #000;
  display: block;
  line-height: 1;
}
.headmi a:hover {
  text-decoration: underline;
}
.headmi li {
  margin-right: 40px;
}
.headmi li:last-child {
  margin-right: 0;
}

.banner {
  height: 960px;
  background-size: cover;
}
.banner > img {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: block;
  padding-top: 180px;
  position: relative;
  z-index: 3;
}

.banner .img {
  width: 50%;
}
.banner .img img {
  width: 100%;
}
.banner .txt {
  width: 39%;
  padding-top: 40px;
}
.banner .txt p {
  font-size: 24px;
  margin-bottom: 15px;
}
.banner .txt li {
  margin-bottom: 20px;
  transition: all 0.3s;
}
.banner .txt li:hover {
  transform: scale(1.05);
}
.banner .txt a {
  display: block;
  width: 100%;
  font-size: 24px;
  border: 2px solid #000;
  background: #ffedc4;
  color: #000;
  border-radius: 100px;
  overflow: hidden;
  padding: 10px;
}
.banner .txt a img {
  vertical-align: middle;
  margin-right: 20px;
}

.banner .w1200 {
  position: absolute;
  bottom: 104px;
  z-index: 11;
  width: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 50%;
}
.w820 {
  max-width: 920px;
  margin: 0 auto;
}

.gundong {
  background: #000;
  padding: 10px 0;
  overflow: hidden;
  width: 100%;
  height: 104px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 22px;
}
.gundong span {
  color: #ffb055;
  font-size: 40px;
  font-family: BirdyGame;
  line-height: 46px;
  font-weight: lighter;
  display: inline-block;
  padding: 0 22px;
}
.gundong .gdtxt {
  margin: 10px 0;
}

.main2 {
  background: #ffb055;
  padding-top: 85px;
  padding-bottom: 100px;
}
.main2tit {
  position: relative;
}
.main2tit > img {
  width: 100%;
  border-radius: 40px;
}

.main2tit .whats {
  position: absolute;
  left: 125px;
  top: -35px;
}
.main2tit .bac {
  width: 270px;
  border-radius: 100px;
  z-index: 1;
  background: #ffedc4;
  height: 55px;
  transform: rotate(-8deg);
}
.main2tit .whats img {
  position: absolute;
  z-index: 2;
  display: block;
  width: 240px;
  top: -16px;
}

.main2box {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
  background: #ff8200;
  border: 5px solid #000;
  border-top: none;
  padding: 48px 0 0 64px;
  align-items: center;
}
.main2box .ri_img {
  width: 55%;
}
.main2box .ri_img img {
  width: 100%;
}
.main2box .le_t {
  width: 45%;
  padding-bottom: 50px;
}
.main2box .le_t p {
  font-size: 23px;
  color: #ffedc4;
  margin-bottom: 20px;
  line-height: 1.3;
}
.banner .txt a img {
  width: 36px;
}
.main2box2 {
  border-radius: 50px;
  background: #ffc17a;
  margin-top: 30px;
  position: relative;
  border: 5px solid #000;
  padding: 80px 64px 40px;
}
.main2box2 li {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
  transition: all 0.3s;
  border-radius: 20px;
  overflow: hidden;
  width: 31.33%;
  margin: 1%;
  border: 2px solid #000;
  height: 160px;
  position: relative;
  background: #f6b25c;
}
.main2box2 li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.main2box2 .buyit {
  position: absolute;
  left: -40px;
  top: -90px;
}
.main2box2 .buyit img {
  width: 320px;
}

.main2box2 .zuoxia {
  position: absolute;
  width: 180px;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 50px;
  overflow: hidden;
}

.main2box2 .copy {
  float: right;
  margin: 1%;
  margin-top: 40px;
}
.main2box2 .copy button {
  cursor: pointer;
  padding: 10px 20px;
  background: #ffedc4;
  border: 2px solid #000;
  border-radius: 100px;
  font-family: InterMedium;
  font-size: 14px;
}
.main2box2 .copy button i {
  font-style: normal;
  color: #000;
  text-align: right;
}
.main2box2 .copy button img {
  vertical-align: middle;
  margin-right: 5px;
}
.tips {
  text-align: center;
  height: 30px;
}
.tips span {
  display: none;
  line-height: 30px;
}

.main2box2 .copy:hover .tips span.weidian {
  display: block;
}
.main2box2 .copy:hover .tips.yijingdian span.yidian {
  display: block;
}
.main2box2 .copy:hover .tips.yijingdian span.weidian {
  display: none;
}

.main3 {
  background: #fff6e4;
  padding: 100px 0 200px;
}
.main3ri01 {
  height: calc(100% - 320px);
  overflow: auto;
  border: 5px solid #000;
  border-radius: 30px;
  padding: 20px;
}
.main3ri02 {
  height: 300px;
  border: 5px solid #000;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 20px;
}
.main3ri02 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main3tit {
  max-width: 790px;
  margin: 0 auto;
  margin-bottom: 45px;
}

.main3le {
  position: relative;
  background: #ffedc4;
  border: 5px solid #000;
  padding: 80px 104px 100px 80px;
  border-radius: 30px;
  width: calc(100% - 330px);
}
.main3le p {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.main3le p strong {
  font-size: 50px;
  font-weight: lighter;
  font-family: BirdyGame;
}
.main3le a {
  margin-top: 20px;
  border: 3px solid #000;
  padding: 15px 50px 10px;
  font-size: 50px;
  font-family: BirdyGame;
  color: #000;
  font-weight: lighter;
  border-radius: 100px;
  line-height: 1;
  display: inline-block;
  padding-top: 25px;
  transition: all 0.3s;
}
.main3le a:hover {
  transform: scale(1.05);
}
.main3ri {
  width: 320px;
}

.main3le .bacimg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  left: 0;
  opacity: 0.02;
}
.main3le .bacimg img {
  width: 100%;
}
.main3le .bacimg2 {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 35%;
  z-index: 2;
}
.main4le01ri img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main4le01ri {
  overflow: hidden;
  border: 5px solid #000;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.main4 {
  padding-top: 110px;
  background-color: #ffb055;
  position: relative;
  padding-bottom: 100px;
}
.main4 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.main4 > .w1200 {
  position: relative;
  z-index: 2;
}
.main4 .main4tit {
  position: absolute;
  max-width: 820px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  z-index: 2;
}
.main4bac {
  margin: 0 auto;
  width: 700px;
  height: 700px;
  background-image: url(../images/1112.png);
  margin: 0 auto;
  position: relative;
  background-size: 100% 100%;
}
.main4bac span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  text-align: center;
}
.main4bac span b {
  display: block;
  font-size: 40px;
  line-height: 1.3;
}

.main4box .flex {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main4le01 img {
  width: 185px;
  position: absolute;
  left: 30px;
  bottom: 0;
}
.main4le01 {
  padding: 30px;
  border-radius: 100px;
  position: relative;
  padding-left: 220px;
  font-size: 24px;
  background: #f29a74;
  border: 3px solid #000;
  font-family: BirdyGame;
}
.main4le02 {
  font-family: BirdyGame;
  background: #506eef;
  padding: 30px;
  border: 3px solid #000;
  font-size: 24px;
  border-radius: 100px;
  margin-top: 20px;
}

.main4ri span {
  display: inline-block;
  padding: 28px 42px 20px;
  font-size: 30px;
  font-family: BirdyGame;
  line-height: 1;
}
.main4ri div:nth-child(2) {
  margin: 80px 0;
}
.main4ri div:first-child span {
  transform: rotate(-8deg);
}
.main4ri div:nth-child(3) span {
  transform: rotate(8deg);
}
.main4tab {
  position: relative;
  z-index: 1;
}

.main4le {
  width: calc(50% - 200px);
}
.main4ri {
  width: calc(50% - 200px);
}
.main4ri span {
  background-color: #ffedc4;
  border-radius: 40px;
  box-shadow: 0 4px 4px #00000040;
}

.main4tit2 {
  text-align: center;
  font-size: 120px;
  position: relative;
}
.main4tit2 span {
  position: relative;
  z-index: 2;
}
.main4tit2 img {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 500px;
  top: -90px;
  transform: translateX(-50%);
}

.main4tap span {
  cursor: pointer;
  font-family: BirdyGame;
  font-size: 64px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: -52px;
  width: 104px;
  height: 104px;
  text-align: center;
  line-height: 120px;
  background: #ffc17a;
  transition: all 0.1s;
  z-index: 1;
}
.main4tap span.hover,
.main4tap span:hover {
  border: 2px solid #000;
  line-height: 117px;
}
.main4tap span.hover {
  z-index: 2;
  background: #ff8200;
}
.main4tap span:hover {
  background: #ffb055;
}
.main4tap span.hover:hover {
  background: #ff8200;
}

.main4tap span:first-child {
  left: 45px;
}
.main4tap span:nth-child(2) {
  left: 130px;
}

.main4tabox {
  margin-top: 80px;
  padding: 24px 24px 24px 64px;
  background: #ffedc4;
  border: 5px solid #000;
  border-radius: 20px;
  position: relative;
}

.main4le01le {
  padding-top: 30px;
  width: 45%;
  transform: translateX(50px);
  transition: all 0.3s;
  padding-right: 15px;
}
.main4tab01.moves .main4le01le {
  transform: translateX(0);
}
.main4le01le b {
  font-size: 54px;
  font-family: sniglet_l;
  line-height: 1.2;
  display: block;
  margin-bottom: 30px;
}
.main4le01le p {
  font-size: 24px;
  font-family: sniglet_l;
  line-height: 1.2;
}
.main4le01le a {
  cursor: pointer;
  background: #ffedc4;
  border: 3px solid #000;
  color: #000;
  font-weight: lighter;
  font-family: BirdyGame;
  font-size: 40px;
  border-radius: 100px;
  padding: 5px 30px 0;
  margin-top: 30px;
  display: inline-block;
}
.main4le01ri {
  height: 670px;
  width: 55%;
  background: #000;
}

.main4tab01 {
  display: none;
}
.main4tabox .gougou {
  overflow: hidden;
  border-bottom-left-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
}

.main4tab001 {
  text-align: center;
}
.main4box3 {
  margin: 0 auto;
  max-width: 770px;
  padding-bottom: 50px;
  padding-top: 40px;
}
.main4box3 > strong {
  font-weight: lighter;
  font-size: 54px;
  font-family: BirdyGame;
}
.main4box3 p {
  font-size: 24px;
  line-height: 1.3;
}
.main4box3 p strong {
  color: #ff8200;
  font-size: 32px;
  margin-top: 20px;
  display: block;
  margin-bottom: 10px;
}

.main5 {
  background: #fff6e4;
  padding: 80px 0;
}

.main5le {
  width: 35%;
}
.main5le img {
  width: 80%;
  margin: 0 auto;
  max-width: 260px;
  display: block;
}
.main5ri {
  width: 60%;
}
.main5let {
  background: #ffb055;
  border-radius: 20px;
  padding: 20px;
  font-size: 64px;
  line-height: 1.2;
  font-family: BirdyGame;
  font-weight: lighter;
}
.main5le span {
  text-align: center;
  font-size: 24px;
  display: block;
}

.main5ri li {
  cursor: pointer;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.36) 0px 0.602187px 0.602187px -1.25px,
    rgba(0, 0, 0, 0.318) 0px 2.28853px 2.28853px -2.5px,
    rgba(0, 0, 0, 0.125) 0px 10px 10px -3.75px;
  transition: all 0.3s;
  background: #ffedc4;
  border-radius: 48px;
  padding: 20px 40px 20px 20px;
  position: relative;
  border: 3px solid #ffedc4;
}
.main5ri li .flex {
  justify-content: flex-start;
}
.main5ri li b {
  font-size: 20px;
  font-weight: normal;
  line-height: 48px;
}
.main5ri li span {
  transition: all 0.4s;
  font-size: 40px;
  border-radius: 100%;
  margin-right: 20px;
  width: 48px;
  font-weight: lighter;
  font-family: Arial, Helvetica, sans-serif;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  line-height: 48px;
  background: #000;
  color: #fff;
  text-align: center;
}
.main5ri li b {
  width: calc(100% - 68px);
}
.main5ri li .li_intro {
  display: none;
  font-size: 18px;
  line-height: 1.3;
  padding-left: 68px;
}
.main5ri li.on .li_intro {
  display: block;
}
.main5ri li:hover span {
  transform: rotate(90deg);
}
.main5ri li.on span {
  transform: rotate(135deg);
  color: #ffb055;
}
.main5ri li.on {
  border: 3px solid #000;
  background: #ffb055;
}

.main5ri li .li_intro {
  padding-top: 10px;
}

.main6 {
  padding: 30px 0 60px;
  background: #ffedc4;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.gundongss span {
  font-size: 40px;
  font-family: BirdyGame;
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
}
.main6 .w1200 {
  max-width: 800px;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  padding-top: 40px;
}
.main6 .w1200 p {
}
.foot {
  overflow: hidden;
  background-image: url(../images/baJN1bGp8b9NRyBlSE6kI9cFkb4.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.foot .w820 {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}
.foot .w820 > b {
  margin-bottom: 20px;
  font-size: 40px;
  display: block;
  text-align: center;
}
.fot_a a {
  display: inline-block;
  background-color: #ffedc4;
  border-radius: 40px;
  font-size: 40px;
  font-family: BirdyGame;
  color: #000;
  margin-bottom: 20px;
  line-height: 1;
  margin-left: 10px;
  margin-right: 10px;
  transition: all 0.3s;
  box-shadow: 0 4px 4px #00000040;
  padding: 28px 48px 18px;
}
.fot_a a:hover {
  transform: rotate(-3deg);
}
.fot_a {
  text-align: center;
}

.fot_fot {
  margin-top: 40px;
}
.fot_fot span {
  width: 200px;
  font-size: 30px;
}
.fot_fot ul {
  width: 100%;
  justify-content: center;
}
.fot_fot ul li {
  margin-right: 20px;
}
.fot_fot ul img:hover {
  transform: rotate(-20deg);
}
.fot_fot ul a img {
  transition: all 0.3s;
  width: 80px;
  cursor: pointer;
}
.foot .w820 > img {
  position: absolute;
  left: -470px;
  bottom: -65px;
  width: 345px;
}
.fotcopy {
  height: 65px;
  line-height: 65px;
  text-align: center;
  background: #ff8200;
  color: #000;
  font-size: 16px;
}

.main2box2 li:hover {
  transform: scale(0.98);
}
.headle {
  transition: all 0.3s;
  padding-bottom: 10px;
}
.buy2 span,
.buy2 ul {
  display: none;
}
.buys2.hover {
  color: #ff8200;
}
.buy2 {
  transition: all 0.3s;
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 15px;
  line-height: 1;
  background: #ffedc4;
  border: 5px solid #000;
  border-bottom-left-radius: 20px;
  margin-top: -10px;
  transition: all 0.3s;
  border-bottom-right-radius: 20px;
  font-family: BirdyGame;
  border-top: 0;
  font-weight: lighter;
}

.buy3 {
  transition: all 0.3s;
  padding-top: 45px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 10px;
  font-size: 40px;
  width: 128px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px;
  line-height: 1;
  background: #ffedc4;
  border: 5px solid #000;
  border-bottom-left-radius: 20px;
  margin-top: -10px;
  transition: all 0.3s;
  border-bottom-right-radius: 20px;
  font-family: BirdyGame;
  border-top: 0;
  font-weight: lighter;
  float: left;
}
.buy3 ul {
  width: 100%;
  text-align: center;
  background: #ffedc4;
  border: 5px solid #000;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 85%;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}
.buy3 ul li a {
  font-size: 20px !important;
  color: #000 !important;
  font-family: BirdyGame;
}
.buy3:hover ul {
  opacity: 1;
  visibility: visible;
  top: 95%;
}
.header.opens .headle {
  transform: translateY(-500px);
}
.header.opens .buybox ul {
  display: block;
  text-align: center;
}
.header.opens .buybox span.close {
  display: block;
  text-align: right;
}
.header.opens .buybox ul li {
  padding: 5px 0;
}
.header.opens .buybox ul a {
  color: #000;
  font-size: 18px;
}
.buy2 {
  text-align: center;
  transition: all 0.3s;
}
.buy,
.buy2 {
  float: left;
}
.header.opens .buy2 {
  padding-top: 30px;
}
.header.opens .buys2 {
  margin-top: 20px;
  display: none;
}
@media screen and (max-width: 1080px) {
  .headmi li {
    margin-right: 10px;
  }
  .headmi {
    padding: 22px 30px;
  }
}
@media screen and (max-width: 768px) {
  .wap {
    display: block;
  }
  .pc {
    display: none;
  }
  .header {
    padding: 0 20px;
  }
  .header .buys {
    font-size: 20px;
    margin-left: 15px;
  }
  .buy2 {
    font-size: 20px;
    margin-left: 15px;
  }
  .header > .w1200 {
    display: block;
  }
  .headle {
    margin-top: 10px;
    position: absolute;
    left: 20px;
    top: 0;
  }
  .headle img {
    height: 37px;
    width: auto;
  }
  .buybox {
    float: right;
  }
  .header .buys,
  .buy2 {
    padding-top: 30px;
  }
  .header.opens .buy2 {
    width: 200px;
  }
  .banner .w1200 {
    padding-bottom: 200px;
    position: relative;
    transform: none;
    -webkit-transform: none;
    left: 0;
    width: 100%;
    bottom: auto;
  }
  .banner .img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 200px;
  }
  .banner .img img {
    height: 100%;
    margin: 0 auto;
    width: auto;
    display: block;
  }
  .banner {
    padding-bottom: 90px;
    background-position: top center;
    height: auto;
  }
  .banner .txt {
    width: 100%;
  }
  .w820 {
    max-width: 360px;
  }
  .banner .txt p {
    text-align: center;
    line-height: 1.4;
  }
  .banner .txt li {
    max-width: 300px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
  }
  .yun1 {
    top: 40px;
  }
  .yun2 img {
    height: 100px;
    width: auto;
  }
  .yun1 img {
    height: 130px;
    width: auto;
  }
  .gundong {
    height: 90px;
  }
  .gundong span {
    font-size: 30px;
    line-height: 35px;
  }
  .main2tit .whats {
    left: 20px;
  }
  .main2tit > img {
    border-radius: 10px;
  }
  .main2tit .whats img {
    width: 120px;
    left: 0;
  }
  .main2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main2tit .bac {
    width: 150px;
    height: 30px;
    left: 0;
  }
  .main2box {
    border-radius: 20px;
    width: 95%;
    border: 2px solid #000;
    border-top: 0;
    padding: 20px;
  }
  .main2box .ri_img {
    width: 100%;
  }
  .main2box .ri_img img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .main2box .le_t {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
  }
  .main2box .le_t p {
    font-size: 18px;
  }
  .main2box2 .buyit {
    left: 0;
    width: 150px;
    top: -50px;
  }
  .main2box2 {
    width: 95%;
    border: 2px solid #000;
    border-radius: 20px;
    padding: 20px;
  }
  .main2box2 li {
    width: 48%;
    height: 120px;
  }
  .main2box2 .copy button {
    width: 100%;
  }
  .main2box2 .copy button i {
    font-size: 10px;
    display: inline-block;
    width: calc(100% - 31px);
    overflow: auto;
  }
  .main2box2 {
    padding-bottom: 120px;
  }
  .zuoxia img {
    height: 120px;
  }
  .main2 {
    padding-bottom: 30px;
  }
  .main3 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .main3le,
  .main3ri {
    width: 100%;
  }
  .main3le {
    margin-bottom: 20px;
    border: 2px solid #000;
    padding: 20px;
  }
  .main3le p strong {
    font-size: 32px;
  }
  .main3le p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .main3tit {
    margin-bottom: 15px;
    width: 80%;
  }
  .main3ri01 {
    border: 2px solid #000;
    border-radius: 20px;
  }
  .main3le a {
    font-size: 30px;
  }
  .main3le .bacimg2 {
    position: static;
    width: 100%;
  }
  .main3le .bacimg2 img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  .main4bac {
    margin-bottom: 30px;
    width: 320px;
    height: 320px;
  }
  .main4 {
    padding-top: 50px;
  }
  .main4box .flex {
    width: 95%;
    margin: 0 auto;
    position: static;
    transform: none;
  }
  .main4le,
  .main4ri {
    width: 100%;
  }
  .main4le01 img {
    width: 120px;
  }
  .main4bac span {
    font-size: 18px;
  }
  .main4bac span b {
    font-size: 30px;
  }
  .main4le01 {
    padding-left: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main4le02 {
    padding: 10px;
    text-align: center;
  }
  .main4ri span {
    font-size: 22px;
    padding: 22px 42px 14px;
    width: 100%;
    display: block;
    text-align: center;
    transform: none !important;
    margin: 0 !important;
    margin-top: 15px !important;
  }
  .main4tit2 {
    font-size: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .main4tit2 img {
    width: 300px;
  }
  .main4tap span {
    top: -25px;
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding-top: 3px;
  }
  .main4tap span.hover,
  .main4tap span:hover {
    line-height: 50px;
  }
  .main4tap span:first-child {
    left: 45%;
    margin-left: -25px;
  }
  .main4tap span:nth-child(2) {
    left: 50%;
  }
  .main4tabox {
    padding: 35px 20px 50px;
    width: 95%;
    border: 2px solid #000;
    margin: 100px auto 50px;
  }
  .main4le01le,
  .main4le01ri {
    width: 100%;
  }
  .main4le01le b {
    font-size: 34px;
    margin-bottom: 15px;
    display: block;
  }
  .main4le01le p {
    font-size: 18px;
  }
  .main4le01le a {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .main4le01ri {
    height: 500px;
  }
  .main4tabox {
    padding-bottom: 30px;
  }
  .main4tabox .gougou {
    height: 150px;
  }
  .main4tabox .gougou img {
    width: auto;
    height: 150px;
  }
  .main4box3 > strong {
    font-size: 34px;
  }
  .main4box3 p strong {
    font-size: 20px;
  }
  .main4box3 p {
    font-size: 16px;
  }
  .main4box3 {
    text-align: left;
    padding-top: 15px;
  }
  .main5let {
    font-size: 20px;
  }
  .main4 {
    padding-bottom: 30px;
  }
  .main5le,
  .main5ri {
    width: 100%;
  }
  .main5le img {
    width: 50%;
  }
  .main5let {
    text-align: center;
    font-size: 30px;
  }
  .main5 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main5le span {
    margin: 15px auto;
    font-size: 20px;
  }
  .main6 .w1200 {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
  .foot .w820 > b {
    font-size: 30px;
  }
  .fot_a a {
    font-size: 20px;
    padding: 13px 20px 5px;
  }
  .fot_fot ul {
    width: 100%;
  }
  .fot_fot ul a img {
    width: 40px;
  }
  .fot_fot span {
    font-size: 20px;
    width: 100%;
    text-align: center;
  }
  .fot_fot ul {
    justify-content: center;
  }
  .main4ri div:nth-child(2) {
    margin: 20px 0;
  }
  .main4ri span {
    margin-top: 20px !important;
  }
  .main4tit2 img {
    top: -30px;
  }

  .main5ri li b {
    line-height: 1.2;
  }
  .main3le a {
    margin-top: 10px;
  }
  .main2box2 .copy {
    float: none;
    margin: 20px auto 0;
  }

  .buy2 {
    padding-top: 30px;
    width: 94px;
  }
}
.header .buys {
  text-align: center;
}
.buys2 i {
  margin-left: 5px;
}
@media screen and (max-width: 360px) {
  .header.opens .buy2 {
    width: 150px;
  }
  .header .buys {
    padding-left: 5px;
    padding-right: 5px;
    width: 80px;
  }
  .buy2 {
    padding-left: 5px;
    padding-right: 5px;
    width: 64px;
    width: 80px;
  }
}

@font-face {
  font-family: BirdyGame;
  src: url("../fonts/Birdy-Game.ttf");
}

@font-face {
  font-family: InterMedium;
  src: url("../fonts/Inter-Medium-8.otf");
}

@font-face {
  font-family: sniglet;
  src: url("../fonts/sniglet_.ttf");
}

@font-face {
  font-family: sniglet_l;
  src: url("../fonts/Sniglet-Regular.ttf");
}
