.container{
    /*margin-top: 90px;*/
    padding-bottom: 50px;
    color: var(--main-text-color);
}
.line{
    background: #E6E6E6;

}
.news-main{
    width: 1000px;
    margin: 0 auto;
}

.news-main .title{
    text-align: center;
    font-size: 32px;
}

.division{
    padding-bottom: 8px;
}

.division span{
    color: var(--main-text-color3);
    font-size: 14px;
}



.news-main .new-content{
    padding-top: 20px;
    padding-bottom: 50px;
    line-height: 1.5;
}

.relevant{
    margin-top: 16px;
}

.relevant .prev{
    float:left;

}

.relevant .next{
    float:right;

}

.relevant .pte{
    font-size: 14px;
    color: #000;
}

.relevant-news{
    margin-top: 8px;
    display: flex;
}

.relevant-news img{
    width: 165px;
    float:left;
    border: 1px solid #efefef;
    border-radius: 6px;
}

.relevant-news .img-hover:hover + .title-hover > a{
    color: #C69B6F;
}
.relevant-news .title-hover:hover > a{
    color: #C69B6F;
}
.relevant-news p{
    float:left;
    align-self: center;
    margin-left: 16px;
    width: 160px;
    font-size: 16px;
}

.relevant-news .title-hover a{
    -moz-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
}



.popularity {
    float: right;
    margin-top: 30px;
}

.popularity-row{
    width: 280px;
    /*padding: 44px 16px 48px 16px;*/
    /*border: 1px solid #E6E6E6;*/
    border-radius: 6px;
    margin-bottom: 60px;
}

.popularity-product{
    background: #FAFAFA;
    padding: 32px 16px;
}

.popularity-row .box-header{
    margin-bottom: 15px;
}
.popularity-row .title{
    font-size: 20px;
    color: #000;

}
.popularity-title-edition .list-item{
    margin-bottom: 32px;
}
.popularity-title-edition .list-item:last-child{
    margin-bottom: 0;
}
.popularity-title-edition .list a {
    color: #000;
    font-size: 14px;

}
.popularity-item-img{
    float:left;
}
.popularity-item-img img{
    height: 80px;
    margin-left: 18px;
    margin-right: 18px;
}
.popularity-product .popularity-item{
    margin-bottom: 32px;
}
.popularity-product .popularity-item:last-child{
    margin-bottom: 0;
}
.popularity-product .popularity-item .product{
    display: flex;
}

.popularity-product .popularity-item .product .new-name{
    align-self: center;
    margin-left: 8px;
    font-size: 14px;
}

.new-content p{
    display: flex;
    font-size: 14px;
}

.new-content .seo-anchor{
    color: #00a2ff;
}
.new-content .article-related .article-related-list{
    margin-top: 1px;
}
.new-content .article-related a{
    color: #00a2ff;
    font-size: 14px;
}

.new-content .product-related{
    width: 300px;
    display: inline-block;
}

.new-content .product-related img {
    width: 300px;
    height: 300px;
}

.new-content .product-related .product-desc {
    padding: 15px;
}


.new-content .product-related .product-title {
    font-size: 18px;
    font-weight: 500;
    width: 205px;
    display: block;
    color: #000;

}

.new-content .product-related .attribute {
    margin-top: 20px;
    margin-bottom: 20px;
}

.new-content .product-related .attribute-item {
    display: block;
}

.new-content .product-related .attribute-item .attribute-name {
    font-size: 14px;
    width: 50px;
    display: inline-block;
}

.new-content .product-related .attribute-item .iconfont {
    font-size: 14px;
    color: #E6E6E6;
}

.new-content .product-related .attribute-item .attribute-activate {
    background-image: -webkit-linear-gradient(180deg, #FF9C00, #FFC231);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    border: none;
    color: #FF9C00!important;
}

.new-content .product-related .product-price {
    float: left;
}

.new-content .product-related .product-price .unit {
    font-size: 16px;
}

.new-content .product-related .product-price .number {
    font-size: 32px;
}

.new-content .product-related .product-go-cart {
    width: 160px;
    height: 40px;
    background: #C69B6F;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    float: right;
    font-size: 16px;
}

.new-content{
    --content-border-color: rgba(255,255,255,0.3);
    position: relative;
    isolation: isolate;
    display: inline-grid;
    padding: 40px;
    border: 0;
    background: transparent;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6);
    clip-path: polygon(
    /* Top-left */ 0% var(--curve-size),
    var(--curve-size) 0,
    /* top-right */ 100% 0,
    100% calc(100% - var(--curve-size)),
    /* bottom-right 1 */ calc(100% - var(--curve-size)) 100%,
    /* bottom-right 2 */ 0 100%
    );
    transition: color 250ms;
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
}

.new-content::before{
    content: "";
    position: absolute;
    inset: 0;
    background: var(--content-border-color);
    background-size: 300% 300%;
    z-index: -2;
    opacity: 0.7;
}

.new-content::after{
    content: "";
    position: absolute;
    inset: 0;
    background: var(--bg);
    z-index: -1;
    clip-path: polygon(
    /* Top-left */ var(--border-width)
        calc(var(--curve-size) + var(--border-width) * 0.5),
    calc(var(--curve-size) + var(--border-width) * 0.5) var(--border-width),
    /* top-right */ calc(100% - var(--border-width)) var(--border-width),
    calc(100% - var(--border-width))
        calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)),
    /* bottom-right 1 */
        calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5))
        calc(100% - var(--border-width)),
    /* bottom-right 2 */ var(--border-width) calc(100% - var(--border-width))
    );
    transition: clip-path 500ms;
}
