.menu-icon-dt {
  display: none;
}

body {
  font-family: "思源黑体", "Microsoft YaHei";
}

.mobile_fade {
  display: none;
}

.mouse {
  max-width: 100px !important;
  padding: 25px 25px 25px 30px !important;
  
  box-sizing: content-box;
}


.challenge_mouse {
  max-width: 110px !important;
  padding: 25px 25px 25px 25px !important;

  box-sizing: content-box;
}

.w-full {
  width: 100%;
}

.navbar .active::after {
  position: absolute;
}

.active {
  display: block !important;
}
.competition{
  width: 100%;
  margin-left: 1150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.closeMem{
  position: absolute;
  width: 15px;
  right: 20px;
  top: -15px;
  cursor: pointer;
}

.content .main_box .navbar ul li .on::after {
  content: '';
  width: 100%;
  height: 6px;
  background: rgba(47, 235, 243, 1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
}

.content .main_box .navbar ul li .on {
  font-weight: bold;
}

.tab-defalut {
  display: none !important;
}

.tab-container .active {
  display: block;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.align-start {
  align-items: flex-start;
}

.ml-20 {
  margin-left: 20px;
}

.main_Rule .wp {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.main_Rule .wp li {
  padding: 16px;
  background: radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  flex-shrink: 0;
  border-radius: 20px;
}

.main_Rule .wp li .icon_box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(254, 243, 144, 0.1);
}

.main_Rule .wp li span {
  background: rgba(255, 235, 185, 0.8);
  font-size: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 15px;
  -webkit-background-clip: text;
  /* Safari/Chrome */
  -webkit-text-fill-color: transparent;
  /* Safari/Chrome */
  color: transparent;
  /* Firefox/Opera */
}

.need_konw {
  background: linear-gradient(270deg, #61FDF4 38.4%, rgba(243, 243, 243, 0.71) 96.31%);
  width: 100%;
  padding: 40px;
  margin-top: 60px;

}
.content .bannerT{
  overflow: hidden;
  padding:  100px 0 0 0 !important;
}

.bannerT .banitem{
  height: 602px ;
  width: 80%  ;
  margin: 20px 10%;
}

.need_konw .flex-row span {
  font-size: 22px;
  font-weight: 600;
}

.need_konw .flex-row .btn {
  font-size: 16px;
  padding: 8px;
  background: rgba(243, 243, 243, 1);
  position: relative;
  cursor: pointer;
}

.need_konw .flex-row .btn:hover::after {
  content: "";
  position: absolute;
  bottom: 5px;
  height: 4px;
  width: 95%;
  background: rgba(96, 253, 244, 1);
  left: 2.5%;

}

.need_konw .flex-row {
  margin-bottom: 20px;
}

.need_konw p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 4px 0;
  text-align: justify;
}


.flex-row {
  display: flex;
  flex-direction: row;
}

.align-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.null {
  height: 90px;
}

.logo-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.banitem {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.button-group{
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.button-group a {
  background: none;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  width: 33%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
}

.competition {
  background: linear-gradient(to right, #17EDF6, #4A59F9);
  border-radius: 10px;
  cursor: pointer;
}

.main_zhedie {
  color: rgba(0, 0, 0, 1);
  padding: 45px;
  width: 100%;
  margin-bottom: 41px;
  border-radius: 20px;
  background: rgba(243, 243, 243, 1);
  border: 1px solid rgba(25, 35, 27, 0.56);
  box-shadow: 0px 5px 0px 0px rgba(25, 26, 35, 1);
}

.main_zhedie .head {
  width: 100%;
}

.main_zhedie .label_one {
  font-size: 45px;
  font-weight: bold;
}
.overhide{
  height: 0;
  overflow: hidden;
}
.main_zhedie .wz_content {
  width: 100%;
  /* height: 0; */
  display: none;
  overflow: hidden;
}

.main_zhedie .wz_content .line {
  margin-top: 20px;
  height: 1px;
  width: 100%;
  background-color: #000;
}

.main_zhedie .wz_content h5 {
  margin-top: 22px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  padding-bottom: 5px;
}


.main_box .bgblue {
  background: rgba(23, 237, 246, 1);
}



.main_zhedie .wz_content p {
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
}

.main_zhedie .label_two {
  font-size: 24px;
  font-weight: bold;
  margin-left: 20px;
}

.main_zhedie .label_three {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(25, 35, 27, 0.56);
  position: relative;
  cursor: pointer;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.cx-gp {
  margin-top: 23px;
  width: 67%;
}
.cx-gp a{
  width: 30%;
}


.competition:hover {
  background: #fff;
}

.competition:hover button {
  color: #4A5AF9;
  background-image: linear-gradient(to right, rgba(47, 235, 243, 1), rgba(47, 235, 243, 1));
  background-size: 100% 4px;
  background-position: 0 21px;
  background-repeat: no-repeat;
}

.competition button {
  background: none;
  color: #FFFFFF;
  font-size: 20px;
  border: none;
  font-weight: bold;
}

.button-group a button {
  background: none;
  color: #fff;
  outline: none;
  border: none;
  font-size: 20px;
}

.button-group a:hover {
  background: #fff;
  /* 从左到右渐变 */

}

.button-group a:hover button {
  background: linear-gradient(to right, #19EAF6, #4A5AF9);
  /* 从左到右渐变 */
  -webkit-background-clip: text;
  /* Safari/Chrome */
  -webkit-text-fill-color: transparent;
  /* Safari/Chrome */
  color: transparent;
  /* Firefox/Opera */
}

.button-group a:nth-child(n+2) {
  margin-left: 15px;
}

.content {
  overflow: hidden;
  width: 100%;
  background: #fff;
}

.content .header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  height: 100px;
  background-color: #fff;
  transition: all .3s;
}

.content .header.on {
  /* background: linear-gradient(to right, #7352E9, #476AF3); */
}

.content .header.on .m ul li a {
  /* color: #fff; */
}

.content .header .m {
  max-width: 1500px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content .header .m .logo {
  display: block;
  max-width:155px ;
}
.content .header .m .logo2 {
  display: block;
  max-width:51px ;
}

.content .header .m ul {
  height: 100%;
  display: flex;
  align-items: center;
}

.content .header .m ul li {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 7px;
  position: relative;
}

.content .header .m ul li.on a {
  color: rgba(13, 13, 13, 1);
  font-weight: bold;
  background-image: linear-gradient(to right, rgba(47, 235, 243, 1), rgba(47, 235, 243, 1));
;
  background-size: 100% 4px;
  background-position: 0 18px;
  background-repeat: no-repeat;
}

.content .header .m ul li a {
  display: flex;
  align-items: center;
  transition: all .1s;
  font-size: 17px;
  padding: 0 13px;
  height: 26px;
  color: rgba(13, 13, 13, 0.9);
  border-radius: 0px;
}

.content .header .m ul li a:hover {
  color: rgba(13, 13, 13, 1);
  font-weight: bold;
  background-image: linear-gradient(to right, rgba(47, 235, 243, 1), rgba(47, 235, 243, 1));
  background-size: 100% 4px;
  background-position: 0 18px;
  background-repeat: no-repeat;
}

.content .header .m .isuser {
  height: 100%;
  display: flex;
  align-items: center;
}

.content .header .m .isuser .name {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;

}

.content .header .m .isuser .name p {
  font-weight: 600;

}

/* .content .header .m .isuser .name:hover .popup {
  display: block;
} */

.content .header .m .isuser .set:hover .popup {
  display: block;
}


.content .header .m .isuser .name div {
  min-width: 220px;
  background: #fff;
  position: absolute;
  right: 0;
  transform: translateX(50%);
  top: 100%;
  z-index: 99;
  display: none;
}

.content .header .m .isuser .name div a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333;
  transition: all .1s;
  line-height: 50px;
}

.content .header .m .isuser .name div a:hover {
  background: #B9F9FC;
  color: #000;
}

.content .header .m .isuser .set {
  font-size: 15px;
  color: #000;
  font-weight: bold;
  margin-left: 15px;
  cursor: pointer;
}

.content .header .m .login {
  display: flex;
  align-items: center;
}

.content .header .m .login a {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 2px 13px;
  margin-left: 10px;
  height: 22px;
  background: #ADADAD;
  color: rgba(0, 0, 0, 1);
  border-radius: 4px;
}

.content .header .m .login a.on {
  background: #fff;
  border: 1px solid #000;

}

.content .tong_title {
  width: 100%;
  position: relative;
}

.content .tong_title p {
  text-align: center;
  font-size: 48px;
  letter-spacing: 1px;
  position: relative;
  z-index: 8;
  font-weight: bold;
  color: #fff;
}

.content .tong_title span {
  display: block;
  width: 100%;
  font-size: 84px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #251A37;
}

.content .tong_title1 {
  margin-bottom: 26px;
  display: inline-block;
  font-size: 12px;
  position: relative;
}

.content .tong_title1 p {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  position: relative;
  font-weight: bold;
  letter-spacing: 2px;
  z-index: 8;
}

.content .tong_title1::after {
  content: '';
  width: 220px;
  height: 10px;
  background: #8A4DEB;
  border-radius: 40px;
  position: absolute;
  left: -18px;
  bottom: 0;
}
.price-table {
  border-collapse:collapse;border-style: solid;border-width:  1px;
}
.price-table td{
  border-style: solid;border-width:  1px;
}
.price-table th{
  border-style: solid;border-width:  1px;
}

.price-table tr:nth-child(2n+1){
  background: none;
}
.price-table tr{
  background: #17EDF6;
}

.content .main_box {
  overflow: hidden;
  width: 100%;
  background: linear-gradient(100.15deg, rgba(24, 237, 246, 0.3) 14.26%, rgba(217, 217, 217, 0) 93.9%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content .main_box .m {
  margin: 0 auto;
  max-width: 100%;
  width: 85%;
}

.content .main_box .m .main_Award {
  padding: 80px 0 48px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}




.content .main_box .m .main_Award .box {
  overflow: hidden;
  width: 100%;
  background-color: #000;
  border-radius: 10px;
  margin-top: 60px;
  background-image: url(../images/add_07.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 100px 11.33333333333333% 90px 45.33333%;
  background-size: 39.66666666666667%;
}

.content .main_box .m .main_Award .box .grow {
  overflow: hidden;
}

.content .main_box .m .main_Award .box .grow div {
  overflow: hidden;
  margin-bottom: 28px;
}

.content .main_box .m .main_Award .box .grow div:last-child {
  margin-bottom: 0;
}

.content .main_box .m .main_Award .box .grow div p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.content .main_box .m .main_Award .box .grow div span {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
}

.content .main_box .m .main_Schedule {
  width: 100%;
  margin-top: 70px;
  padding: 66px 22px 100px 22px;
  background: linear-gradient(180deg, rgba(23, 237, 246, 0.4) 0%, rgba(217, 217, 217, 0) 100%);

}

.content .main_box .m .main_Schedule ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.content .main_box .m .main_Schedule ul li {
  width: 30%;
  border-radius: 8px;
  margin-right: calc((100% - 90%)/3);
  margin-top: 70px;
  transition: all .3s;
  position: relative;
}

.content .main_box .m .main_Schedule ul li .step {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -1px;
  text-align: left;
  margin-left: 15px;
  margin-bottom: 15px;
}

.content .main_box .m .main_Schedule ul li .timesmap {
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: -0.10000000149011612px;
  text-align: left;
  margin-left: 15px;
  margin-bottom: 15px;
}

.content .main_box .m .main_Schedule ul li .bg-pl {
  font-size: 16px;
  color: rgba(25, 35, 27, 1);
  text-align: justify;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.6000000238418579px;
  background: linear-gradient(180deg, rgba(23, 237, 246, 0.6) 3.65%, #5EF5FB 50.5%, rgba(165, 251, 255, 0.15) 100%);
  border-radius: 20px 20px 0 0 ;
}


.content .main_box .m .main_Schedule ul li .bg-pl p {
  display: flex;
  align-items: flex-start;

}

.content .main_box .m .main_Schedule ul li .bg-pl p img {
  display: flex;
  width: 17px;
  height: 17px;
  margin-top: 8px;

}

.content .main_box .m .main_Schedule ul li .bg-pl p span {
  margin-left: 8px;

}


.content .main_box .m .main_Schedule ul li .w {
  width: 128px;
  height: 58px;
  border-radius: 6px;
  background: #7E4BE7;
  position: absolute;
  left: -22px;
  overflow: hidden;
  top: -20px;
}

.content .main_box .m .main_Schedule ul li .w div {
  height: 100%;
  background: #6559ED;
}

.content .main_box .m .main_Schedule ul li .w span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}

.content .main_box .m .main_Schedule ul li:nth-child(4n) {
  margin-right: 0;
}

.content .main_box .m .main_Schedule ul li .icon {
  width: 100%;
  padding: 20px 0;
  background-image: url(../images/bg_08.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}

.content .main_box .m .main_Schedule ul li .icon img {
  display: block;
  margin: 0 auto;
  max-width: 70%;
  margin-bottom: 10px;
}

.content .main_box .m .main_Schedule ul li .icon span {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #3B71F6;
}

.content .main_box .m .main_Schedule ul li .font {
  overflow: hidden;
  padding: 20px 10%;
  background: linear-gradient(to right, #7E4BE7, #436CF4);
  border-radius: 10px;
}

.content .main_box .m .main_Schedule ul li .font span {
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 13px 0;
  padding-left: 22px;
  position: relative;
}

.content .main_box .m .main_Schedule ul li .font span::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 20px;
}

.content .main_box .m .main_Rule {
  width: 100%;
  padding: 44px;
  background: rgba(25, 35, 27, 1);
  border-radius: 40px;
}

.content .main_box .m .main_Rule .pri-item {
  padding: 28px;
  background: rgba(65, 73, 67, 0.24);
  border-radius: 20px;
}

.content .main_box .m .main_Rule .pri-item ul {
  background: radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 20px;
  margin-left: 25px;
  padding: 20px;
}

.content .main_box .m .main_Rule .pri-item ul li {
  background: rgba(255, 235, 185, 0.8);
  -webkit-background-clip: text;
  /* Safari/Chrome */
  -webkit-text-fill-color: transparent;
  /* Safari/Chrome */
  color: transparent;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin: 4px 0;
}

.content .main_box .m .main_Rule .title {
  font-size: 18px;
  margin-top: 40px;
  color: #fff;
}

.content .main_box .m .main_Rule .item {
  width: 100%;
  position: relative;
  margin-top: 110px;
}

.content .main_box .m .main_Rule .item ul {
  display: flex;
  position: relative;
  z-index: 9;
  align-items: center;
  flex-wrap: wrap;
}

.content .main_box .m .main_Rule .item ul li {
  overflow: hidden;
  width: 288px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #72747A;
  cursor: pointer;
  margin-right: 38px;
  border-radius: 10px;
  background: #141721;
}

.content .main_box .m .main_Rule .item ul li.on {
  color: #fff;
  background: linear-gradient(to right, #723AE9, #723AE9);
}

.content .main_box .m .main_Rule .item .fade {
  width: 100%;
  background: #000;
  margin-top: -33px;
  position: relative;
}

.content .main_box .m .main_Rule .item .fade .label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 120px 90px;
}

.content .main_box .m .main_Rule .item .fade .label img {
  display: block;
}

.wz_index_title {
  position: relative;
  margin: 40px auto;
  height: 40px;
  flex-shrink: 0;
  width: 100px;
}

.wz_index_title .index {
  position: absolute;
  z-index: -1;
  width: 100%;
  text-align: center;
  font-size: 40px;
  background: linear-gradient(180deg, #17EDF6 0%, rgba(185, 255, 102, 0) 100%);
  -webkit-background-clip: text;
  /*将设置的背景颜色限制在文字中*/
  -webkit-text-fill-color: transparent;
  /*给文字设置成透明*/
  font-weight: 900;

}

.main_system img {
  position: absolute;
  right: 0;
  bottom: -40px;
}

.w-3t5 {
  width: 60%;
}

.wz_index_title .label {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 30px;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;

}

.content .main_box .m .main_Rule .item .fade .label div {
  overflow: hidden;
  width: calc(100% - 340px);
}

.content .main_box .m .main_Rule .item .fade .label div span {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 38px;
}

.content .main_box .m .main_Rule .item .fade .label div em {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 38px;
}

.content .main_box .m .main_system {
  margin-top: 80px;
  background: linear-gradient(180deg, rgba(23, 237, 246, 0.3) 10.81%, rgba(217, 217, 217, 0) 128.05%, rgba(217, 217, 217, 0) 128.05%);
  padding: 25px 46px;
  position: relative;
}

.content .main_box .m .main_people {
  margin-top: 80px;
  background: linear-gradient(180deg, rgba(23, 237, 246, 0.3) 10.81%, rgba(217, 217, 217, 0) 128.05%, rgba(217, 217, 217, 0) 128.05%);
  padding: 60px 46px 0 46px;
  position: relative;
}

.content .main_box .m .main_people ul {
  flex-wrap: wrap;
}

.content .main_box .m .main_people .btn {
  position: absolute;
  right: 40px;
  top: 20px;
  background: #fff;
  padding: 6px 12px;
  text-align: center;
  cursor: pointer;
  z-index: 8;
}

.content .main_box .m .main_people .btn:hover::after {
  content: '';
  width: 90%;
  height: 2px;
  background: rgba(23, 237, 246, 1);
  position: absolute;
  left: 5%;
  bottom: 6px;
}

.people-item {
  padding: 20px;
  position: relative;
}

.people-item h1 {
  font-size: 24px;
  font-weight: 900;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 8px;
  margin-top: 8px;
}

.people-item h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 8px;
}

.people-item p {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;


}



.people-item .phone-box {
  width: 142px;
  height: 142px;
  background-color: #fff;
  background: url('/imageT/bg-phot.png') center center/ 100% 100%  no-repeat;
  position: relative;

}

.content .main_box .m .main_system h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.content .main_box .m .main_system p {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;

}

.content .main_box .m .main_system .box {
  overflow: hidden;
  width: 100%;
  margin-top: 47px;
  background-image: url(../images/icon_38.png);
  border-radius: 10px;
  background-size: cover;
  padding: 65px 95px;
}

.content .main_box .m .main_system .box span {
  display: block;
  font-size: 18px;
  color: #e4e4e4;
  line-height: 38px;
}

.content .main_box .m .main_system .box span em {
  color: #8a4deb;
}

.content .main_box .m .main_system .box1 {
  background-color: #000;
  width: 100%;
  padding: 55px 2px;
  margin-top: 40px;
  background-image: url(../images/add_03.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  display: flex;
  border-radius: 10px;
}

.content .main_box .m .main_system .box1 ul li {
  width: 245px;
  height: 75px;
  border-radius: 8px;
  padding-left: 33px;
  font-size: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all .1s;
  color: #fff;
}

.content .main_box .m .main_system .box1 ul li.on {
  background: linear-gradient(to right, #7E4BE7, #3972F6);
}

.content .main_box .m .main_system .box1 ul li:hover {
  background: linear-gradient(to right, #7E4BE7, #3972F6);
}

.content .main_box .m .main_system .box1 .fade {
  overflow: hidden;
  width: 675px;
  margin-left: 38px;
}

.content .main_box .m .main_system .box1 .fade .item {
  overflow: hidden;
}

.content .main_box .m .main_system .box1 .fade .item span {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 48px;
}

.content .main_box .m .main_proess {
  background: rgba(243, 243, 243, 1);
  border-radius: 15px;
  padding: 40px 3.6%;
  border: 2px solid rgba(25, 35, 27, 1);
  position: relative;
  color: #000;
}

.content .main_box .m .main_proess::after {
  content: "";
  width: calc(100% + 4px);
  height: 30px;
  background: #000;
  position: absolute;
  z-index: -1;
  left: -2px;
  bottom: -20px;
  border-radius: 0 0 40px 40px;
}

.content .main_box .m .main_proess ul {
  width: 100%;
  position: relative;
}

.content .main_box .m .main_proess ul::after {
  content: '';
  width: 1px;
  height: calc(100% - 180px);
  background-color: #000;
  position: absolute;
  left: 150px;
  top: 25px;
}

.content .main_box .m .main_proess ul li {
  position: relative;
  margin-bottom: 37px;
}



.content .main_box .m .main_proess ul li::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(/imageT/Vector.png);
  background-size: 100% 100%;
  z-index: 9;
  position: absolute;
  left: 140px;
  top: 26px;
}



.content .main_box .m .main_proess ul li .title {
  /* width: 456px; */
  height: 76px;
  display: flex;
  align-items: center;
  background-size: 100% 100%;
  /* padding-left: 35px; */
  font-size: 20px;
}

.content .main_box .m .main_proess ul li .title span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  width: 130px;
}

.content .main_box .m .main_proess ul li .title p {
  font-size: 24px;
  font-weight: bold;
  margin-left: 40px;
  border: 1px solid #000;
  background: rgba(217, 217, 217, 1);
  padding: 4px;
  border-radius: 8px;
  white-space: nowrap;
}

.content .main_box .m .main_proess ul li>p {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.6;
  margin-left: 200px;
}

.content .main_box .m .main_proess ul li>span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.6;
  margin-left: 200px;
}

.content .main_box .m .main_requirements {
  width: 100%;
  padding-bottom: 12px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, #000 100%);
  border-radius: 20px;
}

.content .main_box .m .main_requirements .box {
  width: 100%;
  border: 1px solid;
  border-image-source: linear-gradient(0deg, #000000, #000000),
  linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  border-radius: 20px;
  background: #fff;
  padding: 36px 72px 30px 56px;
}

.content .main_box .m .main_requirements .box .line {
  min-height: 220px;
  width: 1px;
  background: #000;
  margin: 0 52px;
}

.content .main_box .m .main_requirements .box .flex-col {
  width: 45%;
}

.content .main_box .m .main_requirements .box .flex-col button {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 14px;
  cursor: pointer;
}

.content .main_box .m .main_requirements .box .flex-col p {
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
}

.content .main_box .m .main_requirements .main_time {
  width: 100%;
  background-color: #000;
  border-radius: 10px;
  margin-top: 35px;
  background-image: url(../images/WS_03.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 60px 95px;
  padding-right: 20%;
}

.content .main_box .m .main_requirements .main_time span {
  display: block;
  font-size: 20px;
  color: #e4e4e4;
  line-height: 36px;
}

.content .main_box .m .main_requirements .main_time span em {
  color: #8a4deb;
}

.content .main_box .m .main_requirements .main_type {
  overflow: hidden;
  width: 100%;
  background-image: url(../images/icon_38.png);
  min-height: 383px;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  margin-top: 47px;
  padding: 62px 95px 20px 95px;
}

.content .main_box .m .main_requirements .main_type span {
  display: block;
  font-size: 20px;
  color: #e4e4e4;
  line-height: 36px;
}

.content .main_box .m .main_requirements .team_num {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 24px;
  font-size: 20px;
  color: #e4e4e4;
  letter-spacing: 1px;
  margin-top: 50px;
  font-weight: bold;
  line-height: 1.6;
  border-radius: 10px;
  background: linear-gradient(to right, #8547E5, #3773F6);
}

.content .main_box .m .main_requirements ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content .main_box .m .main_requirements ul li {
  overflow: hidden;
  width: 48%;
  background-color: #000;
  background-image: url(../images/bg_04.jpg);
  background-size: cover;
  padding: 36px 3% 50px 3%;
  margin-top: 75px;
}

.content .main_box .m .main_requirements ul li img {
  display: block;
  max-width: 60%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.content .main_box .m .main_requirements ul li span {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #e4e4e4;
}

.content .main_box .m .main_requirements ul li .font {
  width: 100%;
  margin-bottom: 26px;
  position: relative;
}

.content .main_box .m .main_requirements ul li .font p {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 8;
}

.content .main_box .m .main_requirements ul li .font::after {
  content: '';
  width: 207px;
  height: 10px;
  background: #8A4DEB;
  border-radius: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.content .main_box .m .main_mb {
  margin-top: 49px;
  overflow: hidden;
  width: 100%;
  background: rgba(25, 35, 27, 1);
  background-size: cover;
  border-radius: 20px;
  padding: 43px;
  color: #fff;

}

.content .main_box .m .main_mb .m-label {
  margin: 25px 12px;
  width: calc(100% - 24px);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.content .main_box .m .main_mb .box {
  background: linear-gradient(180deg, #F3FCFC 0%, #17EDF6 100%);
  border-radius: 30px;
  padding: 30px;
  color: #000;
}

.content .main_box .m .main_mb .box p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 21px;
  margin-bottom: 20px;
  white-space: pre-wrap;
  text-align: justify;
}

.content .main_box .m .main_mb .box .tu-label {
  background: linear-gradient(180deg, #17EDF6 0%, rgba(217, 217, 217, 0) 100%);
  font-size: 16px;
  color: #000;
  padding: 4px 8px;
  font-weight: 700;
  margin-bottom: 24px;
}

.content .main_box .m .main_mb .box .ty-label {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 24px;
}

.content .main_box .m .main_mb .box .la-label {
  line-height: 25px;
}

.content .main_box .m .main_mb .box .btn-bm {
  color: #fff;
  padding: 8px 25px;
  background: #000;
}

.content .main_box .m .main_mb .box .btn-gp span {
  padding: 9px 7px 8px 7px;
  background: #fff;
  color: #000;
}
.content .main_box .m .main_mb .box .btn-gp{
  gap: 15px;
}



.content .main_box .m .main_mb .tab-box {
  margin: 0px auto;
  width: 60%;
}

.content .main_box .m .main_mb .tab-box p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}

.content .main_box .m .main_mb .tab-box p:hover::after {
  content: '';
  width: 100%;
  height: 4px;
  background: rgba(23, 237, 246, 1);
  position: absolute;
  left: 0%;
  bottom: 0;
}

.content .main_box .m .main_mb .tab-box .active::after {
  content: '';
  width: 100%;
  height: 4px;
  background: rgba(23, 237, 246, 1);
  position: absolute;
  left: 0%;
  bottom: 0;
}

.content .main_box .m .main_mb .tong_title span {
  color: #351F4E;
}

.content .main_box .m .main_mb .box {
  width: 100%;
  position: relative;
  display: flex;
  padding-bottom: 25px;
  padding-top: 40px;
}

.content .main_box .m .main_mb .box .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background: #766E88;
  margin: 0 14px;
}

.content .main_box .m .main_mb .box .swiper-pagination-bullet-active {
  background: #8A4DEB;
}

.content .main_box .m .main_mb .box .mySwiper1 {
  overflow: hidden;
  width: 100%;
}

.content .main_box .m .main_mb .box .mySwiper1 .swiper-slide {
  width: 33.33%;
}

.mySwiper2 .swiper-slide {
  transition: transform 1.0s;
  transform: scale(0.8);
  position: relative;
  border-radius: 30px;
  border: 3px solid rgba(23, 237, 246, 1);
  overflow: hidden;
}

.mySwiper2 .swiper-slide .sw_title {
  background: linear-gradient(180deg, #17EDF6 0%, rgba(185, 255, 102, 0.8) 100%);
  position: absolute;
  z-index: 8;
  left: 20px;
  top: 20px;
  padding: 19px;
  font-size: 24px;
  border-radius: 8px;
}


.mySwiper2 .swiper-slide-active {
  transform: scale(1);
  z-index: 2;

}

.mySwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  display: block;
}

.content .main_box .m .main_mb .box .label {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 0 15%;
}

.content .main_box .m .main_mb .box .label img {
  display: block;
  margin: 0 auto;
  max-width: 70%;
}

.content .main_box .m .main_mb .box .label span {
  display: block;
  font-size: 14px;
  color: #988AAA;
  line-height: 32px;
}

.content .main_box .m .main_mb .box .label .font {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.content .main_box .m .main_mb .box .label .font p {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 8;
}

.content .main_box .m .main_mb .box .label .font::after {
  content: '';
  width: 122px;
  height: 10px;
  background: #8A4DEB;
  border-radius: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.content .main_box .wz_title {
  background: url('../imageT/wz_title.png') center center/177px 45px no-repeat;
  min-width: 177px;
  height: 45px;
  font-size: 28px;
  padding-top: 3px;
  font-weight: bold;
  margin: 45px auto;
  text-align: center;
}

.content .main_box .main_dt {
  display: flex;
  margin-top: 35px;
  justify-content: space-between;
}

.main_dt_one {
  border: 1px solid rgba(25, 35, 27, 0.56);
  background: rgba(243, 243, 243, 1);
  background-image: url("../imageT/smart-people.png");
  background-position: 90% 40%;
  background-repeat: no-repeat;
  background-size: 154px 154px;
}

.main_dt_one p {
  background: rgba(96, 253, 244, 1);

}

.main_dt_two p {
  background: rgba(255, 255, 255, 1);
}

.main_dt_box p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  flex-shrink: 0;
  border-radius: 8px;
  padding: 0 20px 0 11px;
}

.main_dt_two {
  border: 1px solid rgba(25, 35, 27, 1);
  background: rgba(23, 237, 246, 1);
  background-image: url("../imageT/smart1.png");
  background-position: 90% 20%;
  background-repeat: no-repeat;
  background-size: 154px 154px;
}

.main_dt_box {
  height: 194px;
  border-radius: 20px;
  padding: 33px 20px 20px 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width:900px) {
  .m{
    width: 95% !important;
  }
  .content .main_box .main_dt {
    display: flex;
    margin-top: 35px;
    flex-wrap: wrap;
  }

  .content .main_dt_ct {
    width: 100%;
    margin-top: 20px;
  }
}

.main_dt_ct {
  padding-bottom: 8px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, #000 100%);
  width: 48%;
  border-radius: 20px;
}

.content .main_box .m .main_info {
  width: 100%;
  position: relative;
  padding-bottom: 21px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, #000 100%);
  border-radius: 20px;
}

.up_box {
  width: 100%;
  padding: 60px;
  background: rgba(243, 243, 243, 1);
  border-radius: 20px;
  font-size: 14px;
  line-height: 36px;
  border: 1px solid #000;
  text-align: justify;
}

.content .main_box .m .main_info .tong_title span {
  color: #351F4E;
}

.content .main_box .m .main_info .box {
  width: 100%;
  margin-top: 70px;
  position: relative;
}

.content .main_box .m .main_info .box .mySwiper {
  overflow: hidden;
  width: 100%;
  padding-bottom: 79px;
}

.content .main_box .m .main_info .box .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background: #766E88;
  margin: 0 14px;
}

.content .main_box .m .main_info .box .swiper-pagination-bullet-active {
  background: #8A4DEB;
}

.content .main_box .m .main_info .box .label {
  width: 100%;
}

.content .main_box .m .main_info .box .label p {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 18px;
  text-align: justify;
}

.content .banner {
  width: 100%;
  /* height: 1080px; */
  background-size:cover;
 
  background-image: url(../imageT/横图.jpg);
  position: relative;
}

.content .banner .m {
  width: 70%;
  margin: 0 auto;
  position: relative;
  display: flex;
  padding:80px 20px 80px 20px;
  justify-content: space-between;
}

.content .banner .m p {
  text-align: center;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 1px;
  color: #fff;
}

.content .banner .m span {
  display: block;
  text-align: center;
  font-size: 54px;
  line-height: 70px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
}

.main_up_box .m .notices  {
  width: 100%;
  height: 62px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 40px;
  padding: 0 15px;
  left: 0;
  display: flex;
  align-items: center;
  background: linear-gradient(to left, #61FDF4, rgba(243, 243, 243, 0.71));
}

.carous {
  width: 90vw;
  min-width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

.main_up_box .m .notices  a {
  flex-shrink: 0;
  padding: 5px 17px;
  border: none;
  background-color: #fff;
  border-radius: 0;
  color: #19231B;
  margin-right: 10px;
  cursor: pointer;
}

.main_up_box .m .notices  a button {
  border: none;
  background: none;
  position: relative;
}

.main_up_box .m .notices  a:hover button::after {
  content: '';
  width: 100%;
  height: 3px;
  background: rgba(47, 235, 243, 1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.main_up_box .m .notices  .mySwiper6 {
  flex: 1;
  height: 100%;
}

.main_up_box .m .notices  .mySwiper6 .swiper-slide {
  width: 100%;
  height: 100%;
}

.main_up_box .m .notices .mySwiper6 .swiper-slide a {
  line-height: 62px;
  color: #19231B;
  box-sizing: border-box;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: none;
}

.main_back_mask {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.back_img1 {
  margin-left: 40px;
  margin-top: 120px;
}

.main_up_box {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 9;
  width: 100%;
}

.content .main_box .navbar {
  max-width: 1200px;
  margin: 0 auto;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 47px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 2px 2px 4px 0px rgba(222, 221, 221, 0.25);
}

.content .main_box .navbar ul {
  height: 100%;
  display: flex;
  justify-content: space-around;
}

.content .main_box .navbar ul li {
  height: 100%;
  position: relative;
}

.content .main_box .navbar ul li:hover a {
  font-weight: bold;
}

.content .main_box .navbar ul li:hover a::after {
  content: '';
  width: 100%;
  height: 6px;
  background: rgba(47, 235, 243, 1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
}

.content .main_box .navbar ul li a {
  box-sizing: border-box;
  height: 100%;
  font-size: 20px;
  transition: all .1s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(10, 10, 13, 1);

}

.content .banner .m .btn {
  overflow: hidden;
  width: 296px;
  height: 69px;
  background: linear-gradient(to right, #864AEA, #3D82ED, #864AEA);
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 87px;
  transition: all .2s;
}

.content .banner .m .btn:hover {
  transform: translateY(-5px);
  opacity: 0.9;
}

.content .banner .m .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.content .banner .m .link {
  overflow: hidden;
  width: 466px;
  height: 75px;
  margin: 0 auto;
  background-size: 100% 100%;
  margin-top: 30px;
  background-image: url(../images/icon_07.png);
  transition: all .2s;
}

.content .banner .m .link:hover {
  transform: translateY(-5px);
  opacity: 0.9;
}

.content .banner .m .link a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  padding-right: 70px;
  box-sizing: border-box;
  letter-spacing: 1px;
  color: #fff;
}

.footer {
  overflow: hidden;
  width: 100%;
  background: rgba(25, 35, 27, 1);
  padding: 60px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.footer .m {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer .m .contact {
  overflow: hidden;

}

.footer .m .contact p {
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;

}

.footer .m .contact div {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer .m .contact div img {
  display: block;
  margin-right: 15px;
}

.footer .m .contact div span {
  font-size: 13px;
  color: #fff;
}

.footer .m .code {
  overflow: hidden;
  display: flex;
}

.footer .m .code div {
  overflow: hidden;
}


.footer .m .code div img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.footer .m .code div span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

.footer .m .link {
  display: flex;
  align-items: flex-start;
}

.footer .m .link ul {
  padding: 0 40px;
  overflow: hidden;
}

.footer .m .link ul li {
  font-size: 13px;
  margin-bottom: 18px;
  color: #fff;
}

.footer .m .link ul li:hover a {
  color: #476AF3;
  text-decoration: underline;
}

.footer .m .link ul li a {
  color: #fff;
  transition: all .1s;
}

@media (max-width: 1600px) {
  .m {
    width: 80% ;
  }

  .content .header .m ul li {
    padding: 0 5px;
  }

  .content .header .m ul li a {
    padding: 0 5px;
  }

  .content .banner .m p {
    font-size: 35px;
  }

  .content .banner .m span {
    font-size: 40px;
  }

  .content .banner .m .link a {
    font-size: 26px;
  }

  .content .main_box .navbar ul li a {
    font-size: 17px;
  }

  .content .tong_title p {
    font-size: 40px;
  }

  .content .tong_title span {
    font-size: 60px;
  }

  .content .main_box .m .main_info .box .label p {
    font-size: 16px;
  }

  .content .main_box .m .main_requirements .main_type span {
    font-size: 18px;
  }

  .content .main_box .m .main_requirements .main_time span {
    font-size: 18px;
  }

  .content .main_box .m .main_proess ul li .title span {
    font-size: 22px;
  }

  .content .main_box .m .main_proess ul li .title p {
    font-size: 22px;
  }

  .content .main_box .m .main_system .box1 .fade .item span {
    font-size: 16px;
  }

  .content .main_box .m .main_system .box1 ul li {
    font-size: 20px;
  }

  .content .main_box .m .main_Rule .title {
    font-size: 16px;
  }

  .content .main_box .m .main_Rule .item ul li {
    font-size: 22px;
  }

  .content .main_box .m .main_Rule .item .fade .label div span {
    font-size: 18px;
  }

  .content .main_box .m .main_Schedule ul li .w span {
    font-size: 30px;
  }

  .footer .m .link ul li {
    font-size: 18px;
  }

  .footer .m .contact p {
    font-size: 16px;
  }

  .footer .m .contact div span {
    font-size: 20px;
  }

  .content .banner .m .btn a {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  .m {
    width: 95% !important;
  }

  .content .header .m ul li {
    padding: 0 3px;
  }

  .content .header .m ul li a {
    padding: 0 3px;
  }

  .content .header .m .logo {
    width: 140px;
  }

  .content .banner .m p {
    font-size: 30px;
    background-image: url(../imageT/竖图.jpg);
  }

  .content .banner .m span {
    font-size: 35px;
  }

  .content .banner .m .link a {
    font-size: 23px;
  }

  .content .main_box .navbar ul li a {
    font-size: 15px;
    padding: 0 15px;
  }

  .content .tong_title p {
    font-size: 35px;
  }

  .content .tong_title span {
    font-size: 50px;
  }

  .content .main_box .m .main_info .box .label p {
    font-size: 14px;
  }

  .content .main_box .m .main_requirements .main_type span {
    font-size: 16px;
  }

  .content .main_box .m .main_requirements .main_time span {
    font-size: 16px;
  }

  .content .main_box .m .main_proess ul li .title span {
    font-size: 21px;
  }

  .content .main_box .m .main_proess ul li .title p {
    font-size: 20px;
  }

  .content .main_box .m .main_system .box1 .fade .item span {
    font-size: 14px;
  }

  .content .main_box .m .main_system .box1 ul li {
    font-size: 18px;
  }

  .content .main_box .m .main_Rule .title {
    font-size: 14px;
  }

  .content .main_box .m .main_Rule .item ul li {
    font-size: 20px;
  }

  .content .main_box .m .main_Rule .item .fade .label div span {
    font-size: 16px;
  }

  .content .main_box .m .main_Rule .item .fade .label div em {
    font-size: 15px;
  }

  .content .main_box .m .main_Schedule ul li .font span {
    font-size: 15px;
  }

  .content .main_box .m .main_Schedule ul li .icon span {
    font-size: 18px;
  }

  .content .main_box .m .main_Schedule ul li .w {
    height: 40px;
  }

  .content .main_box .m .main_Schedule ul li .w span {
    font-size: 26px;
  }

  .footer .m .link ul li {
    font-size: 14px;
  }

  .footer .m .contact p {
    font-size: 18px;
  }

  .footer .m .contact div span {
    font-size: 16px;
  }

  .content .banner .m .btn a {
    font-size: 23px;
  }



}

@media (max-width: 900px) {
  .m {
    width: 100% !important;
    /* padding: 0 .3rem !important; */
  }

  .content .header .m ul {
    display: none;
  }

  .content .header .m .login {
    display: none;
  }

  .content .header {
    height: 1rem;
  }

  .content .header .m .logo {
    width: 3rem;
  }


  .content .banner .m p {
    font-size: .28rem;
    margin-bottom: .2rem;
    line-height: 1.1;
    background-image: url(../imageT/竖图.jpg);
  }

  .content .banner .m span {
    font-size: .33rem;
    line-height: 1.6;
  }

  .content .banner .m .link {
    width: 4rem;
    height: .6rem;
    margin-top: 1rem;
  }

  .content .banner .m .link a {
    padding-right: .6rem;
    font-size: .22rem;
  }

  .content .banner .m .btn {
    width: 3rem;
    height: .8rem;
    border-radius: .1rem;
    margin-top: .5rem;
  }

  .content .banner .m .btn a {
    font-size: .28rem;
  }

  .content .main_box .navbar {
    height: auto;
    left: 50%;
    bottom: .7rem;
    /* transform: translateX(-50%); */
    border-radius: .1rem;
    display: flex;
  }

  .content .main_box .navbar {
    min-width: 100%;
  }

  .content .main_box .navbar ul {
    flex-wrap: wrap;
    padding: .15rem 0;
  }

  .content .main_box .navbar ul li:hover a::after {
    width: 80%;
    bottom: 0;
    height: .05rem;
  }

  .content .main_box .navbar ul li .on::after {
    width: 80%;
    bottom: 0;
    height: .05rem;
  }

  .content .banner .m {
    height: calc(100% - 3.2rem);
    margin-top: .5rem;
  }

  .content .main_box .navbar ul li {
    width: 33.33%;
  }

  .content .main_box .navbar ul li a {
    font-size: .2rem;
    text-align: center;
    padding: .1rem;
  }

  .content .main_box .m .main_info {
    padding: 0 0 .6rem 0;
    border-radius: .5rem;
    min-height: auto;
    height: auto;
  }

  .content .main_box .m .main_info .box .swiper-pagination-bullet {
    width: .22rem;
    height: .22rem;
    margin: 0 .1rem;
  }

  .content .tong_title p {
    font-size: .4rem;
  }

  .content .tong_title span {
    font-size: .55rem;
  }

  .content .main_box .m .main_info .box {
    margin-top: .6rem;
  }

  .content .main_box .m .main_info .box .label p {
    font-size: .24rem;
    line-height: 1.8;
    margin-bottom: .2rem;
  }

  .content .main_box .m .main_info .box .mySwiper {
    padding-bottom: 1rem;
  }

  .content .main_box .m .main_mb {
    margin-top: .6rem;
    border-bottom: .15rem;
    padding: .6rem 0;
  }

  .content .main_box .m .main_mb .box {
    padding-top: .5rem;
  }

  .content .main_box .m .main_mb .box .mySwiper1 .swiper-slide {
    width: 100%;
  }

  .content .main_box .m .main_mb .box .label .font {
    margin-bottom: .3rem;
  }

  .content .main_box .m .main_mb .box .swiper-pagination-bullet {
    width: .22rem;
    height: .22rem;
    margin: 0 .1rem;
  }

  .content .main_box .m .main_requirements {
    padding-top: .5rem;
  }

  .content .main_box .m .main_requirements ul li {
    margin-top: .5rem;
    padding: .5rem .25rem;
  }

  .content .main_box .m .main_requirements .team_num {
    margin-top: .5rem;
    font-size: .24rem;
    line-height: 1.8;
    padding: .3rem;
  }

  .content .main_box .m .main_requirements .main_type {
    margin-top: .5rem;
    padding: .5rem .3rem;
    min-height: auto;
  }

  .content .main_box .m .main_requirements .main_time {
    padding: .5rem .3rem;
    background-size: 1.5rem;
    margin-top: .5rem;
  }

  .content .main_box .m .main_proess {
    margin-top: .5rem;
    padding: .5rem .3rem;
  }

  .content .main_box .m .main_proess ul {
    margin-top: .5rem;
  }

  .content .main_box .m .main_proess ul li {
    margin-bottom: .5rem;
    padding-left: .1rem;
  }

  .content .main_box .m .main_system {
    margin-top: .5rem;
  }

  .content .main_box .m .main_system .box {
    margin-top: .5rem;
    padding: .5rem .3rem;
  }

  .content .main_box .m .main_system .box span {
    font-size: .22rem;
    line-height: 1.6;
  }

  .content .main_box .m .main_system .box1 {
    display: block;
    margin-top: .5rem;
    padding-top: 0;
  }

  .content .main_box .m .main_system .box1 ul {
    display: flex;
  }

  .content .main_box .m .main_system .box1 ul li {
    width: 33.33%;
    border-radius: .1rem;
    padding: 0;
    justify-content: center;
    font-size: .26rem;
    height: .8rem;
  }

  .content .main_box .m .main_system .box1 .fade {
    width: 100%;
    padding: .3rem;
    margin: 0;
  }

  .content .main_box .m .main_system .box1 .fade .item span {
    font-size: .22rem;
    line-height: 1.8;
  }

  .content .main_box .m .main_proess ul li>p {
    font-size: .26rem;
    line-height: 1.6;
    margin-top: .2rem;
    margin-left: 2.6rem;
  }

  .content .main_box .m .main_proess ul li>span {
    font-size: .22rem;
    line-height: 1.6;
    margin-left: 2.6rem;
  }

  .content .main_box .m .main_proess ul li::after {
    width: .3rem;
    height: .3rem;
    top: .3rem;
    left: 2rem;
  }

  .content .main_box .m .main_proess ul::after {
    left: 2.14rem;
    top: .4rem;
    height: calc(100% - 2.68rem);
  }

  .content .main_box .m .main_proess ul li .title {
    width: 5.0rem;
    height: .8rem;
    padding-left: 0.2rem;
  }

  .content .main_box .m .main_proess ul li .title span {
    font-size: .28rem;
    width: 1.6rem;
  }

  .content .main_box .m .main_proess ul li .title p {
    font-size: .26rem;
  }

  .content .main_box .m .main_system .box1 {
    background-size: 2.5rem;
  }

  .content .main_box .m .main_Rule {
    padding: .5rem;
  }

  .content .main_box .m .main_Rule .title {
    font-size: .24rem;
    line-height: 1.6;
    margin-top: .3rem;
  }

  .content .main_box .m .main_Rule .item {
    margin-top: .8rem;
  }

  .content .main_box .m .main_Rule .item ul {
    display: flex;
    align-items: center;
  }

  .content .main_box .m .main_Rule .item ul li {
    width: 30%;
    border-radius: .1rem;
    height: .8rem;
    font-size: .23rem;
    margin-right: .2rem;
  }

  .content .main_box .m .main_Rule .item .fade {
    margin-top: -.3rem;
  }

  .content .main_box .m .main_Rule .item .fade .label {
    display: block;
    width: 100%;
    padding: 1rem .3rem;
    padding-bottom: .5rem;
  }

  .content .main_box .m .main_Rule .item .fade .label div em {
    font-size: .23rem;
    line-height: 1.8;
  }

  .content .main_box .m .main_Schedule {
    margin-top: .5rem;
    padding: .5rem .3rem;
  }

  .content .main_box .m .main_Rule .item .fade .label img {
    width: 4rem;
    margin: 0 auto;
  }

  .content .main_box .m .main_Schedule ul {
    justify-content: space-between;
  }

  .content .main_box .m .main_Schedule ul li {
    width: 46%;
    margin-top: .6rem;
    margin-right: 4%;
  }

  .content .main_box .m .main_Schedule ul li:nth-child(2n) {
    margin-right: 0;
  }

  .content .main_box .m .main_Schedule ul li:nth-child(4n) {
    margin-right: 4%;
  }

  .content .main_box .m .main_Award {
    padding: .6rem 0;
  }

  .footer {
    padding: .6rem 0;
  }

  .footer .m .link {
    padding-top: .5rem;
  }

  .footer .m .link ul {
    padding: 0 .3rem;
    width: 50%;
  }

  .footer .m .link ul li a {
    font-size: .24rem;
  }

  .footer .m {
    display: flex;
    flex-wrap: wrap;
  }

  .footer .m .contact p {
    font-size: .26rem;
    line-height: .32rem;
    text-align: center;
  }

  .footer .m .contact div {
    justify-content: center;
    margin-top: .3rem;
  }

  .footer .m .contact div img {
    width: .4rem;
  }

  .footer .m .contact div span {
    font-size: .22rem;
  }

  .footer .m .code {
    justify-content: center;
    margin-top: .5rem;
  }





  .footer .m .code div span {
    font-size: .22rem;
  }

  .content .main_box .m .main_Award .box {
    padding: .5rem .3rem;
    background-size: 2rem;
    margin-top: .5rem;
    background-position: bottom right;
  }

  .content .main_box .m .main_Award .box .grow div {
    margin-bottom: .3rem;
  }

  .content .main_box .m .main_Schedule ul {
    margin-top: .4rem;
  }

  .content .main_box .m .main_Award .box .grow div p {
    font-size: .3rem;
  }

  .content .main_box .m .main_Award .box .grow div span {
    font-size: .22rem;
    line-height: 1.8;
  }

  .content .main_box .m .main_Schedule ul li .icon span {
    font-size: .28rem;
  }

  .content .main_box .m .main_Schedule ul li .font {
    border-radius: .1rem;
    padding: .3rem;
  }

  .content .main_box .m .main_Schedule ul li .font span {
    font-size: .22rem;
    padding: .1rem 0;
    padding-left: .3rem;
  }

  .content .main_box .m .main_Schedule ul li:nth-child(4n) {
    margin-right: 0;
  }

  .content .main_box .m .main_Schedule ul li .font span::after {
    width: .14rem;
    height: .14rem;
    top: .2rem;
  }

  .content .main_box .m .main_Schedule ul li .w {
    width: 1.4rem;
    height: .66rem;
    left: -.2rem;
    top: -.3rem;
  }

  .content .main_box .m .main_Schedule ul li .w span {
    font-size: .26rem;
  }

  .content .main_box .m .main_Rule .item .fade .label div {
    width: 100%;
    margin-top: .5rem;
  }

  .content .main_box .m .main_Rule .item .fade .label div span {
    font-size: .23rem;
    line-height: 1.8;
  }

  .content .main_box .m .main_requirements .main_time span {
    font-size: .22rem;
    line-height: 1.8;
  }

  .content .tong_title1 {
    margin-bottom: .4rem;
  }

  .content .main_box .m .main_requirements .main_type span {
    font-size: .22rem;
    line-height: 1.8;
  }

  .content .tong_title1::after {
    width: 2rem;
    height: .06rem;
    left: -.1rem;
  }

  .content .tong_title1 p {
    font-size: .3rem;
  }

  .content .main_box .m .main_requirements ul li img {
    width: 1.5rem;
    margin-bottom: .3rem;
  }

  .content .main_box .m .main_requirements ul li .font {
    margin-bottom: .3rem;
  }

  .content .main_box .m .main_requirements ul li .font p {
    font-size: .28rem;
  }

  .content .main_box .m .main_requirements ul li .font::after {
    width: 1.5rem;
    height: .06rem;
  }

  .content .main_box .m .main_requirements ul li span {
    font-size: .2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.6;
  }

  .content .main_box .m .main_mb .box {
    padding: .2rem;
  }

  .content .main_box .m .main_mb .box .label .font p {
    font-size: .3rem;
  }

  .content .main_box .m .main_mb .box .label .font::after {
    width: 1.8rem;
    height: .06rem;
  }

  .content .main_box .m .main_mb .box .label span {
    font-size: .22rem;
    line-height: 1.8;
  }

  .content .main_box .m .main_mb .box .label {
    padding: 0 10%;
  }

  .mobile_fade {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 999;
  }

  .mobile_fade .box {
    width: 100%;
    height: calc(100vh - 1rem);
    position: absolute;
    left: 0;
    top: -100vh;
    background: #fff;
  }

  .mobile_fade .box ul {
    overflow: auto;
    height: 100%;
    padding: 0 .3rem;
  }

  .mobile_fade .box ul .users {
    overflow: hidden;
    padding-top: .3rem;
  }

  .mobile_fade .box ul .users p {
    color: #5F5DEE;
    font-weight: bold;
    font-size: .3rem;
    text-align: center;
    margin-bottom: .3rem;
  }

  .mobile_fade .box ul .users>a {
    display: block;
    text-align: center;
    color: #000;
    font-size: .33rem;
    font-weight: bold;
  }

  .mobile_fade .box ul .users div {
    overflow: hidden;
    margin-top: .3rem;
  }

  .mobile_fade .box ul .users div a {
    display: block;
    line-height: .6rem;
    border-bottom: 1px solid #F2F2FA;
    font-size: .26rem;
    color: #333;
  }

  .mobile_fade .box ul li {
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
  }

  .mobile_fade .box ul li span {
    height: .8rem;
    display: flex;
    align-items: center;
    font-size: .3rem;
    justify-content: space-between;
  }

  .mobile_fade .box ul li span.on img {
    transform: rotate(90deg);
  }

  .mobile_fade .box ul li span a {
    font-size: .3rem;
    color: #000;
    height: 100%;
    display: flex;
    align-items: center;
    width: 90%;
  }

  .mobile_fade .box ul li span img {
    width: .65rem;
    transition: all .2s;
  }

  .mobile_fade .box ul li.on span a {
    color: #5F5DEE;
    font-weight: bold;
  }

  .mobile_fade .box ul li div {
    overflow: hidden;
    width: 100%;
    display: none;
  }

  .mobile_fade .box ul li div a {
    display: flex;
    align-items: center;
    font-size: .26rem;
    color: #333;
    height: .8rem;
  }

  .content .banner_info .m .grow .btn a {
    margin: 0 .15rem;
    font-size: .26rem;
  }

  .menu-icon-dt {
    display: block;
    width: .5rem;
    position: absolute;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .content .header .m {
    padding-right: 1rem !important;
  }

  .main_up_box .m .notices  {
    /* width: 6.9rem; */
    height: .7rem;
    left: 50%;
    bottom:-2rem;
    border-radius: 0.1rem;
  }

  .button-group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }

  .button-group a {
    /* margin-left: 0 !important; */
    padding: .1rem;
    margin-top: .2rem;
    width: 33%;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .up_box{
    padding: .5rem;
  }

  .button-group a button {
    margin-left: 0 !important;
    margin-top: 0;
  }

  .bn2 {

    width: 80%;
  }

  .main_up_box .m .notices  .mySwiper6 .swiper-slide a {
    background: none;
  }

  .content .banner {
    background-size: 400%;
    background-position: center 0;
    background-repeat: no-repeat;
  }

  .btn-gp {
    flex-wrap: wrap;

  }




  .content .main_box .m .main_requirements .box {
    flex-wrap: wrap;
    padding: .5rem;
  }

  .content .main_box .m .main_requirements .box .flex-col {
    width: 100%;
  }

  .content .main_box .m .main_requirements .box .line {
    height: 1px;
    width: 100%;
    min-height: 1px;
    margin: 15px 0;
  }

  .mySwiper2 .swiper-slide .sw_title {
    font-size: .3rem;
    padding: .1rem;
  }

  .content .main_box .m .main_mb .tab-box p {
    font-size: .30rem;
  }

  .content .main_box .m .main_mb .tab-box {
    padding:0  0.2rem ;
    width: 100%;
  }

  .main_zhedie {
    padding: .3rem;
  }

  .main_system img {
    width: 3.5rem;
  }

  .w-3t5 {
    width: 100%;
    padding-bottom: 2rem;
  }
  .need_konw {
    padding: .2rem;
  }

  .content .main_box .m .main_system {
    padding: .2rem .4rem;
  }

  .content .main_box .m .main_Rule .pri-item {
    padding: .2rem;
    max-width: 100%;
  }

  .main_Rule .at-u {
    flex-wrap: wrap;
  }

  .main_Rule .pri-item img {
    width: 1rem;
  }

  .content .main_box .m .main_Rule .pri-item ul li {
    font-size: .3rem;
  }

  .content .main_box .m .main_Rule .ml-20 {
    margin-left: 0;
    margin-top: .3rem;
    word-break: break-all;
  }

  .main_Rule .wp li span {
    font-size: .3rem;
  }

  .main_Rule .wp li .icon_box {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
  }

  .main_Rule .wp li {
    max-width: 100%;
  }
  .competition{
    width: 100%;
  }

  .content .main_box .m .main_Schedule ul {
    flex-wrap: wrap;
  }

  .content .main_box .m .main_Schedule ul li {
    width: 100%;
  }



  .content .main_box .m .main_Award img:nth-child(2n+1) {
    margin-left: 0;
  }
  .content .header .m .isuser{
    display: none;
  }
  .content .main_box .m .main_mb .tab-box .active{
    border-radius: 6px;
    background: #17EDF6;

  }

  .content .main_box .m .main_mb .tab-box .active::after{
    display: none;
  }
  .content .main_box .m .main_mb .tab-box p:hover::after{
    display: none;
  }
  .content .main_box .m .main_mb .tab-box p{
    text-align: center;
  }
  .main_up_box .m .notices .mySwiper6 {
    max-width: 80%;
    overflow: hidden;
  }
  .main_up_box .m .notices a{
    margin-right: -0;
  }
  .main_up_box .m .notices{
    padding: 0 5px;
  }
  .main_up_box .m .notices .mySwiper6 .swiper-slide a{
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .main_up_box .m .notices .mySwiper6 .swiper-slide{
    display: flex;
    align-items: center;

  }
  .content .banner .m{
    padding: 20px 20px 20px 20px;
  }
  .content .banner{
    background-position: -420px 60px;
  }
  .content .main_box .m .main_mb .box .la-label{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main_systemT .w-3t5{
    padding-bottom: 220px;
  }
  .main_systemT img{
    bottom: 0;
  }
}
@media  (max-width:1000px) and (min-width:601px){
  .content .banner .m {
    flex-direction: row;
    align-items: start;
    height: calc(100% - .4rem);
    margin-top: .4rem;
    background-image: url(../imageT/竖图.jpg);
  }

}
@media (max-width:600px){



  .content .main_box .m .main_mb .tab-box p:nth-child(1){
    max-width: 65px;
  }
  .content .main_box .m .main_mb .tab-box p:nth-child(2){
    max-width: 62px;
  }
  .content .main_box .m .main_mb .tab-box p:nth-child(3){
    max-width: 120px;
  }
  .content .main_box .m .main_mb .box p{
    font-size: 13px;
  }
  .content .main_box .m .main_system p{
    text-align: justify;
    font-size: 14px;
  }
  .main_dt_box p{
    padding: 5px;
    font-size: 14px;
  }
  .content .main_box .m .main_Schedule ul li .bg-pl{
    padding-bottom: 20px;
  }

}
@media (max-width:375px){
  .button-group a button{
    font-size: 15px;
  }

}

.jp-form li div {
  #font-weight: bold;
}

.jp-form {
  background: #E0FFFD;
}

.jp-form li {
  display: flex;
  text-align: center;
  line-height: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}

.jp-form li:nth-child(2n+1) {
  background: linear-gradient(to right, #FBFBFB, #C0FEFB);
}

.jp-header {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin: 20px auto;
}



.addfh {
  background: linear-gradient(180deg, #28EEEB 0%, #82F7AD 100%);
  width: .15rem;
  height: .15rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .15rem;
  margin: auto 0;
  flex-shrink:0 ;
}

.item-pr {
  width: 28%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item-pr img {
  max-width: 150px;
  width: 100%;
}

.item-pr span {
  font-size: 16px;
  #font-weight: 700;
  text-align: center;
  transform: translate(0,0);
}


.pc_jiang {
  width: 800px;
}


@media (max-width:750px) {


.content .banner {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-image: url(../imageT/竖图.jpg);
  background-size: 100% auto; /* 宽度缩小到90%，高度按比例 */
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: -190px;
}

.cx-gp {
  margin-top: 23px;
  width: 67%;
}
.cx-gp a{
  width: 50%;
}

.competition{
  width: 100%;
  margin-left: 120px;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

  .pc_jiang {
  
}

  .addfh {
    width: 20px;
    height: 20px;
    font-size: 18px;
  }

  .item-pr span {
      font-size: 12px;
      bottom: 0;
      white-space: nowrap;
      transform: translate(0, -5px);
  }

  .item-pr img {
      max-width: 80px;
      max-height: 80px;
  }
}

/*# sourceMappingURL=css.css.map */