.header .box-top {
  height: 42px;
  line-height: 42px;
  background-color: #f8f8f8;
}
.header .box-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .box-top .container .left {
  font-size: 12px;
  color: #0f356c;
}
.header .box-top .container .right {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #333;
}
.header .box-top .container .right .business {
  display: flex;
  align-items: center;
  padding-right: 25px;
  position: relative;
  cursor: pointer;
}
.header .box-top .container .right .business:hover .popper {
  display: block;
}
.header .box-top .container .right .business .down {
  width: 9px;
  height: 5px;
  margin-left: 3px;
}
.header .box-top .container .right .business .popper {
  display: none;
  width: 400px;
  position: absolute;
  top: 42px;
  left: -180px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
  min-width: 150px;
  overflow-wrap: break-word;
  padding: 12px;
  z-index: 10;
}
.header .box-top .container .right .business .popper .list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
}
.header .box-top .container .right .business .popper .list .item {
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  padding: 5px 0;
  width: 33.33%;
  transition: color 0.2s ease;
}
.header .box-top .container .right .business .popper .list .item:hover {
  color: #1a4299;
}
.header .box-top .container .right .business .popper .popper__arrow {
  height: 10px;
  position: absolute;
  width: 10px;
  top: -5px;
  left: 200px;
  z-index: -1;
}
.header .box-top .container .right .business .popper .popper__arrow::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  z-index: -1;
  box-sizing: border-box;
  transform: rotate(45deg);
  background: #fff;
  border: 1px solid #eee;
  right: 0;
  border-top-left-radius: 2px;
  border-bottom-color: rgba(0, 0, 0, 0) !important;
  border-right-color: rgba(0, 0, 0, 0) !important;
}
.header .box-top .container .right .login {
  cursor: pointer;
}
.header .box-site {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 10px;
}
.header .box-site .logo {
  width: 140px;
  height: 53px;
  padding-right: 10px;
}
.header .box-site .site {
  font-size: 16px;
  color: #333;
  padding: 15px 25px 15px 15px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .box-site .site:hover .down {
  transform: rotate(180deg);
}
.header .box-site .site:hover .site-pop {
  display: flex;
}
.header .box-site .site .down {
  width: 12px;
  height: 6px;
  margin-left: 3px;
  transition: transform 0.2s ease;
}
.header .box-site .site .site-pop {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 110;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 35px;
  border-radius: 17px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .box-site .site .site-pop .list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: 670px;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.header .box-site .site .site-pop .list .item {
  font-size: 14px;
  color: #333;
  display: flex;
  width: 320px;
  padding-top: 15px;
  line-height: 20px;
}
.header .box-site .site .site-pop .list .item .letter {
  width: 10px;
}
.header .box-site .site .site-pop .list .item .city-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.header .box-site .site .site-pop .list .item .city-list .city {
  padding-left: 10px;
  color: #333;
  cursor: pointer;
}
.header .box-site .site .site-pop .list .item .city-list .city:hover {
  color: #1a4299;
}
.header .box-site .site .site-pop .topic {
  display: flex;
  flex-wrap: wrap;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  background: linear-gradient(90deg, transparent, rgba(22, 87, 218, 0.05) 15%, rgba(22, 87, 218, 0.05) 85%, transparent);
}
.header .box-site .site .site-pop .topic .item {
  flex: 1;
}
.header .box-site .site .site-pop .topic .item a:hover {
  color: #1a4299;
}
.header .box-site .site .site-pop .bottom {
  padding: 10px 0;
  color: #1a4299;
  font-size: 16px;
  text-align: center;
  border-top: 1px solid #eee;
}
.header .box-site .box-search {
  width: 653px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #1a4299;
  box-sizing: border-box;
  padding-left: 40px;
  background: #fff url("../images/search.png") no-repeat 15px center/15px 15px;
  display: flex;
  align-items: center;
  position: relative;
}
.header .box-site .box-search .search {
  flex: 1;
  border: none;
  height: 100%;
  outline: none;
  font-size: 14px;
  color: #333;
}
.header .box-site .box-search .search-way {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 140px;
  box-sizing: border-box;
  padding-left: 20px;
}
.header .box-site .box-search .search-way .way-item {
  font-size: 12px;
  color: #666;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .box-site .box-search .search-way .way-item.active {
  color: #1a4299;
}
.header .box-site .box-search .search-way .way-item.active .checkbox {
  border-color: #1a4299;
}
.header .box-site .box-search .search-way .way-item.active .checkbox::before {
  display: block;
}
.header .box-site .box-search .search-way .way-item .checkbox {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #666;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .box-site .box-search .search-way .way-item .checkbox::before {
  content: "";
  display: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1a4299;
}
.header .box-site .box-search .search-btn {
  width: 75px;
  height: 32px;
  background: #1a4299;
  border-radius: 16px;
  font-size: 12px;
  color: #fff;
  margin-left: 15px;
  margin-right: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header .box-site .box-search .search-btn:active {
  background: #132f6d;
}
.header .box-site .box-search .search-list {
  position: absolute;
  top: 35px;
  left: 20px;
  right: 20px;
  z-index: 100;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 16px 16px;
  display: none;
  justify-content: flex-start;
  flex-direction: column;
}
.header .box-site .box-search .search-list .item {
  color: #333;
  font-size: 14px;
  padding: 10px;
}
.header .box-site .box-search .search-list .item:hover {
  background: rgba(0, 0, 0, 0.1);
}
.header .box-site .box-search .search-list .item:last-child {
  border-radius: 0 0 16px 16px;
}
.header .box-site .box-search .search-list .no-data {
  padding: 20px;
  font-size: 15px;
  color: #333;
  text-align: center;
}
.header .box-site .phone {
  margin-left: 50px;
  font-size: 14px;
  color: #1a4299;
  line-height: 18px;
}
.header .navs {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header .navs .nav {
  font-size: 16px;
  color: #333;
  padding: 15px 0;
  line-height: 30px;
  position: relative;
  transition: color 0.2s ease;
  cursor: pointer;
}
.header .navs .nav:hover {
  color: #1a4299;
}
.header .navs .nav:hover .children-list  {
  display: flex;
}
.header .navs .nav.active {
  color: #1a4299;
}
.header .navs .nav .children-list {
  display: none;
  position: absolute;
  top: 50px;
  left: -6px;
  z-index: 10;
  width: 80px;
  background: #fff;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  text-align: center;
  box-sizing: border-box;
}
.header .navs .nav .children-list .children-item {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  font-weight: initial;
}
.header .navs .nav .children-list .children-item:hover {
  color: #1a4299;
}

.fixed {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 110;
  width: 90px;
  height: 270px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.fixed .fixed-sider-item {
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  position: relative;
}
.fixed .fixed-sider-item::after {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 0;
  height: 1px;
  background: #eee;
}
.fixed .fixed-sider-item:first-child {
  border-start-start-radius: 10px;
}
.fixed .fixed-sider-item:last-child {
  border-end-start-radius: 10px;
}
.fixed .fixed-sider-item:last-child::after {
  content: none;
}
.fixed .fixed-sider-item:nth-child(1) .icon {
  background-image: url('../images/fixed1.png');
}
.fixed .fixed-sider-item:nth-child(1) .icon-active {
  background-image: url('../images/fixed1-active.png');
}
.fixed .fixed-sider-item:nth-child(2) .icon {
  background-image: url('../images/fixed2.png');
}
.fixed .fixed-sider-item:nth-child(2) .icon-active {
  background-image: url('../images/fixed2-active.png');
}
.fixed .fixed-sider-item:nth-child(3) .icon {
  background-image: url('../images/fixed3.png');
}
.fixed .fixed-sider-item:nth-child(3) .icon-active {
  background-image: url('../images/fixed3-active.png');
}
.fixed .fixed-sider-item:hover {
  background: #1a4299;
  color: #fff;
}
.fixed .fixed-sider-item:hover::after {
  content: none;
}
.fixed .fixed-sider-item:hover .icon {
  display: none !important;
}
.fixed .fixed-sider-item:hover .icon-active {
  display: block !important;
}
.fixed .fixed-sider-item .img {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.fixed .fixed-sider-item .img.icon {
  display: block;
}
.fixed .fixed-sider-item .img.icon-active {
  display: none;
}

.listen-pop {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 120;
}
.listen-pop .listen {
  background: #fff;
  border-radius: 17px;
  height: 361px;
  position: relative;
  width: 400px;
}
.listen-pop .listen .logo {
  height: 153px;
  left: 0;
  position: absolute;
  top: -106px;
  width: 108px;
  background: url('../images/pop-logo.png') no-repeat center;
}
.listen-pop .listen .close {
  cursor: pointer;
  height: 20px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: -40px;
  width: 20px;
  background: url('../images/pop-close.png') no-repeat center;
}
.listen-pop .listen .head {
  background: linear-gradient(180deg, rgba(22, 87, 218, 0.07), #fff);
  height: 46px;
}
.listen-pop .listen .form-container {
  width: 340px;
  margin-top: -15px;
  padding: 0 30px;
}
.listen-pop .listen .form-container .form-item {
  width: 340px;
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none !important;
  border-radius: 0;
  border-bottom: 1px solid #eee !important;
  background-color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.listen-pop .listen .form-container .form-item .label {
  width: 60px;
  font-weight: bold;
  text-align: right;
  margin-right: 15px;
}
.listen-pop .listen .form-container .form-item .label span {
  color: #f56c6c;
  margin-right: 4px;
}
.listen-pop .listen .form-container .form-item input {
  flex: 1;
}
.listen-pop .listen .form-container .form-code {
  width: 340px;
  display: flex;
  justify-content: space-between;
  margin: 0;
  border-bottom: 1px solid #eee;
}
.listen-pop .listen .form-container .form-code .form-item {
  width: 200px;
  border: none !important;
  margin: 0;
}
.listen-pop .listen .form-container .form-code .kaptcha-code {
  border: none;
  padding: 0;
}
.listen-pop .listen .form-container .form-code .kaptcha-btn {
  width: 120px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  color: #1a4299;
  font-size: 14px;
  font-weight: bold;
}
.listen-pop .listen .form-container .form-code .kaptcha-btn:active {
  color: #132f6d;
}
.listen-pop .listen .form-container .form-privacy {
  font-size: 14px;
  color: #999;
  justify-content: center;
  margin-top: 20px;
}
.listen-pop .listen .form-container .form-privacy .privacy-validate {
  margin: 0 5px;
}
.listen-pop .listen .form-container .form-privacy a {
  color: #666;
}
.listen-pop .listen .form-container .select-course {
  position: relative;
  justify-content: flex-start;
  cursor: pointer;
}
.listen-pop .listen .form-container .select-course .down {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: url('../images/pop-down.png') no-repeat center;
}
.listen-pop .listen .form-container .select-course .current {
  display: block;
  height: 100%;
  width: 200px;
  color: #666;
}
.listen-pop .listen .form-container .select-course .current.active {
  color: #333;
}
.listen-pop .listen .form-container .select-course .list {
  position: absolute;
  bottom: -225px;
  left: 70px;
  z-index: 10;
  display: none;
  width: 200px;
  max-height: 228px;
  overflow: auto;
  color: #333;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.listen-pop .listen .form-container .select-course .list .option {
  padding-left: 12px;
  line-height: 36px;
  text-align: left;
  cursor: pointer;
}
.listen-pop .listen .form-container .select-course .list .option:hover {
  background-color: rgba(26, 66, 153, 0.1);
}
.listen-pop .listen .form-container .submit {
  background: linear-gradient(90deg, #1697da, #1754ac);
  border-radius: 21px;
  color: #fff;
  height: 42px;
  line-height: 42px;
  margin-top: 20px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  border: none;
}