body{
    background: #eef4ff;
}

.public-container{
    width:1200px;
    margin:0 auto;
}

.flash-kill{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 140px;
} 

.flash-kill-text{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}    


.act-container{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.act-wrap{
    width:24%;
    height:450px;
    background: #fff;
    position: relative;
    padding: 1px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.act-wrap:hover{


}
 
@keyframes move {
    0% {
        transform: scale(1);
    }
 
    100% {
        transform: scale(1.002);
    }
}
.act-header{
    width: 100%;
    height: 300px;
    background: linear-gradient(50deg, transparent, #e4ebfe);
    background-size: contain;
    background-position: 50%;
}

.prefer{
    position: absolute;
    right: -2px;
    top: -6px;
}

.prefer-info{
    width: 100%;
    height: 105px;
    box-sizing:border-box;
    padding: 20px;
}

.prefer-info-tit{
    font-size: 20px;
    color: #030303;
}

.prefer-info-tit:hover{
    color: #001f97;
}

.prefer-info-desc{
    font-size: 10px;
    margin-top: 8px;
    color: #b3b3b3;
}

.prefer-info-area{
    display:flex;
    margin-top:12px;
}

.prefer-content {
    padding: 20px;
}
.prefer-content-item {
    height: 40px;
        display: flex;
    align-items: center;
}

.prefer-item-label {
    width: 80px;
    color: #5b6786;
    font-size: 14px;
}

.prefer-item-data {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}


.area{
    width: 70px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    background: #fff;
}

.cpu{
    width: 105px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    background: #fff;
    margin-left: 10px;
    color: #0052D9;
}


.act-footer{
    width: 100%;
    height: 190px;
    background: #fff;
    padding: 10px 20px;
}

.footer-info-area {
    display:flex;
}

.discount {
    height: 22px;
    line-height: 22px;
    box-sizing: border-box;
    padding: 0 4px;
    background-color: #ff4d00;
    font-size: 12px;
    color: #fff;
    border-radius: 2.5px;
}

.num {
    height: 22px;
    line-height: 22px;
    box-sizing: border-box;
    padding: 0 4px;
    margin-left: 4px;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #666;
    border-radius: 2.5px;
}

.footer-money {
    color:#ff4d00;
    margin-top:7px;
}

.footer-money span:nth-child(1) {
    font-size: 28px;
}

.original-price {
    color:#5b6786;
    font-size:12px;
}

.original-price span:nth-child(1) {
    text-decoration: line-through;
}

.into-buy-btn {
    background: linear-gradient(90deg,#3d88ff,#2556f2);
    color: #fff;
    text-align: center;
    cursor: pointer;
    display:block
}

.into-buy-btn:hover{
    color:#fff !important;
}

.into-buy-btn:active {
    opacity: .7;
}

.banner{
    width: 100%;
    height: 400px;
    position: relative;
    background: url('/themes/web/mccloud_tx/static/default/img/act_banner.jpg');
    background-size: 100% 100%;
}
.banner-img{
    width: 100%;
    height:100%;
}

.banner-text-news{
    position: absolute;
    left: 10%;
    top:30%;
    font-size: 42px;
    font-weight: 700;
}


.banner-text {
    position: absolute;
    top: 55%;
    left: 10%;
    font-size: 22px;
}

.import-text-yellow {
    color:#ff5c00;
}

h1{
    font-size: 26px;
}

@media screen and (max-width: 992px){
    .banner{
        margin-top: 0px;
        height: 160px;
    }
    
    .banner-text{
        font-size: 14px;
        top:60%;
        left: 5%;
    }
    
    .banner-text-news{
        position: absolute;
        left: 5%;
        top:30%;
        font-size: 22px;
        font-weight: 700;
    }
    

    
    .flash-kill{
        width:unset;
        padding: 0 25px;
        display: block;
    }
    
    h1{
    font-size: 22px;
    }
}