@keyframes drummingLeft {
  3% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  6% {
    transform: scale(0.8) rotate(8deg) translate(10px, 10px);
  }
  9% {
    transform: scale(0.8) rotate(8deg) translate(10px, 10px);
  }
  12% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  15% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  18% {
    transform: scale(0.8) rotate(8deg) translate(10px, 10px);
  }
  30% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  36% {
    transform: scale(0.8) rotate(8deg) translate(10px, 10px);
  }
  42% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  48% {
    transform: scale(0.8) rotate(8deg) translate(10px, 10px);
  }
  54% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  57% {
    transform: scale(0.8) rotate(8deg) translate(10px, 10px);
  }
  60% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  63% {
    transform: scale(0.8) rotate(8deg) translate(10px, 10px);
  }
  66% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  69% {
    transform: scale(0.8) rotate(8deg) translate(10px, 10px);
  }
  72% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  75% {
    transform: scale(0.8) rotate(8deg) translate(10px, 10px);
  }
  78% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  81% {
    transform: scale(0.8) rotate(8deg) translate(10px, 10px);
  }
  84% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  87% {
    transform: scale(0.8) rotate(8deg) translate(10px, 10px);
  }
  90% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  93% {
    transform: scale(0.8) rotate(8deg) translate(10px, 10px);
  }
  96% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  100% {
    transform: scale(0.8) rotate(8deg) translate(10px, 10px);
  }
}

@keyframes drummingRight {
  3% {
    transform: scale(0.8) rotate(-8deg) translate(-10px, 10px);
  }
  6% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  9% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  12% {
    transform: scale(0.8) rotate(-8deg) translate(-10px, 10px);
  }
  15% {
    transform: scale(0.8) rotate(-8deg) translate(-10px, 10px);
  }
  18% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  24% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  30% {
    transform: scale(0.8) rotate(-8deg) translate(-10px, 10px);
  }
  36% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  42% {
    transform: scale(0.8) rotate(-8deg) translate(-10px, 10px);
  }
  48% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  54% {
    transform: scale(0.8) rotate(-8deg) translate(-10px, 10px);
  }
  57% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  60% {
    transform: scale(0.8) rotate(-8deg) translate(-10px, 10px);
  }
  63% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  66% {
    transform: scale(0.8) rotate(-8deg) translate(-10px, 10px);
  }
  69% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  72% {
    transform: scale(0.8) rotate(-8deg) translate(-10px, 10px);
  }
  75% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  78% {
    transform: scale(0.8) rotate(-8deg) translate(-10px, 10px);
  }
  81% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  84% {
    transform: scale(0.8) rotate(-8deg) translate(-10px, 10px);
  }
  87% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  90% {
    transform: scale(0.8) rotate(-8deg) translate(-10px, 10px);
  }
  93% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
  96% {
    transform: scale(0.8) rotate(-8deg) translate(-10px, 10px);
  }
  99% {
    transform: scale(1) rotate(0) translate(0, 0);
  }
}

.box {
  position: relative;
  overflow: hidden;
  background-color: #131212;
}

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

.txt_container {
  height: 1030px;
  position: relative;
}

.top_light {
  width: 100%;
  height: 1030px;
  background: url(../images/top_light.png) no-repeat center top;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 0;
}

.gbt {
  position: absolute;
  width: 671px;
  height: 749px;
  background: url(../images/gbt.png) no-repeat center top;
  top: 109px;
  left: 50%;
  margin-left: -335.5px;
  z-index: 2;
}

.gu {
  position: absolute;
  width: 487px;
  height: 541px;
  background: url(../images/gu.png) no-repeat center top;
  top: 10px;
  left: 50%;
  margin-left: -243.5px;
  z-index: 2;
}

.light {
  position: absolute;
  top: 294px;
  left: 9px;
  -webkit-animation: lightImg 6s infinite linear;
  -moz-animation: lightImg 6s infinite linear;
  -ms-animation: lightImg 6s infinite linear;
  -o-animation: lightImg 6s infinite linear;
  animation: lightImg 6s infinite linear;
}

@keyframes lightImg {
  0% {
    transform: translateX(0)
  }
  50% {
    transform: translateX(281px)
  }
  100% {
    transform: translateX(0)
  }
}

.gu_left {
  position: absolute;
  top: 235px;
  left: 68px;
  animation: drummingLeft 4.5s both infinite;
}

.gu_right {
  position: absolute;
  top: 175px;
  left: 311px;
  animation: drummingRight 4.5s both infinite;
}

.txt01 {
  position: absolute;
  width: 1209px;
  height: 226px;
  left: 50%;
  margin-left: -604.5px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 29px;
  background: url(../images/txt01.png) no-repeat center top;
  top: 420px;
  z-index: 2;
}

.txt01 span {
  font-size: 30px;
  background: linear-gradient(180deg, #FBF4C5 0%, #6D4E22 99.5849609375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt02 {
  width: 100%;
  font-size: 21px;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  text-align: center;
  top: 630px;
  z-index: 2;
  background: linear-gradient(180deg, #FBF4C5 0%, #826131 99.5849609375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ccg {
  width: 100%;
  height: 462px;
  background: url(../images/ccg.png) no-repeat center top;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 551px;
  z-index: 1;
  -webkit-animation: ccgImg 6s infinite linear;
  -moz-animation: ccgImg 6s infinite linear;
  -ms-animation: ccgImg 6s infinite linear;
  -o-animation: ccgImg 6s infinite linear;
  animation: ccgImg 6s infinite linear;
}

@keyframes ccgImg {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(37px);
    opacity: .6;
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-37px);
    opacity: .6;
  }
  100% {
    transform: translateY(0);
  }
}

.title {
  text-align: center;
}

.title h2 {
  padding-bottom: 40px;
  background: url(../images/title_bg.png) no-repeat center bottom;
}

.title h2 span {
  font-size: 47px;
  background: linear-gradient(180deg, #FBF4C5 0%, #6D4E22 99.5849609375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box01_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  background: url(../images/line2.png) no-repeat center bottom;
}

.box01_item {
  width: 279px;
  height: 164px;
  position: relative;
  box-sizing: border-box;
  padding: 60px 18px 0 50px;
  background: url(../images/box01_item.png) no-repeat center top;
}

.box01_item::after {
  content: '';
  position: absolute;
  left: 55%;
  transform: translateX(-50%);
  top: 143px;
  width: 15px;
  height: 49px;
  background: url(../images/line1.png) no-repeat center top;
}

.box01_item:first-child {
  margin-left: -35px;
}

.box01_body p {
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
}

.box01_tip {
  margin-top: 40px;
}

.light_box {
  background-color: #25211D;
  padding: 78px 0;
}

.deep_box {
  background-color: #131212;
  padding: 78px 0;
}

.title p {
  color: #FFFFFF;
  font-size: 21px;
  text-align: center;
  margin-top: 10px;
}

.box02_table {
  width: 100%;
  border-spacing: 0;
  text-align: center;
  border: 1px solid #725428;
  margin-top: 50px;
}

.box02_table th {
  color: #1E1611;
  font-size: 21px;
  height: 83px;
  font-weight: normal;
  background: linear-gradient(180deg, #FBF4C5, #6D4E22);
}

.box02_table td {
  height: 83px;
  border-top: 1px solid #725428;
  border-right: 1px solid #725428;
  background-color: #232222;
  color: #FFFFFF;
  font-size: 17px;
}

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

.box02_table td .xhx_btn {
  font-size: 17px;
  text-decoration: underline;
  color: #FFFFFF;
}

.box02_table td .qd_btn {
  margin: 0 auto;
  display: block;
  width: 94px;
  height: 31px;
  background: linear-gradient(180deg, #FBF4C5, #6D4E22);
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 17px;
  text-align: center;
  line-height: 31px;
}

.box02_table td .qd_btn:hover {
  background: linear-gradient(180deg, #FBF4C5, #6D4E22);
}

.box02_table td .qd_btn:active {
  background: linear-gradient(180deg, #FBF4C5, #6D4E22);
}

.box02_table td .wqd_btn {
  margin: 0 auto;
  display: block;
  width: 94px;
  height: 31px;
  background: linear-gradient(0deg, #949494, #DBDBDB);
  border-radius: 5px;
  color: #28231E;
  font-size: 17px;
  text-align: center;
  line-height: 31px;
}

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

.box03_item {
  width: 570px;
  height: 479px;
  box-sizing: border-box;
  padding-left: 15px;
  background: url(../images/box03_item.png) no-repeat center top;
}

.box03_item h3 {
  font-size: 27px;
  text-align: center;
  background: linear-gradient(180deg, #FBF4C5 0%, #6D4E22 99.5849609375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 70px;
}

.box03_table {
  margin-top: 120px;
  width: 100%;
  border-spacing: 0;
  text-align: center;
}

.box03_table th {
  height: 40px;
  font-size: 19px;
  background: linear-gradient(180deg, #FBF4C5 0%, #6D4E22 99.5849609375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box03_table td {
  color: #FFFFFF;
  font-size: 17px;
  height: 40px;
}

.box03_table td.red {
  color: #FC4646;
}

.box03_table td a {
  font-size: 17px;
  text-decoration: underline;
  color: #FFFFFF;
}

.box04_body {
  position: relative;
  width: 1200px;
  height: 486px;
  margin-top: 38px;
  box-sizing: border-box;
  padding-left: 44px;
  padding-top: 110px;
  background: url(../images/box04_bg.png) no-repeat center top;
  background-size: 100%;
}

.pc_txt {
  position: absolute;
  width: 307px;
  height: 108px;
  text-align: center;
  line-height: 70px;
  top: -27px;
  right: 32px;
  background: url(../images/box04_tip.png) no-repeat center top;
}

.pc_txt span {
  font-size: 21px;
  background: linear-gradient(180deg, #FBF4C5 0%, #6D4E22 99.5849609375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.box04_body .line {
  width: 146px;
  height: 2px;
  background: #FFFFFF;
}

.box04_body p {
  font-size: 31px;
  font-weight: 800;
  color: #FFFFFF;
  margin: 30px 0;
}

.box04_body h2 {
  font-size: 53px;
  background: linear-gradient(180deg, #FBF4C5 0%, #6D4E22 99.5849609375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box04_body h5 {
  color: #FFFFFF;
  font-size: 31px;
  margin: 30px 0;
}

.box04_body a {
  display: block;
  font-weight: bold;
  width: 208px;
  height: 42px;
  background: linear-gradient(180deg, #FBF4C5, #6D4E22);
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 17px;
  text-align: center;
  line-height: 42px;
}

.box05_body {
  width: 1200px;
  height: 357px;
  background: url(../images/box05_bg.png) no-repeat center top;
  background-size: 100%;
  box-sizing: border-box;
  padding-left: 59px;
  padding-top: 63px;
  margin-top: 39px;
}

.box05_body p {
  color: #FFFFFF;
  font-size: 19px;
  margin-bottom: 35px;
}

.box05_body p span {
  color: #C4B486;
}

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

.box06_item {
  width: 595px;
  height: 430px;
  box-sizing: border-box;
  padding: 0 20px 0 20px;
  background: url(../images/box06_item.png) no-repeat center top;
}

.box06_item h3 {
  text-align: center;
  font-size: 27px;
  line-height: 66px;
  background: linear-gradient(180deg, #FBF4C5 0%, #6D4E22 99.5849609375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.jp_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 88px 0 30px;
}

.jp_item .img {
  width: 130px;
  height: 130px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.jp_item .img img.ys {
  height: 90%;
  width: auto;
}

.jp_item p {
  color: #FFFFFF;
  font-size: 13px;
  margin-top: 20px;
  text-align: center;
}

.box06_item h5 {
  font-size: 16px;
  text-align: center;
  background: linear-gradient(180deg, #FBF4C5 0%, #6D4E22 99.5849609375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box06_item h5 a {
  background: linear-gradient(180deg, #FF0000 0%, #FF0000 99.5849609375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.box07_item {
  width: 279px;
  height: 331px;
  box-sizing: border-box;
  padding: 42px 16px 0 44px;
  background: url(../images/box07_item.png) no-repeat center top;
}

.box07_item:first-child {
  margin-left: -30px;
}

.box07_item h2 {
  font-size: 16px;
  line-height: 45px;
  border-bottom: 1px solid #C7B789;
  text-align: center;
  background: linear-gradient(180deg, #FBF4C5 0%, #6D4E22 99.5849609375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box07_item img {
  margin: 0 auto;
}

.box07_item p {
  width: 90%;
  margin: 8px auto;
  color: #FFFFFF;
  font-size: 15px;
}

.box07_item h3 {
  width: 90%;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 16px;
}

.box07_item h2 {
  margin-bottom: 15px;
}

.fixed_right {
  position: fixed;
  top: 30%;
  right: 30px;
  width: 154px;
  height: 160px;
  z-index: 9;
  cursor: pointer;
  box-sizing: border-box;
  padding-top: 20px;
  background: url(../images/gift_bg.png) no-repeat center top;
}

.fixed_right img {
  margin: 0 auto;
  -webkit-animation: headShake 1s infinite linear;
  -moz-animation: headShake 1s infinite linear;
  -ms-animation: headShake 1s infinite linear;
  -o-animation: headShake 1s infinite linear;
  animation: headShake 1s infinite linear;
}

.fixed_mask, .fixed_mask2, .fixed_mask3 {
  display: none;
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fixed_form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 555px;
  height: 446px;
  background: #FFFFFF;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 48px 60px 0;
}

.fixed_close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}

.ajax_form {
  width: 100%;
}

.ajax_form p {
  margin-bottom: 20px;
}

.ajax_form input, .ajax_form select {
  width: 208px;
  height: 52px;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  box-sizing: border-box;
  padding-left: 20px;
  background: #fff;
  color: #999999;
  font-size: 19px;
  float: left;
  appearance: none;
  outline: none;
}

.ajax_form select {
  background: #fff url("../images/select_bg.png") 95% center no-repeat;
}

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

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

.ajax_form input#fs {
  float: right;
  padding: 0;
  text-align: center;
  cursor: pointer;
  color: #AF2C2A;
  border: 1px solid #AF2C2A;
}

.ajax_form input.button {
  cursor: pointer;
  width: 100%;
  height: 72px;
  line-height: 68px;
  border-radius: 42px;
  width: 427px;
  height: 65px;
  background: linear-gradient(180deg, #AF2C2A, #FB3920);
  color: #fff;
  padding: 0;
  font-size: 27px;
  float: none;
}

.cj_container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 718px;
  height: 687px;
  background: url(../images/cj_bg.png) no-repeat center top;
}

.fixed_close2 {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.zp {
  width: 512px;
  height: 512px;
  background: url(../images/zp.png) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 52%;
  margin-left: -256px;
  margin-top: -256px;
}

.cj_btn {
  position: absolute;
  top: 50%;
  left: 52%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.zjtip_container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 555px;
  height: auto;
  background: #FFFFFF;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 48px 60px;
}

.fixed_close3 {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.zjtip_container h3 {
  color: #C12F28;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.zjtip_container p {
  color: #333333;
  font-size: 20px;
  margin: 30px 0;
  text-align: center;
  word-break: break-all;
}

.zjtip_container p span, .zjtip_container p a {
  color: #D23225;
}

@media only all and (max-width:1080px) {
  .banner {
    width: 100%;
    height: 31rem;
    background-size: auto 100%;
  }
  .txt_container {
    height: 20.5rem;
  }
  .top_light {
    height: 18rem;
    background-size: 100%;
  }
  .gbt {
    position: absolute;
    width: 15rem;
    height: 16.6rem;
    background-size: 100% 100%;
    top: 3rem;
    margin-left: -7.5rem;
  }
  .gu {
    width: 10.6rem;
    height: 12rem;
    background-size: 100% 100%;
    top: 1rem;
    margin-left: -5.3rem;
  }
  .light {
    width: 3.71rem;
    height: 2.11rem;
    position: absolute;
    top: 6.4rem;
    left: 3%;
  }
  @keyframes lightImg {
    0% {
      transform: translateX(0)
    }
    50% {
      transform: translateX(200%)
    }
    100% {
      transform: translateX(0)
    }
  }
  .gu_left {
    width: 2.64rem;
    height: 2.67rem;
    position: absolute;
    top: 5rem;
    left: 13%;
  }
  .gu_right {
    width: 2.4rem;
    height: 2.67rem;
    position: absolute;
    top: 4rem;
    left: 60%;
  }
  .txt01 {
    position: absolute;
    width: 100%;
    height: 4rem;
    margin-left: -50%;
    padding-top: .35rem;
    background-size: 100%;
    top: 10.5rem;
  }
  .txt01 span {
    font-size: .7rem;
  }
  .txt02 {
    font-size: .7rem;
    top: 13.9rem;
  }
  .ccg {
    height: 4rem;
    background-size: 100%;
    top: 15rem;
  }
  @keyframes ccgImg {
    0% {
      transform: translateY(0);
    }
    25% {
      transform: translateY(1rem);
      opacity: .6;
    }
    50% {
      transform: translateY(0);
    }
    75% {
      transform: translateY(-1rem);
      opacity: .6;
    }
    100% {
      transform: translateY(0);
    }
  }
  .title h2 {
    padding-bottom: .8rem;
    background-size: 100%;
  }
  .title h2 span {
    font-size: .8rem;
  }
  .box01_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 25px;
    background: none;
  }
  .box01_item {
    width: 9rem;
    height: 5rem;
    position: relative;
    box-sizing: border-box;
    padding: 1.7rem .7rem 0 1.6rem;
    background-size: 100% 100%;
    margin-top: -1rem;
  }
  .box01_item::after {
    display: none;
  }
  .box01_item:first-child {
    margin-left: -0;
  }
  .box01_item:nth-child(2n+1) {
    margin-left: -.4rem;
  }
  .box01_item:nth-child(3) {
    padding-top: 1.4rem;
  }
  .box01_body p {
    font-size: .7rem;
  }
  .box01_tip {
    margin-top: -1rem;
  }
  .light_box {
    padding: 1rem 0;
  }
  .box02 {
    padding-top: 3.5rem;
  }
  .deep_box {
    padding: 1rem 0;
  }
  .title p {
    font-size: .7rem;
    margin-top: .2rem;
  }
  .box02_table {
    margin-top: .6rem;
  }
  .box02_table th {
    font-size: .7rem;
    height: 1.8rem;
  }
  .box02_table td {
    height: 2rem;
    font-size: .6rem;
  }
  .box02_table td .xhx_btn {
    font-size: .6rem;
  }
  .box02_table td .qd_btn {
    width: 3rem;
    height: 1.1rem;
    border-radius: .3rem;
    font-size: .6rem;
    line-height: 1.1rem;
  }
  .box02_table td .wqd_btn {
    width: 3rem;
    height: 1.1rem;
    border-radius: .3rem;
    font-size: .6rem;
    line-height: 1.1rem;
  }
  .box03_list {
    flex-direction: column;
    margin-top: .5rem;
  }
  .box03_item {
    width: 100%;
    height: 13rem;
    padding-left: 2%;
    background-size: 100% 100%;
  }
  .box03_item h3 {
    font-size: .8rem;
    line-height: 1.9rem;
  }
  .box03_table {
    margin-top: 3rem;
  }
  .box03_table th {
    height: 1rem;
    font-size: .7rem;
  }
  .box03_table td {
    font-size: .7rem;
    height: 1.2rem;
  }
  .box03_table td a {
    font-size: .7rem;
  }
  .box04_body {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1.3rem;
    box-sizing: border-box;
    padding-left: 0;
    padding-top: 7rem;
  }
  .pc_txt {
    width: 11rem;
    height: 4rem;
    line-height: 3rem;
    top: -1rem;
    right: auto;
    left: 0;
    background-size: 100%;
  }
  .pc_txt span {
    font-size: .7rem;
  }
  .box04_body .line {
    display: none;
  }
  .box04_body p {
    font-size: .75rem;
    margin: .5rem 0;
    text-align: center;
  }
  .box04_body h2 {
    font-size: .9rem;
    text-align: center;
  }
  .box04_body h5 {
    font-size: .7rem;
    margin: .5rem 0;
    text-align: center;
  }
  .box04_body a {
    width: 4.44rem;
    height: 1.2rem;
    border-radius: .2rem;
    font-size: .7rem;
    line-height: 1.2rem;
    margin: 0 auto;
  }
  .box05_body {
    width: 100%;
    height: auto;
    background-size: 100% 100%;
    padding-left: .4rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
    margin-top: .8rem;
  }
  .box05_body p {
    font-size: .7rem;
    margin-bottom: .3rem;
  }
  .box06_body {
    flex-direction: column;
    margin-top: .8rem;
  }
  .box06_item {
    width: 100%;
    height: 12rem;
    padding: 0 .6rem 0 .8rem;
    background-size: 100% 100%;
  }
  .box06_item h3 {
    font-size: .8rem;
    line-height: 2rem;
  }
  .jp_container {
    margin: 2rem 0 .4rem;
  }
  .jp_item .img {
    width: 3.5rem;
    height: 3.5rem;
  }
  .jp_item p {
    font-size: .5rem;
    margin-top: .4rem;
  }
  .box06_item h5 {
    font-size: .6rem;
  }
  .box07_body {
    flex-wrap: wrap;
    justify-content: center;
  }
  .box07_item {
    width: 50%;
    height: 11rem;
    box-sizing: border-box;
    padding: 1.5rem .7rem 0 1.6rem;
    background-size: 100% 100%;
  }
  .box07_item:first-child {
    margin-left: 0;
  }
  .box07_item:nth-child(2n+1) {
    margin-left: -.8rem;
  }
  .box07_item h2 {
    font-size: .5rem;
    line-height: 1.5rem;
  }
  .box07_item img {
    width: 90%;
    margin: .6rem auto 0;
  }
  .box07_item p {
    width: 96%;
    margin: 0 auto;
    font-size: .5rem;
    word-break: break-all;
  }
  .box07_item h3 {
    width: 96%;
    font-size: .65rem;
  }
  .box07_item h2 {
    margin-bottom: .1rem;
  }
  .fixed_right {
    right: .2rem;
    width: 4rem;
    height: 4.8rem;
    padding-top: .4rem;
    background-size: 100% 100%;
  }
  .fixed_right img {
    width: 80%;
  }
  .fixed_form, .zjtip_container {
    width: 90%;
    height: auto;
    border-radius: .1rem;
    padding: 1rem;
  }
  .fixed_close, .fixed_close2, .fixed_close3 {
    width: .5rem;
    right: .2rem;
    top: .2rem;
  }
  .ajax_form p {
    margin-bottom: .4rem;
  }
  .ajax_form input, .ajax_form select {
    width: 49%;
    height: 1.8rem;
    border-radius: .2rem;
    box-sizing: border-box;
    padding-left: 5%;
    font-size: .7rem;
  }
  .ajax_form input.button {
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: 2rem;
    width: 100%;
    font-size: .7rem;
  }
  .cj_container {
    width: 14.36rem;
    height: 13.74rem;
    background-size: 100% 100%;
  }
  .zp {
    width: 10.5rem;
    height: 10.5rem;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 52%;
    margin-left: -5.25rem;
    margin-top: -5.25rem;
  }
  .cj_btn {
    width: 3rem;
  }
  .zjtip_container h3 {
    font-size: .8rem;
    margin-bottom: .4rem;
  }
  .zjtip_container p {
    font-size: .7rem;
    margin: .4rem 0;
  }
}