/* 产品信息 */
.product-basic-info-container{
    width: calc(100% - 11.5rem - 11.5rem);
    padding: 10.25rem 11.5rem;
}
.product-basic-info-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-basic-info-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.8125rem;
}
.product-info-container{
    width: 100%;
    padding-top: 5.9375rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.product-info-container-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-info-poster{
    width: 100%;
    height: 40.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-info-poster-img{
    width: 100%;
    height: 40.375rem;
    object-fit: cover;
}
.product-info-container-right{
    width: calc(50% - 5.625rem);
    padding-left: 5.625rem;
    /*height: 40.375rem;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.product-info-container-right-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-info-container-right-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
}
.product-info-attrs{
    width: 100%;
    padding-top: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-info-attr{
    width: 100%;
    padding: 1.25rem 0;
    text-align: left;
    font-size: 1.25rem;
    border-bottom: #d6d6d6 solid 0.0625rem;
}
.product-info-container-right-footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 5rem;
}
.product-info-container-right-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-info-container-right-action{
    width: 11.625rem;
    height: 4.1875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #c38d00;
    text-decoration: none;
}
.product-info-container-right-action:hover{
    opacity: 0.7;
}
.product-info-container-right-action-title{
    font-size: 1.375rem;
    font-weight: 400;
    color: #FFFFFF;
    padding-right: 0.5625rem;
}
.product-info-container-right-action-icon{
    width: 0.625rem;
    height: 0.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-info-container-right-action-icon-img{
    width: 0.625rem;
    height: 0.625rem;
    object-fit: contain;
}

/* 推荐产品 */
.recommend-products-container{
    width: 100%;
    padding-bottom: 12.5rem;
}
.recommend-products-container-header{
    width: calc(100% - 11.5rem - 11.5rem);
    padding: 0 11.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.recommend-products-container-header-title{
    flex: 1;
    padding-right: 3.75rem;
    text-align: left;
    font-size: 2.8125rem;
}
.recommend-products-container-header-navigation{
    width: 7.0625rem;
    height: 3.3125rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.recommend-products-container-header-navigation-item{
    width: 3.1875rem;
    height: 3.1875rem;
    border: #c38d00 solid 0.0625rem;
    background-color: #c38d00;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.recommend-products-container-header-navigation-item-icon{
    width: 1.3125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.recommend-products-container-header-navigation-item-icon-img{
    width: 1.3125rem;
    object-fit: contain;
    filter: brightness(100);
}
.recommend-products-container-header-navigation-item-disabled{
    background-color: #FFFFFF;
}
.recommend-products-container-header-navigation-item-disabled .recommend-products-container-header-navigation-item-icon-img{
    filter: brightness(0);
}
.recommend-products-list{
    width: 100%;
    padding-top: 4.0625rem;
}
.recommend-products-swiper{
    width: 100%;
}
.recommend-product{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
}
.recommend-product-poster{
    width: 100%;
    height: 25.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.recommend-product-poster-img{
    width: 100%;
    height: 25.125rem;
    object-fit: cover;
}
.recommend-product-info{
    width: 100%;
    padding: 1.4375rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.recommend-product-title{
    width: 100%;
    text-align: left;
    font-size: 1.4375rem;
    font-weight: bold;
    color: #000000;
}
.recommend-product-description{
    width: 100%;
    padding-top: 0.9375rem;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 400;
    color: #a5a5a5;
}