
/* 产品-分类 */
.md19638.md-product_classify{width: 100%;padding: .5rem 0 .8rem;}
.md19638.md-product_classify img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md19638.md-product_classify .layout{width: 16rem;max-width: 92%;margin: 0 auto;} 
.md19638.md-product_classify .r-titles{font-family: 'Poppins-SemiBold';width: 100%;margin-bottom: .45rem;color: #333333;line-height: 1.2;}
.md19638.md-product_classify .r-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.md19638.md-product_classify .r-item{display: block;cursor: pointer;position: relative;width: calc(50% - .1rem);margin-bottom: .2rem;border-radius: .2rem;overflow: hidden;}
.md19638.md-product_classify .r-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(450/790*100%);}
.md19638.md-product_classify .r-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.md19638.md-product_classify .r-text{position: absolute;top: 50%;right: .3rem;transform: translate(0,-50%); width: 36%;}
.md19638.md-product_classify .r-name{font-family: 'Poppins-Medium';width: 100%;margin-bottom: .35rem;color: #333333;line-height: 1.3;}
.md19638.md-product_classify .r-more{font-family: 'Poppins-Medium';display: inline-block;padding: 0 .4rem;color: #ffffff;line-height: .5rem;border-radius: .25rem;background-color: var(--theme); background-image: linear-gradient(90deg, var(--theme) 0%, var(--active) 100%);}
.md19638.md-product_classify .r-item:hover .r-img img{transform: scale(1.05);}
.md19638.md-product_classify .r-item:hover .r-name{color: var(--theme);background-image: linear-gradient(90deg, var(--theme) 0%, var(--active)  100%);-webkit-background-clip:text; background-clip: text;-webkit-text-fill-color: transparent; text-fill-color: transparent;}
.md19638.md-product_classify .r-item:hover .r-more{background-image: none;} 
@media (max-width: 750px) {
   .md19638.md-product_classify .r-item{width: 100%;}
   .md19638.md-product_classify .r-text{width: 45%;}
}
