<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: #CD080B;
}

.banner {
  height: 1400px;
  position: relative;
  overflow: hidden;
  background: url(../images/banner_bg.png) center top;
}

.banner01 {
  width: 100%;
  position: absolute;
  height: 1400px;
  animation: cloud3 20s linear infinite alternate;
  -webkit-animation: cloud3 20s linear infinite alternate;
  -moz-animation: cloud3 20s linear infinite alternate;
  -o-animation: cloud3 20s linear infinite alternate;
  -ms-animation: cloud3 20s linear infinite alternate;
  background: url(../images/cloud.png) no-repeat center 116%;
}

.banner02 {
  width: 100%;
  position: absolute;
  height: 1400px;
  animation: kenburns-1 16s linear infinite alternate;
  -webkit-animation: kenburns-1 16s linear infinite alternate;
  -moz-animation: kenburns-1 16s linear infinite alternate;
  -o-animation: kenburns-1 16s linear infinite alternate;
  -ms-animation: kenburns-1 16s linear infinite alternate;
  background: url(../images/banner_bottom.png) no-repeat center bottom;
}

@-webkit-keyframes kenburns-1 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  26.5625% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  98.4375% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes kenburns-1 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  26.5625% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  98.4375% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes cloud3 {
  0% {
    -webkit-transform: scale(1.1) translateY(0);
    transform: scale(1.1) translateY(0);
  }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1.3) translateY(-20px);
    transform: scale(1.3) translateY(-20px);
  }
  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1.1) translateY(0);
    transform: scale(1.1) translateY(0);
  }
}

#content {
  width: 100%;
  height: 100%;
  top: 0px;
  overflow: hidden;
  position: absolute;
}

#snowflake {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.snowRoll {
  position: absolute;
  opacity: 0;
  -webkit-animation-name: mysnow;
  -webkit-animation-duration: 30s;
  -moz-animation-name: mysnow;
  -moz-animation-duration: 30s;
  height: 80px;
}

@-webkit-keyframes mysnow {
  0% {
    bottom: 100%;
  }
  50% {
    -webkit-transform: rotate(1080deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translate3d(50px, 50px, 50px);
  }
}

@-moz-keyframes mysnow {
  0% {
    bottom: 100%;
  }
  50% {
    -moz-transform: rotate(1080deg);
  }
  100% {
    -moz-transform: rotate(0deg) translate3d(50px, 50px, 50px);
  }
}

.banner_container {
  width: 1200px;
  height: 1400px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

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

.txt01 h3 {
  font-size: 48px;
  font-weight: bold;
  background: linear-gradient(0deg, #D13B2D 0%, #971F13 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt01 span {
  position: relative;
  margin-left: 10px;
  display: block;
  font-size: 48px;
  font-weight: bold;
  background: linear-gradient(0deg, #F45A26 0%, #CD2206 99.12109375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt01 span::before, .txt01 span::after {
  content: '';
  position: absolute;
  width: 208px;
  height: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/line.png) no-repeat center center;
}

.txt01 span::before {
  top: -20px;
}

.txt01 span::after {
  bottom: -20px;
}

.txt02 {
  margin: -20px auto 0;
}

.txt03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -15px;
}

.txt03 div {
  display: block;
  width: 98px;
  height: 97px;
  text-align: center;
  line-height: 84px;
  box-sizing: border-box;
  padding-left: 10px;
  margin-left: -35px;
  background: url(../images/circle_bg.png) no-repeat center center;
}

.txt03 span {
  font-size: 47px;
  font-weight: bold;
  background: linear-gradient(180deg, #D13B2D 0%, #971F13 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt03 div.first_div {
  margin-left: 10px;
}

.line {
  height: 1px;
}

.box01 {
  margin-top: -108px;
}

.box_common {
  width: 1200px;
  height: auto;
  box-sizing: border-box;
  background: linear-gradient(0deg, #FFC780, #FFDFA2);
  padding: 5px;
  border-radius: 25px;
  margin: 0 auto;
  position: relative;
}

.box_inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 118px 28px 60px;
  background: #fff;
  border-radius: 25px;
}

.title {
  width: 959px;
  height: 120px;
  text-align: center;
  line-height: 110px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  background: url(../images/title.png) no-repeat center center;
}

.title span {
  font-size: 65px;
  font-weight: bold;
  background: linear-gradient(0deg, #FFF7A7 0%, #FFEB84 26.3671875%, #EEA33A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box_container {
  background: url(../images/box_bg.png) center center;
}

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

.box01_l {
  width: 480px;
}

.box01_l .fen {
  width: 100%;
  height: 75px;
  background: linear-gradient(0deg, #F45A26, #CD2206);
  border: 2px solid #FAF398;
  text-align: center;
  line-height: 75px;
  box-sizing: border-box;
  border-radius: 8px 10px 0px 0px;
}

.box01_l .fen span {
  font-size: 29px;
  font-weight: bold;
  background: linear-gradient(0deg, #FFFFFF 29.1015625%, #FAF398 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fen_img {
  width: 100%;
  height: 287px;
}

.fen_img img {
  width: 100%;
  height: 100%;
}

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

.span_item {
  width: 145px;
  height: 56px;
  border: 1px solid #F45A26;
  margin: 0 1px;
  border-radius: 9px;
  color: #CF2508;
  font-size: 24px;
  text-align: center;
  line-height: 56px;
}

.box01_l_bottom {
  border: 2px solid #FFC780;
  border-radius: 0 0 10px 10px;
  height: 373px;
  box-sizing: border-box;
  padding: 22px 0;
  background: linear-gradient(0deg, #FFFFFF, #FCF3E6);
}

.code_img {
  width: 178px;
  height: 178px;
  background: #FFFFFF;
  border: 1px solid #F45A26;
  margin: 26px auto;
}

.code_img img {
  width: 100%;
  height: 100%;
}

.zero p {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(0deg, #F45A26 0%, #CD2206 99.12109375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box01_r {
  width: 604px;
  height: 726px;
  background: linear-gradient(180deg, #F45A26, #CD2206);
  border: 2px solid #FFC780;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  padding: 36px 22px;
}

.car {
  position: absolute;
  right: 19px;
  top: -75px;
}

.box01_r h2 {
  font-size: 35px;
  margin-bottom: 30px;
  background: linear-gradient(0deg, #FFFFFF 29.1015625%, #FAF398 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box01_r_item {
  height: 89px;
  background: linear-gradient(90deg, #FFFFFF, #FCF3E6);
  border-radius: 18px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 22px;
}

.box01_r_item .icon {
  width: 71px;
  height: 71px;
  background: #FFFFFF;
  border: 1px solid #EEA33A;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.box01_r_item p {
  color: #E03D16;
  font-size: 29px;
  font-weight: bold;
}

.lq_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
}

.lq_btn a {
  display: block;
  width: 49%;
  text-align: center;
  line-height: 75px;
  height: 75px;
  background: linear-gradient(0deg, #FCE304, #F2A43E);
  box-shadow: 0px 9px 5px 0px rgba(100, 16, 9, 0.19), 0px 6px 7px 0px rgba(255, 254, 84, 0.36);
  border-radius: 37px 37px 37px 37px;
}

.lq_btn a span {
  font-size: 35px;
  font-weight: bold;
  background: linear-gradient(0deg, #F45A26 0%, #CD2206 99.12109375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bottom_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
}

.bottom_btn a {
  display: inline-block;
  width: auto;
  text-align: center;
  height: 116px;
  line-height: 116px;
  background: linear-gradient(0deg, #F45A26, #CD2206);
  box-shadow: 0px 9px 5px 0px rgba(100, 16, 9, 0.19), 0px 6px 7px 0px rgba(252, 244, 195, 0.61);
  border-radius: 58px;
  padding: 0 80px;
}

.bottom_btn a span {
  font-size: 48px;
  font-weight: bold;
  background: linear-gradient(0deg, #FFFFFF 38.37890625%, #F7DDBB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bottom_btn a img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 23px;
  margin-left: 10px;
}

.box02, .box03, .box04, .box05 {
  margin-top: 120px;
}

/* åœ°åŒºå¼€å§‹ */

.region a {
  cursor: pointer;
  float: left;
  width: 135px;
  height: 62px;
  background: #BA190E;
  border-radius: 10px;
  margin-right: 7px;
  margin-bottom: 7px;
  text-align: center;
  line-height: 62px;
  font-size: 25px;
  color: #FFFFFF;
}

.region a:hover, .region a.active {
  background: linear-gradient(0deg, #F45A26, #CD2206);
}

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

.tab_box02 {
  display: none;
}

.tab_box02.active {
  display: block;
}

.rabbit3_container {
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background: linear-gradient(0deg, #FFFFFF, #FCF3E6);
  border: 1px solid #F7D69E;
  border-radius: 10px;
  padding: 40px 50px 40px 300px;
  margin-top: 40px;
  color: #333333;
  font-size: 19px;
  line-height: 1.7;
}

.rabbit3_container span {
  color: #BA180D;
  font-size: 27px;
  text-decoration: underline;
}

.rabbit3 {
  position: absolute;
  left: 0;
  bottom: 0;
}

table {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  margin-top: 20px;
  color: #333333;
  font-size: 21px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #D1280A;
}

table th {
  height: 77px;
  background: linear-gradient(0deg, #F45A26, #CD2206);
  color: #FFFFFF;
  font-size: 27px;
  border-right: 1px solid #F78677;
}

table td {
  height: 85px;
  border-right: 1px solid #F78677;
  border-top: 1px solid #F78677;
}

table td:last-child, table th:last-child {
  border-right: 0;
}

table td img {
  display: block;
  margin: 0 auto;
}

table td a.btn {
  display: block;
  width: 128px;
  height: 47px;
  border: 2px solid #CD2206;
  border-radius: 24px;
  margin: 0 auto;
  color: #D52E0D;
  font-size: 21px;
  text-align: center;
  line-height: 47px;
  transition: all .3s linear;
}

table td a:hover {
  color: #FFFFFF;
  background: linear-gradient(0deg, #F45A26, #CD2206);
}

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

.box04 ul li {
  width: 299px;
  height: 75px;
  color: #FFFFFF;
  font-size: 35px;
  font-weight: bold;
  margin: 0 10px;
  text-align: center;
  line-height: 75px;
  cursor: pointer;
  background: linear-gradient(0deg, #F45A26, #CD2206);
  box-shadow: 0px 9px 5px 0px rgba(100, 16, 9, 0.19), 0px 6px 7px 0px rgba(252, 244, 195, 0.61);
  border-radius: 37px 37px 37px 37px;
}

.box04 ul li.active {
  background: linear-gradient(0deg, #FA7F01, #D02709);
}

.tab_container {
  height: auto;
  position: relative;
  background: linear-gradient(0deg, #FFFFFF, #FCF3E6);
  border: 1px solid rgba(214, 47, 14, 0.63);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 60px 280px 73px 34px;
}

.rabbit {
  position: absolute;
  bottom: 0;
  right: -10px;
}

.tab_item {
  display: none;
  color: #333333;
  font-size: 21px;
  line-height: 1.8;
}

.tab_item.active {
  display: block;
}

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

.more_list a {
  display: block;
  width: 353px;
  height: 213px;
  background: #AA2217;
  border-radius: 10px;
  overflow: hidden;
}

.more_list a img {
  width: 100%;
  height: 100%;
  transition: all .8s linear;
}

.more_list a:hover img {
  transform: scale(1.3);
}

.box05 {
  background: url(../images/box_bottom.png) no-repeat center bottom;
  padding-bottom: 120px;
}

.fixed_right {
  position: fixed;
  right: 3px;
  top: 18%;
  width: 246px;
  display: none;
}

.close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  transition: all .3s linear;
}

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

.rabbit2 {
  width: 246px;
  height: 200px;
  margin-bottom: -30px;
}

.fixed_container {
  width: 192px;
  background: linear-gradient(180deg, #F45A26, #CD2206);
  border: 1px solid #FA1807;
  border-radius: 18px;
  padding-top: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 180px;
}

.fixed_right a {
  width: 100%;
  height: 66px;
  display: block;
  color: #FFFFFF;
  font-size: 21px;
  text-align: center;
  line-height: 66px;
  border-bottom: 1px solid #FF5208;
  transition: all .5s ease;
}

.fixed_right a:last-child {
  border-bottom: 0;
}

.fixed_right a:hover {
  color: #FFF175;
  background: linear-gradient(180deg, #FF4A00, #E30000);
}

@media only all and (max-width:1080px) {
  .banner {
    height: 18rem;
    background-size: auto 100%;
  }
  .banner01 {
    width: 100%;
    position: absolute;
    height: 18rem;
  }
  .banner02 {
    width: 100%;
    position: absolute;
    height: 18rem;
    background-size: 100% auto;
  }
  #content {
    width: 100%;
    height: 18rem;
    top: 0px;
    overflow: hidden;
    position: absolute;
  }
  #snowflake {
    width: 100%;
    height: 14rem;
  }
  .ht_logo {
    width: 10rem;
  }
  .banner_container {
    width: 100%;
    height: 18rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .txt01 h3 {
    font-size: .8rem;
  }
  .txt01 span {
    margin-left: .2rem;
    font-size: .8rem;
  }
  .txt01 span::before, .txt01 span::after {
    width: 4rem;
    height: .1rem;
    background-size: 100% 100%;
  }
  .txt01 span::before {
    top: -.2rem;
  }
  .txt01 span::after {
    bottom: -.2rem;
  }
  .txt02 {
    width: 90%;
    margin: 0 auto 0;
  }
  .txt03 {
    margin-top: -.6rem;
  }
  .txt03 div {
    display: block;
    width: 2rem;
    height: 1.8rem;
    line-height: 1.7rem;
    padding-left: .1rem;
    margin-left: -.6rem;
    background-size: 100% 100%;
  }
  .txt03 span {
    font-size: .7rem;
  }
  .txt03 div.first_div {
    margin-left: .2rem;
  }
  .box01 {
    margin-top: -1rem;
  }
  .box_common {
    width: 94%;
    padding: .4rem;
    border-radius: .6rem;
  }
  .box_inner {
    padding: 1.4rem .4rem .54em;
    border-radius: .6rem;
  }
  .title {
    width: 96%;
    height: 2rem;
    line-height: 1.8rem;
    top: -.7rem;
    background-size: 100% 100%;
  }
  .title span {
    font-size: .8rem;
  }
  .box_container {
    background-size: 100%;
  }
  .box01_container {
    flex-direction: column;
  }
  .box01_l {
    width: 100%;
  }
  .box01_l .fen {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    border-radius: .4rem .4rem 0px 0px;
  }
  .box01_l .fen span {
    font-size: .7rem;
  }
  .fen_img {
    height: auto;
  }
  .span_item {
    width: 4rem;
    height: 1.6rem;
    margin: 0 .1rem;
    border-radius: .4rem;
    font-size: .7rem;
    line-height: 1.6rem;
  }
  .box01_l_bottom {
    border-radius: 0 0 .4rem .4rem;
    height: auto;
    padding: .8rem 0;
  }
  .code_img {
    width: 8rem;
    height: 8rem;
    margin: .6rem auto;
  }
  .zero p {
    font-size: .8rem;
  }
  .box01_r {
    width: 100%;
    height: auto;
    margin-top: .6rem;
    border-radius: .4rem;
    padding: 1rem .4rem;
  }
  .car {
    width: 4rem;
    right: 0;
    top: 0;
  }
  .box01_r h2 {
    font-size: .8rem;
    margin-bottom: .6rem;
  }
  .box01_r_item {
    height: 3rem;
    border-radius: .7rem;
    margin-bottom: .2rem;
    padding: 0 .6rem;
  }
  .box01_r_item .icon {
    width: 2rem;
    height: 2rem;
    margin-right: .4rem;
  }
  .box01_r_item .icon img {
    width: 70%;
  }
  .box01_r_item p {
    font-size: .7rem;
  }
  .lq_btn {
    margin-top: .8rem;
  }
  .lq_btn a {
    width: 49%;
    line-height: 2rem;
    height: 2rem;
    border-radius: 1rem;
  }
  .lq_btn a span {
    font-size: .8rem;
  }
  .bottom_btn {
    margin-top: .8rem;
  }
  .bottom_btn a {
    height: auto;
    line-height: 1.2;
    border-radius: 1.5rem;
    padding: .4rem;
  }
  .bottom_btn a span {
    font-size: .8rem;
  }
  .bottom_btn a img {
    width: 1rem;
    margin-bottom: 0;
    margin-left: 0;
  }
  .box02, .box03, .box04, .box05 {
    margin-top: 1.4rem;
  }
  /* åœ°åŒºå¼€å§‹ */
  .region a {
    width: 24%;
    height: 1.8rem;
    margin-left: 0;
    margin-right: 1%;
    margin-bottom: .5rem;
    line-height: 1.8rem;
    font-size: .75rem;
    background-size: 100% 100%;
  }
  .region a:nth-child(4n) {
    margin-right: 0;
  }
  .rabbit3_container {
    border-radius: .4rem;
    padding: .4rem .4rem .4rem 4rem;
    margin-top: .6rem;
    font-size: .7rem;
  }
  .rabbit3_container span {
    font-size: .7rem;
  }
  .rabbit3 {
    width: 4rem;
  }
  table {
    width: 100%;
    border-spacing: 0;
    margin-top: .6rem;
    font-size: .7rem;
    border-radius: .4rem;
  }
  table th {
    height: 1.8rem;
    font-size: .7rem;
  }
  table td {
    height: 2rem;
  }
  table td img {
    width: 1rem;
  }
  table td a.btn {
    width: 3.3rem;
    height: 1.2rem;
    border-radius: 1rem;
    font-size: .7rem;
    line-height: 1.2rem;
    border: .05rem solid;
  }
  .box04 ul {
    margin-bottom: .6rem;
  }
  .box04 ul li {
    width: 30%;
    height: 1.8rem;
    font-size: .7rem;
    margin: 0 .2rem;
    line-height: 1.8rem;
    border-radius: 1rem;
  }
  .tab_container {
    border-radius: .4rem;
    padding: .6rem 4rem .4rem .4rem;
  }
  .rabbit {
    width: 4rem;
    right: -.3rem;
  }
  .tab_item {
    font-size: .7rem;
  }
  .more_list {
    justify-content: center;
    flex-wrap: wrap;
  }
  .more_list a {
    width: 49%;
    height: 5.8rem;
    margin: .2rem 0;
    border-radius: .4rem;
  }
  .more_list a:first-child {
    margin-right: 2%;
  }
  .box05 {
    padding-bottom: 2rem;
    background-size: 100% auto;
  }
  .fixed_right {
    right: auto;
    left: 0;
    top: 18%;
    width: 4.3rem;
  }
  .close {
    width: 1rem;
    top: -1.2rem;
  }
  .rabbit2 {
    display: none;
  }
  .fixed_container {
    width: 4.3rem;
    border-radius: .4rem;
    padding-top: 0;
    top: 0;
  }
  .fixed_right a {
    height: 1.2rem;
    font-size: .6rem;
    line-height: 1.2rem;
  }
}</pre></body></html>