* {
  margin: 0;
  padding: 0;
}

body {
  padding: 2rem 0;
}

a {
  text-decoration: none;
}
:root {
  --deep-blue: #0f1a4a;
  --space-blue: #1a237e;
  --royal-blue: #283593;
  --accent-pink: #ff6b9d;
  --accent-yellow: #ffd54f;
  --accent-cyan: #4dd0e1;
  --accent-orange: #ff8a65;
  --accent-purple: #9c27b0;
}
svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#main .icon {
  width: 0.5rem;
  /* height: 16px; */
}

#main .icon-sm {
  width: 0.3rem;
  height: 0.3rem;
}

#main .icon-md {
  width: 0.5rem;
  height: 0.5rem;
}

#main .icon-lg {
  width: 0.6rem;
  height: 0.6rem;
}

#main .icon-xl {
  width: 0.7rem;
  height: 0.7rem;
}

#main * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#main {
  font-size: 0.7rem;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-size: 100%;
  background: url(../img/bg.jpg) repeat-y;
  background-size: 100%;
}

#main input,
#main select,
#main textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

#main i,
#main em {
  font-style: normal;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

table {
  width: 100%;
  text-align: center;
  /*文本居中*/
  border-collapse: collapse;
  /*表格的边框合并，如果相邻，则共用一个边框*/
  border-spacing: 0;
  /*设置行与单元格边框的间距。当表格边框独立（即border-collapse:separate;）此属性才起作用*/
}

table td {
  word-break: break-all;
  /*允许在字内换行,即单词可分*/
  word-wrap: break-word;
  /*允许长单词或URL地址换行*/
  border-right: 1px solid #939598;
  border-bottom: 1px solid #939598;
}

/* 滚动槽 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  display: none;
}

::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

.dis-f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dis-e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btn {
  cursor: pointer;
  text-align: center;
}
.tc {
  text-align: center;
}
.pr {
  position: relative;
}
.po {
  position: absolute;
}
.po-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.banner {
  width: 100%;
  margin-bottom: 1rem;
}
.banner img {
  width: 100%;
}

#main .section{
  margin-bottom: 1.5rem;
}
#main .bttitle {
  margin-bottom: 1rem;
}
#main h2{
  position: relative;
  z-index: 1;
}
#main h2 p{
  font-size: 0.89rem;
  background: linear-gradient(45deg, #f0b8ee 0%, #fdffff 50%, #bbfdff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: italic;
  line-height: 0.8rem;
  position: relative;
  z-index: 2;
  padding: 0 .1rem;
}
#main .bttitle:after,
#main .bttitle:before {
  content: "";
  margin: 0 0.2rem;
}
#main .bttitle:before {
  width: 1rem;
  height: 1rem;
  background: url(../img/t_icon1.png) no-repeat;
  background-size: 100%;
  position: relative;
  top: 0;
}
#main .bttitle:after {
  width: 0.5rem;
  height: 0.5rem;
  background: url(../img/t_icon2.png) no-repeat;
  background-size: 100%;
  position: relative;
  top: 0;
  align-self: flex-end;
}
#main h2::after{
  content: "";
  position: absolute;
  z-index: 1; /* 确保在文字下方 */
  bottom: -0.2rem; /* 微调位置，避免紧贴文字底部 */
  left: 50%;
  width: 102%;
  height: 0.6rem;
  background: linear-gradient(to right, #2a4fbb, #0f4cb4);
  transform: skewX(-10deg) translateX(-50%);
  pointer-events: none;
}
#main .section1{
  position: relative;
}
#main .section1 >div:last-child{
position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 59%;
    height: 1.53rem;
}
#main .section2 >div:last-child{
    width: 59%;
    height: 1.53rem;
    font-size: 0.6rem;
    background: #ffda25;
    font-weight: bold;
    font-size: .6rem;
    margin: .4rem auto;
    border-radius: 2rem;
}

#main .city-grid {
  padding: 0 1rem;
}
#main .city-grid .glass-card{
      background: url(../img/citybg.png) no-repeat;
      background-size: 100%;
  padding: .5rem;
  border-radius: .5rem;
}
#main .city-grid .glass-card > div:nth-child(1) {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(6, 1fr);
  padding-bottom: 0.3rem;
}

#main .city-card {
  transition: all 0.3s ease;
  transform: scale(0.95);
  cursor: pointer;
  border: none;
  background: none;
  box-shadow: none;
  text-align: center;
  margin-bottom: 0.4rem;
  position: relative;
}
#main .city-card p {
  color: #ffffff;
  font-size: 0.5rem;
  margin-bottom: 0.5rem;
}
#main .city-card::after {
  content: "";
  width: 107%;
  height: 0.1rem;
  background: #1f4380;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#main .city-card.active::before {
  content: "";
  width: 0.23rem;
  height: 0.23rem;
  background: #ffda25;
  border-radius: 0.23rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
}

#main .city-card.expired {
  opacity: 0.5;
}

#main .city-card h3 {
  font-size: 0.5rem;
  font-weight: normal;
  color: white;
  transition: color 0.2s ease;
}

#main .city-card.active h3 {
  color: #ffda25;
  font-weight: bold;
}
#main .city-card.active p{
  color: #ffda25;
  font-weight: bold;
}
#main .section3{
  margin-bottom: 0;
}
#main .section3 .btmbox {
  padding: 0.73rem 0 0;
  border-top: 1px solid #ffffff1c;
}
#main .section3 .cityname {
  font-size: 0.85rem;
  line-height: 0.85rem;
  color: #ffffff;
  margin-bottom: 0.3rem;
  font-weight: bold;
}
#main .section3 .detail {
  margin-bottom: 0.8rem;
}
#main .section3 .detail p {
  font-size: 0.47rem;
  line-height: 0.6rem;
  color: #000000;
}
#main .section3 .detail p span {
  margin-right: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#main .section3 .detail #eduDate {
  display: flex;
  margin-bottom: 0.2rem;
  color: #ffffff;
  align-items: flex-end;
}
#main .section3 .detail #eduAddress {
  display: flex;
  color: #ffffff;
  align-items: baseline;
}
#main .section3 .btmbox .t {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #333333;
  margin-bottom: 0.48rem;
}
#main .section3 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main .section3 form .item {
  width: 48%;
  height: 1.53rem;
  position: relative;
  overflow: hidden;
}
#main .section3 form .item.mar {
  margin-bottom: 0.4rem;
}
#main .section3 form .item input {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 0.21rem;
  padding-left: 0.3rem;
  font-size: 0.5rem;
  color: #999999;
}
#main .section3 form .item.yzm {
  display: flex;
  align-items: stretch;
  background-color: #ffffff;
  border-radius: 0.21rem;
}
#main .section3 form .item.yzm input {
  border-radius: 0;
}
#main .section3 form .item.yzm span {
  background: #ffda25;
  color: #000000;
  font-size: 0.5rem;
  width: 48%;
  flex-shrink: 0;
  border-radius: 0.21rem;
}
#main .section3 form .submit {
  border-radius: 0.21rem;
  width: 48%;
  height: 1.53rem;
  font-size: 0.6rem;
  background: #ffda25;
  font-weight: bold;
  font-size: .6rem;
}
#main .stats {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-top: 1.2rem;
  padding: 0 1rem;
}

#main .stat-item {
  text-align: center;
  padding: 0.4rem;
      background: #3444d5;
      border: 1px solid #082d9b;
      border-radius: .5rem;
            background: url(../img/citybg.png) no-repeat;
      background-size: 100%;
}

#main .stat-number {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
  color: #56ebf9;
}

#main .stat-label {
  color: rgb(255, 255, 255);
  font-size: 0.5rem;
}

#cta {
  position: relative;
  overflow: hidden;
  padding: 2rem 0 1rem;
  margin-top: 1.6rem;
  background: #04134c;
}

#main .cta-content {
  position: relative;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transform: translateY(0.75rem);
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#main .cta-content.active {
  opacity: 1;
  transform: translateY(0);
}

#main .cta-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.6rem;
  line-height: 1.2;
}
#main .cta-title::after{
  display: none;
}

#main .cta-title span{
      color: #56ebf9;
}
#main .cta-description {
  color: rgb(255 255 255 / 73%);
  font-size: 0.45rem;
  margin-bottom: 0.8rem;
  line-height: 1.6;
}

#main .cta-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.45rem;
}

#main .cta-stat {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  color: rgba(255, 255, 255, 0.6);
}

#main .cta-buttons {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  justify-content: center;
}
#main .cta-buttons>div{
      background: #ffda25;
    font-weight: bold;
    font-size: .6rem;
    padding: .3rem 1rem;
    border-radius: 2rem;
}
#main .cta-buttons>div span{
  width: .5rem;
}
#main .trust-badges {
  margin-top: 1.2rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#main .trust-badges p {
  color: #ffffff;
  font-size: 0.5rem;
  margin-bottom: 0.4rem;
}

#main .trust-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
#main .trust-logos img {
  width: 65%;
}

#main .ztlayout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: none;
}

#main .ztlayout .ztlayout_box {
  width: 80%;
  height: 18.8rem;
  background: url(../img/layout.png) no-repeat;
  background-size: 100% 100%;
  padding: 3.45rem 0.475rem 0;
  border-radius: 0.5rem;
}
#main .ztlayout > div {
  position: fixed;
  top: 47%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#main .ztlayout .ztlayout_box .ztform {
  width: 100%;
  margin: 0 auto;
  border-radius: 0.5rem;
  padding: 0.45rem 0.5rem 0.525rem;
  height: 9.35rem;
}

#main .ztlayout .part {
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
}

#main .ztlayout .part > b {
  width: 100%;
  font-size: 0.5rem;
  display: block;
  line-height: 0.45rem;
  border-left: 0.125rem solid #eed4ae;
  padding-left: 0.25rem;
  margin-bottom: 0.425rem;
  font-weight: bold;
  color: #000000;
}

#main .ztlayout ul.radio_box {
  width: 100%;
  flex-wrap: wrap;
  padding-left: 0.0125rem;
}

#main .ztlayout ul.radio_box li {
  margin-right: 0.01rem;
  font-size: 0.45rem;
  color: #404040;
  margin-right: 0.75rem;
  cursor: pointer;
}

#main .ztlayout ul.radio_box2 li {
  margin-right: 0.35rem;
}

#main .ztlayout ul.radio_box2 li:last-child {
  margin-right: 0;
}

#main .ztlayout ul.radio_box li.mar {
  margin-top: 0;
}

#main .ztlayout ul.radio_box li em {
  width: 0.375rem;
  height: 0.375rem;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 0.125rem 0px rgba(0, 0, 0, 0.75);
  margin-right: 0.2rem;
  border-radius: 0.375rem;
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
}

#main .ztlayout ul.radio_box li.active em::after {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  box-sizing: border-box;
}

#main .ztlayout .ztlayout_box .item {
  width: 100%;
  height: 1.35rem;
  position: relative;
  margin-bottom: 0.25rem;
  align-items: stretch;
  border: solid 1px #e5e5e5;
  overflow: hidden;
  /* float: left; */
}

#main .ztlayout .ztlayout_box .item.canNot {
  width: 49%;
}

#main .ztlayout .ztlayout_box .item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.01rem;
  width: 0.0125rem;
}

#main .ztlayout .ztlayout_box .item.yzm span {
  width: 40%;
  text-align: center;
  background-color: #0f3787;
  color: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 0.35rem;
}

#main .ztlayout .ztlayout_box input,
#main .ztlayout .ztlayout_box select {
  width: 100%;
  padding-left: 0.5rem;
  height: 100%;
  background-color: #ffffff;
  font-size: 0.45rem;
  color: #b3b3b3;
}

#main .ztlayout .ztlayout_box select {
  background: #ffffff url(../img/arrow.png) no-repeat;
  background-size: 0.3rem;
  background-position: 96% center;
}

#main .ztlayout .ztlayout_box input::placeholder {
  color: #b3b3b3;
}

#main .ztlayout .ztlayout_box .edubtn {
  width: 4.25rem;
  height: 1.5rem;
  cursor: pointer;
  margin: 0.25rem auto 0;
  background: url(../img/laybtn.png) no-repeat;
  background-size: 100%;
  color: #000000;
  font-size: 0.5rem;
  font-weight: bold;
}

#main .ztlayout .ztlayout_box p {
  width: 100%;
  font-size: 0.35rem;
  line-height: 0.45rem;
  color: #8b8b8b;
}

#main .ztlayout .ztlayout_box .close {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  cursor: pointer;
}
