* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #333;
}

html,body{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
}

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: 120px;
    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;
    text-align: center;
}

.navBar li,.navBar li a {
    width: 150px;
    height: 120px;
    line-height: 120px;
    display: inline-block;
}
.navBar li{
    margin: 0 3px;
}
.navBar li:nth-last-child(1){
    margin: 0px 0 0 3px;
}
.navBar li a.alive,.navBar li a:hover {
    color: #333333;
    /* 金渐变 */
    background: linear-gradient(180deg, rgba(255, 218, 122, 0) 25%, #FFBC36 100%);
}

.footer {}

.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;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}
.content{
    background: linear-gradient(180deg, #FFBC36 4.17%, rgba(255, 218, 122, 0) 100%);
}
.contentCont {
    padding: 80px 0 160px;
    display: flex;
}

.contentCont_left {
    width: 310px;
    margin-right: 20px;
}

.contentCont_left h5 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    /* 棕色 */
    color: #874A13;
}

.kinds {
    padding-top: 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    /* identical to box height, or 30px */
    /* 棕色 */
    color: #874A13;
    margin-bottom: 72px;
}
.kinds li{
    margin-top: 20px;
}
.kinds li a {
    color: #874A13;
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.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{
    width: 890px;
}
.contentCont_right h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #333333;
}
.contentCont_right .short-line{
    background: #FFFFFF;
    margin: 14px 0 20px;
}
.contentCont_rightCont {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    /* or 30px */
    color: #333333;
}

.contentCont_rightCont p {
    color: #333333;
}

.contentCont_rightCont h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    /* or 30px */
    color: #333333;
}

.dlg{
    display: inline-block;
}

.short-line{
    width: 158px;
    height: 3px;
    /* 金 */
    background: #FFDA7A;
    margin: 0 auto;
}

/* 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;
}

.top_ba {
    position: relative;
    font-size: 12px;
    width: 220px;
    text-align: left;
}
