.details-holders {
    position: relative;
    padding: 60px 80px;
    border-radius: 20px;
    background-color: #fff;
    font-size: 18px;
    text-align: left;
}

.act-top{
    height: 150px;
    width: 100%;
}

.act-product{
    height: 300px;
    width: 100%;
}

.act-product-box {
    margin-left: 10%;
    margin-right: 10%;
}

.act-product-sbox {
    float: left;
    height: 100%;
    width: calc((100% - 12px) / 4);
    border: 2px solid #ebf0fc;
    background: linear-gradient(0deg,#fff,#fff);
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
}

.money{
    color: red;
}

.big-act-box{
    text-align: left !important;
    width: 100%;
}

.big-act span{
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 38px;
    font-family: inherit;
    font-style: normal;
}

.container .row .col-md-6 .big-act-box .big-act p{
    color: #fff !important;
    line-height: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    border-left: 10px solid #fcbc0b;
    padding-left: 14px;
    margin-top: 30px !important;
    border-radius: 1px !important;
}
.act-top-bbox{
    text-align: center;
    margin-left: 12.5%;
    width: 1240px;
    height: 120px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 2px 24px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 2px 24px 0 rgb(0 0 0 / 8%);
}
.act-top-sbox{
    padding-top: 40px;
    height: 127px;
    width: 300px;
    float: left;

}
.act-top-bbox a:hover {
    color: skyblue;
}
.act-miaosha {
    text-align: center;
    font-size: 50px;
    color:Orange;
    font-weight: 1000;
    margin-bottom: 15px;
}


/* 顶部活动横条 */
.act-top {
    padding: 20px 0;
    border-top: 1px solid #f0e0d2;
}

.act-top-bbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 15px;
}

.act-top-sbox {
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    width: 230px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.act-top-sbox:hover {
    transform: translateY(-5px);
}

.act-top-sbox p {
    font-weight: bold;
    font-size: 16px;
    color: #ff5722;
}

.act-top-sbox span {
    font-size: 13px;
    color: #666;
    display: block;
    margin-top: 8px;
}

/* 秒杀标题 */
.act-miaosha {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #e91e63;
    padding: 30px 0 15px;
    background: #fff;
}

/* 产品展示 */
.act-product-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 0 15px 40px;
}

.act-product-sbox {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    width: calc(25% - 15px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.act-product-sbox:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.act-product-sbox h5 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.act-product-sbox p {
    margin: 5px 0;
    font-size: 14px;
    color: #555;
}

.act-product-sbox .money {
    font-size: 20px;
    font-weight: bold;
    color: #ff5722;
    margin-top: 8px;
}

.act-product-sbox a {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 16px;
    background-color: #ff5722;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.act-product-sbox a:hover {
    background-color: #e64a19;
}

/* 承诺区块 */
#more-features {
    background: #f8f9fa;
    padding: 100px 0;
}

.row-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
}

.row-subtitle {
    font-size: 16px;
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}

.mfeature-box {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.mfeature-icon {
    font-size: 30px;
    color: #ff9800;
    margin-bottom: 10px;
}

.mfeature-title {
    font-weight: bold;
    color: #333;
    font-size: 16px;
    margin-bottom: 8px;
}

.mfeature-details {
    color: #666;
    font-size: 14px;
}

