.wrapper {
    color: #000;
}

.qr-code {
    width: 150px;
    position: fixed;
    right: 8px;
    top: 300px;
    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 {
    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 {
    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;
}