.wrapper {
    color: #001633;
    background: #E3EFFF;
    position: relative;
}

.quick-join-wrap {
    top: 50%;
    transform: translateY(-50%);
    position: fixed;
    right: 8px;
    z-index: 99;
}

.quick-join {
    width: 150px;
    height: 150px;
    background: #006EFF;
    border-radius: 8px;
}

.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: 410px; */
    background: #006EFF;
    border-radius: 8px;
    z-index: 99;
    margin-top: 24px;
}

.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: 235px;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(180deg, #C1DDFF 0%, #E3EFFF 100%);
    border-radius: 8px;
    /*border: 2px solid transparent;
    */
    z-index: 99;
    padding-top: 16px;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.siderbar-list::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.32));
    pointer-events: none;
    z-index: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.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: 100%;
    position: relative;
}

.banner img {
    width: 100%;
    height: 100%;
}

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

.intro-content {
    width: 1200px;
    margin: 0 auto;
}

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

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


.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;
    min-height: 352px;
}


.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,
.cmpt-info,
.cmpt-reward,
.cmpt-register,
.cmpt-news {
    padding-top: 100px;
}

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

.register-content h3 {
    font-weight: 500;
    font-size: 24px;
    color: #FF8300;
    line-height: 32px;
    margin: 0px 0 16px;
}
.register-content sup{
    font-size: 16px;
    vertical-align: super;
    line-height: 1;
}
.register-info {
    width: 698px;
    text-align: left;
    font-size: 20px;
    color: #000000;
    margin: 0 auto;
}

.register-info p {
    line-height: 28px;
    margin-bottom: 12px;
}

.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;
}

.item-common-bg {
    background: linear-gradient(180deg, rgba(193, 221, 255, 0.72) 0%, rgba(227, 239, 255, 0) 100%);
    border: 2px solid;
    border-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.32)) 2 2;
    position: relative;
    z-index: 1;
}

.cmpt-info-inner,
.intro-content-inner,
.race-info-inner {
    padding: 48px;
}

.cmpt-info-inner p {
    font-size: 20px;
    color: #001633;
    line-height: 30px;
    /* text-align: justify; */
}

.race-info-wrap {
    width: 1200px;
    margin: 0 auto;
}

.race-info-inner {
    display: flex;
}

.race-info-left {
    display: flex;
    align-items: center;
    margin-right: 32px;
}

.race-info-right p {
    font-size: 20px;
    line-height: 30px;
    /* text-align: justify; */
    margin-bottom: 24px;
}
.race-info-right b{
    display: inline-block;
    font-weight: 600;
}
.go-join {
    width: 100%;
    height: 56px;
    background: #006EFF;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 16px;
}

.go-join i {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 4px;
    background: url('../images/home/icon-arrow.png') no-repeat;
    background-size: cover;
}

.cmpt-reward-wrap {
    width: 1200px;
    margin: 0 auto;
}

.cmpt-reward-innner {
    padding: 128px 74px 60px;
}

.cmpt-reward-innner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.cmpt-reward-innner li {
    width: 320px;
    height: 338px;
    border-radius: 8px;
    border: 2px solid #FFFFFF;
    text-align: center;
}

.cmpt-reward-innner li:nth-child(1) {
    background: linear-gradient(180deg, rgba(234, 242, 254, 0.48) 0%, rgba(0, 110, 255, 0.48) 100%);
}

.cmpt-reward-innner li:nth-child(2) {
    background: linear-gradient(180deg, rgba(216, 232, 235, 0.48) 0%, rgba(0, 201, 235, 0.48) 100%);
}

.cmpt-reward-innner li:nth-child(3) {
    background: linear-gradient(180deg, rgba(245, 235, 255, 0.48) 0%, rgba(134, 0, 255, 0.48) 100%);
}

.cmpt-reward-innner .reward-img {
    margin: -68px 0 11px;
}

.cmpt-reward-innner .reward-count {
    margin: 12px 0 24px;
    font-weight: 600;
    font-size: 20px;
    color: #2C4E7A;
    line-height: 28px;
}

.cmpt-reward-innner p {
    font-weight: 600;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 60px;
}

.schedule-info-wrap {
    width: 1200px;
    margin: 0 auto;
}

.schedule-info-title {
    width: 762px;
    height: 76px;
    margin: 2px auto 56px;
}

.schedule-info-list {
    padding: 0 80px 60px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 56px;
    column-gap: 80px;
    position: relative;
}

.schedule-info-item {
    width: 200px;
    text-align: center;
}

.schedule-info-item h4 {
    font-weight: 600;
    font-size: 24px;
    color: #006EFF;
    line-height: 33px;
    margin: 8px 0 4px;
}

.schedule-info-item p {
    font-weight: 600;
    font-size: 24px;
    color: #001633;
    line-height: 33px;
}

.schedule-info-line {
    width: 161px;
    height: 6px;
    background: url('../images/home/schedule-line.png') no-repeat;
    background-size: cover;
    position: absolute;
}

.line1 {
    left: 240px;
    top: 32px;
}

.line2 {
    left: 520px;
    top: 32px;
}

.line3 {
    right: 240px;
    top: 32px;
}

.line4 {
    left: 240px;
    bottom: 205px;
}

.decorate-img1,
.decorate-img2,
.decorate-img3 {
    position: absolute;
}

.decorate-img1 {
    width: 210px;
    height: 690px;
    left: 0;
    top: 1304px;
}

.decorate-img2 {
    width: 360px;
    height: 835px;
    right: 0;
    top: 2004px;
}

.decorate-img3 {
    width: 300px;
    height: 811px;
    left: 0;
    bottom: 210px;
}
.intro-title,
.thanks-title,
.info-title,
.prize-title,
.schedule-title,
.register-title {
    margin: 0 auto 12px;
}

.intro-title {
    width: 937px;
}

.thanks-title {
    width: 576px;
}

.info-title {
    width: 749px;
}

.prize-title {
    width: 1132px;
}

.schedule-title {
    width: 695px;
}

.register-title {
    width: 834px;
}