.box {
  position: relative;
  overflow: hidden;
}

.banner {
  height: 1060px;
  background: url(../images/banner_bg.png) no-repeat center center;
}

.txt_container {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 88px;
  position: relative;
}

.txt01 {
  width: 609px;
  height: 88px;
  background: url(../images/txt01_bg.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  line-height: 88px;
  margin: 0 auto;
  color: #FCFCFA;
  font-size: 36px;
}

.txt02 {
  margin: 28px auto 62px;
}

.sjx01 {
  position: absolute;
  top: 18%;
  left: -9%;
  animation: rotate 3s linear infinite;
}

.sjx02 {
  position: absolute;
  top: 40%;
  right: -7%;
  animation: rotate 3s linear infinite;

}

.circle01 {
  position: absolute;
  top: 623px;
  left: -155px;
  animation: rotate 3s linear infinite;
}

.circle02 {
  position: absolute;
  top: 623px;
  right: -155px;
  animation: rotate 3s linear infinite;
}

.ajax_form_out {
  box-sizing: border-box;
  padding: 3px;
  background: linear-gradient(#FEF94F, #FEFC60, #FFF288);
}

.ajax_form_inner {
  background: linear-gradient(90deg, #b6100e, #fe100d, #a30703);
  box-sizing: border-box;
  padding: 36px;
}

.ajax_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ajax_l {
  flex: 1;
}

.ajax_r {
  width: 147px;
  margin-left: 23px;
}

.ajax_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ajax_line01 {
  margin-bottom: 18px;
}

.ajax_form p {
  position: relative;
  height: 62px;
}

.ajax_form p.border,
.yuyue-border {
  border-radius: 10px;
}

.yuyue-border {
  width: 306px;
  height: 62px;
  overflow: hidden;
}

.ajax_form input,
.ajax_form select {
  width: 228px;
  height: 62px;
  line-height: 62px;
  border-radius: 10px;
  border: 0;
  box-sizing: border-box;
  padding-left: 15px;
  color: #666666;
  outline: none;
  font-size: 18px;
  float: left;
  background: none;
  background-color: #fff;
  appearance: none;
  box-shadow: 0px 0px 70px 0px rgba(209, 206, 206, 0.2);
}

.ajax_form input::placeholder {
  color: #666666;
}

.ajax_form select {
  background: #fff url("../../images/select_bg.png") 95% center no-repeat;
  background-size: 16px;
  border-radius: 10px;
}

.ajax_form input#shoujihao {
  width: 306px;
}

.ajax_form input#PhoneCode {
  width: 306px;
}

.ajax_form input#fs {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
  width: 155px;
  background: #F8AA03;
  font-size: 18px;
  color: #fff;
  border-radius: 0 10px 10px 0;
}


.ajax_form .yuyue-btn {
  width: 147px;
  height: 153px;
  background: url(../images/yy_btn.png) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}

.yuyue-border .nc-container #nc_1_wrapper,
.yuyue-border .nc-container.tb-login #nc_1_wrapper {
  width: 100%;
}

.yuyue-border .nc_scale {
  height: 62px;
}

.yuyue-border .nc-container .nc_scale span {
  width: 62px;
  height: 62px;
  line-height: 62px;
  box-sizing: border-box;
}

.yuyue-border .nc_iconfont,
.yuyue-border .nc-container .nc_scale .scale_text {
  font-size: 18px;
}

.ajax_tip {
  color: #FFFFBF;
  font-size: 18px;
  text-align: center;
  margin-top: 37px;
}

.box_out {
  width: 100%;
  height: auto;
  background: linear-gradient(0deg, #DB3A12, #FC6A1B);
  padding: 8px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 40px;
}

.box_inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 22px;
  background: #7C050B;
  border-radius: 20px;
}

.box_body {
  background: #B81204;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 90px 30px 40px;
}

.title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -80px;
}

.title_inner {
  width: 766px;
  height: 134px;
  background: url(../images/title_bg.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.fj {
  margin-right: -40px;
  animation: top_l_ani 3s linear infinite;
}

.jinbi {
  margin-left: -45px;
  animation: top_l_ani 3s linear infinite;
  animation-delay: .5s;
  position: relative;
  z-index: 3;
}

@keyframes rotate {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

@keyframes top_l_ani {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(4deg);
  }

  100% {
    transform: rotate(0);
  }
}

.title_inner span {
  font-size: 60px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(-90deg, #FFFCE5 0.146484375%, #FFD884 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FEFEF3;
}


.box_container {
  padding: 80px 0;
  background: url(../images/bg.png) no-repeat center top;
}

.box01 .box_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box01_container {
  width: 713px;
  height: 539px;
  position: relative;
}

.box01_container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/cj_bg2.png) no-repeat center top;
  background-size: 100%;
  margin-top: -7px;
  animation: horse_ani 0.6s linear infinite;
  z-index: 1;
}

@keyframes horse_ani {
  0% {
    background: url('../images/cj_bg2.png') no-repeat center top;
    background-size: 100%;
  }

  100% {
    background: url('../images/cj_bg1.png') no-repeat center top;
    background-size: 100%;
  }
}

.gift_container {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  padding: 30px 38px 40px;
  left: 0;
  top: 0;
  z-index: 2;
}

.gift_item {
  height: 24%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1%;
}

.gift_center {
  height: 50%;
  display: flex;
  justify-content: space-between;
}

.gift {
  width: 24%;
  height: 100%;
  background: url(../images/gift_bg.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gift img {
  height: 40%;
}

.gift_center .gift {
  height: 48%;
  margin-bottom: 2%;
}

.gift.active {
  background: url(../images/gift_active.png) no-repeat center center;
  background-size: 100% 100%;
}

.gift_center .gift_item2 {
  width: 24%;
}

.gift_center .gift_item2 .gift {
  width: 100%;
}

.gift_center .cj_txt {
  width: 49%;
  height: 96%;
  background: url(../images/cj_center.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  box-sizing: border-box;
  padding: 0 30px 20px;
}

.gift p {
  color: #600D15;
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
}

.cj_btn {
  width: 221px;
  height: 77px;
  line-height: 70px;
  background: url(../images/djcj.png) no-repeat center center;
  background-size: 100% 100%;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}

.box01_r {
  width: 335px;
  height: 547px;
  background: url(../images/box01_r.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 34px 20px;
}

.box01_r h2 {
  color: #971F23;
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.box01_r h3 {
  color: #A8031B;
  font-size: 18px;
  border-bottom: 1px dashed #A8031B;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.box01_r p {
  line-height: 1.7;
  padding-bottom: 12px;
  color: #A8031B;
  font-size: 16px;
}

.box02 .box_body {
  display: flex;
  flex-wrap: wrap;
}

.box02_item {
  width: 534px;
  height: 245px;
  background: url(../images/box02_item1.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 65px 0 72px;
}

.box02_item_r {
  background: url(../images/box02_item2.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 8px;
}

.box02_l img {
  margin: 0 auto 20px;
}

.box02_l p {
  color: #D00000;
  font-size: 24px;
  font-weight: bold;
}

.box_body a {
  display: block;
  width: 121px;
  height: 128px;
  background: url(../images/go_bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.box_body a:hover {

  background: url(../images/go_active.png) no-repeat center center;
  background-size: 100% 100%;
}

.title03 img {
  margin: 16px -51px 0;
}

.box03 .box_out {
  margin-bottom: 0;
}

.region a {
  float: left;
  display: block;
  width: 171px;
  height: 69px;
  background: url(../images/province_bg.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
  text-align: center;
  line-height: 66px;
  font-size: 24px;
  color: #B81204;
  transition: all .3s linear;
  margin-right: 8px;
}

.region a:hover {
  background: url(../images/province_active.png) no-repeat center center;
  background-size: 100% 100%;
}

.region a:nth-child(6n) {
  margin-right: 0;
}


.fixed_mask {
  display: none;
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fixed_form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.fixed_close {
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 21px;
  height: 21px;
  transition: all .4s;
}

.fixed_close:hover,
.fixed_r_close:hover,
.fixed_b_close:hover {
  transform: rotate(180deg);
}


.fixed_mask .fixed_form {
  width: 450px;
  height: auto;
  background: #7F0709;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
  padding: 30px;
}


.fixed_mask p {
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}


.fixed_mask h3 {
  font-size: 30px;
  background-image: -webkit-linear-gradient(0deg, #ED9837 0%, #F1CE47 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F1CE47;
  text-align: center;
  margin-bottom: 20px;
}
.fixed_mask p span {
  color: #F1CE47;
}

.address-box {
  margin: 15px 0;
}


.address_txt {
  width: 100%;
  height: 54px;
  background: #FFFFFF;
  border-radius: 10px;
  border: none;
  box-sizing: border-box;
  padding: 9px;
  color: #330000;
  font-size: 18px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid rgb(183, 183, 183);
  line-height: 1.3;
  /* margin: 12px auto; */
}

.mask_common_btb {
  font-size: 20px;
  color: #871314;
  width: 145px;
  height: 54px;
  background: linear-gradient(0deg, #ED9837, #F1CE47);
  border-radius: 27px;
  cursor: pointer;
  line-height: 54px;
  text-align: center;
  margin: 30px auto 0;
  font-weight: bold;
}

.mt_img {
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 10px;
  margin: 20px auto 0;
}

@media only all and (max-width:1080px) {
  .banner {
    height: 26.5rem;
    background-size: auto 100%;
  }

  .txt_container {
    width: 100%;
    padding-top: 2.2rem;
    position: relative;
  }

  .txt01 {
    width: 15.225rem;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 0.9rem;
  }

  .txt02 {
    width: 80%;
    height: auto;
    margin: 0.7rem auto 1.55rem;
  }

  .sjx01 {
    left: 0;
    width: 2rem;
    height: auto;
  }

  .sjx02 {
    right: 0;
    width: 2rem;
    height: auto;
  }

  .circle01 {
    top: 15.575rem;
    left: 0;
    width: 4rem;
    height: auto;
  }

  .circle02 {
    top: 15.575rem;
    right: 0;
    width: 4rem;
    height: auto;
  }

  .ajax_form_out {
    width: 94%;
    margin: 0 auto;
    padding: 0.075rem;
  }

  .ajax_form_inner {
    padding: 0.9rem;
  }

  .ajax_form {
    flex-direction: column;
  }

  .ajax_l {
    width: 100%;
  }

  .ajax_r {
    width: 3.675rem;
    margin-left: 0.575rem;
  }

  .ajax_line {
    flex-direction: column;
  }

  .ajax_line01 {
    margin-bottom: 0;
  }

  .ajax_form p {
    width: 70%;
    height: 1.8rem;
    margin-bottom: .45rem;
  }

  .ajax_form p.border,
  .yuyue-border {
    border-radius: 0.25rem;
  }

  .yuyue-border {
    width: 70%;
    height: 1.8rem;
  }

  .ajax_form input,
  .ajax_form select {
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: 0.25rem;
    padding-left: 0.375rem;
    font-size: 0.7rem;
    box-shadow: 0rem 0rem 1.75rem 0rem rgba(209, 206, 206, 0.2);
  }

  .ajax_form select {
    background-size: 0.4rem;
    border-radius: 0.25rem;
  }

  .ajax_form input#shoujihao {
    width: 100%;
  }

  .ajax_form input#PhoneCode {
    width: 100%;
  }

  .ajax_form input#fs {
    width: 4rem;
    font-size: 0.7rem;
    border-radius: 0 0.25rem 0.25rem 0;
  }


  .yuyue-border ._nc .stage1 {
    padding: 0;
  }

  .yuyue-border ._nc .stage1 .slider {
    left: 0;
    right: 0;
    height: 1.8rem;
  }

  .yuyue-border ._nc .stage1 .track div,
  .yuyue-border ._nc .stage1 .label {
    height: 1.8rem;
    line-height: 1.8rem;
  }

  .yuyue-border ._nc .stage1 .button {
    width: 1.8rem;
    height: 1.8rem;
  }

  .yuyue-border ._nc .icon-slide-arrow,
  .yuyue-border ._nc .icon-ok {
    font-size: 1rem;
  }

  .yuyue-border ._nc .icon {
    width: 1rem;
    height: 1rem;
  }

  .ajax_form .yuyue-btn {
    width: 3.675rem;
    height: 3.825rem;
    margin-top: .8rem;
  }


  .ajax_tip {
    font-size: 0.7rem;
    margin-top: 0.925rem;
  }

  .box_out {
    padding: 0.2rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
  }

  .box_inner {
    padding: 0.55rem;
    border-radius: 0.5rem;
  }

  .box_body {
    border-radius: 0.5rem;
    box-sizing: border-box;
    padding: 2.25rem 0.75rem 1rem;
  }

  .title {
    margin-bottom: -2rem;
  }

  .title_inner {
    width: 90%;
    height: 2.6rem;
  }

  .fj {
    width: 4rem;
    height: auto;
  }

  .jinbi {
    width: 3rem;
    height: auto;
  }


  .title_inner span {
    font-size: 1rem;
  }

  .box_container {
    padding: 13rem 0 2rem;
  }

  .box01 .box_body {
    flex-direction: column;
  }








  .box01_container {
    width: 100%;
    height: 11.3rem;
  }

  .box01_container::after {
    margin-top: -.2rem;
  }

  .gift img {
    width: auto;
    height: 30%;
  }

  .gift_container {
    padding: .5rem 5.5% .9rem;
  }

  .gift_center .cj_txt {
    padding: 0 2% .4rem;
  }

  .gift p {
    font-size: .5rem;
    line-height: 1;
    margin-top: 0;
  }

  .cj_btn {
    font-size: .8rem;
    width: 86%;
    height: 2rem;
    line-height: 1.8rem;
  }


  .box01_r {
    width: 100%;
    height: auto;
    padding: 0.85rem 1rem;
  }

  .box01_r h2 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  .box01_r h3 {
    font-size: 0.8rem;
    border-bottom: 0.025rem dashed #A8031B;
    margin-bottom: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .box01_r p {
    padding-bottom: 0.3rem;
    font-size: 0.7rem;
  }

  .laba {
    width: 1.6rem;
    height: auto;
  }
  .box02 .box_body {
    align-items: center;
  }

  .box02_item {
    width: 13.35rem;
    height: 6.125rem;
    margin: 0.4rem 0;
    padding: 0 1.625rem 0 1.8rem;
  }

  .box02_item_r {
    margin-left: 0.2rem;
  }

  .box02_l img {
    margin: 0 auto 0.5rem;
  }

  .box02_l p {
    font-size: 0.6rem;
  }

  .box_body a {
    width: 3.025rem;
    height: 3.2rem;
  }


  .title03 img {
    width: 5rem;
    height: auto;
    margin: 0.4rem -1.275rem 0;
  }

  .box03 .box_out {
    margin-bottom: 0;
  }

  .region a {
    width: 23.6%;
    height: 1.6rem;
    margin-right: 1%;
    margin-bottom: .4rem;
    line-height: 1.6rem;
    font-size: .7rem;
  }

  .region a:nth-child(6n) {
    margin-right: 1%;
  }

  .region a:nth-child(4n) {
    margin-right: 0;
  }

  
  .fixed_close {
    right: 0;
    top: -1.5rem;
    width: 1.2rem;
    height: 1.2rem;
  }

  .fixed_mask .fixed_form {
    width: 90%;
    border-radius: 0.5rem;
    padding: 0.75rem;
  }

  .fixed_mask p {
    font-size: 0.7rem;
  }

  .fixed_mask h3 {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }

  
  .address-box {
    margin: 0.375rem 0;
  }

  .address_txt {
    height: 2rem;
    border-radius: 0.25rem;
    padding: 0.225rem;
    font-size: 0.7rem;
  }

  .mask_common_btb {
    font-size: 0.7rem;
    width: 4rem;
    height: 1.6rem;
    border-radius: 0.675rem;
    line-height: 1.6rem;
    margin: 0.75rem auto 0;
  }

  .mt_img {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 0.25rem;
    margin: 0.5rem auto 0;
  }
}