.title {
  position: relative;
  margin-bottom: 1.1rem;
  color: #333;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.33rem;
  text-align: center;
}
.title::after {
  position: absolute;
  bottom: -0.35rem;
  left: 50%;
  width: 2rem;
  height: 0.1rem;
  background: #fd801f;
  transform: translateX(-50%);
  content: "";
}

.button {
  width: 7rem;
  height: 1.75rem;
  margin: 0.7rem auto 0;
  color: #fff;
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 1.75rem;
  text-align: center;
  background: #fd801f;
  border-radius: 1.75rem;
}

.intro {
  padding-top: 1.35rem;
}
.intro .content {
  box-sizing: border-box;
  height: 5.5rem;
  padding: 0.8rem;
  font-size: 0.55rem;
  line-height: 0.8rem;
  text-align: justify;
  background: #f8f9fb;
  border-radius: 0.4rem;
}
.intro .content span {
  color: #276cf7;
  font-weight: bold;
  font-size: 0.7rem;
}

.tixi {
  margin-bottom: 1.5rem;
  padding-top: 1.4rem;
}
.tixi .box .item {
  display: flex;
  height: 3.75rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  border-radius: 0.4rem;
}
.tixi .box .item:nth-child(1) {
  background: rgba(247, 75, 75, 0.1);
}
.tixi .box .item:nth-child(1) .name {
  background: #f74b4b;
}
.tixi .box .item:nth-child(2) {
  background: rgba(71, 200, 212, 0.1);
}
.tixi .box .item:nth-child(2) .name {
  background: #47c8d4;
}
.tixi .box .item:nth-child(3) {
  background: rgba(255, 148, 66, 0.1);
}
.tixi .box .item:nth-child(3) .name {
  background: #ff9442;
}
.tixi .box .item:nth-child(4) {
  background: rgba(80, 177, 243, 0.1);
}
.tixi .box .item:nth-child(4) .name {
  background: #50b1f3;
}
.tixi .box .item:nth-child(5) {
  background: rgba(81, 124, 233, 0.1);
}
.tixi .box .item:nth-child(5) .name {
  background: #517ce9;
}
.tixi .box .item .name {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 3.45rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.6rem;
  line-height: 0.75rem;
  text-align: center;
}
.tixi .box .item .desc {
  display: flex;
  align-items: center;
  padding: 0 0.9rem;
  font-size: 0.55rem;
  line-height: 0.85rem;
  text-align: justify;
}

.qubie {
  padding-top: 1.35rem;
  padding-bottom: 1.1rem;
  background: #f5f8ff;
}
.qubie .swiper {
  margin-top: -0.45rem;
  padding: 10px 0 1rem;
}
.qubie .item {
  box-sizing: border-box;
  width: 8.35rem;
  height: 14.05rem;
  margin-right: 0.5rem;
  padding: 0.75rem 0 0 0.6rem;
  border-radius: 0.4rem;
  box-shadow: 0 4px 0.25rem 1px rgba(209, 227, 255, 0.53);
}
.qubie .item.item1 {
  background: linear-gradient(to bottom, rgba(230, 239, 255, 0.5), #fff);
}
.qubie .item.item1 .stit {
  color: #276cf7;
  background: url("../images/icon_qubie1.png") no-repeat right center;
  background-size: auto 0.75rem;
  border-bottom: 1px solid rgba(81, 124, 233, 0.52);
}
.qubie .item.item1 .t1::before {
  border-left-color: #276cf7;
}
.qubie .item.item2 {
  background: linear-gradient(to bottom, rgba(255, 225, 225, 0.5), #fff);
}
.qubie .item.item2 .stit {
  color: #f74b4b;
  background: url("../images/icon_qubie2.png") no-repeat right center;
  background-size: auto 0.75rem;
  border-bottom: 1px solid rgba(247, 75, 75, 0.52);
}
.qubie .item.item2 .t1::before {
  border-left-color: #f74b4b;
}
.qubie .item.item3 {
  background: linear-gradient(to bottom, rgba(236, 232, 255, 0.5), #fff);
}
.qubie .item.item3 .stit {
  color: #806ac1;
  background: url("../images/icon_qubie3.png") no-repeat right center;
  background-size: auto 0.75rem;
  border-bottom: 1px solid rgba(128, 106, 193, 0.52);
}
.qubie .item.item3 .t1::before {
  border-left-color: #806ac1;
}
.qubie .item.item4 {
  background: linear-gradient(to bottom, rgba(255, 243, 218, 0.5), #fff);
}
.qubie .item.item4 .stit {
  color: #ff9442;
  background: url("../images/icon_qubie4.png") no-repeat right center;
  background-size: auto 0.75rem;
  border-bottom: 1px solid rgba(247, 148, 23, 0.52);
}
.qubie .item.item4 .t1::before {
  border-left-color: #ff9442;
}
.qubie .item .stit {
  margin-right: 0.75rem;
  padding-bottom: 0.1rem;
  font-weight: bold;
  font-size: 0.65rem;
}
.qubie .item .t1 {
  position: relative;
  margin-top: 0.22rem;
  margin-bottom: 0.1rem;
  padding-left: 0.4rem;
  font-weight: 500;
  font-size: 0.55rem;
  line-height: 0.6rem;
}
.qubie .item .t1::before {
  position: absolute;
  top: 50%;
  left: 0;
  border: 0.2rem solid transparent;
  transform: translateY(-50%);
  content: "";
}
.qubie .item .t2 {
  padding-left: 0.45rem;
  color: #666;
  font-size: 0.55rem;
  line-height: 0.85rem;
}
.qubie .item .button {
  height: 1.25rem;
  margin: 0;
  margin-top: 0.25rem;
  font-size: 0.65rem;
  line-height: 1.25rem;
  border-radius: 0.15rem;
}
.qubie .swiper-pagination {
  bottom: -0.2rem;
}
.qubie .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  background: #fd801f;
  border-radius: 0.2rem;
  opacity: 0.4;
}
.qubie .swiper-pagination-bullet-active {
  width: 0.5rem;
  opacity: 1;
}

.why {
  padding-top: 1.4rem;
}
.why .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.why .list .item {
  width: 8.35rem;
  height: 10.5rem;
  margin-bottom: 0.5rem;
  background: rgba(39, 108, 247, 0.05);
}
.why .list .item:nth-child(1) .top {
  background: url("../images/why1.jpg") no-repeat center;
  background-size: contain;
}
.why .list .item:nth-child(2) .top {
  background: url("../images/why2.jpg") no-repeat center;
  background-size: contain;
}
.why .list .item:nth-child(3) .top {
  background: url("../images/why3.jpg") no-repeat center;
  background-size: contain;
}
.why .list .item:nth-child(4) .top {
  background: url("../images/why4.jpg") no-repeat center;
  background-size: contain;
}
.why .list .item .top {
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  height: 4.4rem;
  padding-left: 0.5rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.65rem;
}
.why .list .item .desc {
  margin-top: 0.35rem;
  padding: 0 0.5rem;
  font-size: 0.55rem;
  line-height: 0.85rem;
  text-align: justify;
}
.why .button {
  margin-top: 0.3rem;
}

.guihua {
  padding-top: 1.3rem;
}
.guihua .navbar {
  display: flex;
  align-items: flex-end;
  height: 2rem;
}
.guihua .navbar .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.75rem;
  height: 1.5rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.65rem;
  text-align: center;
  background: #276cf7;
  border-radius: 0.4rem 0.4rem 0 0;
  cursor: pointer;
  transition: height 0.2s ease;
}
.guihua .navbar .item:nth-child(1) {
  background: #47c8d4;
}
.guihua .navbar .item:nth-child(2) {
  background: #50b1f3;
}
.guihua .navbar .item:nth-child(3) {
  background: #517ce9;
}
.guihua .navbar .item.active {
  height: 2rem;
  background: linear-gradient(-50deg, #ff9441, #fd801e);
}
.guihua .content {
  display: none;
}
.guihua .content.show {
  display: block;
}
.guihua .content .table {
  position: relative;
  border-left: 1px solid #517ce9;
}
.guihua .content .table .head {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  height: 1.5rem;
  color: #276cf7;
  font-size: 0.65rem;
  background: #f5f8ff;
  border-bottom: 1px solid #517ce9;
}
.guihua .content .table .row {
  display: flex;
  justify-content: space-between;
  height: 1.45rem;
  font-size: 0.55rem;
  border-bottom: 1px solid #517ce9;
}
.guihua .content .table .col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  border-right: 1px solid #517ce9;
}
.guihua .content .table .col:first-child {
  width: 5.7rem;
}
.guihua .content .table .col:nth-child(2) {
  width: 3.95rem;
}

.form-box .kaptcha-btn,
.form-box .submit {
  color: #fff;
  background: #fd801f;
}
.form-box .kaptcha-btn {
  width: 5rem;
}

.form-center {
  box-sizing: border-box;
  height: 15.45rem;
  margin-top: 1.55rem;
  padding-top: 2rem;
  background: url("../images/form_center_bg.jpg") center no-repeat;
  background-size: contain;
}
.form-center .title {
  margin-bottom: 0.75rem;
  color: #fff;
}
.form-center .title::after {
  width: 0;
}
.form-center .form-box {
  padding: 0;
}
.form-center .form-box .form-item,
.form-center .form-box .form-code {
  margin-bottom: 0.75rem;
}
.form-center .form-box .form-code {
  background-color: #fff;
  border-radius: 0.125rem;
}
.form-center .kaptcha-btn {
  position: relative;
  width: 6.25rem;
  color: #276cf7;
  background-color: transparent;
}
.form-center .kaptcha-btn::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 0.75rem;
  background-color: #276cf7;
  transform: translateY(-50%);
  content: "";
}

.adv {
  box-sizing: border-box;
  padding-top: 1.3rem;
  padding-bottom: 1.5rem;
  background: #f5f8ff;
}
.adv .list .item {
  box-sizing: border-box;
  height: 6.25rem;
  padding-right: 0.8rem;
  padding-left: 1.35rem;
  color: #fff;
}
.adv .list .item:nth-child(1) {
  background: url("../images/adv_bg1.jpg") no-repeat center;
  background-size: contain;
}
.adv .list .item:nth-child(2) {
  height: 8.25rem;
  background: url("../images/adv_bg2.jpg") no-repeat center;
  background-size: contain;
}
.adv .list .item .t1 {
  padding-top: 1rem;
  font-weight: bold;
  font-size: 0.75rem;
}
.adv .list .item .t2 {
  font-weight: 500;
  font-size: 0.6rem;
  line-height: 0.9rem;
}
.adv .list .item .t2.mb {
  margin-bottom: 0.25rem;
}
.adv .list .item .t3 {
  font-size: 0.55rem;
  line-height: 0.9rem;
}

.campus {
  padding-top: 1.4rem;
}
.campus .citys .item {
  box-shadow: 0 0 0.2rem rgba(39, 108, 247, 0.21);
}
.campus .citys .item.active {
  color: #276cf7;
  border-color: #276cf7;
}
.campus .tabs .tab {
  background-color: #edf2ff;
}
.campus .tabs .tab.active {
  color: #fff;
  background-color: #276cf7;
}
.campus .content .name {
  color: #276cf7;
}

.form-footer .title {
  margin-bottom: 0.5rem;
  color: #276cf7;
}
.form-footer .title::after {
  height: 0;
}
.form-footer .kaptcha-btn {
  width: 6.25rem;
}