* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #333;
}

input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    padding-left: 30px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    outline: none;
}

input::-webkit-input-placeholder {
    color: #666;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}

a:hover {
    color: #FF9C00;
}

.alive {
    color: #FF9C00;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.nav {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    background: url(../images/index/logo.png) no-repeat center;
    background-size: contain;
    width: 196px;
    height: 53px;
}

.navBar {
    float: right;
    display: flex;
    align-items: center;
}

.navBar li {
    padding: 0 20px;
}

.navBar li:hover .pop {
    display: block;
}

.pop {
    position: absolute;
    z-index: 100;
    padding: 0 10px;
    display: none;
}

.pop li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background-color: #f5f5f5;
}

.pop span {
    display: inline-block;
    padding: 0;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent red transparent;
}

.footer {}

.footerTop {
    height: 300px;
    background: rgba(0, 0, 0, .5);
}

.footerP1 {
    display: flex;
    justify-content: space-between;
}

.footerTop_p1 {
    margin-right: 110px;
}

.footerTop_p1Title,
.footerTop_p2Title,
.footerTop_p3Title {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 104px;
}

.footerTop_p1 p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #C9C9C9;
    line-height: 24px;
}

.footerTop_p1 span {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FF9C00;
    line-height: 54px;
    cursor: pointer;
}

.footerTop_p2 {
    margin-right: 110px;
}

.footerTop_p2 p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 32px;
}

.footerTop_p2 p a {
    color: #C9C9C9;
}

.footerTop_p2 p a:hover {
    color: #FF9C00;
}

.footerTop_p3 ul {
    display: flex;
    justify-content: center;
}

.footerTop_p3 ul li {
    width: 124px;
    height: 124px;
    margin-right: 10px;
}

.footerTop_p3 ul li:nth-child(1) {
    background: url(../images/index/website1.png) no-repeat center;
}

.footerTop_p3 ul li:nth-child(2) {
    background: url(../images/index/website2.png) no-repeat center;
}

.footerTop_p3 ul li:nth-child(3) {
    background: url(../images/index/website3.png) no-repeat center;
}

.footerBottom {
    padding: 40px 0;
    background: rgba(0, 0, 0, .9);
    text-align: center;
    color: #C9C9C9;
}

.ba {
    width: 1200px;
    margin: 0 auto;
    color: #C9C9C9;
}

.ba a,
.ba p {
    color: #C9C9C9;
}

.contentTitle {
    height: 200px;
    background: #1D2E37;
    text-align: center;
    font-size: 38px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 200px;
    color: #fff;
}

.contentTitle span {
    color: #FF9C00;
}

.contentCont {
    padding: 80px 0 160px;
    display: flex;
}

.contentCont_left {
    width: 310px;
    margin-right: 20px;
}

.contentCont_left h5 {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
}

.kinds {
    padding-top: 30px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 72px;
}

.kinds li a {
    color: #FF9C00;
}

.activity {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.activity li {
    margin-right: 8px;
    text-align: center;
}

.activity li img {
    width: 94px;
    height: 94px;
}

.activity li p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}

.activity li p:nth-child(3) {
    color: #FF9C00;
}

.contentCont_right h3 {
    font-size: 38px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}

.contentCont_rightCont {
    padding-top: 40px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 27px;
}

.contentCont_rightCont p {
    color: #666;
}

.contentCont_rightCont h6 {
    color: #333;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 27px;
}

.dlg{
    display: inline-block;
}

/* RULES */
.rules {
    display: none;
    position: relative;
}
.rules__close {
    position: absolute;
    right: -20px;
    top: -20px;
    background: url(../images/rules/close.854b1253.png) center no-repeat;
    background-size: 60%;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.rules__container {
    padding: 2.55208333333vw;
    width: 62.5vw;
    height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    background-color: #ffffff;
}
.rules__title--pc {
    display: block;
    width: 7.03125vw;
    height: 1.875vw;
    margin: 0 auto 1.40625vw;
}

.rules__title--mobile {
    display: block;
    width: 18.7037vw;
    height: 4.81481vw;
    margin: 9.16666vw auto 5.5555vw;
}

.rules__p {
    line-height: 1.5;
    font-size: 1.14583vw;
    font-family: var(--font-light);
    font-weight: 400;
    color: #666666;
    letter-spacing: 0;
}
.rules__p .time {
    margin-bottom: 0.98958vw;
    color: var(--color-highlight);
    font-family: var(--font-regular);
    line-height: 0;
}
.rules__p-label {
    display: inline-block;
    color: #5674ed;
    font-weight: 600;
}
.rules__img {
    width: 100%;
}
.rules__subtitle {
    height: 1.25vw;
}
.rules_mt {
    margin-top: 1.5625vw;
}