<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box {
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}

.banner {
  width: 100%;
  height: 860px;
  position: relative;
}

.txt_container {
  width: 1920px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/banner_bg.png) no-repeat center center;
  background-size: auto 100%;
}

.box_container {
  padding-bottom: 80px;
  background: url(../images/bg.png) no-repeat center top;
  background-size: 100% 100%;

}

.box01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -40px;
}

.box01_l {
  width: 365px;
  height: 301px;
  background: url(../images/box01_l.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 51px;
  padding-left: 15px;
  padding-right: 50px;
  text-align: center;
}

.box01_l p {
  font-size: 16px;
  line-height: 42px;
  margin-bottom: 22px;
}

.box01_r {
  width: 860px;
  height: 224px;
  background: url(../images/box01_r.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 16px;
  box-sizing: border-box;
  padding: 30px 40px;
  text-align: center;
  line-height: 2;
}

.box01_r span {
  text-decoration: underline;
}

.title {
  height: 260px;
  background: url(../images/title_bg.png) no-repeat center 50%;
  background-size: auto 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.title span {
  font-size: 45px;
  background-image: -webkit-linear-gradient(0deg, #F7E9BF 0%, #CAAC71 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F7E9BF;
  margin: 0 13px;
  font-weight: bold;
}

.title img {
  width: 300px;
  height: auto;
}

.box02_l {
  width: 708px;
  height: 450px;
  background: linear-gradient(-40deg, #CAAC71, #F7E9BF, #CAAC71);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 49px 185px 37px 36px;
}

.box02_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ajax_form {
  width: 100%;
}

.ajax_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
}

.ajax_row p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}



.ajax_row p span {
  display: block;
  box-sizing: border-box;
  color: #333333;
  font-size: 20px;
  width: 86px;
  padding-right: 16px;
  text-align: right;
  font-weight: bold;
  margin-right: 18px;
}

.ajax_form input,
.ajax_form select {
  width: calc(100% - 104px);
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  box-sizing: border-box;
  padding-left: 27px;
  background: #fff;
  color: #333;
  font-size: 18px;
  border: none;
}

.ajax_form i {
  font-style: normal;
  width: calc(100% - 104px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ajax_form select {
  width: 49%;
  background: #fff url("../images/select_bg.png") 95% center no-repeat;
  padding-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ajax_form input#fs {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  border: 0;
  width: 34%;
  background: linear-gradient(0deg, #F0AF41, #F7BB48);
  text-align: center;
  cursor: pointer;
  color: #fff;
}

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

/*.ajax_form .button {
  cursor: pointer;
  width: 407px;
  height: 62px;
  background: linear-gradient(0deg, #861A1D, #CC4135);
  box-shadow: 0px 10px 24px 0px rgba(133, 19, 3, 0.3);
  border-radius: 31px 31px 31px 31px;
  margin-top: 28px;
  margin-left: 73px;
  color: #FFFFFF;
  font-size: 26px;
  text-align: center;
  line-height: 62px;
}*/

.tx_yzm {
  width: 35%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5%;
}

.box02_r {
  width: 612px;
  height: 435px;
  background: linear-gradient(0deg, #110B07, #3D332A);
  border: 2px solid #E3CAA6;
  box-shadow: 2px 4px 7px 3px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 80px;
  margin-left: -100px;
}

.box02_r h3 {
  color: #F7E9BF;
  font-size: 30px;
  text-align: center;
  height: 75px;
  line-height: 75px;
}

.box02_r .box02_item {
  display: flex;
  align-items: center;
  height: 90px;
  font-weight:bold;
}

.box02_r .box02_item img {
  margin-right: 22px;
  margin-left: -40px;
}

.box02_r .box02_item:nth-child(2n+1) {
  background-color: #33281F;
}

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

.box2_l {
  box-sizing: border-box;
  width: 764px;
  height: 704px;
  background: url(../images/gift_left.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 45px;
}

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

.gift {
  box-sizing: border-box;
  width: 215px;
  height: 196px;
  background: url(../images/gift_bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 15px;
}

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



.gift_img {
  width: 100%;
  height: 64%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gift .gift_img img {
  height: 80%;
  width: auto;
}

.gift_name {
  height: 36%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.gift_name p {
  font-size: 18px;
  color: #333;
  line-height: 24px;
}

.gift_cj {
  cursor: pointer;
  background-image: url('../images/cj_btn.png');
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 246px;
  height: 225px;
}


.box2_r {
  background-image: url('../images/gift_list.png');
  background-size: 100% 100%;
  width: 433px;
  height: 712px;
  padding: 40px 40px 30px;
  box-sizing: border-box;
  color: #F7E9BF;
}

.box2_r h5 {
  text-align: center;
  width: 139px;
  line-height: 36px;
  background: linear-gradient(-12deg, #AC613D, #703A23);
  border-radius: 18px;
  font-size: 20px;
  margin: 0 auto 20px;
}

.cj_list_box {
  overflow: hidden;
  min-height: calc(95px * 6);
  max-height: calc(95px * 6);
}

.cj_list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px dashed rgba(255, 255, 255, .35);
  height: 95px;
  font-size: 20px;
}

.cj_list li p {
  width: 100%;
  line-height: 32px;
}

.cj_list li p.cj_jp {
  text-align: right;
}

.box04_list,
.box05_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box04_item {
  width: 285px;
  height: 200px;
  background: linear-gradient(-40deg, #CAAC71, #F7E9BF, #CAAC71);
  border-radius: 8px;
  box-sizing: border-box;
  padding: 20px;
}

.box04_item h3 {
  color: #333333;
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #333333;
  margin-bottom: 15px;
}

.box04_item p {
  color: #333333;
  font-size: 16px;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  margin-bottom: 10px;
}

.box04_item a {
  display: block;
  width: 100%;
  text-align: right;
  color: #FF0000;
  font-size: 16px;
  transition: all .4s ease;
}

.box04_item a:hover,
.box05_item:hover {
  transform: translateY(-6px);
}

.box04_item a:hover {
  text-decoration: underline;
}

.box05_item {
  display: block;
  width: 285px;
  height: 200px;
  background: linear-gradient(-40deg, #CAAC71, #F7E9BF, #CAAC71);
  border-radius: 8px;
  box-sizing: border-box;
  padding: 10px;
  transition: all .4s ease;
}

.box05_item img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.city_list li {
  cursor: pointer;
  float: left;
  margin: 10px;
  width: 130px;
  height: 36px;
  line-height: 36px;
  position: relative;
  background-image: url('../images/province_bg.png');
  background-size: 100%;
  text-align: center;
}

.city_list li p {
  font-size: 14px;
  color: #333;
}

.city_list li img {
  display: none;
  width: 110px;
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.city_list li img.active {
  display: block;
}

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

.zjtip_container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 555px;
  height: auto;
  background: #FFFFFF;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 48px 60px;
}

.fixed_close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.zjtip_container h3 {
  color: #C12F28;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.zjtip_container p {
  color: #333333;
  font-size: 20px;
  margin: 30px 0;
  text-align: center;
  word-break: break-all;
}

.zjtip_container p span,
.zjtip_container p a {
  color: #C12F28;
}

 .yy{
  cursor: pointer;
  width: 407px;
  height: 62px;
  background: linear-gradient(0deg, #861A1D, #CC4135);
  box-shadow: 0px 10px 24px 0px rgba(133, 19, 3, 0.3);
  border-radius: 31px 31px 31px 31px;
  margin-top: 28px;
  margin-left: 73px;
  color: #FFFFFF;
  font-size: 26px;
  text-align: center;
  line-height: 62px;
}

.nc-container, .nc-slider_input {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}

.nc_wrapper {
    width: 380px !important;
    height: 100% !important;
}

.nc_scale {
    height: 100% !important;
}

.nc-container .nc_scale .btn_slide {
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nc-container .nc_scale .scale_text {
    line-height: 40px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.nc-container .nc_scale .btn_ok {
    
    line-height: 40px;
    
}

.nc-container .nc_scale span {
    
    height: 40px;
    
}

@media only all and (max-width:1080px) {

  .banner {
    width: 100%;
    height: 12rem;
  }

  .txt_container {
    width: 100%;
  }

  .box_container {
    padding-bottom: 1rem;
  }

  .box01 {
    flex-direction: column;
    margin-top: 0;
    justify-content: center;
    align-items: center;
  }

  .box01_l {
    width: 90%;
    height: auto;
    padding-top: 0;
    background: none;
    padding-left: 0;
    padding-right: 0;
  }

  .box01_l p {
    font-size: .7rem;
    line-height: 1.8rem;
    margin-bottom: .4rem;
    border: .05rem solid #EBC38F;
  }

  .box01_r {
    width: 100%;
    height: auto;
    background: none;
    border: .05rem solid #EBC38F;
    font-size: .7rem;
    box-sizing: border-box;
    padding: .6rem;
  }

  .title {
    height: 5rem;
  }

  .title span {
    font-size: .8rem;
    margin: 0 .1rem;
  }

  .title img {
    width: 2rem;
  }

  .box02_l {
    width: 100%;
    height: auto;
    border-radius: .4rem;
    padding: .8rem;
  }

  .box02_container {
    flex-direction: column;
  }



  .ajax_row {
    margin-bottom: .6rem;
  }




  .ajax_row p span {
    font-size: .7rem;
    width: 3.6rem;
    padding-right: 0;
    margin-right: .4rem;
  }

  .ajax_form input,
  .ajax_form select {
    width: calc(100% - 4rem);
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: .2rem;
    padding-left: .4rem;
    font-size: .7rem;
  }

  .ajax_form i {
    width: calc(100% - 4rem);
  }

  .ajax_form select {
    width: 49%;
    background: #fff url("../images/select_bg.png") 95% center no-repeat;
    background-size: .4rem;
    padding-right: 1rem;
  }


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

  /*.ajax_form .button {
    width: 100%;
    height: 2rem;
    border-radius: 1rem;
    margin-top: .8rem;
    margin-left: 0;
    font-size: .7rem;
    line-height: 2rem;
  }*/

  .tx_yzm {
    width: 35%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.5%;
  }

  .box02_r {
    width: 100%;
    height: auto;
    border-radius: .4rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: .8rem;
  }

  .box02_r h3 {
    font-size: .8rem;
    height: 2rem;
    line-height: 2rem;
  }

  .box02_r .box02_item {
    height: 2rem;
  }

  .box02_r .box02_item img {
    margin-right: .4rem;
    margin-left: -0;
    width: 2rem;
  }


  .box03_container {
    flex-direction: column;
  }

  .box2_l {
    box-sizing: border-box;
    width: 100%;
    height: 17rem;
    padding: 1.1rem 6%;
  }

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

  .gift {
    box-sizing: border-box;
    width: 32%;
    height: 5rem;
    padding: .4rem 2%;
  }

  .gift_img {
    width: 100%;
    height: 64%;
  }

  .gift .gift_img img {
    height: 80%;
    width: auto;
  }

  .gift_name p {
    font-size: .5rem;
    line-height: 1;
  }

  .gift_cj {
    width: 32%;
    height: 5rem;
  }

  .box2_r {
    margin: 1rem auto 0;
    width: 16rem;
    height: auto;
    border-radius: .5rem;
    overflow: hidden;
    padding: .7rem 1.5rem;
  }

  .box2_r h5 {
    width: 5rem;
    line-height: 1.6rem;
    border-radius: .8rem;
    font-size: .8rem;
    margin: 0 auto .5rem;
  }

  .cj_list_box {
    min-height: calc(3rem * 7);
    max-height: calc(3rem * 7);
  }

  .cj_list li {
    height: 3rem;
    font-size: .7rem;
  }

  .cj_list li p {
    line-height: 1rem;
  }

  .box04_list,
  .box05_list {
    flex-wrap: wrap;
  }

  .box04_item {
    width: 49%;
    height: 8rem;
    border-radius: .4rem;
    padding: .4rem;
    margin: .4rem 0;
  }

  .box04_item h3 {
    font-size: .75rem;
    padding-bottom: .4rem;
    margin-bottom: .4rem;
  }

  .box04_item p {
    font-size: .7rem;
    margin-bottom: .3rem;
  }

  .box04_item a {
    font-size: .65rem;
  }

  .box04_item a:hover,
  .box05_item:hover {
    transform: translateY(-.1rem);
  }

  .box04_item a:hover {
    text-decoration: underline;
  }

  .box05_item {
    width: 49%;
    height: 6rem;
    border-radius: .4rem;
    padding: .2rem;
    margin: .2rem 0;
  }

  .box05_item img {
    border-radius: .4rem;
  }

  .fixed_form,
  .zjtip_container {
    width: 90%;
    height: auto;
    border-radius: .1rem;
    padding: 1rem;
  }

  .fixed_close {
    width: .5rem;
    right: .2rem;
    top: .2rem;
  }

  /* .zjtip_container h3 {
    font-size: .8rem;
    margin-bottom: .4rem;
  } */

  .zjtip_container p {
    font-size: .7rem;
    margin: .4rem 0;
  }

  .city_list li {
    margin: .1rem .5%;
    width: 24%;
    height: 1.5rem;
    line-height: 1.5rem;
    background-size: 100% 100%;
  }

  .city_list li p {
    font-size: .7rem;
  }

  .city_list li img {
    width: 90%;
  }
  .yy{
  width: 100%;
  height: 2rem;
  border-radius: 1rem;
  margin-top: .8rem;
  margin-left: 0;
  font-size: .7rem;
  line-height: 2rem;
}

._nc .stage1 {
    
    width: 14.5rem !important;
    margin-left: -3.3rem !important;
}

._nc .stage1 .slider {
    
    height: 2rem !important;
    
}
._nc .stage1 .track div, ._nc .stage1 .label {
    line-height: 2rem !important;
    height: 2rem !important;
    
}


._nc .stage1 .button {
    
    height: 2rem !important;
    
}



}</pre></body></html>