.box {
  position: relative;
  overflow: hidden;
  background: #ffd74c;
}

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

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

.banner_inner {
  position: absolute;
  top: 4px;
  left: -219px;
}

.txt01 {
  margin: 0 auto;
  position: relative;
}

.txt02 {
  margin: 18px auto -34px;
  position: relative;
}

.txt03 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.txt03 p {
  color: #000000;
  font-size: 24px;
  width: auto;
  margin: 0 20px;
}

.txt03 p span {
  color: #D22015;
}

.box01 {
  height: 340px;
  background: url(../images/line.png) no-repeat center center;
}

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

.box01_item {
  display: block;
}

.box01_item h4 {
  color: #E53200;
  font-size: 25px;
}

.box01_item p {
  color: #000000;
  font-size: 20px;
}

.box01_item img {
  margin: 0 auto;
}

.box01_item:nth-child(1) h4,
.box01_item:nth-child(3) h4,
.box01_item:nth-child(5) h4 {
  margin: 28px 0 14px;
}

.box01_item:nth-child(2) p,
.box01_item:nth-child(4) p {
  margin: 15px 0 20px;
}

.box01_item:nth-child(1) {
  margin-top: 62px;
}

.box01_item:nth-child(2) {
  margin-top: 79px;

}

.box01_item:nth-child(3) {
  margin-top: 228px;
}

.box01_item:nth-child(4) {
  margin-top: 46px;
}

.box01_item:nth-child(5) {
  margin-top: 151px;
}

.box02 {
  height: 1050px;
  box-sizing: border-box;
  padding-top: 200px;
  background: url(../images/red_bg.png) no-repeat center top;
}
.box022 {
  background: url(../images/yellow_bg.png) no-repeat center top;
  margin-top: -177px;
}
.box022-container  {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.box022-container .hotel-img {
  width: 288px;
  height: 181px;
}

.box022 .hotel-sale {
  width: 100%;
  height: 277px;
  background: url("../images/sale-box.png");
  padding-top: 71px;
  box-sizing: border-box;
}

.box022 .hotel-sale .sale-content {
  width: 60%;
  height: 186px;
  /*background-color: aqua;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box022 .hotel-sale .sale-content .list {
  position: relative;
  padding-left: 90px;
  font-size: 32px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 64px;
}

.box022 .hotel-sale .sale-content .list .orange {
  font-size: 40px;
  color: #fad766;
}
.box022 .hotel-sale .sale-content .list  .num {
  margin-top: 20px;
}

.box022 .hotel-sale .sale-content .list p::before  {
  content: '';
  position: absolute;
  margin-top: 18px;
  margin-left: -38px;
  width: 26px;
  height: 30px;
  background: url("../images/arrow-hotel.png");
  background-size: 100% 100%;
}
.animation-btn {
  animation: txt02_ani 2s linear infinite alternate;
  -webkit-animation: txt02_ani 2s linear infinite alternate;
  -moz-animation: txt02_ani 2s linear infinite alternate;
  -o-animation: txt02_ani 2s linear infinite alternate;
  -ms-animation: txt02_ani 2s linear infinite alternate;
}
@keyframes txt02_ani {
  0% {
    transform: scale(0.9);
    opacity: .9;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: .9;
  }
}
.box022 .hotel-sale .btn2 {
  width: 240px;
  height: 69px;
  background: linear-gradient(-88deg, #FADAB7, #FEC675);
  border-radius: 35px;
  font-size: 26px;
  font-family: FZLanTingHeiS-H-GB;
  font-weight: bold;
  color: #BC2B1B;
  line-height: 69px;
  text-align: center;
}
.box022  .title_c2 h2 {
  color: #CD2E35;
}

.box022  .title_c2 p {
  font-size: 26px;
  font-family: FZLanTingHeiS-M-GB;
  font-weight: 400;
  color: #CD2E35;
  line-height: 31px;
}

.title_c2 p::before,
.title_c2 p::after {
  background: #CD2E35 !important;
}

/*DF0B2C*/
.box03 {
  height: auto;
  box-sizing: border-box;
  margin-top: -177px;
  padding-top: 200px;
  padding-bottom: 120px;
  background: url(../images/red_bg2.png) no-repeat center top;
}

.box05 {
  height: 638px;
  box-sizing: border-box;
  padding-top: 180px;
  margin-top: -230px;
  background: url(../images/white_bg.png) no-repeat center top;
}

.title {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 68px;
}

.box05 .title {
  margin-bottom: 30px;

}

.title .title_c {
  margin: 0 -10px 0 14px;
  text-align: center;
}

.title_c h2 {
  color: #FFFFFF;
  font-size: 60px;
}

.title2 h2 {
  color: #DF0B2C;
}

.title_c p {
  color: #FFD74C;
  font-size: 26px;
  display: inline-block;
  width: auto;
  position: relative;
}

.title2 p {
  color: #000000;
}

.title_c p::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -40px;
  width: 34px;
  height: 2px;
  background: #FFD74C;
}


.title_c p::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: -40px;
  width: 34px;
  height: 2px;
  background: #FFD74C;
}

.title2 p::before,
.title2 p::after {
  background: #000000;
}

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

.ajax_form {
  width: 100%;
}

.box02_l {
  width: 598px;
  height: 427px;
  background: url(../images/yy_bg.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 20px 56px 0;
  margin-right: 65px;
}

.box02_title {
  color: #DF0B2C;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  margin-bottom: 42px;
  font-weight: bold;
}

.xmly-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.btn {
  cursor: pointer;
}
.xmly-box .xmly-img1 {
    width: 165px;
    height: 40px;
}
.xmly-box  .xmly-img2 {
  width: 296px;
  height: 225px;
  margin-top: 13px;
}
.box02_title img {
  margin: 0 8px;
}

.ajax_form p {
  margin-bottom: 22px;
  position: relative;
  height: 49px;
}

.ajax_form p.border,
.yuyue-border {
  border: 1px solid #77695A;
  border-radius: 8px;
  overflow: hidden;
}

.yuyue-border {
  height: 49px;
}

.ajax_form input,
.ajax_form select {
  width: 49%;
  height: 49px;
  line-height: 49px;
  border-radius: 8px;
  border: 0;
  box-sizing: border-box;
  padding-left: 15px;
  color: #000000;
  outline: none;
  font-size: 22px;
  float: left;
  background: none;
}

.ajax_form input::placeholder {
  color: #000;
}

.ajax_form select {
  background: url("../images/select_bg.png") 95% center no-repeat;
  background-size: 16px;
  border: 1px solid #77695A;
  border-radius: 8px;
}

.ajax_form input#shoujihao {
  width: 50%;
}

.ajax_form i {
  display: inline-block;
  width: 1px;
  height: 26px;
  background: #77695A;
  float: left;
  margin-top: 14px;
}

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

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

.ajax_form input#fs {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
  width: 119px;
  background: #FFD132;
  font-size: 20px;
  color: #000;
}



.ajax_form input.button {
  display: block;
  border: none;
  color: #fff;
  float: none;
  cursor: pointer;
  padding-left: 0;
  margin: 30px auto 0;
  height: 60px;
  background: #DF0B2C;
  border-radius: 30px;
  width: 244px;
}

.yuyue-border .nc-container #nc_1_wrapper,
.yuyue-border .nc-container.tb-login #nc_1_wrapper {
  width: 100%;
}

.yuyue-border .nc_scale {
  height: 49px;
}

.yuyue-border .nc-container .nc_scale span {
  width: 49px;
  height: 49px;
  line-height: 49px;
  box-sizing: border-box;
}

.yuyue-border .nc_iconfont,
.yuyue-border .nc-container .nc_scale .scale_text {
  font-size: 20px;
}

.box02_r {
  text-align: center;
  padding-left: 65px;
  background: url(../images/xx.png) no-repeat left center;
}

.box02_r h3 {
  color: #FFFFFF;
  font-size: 28px;

}

.box02_r .code {
  width: 320px;
  height: 272px;
  background: url(../images/smlylq.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 7px 50px 7px 7px;
  margin: 27px 0 26px 40px;
}

.submit-btn {
  width: 282px;
  height: 55px;
  background: #F9D866;
  border-radius: 28px;
  font-size: 26px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: bold;
  color: #CD2E35;
  line-height: 55px;
  margin: 0 auto;
  text-align: center;
  margin-top: 26px;
}
.box02_r .code img {
  width: 100%;
  height: 100%;
}

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

.check_item {
  color: #FFD74C;
  font-size: 24px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.check_item img {
  margin-right: 5px;
  margin-left: 40px;
}

.box02_a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 702px;
  height: 72px;
  background: linear-gradient(180deg, #FFF7DA, #FFBB72);
  box-shadow: -1px 8px 10px 0px rgba(158, 0, 25, 0.59);
  border-radius: 36px;
  color: #DF0B2C;
  font-size: 28px;
  margin: 70px auto 0;
  font-weight: bold;
}

.box02_a img {
  margin-left: 13px;
}

.box03_l {
  width: 100%;
}

.region a {
  float: left;
  display: block;
  width: 168px;
  height: 60px;
  background: #FF7200;
  border-radius: 30px;
  box-sizing: border-box;
  margin-bottom: 18px;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  color: #FFFFFF;
  transition: all .3s linear;
  margin-right: 18px;


}

.region a:hover {
  background: #F9D866;
  color: #000;
}

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

.box03_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
}

.box03_r {
  width: 489px;
  height: 371px;
  background: #DF0B2C;
  border-radius: 27px;
  margin-left: 44px;
  box-sizing: border-box;
  padding: 7px 7px 0;
}

.box03_r img {
  width: 100%;
  height: 290px;
  background: #FFFFFF;
  border-radius: 27px;
  margin-bottom: 12px;
}

.box03_r a {
  display: block;
  width: 212px;
  height: 47px;
  background: linear-gradient(165deg, #FFE8AA, #FF9600);
  border-radius: 24px;
  color: #DF0B2C;
  font-size: 25px;
  margin: 0 auto;
  text-align: center;
  line-height: 47px;
}

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

.box04_l {
  width: 100%;
}

.box04_l table {
  width: 100%;
  border-spacing: 0;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 6px;
  overflow: hidden;
}

.box04_l table tr:first-child td {
  background: #F9D866;
  color: #000;
  border-top: 0;
}

.box04_l table tr:not(:first-child)  {
  background: #FFFFFF;
}

.box04_l table tr td {
  color: #000;
  font-size: 24px;
  height: 55px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

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

.box04_l table tr td a {
  display: block;
  text-align: center;
  line-height: 36px;
  font-weight: bold;
  margin: 0 auto;
  width: 121px;
  height: 36px;
  background: #DF0B2C;
  border-radius: 8px;
  color: #FFFDFD;
  font-size: 20px;
}

.box04_r {
  width: 576px;
  height: 189px;
  background: url(../images/wxxts.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  color: #FF1200;
  font-size: 18px;
  padding: 20px 20px 20px 78px;
}

/* 更多推荐3 */

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

.more_list2 a {
  width: 369px;
  height: 268px;
  background: #BFBFBF;
  border-radius: 13px;
  overflow: hidden;
}

.more_list2 a:hover img {
  transform: scale(1.2);
}

.more_list2 a img {
  width: 100%;
  height: 100%;
  transition: transform 1.3s linear;
}

.title_c3 h2,
.title_c3 p {
  color: #FFFFFF;
}

.title_c3 p::before,
.title_c p::after {
  background: #FFFFFF;
}
.fixed_box {
  position: fixed;
  top: 30%;
  left: 0;
  display: none;
  z-index: 100;
}

.fixed_box .close {
  position: absolute;
  right: 0;
}

/* 底部预约 */
.fixed_b {
	display: none;
    height: 100px;
    background: url('../images/fixed_b.png') no-repeat center;
    background-size: 101%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.fixed_b .container {
    height: 100%;
    /* padding: 30px 0 0; */
    display: flex;
    justify-content: space-between;
    align-items: center;
   /* width: 1300px;*/
}

.input {
    width: 145px;
    height: 60px;
    border: 1px solid #B61011;
    border-radius: 6px;
    background: transparent;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 16px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #B61011;
}

select.input {
    width: 130px;
    background: url('../images/select_bg.png') no-repeat 96% center / 12px;
}

.slider_input {
    width: 210px;
    height: 60px;
    border: 1px solid #B61011;
    border-radius: 6px;
    overflow: hidden;
}

.codeBox {
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #B61011;
    border-radius: 6px;
}

.code {
    width: 60%;
    height: 60px;
    box-sizing: border-box;
    background: none;
    border: none;
    padding: 0 10px;
    font-size: 16px;
}

.send {
    width: 40%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    background: #B61011;
    color: #FFF4DE;
    font-size: 16px;
}

.submit {
    width: 298px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 0 auto; */
    cursor: pointer;
    background: url('../images/lq_bg.png') no-repeat center;
    background-size: 100%;
    font-size: 30px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #330000;
    margin: auto;
}

@media only all and (min-width:1080px)
{
    .box01_item h4,
    .box01_item p {
      white-space: nowrap;

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

  .fixed_box {
    display: none !important;
  }
  .banner {
    width: 100%;
    height: 19rem;
    background-size: auto 100%;
  }

  .txt_container {
    width: 100%;
    padding-top: 1rem;
  }

  .banner_inner {
    top: 0.1rem;
    left: -4rem;
    width: 30rem;
    height: auto;
  }

  .txt01 {
    width: 60%;
  }

  .txt02 {
    width: 76%;
    margin: 0.4rem auto 0.1rem;
  }

  .txt03 img {
    width: 1rem;
  }

  .txt03 p {
    font-size: 0.6rem;
    margin: 0 0.5rem;
  }

  .txt03 p img {
    width: 12rem;
  }

  .box01 {
    height: 12.5rem;
    background-size: 100% auto;
    background-position-y: 3.4rem;
    margin-top: -3rem;
  }

  .box01_item h4 {
    font-size: 0.7rem;
    line-height: .8rem;
  }

  .box01_item p {
    font-size: 0.6rem;
  }

  .box01_item img {
    width: 2rem;
    height: auto;
  }

  .box01_item:nth-child(1) h4,
  .box01_item:nth-child(3) h4,
  .box01_item:nth-child(5) h4 {
    margin: 0.7rem 0 0.35rem;
  }

  .box01_item:nth-child(2) p,
  .box01_item:nth-child(4) p {
    margin: 0.375rem 0 0.5rem;
  }

  .box01_item:nth-child(1) {
    margin-top: 2.55rem;
  }

  .box01_item:nth-child(2) {
    margin-top: -1.8rem;
  }

  .box01_item:nth-child(3) {
    margin-top: 4.3rem;
  }

  .box01_item:nth-child(4) {
    margin-top: -0.8rem;
  }

  .box01_item:nth-child(5) {
    margin-top: 2.775rem;
  }

  .box04_container {
    margin-bottom: 36px
  }
  .box02 {
    padding: 1rem 0;
    height: auto;
    background: #DF0B2C;
  }
  .box022-container  {
    flex-wrap: wrap;
  }
  .box022-container .hotel-img {
    width: 48%;
    height: auto;
    margin-bottom: 20px;
  }

  .box022 .hotel-sale .sale-content {
    flex-flow: column;
    width: 100%;
  }
  .box022 .hotel-sale .sale-content .list {
    font-size: 1.1rem;
  }
  .box022 .hotel-sale .sale-content .list p::before,
  .box022 .hotel-sale .sale-content .list p::after {
    width: 14.4px;
    height: 18px;
    margin-top: 25px;
    margin-left: -22px;
  }
  .box022 .hotel-sale {
    background-color: #DF0B2C;
    border-radius: 20px;
  }
  .box022 .hotel-sale .sale-content .list .orange {
    font-size: 32px;
  }
  .box022 .hotel-sale .btn2,
  .submit-btn {
    width: 192px;
    height: 55px;
    line-height: 55px;
    font-size: 23px;
  }
  .box022 .hotel-sale {
    height: 230px;
  }
  .box022 .hotel-sale {
    padding-top: 0;
  }
  .box022 .hotel-sale .sale-content .list {
    width: 100%;
  }
  .box022 {
    background: #ffd74c;
    margin-top: 0;
  }
  .box03 {
    height: auto;
    box-sizing: border-box;
    margin-top: 0;
    padding: 1rem 0;
    background: #DF0B2C;
  }

  .box05 {
    height: auto;
    padding: 1rem 0;
    background: #fff;
  }

  .title {
    margin-bottom: 1.4rem;
  }

  .box05 .title {
    margin-bottom: 0.75rem;
  }

  .title .title_c {
    margin: 0 -0.25rem 0 0.35rem;
  }

  .title_c h2 {
    font-size: 1rem;
  }

  .hua {
    width: 1.4rem;
    height: auto;
  }

  .title_c p,
  .title_c2 p ,
  .title_c3 p {
    font-size: 0.65rem !important;
  }

  .sk {
    width: 2rem;
    height: auto;
  }

  .title_c p::before {
    margin-top: -0.025rem;
    left: -1rem;
    width: 0.85rem;
    height: 0.05rem;
  }

  .title_c p::after {
    margin-top: -0.025rem;
    right: -1rem;
    width: 0.85rem;
    height: 0.05rem;
  }

  .box05 {
    margin-top: -50px;
  }

  .box02_container {
    flex-direction: column;
  }

  .box02_l {
    width: 100%;
    height: 15.5rem;
    padding: 0.8rem 1.4rem 0;
    margin-right: 0;
  }

  .box02_l .xmly-box .xmly-img1 {
      width: 120px;
      height: 30px;
  }
  .box02_l .xmly-box .xmly-img2 {
      width: 250px;
      height: 190px;
  }
  .box02_title {
    font-size: 0.7rem;
    margin-bottom: 1.5rem;
  }

  .box02_title img {
    width: .4rem;
    height: auto;
    margin: 0 0.2rem;
  }


  /* 预约 */
  .ajax_form p {
    margin-bottom: .5rem;
    height: 1.8rem;
  }

  .ajax_form input#shoujihao {
    width: 45%;
  }

  .ajax_form i {
    display: inline-block;
    width: 1px;
    height: .7rem;
    background: #B47221;
    float: left;
    margin-top: .5rem;
  }

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

  .ajax_form input,
  .ajax_form select {
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: .25rem;
    padding-left: .4rem;
    font-size: .8rem;
  }

  .ajax_form select {
    background-size: .5rem;
  }

  .ajax_form input#fs {
    width: 4rem;
    font-size: .6rem;
  }

  .ajax_form input.button {
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: .8rem;
  }

  .yuyue-border {
    height: 1.8rem;
  }

  .yuyue-border ._nc .stage1 {
    padding: 0;
  }

  .yuyue-border ._nc .stage1 .slider {
    left: 0;
    right: 0;
    height: 1.8rem;
  }

  .yuyue-border ._nc .stage1 .track div,
  .yuyue-border ._nc .stage1 .label {
    height: 1.8rem;
    line-height: 1.8rem;
  }

  .yuyue-border ._nc .stage1 .button {
    width: 1.8rem;
    height: 1.8rem;
  }

  .yuyue-border ._nc .icon-slide-arrow,
  .yuyue-border ._nc .icon-ok {
    font-size: 1rem;
  }

  .yuyue-border ._nc .icon {
    width: 1rem;
    height: 1rem;
  }

  .yuyue-btn {
    width: 100%;
    height: 1.8rem;
    margin: .4rem auto 0;
  }


  .box02_r {
    padding-left: 0;
    margin-top: .8rem;
    background: no-repeat;
  }

  .box02_r h3 {
    font-size: 0.8rem;
  }

  .box02_r .code {
    width: 9.375rem;
    height: 6.8rem;
    padding: 0.175rem 1.5rem 0.175rem 0.175rem;
    margin: 0.675rem 0 0.65rem 1rem;
  }

  .box02_r .code img {
    width: 100%;
    height: 100%;
  }

  .check_container {
    margin-top: 0.65rem;
  }

  .check_item {
    font-size: 0.7rem;
  }

  .check_item img {
    width: 1rem;
    height: auto;
    margin-right: 0.125rem;
    margin-left: 1rem;
  }

  .box02_a {
    width: 98%;
    height: 1.8rem;
    box-shadow: -0.025rem 0.2rem 0.25rem 0rem rgba(158, 0, 25, 0.59);
    border-radius: 0.9rem;
    font-size: 0.6rem;
    margin: 1.75rem auto 0;
  }

  .box02_a img {
    width: 1rem;
    height: auto;
    margin-left: 0.325rem;
  }

  .box03_l {
    width: 100%;
  }



  /* 适配省份 */

  .region a {
    width: 23.6%;
    height: 1.6rem;
    margin-right: 1%;
    margin-bottom: .4rem;
    line-height: 1.6rem;
    font-size: .7rem;
  }

  .region a:nth-child(5n) {
    margin-right: 1%;
  }

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

  .box03_container {
    flex-direction: column;
    margin-bottom: 2.25rem;
  }

  .box03_r {
    width: 12.225rem;
    height: 9.275rem;
    border-radius: 0.675rem;
    margin-left: 0;
    padding: 0.175rem 0.175rem 0;
  }

  .box03_r img {
    height: 7.25rem;
    border-radius: 0.675rem;
    margin-bottom: 0.3rem;
  }

  .box03_r a {
    width: 5.3rem;
    height: 1.175rem;
    border-radius: 0.6rem;
    font-size: 0.625rem;
    line-height: 1.175rem;
  }

  .box04_container {
    flex-direction: column;
  }

  .box04_l {
    width: 100%;
  }

  .box04_l table {
    border-radius: 0.15rem;
  }

  

  .box04_l table tr td {
    font-size: 0.6rem;
    height: 1.375rem;
    border-top: 0.025rem solid #000;
    border-right: 0.025rem solid #000;
  }

 
  .box04_l table tr td a {
    line-height: 0.9rem;
    width: 3.025rem;
    height: 0.9rem;
    border-radius: 0.2rem;
    font-size: 0.6rem;
  }

  .box04_r {
    width: 14.4rem;
    height: auto;
    margin-top: .8rem;
    font-size: 0.6rem;
    padding: 0.5rem 0.5rem 0.5rem 1.95rem;
  }

  /* 更多推荐3 */

  .more_list2 {
    justify-content: center;
    flex-wrap: wrap;
  }

  .more_list2 a {
    width: 49%;
    height: 6rem;
    border-radius: .8rem;
    margin-bottom: .2rem;
  }

  .more_list2 a:nth-child(1) {
    margin-right: 2%;
  }
  
  /* 底部预约 */
    .fixed_b {
    	display: block;
        height: 2rem;
        background-size: auto 100%;
    }

    .fixed_b .container {
        height: 100%;
        padding: .2rem 0 0;
        flex-wrap: wrap;
        justify-content: center;
        width: auto;
    }

    .input {
        width: 5.625rem;
        height: 1.5rem;
        border-radius: 0.15rem;
        padding: 0 0.25rem;
        font-size: 0.4rem;
    }

    select.input {
        width: 5.5rem;
        background: url('../images/select_bg.png') no-repeat 96% center / 0.3rem;
    }

    .slider_input {
        width: 5.5rem;
        height: 1.5rem;
        border-radius: 0.15rem;
    }

    .codeBox {
        width: 5.5rem;
        height: 1.5rem;
        border-radius: 0.15rem;
    }

    .code {
        width: 60%;
        height: 1.5rem;
        padding: 0 0.25rem;
        font-size: 0.4rem;
    }

    .send {
        width: 40%;
        height: 1.5rem;
        font-size: 0.4rem;
    }

    .submit {
        width: 5.45rem;
        height: 2rem;
        background-size: 112%;
        font-size: 0.65rem;
    }

}