
a:-webkit-any-link {
    color: #2C50A8;
}
.nav div{
  text-align: center;
}

body {
  margin: 0;
  background: #fff;
  font-family: PingFangSC, PingFang SC;
}
button {
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
a {
  text-decoration: none;
  cursor: pointer;
}
input {
  outline: none;
}
.main-width {
  max-width: 1600px;
  min-width: 974px;
  margin: 0 auto;
  padding: 0 25px;
}



.nav-close{
	display: none;
} 
.close{
	display: none;
}
.ellipsis-two-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient:vertical;
  height:44px;
}




.musk {
  position: fixed;
  top: 0;left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.15);
}
.regpopup{
    height: 534px!important;
}
.popup .reg {
    color: #FFFFFF;
    background: #2C50A8;
}
.popup {
    font-weight: 400;
    width: 696px;
    height: 434px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #CBCBCB;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%);
    z-index: 99999;
}
.popup .header {
  font-weight: 500;
  font-size: 28px;
  color: #FFFFFF;
  height: 72px;
  line-height: 72px;
  background: #2C50A8;
  border-radius: 12px 12px 0px 0px;
  margin-bottom: 54px;
  text-align: center;
  border-bottom: 0;
}
.popup .field {
  display: flex;
  gap: 24px;
  align-items: center;
  margin: 0 80px;
}
.popup .field + .field{
  margin-top: 60px;
}
.popup .label {
  font-size: 24px;
  color: #666666;
  line-height: 33px;
}
.popup input {
  height: 48px;
  line-height: 48px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #BEBEBE;
  padding: 8px;
  box-sizing: border-box;
  font-size: 24px;
  color: #666666; 
  flex-grow: 1;
  margin-bottom: 0px;
  width: auto;
}
.popup input::placeholder {
  color: #999999;
}
.popup .footer {
  display: flex;
  margin: 52px 144px 0;
  justify-content: space-between;
}
.popup button {
  width: 136px;
  height: 54px;
  border-radius: 12px;
  border: 1px solid #2C50A8;
  font-size: 24px;
}
.popup .cancel {
  color: #2C50A8;
  background: #fff;;
}
.popup .login {
  color: #FFFFFF;
  background: #2C50A8;
}

.popup .field2 {
    font-size: 24px;
    color: #666666;
    line-height: 33px;
    margin: 76px 0 99px;
    text-align: center;
}
.mr80 {
    margin-right: 86px;
}


.banner2{
    max-width: 1550px;
}
@media screen and (max-width: 1023px) {
  .banner2{
    max-width: 100%;
    }  
    .regpopup{
        height: 264px!important;
    }
	.mr80 {
        margin-right: 16px;
    }
	.ellipsis-two-lines {
	  height:32px;
	}
  .popup {
    width: 90%;
    height: 219px;
    border-radius: 6px;
    transform: translate(-50%, -55%);
  }
  .popup .header {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    border-radius: 6px 6px 0px 0px;
    margin-bottom: 19px;
  }
  .popup .field {
    gap: 12px;
    margin: 0 40px;
  }
  .popup .field + .field{
    margin-top: 30px;
  }
  .popup .label {
    font-size: 12px;
    line-height: 16.5px;
  }
  .popup input {
    height: 24px;
    line-height: 24px;
    padding: 4px;
    font-size: 12px;
  }
  .popup .footer {
    margin: 26px 72px 0px;
  }
  .popup button {
    width: 68px;
    height: 27px;
    border-radius: 6px;
    font-size: 12px;
  }
  .popup .field2 {
    font-size: 12px;
    line-height: 16.5px;
    margin: 38px 0 50px;
  }
}
















.ewmcode_img{
	width: 180px;
	height: 180px;
}

@media screen and (max-width: 1023px) {
	

.nav-close{
	display: block;
} 
	.ewmcode_img{
		width: 90px;
		height: 90px;
	}
  .main-width {
    min-width: 100%;
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
  }
}


.header {
  font-weight: 400;
  font-size: 18px;
  color: #2C50A8;
}

.header .wrapper {
  height: 72px;
  display: flex;
  align-items: center;
}
.header .menu-trigger {display: none;}
.header .logo-wrapper {
  width: 178px;
  height: 72px;
  margin-right: 192px;
  object-fit: contain;
  display: flex;
  align-items: center;
}

.header .logo {
  width: 178px;
}

.header .nav {
  display: flex;
  flex-grow: 1;
}
.header .nav > div {
  width: 76px;
  height: 72px;
  padding: 0 23px;
  line-height: 72px;
  cursor: pointer;
}
.header .nav .active {
  /*padding: 0 9px;*/
  background: linear-gradient( 180deg, rgba(255, 223, 211, 0.27) 0%, rgba(252, 107, 56, 0.27) 100%);
}
.header .nav .active + div {
  /*padding-left: 37px;*/
}
.header .nav div:has(+div.active) {
  /*padding-right: 37px;*/
}
.nav .home{
  width: 76px;
}
.header .nav .active {
  width: 76px;
}
.header .nav > div {
  position: relative;
}
.header .nav > div.active:hover .dropdown {
  display: block;
}
.header .nav > div:hover {
  background: linear-gradient( 180deg, rgba(255, 223, 211, 0.27) 0%, rgba(252, 107, 56, 0.27) 100%);
}
.header .nav > div:hover .dropdown {
  display: block;
}
.header .nav .dropdown:hover {
  display: block;
}
.header .nav .dropdown {
  display: none;
  position: absolute;
  top: 72px;
  left: 0;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
  width: 100%;
}
.header .nav .dropdown div {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
/* .header .nav .competition .dropdown {
  background-color: rgba(249, 162, 131, 0.27);
}
.header .nav .about .dropdown {
  background: linear-gradient( 180deg, #FFDFD3 0%, #FC6B38 100%);
} */
.header .nav .dropdown {
  background: linear-gradient( 180deg, #FFDFD3 0%, #FC6B38 100%);
}
.header .nav .dropdown .nav-close {
    display: none;
}


.header .login-btn {
  width: 82px;
  height: 31px;
  background: #FC6B38;
  border-radius: 6px;
  color: #FFFFFF;
  line-height: 31px;
}
/* .header .header-login {display: none;}  */
.header .userinfo {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
}
.header .userinfo .avatar-header {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
.header .userinfo .username-header {
  font-weight: 500;
  font-size: 18px;
  color: #FC6B38;
  line-height: 25px;
}
@media screen and (max-width: 1023px) {
  body > .header {
    height: 44px;
    border-bottom: none !important;
  }
  .header .wrapper {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .logo-wrapper {display: none;}
  .header .menu-trigger {
    display: block;
    height: 29px;
    width: 29px;
  }
  .header .nav, .header .nav .dropdown {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff !important;
    z-index: 1000;
    text-align: left;
    padding: 0;
    background-color: #fff !important;
  }
  .header .nav .dropdown .nav-close {
    display: flex;
    justify-content: space-between;
  }
  
  .close{
  	margin-left: 15px;
  	display: block;
  }
  .header .nav .active {
    padding: 0 !important;
  }
  .header .nav .active + div {
    padding-left: 0;
  }
  .header .nav div:has(+div.active) {
    padding-right: 0;
  }
  .header .nav .nav-close {
    text-align: right;
    margin-bottom: 12px;
  }
  .header .nav .nav-close > img {
    margin-top: 28px;
    margin-right: 20px;
    height: 18px;
    width: 18px;
  }
  .header .nav > div, .header .nav .dropdown div {
    height: auto;
    padding: 0;
    /* margin-left: 20px; */
    font-weight: 500;
	width: 100%;
    font-size: 16px;
    color: #2C50A8;
    line-height: 22.5px;
    margin-bottom: 18px;
  }
  .header .nav .active {
    width: auto;
    background: #fff;
  }
  .header .nav > div:hover .dropdown {
    display: none;
  }
  .header .nav .dropdown:hover {
    display: none;
  }
  .header .nav .dropdown {
    display: none;
  }
  .header .login-btn {
    width: 50px;
    height: 20px;
    border-radius: 3px;
    line-height: 20px;
    font-size: 12px;
  }
  .header .userinfo {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
  }
  .header .userinfo .avatar-header {
    width: 29px;
    height: 29px;
  }
  .header .userinfo .username-header {
    font-size: 12px;
    line-height: 25px;
    display: none;
  }
}


.footer {
	    
  color: #1C48A8;
  overflow: hidden;
}
.footer .main-width {
  height: 230px;
  display: flex;
  overflow: hidden;
}
.footer .introduce {
  width: 428px;
  margin: 10px 119px 0 0;
  flex-shrink: 1;
}
.footer .logo-wrapper {
  width: 178px;
  height: 89px;
}
.footer .logo {
  width: 178px;
}
.footer .desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.footer .group {
  flex-grow: 1;
  margin-top: 40px;
}
.footer .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 7px;
      padding-left: 0px;
      height: auto;
      color: #1C48A8;
      position: static;
}
.footer .item {
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
  margin: 0px 0;
}
.footer .item a {
  text-decoration: none;
  color: #1C48A8;
}
.footer .group-1 .item img {
  height: 16px;
  width: 16px;
  margin-right: 4px;
  vertical-align: middle;
}
.footer .group-3 {
  margin-right: -180px;
}
.footer .copyright {
  background-color: rgba(28, 72, 168, 1);
  color: #fff;
  height: 62px;
  line-height: 62px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .footer {
    margin-top: 12px;
  }
  .footer .main-width {
    display: block;
    overflow: hidden;
    height: auto;
    position: relative;
  }
  .footer .introduce {
    width: 100%;
    margin: 0;
  }
  .footer .logo-wrapper {
    width: 108px;
    height: 54px;
  }
  .footer .logo {
    width: 108px;
    margin-top: 10px;
  }
  .footer .desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 16.5px;
  }
  .footer .group {
    margin-top: 27px;
  }
  .footer .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .footer .item {
    font-size: 12px;
    line-height: 16.5px;
    margin-bottom: 16px;
  }
  .footer .item a {
    color: #1C48A8;
  }
  .footer .group-1 .item img {
    height: 16px;
    width: 16px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .footer .group-2 {
    position: absolute;
    top: 120px;
    right: 20px;
  }
  .footer .group-3 {
  }
  .footer .copyright {
    height: 31px;
    line-height: 31px;
    font-size: 10px;
    text-align: center;
    margin-top: 10px;
  }
}