.wrapper {
    color: #000;
}

.quick-join {
    width: 150px;
    height: 150px;
    background: #006EFF;
    border-radius: 8px;
    top: 300px;
    position: fixed;
    right: 8px;
    z-index: 99;
}

.quick-join a {
    width: 150px;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    padding: 30px 0;
    cursor: pointer;
}

.qr-code {
    width: 150px;
    position: fixed;
    right: 8px;
    top: 474px;
    background: #006EFF;
    border-radius: 8px;
    z-index: 99;
}

.qr-code-inner {
    padding: 8px;
}

.qr-code-inner p {
    margin-top: 8px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 26px;
}

.siderbar-list {
    position: fixed;
    width: 112px;
    left: 8px;
    top: 300px;
    background: #E0F3FF;
    border-radius: 8px;
    z-index: 99;
    padding-top: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.siderbar-list li {
    margin: 4px 0 20px;
    text-align: center;
    cursor: pointer;
    line-height: 26px;
    font-size: 18px;
    color: #333;
    display: block;
}

.siderbar-list .siderbar-active,
.siderbar-list li:hover {
    color: #006EFF;
    font-weight: 600;
}

.banner-wrap {
    padding-top: 81px;
}

.banner {
    width: 100%;
    height: 740px;
    overflow: hidden;
    position: relative;
}

.banner img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.cmpt-intro h2,
.cmpt-info h2,
.cmpt-reward h2,
.cmpt-schedule h2,
.cmpt-register h2,.cmpt-news h2 {
    font-weight: 600;
    font-size: 48px;
    color: #000000;
    line-height: 56px;
    margin-bottom: 40px;
    text-align: center;
}

.cmpt-reward h2 {
    margin-bottom: 34px !important;
}

.cmpt-intro {
    padding-top: 50px;
}

.intro-content {
    width: 1200px;
    margin: 0 auto;
    background: #E0F3FF;
    border-radius: 12px;
}

.intro-content-inner {
    padding: 32px 24px;
}

.intro-content-inner p {
    text-align: justify;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
}

.intro-distance {
    margin-bottom: 16px;
}

.cmpt-info {
    padding-top: 120px;
}

.cmpt-list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.cmpt-list li {
    width: 584px;
    height: 668px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    background: #E0F3FF;
    position: relative;
}

.cmpt-info-wrap {
    width: 1200px;
    margin: 0 auto;
    background: #E0F3FF;
    border-radius: 12px;
    position: relative;
}

.cmpt-list-inner {
    padding: 24px;
}

.cmpt-list-inner p {
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    text-align: justify;
}

.cmpt-list-inner h3 {
    font-weight: 600;
    font-size: 28px;
    color: #006EFF;
    line-height: 36px;
    text-align: center;
    margin-bottom: 16px;
}

.cmpt-list-distance {
    margin-bottom: 16px;
}

.go-join-btn {
    margin-top: 24px;
    width: 100%;
    text-align: center;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    background: #006EFF;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
}

.go-join {
    width: 536px;
    height: 56px;
    position: absolute;
    bottom: 24px;
    /*left: 24px;
    */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: block;
    height: 56px;
    line-height: 56px;
    background: #006EFF;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.cmpt-reward {
    padding-top: 120px;
}

.reward-extra-info {
    font-weight: 600;
    font-size: 24px;
    color: #006EFF;
    line-height: 32px;
    text-align: center;
    margin-bottom: 83px;
}

.reward-rank {
    width: 1200px;
    margin: 83px auto 101px;
    /* margin: 0 auto 101px; */
    display: flex;
    justify-content: center;
}

.reward-rank-item {
    width: 410px;
    height: 234px;
    background: #E0F3FF;
    border-radius: 8px;
    position: relative;
    text-align: center;
}

.rank-title {
    width: 116px;
}

.reward-rank-item img {
    display: block;
}

.award-img {
    position: absolute;
    top: -57px;
    left: -42px;
}

.rank-title {
    width: 116px;
    margin: 42px auto 12px;
}

.reward-count {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 28px;
    margin-bottom: 24px;
}

.reward-price {
    font-weight: 600;
    font-size: 60px;
    color: #FF9300;
    line-height: 60px;
}

.reward-rank-list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.cmpt-schedule {
    padding-top: 120px;
}

.schedule-title {
    width: 385px;
    height: 55px;
    background: linear-gradient(90deg, rgba(0, 110, 255, 0) 0%, rgba(0, 110, 255, 0.16) 51%, rgba(0, 110, 255, 0) 100%);
    margin: 0 auto 127px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
    color: #006EFF;
}

.schedule-content {
    width: 1210px;
    height: 281px;
    background: url('../images/schedule-line.png') no-repeat;
    background-size: cover;
    margin: 0 auto 125px;
    position: relative;
}

.schedule-item {
    width: 262px;
    text-align: center;
    position: absolute;
}

.schedule-item h3 {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 32px;
}

.schedule-circle {
    width: 35px;
    height: 35px;
    background: url('../images/schedule-circle.png') no-repeat;
    background-size: cover;
    margin: 0 auto 24px;
}

.schedule-info {
    background: #E0F3FF;
    border-radius: 4px;
    min-height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
    color: #006EFF;
    line-height: 33px;
}

.schedule-location1 {
    left: 46px;
    top: -71px;
}

.schedule-location2 {
    left: 437px;
    top: -71px;
}

.schedule-location3 {
    right: 110px;
    top: -71px;
}

.schedule-location4 {
    left: 0;
    bottom: -124px;
}

.schedule-location4 .schedule-info {
    padding: 11px 0;
}

.schedule-location5 {
    left: 391px;
    bottom: -100px;

}

.schedule-location6 {
    right: 156px;
    bottom: -100px;
}

.cmpt-register {
    padding-top: 96px;
}

.register-content {
    width: 1200px;
    background: #E0F3FF;
    border-radius: 12px;
    text-align: center;
    padding: 40px 0;
    margin: 0 auto 120px;
}

.register-content h3 {
    font-weight: 500;
    font-size: 24px;
    color: #FF8300;
    line-height: 56px;
    margin: 0px 0 10px;
}

.register-info {
    font-size: 20px;
    color: #000000;
    line-height: 28px;
}

.register-info img {
    display: inline-block;
    vertical-align: middle;
    /* margin-right: 8px; */
}

.register-distance {
    margin-right: 32px;
}

.no-cmpt-data {
    font-size: 20px;
    line-height: 500px;
    text-align: center;
    color: #333;
}

.cmpt-link {
    margin-top: 32px;
    display: flex;
    align-items: center;
}

.cmpt-link a {
    width: 128px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 14px;
    border: 1px solid #D1D6D9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    cursor: pointer;
    font-size: 14px;
    color: #333333;
}
.cmpt-link a:hover{
    color: #006EFF;
}
.cmpt-link img{
    margin-right: 4px;
}
.cmpt-news{
    padding-top: 96px;
}
.news-list{
    width: 1200px;
    margin: 32px auto;
    display: flex;
    flex-wrap: wrap;
    gap:24px;
}
.news-item {
    width: 384px;
    background: #E0F3FF;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.news-inner{
    padding: 16px 12px;
}
.news-img img{
    border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -ms-border-radius: 12px 12px 0 0;
    -o-border-radius: 12px 12px 0 0;
}
.news-title {
    font-size: 18px;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news-date {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #999;
}
.news-date i{
    width: 12px;
    height: 12px;
    background: url('../images/news-arrow.png') no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}
.view-details {
    color: #006EFF;
    text-decoration: none;
    font-size: 14px;
}
.view-details:hover {
    text-decoration: underline;
}
.pagination {
    display: flex;
    justify-content: center;
    /* margin:0 0 60px; */
}
.pagination a {
    font-size: 14px;
    color: #565C66;
    min-width: 30px;
    min-height: 30px;
    text-decoration: none;
    border: 1px solid #ccc;
    margin: 0 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination a.active,.pagination a:hover:not(.active) {
    background-color: #006EFF;
    color: white;
    border: 1px solid #006EFF;
}
.next-img,.prev-img{
    display: inline-block;
}
.next-img,.prev-img{
    position: relative;
    width: 6px;
    height: 10px;
}
.next-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/news-next.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.prev-img::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/news-prev.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.pagination a:hover .next-img::before,.pagination a:hover .prev-img::before{
    filter: brightness(0) invert(1);
}