a.li,
a.item,
a.button,
img.img {
  display: block;
}
@font-face {
  font-family: JiangChengLvDongHei;
  src: url('../font/JiangChengLvDongHei.ttf');
}
body {
  background-image: url(../images/lattice-bg.jpg);
  background-size: 256px;
  background-position: center;
}
.bg {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position: top center;
}
.xbg {
  background-repeat: no-repeat;
  background-size: cover;
}
.wh-100 {
  width: 100%;
  height: 100%;
}
.padding-bot-60 {
  padding-bottom: 60px;
}
.bold {
  font-weight: bold;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.toast-loading .index-toast {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 24px 30px;
  max-width: 300px;
  min-width: 180px;
  width: max-content;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 20px;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
  z-index: 3002;
}
.toast-loading .loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3001;
}
.toast-loading .loading .loading-cont {
  padding: 15px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  min-width: 160px;
  width: max-content;
  min-height: 160px;
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 10px;
  box-sizing: border-box;
}
.toast-loading .loading .loading-img {
  width: 50px;
  height: 50px;
  background-image: url("https://www.kaoyan365.cn/statics/images/icon/loading.gif");
  background-repeat: no-repeat;
  background-size: cover;
}
.toast-loading .loading .text {
  margin-top: 15px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
}
.toast-loading .loading-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3001;
}
.banner {
  height: 723px;
  background-image: url(../images/banner.jpg);
}
.banner .inner {
  padding-top: 81px;
  position: relative;
}
.banner .inner .logo {
  position: absolute;
  top: 7px;
  left: 52px;
  width: 193px;
  height: 42px;
}
.banner .inner .banner-title {
  width: 1136px;
  height: 400px;
}
.banner .inner ul {
  margin-top: 3px;
  width: 1180px;
}
.banner .inner ul li {
  padding: 5px;
  background: linear-gradient(0deg, #FFF3D6, #FFC3A0, #FFE1C2, #DAAEA3);
  border-radius: 20px;
}
.banner .inner ul li span {
  display: block;
  width: 260px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-family: JiangChengLvDongHei;
  font-size: 32px;
  color: #fff;
  background: #282139;
  border-radius: 18px;
}
.part-bg {
  padding-bottom: 80px;
  background-image: url(../images/part-top-bg.png);
  background-size: 1920px;
}
.part-bg .part-box {
  margin: 0 auto;
  padding-bottom: 70px;
  width: 1280px;
  background: #28224E;
  border: 5px solid #42315E;
  border-top: none;
  box-shadow: 0 18px 54px 0 rgba(30, 17, 51, 0.35);
}
.part-coupon {
  padding-top: 50px;
}
.part-coupon .item {
  padding: 14px 65px 0 8px;
  position: relative;
  width: 384px;
  height: 168px;
  font-weight: bold;
  color: #352847;
  background-image: url(../images/coupon-bg.png);
  background-size: cover;
}
.part-coupon .item .top {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.part-coupon .item .top .price {
  flex: 1;
  text-align: center;
  letter-spacing: -1px;
  font-size: 65px;
}
.part-coupon .item .top .price::before {
  content: '￥';
  font-size: 34px;
}
.part-coupon .item .top .line {
  width: 4px;
  height: 95px;
  background: #EACCA0;
}
.part-coupon .item .top .name {
  padding: 0 26px 6px 8px;
  line-height: 1;
  font-size: 26px;
}
.part-coupon .item .desc {
  margin-top: 16px;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-size: 22px;
}
.part-coupon .item::after {
  padding: 15px 10px 0;
  position: absolute;
  top: 0;
  right: 3px;
  content: '立即领取';
  width: 62px;
  height: 100%;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  font-size: 27px;
  color: #F9EBC8;
  word-wrap: break-word;
  box-sizing: border-box;
}
.part {
  padding-top: 70px;
  position: relative;
  width: 100%;
}
.part .de-circle {
  position: absolute;
  width: 66px;
  height: 66px;
  background-image: url(../images/icon-circle.png);
  background-size: 100%;
}
.part .de-triangle {
  position: absolute;
  width: 113px;
  height: 120px;
  background-image: url(../images/icon-triangle.png);
  background-size: 100%;
}
.part .part-title {
  margin: 0 auto;
  padding-top: 26px;
  position: relative;
  width: 633px;
  height: 138px;
  line-height: 1;
  text-align: center;
  background-image: url(../images/index-title-short.png);
  background-size: 100%;
  z-index: 5;
}
.part .part-title.long {
  width: 729px;
  background-image: url(../images/index-title-long.png);
}
.part .part-title .tips {
  font-size: 20px;
  color: #FFE5C0;
}
.part .part-title .title {
  margin-top: 15px;
  font-family: JiangChengLvDongHei;
  font-size: 45px;
  color: #fff;
}
.part .part-cont-box {
  padding: 10px;
  position: relative;
  width: 100%;
  background: linear-gradient(0deg, #FFF3D6, #FFC3A0, #FFE1C2, #DAAEA3);
  border-radius: 30px;
  z-index: 3;
}
.part .part-cont-box .part-cont {
  padding: 30px 0;
  width: 100%;
  background: linear-gradient(0deg, #140F24 0%, #1E1D30 100%);
  box-shadow: inset 0 0 8px 0 #000000;
  border-radius: 24px;
}
.part .part-list {
  padding: 0 40px;
  width: 100%;
}
.part .part-list .item {
  padding: 5px;
  width: 526px;
  background: linear-gradient(0deg, #FFCC9D, #E4B483, #C5AA77, #76574F);
  border-radius: 20px;
}
.part .part-list .item .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: linear-gradient(0deg, #FFCD9D 0%, #FFE6C1 100%);
  border-radius: 18px;
}
.part .part-list .item .img-wp {
  padding: 3px;
  background: linear-gradient(0deg, #FFCC9D, #E4B483, #C5AA77, #76574F);
  border-radius: 20px;
}
.part .part-list .item .img-wp .img {
  border-radius: 0.18rem;
  overflow: hidden;
}
.part .part-list .item .ul-wp {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 487px;
  height: 137px;
  line-height: 40px;
  font-size: 20px;
  color: #FFEDD3;
  background: #1B1A2D;
  box-shadow: inset 0 12px 35px 0 rgba(255, 231, 194, 0.26);
  border-radius: 10px;
}
.part .part-list .item .button {
  margin-top: 31px;
  width: 300px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 28px;
  color: #000;
  border: 1px solid #000000;
  background: linear-gradient(0deg, #FFE4AF 0%, #FFAE00 100%);
  border-radius: 25px;
  cursor: pointer;
}
.part .part-button {
  margin: 36px auto 0;
  display: block;
  width: 334px;
  height: 72px;
  line-height: 60px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  font-size: 35px;
  color: #FFE0B8;
  background: linear-gradient(0deg, #FF564A 1%, #E70200 100%);
  text-shadow: 0 8px 6px rgba(190, 3, 0, 0.35);
  box-shadow: 0 5px 3px 0 rgba(120, 0, 5, 0.55);
  border-radius: 20px;
  cursor: pointer;
}
.part .part-button span {
  font-size: 62px;
}
.part::before {
  position: absolute;
  top: 180px;
  left: 0;
  content: '';
  width: 1200px;
  height: 48px;
  background-image: url(../images/cont-top-shadow.png);
  background-size: 1200px;
}
.part-1 .de-triangle {
  right: -227px;
  bottom: 96px;
  width: 78px;
  height: 83px;
}
.part-1 .part1-list .item .box {
  justify-content: center;
  height: 458px;
}
.part-1 .part1-list .item .img {
  width: 442px;
  height: 258px;
}
.part-1 .part1-list .item .img-book {
  width: 457px;
  height: 260px;
}
.part-1 .part1-list .item:first-child .ul-wp {
  margin-top: 24px;
  padding-left: 10px;
  height: 114px;
}
.part-1 .part1-list .item:first-child .ul-wp ul {
  display: flex;
  flex-wrap: wrap;
}
.part-1 .part1-list .item:first-child .ul-wp ul li {
  width: 50%;
}
.part-2 .de-circle {
  top: 385px;
  right: -183px;
}
.part-2 .part2-list {
  padding: 0 23px;
}
.part-2 .part2-list .item {
  padding: 4px;
  width: 368px;
}
.part-2 .part2-list .item .box {
  justify-content: center;
  height: 410px;
}
.part-2 .part2-list .item .img {
  width: 324px;
  height: 190px;
}
.part-2 .part2-list .item .img-book {
  width: 340px;
}
.part-2 .part2-list .item .ul-wp {
  margin-top: 21px;
  width: 334px;
  height: 172px;
}
.part-3 .de-triangle {
  top: -45px;
  left: -255px;
}
.part-3 .de-circle {
  bottom: 347px;
  left: -122px;
  width: 45px;
  height: 45px;
}
.part-3 .part3-list .item {
  margin-top: 32px;
  padding-bottom: 10px;
}
.part-3 .part3-list .item:nth-child(1),
.part-3 .part3-list .item:nth-child(2) {
  margin-top: 0;
}
.part-3 .part3-list .item .box {
  justify-content: center;
  height: 466px;
}
.part-3 .part3-list .item .img {
  width: 442px;
  height: 258px;
}
.part-3 .part3-list .item .desc {
  margin-top: 25px;
  line-height: 1;
  font-size: 22px;
  color: #3F3F3F;
}
.part-4 .de-triangle {
  right: -238px;
  bottom: 138px;
}
.part-4 .de-circle {
  bottom: 110px;
  left: -210px;
}
.part-4 .part4-list .item {
  padding-top: 45px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 526px;
  height: 322px;
  background: #1B4853;
  border: 3px solid #E5E5E5;
  border-radius: 20px;
}
.part-4 .part4-list .item .icon-trophy {
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 124px;
}
.part-4 .part4-list .item h4 {
  line-height: 1;
  font-weight: bold;
  font-size: 36px;
  color: #fff;
}
.part-4 .part4-list .item ul {
  margin-top: 31px;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 404px;
  height: 102px;
  line-height: 41px;
  font-size: 24px;
  color: #1B4853;
  background: linear-gradient(0deg, #FFFEFF 0%, #FFFEFF 100%);
  border-radius: 10px;
}
.part-4 .part4-list .item ul li {
  width: 50%;
}
.part-4 .part4-list .item .button {
  margin-top: 22px;
  position: relative;
  z-index: 3;
}
.part-4 .part4-list .item:last-child {
  background: #726388;
}
.part-4 .part4-list .item:last-child ul {
  color: #726388;
}
.ani-pulse {
  animation: aniPulse 2s infinite linear;
}
@keyframes aniPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
