.exam {
  padding-top: 80px;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  overflow-x: hidden;
  overflow-y: auto;
  width: 1200px;
  height: 100vh;
}

.econt {
  width: 960px;
  margin: auto;
}

.exam .head {
  width: 1200px;
  height: 80px;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -600px;
  z-index: 20;
  background-color: #fff;
}

.exam .banner {
  width: 100%;
  height: 400px;
  background: url(../image/exam/banner2024-1.jpg) no-repeat center;
  background-size: cover;
}

.exam .banner .m-logo {
  display: none;
}

.exam .banner .econt {
  padding-top: 55px;
}

.exam .banner .title p {
  color: #fff;
}

.exam .banner .title p:nth-child(1) {
  font-size: 34px;
}

.exam .banner .title p:nth-child(2) {
  font-size: 54px;
  line-height: 54px;
}

.exam .banner .title p:nth-child(2) span {
  font-size: 54px;
  color: #fff;
}

.exam .banner .content {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 45px;
}

.exam .banner .content .imgbox {
  margin-right: 70px;
}

.exam .banner .content .imgbox>div {
  background: #fff;
  padding: 4px;
}

.exam .banner .content .imgbox>img {
  width: 120px;
  height: 120px;
}

.exam .banner .content .imgbox p {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}

.exam .banner .textbox span {
  display: block;
  width: 11px;
  height: 14px;
}

.exam .banner .textbox p {
  font-size: 22px;
  color: #fff;
  line-height: 34px;
}

.exam .e-part1 {
  padding-bottom: 60px;
}
.exam .e-part1 .content2-m{
  display: none;
}

.exam .e-part1 .title-box {
  margin: 55px auto 35px;
  position: relative;
  left: 0;
  right: 0;
}

.exam .e-part1 .title-box::after {
  position: absolute;
  content: '';
  display: block;
  width: 88px;
  height: 88px;
  background: url(../image/exam/t-b-1.png)no-repeat center;
  background-size: cover;
  top: -16px;
  right: 355px;
}

.exam .e-part1 .title-box p {
  color: #fe4800;
  text-align: center;
}

.exam .e-part1 .title-box p span {
  display: inline-block;
  position: relative;
  top: -4px;
  left: -10px;
}

.exam .e-part1 .title-box p:nth-child(1) {
  font-size: 24px;
  line-height: 24px;
  background: url(../image/exam/title-circle1.png) no-repeat center;
  background-position: 36% 50%;
}

.exam .e-part1 .title-box p:nth-child(2) {
  font-size: 18px;
  line-height: 18px;
  margin-top: 16px;
}

.exam .e-part1 .content-outer {
  width: 944px;
  height: 100%;
  background-color: #eaf4fb;
  position: relative;
}

.exam .e-part1 .content-outer::before {
  content: '';
  width: 100%;
  height: 8px;
  position: absolute;
  top: -8px;
  left: 0;
  background-image: linear-gradient(90deg,
      rgba(254, 72, 0, 1),
      rgba(254, 72, 0, 0));
}
.exam .e-part1 .content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 944px;
  padding: 50px 37px 50px 55px;
  border: solid 1px #fe4800;
  background: none;
  position: relative;
  left: 16px;
  top: 14px;
}

.exam .e-part1 .content .info {
  width: 380px;
}

.exam .e-part1 .content .info p {
  text-align: justify;
  color: #282864;
  font-size: 16px;
  line-height: 26px;
}

.exam .e-part1 .content .info p span {
  color: #fe4800;
}

.exam .e-part1 .content .btns {
  width: 346px;
}


.exam .e-part1 .content .btns>div {
  height: 72px;
  position: relative;
}

.exam .e-part1 .content .btns>div a::after {
  content: '';
  display: block;
  width: 80px;
  height: 40px;
  background: url(../image/exam/jjjt.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 250px;
  cursor: pointer;
  transition: all 500ms;
}

.exam .e-part1 .content .btns>div:nth-child(1) a::after {
  top: -7px;
}

.exam .e-part1 .content .btns>div:nth-child(2) a::after {
  bottom: -7px;
}

.exam .e-part1 .content .btns>div a:hover::after {
  transform: translateX(10px);
  transition: all 500ms;
}

.exam .e-part1 .content .btns>div:nth-child(1) {
  border-bottom: 1px solid #d8d8d8;
}

.exam .e-part1 .content .btns a {
  color: #282864;
  font-size: 18px;
  line-height: 26px;
}

.exam .e-part1 .content .btns>div:nth-child(2) a {
  position: absolute;
  bottom: 0;
  left: 0;
}

.exam .e-part2 {
  background: #fe4800;
  padding-bottom: 50px;
}

.exam .e-part2 .title-box {
  height: 120px;
  background: url(../image/exam/t-b-2.png) no-repeat center;
  background-position: 58% -10px;
}

.exam .e-part2 .title-box p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 120px;
  position: relative;
  background: url(../image/exam/title-circle2.png) no-repeat center;
  background-position: 41% 50%;
}

.exam .e-part2 .content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.exam .e-part2 .content>div {
  background-image: linear-gradient(180deg,
      #eaf4fb 0%,
      rgba(246, 251, 253, 0.69) 100%);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
}

.exam .e-part2 .content .info1 {
  width: 288px;
  position: relative;
}

.exam .e-part2 .content .info1 p {
  text-align: justify;
  color: #282864;
  font-size: 18px;
  line-height: 30px;
}

.exam .e-part2 .content .info1 p span {
  display: inline;
  color: #fe4800;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}

.exam .e-part2 .content .info1 .more {
  position: absolute;
  bottom: 25px;
  margin-top: 0;
}

.exam .e-part2 .content .info1 .more a {
  color: #fe4800;
  font-size: 18px;
  position: relative;
  overflow: visible;
  display: block;
  font-weight: bold;
}

.exam .e-part2 .content .info1 .more a::after {
  content: '';
  display: block;
  width: 56px;
  height: 30px;
  background: url(../image/exam/jjjt.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -3px;
  right: -150px;
  transition: all 500ms;
}

.exam .e-part2 .content .info1 .more a:hover::after {
  transition: all 500ms;
  transform: translateX(10px);
}

.exam .e-part2 .content .info2 {
  width: 647px;
}

.exam .e-part2 .content .info2 .c1 {
  padding: 15px 30px;
  background-image: linear-gradient(270deg,
      #ff7e00 14%,
      #fe4800 100%);
  border-radius: 8px;
  display: flex;
}

.exam .e-part2 .content .info2 .c1 p:nth-child(1) {
  width: 220px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-right: 65px;
}

.exam .e-part2 .content .info2 .c1 p:nth-child(1) span {
  display: none;
}

.exam .e-part2 .content .info2 .c1 p:nth-child(2) {
  color: #fff;
  font-size: 22px;
  line-height: 45px;
}

.exam .e-part2 .content .info2 .c1 p:nth-child(2) span {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

.exam .e-part2 .content .c2 {
  margin-top: 24px;
}

.exam .e-part2 .content .c2 p {
  font-size: 16px;
  color: #0064ce;
}

.exam .e-part2 .content .c2 span {
  color: #282864;
  font-size: 24px;
  font-weight: bold;
}

.exam .e-part2 .content .c3 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 30px;
}

.exam .e-part2 .content .c3>div {
  width: 140px;
  height: 190px;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 18px 10px;
}

.exam .e-part2 .content .c3>div p {
  color: #fff;
}

.exam .e-part2 .content .c3>div:nth-child(odd) {
  background-image: linear-gradient(180deg,
      #282864 0%,
      rgba(40, 40, 100, 0.11) 100%);
}

.exam .e-part2 .content .c3>div:nth-child(even) {
  background-image: linear-gradient(180deg,
      #fe4800 0%,
      rgba(254, 72, 0, 0.1) 100%);
}

.exam .e-part2 .content .c3 .tit {
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.exam .e-part2 .content .c3 .tit span {
  color: #fff;
}

.exam .e-part2 .content .c3 .tit span:nth-child(1) {
  font-size: 20px;
}

.exam .e-part2 .content .c3 .tit span:nth-child(2) {
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 5px;
}

.exam .e-part2 .content .c3 .desc {
  margin-top: 10px;
}

.exam .e-part2 .content .c3 .desc p {
  font-size: 13px;
  line-height: 22px;
}

.exam .e-part2 .content .c3 .colo1 {
  font-size: 16px;
  color: #fe4800;
  font-weight: bold;
}

.exam .e-part2 .content .c3 .colo2 {
  font-size: 16px;
  color: #282864;
  font-weight: bold;
}

.exam .e-part2 .info2 .more {
  padding-left: 380px;
}

.exam .e-part2 .info2 .more a {
  color: #fe4800;
  font-size: 18px;
  position: relative;
}

.exam .e-part2 .info2 .more a::after {
  content: '';
  display: block;
  position: absolute;
  width: 56px;
  height: 30px;
  background: url(../image/exam/jjjt.png)no-repeat center;
  background-size: contain;
  top: -3px;
  right: 0;
  transition: all 500ms
}

.exam .e-part2 .info2 .more a:hover::after {
  transform: translateX(10px);
  transition: all 500ms;
}

.exam .e-part3 {
  padding-top: 65px;
  padding-bottom: 75px;
  background: url(../image/exam/lkxd-bg.png)no-repeat left bottom;
  background-position: 0 300px;
}

.exam .e-part3 .title-box {
  margin-bottom: 45px;
  background: url(../image/exam/t-b-3.png) no-repeat center;
  background-size: 60px 60px;
  background-position: 55% 0;
  height: 70px;
}

.exam .e-part3 .title-box p {
  text-align: center;
  font-size: 24px;
  color: #282864;
  position: relative;
  line-height: 40px;
  background: url(../image/exam/title-circle1.png)no-repeat center;
  background-position: 42% 50%;
}

/*.exam .e-part3 .title-box p::after {*/
/*  content: '';*/
/*  display: block;*/
/*  width: 22px;*/
/*  height: 11px;*/
/*  background: url(../image/exam/title-circle1.png)no-repeat center;*/
/*  background-size: cover;*/
/*  position: absolute;*/
/*  top: 40%;*/
/*  left: 42%;*/
/*}*/

.exam .e-part3 .content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.exam .e-part3 .l {
  margin-right: 20px;
}

.exam .e-part3 .l .img-box {
  width: 345px;
  height: 194px;
  overflow: hidden;
}

.exam .e-part3 .l .img-box img {
  width: 100%;
}

.exam .e-part3 .l .text-box {
  background: #eaf4fb;
  padding: 20px;
}

.exam .e-part3 .l .text-box p {
  color: #282864;
  font-size: 12px;
  line-height: 20px;
}

.exam .e-part3 .l .text-box .name {
  font-size: 18px;
}

.exam .e-part3 .r {
  background: #eaf4fb;
  padding-top: 40px;
  padding-left: 22px;
  padding-right: 32px;
}

.exam .e-part3 .r .inner {
  position: relative;
  padding-left: 13px;
  height: 100%;
}

.exam .e-part3 .r .inner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 240px;
  background-image: linear-gradient(180deg,
      #fe4800 0%,
      #282864 100%);
}

.exam .e-part3 .r .inner p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
  text-align: justify;
}

.exam .e-part3 .r .inner .more {
  position: absolute;
  width: 345px;
  height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  background: #282864;
  right: 0;
  bottom: 30px;
}

.exam .e-part3 .r .inner .more::after {
  content: '';
  position: absolute;
  width: 47px;
  height: 24px;
  background: url(../image/exam/jjjt3.png) no-repeat center;
  background-size: contain;
  right: 20px;
  top: 8px;
  transition: all 500ms;
}

.exam .e-part3 .r .inner .more:hover::after {
  transform: translateX(10px);
  transition: all 500ms;
}

.exam .e-part3 .r .inner .more p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  line-height: 40px;
}

.exam .e-patr4 {
  background: #eaf4fb;
  padding-top: 20px;
}

.exam .e-patr4 .title-box {
  height: 80px;
  margin-bottom: 20px;
  background: url(../image/exam/t-b-4.png) no-repeat center;
  background-position-x: 58%;
}


.exam .e-patr4 .title-box p {
  text-align: center;
  color: #282864;
  font-size: 24px;
  line-height: 80px;
  background: url(../image/exam/title-circle3.png) no-repeat center;
  background-position: 41% 50%;
}

.exam .e-patr4 .content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;

}

.exam .e-patr4 .content>div {
  width: 226px;
}

.exam .e-patr4 .content .img-box {
  width: 226px;
  height: 128px;
}

.exam .e-patr4 .content .img-box img {
  width: 100%;
}

.exam .e-patr4 .content .text-box {
  padding: 20px 10px;
  padding-right: 0;
  background: #fff;
}

.exam .e-patr4 .content .text-box p {
  font-size: 10px;
  color: #333;
  line-height: 18px;
}

.exam .e-patr4 .content .text-box span {
  font-size: 10px;
  line-height: 18px;
  display: block;
}

.exam .e-patr4 .content .text-box span.short-title {
  color: #fd4700;
}

.exam .e-patr4 .content .text-box span.short-title,
.exam .e-patr4 .content>div:nth-child(4) span {
  display: inline;
}

.exam .e-patr4 .content .text-box .name {
  font-size: 18px;
  margin-bottom: 5px;
  color: #0064ce;
}

.exam .e-patr4 .content .inner-info {
  position: relative;
  padding-left: 12px;
  margin-top: 20px;
  height: 210px;
  width: 100%;
}
/*
.exam .e-patr4 .content>div:nth-child(4) .inner-info {
  margin-top: 12px;
}*/

.exam .e-patr4 .content .inner-info::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-image: linear-gradient(180deg,
      #fe4800 0%,
      #52b1f0 100%);
  ;
  box-sizing: border-box;
}

.exam .e-patr4 .content .inner-info img {
  width: 28px;
  height: 12px;
}

.exam .e-patr4 .content .inner-info p {
  width: 189px;
  margin-top: 10px;
  text-align: justify;
  font-size: 16px;
  line-height: 26px;
}

.exam .e-patr4 .content:nth-child(4) .inner-info {
  margin-top: 12px;
}

.exam .e-patr4 .content .inner-info .more {
  position: absolute;
  width: 190px;
  height: 40px;
  right: 14px;
  bottom: 0;
  background: #52b1f0;
}

.exam .e-patr4 .content .inner-info .more p {
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  margin: 0;
  margin-left: 10px;
  position: relative;
}

.exam .e-patr4 .content .inner-info .more p::after {
  content: '';
  display: block;
  width: 44px;
  height: 23px;
  background: url(../image/exam/jjjt3.png)no-repeat center;
  background-size: cover;
  position: absolute;
  top: 8px;
  left: 125px;
  transition: all 500ms;
}

.exam .e-patr4 .content .inner-info .more p:hover::after {
  left: 135px;
  transition: all 500ms;
}

.exam .e-part5 {
  overflow: hidden;
  /*padding-top: 60px;*/
  background: #eaf4fb;
}

.exam .e-part5 .content {
  background-image: linear-gradient(1deg,
      #0064ce 0%,
      #52b1f0 100%);
  height: 230px;
}

.exam .e-part5 .content .econt {
  padding-top: 65px;
  position: relative;
  padding-bottom: 45px;
}

.exam .e-part5 .content .econt .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
}

.exam .e-part5 .content .econt .inner .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.exam .e-part5 .content .econt .inner .text p {
  color: #fff;
}

.exam .e-part5 .content .econt .inner .text p:nth-child(1) {
  font-size: 30px;
}

.exam .e-part5 .content .econt .inner .text p:nth-child(2) {
  font-size: 55px;
}

.exam .e-part5 .content .econt .inner .codee {
  margin-left: 135px;
}

.exam .e-part5 .content .econt .inner .codee p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}


.exam .e-part5 .content .econt .flower {
  position: absolute;
  right: -35px;
  bottom: -160px;
}

.exam .e-part1 .content2-pc {
  margin-top: 10px;
  padding: 15px ;
  background-image: linear-gradient(270deg, #ff7e00 14%, #fe4800 100%);
}

.exam .e-part1 .content .info .content2-pc p {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.exam .m-show{
  display: none;
}
.btn-more {
  display: block;
  width: 100px;
  margin-top: 10px;
  padding: 6px;
  background-image: linear-gradient(270deg, #ff7e00 14%, #fe4800 100%);
}
.btn-more a {
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width:750px) {
  * {
    max-width: 100%;
  }
  .exam{
    padding-top: 0;
  }

  .exam.w {
    padding: 0;
  }

  .exam .head {
    display: none;
  }

  .exam .banner {
    background: #52b1f0 url(../image/exam/m-banner-bg20220922.jpg)no-repeat center top;
    background-size: 100% auto;
    height: auto;
    /*padding-bottom: 40px;*/
  }
  .exam .m-show{
    display: block;
  }

  .econt {
    width: auto;
    margin: 0 5%;
  }

  .exam .banner .econt {
    padding-top: 40px;
  }

  .exam .banner .m-logo {
    display: block;
    width: 139px;
    margin-bottom: 30px;
  }

  .exam .banner .title p:nth-child(1) {
    font-size: 24px;
  }


  .exam .banner .title p:nth-child(2) {
    font-size: 48px;
    line-height: 60px;
    margin-top: 20px;
  }

  .exam .banner .title p:nth-child(2) span {
    font-size: 48px;
    color: #fff;
    display: block;
  }

  .exam .banner .content {
    display: block;
    flex-wrap: nowrap;
    margin-top: 30px;
  }

  .exam .banner .content .imgbox {
    margin-right: 0;
    width: 120px;
  }

  .exam .banner .content .imgbox>div {
    background: none;
    padding: 0;
  }

  .exam .banner .content .imgbox p {
    color: #fff;
    font-size: 12px;
    margin-top: 0px;
    text-align: center;
  }

  .exam .banner .textbox {
    margin-top: 35px;
    width: 324px;
    background: #fff;
    height: 258px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 20px;
    position: relative;
  }

  .exam .banner .textbox span {
    display: block;
    width: 11px;
    height: 18px;
  }

  .exam .banner .textbox p {
    font-size: 30px;
    color: #0064ce;
    line-height: 45px;
  }

  .exam .banner .textbox::before {
    content: '';
    display: block;
    width: 324px;
    height: 258px;
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid #fe4800;
  }

  .exam .banner .textbox::after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background-image: linear-gradient(270deg,
        #fe4800 0%,
        #fff 100%);
    ;
    position: absolute;
    top: 0;
    right: -12px;
  }

  .exam .e-part1 {
    padding-top: 20px;
    padding-bottom: 55px;
    background: #52b1f0;
    margin-top: -56px;
  }

  .exam .e-part1 .title-box p {
    color: #fe4800;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
  }

  .exam .e-part1 .title-box p span {
    display: inline-block;
    position: relative;
    width: 26px;
    height: 23px;
    top: 8px;
    left: -10px;
  }

  .exam .e-part1 .title-box::after {
    position: absolute;
    content: '';
    display: block;
    width: 65px;
    height: 65px;
    background: url(../image/exam/t-b-1.png)no-repeat center;
    background-size: cover;
    top: -16px;
    right: 30px;
  }

  .exam .e-part1 .title-box p:nth-child(1) {
    font-size: 30px;
    line-height: 30px;
    /*margin-left: -17px;*/
    background: url(../image/exam/title-circle1.png) no-repeat center;
    background-position: 11% 50%;
    color: #ffffff;
    font-size: 24px;
  }

  .exam .e-part1 .title-box p:nth-child(2) {
    font-size: 30px;
    line-height: 30px;
    margin-top: 16px;
  }

  .exam .e-part1 .content-outer {
    width: 324px;
    height: 100%;
    background-color: transparent;
    position: relative;
    border: solid 1px #fe4800;
  }

  .exam .e-part1 .content-outer::before {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: -1px;
    background-image: linear-gradient(90deg,
        rgba(254, 72, 0, 1),
        rgba(254, 72, 0, 0));
  }

  .exam .e-part1 .content {
    display: block;
    width: auto;
    background: #282864;
    padding: 27px 27px 30px 20px;
    border: none;
    position: relative;
    left: 16px;
    top: 14px;
  }

  .exam .e-part1 .content .info {
    width: 278px;
  }

  .exam .e-part1 .content .info p {
    text-align: justify;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
  }

  .exam .e-part1 .content .info p span {
    color: #fe4800;
    font-size: 14px;
    line-height: 24px;
  }

  .exam .e-part1 .content .btns {
    width: 280px;
    padding-top: 30px;
  }

  .exam .e-part1 .content .btns>div {
    height: 50px;
    position: relative;
  }

  .exam .e-part1 .content .btns>div a::after {
    content: '';
    display: block;
    width: 96px;
    height: 50px;
    background: url(../image/exam/jjjt3.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 180px;
  }

  .exam .e-part1 .content .btns>div:nth-child(1) a::after {
    top: 0;
  }

  .exam .e-part1 .content .btns>div a:hover::after {
    transform: translateX(0px);
  }

  .exam .e-part1 .content .btns>div:nth-child(2) a::after {
    bottom: 0;
  }

  .exam .e-part1 .content .btns>div:nth-child(1) {
    border-bottom: none;
  }

  .exam .e-part1 .content .btns>div:nth-child(2) {
    margin-top: 30px;
  }

  .exam .e-part1 .content .btns a {
    color: #52b1f0;
    font-size: 18px;
    line-height: 26px;
    width: 140px;
  }

  .exam .e-part2 .title-box {
    height: 120px;
    background: url(../image/exam/t-b-2.png) no-repeat center;
    background-position: 72% -0px;
  }

  .exam .e-part2 .title-box p {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 120px;
    position: relative;
    background: url(../image/exam/title-circle2.png) no-repeat center;
    background-position: 20% 50%;
  }

  .exam .e-part2 .content {
    display: block;
  }

  .exam .e-part2 .content>div {
    background-image: linear-gradient(180deg,
        #eaf4fb 0%,
        rgba(246, 251, 253, 0.69) 100%);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px;
  }

  .exam .e-part2 .content .info1 {
    width: 100%;
    position: relative;
    padding-bottom: 26px;
  }

  .exam .e-part2 .content .info1 p {
    text-align: justify;
    color: #282864;
    font-size: 16px;
    line-height: 28px;
  }

  .exam .e-part2 .content .info1 p span {
    display: inline;
    color: #fe4800;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
  }

  .exam .e-part2 .content .info1 .more {
    position: absolute;
    width: 210px;
    height: 50px;
    bottom: 35px;
    right: 30px;
    margin-top: 0;
  }

  .exam .e-part2 .content .info1 .more a {
    color: #282864;
    font-size: 18px;
    line-height: 50px;
    position: relative;
    display: block;
    font-weight: bold;
  }

  .exam .e-part2 .content .info1 .more a:hover::after {
    transition: all 500ms;
    transform: translateX(0px);
  }

  .exam .e-part2 .content .info1 .more a::after {
    content: '';
    display: block;
    width: 96px;
    height: 50px;
    background: url(../image/exam/jjjt.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 500ms;
  }

  .exam .e-part2 .content .info2 {
    width: 100%;
    position: relative;
    z-index: 20;
    margin-top: -20px;
    padding-top: 90px;
    background: #fff url(../image/exam/lk-bg2.png) no-repeat right bottom;
    background-size: 375px 425px;
  }

  .exam .e-part2 .content .info2 .c1 {
    padding: 15px;
    width: 100%;
    /*background-image: linear-gradient(180deg,
        #ff7e00 14%,
        rgba(255, 255, 255, 0.8) 100%);*/
    border-radius: 0;
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    box-shadow: inset 0px 0px 20px 0px rgba(255, 255, 255, 0.8);
  }

  .exam .e-part2 .content .info2 .c1 p:nth-child(1) {
    width: auto;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-right: 65px;
  }

  .exam .e-part2 .content .info2 .c1 p:nth-child(1) span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
  }

  .exam .e-part2 .content .info2 .c1 p:nth-child(2) {
    color: #fff;
    font-size: 22px;
    line-height: 35px;
  }

  .exam .e-part2 .content .c2 p {
    font-size: 14px;
    color: #0064ce;
    text-align: justify;
  }

  .exam .e-part2 .content .c2 span {
    color: #282864;
    font-size: 20px;
    font-weight: bold;
  }

  .exam .e-part2 .content .c3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
  }

  .exam .e-part2 .content .c3>div {
    width: 48%;
    height: 140px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 18px 10px;
  }

  .exam .e-part2 .content .c3>div:nth-child(1),
  .exam .e-part2 .content .c3>div:nth-child(4) {
    background-image: linear-gradient(180deg,
        #282864 0%,
        rgba(40, 40, 100, 0.11) 100%);
  }

  .exam .e-part2 .content .c3>div:nth-child(1) .desc span,
  .exam .e-part2 .content .c3>div:nth-child(4) .desc span {
    color: #fe4800;
  }

  .exam .e-part2 .content .c3>div:nth-child(2) .desc span,
  .exam .e-part2 .content .c3>div:nth-child(3) .desc span {
    color: #282864;
  }

  .exam .e-part2 .content .c3>div:nth-child(2),
  .exam .e-part2 .content .c3>div:nth-child(3) {
    background-image: linear-gradient(180deg,
        #fe4800 0%,
        rgba(254, 72, 0, 0.1) 100%);
  }

  .exam .e-part2 .content .c3>div:nth-child(3),
  .exam .e-part2 .content .c3>div:nth-child(4) {
    height: 180px;
  }

  .exam .e-part2 .content .c3 .tit span:nth-child(1) {
    font-size: 20px;
  }

  .exam .e-part2 .content .c3 .tit span:nth-child(2) {
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 5px;
  }

  .exam .e-part2 .content .c3 .desc p {
    font-size: 10px;
    line-height: 18px;
  }

  .exam .e-part2 .content .c3 .spec {
    display: inline;
  }

  .exam .e-part2 .info2 .more {
    padding-left: 0;
    height: 50px;
    width: 225px;
    margin-right: 0;
    margin-left: auto;
  }

  .exam .e-part2 .info2 .more a {
    color: #fe4800;
    font-size: 16px;
    line-height: 50px;
    position: relative;
  }

  .exam .e-part2 .info2 .more a::after {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 50px;
    background: url(../image/exam/jjjt.png)no-repeat center;
    background-size: contain;
    top: 0px;
    right: 0;
    transition: all 500ms
  }

  .exam .e-part3 {
    padding-top: 30px;
    padding-bottom: 75px;
    background: #282864;
    background-position: 0 300px;
  }

  .exam .e-part3 .title-box {
    margin-bottom: 0;
    background: url(../image/exam/t-b-3.png) no-repeat center;
    background-size: 100px 100px;
    background-position: 83% 0;
    height: 100px;
  }

  .exam .e-part3 .title-box p {
    text-align: center;
    font-size: 30px;
    color: #fff;
    position: relative;
    line-height: 85px;
    background: url(../image/exam/title-circle1.png)no-repeat center;
    background-position: 26% 50%;
  }

  /*.exam .e-part3 .title-box p::after {*/
  /*  content: '';*/
  /*  display: block;*/
  /*  width: 26px;*/
  /*  height: 11px;*/
  /*  background: url(../image/exam/title-circle1.png)no-repeat center;*/
  /*  background-size: cover;*/
  /*  position: absolute;*/
  /*  top: 42%;*/
  /*  left: 24%;*/
  /*}*/

  .exam .e-part3 .content {
    display: block;
  }

  .exam .e-part3 .l {
    margin-right: 0;
  }

  .exam .e-part3 .l .img-box {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .exam .e-part3 .l .img-box img {
    width: 100%;
  }

  .exam .e-part3 .l .text-box {
    background: #eaf4fb;
    padding: 20px;
  }

  .exam .e-part3 .l .text-box p {
    color: #282864;
    font-size: 14px;
    line-height: 24px;
  }

  .exam .e-part3 .l .text-box .name {
    font-size: 20px;
    line-height: 30px;
    color: #0064ce;
  }

  .exam .e-part3 .r {
    background: #eaf4fb;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 40px;
    position: relative;
    top: -2px;
  }

  .exam .e-part3 .r .inner {
    /*height: 240px;*/
    height: auto;
    padding-bottom: 49px;
  }

  .exam .e-part3 .r .inner .symblo {
    width: 30px;
    height: 13px;
  }

  .exam .e-part3 .r .inner .more {
    position: absolute;
    width: 94%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 20px;
    background: #282864;
    right: 0;
    bottom: 0px;
  }

  .exam .e-part3 .r .inner .more:hover::after {
    transform: translateX(0px);
    transition: all 500ms;
  }

  .exam .e-patr4 {
    background: #52b1f0;
    padding: 0;
    padding-top: 35px;
  }

  .exam .e-patr4 .title-box {
    height: 65px;
    margin-bottom: 0;
    background: url(../image/exam/t-b-4.png) no-repeat center;
    background-size: 65px 65px;
    background-position-x: 80%;
  }

  .exam .e-patr4 .title-box p {
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 65px;
    background: url(../image/exam/title-circle3.png) no-repeat center;
    background-size: 20px 13px;
    background-position-x: 26%;
  }

  .exam .e-patr4 .content {
    display: block;
  }

  .exam .e-patr4 .content>div {
    width: 100%;
    margin-top: 15px;
  }

  .exam .e-patr4 .content .img-box {
    width: 100%;
    height: auto;
  }

  .exam .e-patr4 .content .img-box img {
    width: 100%;
  }

  .exam .e-patr4 .content .text-box {
    padding: 25px 15px;
  }

  .exam .e-patr4 .content .text-box p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
  }

  .exam .e-patr4 .content .text-box span {
    font-size: 14px;
    line-height: 24px;
    display: inline;
  }

  .exam .e-patr4 .content .text-box .name {
    font-size: 20px;
    margin-bottom: 5px;
    color: #0064ce;
  }

  .exam .e-patr4 .content .inner-info {
    position: relative;
    padding-left: 20px;
    margin-top: 20px;
    height: 170px;
    width: 100%;
  }

  .exam .e-patr4 .content .inner-info p {
    width: auto;
    margin-top: 10px;
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
  }

  .exam .e-patr4 .content .inner-info .more {
    position: absolute;
    width: 94%;
    height: 40px;
    right: 0px;
    bottom: 0;
    background: #52b1f0;
  }

  .exam .e-patr4 .content .inner-info .more p::after {
    content: '';
    display: block;
    width: 44px;
    height: 23px;
    background: url(../image/exam/jjjt3.png)no-repeat center;
    background-size: cover;
    position: absolute;
    top: 8px;
    left: auto;
    right: 10px;
    transition: all 500ms;
  }

  .exam .e-patr4 .content .inner-info .more p:hover::after {
    left: auto;
    transition: all 500ms;
  }

  .exam .e-part5 {
    /*padding-top: 60px;*/
    padding-top: 0px;
    background: #52b1f0;
    overflow: hidden;
  }

  .exam .e-part5 .content {
    background-image: linear-gradient(1deg,
        #0064ce 0%,
        #52b1f0 100%);
    height: auto;
    padding-bottom: 45px;
    position: relative;
  }

  .exam .e-part5 .content .econt {
    padding-top: 0;
    position: static;
    padding-bottom: 45px;
  }

  .exam .e-part5 .content .econt .inner {
    display: block;
    position: relative;
    z-index: 20;
  }

  .exam .e-part5 .content .econt .inner .text p:nth-child(1) {
    font-size: 24px;
  }

  .exam .e-part5 .content .econt .inner .text p:nth-child(2) {
    font-size: 40px;
  }

  .exam .e-part5 .content .econt .inner .codee {
    margin-left: 0;
    width: 98px;
    height: 98px;
    margin-top: 25px;
  }

  .exam .e-part5 .content .econt .flower {
    position: absolute;
    right: -80px;
    bottom: -120px;
    z-index: 0;
  }
  .exam .e-part1 .content2-m {
    display: block;
    padding: 15px;
    width: 100%;
    background-color: #ff7e00;
    margin-top: 30px;
    box-shadow: inset 0px 0px 20px 0px rgba(255, 255, 255, 0.8);
  }

  .exam .e-part1 .content2-m p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
  }

  .exam .e-part1 .content2-pc {
    display: none;
  }
}