.shopclass {
    top: -80px;
    position: relative;
    z-index: 50;
}

.page-main {
    color: #f5f5f5;
    background-color: #f7f7f7;
    margin-top: -80px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    min-width: 1235px;
    padding-top: 20px
}
.container .home-brick-box:last-child {
    margin-bottom: 90px;
}
.home-brick-box {
    /*margin-top: -70px;*/

}
.box-hd {
    position: relative;
    height: 58px;
    -webkit-font-smoothing: antialiased;
}

.box-hd .title {
    padding-left: 14px;
    font-size: 22px;
    font-weight: 200;
    line-height: 58px;
    color: #333;
    user-select: none;
}

.box-bd {
    /*height: 400px;*/
}

.row {
    margin-left: 14px;
}

.span16 {
    width: 100%;
}

.brick-list {
    width: 100%;
    list-style: none;
}

.brick-item-m-2 {
    padding: 0;
}

.brick-item {
    position: relative;
    z-index: 1;
    float: left;
    width: 380px;
    height: 335px;
    margin-left: 20px;
    margin-bottom: 14px;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    color: black;
    border: solid 1px #ffffff;

}

.brick-item:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0 0 0 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    border: solid 1px #1677ff;
    cursor: pointer;
}

.brick-item .aclass:hover {
    color: white;
}
.belowfont {
    text-align: center;
    height: 40px;
    padding: 10px;
}

.prudctfont {
    width: 95%;
    color: #282828;
    font-size: 12px;
    user-select: none;
}
.img-responsive-2 {
    width: 300px !important;
}
.textfontclass {
    color: #898989;
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 4px;
}
.producttitle {
    margin-top: 22px;
}
.producttitle p:nth-of-type(1) {
    font-size: 18px;
}
.moneyclass {
    color: #cf0a2c;
    display: flex;
    justify-content: center;
    margin-top: 16px;
    align-items: center;
}
.moneyclass p:nth-of-type(1){
    font-size: 14px;
}
.moneyclass p:nth-of-type(2){
    font-size: 22px;
    margin-left: 2px;
}
@media (max-width:425px) {
    .shopclass {
        top: 0;
    }
    .page-main {
        margin-top: 0;
    }
    .hover {
        width: 320px !important;
    }
    .container {
        min-width: 360px;
        width: 360px;
        margin-left: 6%;
        padding-top: 20px
    }
    .brick-item {
        margin-left: 0px;
        width: 320px;
    }
    .row {
        margin-left: 10px;
    }
}

@media (max-width:375px) {
    .container {
        margin-left: 1%;
    }
}
