* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #fff;
}
a {
  text-decoration: none;
}
:root {
  --color1: #0071ef;
  --color1Hover: rgba(0, 113, 239, 0.9);
}
.public_header_v1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  height: 60px;
  flex-direction: column;
  align-items: center;
  background-color: #000;
}
.public_header_v1 .main {
  display: flex;
  width: 1200px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
}
.public_header_v1 .main .main_left {
  display: flex;
  align-items: center;
  gap: 17px;
  align-self: stretch;
}
.public_header_v1 .main .main_left .main_logo {
  width: 122px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/logo.png);
}
.public_header_v1 .main .main_left .main_logo_text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.public_header_v1 .main .main_right {
  display: flex;
  align-items: center;
  gap: 56px;
  align-self: stretch;
}
.public_header_v1 .main .main_right .item {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.public_header_v1 .main .main_right .item.active {
  border-bottom: 3px solid var(--color1);
}
.public_header_v1 .main .main_right .item.active a {
  color: var(--color1);
}
.public_header_v1 .main .main_right .item a {
  cursor: pointer;
  user-select: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.public_header_v2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  height: 64px;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid rgba(0, 11, 23, 0.04);
  background-color: #fff;
}
.public_header_v2 .mian {
  display: flex;
  width: 1200px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
}
.public_header_v2 .mian .mian_left {
  display: flex;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
.public_header_v2 .mian .mian_left .header_logo {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.public_header_v2 .mian .mian_left .header_logo i {
  width: 80px;
  height: 24px;
  background: var(--color1, #0071ef);
}
.public_header_v2 .mian .mian_left .header_logo span {
  user-select: none;
  color: #17181b;
  font-size: 14px;
  font-weight: 500;
}
.public_header_v2 .mian .mian_left .header_menu {
  display: flex;
  align-items: center;
  gap: 28px;
  align-self: stretch;
}
.public_header_v2 .mian .mian_left .header_menu .item {
  display: flex;
  align-items: center;
  align-self: stretch;
}
.public_header_v2 .mian .mian_left .header_menu .item a {
  cursor: pointer;
  user-select: none;
  color: #17181b;
  font-size: 14px;
  font-weight: 400;
}
.public_header_v2 .mian .mian_right {
  display: flex;
  width: 104px;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  align-self: stretch;
}
.public_header_v2 .mian .mian_right .consulting_button {
  cursor: pointer;
  user-select: none;
  display: flex;
  width: 104px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 2px;
  background-color: var(--color1, #0071ef);
}
.public_header_v2 .mian .mian_right .consulting_button:hover {
  background-color: var(--color1Hover);
}
.public_header_v2 .mian .mian_right .consulting_button span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.customer_service_popup_main {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 470px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 14px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 0;
  background-image: url(https://sngedu-punch-1251502357.file.myqcloud.com/agency_picurl/17035760783602041851bwtia6pKp.png);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
}
.customer_service_popup_main .customer_service_popup_header {
  position: relative;
  height: 144px;
  align-self: stretch;
  border-radius: 14px;
}
.customer_service_popup_main .customer_service_popup_header .customer_service_popup_close {
  cursor: pointer;
  user-select: none;
  position: absolute;
  top: 14px;
  right: 14px;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -o-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url(https://sngedu-punch-1251502357.file.myqcloud.com/agency_picurl/1703576207556640584Dl26lw1PJL.svg);
  -o-mask-image: url(https://sngedu-punch-1251502357.file.myqcloud.com/agency_picurl/1703576207556640584Dl26lw1PJL.svg);
  mask-image: url(https://sngedu-punch-1251502357.file.myqcloud.com/agency_picurl/1703576207556640584Dl26lw1PJL.svg);
}
.customer_service_popup_main .customer_service_popup_header .customer_service_popup_close:hover {
  opacity: 0.9;
}
.customer_service_popup_main .customer_service_popup_header .customer_service_popup_close:active {
  opacity: 0.8;
}
.customer_service_popup_main .customer_service_popup_header .customer_service_popup_header_main {
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  width: 365px;
  height: 96px;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}
.customer_service_popup_main .customer_service_popup_header .customer_service_popup_header_main .customer_service_popup_header_pic {
  position: relative;
  width: 94px;
  height: 94px;
  flex-shrink: 0;
  border-radius: 94px;
  background-size: 84px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  background-image: url(https://sngedu-punch-1251502357.file.myqcloud.com/agency_picurl/1703576313120577213CmadHeuWRb.png);
}
.customer_service_popup_main .customer_service_popup_header .customer_service_popup_header_main .customer_service_popup_header_pic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://sngedu-punch-1251502357.file.myqcloud.com/agency_picurl/1703576358192327467IXePXitLaZ.png);
  animation: spin 1s linear infinite;
}
@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}
.customer_service_popup_main .customer_service_popup_header .customer_service_popup_header_main .customer_service_popup_header_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
  flex: 1 0 0;
  align-self: stretch;
}
.customer_service_popup_main .customer_service_popup_header .customer_service_popup_header_main .customer_service_popup_header_info p {
  user-select: none;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
.customer_service_popup_main .customer_service_popup_content {
  position: relative;
  display: flex;
  padding: 26px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.customer_service_popup_main .customer_service_popup_content .item {
  display: flex;
  height: 74px;
  padding: 10px;
  align-items: center;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid #e1ecfa;
  background-color: #ecf5ff;
}
.customer_service_popup_main .customer_service_popup_content .item .item_name {
  display: flex;
  width: 120px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.customer_service_popup_main .customer_service_popup_content .item .item_name span {
  color: var(--color1, #0071ef);
  font-size: 16px;
  font-weight: 400;
}
.customer_service_popup_main .customer_service_popup_content .item .item_line {
  width: 1px;
  height: 22px;
  background-color: #e1ecfa;
}
.customer_service_popup_main .customer_service_popup_content .item .item_number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
}
.customer_service_popup_main .customer_service_popup_content .item .item_number span {
  color: var(--color1, #0071ef);
  font-size: 26px;
  font-weight: 600;
}
