* {
  margin: 0;
  padding: 0;
}
html {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 60px;
}
body {
  max-width: 1920px;
  margin: 0 auto;
  background: url(../img/bg.jpg) center top no-repeat;
}
.head {
  height: 80px;
  /* border-bottom: 2px solid #fc9725; */
  background: #fff;
}
.head-wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.head-logo {
  width: 300px;
}
.head-logo img {
  width: 100%;
  display: block;
}
.head-btn {
  display: flex;
}
.head-btn .tab img {
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto 10px;
}
.head .tab {
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; */
  text-align: center;
  margin: 0 10px;
}
.head .tab a {
  text-decoration: none;
  font-size: 12px;
  color: #f6832d;
  cursor: pointer;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
/* 中间滚动数字 */
.scroll-bg {
  background: url(../img/scroll-bg.png) center center no-repeat;
  background-size: contain;
  height: 400px;
  position: relative;
  overflow: hidden;
  margin: 20px auto;
}
.scroll-bg .scroll-bg-wrapper {
  margin-top: 160px;
}
.scroll-bg .scroll-number-box {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #fff444;
}
.scroll-bg .scroll-number-box span {
  background: linear-gradient(to bottom, #fff885, #fff22a);
  display: block;
  border-radius: 12px;
  padding: 4px 4px;
  margin-right: 6px;
  color: #d0011b;
}
.scroll-icon-box {
  display: flex;
  justify-content: center;
}
.scroll-icon-box .swiper-slide-items {
  text-align: center;
  color: #fff;
  font-size: 11px;
}
.scroll-icon-box .swiper-slide-items a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.scroll-icon-box .swiper-slide-items a p:nth-child(3) {
  color: #fff000;
}
.scroll-icon-box .swiper-slide-items img {
  width: 75px;
}
.scroll-icon-box .swiper-slide-items a p:nth-child(2) {
  white-space: nowrap;
  height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*邀请码*/
.invite-box {
  background: #fff;
  border-radius: 70px;
  width: 960px;
  margin: 50px auto 0;
  padding: 0 10px;
  height: 110px;
  border: 2px solid #f6832d;
  font-size: 40px;
  overflow: hidden;
}
.invite-box-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 70px;
  font-weight: bold;
}
.invite-box-left {
  margin-left: 20px;
  flex: 1;
}
.invite-box-left input {
  border: none;
  font-size: 50px;
  height: 110px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  color: #ddd;
}
.invite-box-right {
  background: url(../img/btn-invite.png) no-repeat;
  background-size: 100% 100%;
  width: 500px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  position: relative;
  right: -40px;
  font-size: 36px;
}
/* 按钮 */
.button-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
.button-box a {
  text-decoration: none;
  display: block;
}
.button-box a:last-child {
  margin-left: 40px;
}
.button-box a img {
  display: block;
  width: 100%;
}
/* 表格 */
.table-box {
  margin: 0 35px;
}
.table-box-item {
  margin-bottom: 40px;
  border-radius: 30px;
  overflow: hidden;
}
.table-box-item .table-box-item__header {
  color: #fff;
  background-image: radial-gradient(closest-side, #f6832d, #fc3c0d);
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  border-bottom: 2px solid #fff;
}
.table-box-item .table-box-item__header span,
.table-box-item .table-box-item__body .table-box-item__body-item span {
  border-right: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-box-item .table-box-item__header span:nth-child(1),
.table-box-item
  .table-box-item__body
  .table-box-item__body-item
  span:nth-child(1) {
  width: 50%;
}
.table-box-item .table-box-item__body .table-box-item__body-item__column span {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  border-right: none;
}
.table-box-item .table-box-item__header span:nth-child(2),
.table-box-item
  .table-box-item__body
  .table-box-item__body-item
  span:nth-child(2) {
  width: 20%;
}
.table-box-item .table-box-item__header span:nth-child(3),
.table-box-item
  .table-box-item__body
  .table-box-item__body-item
  span:nth-child(3) {
  width: 30%;
  border-right: none;
}
.table-box-item .table-box-item__body {
  color: #fff;
  background: #f6832d;
  height: 70px;
  line-height: 20px;
  text-align: center;
  font-size: 18px;
  display: flex;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}
.table-box-item .table-box-item__body:last-child {
  border-bottom: none;
}
.table-box-item .table-box-item__body-item {
  display: flex;
  width: 100%;
}
/* 内容区域 */
.content-box {
}
.content-box h1 {
  font-size: 68px;
  color: #fe2c06;
  text-align: center;
  font-weight: bold;
  text-shadow: #fff 3px 0 0, #fff 0 3px 0, #fff -3px 0 0, #fff 0 -3px 0;
  margin: 50px 0;
}
.content-box .with-img {
  display: flex;
}
.content-box .width-img-item {
  position: relative;
}
.content-box .width-img-item .tel {
  font-size: 20px;
  position: absolute;
  background: #f3f4f6;
  top: 34px;
  left: 60px;
}
.content-box .with-img img {
  padding: 10px 16px;
  display: block;
  width: 320px;
}
.content-box section {
  font-size: 30px;
  font-weight: bold;
  padding: 0 50px;
}
.content-box section p {
  line-height: 1.2;
  margin-bottom: 50px;
  color: #3e3e3e;
  word-break: break-all;
}
.content-box section p em {
  color: #ff1e00;
  font-style: normal;
}
/* 第二个文本块 */
.content-box-red {
  border-radius: 40px;
  background: linear-gradient(to bottom, #f6832d, #ff1e00);
  padding: 16px 16px 30px;
  margin: 100px 50px 0;
}
.content-box-red section {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}
.content-box-red section h1 {
  font-weight: bold;
  font-size: 70px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.content-box-red section em {
  font-style: normal;
}

/* 弹窗 */
.lightbox {
  display: none;
  background: url(../img/light-bg.png) 50% 50% no-repeat;
  background-size: 100% 100%;
  position: fixed;
  z-index: 1001;
  min-width: 950px;
  max-height: 270px;
  border-radius: 23px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 40px;
  color: #000;
}
.lightbox2 {
  max-height: 470px;
  min-width: 400px;
  background: #fff;
}
.lightbox2 .invite-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 40%;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #fa5619;
  padding-right: 0;
  margin-bottom: 20px;
}
.lightbox2 .invite-box .copy-btn {
  background: linear-gradient(to bottom, #f6832d, #fe2403);
  width: 30%;
  display: block;
  text-align: center;
  color: #fff;
  height: 100%;
  border-radius: 30px;
}
.lightbox2 .invite-box img {
  width: 30px;
  padding-top: 8px;
}
.lightbox2 .lightbox_content {
  border: 2px solid #f6832d;
  border-radius: 12px;
  padding: 16px;
}
.lightbox3 {
  display: none;
  background: url(../img/light3-bg.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  z-index: 1001;
  min-width: 842px;
  max-height: 456px;
  border-radius: none;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 70px 40px 70px 40px;
  color: #fff;
}

.lightbox3 .lightbox_content {
  width: auto;
  display: block;
  text-align: center;
}

.lightbox3 .lightbox_close {
  position: absolute;
  right: 23px;
  top: 23px;
  transition: 0.2s;
}

.lightbox3 .lightbox_close img {
  width: 100%;
}

.lightbox3 .lightbox_close :hover {
  transform: scale(0.9);
  transition: 0.2s;
}

.lightbox3 .title span {
  font-size: 1.5rem;
  color: #ff0000 !important;
  margin: 25px;
}

.lightbox3 .title span,
.lightbox3 .title .line,
.lightbox3 .input_grid span,
.lightbox3 .input_grid input {
  display: inline-block;
  vertical-align: middle;
  color: #505050;
}

.lightbox3 .title .line {
  width: 70px;
  height: 1px;
  background: #ff0000;
}

.lightbox3 .subtitle_grid .right {
  text-align: left;
}

.lightbox3 .subtitle_grid .right span {
  font-size: 1.15rem;
  line-height: 30px;
}

.lightbox3 .subtitle_grid .right a {
  color: #ff0000;
}

/* .input_grid {
  margin: 0 auto;
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 38% auto;
}

.input_grid span,
.subtitle_grid .left {
  font-size: 1.15rem;
  line-height: 30px;
  text-align: right;
  margin-right: 15px;
}

.input_grid input {
  font-size: 1.15rem;
  height: 32px;
  line-height: 30px;
  outline: none;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  width: 270px;
}

.input_grid input::placeholder {
  color: #aaaaaa;
  font-size: 1rem;
}
.captchaBox{
  display: grid;
  grid-template-columns: auto 130px;
} */
.input_content {
  margin: 0 auto;
  text-align: center;
  /* display: block; */
}

.subtitle_grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 270px auto;
  margin-bottom: 15px;
}

.input_grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 270px 270px;
  height: 30px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.left {
  text-align: right;
}

.left span {
  color: #ff0000 !important;
  font-size: 1.1rem;
  line-height: 30px;
}

.right {
  text-align: left;
  padding-left: 15px;
  height: 100%;
  box-sizing: border-box;
  /* display: grid; */
  /* grid-template-columns: auto 130px; */
}

.right input,
.right select {
  height: 30px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  padding-left: 10px;
}

.captchaBox {
  display: grid;
  grid-template-columns: auto 130px;
  box-sizing: border-box;
  grid-column-gap: 10px;
}

.captcha {
  width: 100%;
  height: 100%;
  max-height: 30px;
}
.lightbox3 .submit {
  background: linear-gradient(#f6812c, #ff1f00);
  padding: 8px 45px;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  margin: 20px 0 0 0;
  transition: 0.3s;
}
.submit02 {
  transform: translateX(15px);
}
.lightbox em {
  color: #ff1e00;
  font-style: normal;
}
.lightbox_content {
  width: auto;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
.lightbox_content .people {
  width: 200px;
}

.lightbox_close {
  position: absolute;
  right: 23px;
  top: 23px;
  transition: 0.2s;
}

.lightbox_close img {
  width: 100%;
}

.lightbox_close :hover {
  transform: scale(0.9);
  transition: 0.2s;
}

.title span {
  font-size: 1.5rem;
  color: #ffdd00;
  margin: 25px;
}

.title span,
.title .line,
.input_grid span,
.input_grid input {
  display: inline-block;
  vertical-align: middle;
}

.title .line {
  width: 70px;
  height: 1px;
  background: #a6850b;
}

.subtitle_grid .right {
  text-align: left;
}

.subtitle_grid .right span {
  font-size: 1.15rem;
  line-height: 30px;
}

.subtitle_grid .right a {
  color: red;
}
.input_content {
  margin: 0 auto;
  text-align: center;
  /* display: block; */
}

.subtitle_grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 270px auto;
  margin-bottom: 15px;
}

.input_grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 270px 270px;
  height: 30px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.left {
  text-align: right;
}

.left span {
  color: #ff1e00;
  font-size: 1.1rem;
  line-height: 30px;
}

.right {
  text-align: left;
  padding-left: 15px;
  height: 100%;
  box-sizing: border-box;
  /* display: grid; */
  /* grid-template-columns: auto 130px; */
}

.right input,
.right select {
  height: 30px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  padding-left: 10px;
}

.captchaBox {
  display: grid;
  grid-template-columns: auto 130px;
  box-sizing: border-box;
  grid-column-gap: 10px;
}

.captcha {
  width: 100%;
  height: 100%;
  max-height: 30px;
}

.submit {
  background: linear-gradient(#ffee78, #ffca05);
  padding: 8px 45px;
  display: inline-block;
  border-radius: 50px;
  color: #181818;
  font-weight: bold;
  margin: 20px 0 0 0;
  transition: 0.3s;
}
.submit02 {
  transform: translateX(15px);
}
.mySwiper02 {
  width: 520px;
  margin: 0 auto;
}
.mySwiper02 .swiper-wrapper .swiper-slide {
  width: auto;
}
.detailbox {
  display: none;
  position: fixed;
  width: 70%;
  right: 0;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99;
  margin: 0 auto;
}
.detailbox section {
  position: relative;
}
.detailbox_close {
  position: absolute;
  right: -20px;
  top: -20px;
}
.redpacketbox {
  width: 1200px;
  height: 600px;
  margin: 0 auto;
  border: 2px solid #f6812c;
  border-radius: 10px;
  background: #fff;
  overflow-x: visible;
  /* overflow-y: scroll;
  overflow-x:visible; */
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  z-index: 9;
  display: none;
}
.redpacketbox__wrapper {
  position: relative;
  height: 600px;
}
.redpacketbox .redpacketbox_close {
  position: absolute;
  top: -10px;
  right: -10px;
}
.redpacketbox iframe {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}
