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

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

.box01_title{
  padding-bottom: 30px;
  text-align: center;
  font-size: 44px;
}

.box01_txt01,.box01_txt02,.box01_txt03{
  float: left;
  margin-bottom: 44px;
  text-align: center;
}

.box01_txt01{
  margin-left: 110px;
}

.box01_txt02{
  margin-left: 300px;
}

.box01_txt03{
  margin-left: 280px;
}

.banner h1 {
  padding-top: 22px;
}

.banner h1 a {
  display: block;
  width: 185px;
  height: 44px;
  overflow: hidden;
  text-indent: -100em;
  background: url(../images/logo.png) no-repeat;
}

.txt {
  width: 458px;
  height: 206px;
  margin: 80px auto 10px auto;
  background-image: url(../images/txt.png);
  background-repeat: no-repeat;
}

.txt02 {
  font-size: 106px;
}

.txt03 {
  width: 911px;
  height: 30px;
  margin: 10px auto 0 auto;
  background-image: url(../images/txt03.png);
  background-repeat: no-repeat;
}

.box_bg {
  position: relative;
  margin-top: -436px;
  margin-bottom: 46px;
  z-index: 12;
}

#box_change02 {
  display: none;
  height: 114px;
}

#box_change02.fixed {
  display: block;
}

.box_change.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  z-index: 11;
}

.box_change a {
  position: relative;
  float: left;
  width: 368px;
  height: 114px;
  margin-right: 4px;
  background-color: #fefcfc;
  text-align: center;
  line-height: 114px;
  font-size: 48px;
  cursor: pointer;
  z-index: 0;
}

.box_change a:last-child {
  margin-right: 0;
}

.box_change a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(235, 33, 15, 1), rgba(251, 77, 62, 1));
  opacity: 0;
  transition: opacity .5s;
  z-index: -1;
}

.box_change a.active::before {
  opacity: 1;
}

.box_change a.active {
  color: #fff;
}

.box01 {
  position: relative;
  padding-bottom: 60px;
  background-color: #f5f6f8;
  z-index: 1;
}

.box01 .wrap>img {
  margin: 0 auto 44px auto;
}

.box01_list {
  width: 716px;
  margin: 0 auto;
}

.box01_list li {
  float: left;
  width: 224px;
  height: 210px;
  padding: 0 17px;
  margin-right: 200px;
  box-shadow: 0px 6px 40px 0px rgba(238, 237, 237, 0.75);
  border-radius: 20px;
  background-color: #fff;
}

.box01_list li:last-child {
  margin-right: 0;
}

.list_title {
  width: 164px;
  height: 42px;
  margin: 0 auto 30px auto;
  border-radius: 0 0 40px 40px;
  background: linear-gradient(90deg, rgba(233, 28, 10, 1), rgba(252, 79, 64, 1));
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 42px;
}

.box01_list p {
  margin-bottom: 16px;
}

.box01_list img {
  float: left;
  margin-right: 10px;
}

.box02 {
  position: relative;
  background-color: #f5f6f8;
  z-index: 1;
}

.question_wrap i {
  float: left;
  width: 72px;
  height: 63px;
  background-image: url(../images/question.png);
  background-repeat: no-repeat;
  font-style: normal;
  color: #fff;
  line-height: 63px;
  font-size: 32px;
}

.question i {
  width: 58px;
  padding-left: 14px;
}

.answer i {
  float: right;
  width: 48px;
  padding-left: 24px;
  margin-top: 24px;
  margin-left: 8px;
  background-image: url(../images/answer.png);
}

.question .msg {
  float: left;
  height: 58px;
  padding: 0 36px;
  margin-left: 10px;
  line-height: 58px;
  border-radius: 40px;
  box-shadow: 0px 6px 36px 0px rgba(228, 228, 228, 0.75);
}

.answer {
  margin-top: 32px;
}

.answer .msg {
  float: right;
  width: 622px;
  height: 124px;
  padding: 0 46px;
  background-color: #ffeaea;
  border-radius: 80px;
}

.answer .msg p {
  display: table-cell;
  width: 714px;
  height: 124px;
  vertical-align: middle;
  line-height: 34px;
}

.job {
  position: relative;
  margin-top: 80px;
}

.job .pos_circle {
  position: absolute;
  top: 252px;
  left: -50px;
}

.title {
  position: relative;
  display: table;
  margin: 0 auto;
  font-size: 44px;
}

.title::after, .title::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -150px;
  width: 178px;
  height: 45px;
  background-image: url(../images/title_l.png);
  background-repeat: no-repeat;
  z-index: 1;
}

.title::after {
  top: auto;
  bottom: -20px;
  left: auto;
  right: -166px;
  background-image: url(../images/title_r.png);
}

.title p {
  position: relative;
  z-index: 2;
}

.title span {
  position: relative;
  display: inline-block;
  width: 71px;
  height: 65px;
  margin: 0 5px;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  text-align: center;
  line-height: 65px;
  color: #f43a2a;
  font-size: 48px;
}

.job_bg {
  width: 555px;
  height: 313px;
  padding-top: 66px;
  padding-left: 26px;
  margin-top: 34px;
  background-image: url(../images/job_bg.png);
  background-repeat: no-repeat;
}

.job_bg p {
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  color: #fff;
  font-size: 34px;
}

.job_change {
  position: absolute;
  top: 30px;
  left: 94px;
}

.job_change_l {
  float: left;
}

.job_change_l p {
  width: 164px;
  height: 159px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  background-color: #f4f4f3;
  line-height: 36px;
  cursor: pointer;
  font-size: 22px;
}

.job_change_l p:last-child {
  height: 160px;
  border: none;
}

.job_change_l p span {
  display: table-cell;
  vertical-align: middle;
  width: 164px;
  height: 160px;
}

.job_change_l p span b {
  font-weight: bold;
}

.job_change_l p.active {
  background: linear-gradient(0deg, rgba(255, 146, 28, 1), rgba(253, 78, 8, 1));
  color: #fff;
  border-color: #fe7d16;
}

.job_change_r {
  float: left;
  width: 820px;
  height: 430px;
  padding-top: 50px;
  padding-left: 34px;
  background: #fff;
  box-shadow: 0px 12px 108px 0px rgba(234, 233, 233, 0.75);
  border-radius: 0 8px 8px 0;
}

.job_tab {
  display: none;
}

.job_tab.active {
  display: block;
}

.job_change_r img {
  box-shadow: 0px 6px 36px 0px rgba(232, 232, 232, 0.75);
}

.job01 {
  float: left;
  margin-right: 24px;
}

.job03 {
  margin-top: 46px;
}

.job_tab02 img {
  float: left;
  margin-right: 18px;
}

.job_tab02 img:last-child {
  margin-right: 0;
}

.job08 {
  margin-top: 26px;
}

.job09 {
  float: left;
  margin-left: 20px;
}

.job10 {
  float: left;
}

.gove {
  padding-top: 55px;
  padding-bottom: 65px;
  margin-top: 200px;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: center;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 54px;
  margin-bottom: 37px;
}

.flex li {
  padding-right: 48px;
  height: 72px;
  line-height: 72px;
  background-color: #fff;
  border-radius: 16px 6px 6px 16px;
  font-size: 22px;
}

.flex li:last-child {
  margin-left: 134px;
}

.flex li img {
  float: left;
  margin-right: 24px;
}

.flex li b {
  font-size: 30px;
  color: #fd1e0b;
}

.gove_img {
  float: left;
}

.gove_msg {
  float: left;
  width: 558px;
  height: 200px;
  padding-top: 64px;
  padding-left: 85px;
  margin-top: 96px;
  margin-left: 28px;
  background-image: url(../images/ht.png);
  background-repeat: no-repeat;
  line-height: 34px;
}

.gove_msg p {
  color: #ed5249;
}
.static{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height:114px;
  background-color:transparent;
  z-index: -1;
}
.interview {
  position: relative;
  padding-top: 72px;
  padding-bottom: 60px;
  background-color: #fff;
}

.interview .pos_circle {
  position: absolute;
  top: 440px;
  right: -50px;
}

.interview_msg {
  margin-top: 56px;
}

.interview_msg img {
  float: right;
}

.books_name {
  float: right;
}

.inter_tips {
  width: 280px;
  height: 52px;
  padding-left: 46px;
  margin-top: 40px;
  line-height: 52px;
  border-radius: 12px 80px 0 0;
  background: linear-gradient(to right, #ed2816, #fc5a4d);
  color: #fff;
  font-size: 22px;
}

.interview_txt {
  width: 534px;
  height: 106px;
  padding-top: 36px;
  padding-left: 36px;
  background-color: #fff;
  box-shadow: 0px 6px 24px 0px rgba(230, 230, 230, 0.75);
  border-radius: 0 10px 10px 10px;
  line-height: 36px;
}

.interview_msg02 {
  margin-top: 44px;
}

.interview_msg02_l {
  float: left;
  width: 466px;
}

.inter_tips02 {
  width: 268px;
  height: 52px;
  margin-bottom: 34px;
  line-height: 52px;
  color: #fff;
  font-size: 22px;
  border-radius: 0 40px 40px 34px;
  background: linear-gradient(to right, #ed2816, #fc5a4d);
  text-align: center;
}

.tips_msg {
  margin-bottom: 20px;
}

.tips_msg span {
  color: #ef2c1a;
  font-size: 22px;
}

.circle_wrap {
  position: absolute;
  top: 4px;
  left: -6px;
  background-color: #fff;
  width: 18px;
  height: 12px;
}

.circle_wrap.active {
  top: 0;
  height: 16px;
}

.circle.active {
  top: 4px;
}

.circle_wrap.on {
  height: 80px;
}

.circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border: 2px solid #e60012;
  border-radius: 50%;
  background-color: #fff;
}

.interview_msg02_l li {
  position: relative;
  border-left: 1px solid #ef2d1b;
  padding-left: 24px;
  padding-bottom: 20px;
}

.interview_msg02_l li p {
  margin-top: 10px;
  color: #757474;
}

.interview_msg02_r {
  float: right;
  width: 644px;
  height: 490px;
  background-color: #f9f9f9;
}

.interview_msg02_r .inter_tips02 {
  width: 326px;
  margin: 0 auto 50px auto;
}

.interview_msg02_r img {
  margin: 0 auto;
}

.interview02 .pos_circle {
  position: absolute;
  top: 340px;
  left: -100px;
}

.interview_tips02 {
  position: relative;
  width: 938px;
  height: 78px;
  padding: 24px 70px 0 70px;
  margin: 34px 0 30px 25px;
  border-radius: 0 80px 80px 0;
  background: linear-gradient(to right, #ef2a18, #fc5345);
  color: #fff;
  line-height: 28px;
}

.interview_tips02 i {
  position: absolute;
  top: 20px;
  left: -33px;
  width: 66px;
  height: 66px;
  background-image: url(../images/interview02.png);
  background-repeat: no-repeat;
}

.interview02_l {
  float: left;
}

.inter02 {
  margin-top: 20px;
}

.interview02_r {
  float: right;
  width: 730px;
  height: 522px;
  background: #fff;
  box-shadow: 0px 6px 52px 0px rgba(236, 236, 236, 0.75);
}

.interview02_r img {
  margin: 54px auto 0 auto;
}

.box03 {
  position: relative;
  padding-top: 56px;
  z-index: 1;
  background-color: #f5f6f8;
}

.box03_title {
  display: table;
  height: 82px;
  border: 2px solid #e60012;
  padding-right: 50px;
  margin: 0 auto 50px auto;
  border-radius: 40px;
  line-height: 82px;
  font-size: 36px;
  color: #e60012;
}

.box03_title img {
  float: left;
  margin: 4px 14px 0 4px;
}

.box03_l {
  float: left;
  width: 612px;
  height: 252px;
  padding-top: 25px;
  padding-left: 30px;
  background-image: url(../images/box03_l.png);
  background-repeat: no-repeat;
  color: #fff;
}

.box03_l p {
  margin-bottom: 14px;
}

.box03_l p span {
  display: inline-block;
  height: 38px;
  border: 1px solid #fff;
  padding: 0 14px;
  margin-left: 8px;
  letter-spacing: 12px;
  line-height: 38px;
  font-size: 24px;
}

.box03_l div {
  width: 290px;
  height: 98px;
  padding-top: 12px;
  padding-left: 30px;
  margin-bottom: 12px;
  background: rgba(250, 89, 75, 1);
  border-radius: 6px;
  line-height: 30px;
}

.box03_r {
  float: right;
}

.guard {
  padding-bottom: 50px;
}

.serve {
  position: relative;
  padding: 60px 0;
  background-color: #f7f7f7;
}

.circle_container {
  position: relative;
  height: 470px;
  margin-top: 140px;
  margin-bottom: 40px;
}

.line {
  position: absolute;
  width: 968px;
  height: 358px;
  top: 0;
  left: 50%;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-50%);
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 148px;
  height: 148px;
  border: 1px dashed #fff;
  background-color: #fff;
  box-shadow: 0px 6px 30px 0px rgba(253, 233, 231, 0.75);
  border-radius: 50%;
  text-align: center;
  color: #525151;
  z-index: 1;
  transition: border-color .5s ease;
}

.circle01 {
  top: 264px;
  left: 0;
}

.circle02 {
  top: 66px;
  left: 126px;
}

.circle03 {
  top: -69px;
  left: 343px;
}

.circle04 {
  top: -70px;
  left: 590px;
}

.circle05 {
  top: 50px;
  left: 812px;
}

.circle06 {
  top: 268px;
  left: 954px;
}

.circle06 .circle_wrpper {
  height: 116px;
  padding-top: 14px;
}

.circle_wrpper {
  width: 132px;
  height: 106px;
  padding-top: 26px;
  margin: 8px auto 0 auto;
  background-color: #fff;
  border-radius: 50%;
  line-height: 26px;
  transition: color .5s ease;
}

.circles p {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  transition: color .5s ease;
}

.circles:hover {
  border-color: #ff2a2a;
}

.circles:hover p {
  color: #fff;
}

.circles:hover .circle_wrpper {
  background: linear-gradient(0deg, rgba(237, 38, 21, 1), rgba(248, 133, 44, 1));
  color: #fff;
}

.column {
  position: absolute;
  bottom: 30px;
  left: 48%;
  transform: translateX(-50%);
}

.column li {
  display: inline-block;
  margin-right: 22px;
  text-align: center;
  vertical-align: bottom;
}

.column li:last-child {
  margin-right: 0;
}

.column li span {
  display: block;
  width: 56px;
  margin: 0 auto;
  border-radius: 40px 40px 0 0;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  color: #fff;
  text-align: center;
  line-height: 56px;
  letter-spacing: 4px;
}

.column li p {
  margin-top: 10px;
}

.column01 span {
  height: 136px;
  background: linear-gradient(to right, #feca28, #fbac0b);
}

.column02 span {
  height: 180px;
  background: linear-gradient(to right, #fba807, #fb9207);
}

.column03 span {
  height: 206px;
  background: linear-gradient(to right, #fb8806, #fc6801);
}

.column04 span {
  height: 236px;
  background: linear-gradient(to right, #fc6401, #fc4509);
}

.column05 span {
  height: 260px;
  background: linear-gradient(to right, #fb440b, #f02b16);
}

.column06 span {
  height: 288px;
  background: linear-gradient(to right, #ee2d10, #d71a04);
}

.return {
  padding-top: 60px;
  background-color: #fff;
}

.return_main {
  position: relative;
  width: 1113px;
  height: 213px;
  margin-top: -50px;
  background-image: url(../images/return.png);
  background-repeat: no-repeat;
  color: #fff;
}

.return_main p {
  padding-top: 76px;
  margin-left: 120px;
}

.return_main img {
  position: absolute;
  top: 31px;
  right: -12px;
}

.return_main span {
  display: block;
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
}

.box04 {
  margin-top: 60px;
  margin-bottom: 70px;
}

.tips {
  margin-bottom: 30px;
  text-align: center;
  font-size: 48px;
}

.box04 li {
  float: left;
  width: 276px;
  height: 252px;
  margin-right: 2px;
  padding-top: 42px;
  background: #fff;
  transition: box-shadow .5s ease;
  text-align: center;
  line-height: 32px;
}

.box04 li:last-child {
  margin-right: 0;
}

.box04 li img {
  margin: 0 auto 25px auto;
}

.box04 li:hover {
  box-shadow: 0px 6px 52px 0px rgba(240, 239, 239, 0.75);
}

.box05 {
  padding-bottom: 70px;
}

.box05 a {
  float: left;
  width: 130px;
  height: 48px;
  border: 1px solid #f7f7f7;
  margin-right: 7px;
  margin-bottom: 10px;
  background-color: #f7f7f7;
  text-align: center;
  line-height: 50px;
  border-radius: 8px;
  transition: background .5s ease, border .5s ease;
  ;
}

.box05 a:hover {
  border-color: #f0574e;
  background-color: #fff;
  color: #f0574e;
}

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

@media only all and (max-width:1600px) {
  .interview02 .pos_circle {
    display: none;
  }
}

@media only all and (max-width:1400px) {
  .pos_circle {
    display: none;
  }
}

@media only all and (max-width:1080px) {
  .banner {
    height: 13.35rem;
  }

  .banner h1 {
    padding-top: .5rem;
  }

  .banner h1 a {
    display: none;
  }

  .txt {
    width: 11.45rem;
    height: 5.15rem;
    margin: 1.5rem auto .5rem auto;
    background-size: 100%;
  }

  .txt02 {
    font-size: 2rem;
  }

  .txt03 {
    width: 96%;
    height: .7rem;
    margin: .3rem auto 0 auto;
    background-size: 100%;
  }

  .box_change a {
    width: 32.666%;
    height: 2.85rem;
    margin-right: 1%;
    line-height: 2.85rem;
    font-size: 1.2rem;
  }

  .box01 .wrap>img {
    width: 100%;
    padding-top: 1rem;
    margin: 0 auto;
  }

  .box01_list {
    width: 100%;
    margin-top: 1rem;
  }

  .box01_list li {
    width: calc(49% - .5rem);
    height: 6.25rem;
    padding: 0 .25rem;
    margin-right: 2%;
    border-radius: .5rem;
  }

  .list_title {
    width: 5.4rem;
    height: 1.2rem;
    margin: 0 auto .5rem auto;
    border-radius: 0 0 1rem 1rem;
    font-size: .7rem;
    line-height: 1.2rem;
  }

  .box01_list p {
    margin-bottom: .4rem;
  }

  .box01_list img {
    width: .8rem;
    margin-top: .15rem;
    margin-right: .25rem;
  }

  .question_wrap {
    padding-top: 1rem;
    padding-bottom: .5rem;
  }

  .question_wrap i {
    width: 1.55rem;
    height: 1.8rem;
    margin-top: .2rem;
    background-size: 100%;
    line-height: 1.7rem;
    font-size: .8rem;
  }

  .question i {
    padding-left: .45rem;
  }

  .answer i {
    width: 1.3rem;
    padding-left: .7rem;
    margin-top: 2.2rem;
    margin-left: .2rem;
  }

  .question .msg {
    height: 2.2rem;
    padding: 0 .9rem;
    margin-left: .25rem;
    line-height: 2.2rem;
    border-radius: 1rem;
  }

  .answer {
    margin-top: .5rem;
  }

  .answer .msg {
    width: calc(100% - 5rem);
    height: auto;
    padding: 1rem;
    border-radius: .4rem;
  }

  .answer .msg p {
    width: 100%;
    height: auto;
    line-height: 1.2rem;
  }

  .title {
    font-size: 1rem;
  }

  .title span {
    width: 2rem;
    height: 1.85rem;
    margin: 0 .25rem;
    background-size: 100%;
    line-height: 1.85rem;
    font-size: 1.2rem;
  }

  .title::after, .title::before {
    top: -.1rem;
    left: -3.7rem;
    width: 4.45rem;
    height: 1.125rem;
    background-size: 100%;
  }

  .title::after {
    top: auto;
    bottom: -.65rem;
    left: auto;
    right: -3.7rem;
    width: 4rem;
  }

  .job {
    margin-top: 1rem;
  }

  .job_bg {
    width: 100%;
    height: auto;
    padding-top: .5rem;
    padding-left: 0;
    margin-top: 0;
    background-image: none;
  }

  .job_bg p {
    color: #000;
    font-size: .95rem;
    writing-mode: horizontal-tb;
    text-align: center;
  }

  .job_change {
    position: static;
  }

  .job_change_l {
    float: none;
    margin: 1rem 0;
    overflow: hidden;
  }

  .job_change_l p {
    float: left;
    width: 33.33%;
    height: 3rem;
    line-height: 1rem;
    font-size: .85rem;
    border: none;
  }

  .job_change_l p span {
    height: 3rem;
  }

  .job_change_l p:last-child {
    height: 3rem;
  }

  .job_change_r {
    width: calc(100% - 1rem);
    height: auto;
    padding: .5rem;
    border-radius: .2rem;
  }

  .job_change_r img {
    float: none;
    max-width: 100%;
    margin: 0 auto;
  }

  .job05, .job06, .job09, .job10 {
    display: none;
  }

  .job_tab01 .fl {
    display: none;
  }

  .job_tab03 .fl {
    float: none;
  }

  .job_change_r .job07 {
    margin-bottom: .3rem;
  }

  .gove {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 0;
  }

  .flex {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .flex li {
    padding-right: 1rem;
    height: 2rem;
    line-height: 2rem;
    font-size: .75rem;
  }

  .flex li:last-child {
    margin-left: .5rem;
  }

  .flex li img {
    width: 2rem;
    margin-right: .4rem;
  }

  .flex li b {
    font-size: .8rem;
  }

  .gove_img {
    float: none;
    width: 100%;
    margin: .5rem auto;
  }

  .gove_msg {
    float: none;
    width: 100%;
    height: 6rem;
    padding-top: 1.4rem;
    padding-left: 0;
    margin-top: 1rem;
    margin-left: 0;
    background-image: none;
    background-color: #fff;
    border-radius: .4rem;
    line-height: 1.2rem;
    text-align: center;
  }

  .interview {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .interview_msg {
    margin-top: 1rem;
  }

  .books_name {
    float: none;
  }
  .box03{
    padding-top: .6rem;
  }
  .interview_msg img {
    float: none;
    width: 100%;
  }

  .inter_tips {
    width: 9rem;
    height: 1.6rem;
    padding-left: .5rem;
    margin-top: 1rem;
    line-height: 1.6rem;
    border-radius: .3rem 20rem 0 0;
    font-size: .78rem;
  }

  .interview_txt {
    width: calc(100% - .9rem);
    height: 3.2rem;
    padding-top: .9rem;
    padding-left: .9rem;
    border-radius: 0 .25rem .25rem .25rem;
    line-height: 1.2rem;
  }

  .interview_msg02 {
    margin-top: 1rem;
  }

  .interview_msg02_l {
    float: none;
    width: 100%;
    padding-bottom: .5rem;
    overflow: hidden;
  }

  .inter_tips02 {
    width: 7.4rem;
    height: 1.6rem;
    margin-bottom: .8rem;
    line-height: 1.6rem;
    font-size: .8rem;
    border-radius: 0 1rem 1rem .85rem;
  }

  .tips_msg span {
    font-size: .8rem;
  }

  .tips_msg {
    margin-bottom: .5rem;
  }

  .interview_msg02_l li {
    padding-left: .8rem;
    padding-bottom: .5rem;
    margin-left: .5rem;
  }

  .interview_msg02_l li p {
    margin-top: .25rem;
  }

  .circle_wrap {
    top: .2rem;
    left: -.3rem;
    width: .45rem;
    height: .3rem;
  }

  .interview_msg02_r {
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
  }

  .interview_msg02_r .inter_tips02 {
    width: 12rem;
    margin: 0 auto 1rem auto;
  }

  .interview_msg02_r img {
    width: 96%;
    margin: 0 auto;
  }

  .interview_tips02 {
    position: relative;
    width: calc(100% - 1rem);
    height: auto;
    padding: .5rem 1rem .5rem .5rem;
    margin: 1rem 0;
    border-radius: 0 3rem 3rem 0;
    line-height: 1.2rem;
  }

  .interview_tips02 i {
    display: none;
  }

  .interview02_l {
    float: none;
  }

  .interview02_l img {
    max-width: 100%;
    margin: 0 auto .5rem auto;
  }

  .interview02_r {
    float: none;
    width: 100%;
    height: auto;
  }

  .interview02_r img {
    width: 100%;
    margin: 0 auto;
  }

  .guard {
    padding-top: 1.2rem;
    padding-bottom: 1rem;
  }

  .box03_title {
    height: 2rem;
    border-width: 1px;
    padding-left: .1rem;
    padding-right: 1rem;
    margin: 0 auto 1.2rem auto;
    border-radius: 1rem;
    line-height: 2rem;
    font-size: .9rem;
  }

  .box03_title img {
    width: 1.8rem;
    margin: .1rem .35rem 0 .1rem;
  }

  .box03_l {
    float: none;
    width: calc(100% - 1rem);
    height: auto;
    padding: 1rem .5rem;
    margin-bottom: 1rem;
    background-image: none;
    background-color: rgba(235, 33, 15, 1);
    border-radius: .4rem;
  }

  .box03_l p {
    margin-bottom: .5rem;
  }

  .box03_l p:last-child {
    margin-bottom: 0;
  }

  .box03_l p span {
    height: 1.2rem;
    padding: 0 .3rem;
    margin-left: .2rem;
    letter-spacing: .3rem;
    line-height: 1.2rem;
    font-size: .8rem;
  }

  .box03_l div {
    width: calc(96% - 1.1rem);
    height: auto;
    padding: .3rem 0 .4rem .8rem;
    margin-bottom: .5rem;
    border-radius: .15rem;
    line-height: 1.2rem;
  }

  .box03_r {
    float: none;
    width: 100%;
  }

  .serve {
    padding: .5rem 0;
  }

  .circle_container {
    height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .line {
    display: none;
  }

  .circle_container {
    overflow: hidden;
  }

  .circles {
    float: left;
    position: static;
    width: 5.5rem;
    height: 5.5rem;
    margin-right: .35rem;
    margin-bottom: .5rem;
  }

  .circle03, .circle06 {
    margin-right: 0;
  }

  .circle_wrpper {
    width: 5rem;
    height: 4rem;
    padding-top: 1rem;
    margin: .25rem auto 0 auto;
    line-height: 1.1rem;
  }

  .circles p {
    margin-bottom: .15rem;
    font-size: .8rem;
  }

  .circle06 .circle_wrpper {
    height: 4.5rem;
    padding-top: .5rem;
  }

  .column {
    position: static;
    transform: translateX(0);
  }

  .column li {
    margin-right: 0;
    font-size: .6rem;
  }

  .column li span {
    width: 1.2rem;
    border-radius: 1rem 1rem 0 0;
    line-height: 1.2rem;
  }

  .column li p {
    margin-top: .25rem;
  }

  .column01 span {
    height: 4.5rem;
  }

  .column02 span {
    height: 6.5rem;
  }

  .column03 span {
    height: 8rem;
  }

  .column04 span {
    height: 9.5rem;
  }

  .column05 span {
    height: 10.5rem;
  }

  .column06 span {
    height: 12rem;
  }

  .return {
    padding-top: 1rem;
  }

  .return_main {
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
    margin-top: 0;
    background-image: none;
    background-color: rgba(235, 33, 15, 1);
    border-radius: .2rem;
  }

  .return_main img {
    width: 6rem;
    top: -.5rem;
    right: -.3rem;
  }

  .return_main p {
    padding-top: 2.5rem;
    margin-left: .5rem;
  }

  .return_main span {
    margin-top: .5rem;
    margin-bottom: .3rem;
    font-size: .8rem;
  }

  .box04 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .tips {
    margin-bottom: .75rem;
    font-size: 1.1rem;
  }

  .box04 li {
    width: 49%;
    height: 7.6rem;
    margin-right: 2%;
    margin-bottom: .3rem;
    padding-top: 1rem;
    line-height: 1.1rem;
    box-shadow: 0px 6px 52px 0px rgba(240, 239, 239, 0.75);
  }

  .box04 li:nth-child(even) {
    margin-right: 0;
  }

  .box04 li img {
    width: 4rem;
    margin: 0 auto .5rem auto;
  }

  .box05 {
    padding-bottom: 1rem;
  }

  .box05 a {
    width: calc(19.2% - 2px);
    height: 1.6rem;
    margin-bottom: .25rem;
    line-height: 1.6rem;
    border-radius: .2rem;
    margin-right: 1%;
  }

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

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

  .box01 {
    padding-bottom: 1rem;
  }

  .box_bg {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #f5f6f8;
  }

  #box_change02 {
    height: 2.85rem;
  }

  .box01_title{
    padding-top: 1rem;
    padding-bottom: 0;
    font-size: 1rem;
  }

  .box01_txt01,.box01_txt02,.box01_txt03{
    margin-top: .8rem;
    margin-bottom: .5rem;
    font-size: .65rem;
  }

  .box01_txt01{
    margin-left: 0;
  }

  .box01_txt02{
    margin-left: 2.8rem;
  }

  .box01_txt03{
    margin-left: .9rem;
  }

  .static{
    height: 2.85rem;
  }
}
