* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none !important;
}
body {
  min-width: 350px;
}
ul,
li {
  list-style: none;
}
@media screen and (max-width: 500px) {
  .txt2 {
    width: 70%!important;
  }
}
@media screen and (max-width: 1080px) {
  .item_4 > div > div {
    display: flex;
    flex-direction: column;
  }
  .item_4 > div .left {
    margin-right: 0!important;
    font-size: 0.2rem !important;
  }
  .item_4 > div .left > div > span {
    font-size: 0.2933rem !important;
  }
  .item_4 > div .left li {
    font-size: 0.2933rem !important;
  }
  .item_4 > div .left > span {
    font-size: 0.2933rem !important;
  }
  .item_4 > div .right {
    margin-top: 0.2667rem;
  }
  .item_4 > div .right > h1,
  .item_4 > div .right > span {
    font-size: 0.2933rem !important;
  }
  .item_5 .type i {
    font-size: 0.2933rem !important;
  }
  .item_5 .group {
    display: flex;
    flex-direction: column;
  }
  .item_5 .group span {
    font-size: 0.2933rem !important;
  }
  .item_5 .group > div {
    width: 100%!important;
  }
  .item_5 .group .women {
    margin-top: 0.2667rem;
  }
  .item_5 .group li {
    font-size: 0.2933rem !important;
  }
}
header {
  position: relative;
}
header img {
  width: 100%;
}
header .txt {
  position: absolute;
  left: 45%;
  top: 3%;
  transform: rotateZ(-12deg);
}
header .txt img {
  width: 3.7333rem;
}
header .txt span {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  font-size: 0.3333rem;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 800;
  color: #0062D4;
}
header .txt2 {
  position: absolute;
  left: 10%;
  top: 20%;
  width: 55%;
  font-size: 0.3333rem;
  display: flex;
  flex-direction: column;
}
header .txt2 > div {
  position: relative;
  margin-top: 0.1333rem;
}
header .txt2 > div span {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  color: #0062D4;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  font-size: 0.24rem;
}
header .txt2 img {
  width: 100%;
}
header .process {
  width: 80%;
  max-width: 750px;
  margin: -1.3333rem auto 0;
}
.scroe_wrap {
  margin: 0 0.4rem;
}
.scroe_wrap .item_wrap {
  background: #d2e7ff;
  box-shadow: 0px 0.0667rem 0.0667rem 0px rgba(6, 0, 1, 0.5);
  border-radius: 0.1333rem;
  padding: 1px;
  position: relative;
}
.scroe_wrap .item_wrap > div {
  margin: 0.2667rem;
  padding: 0.1333rem;
  border: 0.04rem dashed #1a8ff5;
  border-radius: 0.1333rem;
}
.scroe_wrap .item_wrap .title {
  font-size: 0.4rem;
}
.scroe_wrap .item_wrap > img {
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 999;
}
.scroe_wrap .item_1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.2667rem;
}
.scroe_wrap .item_1 ul li {
  margin-top: 0.2667rem;
  width: 18%;
  background: #ffffff;
  border: 2px solid #008aff;
  border-radius: 0.4533rem;
  font-size: 0.3333rem;
  color: #0057C7;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.scroe_wrap .item_2 {
  margin-top: 0.2667rem;
  width: 100%;
}
.scroe_wrap .item_2 > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0.4rem;
}
.scroe_wrap .item_2 .select_wrap {
  margin-bottom: 0.4rem;
  height: 0.6667rem;
}
.scroe_wrap .item_2 select {
  width: 100%;
  background: #ffffff;
  border: 0.0133rem solid #1a8ff5;
  border-radius: 0.0667rem;
  height: 0.6667rem;
  font-size: 0.2667rem;
  color: #333;
  -webkit-appearance: none;
  vertical-align: top;
}
.scroe_wrap .item_2 a {
  background: #1a8ff5;
  box-shadow: 0px 0.08rem 0px 0px rgba(0, 115, 217, 0.5);
  border-radius: 0.2667rem;
  display: block;
  margin: 0 auto;
  padding: 0.1333rem 1.6667rem;
  color: #fff;
  font-size: 0.4rem;
  cursor: pointer;
}
.scroe_wrap .item_3 {
  margin-top: 0.2667rem;
}
.scroe_wrap .item_3 ul {
  display: flex;
  flex-direction: column;
  margin-top: 0.4rem;
}
.scroe_wrap .item_3 ul li {
  display: flex;
  justify-content: space-between;
  background: #e5f1ff;
  border: 1px solid #96c0e4;
  padding: 0.1333rem 0;
  color: #333333;
}
.scroe_wrap .item_3 ul li span {
  width: 30%;
  text-align: center;
  display: block;
  font-size: 0.2933rem;
}
.scroe_wrap .item_3 ul li:nth-child(odd) {
  background: #ebf4ff;
}
.scroe_wrap .item_3 ul li:nth-child(1) {
  background: #ffffff;
  border: 1px solid #96c0e4;
  color: #0080f0;
}
.scroe_wrap .item_3 ul li:nth-child(1) > span {
  font-size: 0.3067rem;
}
.scroe_wrap .item_4 {
  margin-top: 0.2667rem;
}
.scroe_wrap .item_4 > div > div {
  padding: 0.1333rem;
  display: flex;
}
.scroe_wrap .item_4 > div > div .left {
  flex: 4;
  margin-right: 0.1333rem;
  background-color: #8bc9ff;
  padding: 0.1333rem;
}
.scroe_wrap .item_4 > div > div .left > div {
  margin-top: 0.0667rem;
  background-color: #fff;
  padding: 0.1333rem;
  font-size: 0.2rem;
  padding-left: 0;
}
.scroe_wrap .item_4 > div > div .left > div > span {
  color: #1A8FF5;
  cursor: pointer;
}
.scroe_wrap .item_4 > div > div .left > div > span:nth-child(1) {
  background-color: #1a8ff5;
  border-radius: 0px 0.2667rem 0.2667rem 0px;
  color: #fff;
  padding: 0.0667rem;
}
.scroe_wrap .item_4 > div > div .left ul,
.scroe_wrap .item_4 > div > div .left li {
  list-style: disc;
  margin-left: 0.1733rem;
  font-size: 0.1867rem;
  cursor: pointer;
}
.scroe_wrap .item_4 > div > div .left li {
  margin-top: 0.1333rem;
}
.scroe_wrap .item_4 > div > div .left > span {
  display: block;
  padding: 0.1333rem;
  text-align: center;
  width: 60%;
  margin: 0.1333rem auto 0;
  background: #1a8ff5;
  border-radius: 0.2133rem;
  color: #fff;
  font-size: 0.2rem;
  cursor: pointer;
}
.scroe_wrap .item_4 > div > div .right {
  background: #ffffff;
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.1333rem;
}
.scroe_wrap .item_4 > div > div .right h1 {
  font-family: Source Han Sans SC;
  font-weight: 500;
  color: #0830b4;
  font-size: 0.2rem;
}
.scroe_wrap .item_4 > div > div .right > span {
  font-size: 0.16rem;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0px 0.0133rem 0.0533rem 0px #bac8d8;
  padding: 0.1333rem 0.0667rem;
}
.scroe_wrap .item_5 {
  margin-top: 0.2667rem;
}
.scroe_wrap .item_5 .type {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2667rem;
}
.scroe_wrap .item_5 .type > span {
  text-align: center;
  padding: 0.1333rem !important;
  width: 30%;
  font-size: 0.2rem;
}
.scroe_wrap .item_5 .type > span:nth-child(1) {
  background: rgba(26, 143, 245, 0.1);
}
.scroe_wrap .item_5 .type > span:nth-child(1) i {
  color: #ffffff;
  line-height: 0.2rem;
  font-weight: 500;
  background: linear-gradient(0deg, #1a8ff5 0%, #001a9b 99.31640625%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}
.scroe_wrap .item_5 .type > span:nth-child(2) {
  background: rgba(65, 0, 183, 0.1);
}
.scroe_wrap .item_5 .type > span:nth-child(2) i {
  font-weight: 500;
  color: #ffffff;
  line-height: 0.2rem;
  background: linear-gradient(0deg, #531af5 0%, #3e009b 99.58496094%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}
.scroe_wrap .item_5 .type > span:nth-child(3) {
  background: rgba(26, 245, 186, 0.21);
}
.scroe_wrap .item_5 .type > span:nth-child(3) i {
  font-weight: 500;
  color: #ffffff;
  line-height: 0.2rem;
  background: linear-gradient(0deg, #06cc8d 0%, #009b1d 99.58496094%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}
.scroe_wrap .item_5 .group {
  display: flex;
  margin-top: 0.2rem;
}
.scroe_wrap .item_5 .group > div {
  width: 45%;
  flex: 1;
}
.scroe_wrap .item_5 .group > div ul {
  overflow: hidden;
}
.scroe_wrap .item_5 .group > div ul li {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.scroe_wrap .item_5 .group > div ul li span {
  text-align: center;
  padding: 0.0667rem !important;
}
.scroe_wrap .item_5 .group > div ul li:nth-child(1) {
  background: #96c0e4;
  padding: 0.2667rem 0;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.2rem;
  font-size: 0.2rem;
}
.scroe_wrap .item_5 .group > div ul li:nth-child(2) > span {
  flex: 1;
  background: #e5f1ff;
  border: 1px solid #96c0e4;
  line-height: 100%;
  display: block;
  color: #1d67a7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  padding: 0.0267rem 0.0667rem;
}
.scroe_wrap .item_5 .group > div ul li:nth-child(2) > div {
  flex: 2;
  display: flex;
  flex-direction: column;
}
.scroe_wrap .item_5 .group > div ul li:nth-child(2) > div > span {
  padding: 0.0667rem 0.0667rem;
  font-size: 0.16rem;
  color: #1d67a7;
  border: 2px solid #96c0e4;
}
.scroe_wrap .item_5 .group > div ul li:nth-child(2) > div > div {
  display: flex;
}
.scroe_wrap .item_5 .group > div ul li:nth-child(2) > div > div > span {
  padding: 0.0667rem;
  font-size: 0.16rem;
  width: 50%;
  display: inline-block;
  color: #1d67a7;
  line-height: 0.2667rem;
}
.scroe_wrap .item_5 .group > div ul li:nth-child(2) > div span {
  background: #ffffff;
  border: 2px solid #96c0e4;
  border-top: 0;
}
.scroe_wrap .item_5 .group > div ul li:nth-child(n + 3) {
  display: flex;
  font-size: 10px;
}
.scroe_wrap .item_5 .group > div ul li:nth-child(n + 3) > span {
  flex: 1;
  color: #1d67a7;
  background: #e5f1ff;
  border: 2px solid #96c0e4;
  border-top: 0;
  padding: 0.0267rem 0.0667rem;
  font-size: 0.16rem;
  line-height: 0.2667rem;
}
.scroe_wrap .item_5 .group > div ul li:nth-child(n + 3) > div {
  flex: 2;
  display: flex;
}
.scroe_wrap .item_5 .group > div ul li:nth-child(n + 3) > div > span {
  flex: 1;
  color: #1d67a7;
  background: #ffffff;
  border: 1px solid #96c0e4;
  border-top: 0;
  line-height: 0.2667rem;
  padding: 0.0267rem 0.0667rem;
  font-size: 0.16rem;
}
.scroe_wrap .item_5 .group .man {
  margin-right: 0.1333rem;
}
.scroe_wrap .item_5 .group .women {
  margin-left: 0.1333rem;
}
.scroe_wrap .item_5 .group .women li:nth-child(1) {
  background: #B396E4 !important;
}
.scroe_wrap .item_5 .group .women li > span {
  background: #EBE5FF !important;
}
.title {
  color: #fff;
  background: #1a8ff5;
  box-shadow: 0px 0.08rem 0px 0px rgba(0, 115, 217, 0.5);
  border-radius: 0.4rem;
  font-size: 14px;
  text-align: center;
  padding: 0.4rem 0.2667rem;
  width: 85%;
  margin: 0 auto;
  cursor: pointer;
  display: block;
}
select,
input {
  outline: none;
  background: rgba(223, 230, 255, 0.43);
  border-radius: 5px;
  font-weight: 400;
  font-family: Source Han Sans SC;
  color: #8e9eb5;
  border: none;
  padding: 0.1333rem;
}
.select_wrap {
  position: relative;
  width: 45%;
}
.select_wrap img {
  position: absolute;
  right: 0.2rem !important;
  width: 0.2667rem !important;
  height: auto!important;
  top: 50%!important;
  left: auto!important;
  transform: translateY(-50%);
}
@media screen and (min-width: 1080px) {
  .alert {
    font-size: 20px !important;
    line-height: 20px !important;
    padding: 20px 30px !important;
    border-radius: 10px !important;
  }
  header .txt img {
    width: 400px!important;
  }
  header .txt span {
    font-size: 40px!important;
  }
  header .txt2 {
    width: 730px!important;
  }
  header .txt2 span {
    font-size: 28px!important;
  }
  header .process {
    max-width: 1080px;
  }
  .title {
    padding: 35px 50px !important;
    font-size: 48px!important;
    font-weight: 400;
    border-radius: 30px!important;
    box-shadow: 0px 6px 0px 0px rgba(0, 115, 217, 0.5) !important;
  }
  .item_1 ul li {
    font-size: 24px!important;
    border-radius: 35px!important;
    padding: 10px 20px!important;
  }
  .item_2 a {
    font-size: 40px!important;
    padding: 35px 240px!important;
    box-shadow: 0px 6px 0px 0px rgba(0, 115, 217, 0.5) !important;
  }
  .item_3 ul li span {
    font-size: 24px!important;
  }
  .item_3 ul li:nth-child(1) > span {
    font-size: 40px!important;
  }
  .item_4 > div > div .left > div {
    padding: 20px!important;
    padding-left: 0px!important;
    font-size: 24px!important;
  }
  .item_4 > div > div .left ul {
    margin-left: 0!important;
  }
  .item_4 > div > div .left ul li {
    font-size: 24px!important;
    margin-top: 35px!important;
  }
  .item_4 > div > div .left > span {
    font-size: 24px!important;
  }
  .item_4 > div > div .right h1 {
    font-size: 34px!important;
  }
  .item_4 > div > div .right > span {
    font-size: 22px!important;
  }
  .item_5 .type > span {
    font-size: 36px!important;
  }
  .item_5 .group > div ul li:nth-child(1) {
    font-size: 36px!important;
  }
  .item_5 .group > div ul li:nth-child(2) > span {
    font-size: 36px!important;
  }
  .item_5 .group > div ul li:nth-child(2) > div > div span {
    font-size: 24px!important;
  }
  .item_5 .group > div ul li:nth-child(2) > div > span {
    font-size: 36px!important;
  }
  .item_5 .group > div ul li:nth-child(n+3) span {
    font-size: 24px!important;
  }
  .select_wrap {
    height: 65px!important;
  }
  .select_wrap select {
    height: 65px!important;
    font-size: 30px!important;
    padding: 0 40px!important;
    color: #333333 !important;
  }
  .select_wrap img {
    width: 29px!important;
  }
  .form_main {
    width: 50% !important;
    padding: 50px !important;
  }
  .form_main select,
  .form_main input {
    height: 60px !important;
    line-height: 60px !important;
    font-size: 20px !important;
    background-size: 18px !important;
  }
  .form_main > img {
    position: absolute;
    right: 20px !important;
    top: 20px !important;
  }
  .form_main form > p:nth-child(2) span {
    font-size: 20px !important;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    padding: 0 40px !important;
  }
  .form_main form > div {
    width: 70%;
    margin: 0.5333rem auto 0;
    text-align: center;
    border: none;
    border-radius: 150px !important;
    font-size: 25px !important;
    background: linear-gradient(0deg, #ff8047, #ffcd21);
    cursor: pointer;
    color: #fff;
    padding: 20px !important;
  }
}
.form_main {
  width: 80%;
  border-radius: 0.2rem;
  box-sizing: border-box;
  padding: 1rem;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #1d0c5e;
  z-index: 999;
  display: none;
}
.form_main > img {
  position: absolute;
  right: 0.2667rem;
  top: 0.2667rem;
  cursor: pointer;
}
.form_main select,
.form_main input {
  font-size: 0.33rem;
  width: 100%;
  height: 0.96rem;
  line-height: 0.96rem;
  border-radius: 0.2rem;
  padding: 0 0.6rem;
  background-size: 0.2667rem;
  background: #f5f5f5;
  color: #757575;
  -webkit-appearance: none;
}
.form_main select {
  background: #f5f5f5 url(img/selected.png) 96% center no-repeat;
}
.form_main form > p {
  margin-bottom: 0.2667rem;
}
.form_main form > p:nth-child(2) {
  display: flex;
}
.form_main form > p:nth-child(2) input {
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form_main form > p:nth-child(2) span {
  display: flex;
  align-items: center;
  font-size: 0.2667rem;
  line-height: 100%;
  background: #ffa800;
  color: #fff;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  padding: 0 0.5333rem;
  cursor: pointer;
}
.form_main form > div {
  width: 70%;
  margin: 0.5333rem auto 0;
  text-align: center;
  border: none;
  border-radius: 2rem;
  font-size: 0.3333rem;
  background: linear-gradient(0deg, #ff8047, #ffcd21);
  cursor: pointer;
  color: #fff;
  padding: 0.2667rem;
}
.alert {
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.2667rem;
  line-height: 0.2667rem;
  padding: 0.2667rem 0.4rem;
  border-radius: 0.1333rem;
  display: none;
}
