header {
  position: sticky;
  align-items: center;
  top: 0;
  z-index: 2;
  background: white;
  padding: 0 80px;
}
header .login {
  height: 40px;
  width: 110px;
  background-color: #0081cc;
  border-radius: 60px;
  color: white;
  font-size: 14px;
  margin-left: 16px;
}

header .test-course {
  color: #ea6464;
  font-size: 18px;
  margin-left: auto;
  letter-spacing: 1px;
}
header .test-course img {
  width: 16px;
  margin-left: 4px;
}

header .top-checks {
  font-size: 0;
  margin-left: 40px;
  height: 100%;
}

header .top-checks > a {
  color: #598ba8;
  height: 100%;
  display: inline-block;
  line-height: 140px;
  font-size: 16px;
  padding: 0 8px;
  min-width: 80px;
  text-align: center;
}

header .top-checks > a:hover,
header .top-checks > a.is--check {
  color: white;
  background-color: #0081cc;
}

section > div {
  padding-top: 50px;
}
.con1 {
  padding: 0;
  position: relative;
}
.con1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: white;
  opacity: 1;
  border-radius: 50%;
}

.con1 .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.con2 .list {
  margin-top: 30px;
}

.con2 .list > div {
  border: 8px solid #20a7f5;
  border-radius: 14px;
  font-size: 0;
  width: 32%;
}
.con2 .list .item-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.con2 .list > div > div {
  border-top: 8px solid #20a7f5;
  background-color: white;
  padding: 20px 20px 30px;
  color: #20a7f5;
  font-size: 14px;
}

.con2 .list > div + div {
  margin-left: 30px;
}
.con2 .imgs {
  font-size: 0;
  margin-top: 16px;
}
.con2 .imgs > img {
  height: 250px;
  object-fit: cover;
  border-radius: 6px;
}
.con2 .imgs > img:nth-of-type(1) {
  width: 50%;
}
.con2 .imgs > img:nth-of-type(2) {
  width: 23%;
}
.con2 .imgs > img:nth-of-type(3) {
  width: 23%;
}
.con2 .imgs > img + img {
  margin-left: 2%;
}

.con4 .list > div {
  margin-top: 30px;
  display: flex;
  border-radius: 10px;
  width: 49%;
  overflow: hidden;
}
.con4 .list > div > img {
  width: 50%;
  object-fit: cover;
}
.con4 .list > div > div {
  background-color: #4db9f7;
  color: white;
  padding: 32px 24px;
}

.con4 .list > div .item-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}

.con4 .list > div .item-desc {
  font-size: 16px;
}

.con5 .step > div {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #598ba8;
  text-align: center;
  counter-reset: count-step;
}

.con5 .step > div > div {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  border: 10px solid #4db9f7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.con5 .step > div > div:not(:nth-of-type(1)) {
  counter-increment: count-step;
}

.con5 .step > div > div:not(:nth-of-type(1))::after {
  content: counter(count-step);
  position: absolute;
  font-size: 100px;
  color: #4db9f7;
  opacity: 0.2;
  bottom: -30px;
  right: 30px;
  z-index: -1;
  font-style: italic;
  font-weight: bold;
}

.con5 .step > div > div:not(:nth-of-type(1))::before {
  content: '';
  width: 12px;
  height: 18px;
  background: url(./img/Path.png) no-repeat 100%/100%;
  position: absolute;
  left: -35px;
}

.con5 .step > div > div:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
  flex-direction: column;
}
.con5 .step > div > div:nth-of-type(1) > span {
  background-color: #4db9f7;
  font-size: 14px;
  color: white;
  padding: 6px 10px;
  margin-top: 4px;
  display: inline-block;
}
.con5 .step > div > div + div {
  margin-left: 42px;
}

.con6 .title2{
  color:#4DB9F7;
  display: block;
  text-decoration:underline;
  width: 200px;
  margin: 14px auto 0;
}
.con6 .package__tabs {
  position: relative;
  display: flex;
  min-height: 62px;
  margin-top: 30px;
  margin-bottom: 40px;
  border-radius: 31px;
  background-color: #ffffff;
  border: 2px solid #4db9f7;
  overflow: hidden;
}
.con6 .package__tabs::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #4db9f7;
  border-radius: 31px;
  left: 0;
  top: 0;
  transition: left .3s ease-in-out;
}
.con6 .package__tabs.right::before {
  left: 50%;
}
.con6 .package__tab {
  position: relative;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0 10px 90px;
  cursor: pointer;
  transition: color .3s ease-in-out;
  color: #2c2a32;
}
.con6 .package__tab--active {
  color: #ffffff;
}

.con6 .package__tab-label,
.con6 .package__tab-info{
  flex-shrink: 0;
  font-size: 20px;
  line-height: 36px;
  font-family: "Alibaba Pu Hui Ti M";
}

.con6 .package__tab-label {
  margin-right: 20px;
}
.con6 .package__tab-info {
  opacity: 0.5;
}
.con6 .swiper-wrapper{
  /* justify-content: center; */
}
.con6 .package__list2 {
  display: none;
}
.con6 .package__desc{
  color:#598BA8;
  margin:10px auto;
  text-align: center;
}
.con6 .package-item {
  width: 280px;
  margin: 0 14px;
  padding: 12px 10px 22px;
  border-radius: 24px;
  background-color: #ffffff;
  border: 2px solid #4db9f7;
  text-align: center;
}
.con6 .package-item:hover{
  border: 4px solid #4db9f7;
}
.con6 .package-item .time{
  font-size: 16px;
  line-height: 30px;
  color: #36a8ea;
  font-family: "Alibaba Pu Hui Ti R";
  text-align: left;
}
.con6 .package-item .num {
  margin-top: 16px;
  margin-bottom: 22px;
  font-size: 32px;
  color: #36a8ea;
  font-family: "Alibaba Pu Hui Ti B";
  font-weight: 600;
}
.con6 .package-item .info{
  display: flex;
  align-items: center;
  height: 72px;
  border-radius: 8px;
  background-color: #e3f4ff;
}

.con6 .package-item .info-column{
  padding: 0 12px;
}
.con6 .package-item .info-unit{
  border-right: 1px solid rgba(77, 185, 247,.302);
}
.con6 .package-item .info-value{
  font-size: 20px;
  line-height: 22px;
  color: #36a8ea;
  font-family: "Alibaba Pu Hui Ti B";
  font-weight: 600;
}
.con6 .package-item .info-name{
  font-size: 16px;
  line-height: 22px;
  color: #36a8ea;
  font-family: "Alibaba Pu Hui Ti R";
}
.con6 .package-item .tags{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.con6 .package-item .tag{
  margin-top: 10px;
  margin-right: 8px;
  padding: 0 4px;
  line-height: 21px;
  background-color: #ffffff;
  border: 1px solid #d6d7d7;
  font-size: 12px;
  color: #8b9194;
  font-family: "Alibaba Pu Hui Ti R";
  text-align: left;
}
.con6 .package-item .mr0{
  margin-right: 0;
}
.con6 .package-item a {
  width: 209px;
  height: 40px;
  display: block;
  margin: auto;
  border-radius: 20px;
  background-color: #f6aa00;
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  font-family: "Alibaba Pu Hui Ti B";
}
.con6 .package-item:hover a{
  background-color: #f67a00;
}

.con6 .package__list-nav{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.con6 .package__list-prev,
.con6 .package__list-next{
  width: 60px;
  height: 60px;
  margin: 0 10px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  background-color: #0081cc;
  opacity: 0.5;
  color: #fff;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  user-select: none;
  cursor: pointer;
}
.con6 .package__list-prev:hover,
.con6 .package__list-next:hover{
  opacity: 1;
}

.con7 {
  background-color: #4db9f6;
  padding-bottom: 50px;
  margin-top: 50px;
}
.con7 img {
  object-fit: contain;
}
.con7 .title {
  color: white;
}
.con7 .flex {
  margin-top: 16px;
}
.con7 .flex p {
  font-size: 21px;
  color: white;
  margin-left: 16px;
}


.conLeft{
  position: fixed;
  min-width: 72px;
  /* height: 174px; */
  padding: 0 6px;
  bottom: 30%;
  right: 1%;
  border-radius: 14px;
  filter: drop-shadow(-1.732px 1px 4.5px rgba(100,138,165,0.27));
  background-color: #ffffff;
  z-index: 9;
}
.conLeft a{
  display: block;
  height: 50%;
  padding-top: 20px;
  text-align: center;
}
.conLeft a:first-child{
  /* border-bottom: 1px solid rgba(56, 128, 198,0.302); */
}
.conLeft img{
  height: 27px;
}
.conLeft p{
  font-size: 14px;
  line-height: 27px;
  color: #000000;
  font-weight: 300;
  font-family: "Source Han Sans CN";
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 3;
}
.modal .title {
  color: #3e3e3e;
}

.modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal .content {
  background-color: white;
  border-radius: 20px;
  height: 760px;
  width: 760px;
  padding: 30px 40px 80px;
}

.modal .tuikuan-content {
  margin-top: 20px;
  white-space: pre-line;
  font-size: 16px;
  height: 570px;
  overflow: auto;
  overscroll-behavior: none;
  letter-spacing: 1px;
}
.logoutBody,
.loginBody {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.logoutBody {
  display: none;
}
.userName {
  width: 100px;
  font-size: 24px;
  color: #598ba8;
  margin-right: 15px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: right;
}
.userImage {
  width: 38px;
  height: 38px;
  background: url(/images/icon04.dc48ec91.png) no-repeat;
  background-size: cover;
  border-radius: 8px;
  margin-right: 40px;
  cursor: pointer;
}
.logout img {
  width: 126px;
  height: auto;
  cursor: pointer;
}


.b-register{
  width: 100%;
  margin: 0 auto;
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  margin-bottom: 60px;
}
.b-register .b-left{
      display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.b-left .b-title p:first-child{
  font-weight: bold;
}
.b-left .b-title p{
  font-size: 20px;
  color: #598ba8;
}
.b-left .b-title {
  margin-bottom: 20px;
}
.b-right .b-detail input{
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #969494;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 5px;
}
.b-right .b-detail.phone{
  display: flex;
}
.b-right .b-detail select{
  border: 1px solid #ced4da;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  height: 44px;
  width: 280px;
  border-radius: 5px;
  margin-right: 20px;
  color: #969494;
}
.b-right .b-detail {
  margin-bottom: 20px;
}
.b-btn{
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 5px;
  background-color: #0081cc;
  height: 46px;
  text-align: center;
  padding: 0 0 0 0;
  margin: 0.3rem auto 20px auto;
  display: block;
  width: 100%;
}
.home-bottom .title{
  font-size: 40px;
  margin-bottom: 50px;
  margin-top: 40px;
}
.home-bottom2{
  background: #0081cc;
  color: #Fff;
  padding: 50px 0;
}
.b-report{
  display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
}
.report-left{
  width: 36%;
    margin-right: 10%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.report-right{
  font-size: 20px;
  line-height: 1.4;
}

.report-left p{
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.4;
}
.report-right p:first-child{
  font-weight: bold;
  font-size: 22px;
}
.home-bottom3{
  padding: 12px 0;
  background: #000;
}
.home-bottom3-wrap{
  justify-content: space-between;
  color: #fff;
  display: flex;
  flex-direction: row;
}

.info-right a{
  color: #fff;
  padding-left: 20px;
}

.modal.modal2 .tuikuan-content{
  height: 650px;
}

.register-bgc{
  width: 100%;
  height: 570px;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.login-box{
  width: 400px;
  min-height: 319px;
  background: #FFFFFF;
  padding: 28px;
  box-sizing: border-box;
  border-radius: 15px;
  position: relative;
}

.login-text {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #666666;
}

.form-group-container {
  width: 100%;
  margin: 0 auto;
  /* position: absolute; */
  height: 100%;
}

.form-group-container .content {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  background: transparent;
  /* box-shadow: 0px 0.3rem 1rem 0px rgba(22, 28, 86, 0.2); */
  border-radius: 0.25rem;
}

.form-group-container .content .container {
  flex-direction: column;
  display: flex;
  flex: 1;
  padding:0;
  width:100%;
  /* padding: 3rem 1.8rem 1.9rem; */
}

.form-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.panel-1 {
  /* border: 1px solid #C5C4C4; */
  margin-top: 26px;
}

.phone {
  flex: 1;
  /* border-bottom: 1px solid #a7b1c9; */
  box-sizing: border-box;
}

.area-code-container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 104px;
  height: 50px;
  background: #e9eaeb;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.phone span {
  font-size: 14px;
  font-weight: 400;
  color: #384164;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 0.8rem;
  background-position-x: right;
  background-position-y: 0.1rem;
}

.small-icon {
  display: inline-block;
  width: 13px;
  margin-left: 0.25rem;
  height: 10px;
  background-image: url(./img/drop-area-down.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.area-code-container .area-code {
  top: .4rem;
  height: 2rem;
  width: 3.4rem;
  position: absolute;
}

.area-code ul {
  display: none;
  position: absolute;
  height: 273px;
  padding: 10px 0;
  bottom: -275px;
  left: -25px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 3px 7px 0px rgb(146 146 146 / 20%);
  overflow-y: auto;
  z-index: 1;
}

.area-code ul li {
  padding: 0 15px;
  font-size: 14px;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #3E3E3E;
  line-height: 30px;
  white-space: nowrap;
}
.area-code ul li.active, .area-code ul li:hover {
  background: #F6A909;
  color: #FFFFFF;
}

.phone .tel {
  flex: 1;
  box-sizing: border-box;
  height: 50px;
}

.phone .code, .password .code {
  outline: none;
  border: none;
  /* flex: 1; */
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #969494;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  background: #e9eaeb;
}
.password .code{
  border-radius: 4px;
}
.phone .code{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;

}
.code:-webkit-autofill,.code:-webkit-autofill:focus,.code:-webkit-autofill:hover,.code:-webkit-autofill:active {
  box-shadow: 0 0 0px 1000px #e9eaeb inset !important;
}
.footer {
  text-align: center;
}

.login-btn-s {
  width: 200px;
  height: 40px;
  background: #F6A909;
  border-radius: 20px;
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin: 20px auto 0;
}
.van-toast.toast-success{
  border: 0;
  background: #fff;
  width: 350px;
  padding: 40px 0;
}
.success-btn-s{
  width: 220px;
  height: 56px;
  background: #0081cc;
  border-radius: 30px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  color: #FFFFFF;
  margin: 30px auto 0;
  white-space: normal;
  font-weight: bold;
  letter-spacing: 1px;
}
.my-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #313c65;
  margin-top: 0.7rem;
}

.my-nav-forget {
  justify-content: space-between;
}
.phone, .password {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  padding-top: 0;
}
.re-header{
  background: url(./img/register23.png) no-repeat;
  height: 125px;
  width: 92%;
  background-size: 100%;
  margin-left: -4%;
  position: absolute;
  top: -75px;
}

.tel-mscode {
  display: flex;
  height: 50px;
  justify-content: space-between;
  width: 100%;
}
.form-btn-sms-1 {
  width: 130px;
  height: 50px;
  background: #fff;
  font-size: 14px;
  color: #0081cc;
  border: 1px solid #0081cc;
  font-weight: bold;
  border-radius: 4px;
  letter-spacing: 1px;
}

.van-toast {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-sizing: content-box;
  width: 88px;
  max-width: 70%;
  min-height: 88px;
  padding: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  white-space: pre-wrap;
  text-align: center;
  word-break: break-all;
  background-color: rgba(0,0,0,.7);
  border-radius: 8px;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}
.van-toast--html, .van-toast--text {
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 96px;
  min-height: 0;
  padding: 8px 12px;
}
.acs-toast {
  padding: 0.4rem 0.53333rem;
}

.look-mask-s,
.look-mask-s1 {
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.embed-responsive-item {
  width: 779px;
  height: 501px;
  background: #FFFFFF;
  border-radius: 20px;
}