.head-img{
    width: 100%;
    height: auto;
}
.rules-background{
    position: relative;
    padding: 60px 0;
}
.rules-background-blur{
    background: linear-gradient(180deg, rgba(108, 20, 197, 1) 0%, rgba(108, 20, 197, 0.08) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    filter: blur(50px);
    z-index: -1;
}
.rules-box{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 12px;
}
.rules-title{
    text-align: center;
    font-size: 36px;
    color: white;
    margin-bottom: 30px;
}
.rules-msg{
    text-align: center;
    font-size: 16px;
    color: rgba(224, 224, 224, 1);
    margin-bottom: 30px;
}
.rules-time{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rules-time-img{
    width: 370px;
}
.rules-time-right>div:nth-child(1){
    text-align: right;
    font-size: 16px;
    color: rgba(245, 245, 245, 1);
    margin-bottom: 10px;
}
.rules-time-box{
    display: flex;
    align-items: center;
}
.rules-time-number{
    border-radius: 2px;
    padding: 3px 7px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background: rgba(110, 55, 170, 1);
}
.rules-time-number2{
    background: rgba(130, 53, 204, 1);
}
.rules-time-text{
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    margin-left: 12px;
}
.rule-tips{
    text-indent: 30px;
    font-size: 15px;
    color: rgba(104, 18, 210, 1);
    margin-bottom: 42px;
}
.rule-details-background{
    border-radius: 6px 6px 0px 0px;
    background: linear-gradient(180deg, rgba(108, 20, 197, 1) 0%, rgba(108, 20, 197, 0.08) 100%);
    /* border: 1px solid rgba(255, 255, 255, 1); */
    padding-bottom: 50px;
}
.rule-details-box{
    border-radius: 6px 6px 30px 30px;
    background: rgba(110, 55, 170, 1);
    padding: 20px 20px 0 20px;
    display: flex;
    justify-content: space-between;
}
.rule-details-left{
    width: 20%;
}
.rule-details-left>div:nth-child(1){
    font-size: 24px;
    color: white;
    padding: 0 30px 6px 0;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, rgba(204, 204, 204, 1), rgba(110, 55, 170, 0.1)) 1;
    width: fit-content;
    margin-bottom: 12px;
}
.rule-details-left>div:nth-child(2){
    font-size: 15px;
    color: white;
    line-height: 22px;
    margin-bottom: 12px;
}
.rule-details-left>div:nth-child(3){
    background: linear-gradient(90deg, rgba(204, 204, 204, 1) 0%, rgba(204, 204, 204, 0) 100%);
    padding: 3px 10px;
    font-size: 14px;
    color: white;
}
.rule-details-item{
    position: relative;
    top: -42px;
    border-radius: 8px 8px 0px 0px;
    background: linear-gradient(160.77deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 61.86%, rgba(196, 160, 232, 1) 100%);
    padding: 24px 16px 16px 16px;
    width: 18%;
}
.rule-details-item>div:nth-child(1){
    font-size: 22px;
    font-weight: bold;
    color: black;
    margin-bottom: 16px;
}
.rule-details-item>div:nth-child(1) span{
    color: rgba(252, 22, 22, 1);
}
.rule-details-item>div:nth-child(2){
    color: black;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 28px;
}
.rule-details-item>div:nth-child(2) span{
    color: rgba(255, 152, 0, 0.8);
}
.rule-details-item>div:nth-child(3){
    font-size: 14px;
    color: rgba(104, 18, 210, 1);
    border-radius: 131px;
    border: 1px solid rgba(196, 160, 232, 1);
    padding: 4px 18px;
    width: fit-content;
    margin: auto;
}
.product-background{
    position: relative;
    padding: 60px 0;
}
.product-background:nth-child(2n-1) .product-background-blur{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(207, 117, 253, 0.2);
    filter: blur(45px);
    z-index: -1;
}
.product-background:nth-child(2n) .product-background-blur{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(108, 20, 197, 0.08);
    filter: blur(10px);
    z-index: -1;
}
.product-box{
    width: 1200px;
    margin: auto;
}
.product-title{
    font-size: 36px;
    font-weight: bold;
    color: rgba(68, 35, 105, 1);
    margin-bottom: 24px;
}
.product-msg{
    font-size: 16px;
    color: black;
    margin-bottom: 50px;
}
.product-contanier{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.product-item{
    position: relative;
    width: 24%;
    padding: 18px 15px 26px 15px;
    background: white;
    border-radius: 4px;
    border: 1px solid;
    margin-bottom: 16px;
}
.product-item-flexholder{
    width: 24%;
    height: 1px;
}
.product-item-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}
.product-item-msg{
    font-size: 12px;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.7);
}
.product-item-specifications{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.product-item-specifications div:nth-child(1){
    font-size: 14px;
    color: black;
    margin-right: 18px;
}
.product-item-specifications div:nth-child(2){
    flex: 1;
    padding: 8px 12px;
    background: rgba(204, 204, 204, 0.2);
    font-size: 16px;
    color: black;
}
.product-item-config{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-item-config>div{
    margin-bottom: 1px;
    width: 50%;
}
.product-item-config>div div:nth-child(1){
    font-size: 14px;
    color: #222;
    margin-bottom: 10px;
}
.product-item-config>div div:nth-child(2){
    height: 40px;
    font-size: 16px;
    color: black;
}
.product-item-price{
    font-size: 14px;
    color: black;
    margin-top: 4px;
    margin-bottom: 6px;
}
.product-item-price span{
    font-size: 28px;
    font-weight: bold;
    color: rgba(252, 22, 22, 1);
}
.product-item-origin{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: rgba(248, 160, 61, 1);
    margin-bottom: 16px;
}
.product-item-origin span:nth-child(1){
    text-decoration: line-through;
}
.product-item-origin span:nth-child(2){
    display: inline-block;
    padding: 3px 8px;
    background: linear-gradient(90deg, rgba(255, 129, 38, 1) 0%, rgba(247, 25, 25, 1) 100%);
    font-size: 12px;
    color: white;
    text-decoration: unset;
}
.product-item-buy{
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    color: white;
    cursor: pointer;
}
.product-item-buy:hover{
    opacity: .8;
}
.contact-background{
    position: relative;
    padding: 50px 0;
}
.contact-background-blur{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(360deg, rgba(108, 20, 197, 1) 0%, rgba(108, 20, 197, 0.08) 100%);
    filter: blur(30px);
    z-index: -1;
}
.contact-box{
    width: 1200px;
    height: 200px;
    padding: 30px 60px 0 60px;
    background: url('/static/img/activity/69269ad6b5e8b987e593fb7c.png') no-repeat;
    background-size: cover;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: white;
    font-weight: bold;
}
.contact-box a{
    display: inline-block;
    padding: 4px 24px;
    border-radius: 131px;
    background: linear-gradient(90deg, rgba(255, 238, 212, 1) 0%, rgba(255, 255, 255, 0.9) 45.14%, rgba(255, 223, 175, 1) 100%);
    font-size: 16px;
    color: rgba(104, 18, 210, 1);
    margin-left: 30px;
}
.area-box{
    position: relative;
    width: 1200px;
    height: 92px;
    margin: 0 auto 30px auto;
    background: url('/static/img/activity/6925765c8d23e6b152a5a823.png') no-repeat;
    background-size: cover;
}
.area-box-blur{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(108, 20, 197, 0.08);
    filter: blur(10px);
    z-index: 1;
}
.area-box-container{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 46px;
    z-index: 2;
}
.area-item{
    cursor: pointer;
    text-align: center;
}
.area-item div:nth-child(1){
    font-size: 20px;
    font-weight: bold;
    color: black;
    margin-bottom: 8px;
}
.area-item div:nth-child(2){
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
}
.area-item-active div:nth-child(1){
    color: rgba(104, 18, 210, 1);
}
.area-contanier{
    display: none;
}
.area-contanier-active{
    display: flex;
}
.area-product-config{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.area-product-config div:nth-child(1){
    width: 30px;
    font-size: 14px;
    color: black;
    margin-right: 18px;
}
.area-product-config div:nth-child(2){
    flex: 1;
    padding: 7px 12px;
    background: rgba(204, 204, 204, 0.2);
    font-size: 16px;
    color: black;
}
.area-product-discount{
    padding: 3px 8px;
    background: linear-gradient(90deg, rgba(255, 129, 38, 1) 0%, rgba(247, 25, 25, 1) 100%);
    font-size: 12px;
    color: white;
    width: fit-content;
    margin-bottom: 12px;
}
.area-product-price{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.area-product-price-now{
    width: 48%;
    padding: 10px;
    border: 1px solid rgba(252, 22, 22, 1);
    color: rgba(252, 22, 22, 1);
    font-size: 14px;
    text-align: center;
}
.area-product-price-now>div:nth-child(1){
    margin-bottom: 6px;
}
.area-product-price-now span{
    font-size: 22px;
    font-weight: bold;
}
.area-product-price-origin{
    width: 48%;
    padding: 10px;
    border: 1px solid rgba(153, 153, 153, 1);
    color: rgba(204, 204, 204, 1);
    font-size: 14px;
    text-align: center;
}
.area-product-price-origin>div:nth-child(1){
    margin-bottom: 6px;
}
.area-product-price-origin span{
    font-size: 22px;
    font-weight: bold;
}
.area-product-buy{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 0px 0px 4px 4px;
    background: linear-gradient(90deg, rgba(63, 81, 181, 0.8) 0%, rgba(2, 176, 8, 1) 100%);
    font-size: 16px;
    color: white;
}

.product-item-green{
    border-color: rgba(76, 175, 80, 1);
    box-shadow: 4px 8px 22px  rgba(76, 175, 80, 0.25);
}
.product-item-green .product-item-title{
    color: rgba(76, 175, 80, 1);
}
.product-item-green .product-item-buy{
    background: linear-gradient(90deg, rgba(34, 197, 94, 0.8) 0%, rgba(80, 0, 166, 1) 100%);
}
.product-item-blue{
    border-color: rgba(33, 150, 243, 1);
    box-shadow: 4px 8px 22px  rgba(33, 150, 243, 0.25);
}
.product-item-blue .product-item-title{
    color: rgba(33, 150, 243, 1);
}
.product-item-blue .product-item-buy{
    background: linear-gradient(90deg, rgba(33, 150, 243, 0.8) 0%, rgba(80, 0, 166, 1) 100%);
}
.product-item-orange{
    border-color: rgba(255, 152, 0, 1);
    box-shadow: 4px 8px 22px  rgba(255, 152, 0, 0.25);
}
.product-item-orange .product-item-title{
    color: rgba(255, 152, 0, 1);
}
.product-item-orange .product-item-buy{
    background: linear-gradient(90deg, rgba(255, 152, 0, 0.8) 0%, rgba(80, 0, 166, 1) 100%);
}
.product-item-purple{
    border-color: rgba(156, 39, 176, 1);
    box-shadow: 4px 8px 22px  rgba(156, 39, 176, 0.25);
}
.product-item-purple .product-item-title{
    color: rgba(156, 39, 176, 1);
}
.product-item-purple .product-item-buy{
    background: linear-gradient(90deg, rgba(139, 92, 246, 0.8) 0%, rgba(80, 0, 166, 1) 100%);
}
.product-item-sky{
    border-color: rgba(6, 182, 212, 1);
    box-shadow: 4px 7px 24px  rgba(6, 182, 212, 0.25);
}
.product-item-sky .product-item-title{
    color: rgba(6, 182, 212, 1);
}