@charset "UTF-8";
@import url(reset.css);
.basis_pc .container {
  width: 1200px;
  margin: 60px auto;
}
.basis_pc .title {
  text-align: center;
  margin-bottom: 30px;
}
.basis_pc .title h2 {
  font-size: 44px;
  color: #333333;
  margin-bottom: 15px;
}
.basis_pc .title p {
  font-size: 22px;
  color: #333333;
}
.basis_pc .title p em {
  font-weight: bold;
}
.basis_pc .title span {
  font-size: 30px;
  color: #d20c0d;
  font-weight: bold;
}
.basis_pc .btnBox {
  text-align: center;
}
.basis_pc .btn-group {
  text-align: center;
}
.basis_pc .btn-group .btn {
  margin-left: 40px;
  margin-right: 40px;
}
.basis_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;
}
.basis_pc .btn.plain {
  background-color: #ffffff;
  color: #d20c0d;
  border: solid 1px #d20c0d;
}
.basis_pc .btn.small {
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  font-size: 20px;
  padding: 0 15px;
  margin-top: 10px;
}
.basis_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;
}
.basis_pc .round-checkbox:checked {
  border-color: #01a01b;
  background-color: #ffffff;
}
.basis_pc .round-checkbox::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #01a01b;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.2s ease;
}
.basis_pc .round-checkbox:checked::before {
  transform: translate(-50%, -50%) scale(1);
}
.basis_pc .bannerBox {
  height: 640px;
}
.basis_pc .bannerBox .banner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.basis_pc .bannerBox .banner img {
  position: absolute;
  min-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
}
.basis_pc .bkzx .formBox {
  width: 840px;
  margin: 0 auto;
}
.basis_pc .bkzx .formBox label {
  display: block;
  margin-top: 30px;
}
.basis_pc .bkzx .formBox label p {
  font-size: 30px;
  margin-bottom: 10px;
}
.basis_pc .bkzx .formBox label p span {
  color: #d20c0d;
}
.basis_pc .bkzx .formBox label input[type=text] {
  width: 100%;
  height: 80px;
  border: solid 1px #999999;
  font-size: 24px;
  padding: 0 20px;
  border-radius: 8px;
}
.basis_pc .bkzx .formBox label.privacy {
  display: flex;
  align-items: center;
}
.basis_pc .bkzx .formBox label.privacy span {
  margin-left: 8px;
  font-size: 22px;
  color: #999999;
}
.basis_pc .bkzx .formBox label.privacy span a {
  color: #d20c0d;
}
.basis_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;
}
.basis_pc .school .profile .content {
  display: flex;
}
.basis_pc .school .profile .pic {
  width: 585px;
}
.basis_pc .school .profile .text {
  margin-left: 50px;
}
.basis_pc .school .profile .text li {
  position: relative;
  padding-left: 24px;
  font-size: 22px;
  line-height: 1;
  color: #333333;
  margin-bottom: 18px;
}
.basis_pc .school .profile .text li em {
  font-weight: bold;
}
.basis_pc .school .profile .text li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: solid 4px #007fff;
}
.basis_pc .school .profile .text .btn {
  margin-top: 0;
}
.basis_pc .school .preview {
  padding: 60px 0;
  background: url(../images/school-bg.webp) no-repeat center/cover;
}
.basis_pc .school .preview .container {
  margin: 0 auto;
}
.basis_pc .school .preview .title h2,
.basis_pc .school .preview .title p {
  color: #007fff;
}
.basis_pc .school .preview .title p {
  font-size: 24px;
}
.basis_pc .school .preview .content {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  margin-top: 50px;
}
.basis_pc .school .preview .link-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
}
.basis_pc .school .preview .link-group a {
  height: 64px;
  line-height: 64px;
  padding: 0 40px;
  font-size: 36px;
  color: #ffffff;
  border-radius: 6px;
  background: #214fff;
  background: linear-gradient(to bottom, #1848b5, #214fff);
  margin: 14px 18px;
}
.basis_pc .school .preview .school-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.basis_pc .school .preview .school-list .school-item {
  display: flex;
  justify-content: space-between;
  width: 522px;
  background: #ffffff;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  padding: 16px;
  margin-top: 30px;
}
.basis_pc .school .preview .school-list .school-item .pic {
  height: 202px;
}
.basis_pc .school .preview .school-list .school-item .text {
  width: 290px;
}
.basis_pc .school .preview .school-list .school-item .text h3 {
  font-size: 24px;
}
.basis_pc .school .preview .school-list .school-item .text li {
  display: flex;
  height: 26px;
  line-height: 26px;
  margin-top: 8px;
  color: #333333;
}
.basis_pc .school .preview .school-list .school-item .text li span {
  height: 100%;
  color: #ffffff;
  background: #376fd6;
  background: linear-gradient(to bottom, #008ad9, #376fd6);
  font-size: 18px;
  padding: 0 8px;
  margin-right: 8px;
}
.basis_pc .ksnr .introduce .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  margin-bottom: 40px;
}
.basis_pc .ksnr .introduce .top .pic {
  width: 512px;
  height: 214px;
}
.basis_pc .ksnr .introduce .top p {
  padding: 30px;
  font-size: 24px;
  line-height: 1.5;
}
.basis_pc .ksnr .introduce .top p em {
  font-weight: bold;
}
.basis_pc .ksnr .introduce li {
  margin-top: 30px;
}
.basis_pc .ksnr .introduce li span {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  background: #007fff;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 16px;
}
.basis_pc .ksnr .introduce li p {
  font-size: 24px;
  color: #333333;
}
.basis_pc .ksnr .introduce .btn {
  margin-top: 30px;
}
.basis_pc .ksnr .process {
  margin-top: 80px;
}
.basis_pc .ksnr .process ul {
  display: flex;
  justify-content: space-between;
}
.basis_pc .ksnr .process li {
  width: 20%;
}
.basis_pc .ksnr .process li span {
  display: block;
  position: relative;
  width: 150px; /* 矩形宽度 */
  height: 72px; /* 矩形高度 */
  line-height: 72px;
  background-color: #1381d8; /* 背景颜色 */
  padding-left: 12px;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  white-space: nowrap;
  z-index: 1;
}
.basis_pc .ksnr .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 #1381d8; /* 左侧边框，颜色与矩形相同 */
  z-index: -1;
}
.basis_pc .ksnr .process li p {
  font-size: 24px;
  color: #666666;
  margin-top: 10px;
}
.basis_pc .course {
  padding: 1px;
  background: #ececec;
}
.basis_pc .course .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -30px;
}
.basis_pc .course .content li {
  width: 378px;
  text-align: center;
  margin-top: 30px;
}
.basis_pc .course .content li .pic {
  height: 208px;
}
.basis_pc .course .content li .text {
  margin-top: 12px;
}
.basis_pc .course .content li .text h3 {
  font-size: 30px;
  color: #333333;
}
.basis_pc .course .content li .text p {
  margin-top: 5px;
  font-size: 22px;
  color: #666666;
}
.basis_pc .upgrade .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -30px;
}
.basis_pc .upgrade .content li {
  width: 396px;
  height: 214px;
  margin-top: 15px;
}
.basis_pc .upgrade .content li:nth-child(1) {
  background: url(../images/sxgh-01.png) no-repeat center/cover;
}
.basis_pc .upgrade .content li:nth-child(2) {
  background: url(../images/sxgh-02.png) no-repeat center/cover;
}
.basis_pc .upgrade .content li:nth-child(3) {
  background: url(../images/sxgh-03.png) no-repeat center/cover;
}
.basis_pc .upgrade .content li:nth-child(4) {
  background: url(../images/sxgh-04.png) no-repeat center/cover;
}
.basis_pc .upgrade .content li:nth-child(5) {
  background: url(../images/sxgh-05.png) no-repeat center/cover;
}
.basis_pc .upgrade .content li:nth-child(6) {
  background: url(../images/sxgh-06.png) no-repeat center/cover;
}
.basis_pc .upgrade .content li .text {
  margin-left: 144px;
  padding-top: 30px;
}
.basis_pc .upgrade .content li .text h3 {
  font-size: 26px;
  color: #333333;
  margin-bottom: 10px;
}
.basis_pc .upgrade .content li .text p {
  font-size: 20px;
  color: #666666;
}
.basis_pc .advantage .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -30px;
}
.basis_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;
}
.basis_pc .advantage .content li .pic {
  height: 307px;
}
.basis_pc .advantage .content li p {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding: 20px;
}
.basis_pc .bkys .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -30px;
}
.basis_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;
}
.basis_pc .bkys .content li p {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  padding: 0 50px;
  margin-top: 20px;
}
.basis_pc .footerBox {
  color: #ffffff;
  background-color: #007efe;
  text-align: center;
  padding: 20px 0;
}
.basis_pc .footerBox p {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
.basis_pc .footerBox span {
  font-size: 30px;
}/*# sourceMappingURL=style.css.map */