.home-module .home_bram .home-title{
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 130px;
    color: #000000;
}
.home-module .home_bram .home-title .home-logo{
   text-align: center;
    padding: 5px 0;
}
.home-module .home_bram .home-title .home-logo img{
    max-width: 100%;
}
.home-module .home_bram .home-title .home-keyword{
    margin: auto;
    text-align: center;
    padding: 5px 0;
}
.home-module .home_bram .home-title .home-keyword .title{
    font-size: 34px;
    font-family: Co Headline Bd;
    font-weight: 400;
    color: #222E75;
    line-height: 34px;
    margin-top: 5px;
}
.home-module .home_bram .home-title .home-keyword .desc{
    font-size: 28px;
    font-family: HankRnd;
    font-weight: 400;
    color: #222E75;
    line-height: 32px;
    margin-top: 10px;
}
.home-module .home_bram .home-title .home-keyword .desc .red{
    font-weight: bold;
}
.home-module .home_bram .home-title .home_shebei{
    text-align: center;
    margin-top: 5px;
}
.home-module .home_bram .home-title .home_shebei img{
    max-width: 100%;
}

.home-module .home_bram .bram-categories {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 20px;
}
.home-module .home_bram .bram-categories .bram-categories-container {
    position: relative;
}

.home-module .home_bram .bram-categories a {
    display: inline-block;
    font-size: 22px;
    margin-left: 2%;
    font-family: Co Headline Bd;
    font-weight: 400;
    color: #A2304D;
    line-height: 20px;
}
.home-module .home_bram .bram-categories a:hover{
    text-decoration: none;
}
.home-module .home_bram a.selected {
    border-bottom: 3px solid;
}
.home_bram .bram-category-products .product-layout:first-child{
    margin-left: 7.5%;
}
.home_bram .bram-category-products .product-layout:last-child{
    margin-right: 0;
}
.home-module .home_bram .product-layout{
    width: 25%;
    padding-right: 0;
    margin-right: 5%;
}
.home_bram .product-layout .good-card-body-info {
    min-height: 200px;
}

/*jhm-1*/
.home_bram .product-jhm.jhm-1 .goods-title strong{
    background: linear-gradient(180deg, #3551A4, #2C8EC4, #31CDB0);
    border-radius: 0px 17px 17px 0px;
}
.home_bram .product-jhm.jhm-1 .goods-title.standard1 strong{
    background: linear-gradient(180deg, #3551A4, #2C8EC4, #31CDB0);
    border-radius: 0px 17px 17px 0px;
}
.home_bram .product-jhm.jhm-1 .button-group{
    background: linear-gradient(180deg, #3551A4, #2C8EC4, #31CDB0);
}
.home_bram .product-jhm.jhm-1 .button-group button{
    background: linear-gradient(180deg, #3551A4, #2C8EC4, #31CDB0);
    color:#fff;
}
.home_bram .product-jhm.jhm-1 .button-group button + button{
    border-left:none;
}

/*jhm-2*/
.home_bram .product-jhm.jhm-2 .goods-title strong{
    background: linear-gradient(180deg, #302589, #832A7F);
    border-radius: 0px 17px 17px 0px;
}
.home_bram .product-jhm.jhm-2 .button-group{
    background: linear-gradient(180deg, #302589, #832A7F);

}
.home_bram .product-jhm.jhm-2 .button-group button{
    background: linear-gradient(180deg, #302589, #832A7F);
    color:#fff;
}
.home_bram .product-jhm.jhm-2 .button-group button + button{
    border-left: none;
}

/*jhm-3*/
.home_bram .product-jhm.jhm-3 .goods-title strong{
    background: linear-gradient(180deg, #B93D46, #91498E);
    border-radius: 0px 17px 17px 0px;
}
.home_bram .product-jhm.jhm-3 .button-group{
    background: linear-gradient(180deg, #B93D46, #91498E);
  
}
.home_bram .product-jhm.jhm-3 .button-group button{
    background: linear-gradient(180deg, #B93D46, #91498E);
    color:#fff;
}
.home_bram .product-jhm.jhm-3 .button-group button + button{
    border-left: none;
}

@media (max-width:1800px) and (min-width:1600px){
    .home-module .home_bram .home-title .home-keyword .title {
        font-size: 32px;
        line-height: 32px;
        margin-top: 5px;
    }
    .home-module .home_bram .home-title .home-keyword .desc {
        font-size: 26px;
        line-height: 30px;
        margin-top: 10px;
    }
}
@media (max-width:1600px) and (min-width:1400px){
    .home-module .home_bram .home-title .home-logo img {
        width: 250px;
    }
    .home-module .home_bram .home-title .home-keyword .title {
        font-size: 30px;
        line-height: 30px;
        margin-top: 5px;
    }
    .home-module .home_bram .home-title .home-keyword .desc {
        font-size: 24px;
        line-height: 28px;
        margin-top: 10px;
    }
}
@media (max-width:1400px) and (min-width:1200px) {
    .home-module .home_bram .home-title .home-logo img {
        width: 250px;
    }
    .home-module .home_bram .home-title .home-keyword .title {
        font-size: 28px;
        line-height: 28px;
        margin-top: 5px;
    }
    .home-module .home_bram .home-title .home-keyword .desc {
        font-size: 22px;
        line-height: 26px;
        margin-top: 10px;
    }
    .home-module .home_bram .bram-categories a {
        font-size: 20px;
        margin-left: 2%;
        line-height: 20px;
    }
    .home-module .home_bram a.selected {
        border-bottom: 2px solid;
    }
    .home_bram .product-jhm .goods-title .goods-tubiao {
        top: 7%;
        width: 62%;
        right: -15%;
        font-size: 12px;
        line-height: 25px;
    }
}
@media (max-width:1200px) and (min-width:991px) {
    .home-module .home_bram .home-title .home-logo img {
        width: 220px;
    }
    .home-module .home_bram .home-title .home-keyword .title {
        font-size: 25px;
        line-height: 25px;
        margin-top: 5px;
    }
    .home-module .home_bram .home-title .home-keyword .desc {
        font-size: 20px;
        line-height: 26px;
        margin-top: 10px;
    }
    .home-module .home_bram .bram-categories a {
        font-size: 20px;
        margin-left: 2%;
        line-height: 20px;
    }
    .home-module .home_bram a.selected {
        border-bottom: 2px solid;
    }
    .home_bram .product-jhm .goods-title .goods-tubiao {
        top: 6%;
        width: 72%;
        right: -16%;
        font-size: 12px;
        line-height: 23px;
    }
    .home-module .home_bram .product-layout {
        width: 27%;
        padding-right: 0;
        margin-right: 3%;
    }
}
@media (max-width:991px) and (min-width:768px) {
    .home-container {
        width: 95%;
    }
    .home-module .home_bram .home-title {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .home-module .home_bram .home-title .home-logo img {
        width: 200px;
    }
    .home-module .home_bram .home-title .home-keyword .title {
        font-size: 22px;
        line-height: 22px;
        margin-top: 5px;
    }
    .home-module .home_bram .home-title .home-keyword .desc {
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
    }
    .home-module .home_bram .bram-categories {
        padding: 10px 0;
        margin-bottom: 10px;
    }
    .home-module .home_bram .bram-categories a {
        font-size: 18px;
        margin-left: 2%;
        line-height: 20px;
    }
    .home-module .home_bram a.selected {
        border-bottom: 2px solid;
    }
    .home_bram .product-jhm .goods-title .goods-tubiao {
        top: 6%;
        width: 72%;
        right: -16%;
        font-size: 12px;
        line-height: 22px;
    }

    .home_bram .bram-category-products .product-layout:first-child{
        margin-left: 2.5%;
    }
    .home-module .home_bram .product-layout {
        width: 30%;
        padding-right: 0;
        margin-right: 2%;
    }
}
@media (max-width:768px) and (min-width:480px) {
    .home-container {
        width: 95%;
    }
    .home-module .home_bram .home-title {
        padding-top: 10px;
        padding-bottom: 0;
        min-height: 90px;
    }

    .home-module .home_bram .home-title .home-logo img {
        width: 180px;
    }
    .home-module .home_bram .home-title .home-keyword .title {
        font-size: 20px;
        line-height: 20px;
        margin-top: 5px;
    }
    .home-module .home_bram .home-title .home-keyword .desc {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
    }
    .home-module .home_bram .bram-categories {
        padding: 10px 0 15px;
        margin-bottom: 0;
    }
    .home-module .home_bram .bram-categories a {
        font-size: 15px;
        margin-left: 2%;
        line-height: 20px;
    }
    .home-module .home_bram a.selected {
        border-bottom: 2px solid;
    }
    .home_bram .product-jhm .goods-title .goods-tubiao {
        top: 6%;
        width: 66%;
        right: -14%;
        font-size: 12px;
        line-height: 20px;
    }

    .home_bram .bram-category-products .product-layout:first-child{
        margin-left: 0;
    }
    .home-module .home_bram .product-layout {
        width: 48%;
        padding-right: 0;
        margin-right: 2%;
    }
}
@media (max-width:480px) {
    .home-module .home_bram .home-title {
        padding-top: 0;
        padding-bottom: 0;
        min-height: 70px;
    }

    .home-module .home_bram .home-title .home-logo img {
        width: 150px;
    }
    .home-module .home_bram .home-title .home-keyword .title {
        font-size: 18px;
        line-height: 18px;
        margin-top: 5px;
    }
    .home-module .home_bram .home-title .home-keyword .desc {
        font-size: 15px;
        line-height: 20px;
        margin-top: 5px;
    }
    .home-module .home_bram .bram-categories {
        padding: 5px 0 10px;
        margin-bottom: 0;
    }
    .home-module .home_bram .bram-categories a {
        font-size: 14px;
        margin-left: 3%;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .home-module .home_bram a.selected {
        border-bottom: 2px solid;
    }
    .home_bram .product-jhm .goods-title .goods-tubiao {
        top: 8%;
        width: 55%;
        right: -14%;
        font-size: 12px;
        line-height: 20px;
    }
    .home_bram .bram-category-products .product-layout:first-child {
        margin-left:0;
    }
    .home-module .home_bram .product-layout {
        width: 98%;
        margin-right: 0;
    }
    .home_bram .product-layout .good-card-body-info {
        min-height: 200px;
    }
}
