* {
  box-sizing: border-box;
  flex-shrink: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 14px;
  font-weight: 500;
}
.w-1200 {
  width: 1200px;
  margin: 0 auto;
}
.cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.cross .bar:nth-of-type(2) {
  opacity: 0;
}
.cross .bar:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
.header {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo a {
  font-weight: 400;
  font-size: 20px;
  color: #bf0000;
}
.header .nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: transparent;
}
.header .nav .layui-nav-item {
  margin-left: 40px;
}
.header .nav .layui-nav-item a {
  padding: 0;
  display: block;
  width: 56px;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #292929;
}
.header .nav .layui-nav-item a:hover {
  color: #e14f60 !important;
}
.header .nav .layui-this a {
  color: #e14f60;
}
.header .nav .layui-this::after {
  background: #e14f60;
  top: 0 !important;
}
.header .nav .layui-nav-bar {
  background-color: #e14f60;
  top: 0 !important;
}
.header__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 11;
  background: #fff;
}
.main__wrapper {
  margin-top: 60px;
}
.main__wrapper .swiper {
  width: 100%;
  height: 100%;
}
.main__wrapper .swiper .swiper-button-next,
.main__wrapper .swiper .swiper-button-prev {
  color: #fff !important;
}
.main__wrapper .swiper .swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.main__wrapper .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main__wrapper .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__wrapper {
  width: 100%;
  background-color: #e14f60;
}
.footer__wrapper .footer {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__wrapper .footer__left h3 {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
}
.footer__wrapper .footer__left p {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
}
.footer__wrapper .footer__right {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.footer__wrapper .footer__right .code {
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
}
.footer__wrapper .footer__right span {
  margin-top: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.wap_footer,
.wap_header,
.wap_show {
  display: none;
}
.nav .layui-nav-child {
  border: none;
  background-color: white;
  border-radius: 0;
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 60px;
}
.nav .layui-nav-child a {
  display: inline-block;
  width: 100px !important;
  color: #fff;
  padding: 0;
  line-height: 39px;
  padding: 0 30px !important;
}
.nav .layui-nav-child .nav .layui-nav-child a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.img-group {
  width: 1400px;
  margin: 0 auto;
}
.img-wrapper img {
  width: 100%;
}
