<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;
  background-color: #FFFFFF;
}

.box_container {
  width: 100%;
  background: url(../images/box_bg.png) top center;
  padding-bottom: 30px;
}

.banner {
  width: 100%;
  height: 901px;
  background: url(../images/banner_bg.png) top center;
}

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

.txt01 {
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
  width: 201px;
  height: 63px;
  line-height: 55px;
  background: url(../images/txt01_bg.png) no-repeat top center;
  margin-left: 44%;
}

.txt02 {
  margin-left: 22%;
}

.circlr_txt {
  width: 197px;
  height: 211px;
  background: url(../images/circle_bg.png) no-repeat top center;
  text-align: center;
  padding-top: 25px;
  box-sizing: border-box;
  position: absolute;
  top: 146px;
  right: 16%;
}

.circlr_txt h3 {
  color: #FFFFFF;
  font-size: 30px;
  margin-bottom: 3px;
}

.circlr_txt p {
  width: 110px;
  height: 37px;
  background: url(../images/btn_bg.png) no-repeat top center;
  color: #FF8B08;
  margin: 0 auto;
  font-size: 22px;
}

.person {
  position: absolute;
  left: 52%;
  bottom: 8%;
}

.circle_txt {
  position: absolute;
}

.circle_txt div {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 28px;
}

.circle_txt1 {
  top: 37%;
  left: 5%;
}

.circle_txt2 {
  top: 39%;
  right: 2%;
}

.circle_txt1 .big {
  margin-left: 40px;
}

.circle_txt2 .small {
  margin-left: 70px;
}

.circle_txt .big {
  width: 106px;
  height: 106px;
  background: url(../images/big_circle.png) no-repeat top center;
}

.circle_txt .small {
  width: 92px;
  height: 92px;
  background: url(../images/small_circle.png) no-repeat top center;
}

.wxts_container {
  width: 1100px;
  margin: 0 auto;
  height: 146px;
  display: flex;
  align-items: center;
  background: linear-gradient(0deg, #C5DBFF, #EAF2FF);
}

.ts_tip {
  width: 135px;
  height: 146px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.1;
  box-sizing: border-box;
  padding-right: 40px;
  padding-top: 12px;
  font-size: 28px;
  background: url(../images/ts_bg.png) no-repeat top center;
}

.ts_info {
  width: 932px;
  height: 126px;
  margin-left: 14px;
  box-sizing: border-box;
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
  background: url(../images/wj_bg.png) no-repeat top center;
}

.ts_info p {
  color: #000000;
  font-size: 18px;
  line-height: 1.8;
}

.ts_info span {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #0E5AE1;
  color: #0E5AE1;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin-right: 5px;
}

.yy_bd_container {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 36px 20px;
  background: linear-gradient(0deg, #367FFF, #00A9FF);
}

.form {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.form select, .form input {
  height: 52px;
  width: 180px;
  appearance: none;
  outline: none;
  background-color: #FFFFFF;
  border: 2px solid #8AD6FF;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  box-sizing: border-box;
  padding-left: 10px;
  color: #000000;
  font-size: 18px;
}

.form input::placeholder {
  color: #999999;
}

.form select {
  width: 150px;
  background: url(../images/arrow.png) no-repeat 94% 50%;
  background-color: #FFFFFF;
  padding-right: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tx_yzm_container, .yzm_container {
  width: 220px;
  height: 52px;
  box-sizing: border-box;
  position: relative;
}

.tx_yzm_container input, .yzm_container input {
  width: 100%;
  height: 100%;
}

.get_yzm {
  height: 100%;
  width: 110px !important;
  position: absolute;
  top: 50%;
  right: 0;
  border: none !important;
  font-size: 18px;
  transform: translateY(-50%);
  color: #FFFFFF !important;
  text-align: center;
  padding: 0 !important;
  cursor: pointer;
  background: linear-gradient(#3981ff, #b3cfff);
}

.tx_yzm {
  width: 115px !important;
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
  cursor: pointer;
}

.form_submit {
  width: 150px;
  text-align: center;
  line-height: 52px;
  color: #FFFFFF;
  font-size: 20px;
  border-radius: 6px;
  background: linear-gradient(#FDE047, #FE9D05);
  height: 52px;
  font-weight: bold;
  cursor: pointer;
}

.form_submit:hover {
  background: linear-gradient(90deg, #FDE047, #FE9D05);
}

.dcwj_container {
  padding-bottom: 140px;
  position: relative;
  background: url(../images/bottom_line.png) no-repeat center bottom;
}

.dcwj_top {
  width: 1160px;
  height: 90px;
  margin: 40px auto 0;
  background: url(../images/top_line.png) no-repeat top center;
}

.dcwj_body {
  width: 1068px;
  box-sizing: border-box;
  border-left: 10px solid #D4E5FF;
  border-right: 10px solid #D4E5FF;
  background: #FFFFFF;
  margin: -60px auto 0;
  padding: 20px 30px;
}

.dcwj_tip {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 34px;
  background: linear-gradient(0deg, #C5DBFF, #EAF2FF);
  border-radius: 10px;
}

.dcwj_tip p {
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}

.sj2 {
  margin-top: 10px;
  text-indent: 40px;
}

.dcwj_content {
  box-sizing: border-box;
  padding: 17px 17px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.issue_item {
  margin-bottom: 20px;
  width: 466px;
  height: auto;
  background: rgba(242, 244, 250, 0);
  border: 1px solid #BFCDF4;
  border-radius: 10px;
  overflow: hidden;
}

.issue_title {
  height: 60px;
  line-height: 1.2;
  color: #000000;
  font-size: 22px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 20px;
  border-bottom: 1px solid #BFCDF4;
  background: #E6EFFF;
}

.check_container {
  box-sizing: border-box;
  padding: 20px 32px;
  height: auto;
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
}

/* .issue_item2 .check_container {
  flex-wrap: wrap;
  height: 200px;
} */

.check_line2 p {
  width: 64%;
}

.check_item {
  display: flex;
  align-items: center;
  /* height: 42px; */
  margin: 3px 0;
  /* width: 50%; */
}

/* .issue_item2 .check_item {
  width: 50%;
} */

.check_item .jdt {
  display: none;
  height: 5px;
  width: 50px;
  border-radius: 60px;
  position: relative;
  margin: 0 10px;
  background: #eee;
}

.check_item .jdt_inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  border-radius: 60px;
  width: 20px;
  background: linear-gradient(90deg, #659bff, #3976ff);
}

.check_item i {
  display: none;
  font-style: normal;
  color: #333;
  font-size: 17px;
}

.check_item span {
  position: relative;
}

.check_item span .input_check {
  position: absolute;
  visibility: hidden;
}

.check_item .input_check+label {
  cursor: pointer;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/no_check.png) no-repeat center center;
  display: flex;
}

.check_item .input_check:checked+label:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url(../images/check.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
}

.check_item p {
  color: #000000;
  font-size: 20px;
  margin-left: 10px;
}

.data_submit {
  width: 521px;
  height: 89px;
  background: url(../images/data_btn.png) no-repeat top center;
  text-align: center;
  line-height: 80px;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: bold;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  cursor: pointer;
}

.box_content {
  width: 1200px;
  margin: 30px auto 0;
  background: rgb(0, 121, 254);
  box-sizing: border-box;
  padding: 40px 20px;
}

.box_inner {
  width: 100%;
  height: 100%;
}

.box_title {
  margin: 0 auto 30px;
  width: 568px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/short_title_bg.png) no-repeat top center;
}

.box_title img {
  margin: 0 10px;
}

.box_title span {
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(0deg, #FE9700 0%, #FFF09F 99.0478515625%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box_inner {
  padding-bottom: 16px;
  background: linear-gradient(#ECF3FF, #D5E5FF, #C6DBFF);
}

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

.por {
  position: relative;
}

.draw {
  position: relative;
  width: 496px;
  height: 496px;
  margin: 0 auto;
  background: url('../images/zpcj.png') no-repeat center;
}

.pointer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 137px;
  margin-left: -50px;
  margin-top: -68.5px;
  cursor: pointer;
  background: url('../images/cj_btn.png') no-repeat center;
}

.box1_r {
  width: 490px;
  margin-left: 50px;
  padding-top: 39px;
  background: url(../images/box_r_bg.png) no-repeat center 0;
}

.box1_r h5 {
  width: 353px;
  height: 71px;
  background: url(../images/award_bg.png) no-repeat top center;
  box-sizing: border-box;
  position: relative;
  color: #2A75F5;
  font-size: 32px;
  text-align: center;
  margin: 0 auto 20px;
  line-height: 1.9;
}

.cj_list_box {
  overflow: hidden;
  min-height: 280px;
  max-height: 280px;
}

.cj_list li {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cj_list li span {
  color: #347AF5;
}

.box02 .box02_inner {
  box-sizing: border-box;
  padding: 0 34px;
  display: flex;
  justify-content: space-between;
}

.qq_qun {
  width: 241px;
  height: 332px;
  background: url(../images/code_bg.png) no-repeat top center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.qq_qun img {
  width: 192px;
  height: 192px;
  margin-bottom: 16px;
  margin-top: 16px;
}

.qq_qun p {
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}

.box03 .box_title {
  width: 689px;
  background: url(../images/long_title_bg.png) no-repeat top center;
}

.box03 .box_inner {
  background: #ffffff;
}

.city_list {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

.city_list li {
  cursor: pointer;
  position: relative;
  margin: 10px 12px 10px 0;
  width: 164px;
  line-height: 85px;
  background: url(../images/li_bg.png) no-repeat center center;
}

.city_list li:nth-child(6n) {
  margin-right: 0;
}

.city_list li p {
  line-height: 85px;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}

.city_list li .city_qr {
  display: none;
  position: absolute;
  width: 153px;
  height: 153px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  background: url(../images/sf_bg.png) no-repeat center center;
  z-index: 9;
  padding: 16px;
}

.city_list li .city_qr img {
  display: block;
  width: 96%;
  margin: 0 auto;
}

.yuyue-bg {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

.close {
  width: 30px;
  height: 30px;
  background: url("../images/close.png") no-repeat center;
  position: absolute;
  right: 0px;
  top: -40px;
  cursor: pointer;
  transition: transform .5s ease;
}

.close:hover {
  transform: rotate(180deg);
}

.gift_list_container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 450px;
  height: 200px;
  box-sizing: border-box;
  padding: 20px;
  background: linear-gradient(0deg, #367FFF, #00A9FF);
  border-radius: 16px;
}

.gift_list_container p {
  color: #FFC452;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 5px;
}

.gift_list {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 30px;
}

.zjxx_txt {
  color: #000000;
}

.zjxx_txt a {
  color: #00A9FF;
}

@media only all and (max-width:1080px) {
  .box_container {
    width: 100%;
    background: url(../images/box_bg.png) top center;
    padding-bottom: 1rem;
  }
  .banner {
    width: 100%;
    height: 16rem;
    background-size: auto 100%;
  }
  .txt_container {
    width: 100%;
    box-sizing: border-box;
    padding-top: 1.5rem;
    position: relative;
    margin: 0 auto;
    height: 100%;
  }
  .txt01 {
    font-size: .8rem;
    width: 6.3rem;
    height: 2.3rem;
    line-height: 2rem;
    background-size: 100% 100%;
    margin-left: 35%;
  }
  .txt02 {
    width: 85%;
    margin-left: 10%;
  }
  .circlr_txt {
    width: 4.4rem;
    height: 5rem;
    background-size: 100% 100%;
    text-align: center;
    padding-top: .6rem;
    box-sizing: border-box;
    position: absolute;
    top: 3.5rem;
    right: .2rem;
  }
  .circlr_txt h3 {
    font-size: .8rem;
    margin-bottom: 3px;
  }
  .circlr_txt p {
    width: 3rem;
    height: 1.2rem;
    line-height: 1.1rem;
    background-size: 100% 100%;
    font-size: .3rem;
  }
  .person {
    position: absolute;
    left: 52%;
    bottom: 8%;
    width: 4rem;
  }
  .circle_txt {
    position: absolute;
  }
  .circle_txt div {
    font-size: .7rem;
  }
  .circle_txt1 {
    top: 45%;
    left: 5%;
  }
  .circle_txt2 {
    top: 45%;
    right: 2%;
  }
  .circle_txt1 .big {
    margin-left: .5rem;
  }
  .circle_txt2 .small {
    margin-left: .9rem;
  }
  .circle_txt .big {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 100% 100%;
  }
  .circle_txt .small {
    width: 2rem;
    height: 2rem;
    background-size: 100% 100%;
  }
  .wxts_container {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: .4rem 0;
    display: flex;
    align-items: center;
    background: linear-gradient(0deg, #C5DBFF, #EAF2FF);
  }
  .ts_tip {
    width: 10%;
    height: 5rem;
    line-height: 1.1;
    box-sizing: border-box;
    padding-right: 2%;
    padding-top: .7rem;
    font-size: .8rem;
    background-size: 100% 100%;
  }
  .ts_info {
    width: 90%;
    height: auto;
    margin-left: 0;
    box-sizing: border-box;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 10px;
    background: #fff;
    padding: .6rem;
  }
  .ts_info p {
    font-size: .7rem;
  }
  .ts_info span {
    width: .7rem;
    height: .7rem;
    line-height: .7rem;
    margin-right: .2rem;
  }
  .yy_bd_container {
    width: 96%;
    padding: .8rem .6rem;
    margin: .4rem auto 0;
  }
  .form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }
  .form select, .form input {
    height: 2rem;
    width: 12rem;
    border: .1rem solid #8AD6FF;
    border-radius: .4rem;
    padding-left: .4rem;
    font-size: .7rem;
    margin: 0 auto .4rem;
  }
  .form select {
    height: 2rem;
    width: 12rem;
    background-size: 6%;
  }
  .tx_yzm_container, .yzm_container {
    height: 2rem;
    width: 12rem;
    margin: 0 auto .4rem;
  }
  .get_yzm {
    width: 5rem !important;
    font-size: .7rem;
  }
  .tx_yzm {
    width: 5rem !important;
  }
  .form_submit {
    width: 6rem;
    margin: 0 auto;
    line-height: 2rem;
    font-size: .8rem;
    border-radius: .4rem;
    height: 2rem;
  }
  .dcwj_container {
    padding-bottom: 2.3rem;
    position: relative;
    background-size: 100%;
  }
  .dcwj_top {
    width: 16.5rem;
    height: 1rem;
    margin: 1rem auto 0;
    background-size: 100%;
  }
  .dcwj_body {
    width: 15rem;
    border-left: .5rem solid #D4E5FF;
    border-right: .5rem solid #D4E5FF;
    margin: -0.3rem auto 0;
    padding: .4rem .2rem;
  }
  .dcwj_tip {
    width: 100%;
    box-sizing: border-box;
    padding: .4rem .6rem;
    border-radius: .9rem;
  }
  .dcwj_tip p {
    font-size: .7rem;
    line-height: 1.5;
  }
  .sj2 {
    margin-top: .2rem;
    text-indent: 1.3rem;
  }
  .dcwj_content {
    box-sizing: border-box;
    padding: .4rem 0 0;
  }
  .issue_item {
    margin-bottom: .6rem;
    width: 100%;
    height: auto;
    border-radius: .8rem;
  }
  .issue_title {
    height: 2.4rem;
    line-height: 1.2;
    font-size: .8rem;
    padding-left: 2%;
    display: flex;
    align-items: center;
  }
  .check_container {
    padding: .3rem .3rem;
  }
  .check_item {
    /* height: 1.5rem; */
    margin: .3rem 0;
  }
  .issue_item2 .check_container {
    height: auto;
  }
  .check_item .jdt {
    border-radius: .9rem;
    height: .2rem;
    margin: 0 .2rem;
    width: 1.6rem;
  }
  .check_item i {
    font-size: .5rem;
  }
  .check_item .input_check+label {
    width: .7rem;
    height: .7rem;
    background-size: 100% 100%;
  }
  .check_item .input_check:checked+label:after {
    content: "";
    width: .7rem;
    height: .7rem;
    background-size: 100% 100%;
  }
  .check_item p {
    /* max-width: 6rem; */
    font-size: .7rem;
    margin-left: .3rem;
  }
  .check_line2 p {
    width: auto;
  }
  .data_submit {
    width: 10rem;
    height: 2rem;
    background-size: 100% 100%;
    line-height: 1.8rem;
    font-size: .8rem;
    bottom: -.1rem;
  }
  .box_content {
    width: 96%;
    margin: .8rem auto 0;
    padding: .6rem .4rem;
  }
  .box_title {
    margin: 0 auto .6rem;
    width: 14rem;
    height: 1.8rem;
    background-size: 100%;
  }
  .box_title img {
    margin: 0 .2rem;
    width: .8rem;
  }
  .box_title span {
    font-size: .8rem;
  }
  .box_inner {
    padding-bottom: .4rem;
  }
  .box1_inner_container {
    flex-direction: column;
  }
  .draw {
    position: relative;
    width: 17rem;
    height: 17rem;
    background-size: 100% 100%;
  }
  .pointer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3rem;
    height: 4rem;
    margin-left: 0;
    margin-top: 0;
    cursor: pointer;
    background-size: 100%;
    transform: translate(-50%, -50%);
  }
  .box1_r {
    width: 100%;
    margin-left: 0;
    padding-top: .4rem;
  }
  .box1_r h5 {
    width: 14rem;
    height: 2.8rem;
    background-size: 100%;
    font-size: .8rem;
    margin: 0 auto .4rem;
    line-height: 2.5rem;
  }
  .cj_list_box {
    box-sizing: border-box;
    padding: 0 8%;
    overflow: hidden;
    min-height: 10.5rem;
    max-height: 10.5rem;
  }
  .cj_list li {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .7rem;
  }
  .box02 .box02_inner {
    box-sizing: border-box;
    padding: 0 .6rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .qq_qun {
    width: 8rem;
    height: 11.5rem;
    background-size: 100% 100%;
  }
  .qq_qun img {
    width: 6.8rem;
    height: 6.8rem;
    margin-bottom: .2rem;
    margin-top: .2rem;
  }
  .qq_qun p {
    font-size: .7rem;
  }
  .box03 .box_title {
    width: 16rem;
    background-size: 100%;
  }
  .city_list {
    width: 15.2rem;
  }
  .city_list li {
    position: relative;
    margin: .2rem .3rem .2rem 0;
    width: 3.5rem;
    line-height: 2rem;
    background-size: 100% 100%;
  }
  .city_list li:nth-child(4n) {
    margin-right: 0;
  }
  .city_list li:nth-child(6n) {
    margin: .2rem .3rem .2rem 0;
  }
  .city_list li p {
    line-height: 2rem;
    font-size: .7rem;
  }
  .city_list li .city_qr {
    width: 3.5rem;
    height: 3.5rem;
    background-size: 100% 100%;
    padding: .3rem;
  }
  .close {
    width: 1rem;
    height: 1rem;
    background-size: 100% 100%;
    top: -1.1rem;
  }
  .gift_list_container {
    width: 16rem;
    height: 8rem;
    padding: .8rem;
    border-radius: .9rem;
  }
  .gift_list {
    border-radius: .9rem;
    padding: 0 .5rem;
  }
}</pre></body></html>