<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: url(../images/banner_bg.png) no-repeat center top, url(../images/light.png) center center, url(../images/box_bottom.png) no-repeat center bottom;
  background-color: rgb(123, 0, 0);
}

.animated4 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition-delay: 0.6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.banner {
  width: 100%;
  height: 800px;
}

.banner_container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 296px;
  position: relative;
}

.txt01 {
  margin: 0 auto;
}

.txt02 {
  margin: 0 auto;
}

.paper01 {
  position: absolute;
  top: 313px;
  left: 126px;
  -webkit-animation: navSpan 1s infinite ease-out alternate;
  -moz-animation: navSpan 1s infinite ease-out alternate;
  -ms-animation: navSpan 1s infinite ease-out alternate;
  -o-animation: navSpan 1s infinite ease-out alternate;
  animation: navSpan 1s infinite ease-out alternate;
}

.paper02 {
  position: absolute;
  top: 384px;
  right: -28px;
  -webkit-animation: navSpan 1s infinite ease-out alternate;
  -moz-animation: navSpan 1s infinite ease-out alternate;
  -ms-animation: navSpan 1s infinite ease-out alternate;
  -o-animation: navSpan 1s infinite ease-out alternate;
  animation: navSpan 1s infinite ease-out alternate;
}

@keyframes navSpan {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(6px);
  }
}

@-webkit-keyframes navSpan {
  0% {
    -webkit-transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(6px);
  }
}

@-moz-keyframes navSpan {
  0% {
    -moz-transform: translateX(0px);
  }
  100% {
    -moz-transform: translateX(6px);
  }
}

@-ms-keyframes navSpan {
  0% {
    -ms-transform: translateX(0px);
  }
  100% {
    -ms-transform: translateX(6px);
  }
}

@-o-keyframes navSpan {
  0% {
    -o-transform: translateX(0px);
  }
  100% {
    -o-transform: translateX(6px);
  }
}

.box_container {
  width: 1200px;
  height: auto;
  padding: 5px;
  box-sizing: border-box;
  margin: 140px auto 50px;
  background: radial-gradient(circle, #FCEDDA, #F2BD77);
  border-radius: 30px;
}

.box_content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 207px 40px 35px;
  border-radius: 30px;
  background: url(../images/content_bg.png) center top;
  position: relative;
}

.title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: -105px;
}

.line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -36px;
}

.title h3 {
  margin-top: -50px;
  text-align: center;
}

.title h3 img {
  display: inline-block;
  vertical-align: middle;
}

.title h3 span {
  margin: 0 10px;
  vertical-align: middle;
  font-size: 30px;
  background: radial-gradient(#FCEDDA 0%, #F2BD77 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box_t {
  width: 595px;
  height: 30px;
  background: url(../images/line_top1.png) no-repeat center top;
}

.box_c {
  width: 595px;
  box-sizing: border-box;
  padding: 5px 40px;
  position: relative;
  background: url(../images/line_center1.png) center top;
}

.box_b {
  width: 595px;
  height: 30px;
  background: url(../images/line_bottom1.png) no-repeat center top;
}

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

.box01_r .box_t {
  width: 475px;
  height: 30px;
  background: url(../images/line_top2.png) no-repeat center top;
}

.box01_r .box_c {
  width: 475px;
  padding: 5px 0;
  background: url(../images/line_center2.png) center top;
}

.box01_r .box_b {
  width: 475px;
  height: 30px;
  background: url(../images/line_bottom2.png) no-repeat center top;
}

.small_title {
  width: 510px;
  height: 60px;
  background: url(../images/box1_title1.png) no-repeat center top;
  text-align: center;
  line-height: 60px;
  color: #A6241B;
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -59px;
}

.line_tip {
  color: #FFFFFF;
  font-size: 18px;
  margin: 25px 0;
  display: flex;
  align-items: center;
}

.line_tip span {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  background: url(../images/circle.png) no-repeat center center;
}

.line_tip span::after {
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  left: 7px;
  width: 4px;
  height: 22px;
  background: url(../images/ddd.png) no-repeat center top;
}

.line_tip:last-child span::after {
  display: none;
}

.box_l_b {
  display: flex;
  align-items: center;
}

.code_img {
  width: 180px;
  height: 180px;
  border: 2px solid #FCEBD6;
  background-color: transparent;
  padding: 10px;
  box-sizing: border-box;
  margin-right: 25px;
}

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

.box_l_b_r h2 {
  font-size: 40px;
  background: radial-gradient(#FCEDDA 0%, #F2BD77 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box_l_b_r h3 {
  font-size: 35px;
  font-weight: normal;
  background: radial-gradient(#FCEDDA 0%, #F2BD77 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 13px 0;
}

.box_l_b_r p {
  width: 230px;
  height: 44px;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
  background: #861414;
}

.box01_r_title {
  width: 400px;
  background: url(../images/box1_title2.png) no-repeat center top;
}

.box1_r_tip {
  margin-top: 17px;
  display: flex;
  align-items: center;
}

.box1_r_tip .left {
  width: 125px;
  height: 54px;
  color: #FFFFFF;
  font-size: 26px;
  text-align: center;
  line-height: 54px;
  box-sizing: border-box;
  padding-right: 10px;
  padding-bottom: 10px;
  z-index: 3;
  background: url(../images/box1_tip1.png) no-repeat center top;
}

.box1_r_tip .right {
  width: 340px;
  height: 50px;
  background: url(../images/box1_tip2.png) no-repeat center top;
  color: #A6241B;
  font-size: 22px;
  box-sizing: border-box;
  padding-left: 30px;
  line-height: 50px;
  margin-left: -20px;
  z-index: 1;
}

.hke .left {
  visibility: hidden;
}

.bottom_tip {
  font-weight: bold;
  margin-top: 30px;
  font-size: 36px;
  text-align: center;
  background: radial-gradient(#FCEDDA 0%, #F2BD77 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.box02_container .box_t {
  width: 360px;
  height: 30px;
  background: url(../images/line_top3.png) no-repeat center top;
}

.box02_container .box_c {
  width: 360px;
  background: url(../images/line_center3.png) center top;
}

.box02_container .box_b {
  width: 360px;
  height: 30px;
  background: url(../images/line_bottom3.png) no-repeat center top;
}

.box02_title {
  width: 310px;
  height: 54px;
  line-height: 54px;
  top: -56px;
  background: url(../images/box2_title.png) no-repeat center top;
}

.box02_container p, .box03_container p {
  color: #FFFFFF;
  font-size: 22px;
  text-align: center;
  margin: 20px 0;
}

.common_h5 {
  text-align: center;
  width: 306px;
  height: 48px;
  line-height: 48px;
  background: url(../images/cfx_bg.png) no-repeat center top;
  margin: 20px auto;
}

.common_h5 span {
  font-size: 18px;
  background: radial-gradient(#FCEDDA 0%, #F2BD77 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

p.sm_tip {
  width: 180px;
  height: 48px;
  background: #861414;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
  margin: 0 auto;
}

.common_code {
  margin: 0 auto;
}

.box03_container .box_t, .box05_container .box_t {
  width: 535px;
  height: 30px;
  background: url(../images/line_top4.png) no-repeat center top;
}

.box03_container .box_c, .box05_container .box_c {
  width: 535px;
  background: url(../images/line_center4.png) center top;
}

.box03_container .box_b, .box05_container .box_b {
  width: 535px;
  height: 30px;
  background: url(../images/line_bottom4.png) no-repeat center top;
}

.box03_title {
  width: 320px;
  background: url(../images/box3_title.png) no-repeat center top;
}

.box03_container p {
  font-size: 17px;
}

.box04_container {
  display: flex;
  align-items: center;
  align-items: center;
}

.box04 .box_content, .box06 .box_content {
  padding-top: 180px;
}

.box04_container .box_t {
  width: 1110px;
  height: 30px;
  background: url(../images/line_top5.png) no-repeat center top;
}

.box04_container .box_c {
  width: 1110px;
  background: url(../images/line_center5.png) center top;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.box04_container .box_b {
  width: 1110px;
  height: 30px;
  background: url(../images/line_bottom5.png) no-repeat center top;
}

.box04_inner_l {
  width: 367px;
  height: 228px;
  box-sizing: border-box;
  padding: 5px;
  background: linear-gradient(135deg, #FCEDDA, #F2BD77);
}

.box04_inner_l img, .box05_inner_l img {
  width: 100%;
  height: 100%;
}

.box05_title {
  width: 290px;
  height: 54px;
  line-height: 54px;
  top: -56px;
  font-size: 22px;
  background: url(../images/box5_title.png) no-repeat center top;
}

.box05_item {
  margin: 0 0 67px;
}

.box05_item .box_c {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 0;
}

.box05_inner_l {
  width: 291px;
  height: 218px;
  box-sizing: border-box;
  padding: 5px;
  margin-right: 20px;
  background: linear-gradient(135deg, #FCEDDA, #F2BD77);
}

.box05_item .box_c .common_code, .box06_item .box_c .common_code {
  width: 170px;
  height: 170px;
}

.box05_item .box_c .sm_tip .box06_item .box_c .sm_tip {
  width: 170px;
}

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

.box05 .box_content {
  padding-bottom: 0;
}

.box06 .box04_container .box_c {
  padding-left: 0;
}

.box06 .box1_r_tip .left, .box07 .box1_r_tip .left {
  width: 94px;
  height: 54px;
  background: url(../images/box6_tip1.png) no-repeat center top;
}

.box06 .box1_r_tip .right {
  width: 740px;
  height: 50px;
  font-size: 19px;
  background: url(../images/box6_tip2.png) no-repeat center top;
}

.box07 .box1_r_tip {
  margin-top: 34px;
}

.box07 .box1_r_tip .right {
  width: 490px;
  height: 50px;
  font-size: 18px;
  background: url(../images/box6_tip3.png) no-repeat center top;
}

.box07 .box01_l .box_c {
  padding-left: 0;
}

.box07_l_title {
  width: 320px;
  font-size: 22px;
  background: url(../images/box7_title1.png) no-repeat center top;
}

.box07_r_title {
  width: 250px;
  font-size: 22px;
  background: url(../images/box7_title2.png) no-repeat center top;
}

.box07_r p {
  color: #FFFFFF;
  font-size: 26px;
  text-align: center;
  margin: 26px 0;
}

.box07_r h3 {
  margin: 20px 0 35px;
  font-size: 38px;
  text-align: center;
  background: radial-gradient(#FCEDDA 0%, #F2BD77 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.box07_code .code_img {
  margin: 0;
}

.box07_code p.sm_tip {
  width: 48px;
  height: 180px;
  background: #861414;
  line-height: 1.4;
  margin: 0;
  box-sizing: border-box;
  padding-top: 15px;
}

.box08 .box_container {
  background: none;
  padding: 0;
  margin-bottom: 0;
}

.box08 .box_content {
  background: none;
  padding-left: 0;
  padding-top: 150px;
  padding-right: 0;
}

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

.region a {
  float: left;
  margin: 12px 22px 12px 0;
  width: 130px;
  height: 56px;
  background: linear-gradient(135deg, #D5301F, #9B2825);
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #FFFFFF;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.region a:hover {
  color: #A6241B;
  background: linear-gradient(135deg, #FCEDDA, #F2BD77);
}

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

.fixed_left {
  display: none;
  position: fixed;
  width: 180px;
  height: 463px;
  top: 20%;
  left: 0;
  box-sizing: border-box;
  padding-top: 37px;
  background: url(../images/fix_bg.png) no-repeat center center;
}

.fixed_left a {
  display: block;
  width: 116px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 10px auto;
  border: 1px solid #D22F1E;
  border-radius: 20px;
}

.fixed_left a span {
  background: linear-gradient(135deg, #D5301F 0%, #9B2825 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fixed_left a:hover, .fixed_left a.active {
  border: 1px solid transparent;
  background: linear-gradient(135deg, #D5301F, #9B2825);
}

.fixed_left a:hover span, .fixed_left a.active span {
  background: radial-gradient(#FCEDDA 0%, #F2BD77 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.go_top {
  cursor: pointer;
  margin: 20px auto 0;
}

@media only all and (max-width:1080px) {
  .box {
    background: url(../images/light.png) center center, url(../images/box_bottom.png) no-repeat center bottom;
    background-size: 100% auto;
    background-color: rgb(123, 0, 0);
  }
  .banner {
    width: 100%;
    background: url(../images/banner_bg.png) no-repeat center top;
    height: 34rem;
    background-size: 142% auto;
  }
  .banner_container {
    width: 100%;
    padding-top: 4rem;
  }
  .txt01 {
    width: 60%;
  }
  .txt02 {
    width: 70%;
  }
  .paper01 {
    width: 2rem;
    top: 41%;
    left: 15%;
  }
  .paper02 {
    width: 3rem;
    top: 50%;
    right: 9%;
  }
  .box01 {
    margin-top: -24rem;
  }
  .box_container {
    width: 94%;
    padding: .15rem;
    margin: 4rem auto 0;
    border-radius: .8rem;
  }
  .box_content {
    padding: 4rem 1rem .8rem;
    border-radius: .8rem;
  }
  .title {
    top: -2.6rem;
  }
  .title img {
    width: 9rem;
  }
  .line {
    width: 10rem;
    top: -.8rem;
  }
  .title h3 {
    margin-top: -1.2rem;
  }
  .title h3 img {
    width: .6rem;
  }
  .title h3 span {
    margin: 0;
    font-size: .7rem;
  }
  .box_t {
    width: 100%;
    height: .75rem;
    background-size: 100%;
  }
  .box_c {
    width: 100%;
    box-sizing: border-box;
    padding: .1rem .8rem;
    position: relative;
    background-size: 100%;
  }
  .box_b {
    width: 100%;
    height: .75rem;
    background-size: 100%;
  }
  .box01_container {
    width: 100%;
    flex-direction: column;
  }
  .box01_r .box_t {
    background: url(../images/line_top1.png) no-repeat center top;
    width: 100%;
    height: .75rem;
    background-size: 100%;
  }
  .box01_r .box_c {
    width: 100%;
    padding: .2rem 0;
    background: url(../images/line_center1.png) center top;
    background-size: 100%;
  }
  .box01_r .box_b {
    width: 100%;
    height: .75rem;
    background: url(../images/line_bottom1.png) no-repeat center top;
    background-size: 100%;
  }
  .small_title {
    width: 12.75rem;
    height: 1.5rem;
    background-size: 100%;
    line-height: 1.5rem;
    font-size: .7rem;
    top: -1.46rem;
  }
  .line_tip {
    font-size: .7rem;
    margin: .5rem 0;
  }
  .line_tip span {
    margin-right: .3rem;
    width: 1rem;
    height: 1rem;
    background-size: 100%;
  }
  .line_tip span::after {
    top: 1.2rem;
    left: .3rem;
    width: .2rem;
    height: .7rem;
    background-size: 100% 100%;
  }
  .code_img {
    width: 4.5rem;
    height: 4.5rem;
    border: .05rem solid #FCEBD6;
    padding: .25rem;
    margin-right: .63rem;
  }
  .box_l_b_r h2 {
    font-size: .8rem;
  }
  .box_l_b_r h3 {
    font-size: .7rem;
    margin: .4rem 0;
  }
  .box_l_b_r p {
    width: 7.75rem;
    height: 1.1rem;
    font-size: .6rem;
    line-height: 1.1rem;
  }
  .box01_r_title {
    width: 12.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .7rem;
    top: -1.46rem;
    background: url(../images/box1_title1.png) no-repeat center top;
    background-size: 100%;
  }
  .box01_r, .box02_r, .box02_c, .box03_r  {
    width: 100%;
    margin-top: 1.6rem;
  }
  .box1_r_tip {
    margin-top: .4rem;
  }
  .box1_r_tip .left {
    width: 3.13rem;
    height: 1.35rem;
    font-size: .7rem;
    line-height: 1.35rem;
    padding-right: .1rem;
    padding-bottom: .1rem;
    z-index: 3;
    background-size: 100% 100%;
  }
  .box1_r_tip .right {
    width: 12.5rem;
    height: 1.25rem;
    background: url(../images/box1_tip2.png) no-repeat center top;
    background-size: 100% 100%;
    font-size: .7rem;
    padding-left: 1.5rem;
    line-height: 1.25rem;
    margin-left: -.8rem;
  }
  .bottom_tip {
    margin-top: 1rem;
    font-size: .8rem;
  }
  .box02_container, .box03_container, .box05_container {
    flex-direction: column;
    width: 100%;
  }
  .box02_l, .box03_l, .box04_l, .box05_item, .box06_item, .box01_l  {
    width: 100%;
  }
  .box02_container .box_t {
    background: url(../images/line_top1.png) no-repeat center top;
    width: 100%;
    height: .75rem;
    background-size: 100%;
  }
  .box02_container .box_c {
    width: 100%;
    background: url(../images/line_center1.png) center top;
    background-size: 100%;
  }
  .box02_container .box_b {
    background: url(../images/line_bottom1.png) no-repeat center top;
    width: 100%;
    height: .75rem;
    background-size: 100%;
  }
  .box02_title {
    width: 12.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .7rem;
    top: -1.46rem;
    background: url(../images/box1_title1.png) no-repeat center top;
    background-size: 100%;
  }
  .box02_container p, .box03_container p {
    font-size: .7rem;
    margin: .4rem 0;
  }
  .common_h5 {
    width: 13rem;
    height: 1.8rem;
    line-height: 1.8rem;
    background-size: 100% 100%;
    margin: .4rem auto;
  }
  .common_h5 span {
    font-size: .7rem;
  }
  p.sm_tip {
    width: 4.5rem;
    height: 1.2rem;
    font-size: .6rem;
    line-height: 1.2rem;
    margin: 0 auto;
  }
  .common_code {
    margin: 0 auto;
  }
  .box03_container .box_t, .box05_container .box_t {
    background: url(../images/line_top1.png) no-repeat center top;
    width: 100%;
    height: .75rem;
    background-size: 100%;
  }
  .box03_container .box_c, .box05_container .box_c {
    width: 100%;
    background: url(../images/line_center1.png) center top;
    background-size: 100%;
  }
  .box03_container .box_b, .box05_container .box_b {
    background: url(../images/line_bottom1.png) no-repeat center top;
    width: 100%;
    height: .75rem;
    background-size: 100%;
  }
  .box03_title {
    width: 12.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .7rem;
    top: -1.46rem;
    background: url(../images/box1_title1.png) no-repeat center top;
    background-size: 100%;
  }
  .box03_container p {
    font-size: .7rem;
  }
  .box04_container {
    display: flex;
    align-items: center;
    align-items: center;
  }
  .box04 .box_content, .box06 .box_content {
    padding-top: 3.1rem;
  }
  .box04_container .box_t {
    background: url(../images/line_top1.png) no-repeat center top;
    width: 100%;
    height: .75rem;
    background-size: 100%;
  }
  .box04_container .box_c {
    width: 100%;
    background: url(../images/line_center1.png) center top;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .box04_container .box_b {
    background: url(../images/line_bottom1.png) no-repeat center top;
    width: 100%;
    height: .75rem;
    background-size: 100%;
  }
  .box04_inner_l {
    width: 9.18rem;
    height: 5.7rem;
    padding: .13rem;
  }
  .box04 .line_tip span {
    width: .7rem;
  }
  .box04 .line_tip span::after {
    top: 1rem;
    left: .25rem;
    width: .15rem;
    height: .4rem;
    background-size: 100% 100%;
}

  .box05_title {
    width: 12.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .7rem;
    top: -1.46rem;
    background: url(../images/box1_title1.png) no-repeat center top;
    background-size: 100%;
  }
  .box05_item {
    margin: 0 0 1.5rem;
  }
  .box05_item .box_c {
    padding: .7rem 0 0;
  }
  .box05_inner_l {
    width: 7.28rem;
    height: 5.4rem;
    padding: .13rem;
    margin-right: .5rem;
  }
  .box05_item .box_c .common_code, .box06_item .box_c .common_code {
    width: 4.5rem;
    height: 4.5rem;
  }
  .box05_item .box_c .sm_tip .box06_item .box_c .sm_tip {
    width: 4.25rem;
  }
  .box06_item .box_c {
    flex-direction: column;
  }
  
  .box06 .box1_r_tip .left, .box07 .box1_r_tip .left {
    width: 2.38rem;
    height: 1.35rem;
    background-size: 100% 100%;
  }
  .box06 .box1_r_tip .right {
    width: 12.9rem;
    height: 1.35rem;
    font-size: .55rem;
    line-height: 1.1;
    display: flex;
    align-items: center;
    padding-right: .4rem;
    padding-left: 1rem;
    background-size: 100% 100%;
  }
  .box06 .box04_inner_r {
    margin-top: .8rem;
  }
  .box07 .box1_r_tip {
    margin-top: .6rem;
  }
  .box07 .box1_r_tip .right {
    width: 12.5rem;
    height: 1.35rem;
    font-size: .55rem;
    line-height: 1.1;
    display: flex;
    align-items: center;
    padding-right: .4rem;
    padding-left: 1rem;
    background-size: 100% 100%;
  }
  .box07 .box01_l .box_c {
    padding-left: 0;
  }
  .box07_l_title {
    width: 12.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .7rem;
    top: -1.46rem;
    background: url(../images/box1_title1.png) no-repeat center top;
    background-size: 100%;
  }
  .box07_r_title {
    width: 12.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .7rem;
    top: -1.46rem;
    background: url(../images/box1_title1.png) no-repeat center top;
    background-size: 100%;
  }
  .box07_r p {
    font-size: .7rem;
    margin: .4rem 0;
  }
  .box07_r h3 {
    margin: .3rem 0 .8rem;
    font-size: .8rem;
  }
  .box07_code {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box07_code .code_img {
    margin: 0;
  }
  .box07_code p.sm_tip {
    width: 1.2rem;
    height: 4.5rem;
    padding-top: .3rem;
  }

  .box08 .box_content {
    padding-top: 2.5rem;
  }
  /* å„åœ° */
  .region {
    width: 94%;
    margin: 0 auto;
  }
  .region a {
    width: 24%;
    height: 1.8rem;
    margin-left: 0;
    margin-right: 1%;
    margin-bottom: .5rem;
    line-height: 1.8rem;
    font-size: .75rem;
  }
  .region a:nth-child(7n) {
    margin-right: 1%;
  }
  .region a:nth-child(4n) {
    margin-right: 0;
  }
  .fixed_left {
    display: none !important;
  }
}</pre></body></html>