@charset "UTF-8";
@import url(reset.css);
.puikiu_pc .container {
  width: 1200px;
  margin: 60px auto;
}
.puikiu_pc .title {
  text-align: center;
  margin-bottom: 30px;
}
.puikiu_pc .title h2 {
  font-size: 44px;
  color: #333333;
  margin-bottom: 15px;
}
.puikiu_pc .title h2 span {
  color: #1747b5;
}
.puikiu_pc .title p {
  font-size: 22px;
  color: #333333;
}
.puikiu_pc .title p em {
  font-weight: bold;
}
.puikiu_pc .title > span {
  font-size: 30px;
  color: #d20c0d;
  font-weight: bold;
}
.puikiu_pc .btnBox {
  text-align: center;
}
.puikiu_pc .btn-group {
  text-align: center;
}
.puikiu_pc .btn-group .btn {
  margin-left: 40px;
  margin-right: 40px;
}
.puikiu_pc .btn {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  padding: 0 50px;
  background-color: #d20c0d;
  color: #ffffff;
  font-size: 30px;
  margin-top: 50px;
}
.puikiu_pc .btn.plain {
  background-color: #ffffff;
  color: #d20c0d;
  border: solid 1px #d20c0d;
}
.puikiu_pc .btn.small {
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  font-size: 20px;
  padding: 0 15px;
  margin-top: 10px;
}
.puikiu_pc .round-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #ccc;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.puikiu_pc .round-checkbox:checked {
  border-color: #2566fb;
  background-color: #ffffff;
}
.puikiu_pc .round-checkbox::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2566fb;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.2s ease;
}
.puikiu_pc .round-checkbox:checked::before {
  transform: translate(-50%, -50%) scale(1);
}
.puikiu_pc .bannerBox {
  height: 640px;
}
.puikiu_pc .bannerBox .banner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.puikiu_pc .bannerBox .banner img {
  position: absolute;
  min-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
}
.puikiu_pc .bkzx .formBox {
  width: 840px;
  margin: 0 auto;
}
.puikiu_pc .bkzx .formBox label {
  display: block;
  margin-top: 30px;
}
.puikiu_pc .bkzx .formBox label p {
  font-size: 30px;
  margin-bottom: 10px;
}
.puikiu_pc .bkzx .formBox label p span {
  color: #d20c0d;
}
.puikiu_pc .bkzx .formBox label input[type=text] {
  width: 100%;
  height: 80px;
  border: solid 1px #999999;
  font-size: 24px;
  padding: 0 20px;
  border-radius: 8px;
}
.puikiu_pc .bkzx .formBox label.privacy {
  display: flex;
  align-items: center;
}
.puikiu_pc .bkzx .formBox label.privacy span {
  margin-left: 8px;
  font-size: 22px;
  color: #999999;
}
.puikiu_pc .bkzx .formBox label.privacy span a {
  color: #d20c0d;
}
.puikiu_pc .bkzx .formBox button {
  display: block;
  width: 450px;
  height: 70px;
  border-radius: 70px;
  background-color: #d20c0d;
  color: #ffffff;
  font-size: 30px;
  margin: 50px auto 0;
}
.puikiu_pc .school .profile {
  display: flex;
}
.puikiu_pc .school .profile .pic {
  width: 585px;
}
.puikiu_pc .school .profile .text {
  margin-left: 50px;
}
.puikiu_pc .school .profile .text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: left;
}
.puikiu_pc .school .profile .text li {
  min-width: 240px;
  position: relative;
  padding-left: 24px;
  font-size: 22px;
  line-height: 1;
  color: #333333;
  margin-top: 40px;
}
.puikiu_pc .school .profile .text li em {
  font-weight: bold;
}
.puikiu_pc .school .profile .text li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 38px;
  background: #ffffff 80%;
  background: linear-gradient(to bottom right, #e90000, #ffffff 80%);
  border-radius: 50%;
  z-index: -1;
}
.puikiu_pc .school .profile .text .btn {
  margin-top: 0;
}
.puikiu_pc .school .preview {
  padding: 60px 0;
  background: url(../images/school-bg.webp) no-repeat center/cover;
}
.puikiu_pc .school .preview .container {
  margin: 0 auto;
}
.puikiu_pc .school .preview .title h2,
.puikiu_pc .school .preview .title p {
  color: #ffffff;
}
.puikiu_pc .school .preview .title p {
  font-size: 24px;
}
.puikiu_pc .school .preview .school-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.puikiu_pc .school .preview .school-list .school-item {
  width: 340px;
  background: #ffffff;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  padding: 20px;
  margin-top: 30px;
}
.puikiu_pc .school .preview .school-list .school-item .pic {
  height: 210px;
}
.puikiu_pc .school .preview .school-list .school-item .text {
  margin-top: 20px;
  text-align: center;
}
.puikiu_pc .school .preview .school-list .school-item .text h3 {
  font-size: 24px;
  text-align: left;
}
.puikiu_pc .school .preview .school-list .school-item .text li {
  display: flex;
  height: 26px;
  line-height: 26px;
  margin-top: 8px;
  color: #333333;
  padding-left: 10px;
}
.puikiu_pc .school .preview .school-list .school-item .text li span {
  height: 100%;
  color: #ffffff;
  background-color: #1747b5;
  font-size: 18px;
  padding: 0 8px;
  margin-right: 8px;
  border-radius: 6px;
}
.puikiu_pc .school .preview .school-list .school-item .btn {
  margin-top: 20px;
  padding: 0 30px;
}
.puikiu_pc .kctx {
  position: relative;
}
.puikiu_pc .kctx::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 600px;
  background: #ffffff;
  background: linear-gradient(to bottom, #1747b5, #ffffff);
  border-radius: 12px 12px 0 0;
  z-index: -1;
}
.puikiu_pc .kctx .introduce {
  overflow: auto;
}
.puikiu_pc .kctx .introduce .top {
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
  border-radius: 12px;
  margin: 50px;
  padding: 10px 4px;
}
.puikiu_pc .kctx .introduce .top ul {
  display: flex;
  justify-content: space-between;
  padding: 40px;
}
.puikiu_pc .kctx .introduce .top li {
  width: 480px;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
.puikiu_pc .kctx .introduce .top li .tit {
  height: 120px;
  background-color: #1747b5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.puikiu_pc .kctx .introduce .top li .tit p {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}
.puikiu_pc .kctx .introduce .top li p {
  font-size: 24px;
  color: #333333;
  padding: 20px;
}
.puikiu_pc .kctx .introduce .top .btn {
  margin-top: 0;
}
.puikiu_pc .kctx .introduce .content {
  display: flex;
  justify-content: space-between;
}
.puikiu_pc .kctx .introduce .content ul {
  width: 690px;
  padding-top: 8px;
}
.puikiu_pc .kctx .introduce .content ul li {
  background-color: #f0f5ff;
  border-radius: 12px;
  margin-top: 50px;
  padding: 40px 20px 20px;
  position: relative;
}
.puikiu_pc .kctx .introduce .content ul li span {
  position: absolute;
  left: 20px;
  top: -20px;
  width: 314px;
  height: 53px;
  line-height: 53px;
  background: url(../images/kctx-tit-bg.webp) no-repeat;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.puikiu_pc .kctx .introduce .content ul li p {
  font-size: 17px;
  color: #333333;
  line-height: 1.3;
}
.puikiu_pc .kctx .introduce .content .pic {
  width: 464px;
}
.puikiu_pc .kctx .process {
  margin-top: 80px;
}
.puikiu_pc .kctx .process ul {
  display: flex;
  justify-content: space-between;
}
.puikiu_pc .kctx .process li {
  width: 20%;
}
.puikiu_pc .kctx .process li span {
  display: block;
  position: relative;
  width: 160px; /* 矩形宽度 */
  height: 72px; /* 矩形高度 */
  line-height: 72px;
  background-color: #1848b9; /* 背景颜色 */
  padding-left: 12px;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  white-space: nowrap;
  z-index: 1;
}
.puikiu_pc .kctx .process li span::before {
  content: ""; /* 必须有content属性 */
  position: absolute;
  top: 50%; /* 箭头垂直居中 */
  transform: translateY(-50%);
  right: -36px; /* 箭头紧贴矩形右侧 */
  border-top: 36px solid transparent; /* 上方透明边框 */
  border-bottom: 36px solid transparent; /* 下方透明边框 */
  border-left: 36px solid #1848b9; /* 左侧边框，颜色与矩形相同 */
  z-index: -1;
}
.puikiu_pc .kctx .process li p {
  font-size: 24px;
  color: #666666;
  margin-top: 10px;
}
.puikiu_pc .course {
  padding: 1px;
  background: #ececec;
}
.puikiu_pc .course .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -30px;
}
.puikiu_pc .course .content li {
  width: 378px;
  text-align: center;
  margin-top: 30px;
}
.puikiu_pc .course .content li .pic {
  height: 208px;
}
.puikiu_pc .course .content li .text {
  margin-top: 12px;
}
.puikiu_pc .course .content li .text h3 {
  font-size: 30px;
  color: #333333;
}
.puikiu_pc .course .content li .text p {
  margin-top: 5px;
  font-size: 22px;
  color: #666666;
}
.puikiu_pc .upgrade .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -30px;
}
.puikiu_pc .upgrade .content li {
  width: 380px;
  height: 190px;
  margin-top: 15px;
  border-radius: 12px;
  overflow: hidden;
}
.puikiu_pc .upgrade .content li:nth-child(1) {
  background: url(../images/sxgh-01.webp) no-repeat center/cover;
}
.puikiu_pc .upgrade .content li:nth-child(2) {
  background: url(../images/sxgh-02.webp) no-repeat center/cover;
}
.puikiu_pc .upgrade .content li:nth-child(3) {
  background: url(../images/sxgh-03.webp) no-repeat center/cover;
}
.puikiu_pc .upgrade .content li:nth-child(4) {
  background: url(../images/sxgh-04.webp) no-repeat center/cover;
}
.puikiu_pc .upgrade .content li:nth-child(5) {
  background: url(../images/sxgh-05.webp) no-repeat center/cover;
}
.puikiu_pc .upgrade .content li:nth-child(6) {
  background: url(../images/sxgh-06.webp) no-repeat center/cover;
}
.puikiu_pc .upgrade .content li .text {
  padding: 20px 30px;
}
.puikiu_pc .upgrade .content li .text h3 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 10px;
}
.puikiu_pc .upgrade .content li .text p {
  width: 220px;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.9);
}
.puikiu_pc .advantage .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -30px;
}
.puikiu_pc .advantage .content li {
  width: 380px;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
  border-radius: 12px;
  margin-top: 30px;
}
.puikiu_pc .advantage .content li .pic {
  height: 307px;
}
.puikiu_pc .advantage .content li p {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding: 20px;
}
.puikiu_pc .bkys .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -30px;
}
.puikiu_pc .bkys .content li {
  width: 380px;
  text-align: center;
  padding: 30px 0;
  background: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.19);
  border-radius: 12px;
  margin-top: 30px;
}
.puikiu_pc .bkys .content li p {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  padding: 0 50px;
  margin-top: 20px;
}
.puikiu_pc .footerBox {
  color: #ffffff;
  background-color: #1848b5;
  text-align: center;
  padding: 20px 0;
}
.puikiu_pc .footerBox p {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
.puikiu_pc .footerBox span {
  font-size: 30px;
}/*# sourceMappingURL=style.css.map */