.product-list .left {
    overflow: hidden;
    border-radius: 8px
}

.product-list .right {
    background: #ffffff;
    border-radius: 8px;
    max-height: 1080px;
}

.product-list .right-head-title{
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.product-list .right-head-title p{
    padding-top: 4px;
    width: 50%;
}

.product-list .right .el-main {
    padding-top: 10px !important;
}

.left-product-sliders {
    /*background: #ffffff;*/
    border-radius: 8px;
    overflow: hidden;
}
.left-product-sliders img{
    border-radius: 8px;
}

.left-product-args {
    margin-top: 20px;
    height: 120px;
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
}

.args-item {


}

.args-item:last-child {
    border: none;
}

.product-list-container {
    background-image: url("../img/bg/news_bg.jpg");
}

.product-detail {
    background: #ffffff;
    border-radius: 8px;
    margin-top: 20px;
    min-height: 700px;
}

.linear-gradient-line {
    height: 3px;
    background: linear-gradient(to right, var(--main-yellow-color) 20%, var(--main-blue-color));
    margin: 8px 20px;
}

.right-product-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    cursor: pointer;
}

.right-product-item.active{
    color: var(--main-yellow-color);
}

.right-product-item-left img {
    width: 150px;
    max-height: 100px;
}

.product-detail-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-detail-content p{
      width: 100% !important;
    height: auto !important;
}
.product-detail-content img{
    width: 100% !important;
    height: auto !important;
}

.el-input.is-active .el-input__inner, .el-input__inner:focus {
    border-color: var(--main-blue-color) !important;
    outline: 0;
}

.left-product-sliders img{
    width: 100% !important;
}