@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background: #FFF7ED;
    overflow-x: hidden;

}

#activityMain .top-banner>img {
    width: 100%;
    display: block;


}

#activityMain .mainBox {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 100px;
}

#activityMain .marT17 {
    margin-top: 17px !important;
}

#activityMain .mainBox .cardOut {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#activityMain .mainBox .cardOut .oCard {
    width: 285px;
    height: 95px;
    position: relative;
    padding-top: 60px;
    padding-left: 20px;
    padding-bottom: 8px;
    cursor: pointer;
}

#activityMain .mainBox .cardOut .oCard>p {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 350;
    font-size: 12px;
    color: #333333;
    line-height: 18px;
    z-index: 10;
}

#activityMain .mainBox .cardOut .oCard>p>span {
    color: #BB4D11;
}

#activityMain .mainBox .cardOut .oCard>img {
    width: 150px;
    height: 110px;
    position: absolute;
    right: -20px;
    top: -34px;
    transition: all 0.3s ease;
}

#activityMain .mainBox .cardOut .oCard:hover {
    box-shadow: 0px 4px 10px 0px rgba(249, 137, 0, 0.59);
    border-radius: 10px;
}

#activityMain .mainBox .cardOut .oCard:hover>img {
    top: -62px;
}

#activityMain .mainBox .cardOut .oCard>.lBtn {
    width: 100px;
    height: 30px;
    background: linear-gradient(180deg, #F9803E 0%, #FF4D00 100%);
    box-shadow: inset 0px -2px 5px 0px rgba(255, 255, 255, 0.7);
    border-radius: 18px 18px 18px 18px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 700;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: absolute;
    right: 8px;
    bottom: 18px;
    display: none;
}

#activityMain .mainBox .cardOut .oCard:hover>.lBtn {
    display: block;
}

#activityMain .mainBox .cardOut .bgImg1 {
    background-image: url(/static/v2/img/activeArea/activeArea1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#activityMain .mainBox .cardOut .bgImg2 {
    background-image: url(/static/v2/img/activeArea/activeArea2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#activityMain .mainBox .cardOut .bgImg3 {
    background-image: url(/static/v2/img/activeArea/activeArea3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#activityMain .mainBox .cardOut .bgImg4 {
    background-image: url(/static/v2/img/activeArea/activeArea4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#activityMain .mainBox .lineImg {
    margin-top: 40px;
    width: 100vw;
    height: 40px;
}

#activityMain .mainBox .lineImg::before {
    display: block;
    content: "";
    width: 100vw;
    height: 40px;
    background-image: url(/static/v2/img/activeArea/activeArea9.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#activityMain .mainBox .iTitle {
    display: block;
    margin: 63px auto 0;
    width: 387px;
    height: 114px;
}

#activityMain .mainBox .hotBox {
    padding-top: 1px;
    margin-top: 26px;
    width: 100%;
    height: 577px;
}

#activityMain .mainBox .hotBox::before {
    display: block;
    content: "";
    width: 100vw;
    height: 577px;
    background-image: url(/static/v2/img/activeArea/activeArea10.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -10;
}

#activityMain .mainBox .hotOut {
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
}

#activityMain .mainBox .hotOut>.leftBox {
    width: 390px;
}

#activityMain .mainBox .hotOut>.rightBox {
    width: 810px;
    display: flex;
    flex-wrap: wrap;
}

#activityMain .mainBox .hotOut>.rightBox .hCard {
    margin-left: 15px;
}

#activityMain .mainBox .hotOut .hCard {
    width: 390px;
    height: 145px;
    background: #FFF8E4;
    border-radius: 10px 10px 10px 10px;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;

}



#activityMain .mainBox .hotOut .hCard .title {
    display: inline-block;
    position: relative;
}

#activityMain .mainBox .hotOut .hCard .title>p {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    position: relative;
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#activityMain .mainBox .hotOut .hsty1 .title>p {
    max-width: 250px;
}

#activityMain .mainBox .hotOut .hCard .title::after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/static/v2/img/activeArea/activeArea12.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}

#activityMain .mainBox .hotOut .hCard>p {
    max-width: 236px;
    margin-top: 10px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;

}

#activityMain .mainBox .hotOut .hsty1>p {
    max-width: 350px;

}

#activityMain .mainBox .hotOut .hCard>.lookBtn {
    width: 100px;
    height: 30px;
    background: linear-gradient(180deg, #F9803E 0%, #FF4D00 100%);
    box-shadow: inset 0px -2px 5px 0px rgba(255, 255, 255, 0.7);
    border-radius: 6px 6px 6px 6px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 20px;
    bottom: 50px;
}


#activityMain .mainBox .hotOut .hCard>.tag {
    padding-top: 16px;

}

#activityMain .mainBox .hotOut .hCard>.tag>p {
    margin-top: 10px;
    position: relative;
    padding-left: 14px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 17px;
}

#activityMain .mainBox .hotOut .hCard>.tag>p:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    /* 反向旋转45度，使之恢复水平状态 */
    background-color: #FB6D27;
    /* 继承父元素的背景色 */
}

#activityMain .mainBox .hotOut .hCard:hover {
    box-shadow: 0px 4px 10px 0px rgba(249, 137, 0, 0.59);
    transform: translateY(-10px);
}

#activityMain .mainBox .hotOut .hCard .lookDetail {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 13px;
    color: #FB6D27;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    margin-top: 34px;
}

#activityMain .mainBox .hotOut .hCard .lookDetail::after {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(/static/v2/img/activeArea/activeArea13.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 4px;
}

#activityMain .mainBox .hotOut .hsty1 {
    border-radius: 0px;
    height: 310px;
}

#activityMain .mainBox .hotOut .hCard>img {
    width: 120px;
    height: 120px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

#activityMain .mainBox .hotOut .hsty1>img {
    width: 160px;
    height: 160px;
    position: absolute;
    right: 12px;
    bottom: 20px;
}

#activityMain .mainBox .hotOut .hsty1 .title>p {
    font-size: 16px;
    line-height: 24px;
}

#activityMain .mainBox .hotOut .hsty1>p {
    font-size: 14px;
    line-height: 18px;
}

#activityMain .mainBox .activeBox {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 11px;
}

#activityMain .mainBox .activeBox .aCard {
    width: 390px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
}

#activityMain .mainBox .activeBox .aCard>img {
    width: 100%;
    height: 142px;
    border-radius: 10px 10px 0px 0px;
}

#activityMain .mainBox .activeBox .aCard>.content {
    padding: 20px;
}


#activityMain .mainBox .activeBox .aCard>.content .title {
    display: inline-block;
    position: relative;
}

#activityMain .mainBox .activeBox .aCard>.content .title>p {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#activityMain .mainBox .activeBox .aCard>.content .hot>p::after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/static/v2/img/activeArea/activeArea12.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}

#activityMain .mainBox .activeBox .aCard>.content>p {
    margin-top: 12px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 350;
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#activityMain .mainBox .activeBox .aCard>.content .tagBox {
    display: inline-flex;
    margin-top: 12px;
    gap: 15px;
}

#activityMain .mainBox .activeBox .aCard>.content .tagBox .atag {
    display: inline-flex;
    background: #FDE6CF;
    border-radius: 9px 9px 9px 9px;
    border: 1px solid #FF7B00;
    padding: 0 8px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 350;
    font-size: 12px;
    color: #FF7B00;
    line-height: 18px;
    text-align: center;
}

#activityMain .mainBox .activeBox .aCard>.content .bottomBox {
    margin-top: 19px;
    width: 350px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

#activityMain .mainBox .activeBox .aCard>.content .bottomBox .time {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: #666970;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#activityMain .mainBox .activeBox .aCard>.content .bottomBox .time::before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(/static/v2/img/activeArea/activeArea14.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}

#activityMain .mainBox .activeBox .aCard>.content .bottomBox .btn {
    width: 100px;
    height: 30px;
    background: linear-gradient(180deg, #F9803E 0%, #FF4D00 100%);
    box-shadow: inset 0px -2px 5px 0px rgba(255, 255, 255, 0.7);
    border-radius: 18px 18px 18px 18px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    display: none;
}

#activityMain .mainBox .activeBox .aCard:hover>.content .bottomBox .btn {
    display: block;
}