body {
  background-color: #0a1346;
}

.box {
  position: relative;
  overflow: hidden;
}

.banner {
  position: relative;
  width: 100%;
  height: 546px;
  background-image: url(../images/banner_bg.png);
  background-repeat: no-repeat;
  background-position: center;
}

.banner_container {
  padding-top: 86px;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.txt01 {
  width: 480px;
  height: 60px;
  background: url(../images/txt01_bg.png) no-repeat top center;
  margin: 0 auto;
  color: #F5F7FC;
  font-size: 36px;
  line-height: 59px
}

.txt02 {
  width: 688px;
  height: 99px;
  background: url(../images/txt02_bg.png) no-repeat top center;
  margin: 207px auto 0;
  font-size: 32px;
  color: #F5F7FC;
  line-height: 99px;
}

.box_title {
  width: 100%;
  height: 226px;
  background: url(../images/title_bg.png) no-repeat top center;
  text-align: center;
  color: #F5F7FC;
  font-size: 46px;
  font-weight: bold;
  line-height: 254px;
  margin-top: -78px;
}

.box_container {
  width: 1200px;
  margin: 0 auto;
}

.box_container h2 {
  text-align: center;
  color: #F5F7FC;
  font-size: 36px;
  text-align: center;
  margin: 30px 0;
}

.box_container h2 img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3.5px;
}

.db_container {
  margin-top: 60px;
  width: 100%;
  height: 320px;
  background: url(../images/db_bg.png) no-repeat center top;
  background-size: contain;
}

.db_container .db01, .db_container .db02 {
  display: flex;
  justify-content: space-between;
}

.db_container .db01 {
  width: 78%;
  margin: 0 auto;
  padding-top: 44px;
}

.db_container .db02 {
  width: 74%;
  margin: 145px auto 0;
  padding-right: 1%;
}

.db_container p {
  color: #F5F7FC;
  font-size: 18px;
  line-height: 36px;
  box-sizing: border-box;
}

.db_container .db01 p:first-child, .db_container .db02 p:first-child {
  padding-left: 20px;
  width: 297px;
  height: 36px;
  background: url(../images/left_bg.png) no-repeat top center;
}

.db_container .db01 p:last-child, .db_container .db02 p:last-child {
  padding-right: 20px;
  text-align: right;
  width: 284px;
  height: 36px;
  background: url(../images/right_bg.png) no-repeat top center;
}

.gk_container {
  margin-top: 40px;
  height: 328px;
  background: url(../images/step_bg.png) no-repeat left center;
  position: relative;
}

.gk_container .gk_tip {
  position: absolute;
  width: 162px;
  height: 111px;
  background: url(../images/step_txt.png) no-repeat top center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F5F7FC;
  font-size: 20px;
  line-height: 1.7;
  top: -10%;
  left: 25%;
}

.gk_container span {
  position: absolute;
  display: block;
  width: 94px;
  height: 100px;
  background: url(../images/up_bg.png) no-repeat top center;
  color: #FCFCFE;
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
  padding-top: 30px;
}

.zhuan1 {
  top: -15%;
  right: 16%;
}

.zhuan2 {
  top: 38%;
  right: 16%;
}

.zhuan3 {
  top: 5%;
  right: 0;
}

.zhuan4 {
  top: 54%;
  right: 4%;
}

.box02 table {
  width: 100%;
  text-align: center;
  text-align: center;
  border-spacing: 0;
  border: 1px solid #3E42BA;
  color: #FFFFFF;
  margin-bottom: 60px;
}

.box02 table thead {
  background: linear-gradient(-90deg, #09215D, #3350A1);
}

.box02 table .ksnr_th {
  width: 600px;
}

.box02 table .ksnr_td div {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

.box02 table .ksnr_td div span {
  font-weight: bold;
}

.box02 table thead th {
  height: 56px;
  border-right: 1px solid #3E42BA;
  font-size: 22px;
}

.box02 table td {
  height: 200px;
  border-right: 1px solid #3E42BA;
  font-size: 20px;
}

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

.box02 table td a {
  display: block;
  width: 114px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(90deg, #2344EA, #15247A);
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 18px;
  margin: 0 auto;
}

.vs_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 100px 0 60px;
}

.vs {
  position: absolute;
  top: 36%;
  left: 41%;
  z-index: 1;
}

.ht_vs {
  width: 614px;
  height: 428px;
  border: 1px solid #1D2088;
}

.ht_vs_title {
  width: 267px;
  height: 63px;
  background: url(../images/ht_bg.png) no-repeat top center;
  line-height: 63px;
  margin-left: 29%;
}

.ht_center {
  width: 248px;
  height: 240px;
  background: url(../images/ht_content.png) no-repeat top center;
  color: #FCFDFE;
  position: absolute;
  top: 20%;
  left: 13%;
  box-sizing: border-box;
  padding-top: 89px;
  text-align: center;
}

.ht_center p {
  font-size: 22px;
}

.ht_center h1 {
  font-size: 36px;
}

.ht_item {
  width: 84%;
  display: flex;
  justify-content: space-between;
  margin-left: 21px;
}

.ht_item_fir {
  margin-top: 32px;
}

.ht_item_cur {
  margin-top: 77px;
  margin-bottom: 77px;
}

.ht_item p {
  color: #F3F5FB;
  font-size: 18px;
  width: 130px;
  height: 42px;
  background: linear-gradient(96deg, #ED361F 0%, #F1A621 100%);
  border-radius: 30px;
  text-align: center;
  line-height: 42px;
}

.qt_vs_title {
  width: 267px;
  height: 65px;
  line-height: 65px;
  background: url(../images/qt_bg.png) no-repeat top center;
  margin-left: 24%;
}

.vs_title {
  color: #FEFEFE;
  font-size: 30px;
  text-align: center;
  margin-top: -30px;
}

.qt_vs {
  width: 492px;
  height: 428px;
  border: 1px solid #1D2088;
  position: relative;
}

.qt_center {
  width: 212px;
  height: 274px;
  border: 1px dashed #2F3498;
  position: absolute;
  top: 19%;
  left: 34%;
}

.qt_list {
  position: absolute;
  top: 15%;
  left: 21%;
}

.qt_list p {
  width: 130px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #F3F5FB;
  font-size: 18px;
  background: #212877;
  margin-top: 15px;
}

.qt_circle {
  position: absolute;
  top: 31%;
  right: 7%;
  width: 159px;
  height: 159px;
  background: url(../images/qt_content.png) top center;
  color: #F3F5FB;
  text-align: center;
  box-sizing: border-box;
  padding-top: 40px;
}

.qt_circle h1 {
  font-size: 30px;
}

.qt_circle p {
  font-size: 18px;
}

.special_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.special_item {
  width: 357px;
  cursor: pointer;
}

.special_item h3 {
  width: 357px;
  height: 63px;
  background: url(../images/box04_title.png) no-repeat top center;
  line-height: 63px;
  text-align: center;
  color: #FEFEFE;
  font-size: 24px;
}

.special_item .special_body {
  height: 374px;
  background: #0F1B5F;
  box-sizing: border-box;
  padding: 30px 38px;
  margin-top: -2px;
}

.special_item:hover .special_body {
  background: #1E2D7F;
}

.special_item:hover h3 {
  background: url(../images/box04_title_active.png) no-repeat top center;
}

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

.special_info p {
  color: #FEFEFE;
  font-size: 18px;
  line-height: 1.7;
}

.special_info p span {
  color: #EDE51A;
  font-size: 24px;
}

.teacher_tip {
  margin-bottom: 30px;
  width: auto;
  height: 84px;
  background: url(../images/teacher_tip.png) no-repeat left center;
  background-size: contain;
  display: flex;
  align-items: center;
}

.teacher_tip h5 {
  color: #FEF9F9;
  font-size: 24px;
  width: 19%;
  width: 33%;
  text-align: center;
  margin-right: 20px;
}

.teacher_tip h5 span {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #FFFFFF;
  border-radius: 50%;
  color: #1C35B9;
  font-size: 18px;
  margin-right: 10px;
}

.teacher_tip1 h5 {
  width: 19%;
}

.teacher_tip3 h5 {
  width: 28%;
}

.teacher_tip2 h5 {
  width: 23%;
}

.teacher_tip2 {
  margin-left: 190px;
}

.teacher_tip3 {
  margin-left: 380px;
}

.teacher_tip p {
  color: #FEF9F9;
  font-size: 18px;
}

#swiper2 {
  margin-bottom: 60px;
}

#swiper2 .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  cursor: pointer;
}

.arrow_content {
  height: 28px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow_content div {
  background: rgba(80, 113, 204, 0.6);
  border-radius: 14px;
  width: 50px;
  height: 28px;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow_content div:hover {
  background: linear-gradient(90deg, #1C3DEF, #3D5BFD);
}

.swiper-button-next, .swiper-button-prev {
  position: static;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white, .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: none;
}

.teaher_avtor {
  position: relative;
  width: 220px;
  height: 220px;
}

.teaher_avtor img {
  width: 100%;
  height: auto;
}

.teaher_avtor p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 154px;
  height: 46px;
  background: linear-gradient(90deg, #0322D7, #405FFD);
  border-radius: 30px;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
}

.teacher_text {
  margin-top: 40px;
}

.teacher_text p {
  text-align: center;
  font-size: 20px;
}

.teacher_text div {
  width: 100%;
  height: 185px;
  position: relative;
  background: #FAFAFC;
  color: #666666;
  font-size: 16px;
  margin-top: 30px;
  box-sizing: border-box;
  padding: 15px;
  line-height: 1.8;
}

.teacher_text div::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #FAFAFC;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

#swiper2 .swiper-slide:hover .teaher_avtor p {
  background: linear-gradient(-90deg, #0322D7, #405FFD);
}

#swiper2 .swiper-slide:hover .teacher_text div {
  background: #E1E5F5;
}

#swiper2 .swiper-slide:hover .teacher_text div::before {
  border-bottom: 10px solid #E1E5F5;
}

.wx_img {
  position: relative;
  display: flex;
  margin-bottom: 60px;
  margin-top: 60px;
  justify-content: space-between;
}

.zz_tip {
  position: absolute;
  width: 406px;
  height: 161px;
  background: url(../images/zz_bg.png) no-repeat top center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.zz_tip h3 {
  color: #FEFEFE;
  font-size: 30px;
  margin-bottom: 20px;
}

.zz_tip p {
  color: #FEFEFE;
  font-size: 18px;
}

.zz_tip p span {
  color: #F8F011;
  font-size: 24px;
}

.zz_tip1 {
  top: 0;
  left: 0;
}

.zz_tip2 {
  top: 161px;
  left: 399px;
}

.zz_tip3 {
  bottom: 0;
  right: -6px;
}

/* 地区开始 */

.region {
  padding-top: 40px;
}

.region a {
  float: left;
  width: 128px;
  height: 54px;
  margin-right: 22px;
  margin-bottom: 25px;
  background: #1E2570;
  text-align: center;
  line-height: 54px;
  font-size: 18px;
  transition: color .2s ease;
  color: #FFFFFF;
}

.region a:hover {
  background: #3E42BA;
}

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

/* 地区结束 */

.role_img {
  margin: 0 auto;
}

.box07 {
  position: relative;
  z-index: 2;
}

.box07 .box_container {
  z-index: 2;
}

.box07_inner {
  position: absolute;
  z-index: 0;
  width: 100%;
  left: 50%;
  margin-left: -50%;
  bottom: 0;
  height: 809px;
  background: url(../images/box07_bg.png) no-repeat bottom center;
  opacity: .3;
}

/* 下方固定star */

.fixed_bottom {
  text-align: center;
  position: fixed;
  width: 100%;
  height: 125px;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  background: url(../images/fix_bottom.png) no-repeat top center;
}

.fixed_bottom div {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.fixed_bottom a {
  position: absolute;
  top: 50%;
  width: 146px;
  height: 52px;
  line-height: 47px;
  background: url(../images/bm_btn.png) no-repeat top center;
  right: 28%;
  color: #080808;
  font-size: 19px;
}

/* 下方固定end */

.gift_right {
  position: fixed;
  top: 30%;
  right: 10px;
  z-index: 100;
}

.rabbit {
  margin: 0 auto;
  margin-left: 13px;
}

.gift_right div {
  margin-top: -27px;
  width: 134px;
  height: 112px;
  background: linear-gradient(90deg, #1F3CCF, #1D2088);
  box-sizing: border-box;
  padding-top: 20px;
}

.gift_right a {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #F3F5FB;
  font-size: 18px;
}

.gift_right a:hover {
  background: #13247F;
}

.gift_right .close {
  cursor: pointer;
  margin: 10px auto 0;
}

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

  .box05 {
    position: relative;
    z-index: 9999;
  }
  .banner {
    position: relative;
    height: 11rem;
    background-size: auto 100%;
  }
  .banner_container {
    padding-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .txt01 {
    width: 12rem;
    height: 1.6rem;
    background-size: 100% 100%;
    font-size: .8rem;
    line-height: 1.6rem
  }
  .txt02 {
    width: 16rem;
    height: 2rem;
    background-size: 100% 100%;
    margin: 5rem auto 0;
    font-size: .75rem;
    line-height: 2rem;
  }
  .box_title {
    width: 100%;
    height: 5rem;
    background-size: auto 100%;
    font-size: .8rem;
    font-weight: bold;
    line-height: 5.8rem;
    margin-top: -1.8rem;
  }
  .box_container {
    width: 96%;
  }
  .box_container h2 {
    font-size: .7rem;
    margin: .6rem 0;
  }
  .box_container h2 img {
    width: .7rem;
    margin: 0 .2rem;
  }
  .db_container {
    width: 100%;
    height: 10rem;
    margin: 1rem auto 0;
    background: none;
  }
  .db_container .db01, .db_container .db02 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
  }
  .db_container .db01 {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
  }
  .db_container .db02 {
    width: 100%;
    margin: 0 auto 0;
    padding-right: 1%;
  }
  .db_container p {
    font-size: .7rem;
    line-height: 1.4rem;
    margin: .4rem 0;
  }
  .db_container .db01 p:first-child, .db_container .db02 p:first-child {
    padding-left: .7rem;
    width: 12rem;
    height: 1.4rem;
    background-size: 100% 100%;
    margin-right: 3rem;
  }
  .db_container .db01 p:last-child, .db_container .db02 p:last-child {
    padding-right: .7rem;
    width: 11rem;
    height: 1.4rem;
    background-size: 100% 100%;
    margin-left: 3rem;
  }
  .gk_container {
    width: 100%;
    margin-top: 0;
    height: 8rem;
    background: url(../images/step_bg.png) no-repeat left center;
    background-size: contain;
  }
  .gk_container .gk_tip {
    position: absolute;
    width: 5rem;
    height: 3rem;
    background-size: 100% 100%;
    font-size: .7rem;
    top: -8%;
    left: 25%;
  }
  .gk_container span {
    width: 2.5rem;
    height: 3rem;
    background-size: contain;
    line-height: 1.5;
    font-size: .7rem;
    padding-top: .5rem;
  }
  .zhuan1 {
    top: -15%;
    right: 19%;
  }
  .zhuan2 {
    top: 38%;
    right: 23%;
  }
  .zhuan3 {
    top: 5%;
    right: 0;
  }
  .zhuan4 {
    top: 48%;
    right: 4%;
  }
  .box02 table {
    margin-bottom: .8rem;
  }
  .box02 table .ksnr_th {
    width: 8rem;
  }
  .box02 table thead th {
    height: 1.8rem;
    font-size: .8rem;
  }
  .box02 table td {
    height: 7rem;
    font-size: .75rem;
  }
  .box02 table td a {
    width: 3rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .6rem;
  }
  .vs_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 1.2rem 0 1rem;
  }
  .vs {
    position: static;
    top: 0;
    left: 0;
    z-index: 1;
    width: 80%;
    margin: .3rem auto .8rem;
  }
  .ht_vs {
    width: 70%;
    height: 11rem;
    position: relative;
  }
  .ht_vs_title {
    width: 6rem;
    height: 1.5rem;
    background-size: 100% 100%;
    line-height: 1.5rem;
    margin-left: 27%;
  }
  .ht_center {
    width: 7rem;
    height: 7rem;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 23%;
    text-align: center;
  }
  .ht_center p {
    font-size: .7rem;
  }
  .ht_center h1 {
    font-size: .8rem;
  }
  .ht_item {
    width: 130%;
    display: flex;
    justify-content: space-between;
    margin-left: -15%;
  }
  .ht_item_fir {
    margin-top: .5rem;
  }
  .ht_item_cur {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .ht_item p {
    font-size: .6rem;
    width: 3.8rem;
    height: 1.4rem;
    border-radius: .9rem;
    line-height: 1.4rem;
  }
  .qt_vs_title {
    width: 6rem;
    height: 1.5rem;
    background-size: 100% 100%;
    line-height: 1.5rem;
    margin-left: 27%;
  }
  .vs_title {
    font-size: .8rem;
    margin-top: -.75rem;
  }
  .qt_vs {
    width: 70%;
    height: 15rem;
  }
  .qt_center {
    width: 50%;
    height: 10.1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .qt_list {
    position: absolute;
    top: 15%;
    left: 9%;
  }
  .qt_list p {
    width: 4rem;
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: .6rem;
    margin-top: .3rem;
  }
  .qt_circle {
    position: absolute;
    top: 34%;
    right: 5%;
    width: 5rem;
    height: 5rem;
    background-size: 100% 100%;
    padding-top: 10%;
  }
  .qt_circle h1 {
    font-size: .8rem;
  }
  .qt_circle p {
    font-size: .7rem;
  }
  .special_list {
    flex-direction: column;
    margin-bottom: .8rem;
    align-items: center;
  }
  .special_item {
    width: 14rem;
    margin: .6rem auto;
  }
  .special_item h3 {
    width: 14rem;
    height: 1.8rem;
    background-size: 100% 100%;
    line-height: 1.8rem;
    font-size: .8rem;
  }
  .special_item .special_body {
    height: auto;
    padding: 1rem;
    margin-top: -2px;
  }
  .special_item:hover h3 {
    background-size: 100% 100%;
  }
  .icon_container {
    width: 4rem;
    background-size: 100% 100%;
    height: 4rem;
    margin: 0 auto .8rem;
  }
  .special_info p {
    font-size: .7rem;
  }
  .special_info p span {
    font-size: .75rem;
  }
  .teacher_tip {
    margin-bottom: .9rem;
    width: 100%;
    height: 3rem;
    background-size: 100% 100%;
  }
  .teacher_tip h5 {
    font-size: .7rem;
    width: 37%;
    margin-right: .8rem;
    box-sizing: border-box;
    padding-left: .4rem;
  }
  .teacher_tip h5 span {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .6rem;
    margin-right: .2rem;
  }
  .teacher_tip2 {
    margin-left: 0;
  }
  .teacher_tip3 {
    margin-left: 0;
  }
  .teacher_tip p {
    width: 80%;
    font-size: .6rem;
    margin: .4rem 0;
  }
  #swiper2 {
    margin-top: .6rem;
    margin-bottom: .8rem;
  }
  .arrow_content {
    height: 1rem;
    margin-top: .8rem;
  }
  .arrow_content div {
    border-radius: .8rem;
    width: 1.6rem;
    height: 1rem;
    margin: 0 .4rem;
  }
  .arrow_content div img {
    height: 54%;
  }
  .teaher_avtor {
    position: relative;
    width: 5rem;
    height: 5rem;
  }
  .teaher_avtor p {
    bottom: -.6rem;
    width: 4rem;
    height: 1.4rem;
    border-radius: .8rem;
    line-height: 1.4rem;
    font-size: .8rem;
  }
  .teacher_text {
    margin-top: .8rem;
  }
  .teacher_text p {
    font-size: .75rem;
  }
  .teacher_text div {
    width: 100%;
    height: 11rem;
    font-size: .6rem;
    margin-top: .9rem;
    padding: 1rem;
    line-height: 1.8;
  }
  .teacher_text div::before {
    top: -.5rem;
    border-bottom: .5rem solid #FAFAFC;
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent;
  }
  #swiper2 .swiper-slide:hover .teacher_text div::before {
    border-bottom: .5rem solid #E1E5F5;
  }
  .wx_img {
    position: relative;
    display: flex;
    margin-bottom: .8rem;
    margin-top: .8rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .wx_img img {
    width: 50%;
  }
  .zz_tip {
    position: absolute;
    width: 10rem;
    height: 5rem;
    background: url(../images/zz_bg.png) no-repeat top center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 1rem;
    text-align: center;
  }
  .zz_tip h3 {
    font-size: .8rem;
    margin-bottom: .4rem;
  }
  .zz_tip p {
    font-size: .7rem;
  }
  .zz_tip p span {
    font-size: .75rem;
  }
  .zz_tip1 {
    top: 0;
    left: 0;
  }
  .zz_tip2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .zz_tip3 {
    bottom: 0;
    right: -6px;
  }
  /* 各地 */
  .region {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }
  .region a {
    width: 24%;
    height: 1.8rem;
    margin-right: 1%;
    margin-bottom: .5rem;
    border-radius: .15rem;
    line-height: 1.8rem;
    font-size: .75rem;
  }
  .region a:nth-child(4n) {
    margin-right: 0;
  }
  /* 各地结束 */
  .role_img {
    width: 100%;
    margin: 0 auto;
  }
  .box07 {
    position: relative;
    z-index: 2;
  }
  .box07 .box_container {
    z-index: 2;
  }
  .box07_inner {
    display: none;
  }
  /* 下方固定star */
  .fixed_bottom {
    height: 3.6rem;
    background-size: auto 100%;
    box-sizing: border-box;
    padding-bottom: .5rem;
  }
  .fixed_bottom div {
    width: 100%;
  }
  .fixed_bottom a {
    width: 5rem;
    height: 1.7rem;
    line-height: 1.6rem;
    background-size: 100%;
    right: 7%;
    font-size: .8rem;
  }
  /* 下方固定end */
  .gift_right {
    right: 0;
  }
  .rabbit {
    width: 4rem;
    margin-left: .4rem;
  }
  .gift_right div {
    margin-top: -27px;
    width: 4rem;
    height: 4.8rem;
    padding-top: 1rem;
  }
  .gift_right a {
    display: block;
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: .6rem;
  }
  .gift_right .close {
    width: .8rem;
    margin: .3rem auto 0;
  }
}