.planTop {
  position: relative;
  width: 100%;
  max-height: 338px;
  margin-bottom: 40px;
}

.planTopL {
  z-index: 99;
  width: 56%;
  position: relative;
  height: 338px;
  overflow: hidden;
  background: linear-gradient(-78deg, transparent 72px, #051840 0);
}
.planTopLBgImg {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.planTopLImg {
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
  width: 100%;
}
.planTopLImg img {
  max-width: unset;
  height: 100%;
}
.planTopR {
  z-index: 99;
  width: 56%;
  height: 338px;
  position: absolute;
  top: 20px;
  right: 0;
  overflow: hidden;
  background-image: url("/static/jt/image/planTopR.png");
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
}
.planTopRContent {
  height: 82%;
  overflow: hidden;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 72%;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.planTopRContent p {
  line-height: 28px !important;
}
.planClass {
  overflow: hidden;
  clear: both;
  padding: 35px 0 4px;
  /* width: 740px; */
  border-bottom: 1px solid rgb(151, 151, 151, 0.3);
}
.planClass1 {
  clear: both;
  padding-top: 20px;
}
.planClass ul {
  overflow: hidden;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
  width: 102%;
}
.planClass1 ul {
  overflow: hidden;
  width: 102%;
}
.planClassItem {
  cursor: pointer;
  float: left;
  position: relative;
  height: 120px;
  width: 138px;
  margin-bottom: 18px;
  margin-right: 12px;
}

.planClassItem > img {
  width: 100%;
  height: 100%;
}
.classItemContent {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 80%;
}
.classItemContent img {
  width: 56px;
  height: 56px;
}
.classItemContent span {
  text-align: center;
  color: #88694a;
  max-height: 60%;
}
.planContent {
  background-color: #051840;
  background: linear-gradient(-45deg, transparent 25px, #fff 0);
  padding: 30px 50px 50px;
}

.planContent h3 {
  /* height: 22px; */
  font-size: 16px;
  flex: 1;
  /* font-weight: 500; */
  color: #4a4a4a;
  line-height: 22px;
}
.planContent .planContentHd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.planContent .planPdf {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.planContent .planPdf img {
  margin-right: 12px;
  height: 22px;
}
.planContent .planPdfTxt {
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #88694a;
  line-height: 20px;
}
.planBottomContent {
  display: flex;
  justify-content: space-between;
}
.planBottom h3 {
  padding: 30px 0 20px;
  font-size: 16px;
  color: #fff;
}
.planBottom .example {
  width: 48%;
  height: 200px;
  overflow: hidden;
  background: linear-gradient(-45deg, #051840 25px, transparent 0);
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.planBottom .example img {
  height: 100%;
  max-width: unset;
}
.planBottom .exampleText {
  /* z-index: -1; */
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.planBottom .exampleText h4 {
  font-size: 16px;
}

/* class2 */
.planClass2 {
  position: relative;
  padding: 22px 0;
  min-height: 200px;
}
.planClass2 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* clear: both;
  overflow: hidden; */
}
/* <!-- 更新6.28 --> */
.hoverBox {
  overflow: hidden;
  z-index: 999;
  background-color: #fff;
  display: none;
  text-align: center;
  position: absolute;
  width: 160px;
  height: 190px;
  top: 0;
  left: 114%;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.2);
}
.hoverBox p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
/* <!-- 更新6.28 --> */

.planClass2Item:hover {
  background-color: #4e9aec;
}
.planClass2Item:hover .hoverBox {
  display: block;
}

.planClass2Item:hover span {
  color: #fff;
}
.planClass2Item:hover .itemLogo1 {
  display: block;
}
.planClass2Item:hover .itemLogo {
  display: none;
}

/* <!-- 更新6.28 --> */
.hoverBox .hoverBoxTitle {
  font-size: 16px;
  font-family: "SourceHanSansCN-Medium, SourceHanSansCN";
  font-weight: 600;
  color: #4a4a4a;
  line-height: 36px;
  text-align: center;
}

.planClass2Item {
  position: relative;
  margin: 0 34px 26px 0;
  width: 122px;
  height: 122px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(193, 175, 155, 0.4);
}
.planClass2ItemLogo {
  align-items: center;
  max-width: 60px;
  height: 70px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.planClass2Item img {
  z-index: 1;
}

.planClass2Item .itemLogo1 {
  z-index: 2;
  /* top: 0;
  left: 0;
  position: absolute; */
  display: none;
}

.planClass2Tips {
  float: left;
  margin: 0 35px 26px 0;
  width: 18%;
  min-height: 150px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(193, 175, 155, 0.4);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.planClass2ItemImg {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.planClass2Item span {
  color: #88694a;
  text-align: center;
}
.planNumber {
  margin-right: 20px;
  background-color: #58d7a9;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
}

/* detail */
.closeBox {
  position: absolute;
  transform: rotate(45deg);
  z-index: 9;
  right: -45px;
  top: -45px;
  background-color: #051840;
  width: 90px;
  height: 90px;
}
.planDetail {
  overflow: hidden;
  position: relative;
  /* padding: 20px; */
  background-color: #fff;
  /* background: linear-gradient(-135deg, transparent 45px, #fff 0); */
}
.planDetailHd {
  position: relative;
  justify-content: center;
  height: 360px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.planDetailHdImg {
  height: 100%;
  min-width: 100%;
  max-width: unset;
}
.planDetailHd h2 {
  position: absolute;
  bottom: 20px;
  left: 40px;
  font-size: 18px;
}
.planDetailBd {
  padding: 12px 50px;
}
.planDetailBdItem {
  padding: 20px 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}
.planDetailBdItem video {
  width: 100%;
  height: 100%;
}
.planDetailBdItem p {
  line-height: 32px;
}
.planDetailBdItem h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.planListItem {
  display: flex;
  align-items: center;
  color: #848484;
  min-height: 50px;
}
.planListItem p {
  flex: 1;
}
.planListItem img {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
.planDetailBdItem .result {
  position: relative;
  height: 470px;
  max-width: 740px;
  margin: 0 auto;
}
.planDetailBdItem .result .swiper-container {
  height: 100%;
}
.planDetailBdItem .result .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.planDetailBdItem .result .bannerImg {
  /* width: 100%; */
  height: 100%;
}
.planDetailBdItem .result .text {
  width: 100%;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.27) 100%
  );
  padding: 0 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
  font-weight: 500;
  color: #fff;
}

/* moblie */
.mobliePlan {
  display: none;
  width: 100%;
  margin-bottom: 0.53rem;
}
.mobliePlanHd {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 224px;
}

.mobliePlanBd {
  background-color: #fff;
  padding: 0.53rem;
}
.mobliePlanBd p {
  word-wrap: break-word;
}
.planDetailBd h2 {
  display: none;
  /* height: 0.64rem; */
  font-size: 0.64rem;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 0.96rem;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .planClass2ItemLogo {
    align-items: center;
  }
  .planClass {
    padding: 0.5rem 0;
    border-bottom: 0.03rem solid rgb(151, 151, 151, 0.3);
  }

  .planTop {
    display: none;
  }
  .mobliePlan {
    display: block;
  }
  .planContent {
    padding: 0.53rem;
  }
  .planClass .planClassItem {
    width: 2.4rem;
    height: 2.1rem;
    margin: 0 0.32rem 0.32rem 0;
  }
  .planClass ul {
    width: 105%;
  }
  .planClass2 ul {
    width: 108%;
  }
  .classItemContent img {
    width: 1rem;
    height: 1rem;
  }
  .planClass2Item {
    width: 2.24rem;
    height: 2.24rem;
    margin: 0 0.53rem 0.53rem 0;
  }
  .planClass2ItemImg {
    width: 1.33rem;
    max-height: 1.2rem;
  }
  .planClass2Item img {
    height: 1.3rem;
  }
  .planBottomContent {
    flex-wrap: wrap;
  }
  .planBottom .example {
    width: 100%;
    margin-bottom: 0.53rem;
  }
  .planDetailHd {
    width: 100%;
    max-height: 4.2rem;
  }
  .planDetailBd {
    padding: 0.53rem;
  }
  .planDetailBdItem .result {
    height: 4.2rem;
  }
  .result .swiper-pagination {
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: -0.5rem !important;
  }
  .planNumber {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.53rem;
  }
  .planDetailBdItem p {
    font-size: 0.37rem;
    font-weight: 400;
    color: #848484;
    line-height: 0.59rem;
  }
  .planDetailHd h2 {
    display: none;
  }
  .planDetailBd h2 {
    display: block;
  }
  .planClass1 {
    padding-top: 0;
  }
  .planClass1 .planClassItem {
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 0.32rem 0.32rem 0;
  }

  .planClass1 ul {
    width: 104%;
  }
  .planClass1 ul a {
    float: left;
  }
  .planClass2 ul a:nth-child(3n + 3) .hoverBox {
    left: -214%;
  }
  .mobliePlanHd {
    justify-content: center;
  }
  .mobliePlanHd img {
    max-width: unset;
    height: 100%;
  }
}
