.box {
  position: relative;
  overflow: hidden;
}

.box_top {
  background: url(../images/bg.png) repeat-y center center;
}

.banner {
  height: 904px;
  background: url(../images/banner_bg.png) no-repeat center center;

}

.txt_container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.txt01 {
  width: 558px;
  height: 162px;
  background: url(../images/txt01_bg.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  font-size: 32px;
  color: #B10000;
  font-weight: bold;
  line-height: 176px;
  box-sizing: border-box;
  padding-left: 34px;
}

.txt02 {
  margin-top: -375px;
  margin-left: 80px;
}

.txt03 {
  width: 798px;
  height: 64px;
  background: url(../images/txt03_bg.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 34px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 64px;
  margin: -281px auto 0;
}

.box_wrap {
  width: 1256px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 52px 28px;
  border-left: 1px dashed #F8C400;
  border-bottom: 1px dashed #F8C400;
}

.box01.box_wrap {
  margin-top: -250px;
  padding-bottom: 20px;
}

.box02.box_wrap {
  border-left: 0;
  border-right: 1px dashed #F8C400;
}

.box03.box_wrap {
  padding-bottom: 20px;
  border-bottom: 0;
}

.box01_circle01 {
  position: absolute;
  bottom: -5.5px;
  left: -5.5px;
}

.box01_circle02 {
  position: absolute;
  bottom: -5.5px;
  right: -5.5px;
}

.title {
  display: flex;
  align-items: center;
  margin-bottom: 54px;
}

.title2 {
  flex-direction: row-reverse;
}

.num {
  width: 64px;
  height: 57px;
  background: url(../images/num_bg1.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 52px;
  color: #9A0101;
  font-weight: bold;
  text-align: center;
  line-height: 57px;
  margin-right: 8px;
  box-sizing: border-box;
  padding-right: 10px;
}

.title2 .num {
  margin-right: 0;
  margin-left: 8px;
  background: url(../images/num_bg2.png) no-repeat center center;
  background-size: 100% 100%;
  padding-right: 0;
  padding-left: 10px;
}

.title_yy {
  font-size: 38px;
  font-weight: bold;
  color: #FFD200;
  opacity: 0.13;
  margin-left: 56px;
}

.title2 .title_yy {
  margin-left: 0;
  margin-right: 56px;

}


.title_r {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 44px;
}

.title_r span {

  color: #FFD200;
}

.title_btn {
  display: block;
  width: 400px;
  height: 61px;
  background: #FFD200;
  border-radius: 31px;
  font-size: 29px;
  color: #FF0000;
  font-weight: bold;
  text-align: center;
  line-height: 61px;
  margin-left: 28px;
  cursor: pointer;
}

.region {
  box-sizing: border-box;
  padding: 0 16px;
}

.region a {
  float: left;
  display: block;
  width: 137px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 9px;
  box-sizing: border-box;
  margin-bottom: 32px;
  text-align: center;
  line-height: 56px;
  font-size: 23px;
  color: #950101;
  transition: all .3s linear;
  margin-right: 10px;
}

.region a:hover {
  background: #FFD200;
}

.region a:nth-child(8n) {
  margin-right: 0;
}

.lc_top,
.lc_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.lc_bottom {
  width: 95%;
  margin: 0 auto;
  justify-content: space-between;
}

.lc_img {
  margin: -20px auto 0;
}

.lc_item {
  width: 90px;
  height: 97px;
  background: url(../images/box02_item1.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 25px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  box-sizing: border-box;
  padding-top: 10px;
  margin: 0 80px;
}

.lc_top .lc_item:nth-child(2) {
  margin-left: 120px;
  margin-right: 60px;
}

.lc_top .lc_item:nth-child(3) {
  margin-left: 90px;
}

.lc_bottom .lc_item:nth-child(1) {
  margin-left: 20px;
}

.lc_bottom .lc_item {
  width: 96px;
  height: 89px;
  background: url(../images/box02_item2.png) no-repeat center center;
  background-size: 100% 100%;
  padding-left: 10px;
  padding-top: 0;
  margin: 0;

}

.box03_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.box03_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 530px;
  height: 136px;
  background: url(../images/box03_item.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 0 33px 40px;
  box-sizing: border-box;
  padding: 0 28px;
}

.box03_item_l {
  flex: 1;
}

.box03_item_l h3 {
  margin-bottom: 10px;
  color: #FFFFFF;
  font-size: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box03_item_l p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  color: #FFFFFF;
  font-size: 23px;
}

.box03_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  color: #000000;
  width: 100px;
  height: 100px;
  border: 1px solid #FFFFFF;
  background: linear-gradient(-36deg, #FFAE00 0%, #FFF496 100%);
  box-shadow: -3px 2px 1px 0px rgba(62, 0, 0, 0.43);
  border-radius: 50%;
}

.box_footer {
  height: 848px;
  background: url(../images/footer_bg.png) no-repeat center center;
  background-size: auto 100%;
  box-sizing: border-box;
  padding-top: 73px;
}

.box04_title {
  text-align: center;
  font-size: 57px;
  font-weight: bold;
  color: #FFD200;
  margin-bottom: 88px;
  text-shadow: -3px 2px 1px rgba(255, 0, 16, 0.76);
}

.box04_list {

  display: flex;
  align-items: center;
  justify-content: space-around;
}

.box04_list a {
  display: block;
  width: 252px;
  height: 63px;
  background: linear-gradient(24deg, #FFC600 0%, #FFF496 100%);
  border-radius: 31px;
  margin: 35px auto 0;
  font-size: 27px;
  color: #000000;
  text-align: center;
  line-height: 63px;
  font-weight: bold;
}

.fix_bottom {
  width: 100%;
  height: 193px;
  background: url(../images/fix_bg.png) no-repeat center center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}

.fix_bottom_wrap {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 58px;
}

.fix_bottom_wrap_l {
  display: flex;
  align-items: center;
}

.fix_bottom_wrap h1 {
  font-size: 57px;
  color: #FEEF88;
  text-shadow: 0px 6px 0px #9A0004;
}

.fix_bottom_wrap p {
  font-size: 36px;
  color: #FFFFFF;
}

.fix_bottom_wrap a {
  display: block;
  width: 179px;
  height: 50px;
  background: linear-gradient(24deg, #FFC600 0%, #FFF496 100%);
  border: 2px solid #FFFFFF;
  border-radius: 25px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  color: #D80000;
  text-align: center;
  line-height: 46px;
  margin-top: 57px;
}


.fix_bottom_wrap a.ckxq {

  color: #0051CF;
  background: linear-gradient(24deg, #1AE6F3 0%, #1BB4FB 100%);
}

.fix_r {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 100;
  display: none;
}

.fix_r a,
.go_top {
  display: block;
  width: 158px;
  height: 55px;
  background-color: #640000;
  border: 1px solid #FFFFFF;
  border-right: 0;
  border-radius: 13px 0 0 13px;
  margin-bottom: 6px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.fix_r a span {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  box-sizing: border-box;
  background: #640000 url(../images/icon1.png) no-repeat center center;
}

.fix_r a.fix_r_a2 span {
  background: #640000 url(../images/icon2.png) no-repeat center center;
}

.fix_r a.fix_r_a3 span {
  background: #640000 url(../images/icon3.png) no-repeat center center;
}

.fix_r a.fix_r_a4 span {
  background: #640000 url(../images/icon4.png) no-repeat center center;
}

.fix_r a.fix_r_a5 span {
  background: #640000 url(../images/icon5.png) no-repeat center center;
}

.fix_r a.fix_r_a6 span {
  background: #640000 url(../images/icon6.png) no-repeat center center;
}

.fix_r a:hover {
  transform: scale(1.2);
  color: #FFD200;
  background: linear-gradient(51deg, #FF000E, #FF7200);
}


.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_mask h3 {
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 15px;
  text-align: center;
}

.fixed_form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 628px;
  height: 636px;
  background: url(../../images/modal_bg.png) no-repeat center top;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0 108px 0;
}

.fixed_close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -46px;
  width: 40px;
  height: 40px;
  transition: all .4s;
}

.fixed_close:hover {
  transform: rotate(180deg);
}


.ajax_form {
  width: 100%;
  height: 77%;
  background: #D50300;
  border-radius: 23px;
  box-sizing: border-box;
  padding: 35px;
  margin-top: 30px;
}

.ajax_form {
  width: 100%;
}

.ajax_form p {
  margin-bottom: 14px;
  position: relative;
  height: 53px;
}

.ajax_form p.border,
.yuyue-border {
  border-radius: 9px;
  margin-bottom: 14px;
}

.yuyue-border {
  height: 53px;
}

.ajax_form input,
.ajax_form select {
  width: 49%;
  height: 53px;
  border: 1px solid #FFFFFF;
  border-radius: 9px;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 17px;
  outline: none;
  font-size: 17px;
  float: left;
  background: none;
  appearance: none;
  color: #fff;
}

.ajax_form input::placeholder {
  color: #fff;
}

.ajax_form select {
  background: #d1040f url("../../images/select_bg.png") 95% center no-repeat;
  background-size: 16px;
  border-radius: 9px;
  color: #fff;
}

.ajax_form input#shoujihao {
  width: 100%;
}

.ajax_form input.trueName {
  width: 100%;
}

.ajax_form select#city,
.ajax_form select.exam_type {
  float: right;
}

.ajax_form input#fs {
  width: 49%;
  padding: 0;
  text-align: center;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 9px;
  font-size: 17px;
  float: right;
  color: #BF0312;
}

.ajax_form input.button {
  display: block;
  border: none;
  color: #BF0312;
  float: none;
  width: 268px;
  height: 56px;
  background: linear-gradient(7deg, #FFC600 0%, #FFF496 100%);
  box-shadow: 0px 5px 0px 0px #FFFFFF;
  border-radius: 27px;
  cursor: pointer;
  padding-left: 0;
  margin: 20px auto 0;
  font-size: 30px;
  font-weight: bold;
}

.yuyue-border .nc-container #nc_1_wrapper,
.yuyue-border .nc-container.tb-login #nc_1_wrapper {
  width: 100%;
}

.yuyue-border .nc_scale {
  height: 53px;
}

.yuyue-border .nc-container .nc_scale span {
  width: 53px;
  height: 53px;
  line-height: 53px;
  box-sizing: border-box;
}

.yuyue-border .nc_iconfont,
.yuyue-border .nc-container .nc_scale .scale_text {
  font-size: 17px;
}

/* 分校 */
.fx_container {
  background: #640000;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 40px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fx_container select {
  width: 350px;
  height: 54px;
  background: #fff url(../images/select_bg2.png) no-repeat 90% center;
  appearance: none;
  outline: none;
  border-radius: 10px;
  padding-left: 14px;
  color: #000;
  font-size: 22px;
}


.shubiao {
  position: relative;
  width: 270px;
  height: 56px;
}

.shubiao a {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: #ff0000;
  border-radius: 28px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
}

.ab_img {
  position: absolute;
  right: 19px;
  bottom: -23px;
  animation: shubiao 1s infinite;
}

@keyframes shubiao {
  0% {
    right: 19px;
    bottom: -23px;
  }

  50% {
    right: 9px;
    bottom: -33px;
  }

  100% {
    right: 19px;
    bottom: -23px;
  }
}

/* 阴影 */
.box01_yy {
  background: #960101;
  width: 27px;
  height: 85px;
  border-bottom: 1px dashed #F8C400;
  position: absolute;
  left: -1px;
  top: 0;
}

@media only all and (max-width:1080px) {
  .box_top {
    background-size: 100% auto;
  }

  .banner {
    height: 20.6rem;
    background-size: auto 100%;
  }

  .txt_container {
    width: 100%;
  }

  .txt01 {
    width: 13.95rem;
    height: 4.05rem;
    font-size: 0.8rem;
    line-height: 4.7rem;
    padding-left: 0.85rem;
  }

  .txt02 {
    width: 100%;
    margin-top: -4rem;
    margin-left: 13%;
  }

  .txt03 {
    width: 90%;
    height: 1.6rem;
    font-size: 0.8rem;
    line-height: 1.6rem;
    margin: -3rem auto 0;
  }

  .box_wrap {
    width: 96%;
    padding: 1rem 0.4rem;
    border-left: 0.025rem dashed #F8C400;
    border-bottom: 0.025rem dashed #F8C400;
  }

  .box01.box_wrap {
    margin-top: -6.25rem;
    padding-bottom: 0.5rem;
  }

  .box02.box_wrap {
    border-right: 0.025rem dashed #F8C400;
  }

  .box03.box_wrap {
    padding-bottom: 0.5rem;
    border-bottom: 0;
  }

  .box01_circle01 {
    position: absolute;
    bottom: -5.0.125rem;
    left: -5.0.125rem;
  }

  .box01_circle02 {
    position: absolute;
    bottom: -5.0.125rem;
    right: -5.0.125rem;
  }

  .title {
    margin-bottom: 1rem;
  }

  .num {
    width: 1.6rem;
    height: 1.425rem;
    font-size: .8rem;
    line-height: 1.425rem;
    margin-right: 0.2rem;
    padding-right: 0.25rem;
  }

  .title2 .num {
    padding-left: 0.25rem;
  }

  .title_yy {
    font-size: 0.8rem;
    ;
    opacity: 0.13;
    margin-left: .4rem;
  }

  .title2 .title_yy {
    margin-right: .4rem;
  }

  .title_r {
    font-size: .8rem;
  }

  .title_btn {
    width: auto;
    height: auto;
    border-radius: 0.775rem;
    font-size: 0.725rem;
    line-height: 1rem;
    margin-left: 0.7rem;
  }

  .region {
    padding-top: 0;
  }

  .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(8n) {
    margin-right: 1%;
  }

  .region a:nth-child(4n) {
    margin-right: 0;
  }

  .lc_top,
  .lc_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .lc_bottom {
    width: 95%;
    margin: 0 auto;
    justify-content: space-between;
  }

  .lc_img {
    width: 100%;
    margin: -0.0rem auto 0;
  }

  .lc_item {
    width: 2.25rem;
    height: 2.425rem;
    font-size: 0.625rem;
    padding-top: 0.25rem;
    margin: 0 .7rem;
  }

  .lc_top .lc_item:nth-child(2) {
    margin-left: 1rem;
    margin-right: .6rem;
  }

  .lc_top .lc_item:nth-child(3) {
    margin-left: .8rem;
  }

  .lc_bottom .lc_item:nth-child(1) {
    margin-left: 0.4rem;
  }

  .lc_bottom .lc_item {
    width: 2.4rem;
    height: 2.225rem;
    padding-left: 0.25rem;
  }

  .box03_list {
    flex-direction: column;
    justify-content: center;
  }

  .box03_item {
    width: 13.25rem;
    height: 3.4rem;
    margin: 0 0.825rem 1rem;
    padding: 0 0.7rem;
  }

  .box03_item_l h3 {
    margin-bottom: 0.25rem;
    font-size: 0.775rem;
  }

  .box03_item_l p {
    font-size: 0.575rem;
  }

  .box03_item a {

    font-size: 0.575rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .box_footer {
    height: auto;
    background: url(../images/footer_bg.png) no-repeat center center;
    background-size: auto 100%;
    padding-top: 1.825rem;
  }

  .box04_title {
    font-size: 1rem;
    margin-bottom: 2.2rem;
  }

  .box04_list {
    flex-direction: column;
  }

  .box04_list a {
    width: 6.3rem;
    height: 1.575rem;
    border-radius: 0.775rem;
    margin: 0.875rem auto 0;
    font-size: 0.675rem;
    line-height: 1.575rem;
  }

  .box04_item {
    width: 80%;
    margin-bottom: .8rem;
  }

  .box04_item img {
    width: 100%;
    height: auto;
  }

  .fix_bottom {
    width: 100%;
    height: 4.825rem;
    background: url(../images/fix_bg.png) no-repeat center center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    display: none;
  }

  .fix_bottom_wrap {
    width: 30rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 1.45rem;
  }

  .fix_bottom_wrap_l {
    display: flex;
    align-items: center;
  }

  .fix_bottom_wrap h1 {
    font-size: 1.425rem;
    color: #FEEF88;
    text-shadow: 0rem 0.15rem 0rem #9A0004;
  }

  .fix_bottom_wrap p {
    font-size: 0.9rem;
    color: #FFFFFF;
  }

  .fix_bottom_wrap a {
    display: block;
    width: 4.475rem;
    height: 1.25rem;
    background: linear-gradient(24deg, #FFC600 0%, #FFF496 100%);
    border: 2px solid #FFFFFF;
    border-radius: 0.625rem;
    box-sizing: border-box;
    font-size: 0.6rem;
    font-weight: bold;
    color: #D80000;
    text-align: center;
    line-height: 1.15rem;
    margin-top: 1.425rem;
  }

  .fix_bottom_wrap a.ckxq {
    color: #0051CF;
    background: linear-gradient(24deg, #1AE6F3 0%, #1BB4FB 100%);
  }

  .fix_r {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 100;
    display: none;
  }

  .fix_r a,
  .go_top {
    display: block;
    width: 3.95rem;
    height: 1.375rem;
    background-color: #640000;
    border: 1px solid #FFFFFF;
    border-right: 0;
    border-radius: 0.325rem 0 0 0.325rem;
    margin-bottom: 0.15rem;
    font-size: 0.45rem;
    color: #FFFFFF;
    line-height: 1.325rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .fix_r a span {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.2rem;
    box-sizing: border-box;
    background: #640000 url(../images/icon1.png) no-repeat center center;
  }

  .fix_r a.fix_r_a2 span {
    background: #640000 url(../images/icon2.png) no-repeat center center;
  }

  .fix_r a.fix_r_a3 span {
    background: #640000 url(../images/icon3.png) no-repeat center center;
  }

  .fix_r a.fix_r_a4 span {
    background: #640000 url(../images/icon4.png) no-repeat center center;
  }

  .fix_r a.fix_r_a5 span {
    background: #640000 url(../images/icon5.png) no-repeat center center;
  }

  .fix_r a.fix_r_a6 span {
    background: #640000 url(../images/icon6.png) no-repeat center center;
  }

  .fix_r a:hover {
    transform: scale(1.2);
    color: #FFD200;
    background: linear-gradient(51deg, #FF000E, #FF7200);
  }

  .fixed_form {
    width: 100%;
    height: 19rem;
    background-size: 100% 100%;
    padding: 0 13% 0;
  }

  .fixed_mask h3 {
    font-size: .8rem;
    line-height: 1.9rem;
  }

  .fixed_close {
    top: -1.6rem;
    width: 1.4rem;
    height: 1.4rem;
  }

  .ajax_form {
    height: 80%;
    border-radius: .8rem;
    padding: .4rem;
    margin-top: 1rem;
  }

  .ajax_form p {
    margin-bottom: .5rem;
    height: 1.8rem;
  }

  .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 {
    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;
  }

  .ajax_form input.button {
    width: 70%;
    height: 1.8rem;
    border-radius: 1rem;
    margin: .8rem auto 0;
    font-size: .8rem;
  }

  /* 分校 */
  .fx_container {
    border-radius: .6rem;
    padding: .8rem;
    flex-direction: column;
  }

  .fx_container select {
    width: 80%;
    height: 2rem;
    margin-bottom: .4rem;

    border-radius: .6rem;
    padding-left: 1rem;
    font-size: .7rem;
  }


  .shubiao {
    width: 80%;
    height: 2rem;
  }

  .shubiao a {
    border-radius: 1rem;
    font-size: .8rem;
    line-height: 2rem;
  }

  .ab_img {
    right: 0.475rem;
    bottom: -0.575rem;
    animation: shubiao 1s infinite;
    width: 2rem;
    height: auto;
  }

  @keyframes shubiao {
    0% {
      right: 0.475rem;
      bottom: -0.575rem;
    }

    50% {
      right: 0.225rem;
      bottom: -0.825rem;
    }

    100% {
      right: 0.475rem;
      bottom: -0.575rem;
    }
  }

  .box01_yy {
    width: 0.3rem;
    height: 2.125rem;
    border-bottom: 0.025rem dashed #F8C400;
    left: -0.09rem;
  }

}