<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #94251C;
}

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

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

.banner_container {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 27px;
}

.txt01 {
  margin: 0 auto;
}

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

.txt03 {
  margin: -60px auto 0;
}

.box_container {
  padding-bottom: 80px;
  background: url(../images/box_bg.png) center center;
}

.title_container {
  position: relative;
  height: 164px;
}

.title {
  width: 1434px;
  height: 164px;
  background: url(../images/title_bg.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.title_inner {
  animation-duration: 1.2s;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-top: 20px;
}

.box_common {
  width: 1200px;
  height: auto;
  background: #BE743B;
  border-radius: 21px;
  padding: 18px;
  box-sizing: border-box;
  margin: -50px auto 0;
}

.box_inner {
  background: #FECA87;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 68px 30px 40px;
}

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

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

.box01_l {
  width: 781px;
  height: 650px;
  background: #D41212;
  border: 4px solid #FF785D;
  box-shadow: 0px 6px 17px 0px rgba(171, 129, 0, 0.75);
  border-radius: 17px;
  box-sizing: border-box;
  padding: 5px;
}

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

.gift {
  width: 25%;
  height: 212px;
  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 {
  width: 81%;
  height: 65%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gift_img img {
  width: auto;
  height: 76%;
  max-width: 96%;
}

.gift p {
  color: #91280B;
  font-size: 15px;
  margin-top: 10px;
}

.cj_txt {
  width: 48%;
  height: 205px;
}

.cj_txt h1 {
  font-size: 70px;
  font-weight: bold;
}

.cj_txt p {
  font-size: 25px;
}

.user_number {
  text-decoration: underline;
}

.cj_btn {
  width: 100%;
  height: 162px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #B53E1E;
  box-sizing: border-box;
  cursor: pointer;
  padding-bottom: 10px;
  background: url(../images/cj_btn.png) no-repeat center top;
  background-size: 100% 100%;
}

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

.cj_bottom {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 5px;
}

.cj_bottom p {
  cursor: pointer;
  color: #FFF0C9;
  font-size: 18px;
}

.cj_bottom p img {
  display: inline-block;
  vertical-align: middle;
}

.box01_r {
  width: 380px;
  box-sizing: border-box;
  padding-top: 31px;
  background: url(../images/zj_list.png) no-repeat center top;
}

.box01_r_container {
  width: 323px;
  height: 617px;
  background: #FFF0C9;
  box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.21);
  border-radius: 0px 0px 8px 8px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px 30px;
}

.box01_r_container h3 {
  text-align: center;
  color: #7E470A;
  font-size: 29px;
  padding: 8px;
  border-bottom: 2px solid #945209;
  margin-bottom: 15px;
}

.box01_r_container p {}

.box1_r_list_box {
  height: 506px;
  position: relative;
  overflow: hidden;
}

.box1_r_list_box ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box1_r_list_box ul li {
  color: #7E470A;
  display: flex;
  align-items: center;
  justify-content: space-around;
  line-height: 30px;
  font-size: 18px;
}

.box02_item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  animation: box2_move 4s linear infinite reverse;
}

.box02_item:nth-child(2) {
  animation: box2_move 3s linear infinite reverse;
}

.box02_item:nth-child(3) {
  animation: box2_move 5s linear infinite reverse;
}

@keyframes box2_move {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(5px, 0);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(-5px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.box02_l_item {
  position: relative;
  width: 408px;
  height: 79px;
  background: url(../images/img_r.png) no-repeat center center;
  background-size: 100% 100%;
  color: #6C3005;
  font-size: 24px;
  line-height: 73px;
  box-sizing: border-box;
  padding-right: 40px;
  text-align: right;
  margin-left: 58px;
}

.box02_item:nth-child(2) .box02_l_item {
  margin-left: 98px;
}

.box02_l_item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -67px;
}

.box02_r_item {
  margin-left: 40px;
  width: 613px;
  height: 97px;
  color: #FFFFFF;
  font-size: 18px;
  background: url(../images/box02_r1.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px 15px 50px;
}

.box02_r_item2 {
  margin-left: 50px;
  width: 626px;
  height: 129px;
  background: url(../images/box02_r1.png) no-repeat center center;
  background-size: 100% 100%
}

.box_common_bottom {
  width: 773px;
  height: 88px;
  background: url(../images/box02_bottom.png) no-repeat center center;
  background-size: 100% 100%;
  color: #D41212;
  font-size: 34px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 5px;
  margin: 40px auto 0;
}

.box_common_bottom2 {
  width: 681px;
  height: 88px;
  background: url(../images/box03_bottom.png) no-repeat center center;
  background-size: 100% 100%;
}

.box03_top {
  display: flex;
  justify-content: space-between;
}

.box03_l {
  width: 560px;
  display: flex;
  flex-wrap: wrap;
}

.box03_item {
  width: 264px;
  height: 222px;
  background: linear-gradient(0deg, #FFF0C9 0%, #FFF1CC 100%);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  border-radius: 8px;
  margin-bottom: 24px;
  overflow: hidden;
}

.box03_item:nth-child(2n+1) {
  margin-right: 20px;
}

.box03_item h3 {
  width: 100%;
  text-align: center;
  line-height: 66px;
  height: 66px;
  background: linear-gradient(0deg, #FFB23F, #FFD255);
  color: #7E470A;
  font-size: 24px;
  font-weight: bold;
}

.box03_body {
  height: 155px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box03_body p {
  color: #7E470A;
  font-size: 20px;
  line-height: 1.5;
}

.box03_r {
  width: 513px;
  height: 468px;
  background: #A60116;
}

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

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

.box03_b_item {
  width: 254px;
}

.box03_b_item img {
  width: 254px;
  height: 178px;
  background: #FFFEFA;
  border-radius: 4px;
  overflow: hidden;
}

.box03_b_item p {
  width: 100%;
  margin-top: 14px;
  box-sizing: border-box;
  text-align: center;
  line-height: 50px;
  height: 54px;
  background: #D41212;
  border: 3px solid #FF785D;
  box-shadow: 0px 6px 16px 0px rgba(171, 129, 0, 0.75);
  border-radius: 4px;
  color: #FFF0F0;
  font-size: 30px;
  font-weight: bold;
}

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

.box04 ul li {
  box-sizing: border-box;
  cursor: pointer;
  width: 369px;
  height: 72px;
  background: #FFF0CA;
  border: 3px solid #FFF0CA;
  box-shadow: 0px 6px 16px 0px rgba(171, 129, 0, 0.75), 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  color: #7E470A;
  font-size: 24px;
  text-align: center;
  line-height: 66px;
}

.box04 ul li.active {
  width: 369px;
  height: 72px;
  background: #D41212;
  border: 3px solid #FF785D;
  box-shadow: 0px 6px 16px 0px rgba(171, 129, 0, 0.75);
  border-radius: 4px;
  color: #FFFEFA;
}

.tab_container {
  display: none;
}

.tab_container.active {
  display: block;
}

.tab_container table {
  width: 100%;
  border-spacing: 0;
  border: 2px solid #D41212;
  border-radius: 8px;
  text-align: center;
}

.tab_container table th {
  height: 56px;
  background: #D41212;
  color: #FFFEFA;
  font-size: 24px;
  height: 56px;
}

.tab_container table td {
  color: #7E470A;
  font-size: 20px;
  height: 56px;
  border-top: 2px solid #D41212;
  border-right: 2px solid #D41212;
}

.tab_container table td:last-child {
  border-right: 0;
}

.tab_container table td a {
  color: #7E470A;
  font-weight: bold;
}

.tab_container table td a:hover {
  text-decoration: underline;
}

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

.box05_item {
  width: 345px;
  height: 569px;
  background: linear-gradient(0deg, #FFF0C9 0%, #FFF1CC 100%);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  border-radius: 8px;
  overflow: hidden;
}

.box05_top {
  width: 100%;
  text-align: center;
  line-height: 66px;
  height: 66px;
  color: #7E470A;
  font-size: 24px;
  background: linear-gradient(0deg, #FFB23F, #FFD255);
}

.box05_body {
  height: 503px;
  box-sizing: border-box;
  padding: 20px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box05_body div {
  display: flex;
  align-items: flex-start;
  color: #7E470A;
  line-height: 1.4;
  font-size: 20px;
}

.box05_body div p {
  flex: 1;
}

.box05_body div img {
  margin-right: 9px;
  margin-top: 4px;
}

.box05_body div span {
  color: #E74E29;
  font-weight: bold;
}

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

.more_list a {
  width: 345px;
  height: 240px;
  background: #FFF0CA;
  border-radius: 10px;
  overflow: hidden;
}

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

.more_list a img {
  width: 100%;
  height: 100%;
  transition: transform 1.4s linear;
}

/* å¼¹çª— */

.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_close {
  cursor: pointer;
  position: absolute;
  right: 7px;
  top: -43px;
  width: 45px;
  width: 33px;
  height: 33px;
  transition: all .4s;
}

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

.fixed_mask h3 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}

.fixed_mask p {
  font-size: 17px;
  line-height: 1.8;
}

.fixed_form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 508px;
  height: auto;
  background: url(../images/modal_top.png) no-repeat center top;
  background-size: 100% auto;
  box-sizing: border-box;
  padding-top: 29px;
  color: #7E470A;
}

.fixed_body {
  width: 476px;
  height: 450px;
  box-sizing: border-box;
  background-color: #D41212;
  border: 4px solid #FF785D;
  box-shadow: 0px 6px 17px 0px rgba(171, 129, 0, 0.75);
  border-radius: 0 0 17px 17px;
  padding: 8px;
  margin: 0 auto;
  padding-top: 0;
  border-top: 0;
}

.fixed_body_inner {
  height: 100%;
  width: 100%;
  background: #FFF0C9;
  box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.21);
  border-radius: 0 0 17px 17px;
  box-sizing: border-box;
  padding: 20px;
}

/* å¾®ä¿¡åˆ†äº« */

.wx_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.wx_mask .share_wx {
  position: absolute;
  width: 15rem;
  top: 5%;
  right: 5%;
}

/* ä¸­å¥–ã€æœªä¸­å¥–æé†’ */

.fixed_mask5 .fixed_body_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.fixed_mask5 .modal_gift_img {
  margin: 0 auto;
  height: 123px;
  width: auto;
}

.fixed_mask5 .modal_gift_title {
  color: #7E470A;
  font-size: 24px;
  text-align: center;
  margin: 20px 0 30px;
}

.fixed_mask5 .modal_gift_txt {
  color: #7E470A;
  font-size: 16px;
  text-align: center;
}

/* æé†’å¼¹çª— */

.fixed_mask2 .fixed_body,.fixed_mask6 .fixed_body {
  height: 200px;
  text-align: center;
}

.fixed_mask2 .fixed_body_inner, .fixed_mask6 .fixed_body_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed_mask2 p {
  font-size: 24px;
}

/* é¢„çº¦è¡¨å• */

.fixed_mask1 .fixed_body {
  height: 458px;
}

.fixed_mask1 h1 {
  color: #7E470A;
  font-size: 30px;
  text-align: center;
  margin-bottom: 14px;
}

.ajax_form {
  width: 100%;
}

.ajax_form p {}

.ajax_form input, .ajax_form select {
  width: 50%;
  height: 52px;
  border: 2px solid #7E470A;
  box-sizing: border-box;
  padding-left: 20px;
  color: #7E470A;
  font-size: 20px;
  float: left;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border-bottom: 0;
}

#city {
  border-left: 0;
}

.ajax_form input.txyzm_val {
  width: 100%;
}

.txyzm_val_out {
  position: relative;
}

.tx_yzm {
  width: 32%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  height: 48px;
}

.ajax_form input::placeholder {
  color: #7E470A;
}

.ajax_form select {
  background: url("../images/select_bg.png") 92% center no-repeat;
  padding-right: 37px;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.ajax_form input#PhoneCode {
  width: 68%;
  border-bottom: 2px solid #7E470A;
}

.ajax_form input.send {
  width: 32%;
  color: #FFF0C9;
  line-height: 50px;
  float: right;
  padding: 0;
  text-align: center;
  cursor: pointer;
  border-left: 0;
  background: #7E470A;
  border-bottom: 2px solid #7E470A;
}

.ajax_form input.send:hover, .ajax_form input.button:hover {
  opacity: .9;
}

.ajax_form select#city, .ajax_form select.exam_type {
  float: right;
}

.modal_btn {
  cursor: pointer;
  width: 188px;
  height: 56px;
  background: linear-gradient(0deg, #981010, #EE430E);
  border: 2px solid #FFE089;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  border-radius: 28px;
  margin: 24px auto 0;
  color: #FFF0C9;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  box-sizing: border-box;
}

.cjsm_container {
  height: 350px;
  overflow-y: scroll;
}

/* ä¸‹æ–¹å›ºå®š */

.fixed_bottom {
  z-index: 100;
  display: none;
  width: 100%;
  height: 88px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: url(../images/fixed_bg1.png) no-repeat center center;
  z-index: 100;
}

.maodian_container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fixed_right {
  z-index: 100;
  display: none;
  width: 264px;
  height: 353px;
  background: url(../images/fixed_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: fixed;
  right: -40px;
  top: 20%;
  box-sizing: border-box;
  padding-right: 36px;
  padding-top: 54px;
}

.fixed_right a {
  display: block;
  text-decoration: underline;
  color: #7E470A;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}

.fixed_right a:nth-child(4), .fixed_right a:nth-child(5) {
  box-sizing: border-box;
  padding-left: 15px;
}

.fixed_right a:hover {
  color: #D42E32;
}

.fixed_r_close {
  cursor: pointer;
  position: absolute;
  left: 40%;
  bottom: -30px;
  transition: all .4s;
}

.fixed_b_close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: -40px;
  transition: all .4s;
}

.ljbm_btn {
  cursor: pointer;
}

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

.region a {
  float: left;
  width: 135px;
  height: 58px;
  background: #D41212;
  margin-right: 22px;
  text-align: center;
  margin-top: 30px;
  border-radius: 4px;
  line-height: 58px;
  font-size: 18px;
  color: #FFFFFF;
}

.region a:hover {
  background: linear-gradient(0deg, #FFD59C, #F6E5C3);
  color: #C8211B;
}

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

@media only all and (max-width:1080px) {
  .box02, .box03, .box04, .box05, .box06 {
    margin-top: .8rem;
  }
  .banner {
    height: 20em;
    background-size: auto 100%;
  }
  .banner_container {
    width: 100%;
    padding-top: 1rem;
  }
  .txt01 {
    width: 80%;
  }
  .txt02 {
    width: 96%;
    margin: 0 auto 0;
  }
  .txt03 {
    width: 80%;
    margin: -.8rem auto 0;
  }
  .box_container {
    padding-bottom: 1rem;
    background-size: auto 100%;
  }
  .title_container {
    position: relative;
    height: 3rem;
  }
  .title {
    width: 100%;
    height: 100%;
  }
  .title_inner {
    width: 94%;
    height: 100%;
    padding-top: .4rem;
  }
  .title_inner img {
    width: 60%;
  }
  .box_common {
    width: 94%;
    border-radius: .8rem;
    padding: .3rem;
    margin: -2rem auto 0;
  }
  .box_inner {
    border-radius: .6rem;
    padding: 2.4rem .4rem .8rem;
  }
  .box01 {
    margin-top: -2rem;
  }
  .box01 .box_inner {
    flex-direction: column;
  }
  .box01_l {
    width: 100%;
    height: auto;
    border: .1rem solid #FF785D;
    border-radius: .5rem;
    padding: .2rem;
  }
  .gift3 .gift_img, .gift9 .gift_img, .gift6 .gift_img {
    height: 52%;
  }
  .gift7 .gift_img {
    height: 40%;
  }
  .gift3, .gift9, .gift7, .gift6 {
    box-sizing: border-box;
    padding: 0 4%;
    text-align: center;
  }
  .gift {
    height: 5rem;
  }
  .gift_img {
    border-radius: .5rem;
  }
  .gift p {
    line-height: 1;
    font-size: .5rem;
    margin-top: 0;
  }
  .cj_txt {
    width: 48%;
    height: 5rem;
  }
  .cj_txt h1 {
    font-size: 1rem;
  }
  .cj_txt p {
    font-size: .7rem;
  }
  .cj_btn {
    width: 100%;
    height: 3.6rem;
    padding-bottom: .1rem;
  }
  .cj_bottom {
    margin-top: .2rem;
  }
  .cj_bottom p {
    font-size: .6rem;
  }
  .cj_bottom p img {
    width: .5rem;
  }
  .box01_r {
    width: 100%;
    padding-top: 1.3rem;
    background-size: 100% auto;
  }
  .box01_r_container {
    width: 83%;
    height: 7rem;
    padding: 0 .4rem .8rem;
  }
  .box01_r_container h3 {
    font-size: .8rem;
    padding: .6rem;
    border-bottom: .1rem solid #945209;
    margin-bottom: .4rem;
  }
  .box1_r_list_box {
    height: 3.5rem;
  }
  .box1_r_list_box ul li {
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: .7rem;
  }
  .box02_item {
    margin-bottom: .4rem;
    flex-direction: column;
  }
  .box02_l_item {
    position: relative;
    width: 100%;
    height: 2rem;
    font-size: .75rem;
    line-height: 1.8rem;
    padding-right: 1rem;
    margin-left: 0;
    text-align: center;
    padding-left: 14%;
  }
  .box02_item:nth-child(2) .box02_l_item {
    margin-left: 0;
  }
  .box02_l_item img {
    width: 3rem;
    left: -.5rem;
  }
  .box02_r_item {
    margin-left: 0;
    width: 100%;
    height: 4rem;
    font-size: .7rem;
    padding: 0 .2rem .4rem 2rem;
  }
  .box02_r_item2 {
    margin-left: 0;
    width: 100%;
    height: 5.6rem;
    padding: 0 .2rem .8rem 2rem;
  }
  .box_common_bottom {
    width: 100%;
    height: 2rem;
    font-size: .7rem;
    padding-bottom: .2rem;
    margin: .6rem auto 0;
  }
  .box_common_bottom2 {
    width: 100%;
    height: 2rem;
  }
  .box03_top {
    flex-direction: column;
  }
  .box03_l {
    width: 100%;
  }
  .box03_item {
    width: 49%;
    height: 8rem;
    border-radius: .4rem;
    margin-bottom: .6rem;
  }
  .box03_item:nth-child(2n+1) {
    margin-right: 2%;
  }
  .box03_item h3 {
    line-height: 1.6rem;
    height: 1.6rem;
    font-size: .8rem;
  }
  .box03_body {
    height: 6rem;
  }
  .box03_body p {
    font-size: .7rem;
  }
  .box03_r {
    width: 80%;
    height: 11.5rem;
    margin: 0 auto;
  }
  .box03_bottom {
    flex-wrap: wrap;
    margin-top: .6rem;
  }
  .box03_b_item {
    width: 49%;
    margin-bottom: .4rem;
  }
  .box03_b_item:nth-child(2n+1) {
    margin-right: 2%;
  }
  .box03_b_item img {
    width: 100%;
    height: 5.6rem;
    border-radius: .4rem;
  }
  .box03_b_item p {
    margin-top: .2rem;
    line-height: 1.8rem;
    height: 2rem;
    border: .1rem solid #FF785D;
    border-radius: .4rem;
    font-size: .7rem;
  }
  .box04 ul {
    margin-bottom: .6rem;
  }
  .box04 ul li {
    width: 49%;
    height: 2rem;
    font-size: .7rem;
    line-height: 1.8rem;
  }
  .box04 ul li.active {
    width: 49%;
    height: 2rem;
  }
  .tab_container table {
    border-radius: .4rem;
  }
  .tab_container table th {
    font-size: .7rem;
    height: 1.8rem;
  }
  .tab_container table td {
    font-size: .65rem;
    height: 1.8rem;
  }
  .box05 .box_inner {
    flex-direction: column;
  }
  .box05_item {
    width: 100%;
    height: auto;
    margin-bottom: .6rem;
    border-radius: .4rem;
  }
  .box05_top {
    line-height: 2rem;
    height: 2rem;
    font-size: .8rem;
  }
  .box05_body {
    height: auto;
    padding: .8rem .6rem;
    display: block;
  }
  .box05_body div {
    font-size: .7rem;
  }
  .box05_body div img {
    margin-right: .2rem;
    margin-top: 0;
    width: .8rem;
  }
  .more_list {
    justify-content: center;
    flex-wrap: wrap;
  }
  .more_list a {
    width: 49%;
    height: 6rem;
    border-radius: .8rem;
    margin-bottom: .2rem;
  }
  .more_list a:nth-child(1) {
    margin-right: 2%;
  }
  /* å¼¹çª— */
  .fixed_close {
    right: .2rem;
    top: -1.5rem;
    height: 1.3rem;
    width: 1.3rem;
  }
  .fixed_mask h3 {
    font-size: .8rem;
    margin-bottom: .6rem;
  }
  .fixed_mask p {
    font-size: .7rem;
    line-height: 1.5;
  }
  .fixed_form {
    width: 96%;
    padding-top: 1rem;
  }
  .fixed_body {
    width: 94%;
    height: 16rem;
    border: .2rem solid #FF785D;
    padding: .4rem;
  }
  .fixed_body_inner {
    border-radius: 0 0 .8rem .8rem;
    padding: .8rem;
  }
  /* å¾®ä¿¡åˆ†äº« */
  .wx_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .wx_mask .share_wx {
    position: absolute;
    width: 15rem;
    top: 5%;
    right: 5%;
  }
  /* ä¸­å¥–ã€æœªä¸­å¥–æé†’ */
  .fixed_mask5 .modal_gift_img {
    height: 4rem;
  }
  .fixed_mask5 .modal_gift_title {
    font-size: .75rem;
    margin: .4rem 0;
  }
  .fixed_mask5 .modal_gift_txt {
    font-size: .68rem;
  }
  /* æé†’å¼¹çª— */
  .fixed_mask2 .fixed_body, .fixed_mask6 .fixed_body {
    height: 6rem;
  }
  .fixed_mask2 p {
    font-size: .75rem;
  }
  /* é¢„çº¦è¡¨å• */
  .fixed_mask1 .fixed_body {
    height: 16rem;
  }
  .fixed_mask1 h1 {
    font-size: .8rem;
    margin-bottom: .4rem;
  }
  .ajax_form input, .ajax_form select {
    height: 1.8rem;
    border: .05rem solid #7E470A;
    padding-left: .4rem;
    font-size: .7rem;
  }
  .tx_yzm {
    right: .05rem;
    height: 1.6rem;
  }
  .ajax_form select {
    padding-right: 1.3rem;
    background-size: 9%;
  }
  .ajax_form input#shoujihao, .ajax_form input.username, .ajax_form input.address {
    width: 100%;
  }
  .ajax_form input#PhoneCode {
    border-bottom: .05rem solid #7E470A;
  }
  .ajax_form input.send {
    line-height: 1.8rem;
    border-bottom: .05rem solid #7E470A;
  }
  .modal_btn {
    width: 5.4rem;
    height: 1.8rem;
    border: .05rem solid #FFE089;
    border-radius: 1rem;
    margin: .6rem auto 0;
    font-size: .8rem;
    line-height: 1.6rem;
  }
  .cjsm_container {
    height: 11.3rem;
  }
  /* ä¸‹æ–¹å›ºå®š */
  .fixed_bottom {
    height: 3rem;
  }
  .maodian_container {
    width: 100%;
  }
  .fixed_l {
    width: 70%;
  }
  .ljbm_btn {
    display: block;
    width: 25%;
  }
  .ljbm_btn img {
    width: 100%;
    height: auto;
  }
  .fixed_b_close {
    width: 1rem;
    right: .1rem;
    top: -1.2rem;
  }
  .region a {
    width: 24%;
    height: 1.8rem;
    margin-right: 1%;
    margin-top: .2rem;
    line-height: 1.8rem;
    font-size: .7rem;
  }
  .region a:nth-child(7n) {
    margin-right: 1%;
  }
  .region a:nth-child(4n) {
    margin-right: 0;
  }
}</pre></body></html>