.products-list {
    margin: 0 -40px;
}
.products-list .item {
    width: 50%;
    padding: 0 40px;
}
.products-list .item:nth-child(2n+1) {
    clear: left;
}
.products-list .box {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto 40px;
}
.products-list .item a.cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.products-list .pic-box {
    position: relative;
}
.products-list .pic-box img{
    width: 100%;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .txt {
    position: relative;
    box-sizing: border-box;
    padding: 30px 5px 0;
}
.products-list .name {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0 0 8px;
    max-width: 100%;
}
.products-list .description {
    position: relative;
    box-sizing: border-box;
    color: #777777;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 20px;
}
.products-list .btn.more{
    margin-top: 45px;
    margin-left: 5px;
    text-align: left;
}
.products-list .box:hover .btn.more {
    border: 1px solid rgba(255, 255, 255, 0);
    transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms,border-color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms,-webkit-transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms !important;
    transition: transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms,border-color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms,-webkit-transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms !important;
}
.products-list .box:hover .btn.more:before{
    left: 0;
}
.products-list .box:hover .btn.more:after{
    right: 0;
}
.products-list .box:hover .btn.more > span:before{
    top: 0;
}
.products-list .box:hover .btn.more > span:after{
    bottom: 0;
}
/* content */
.products-intro {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gallery {
    position: relative;
    box-sizing: border-box;
    width: 435px;
    max-width: 435px;
}
.pd-intro {
    position: relative;
    box-sizing: border-box;
    width: 42%;
    padding-top: 65px;
    padding-left: 56px;
    padding-right: 50px;
}
.pd-name {
    line-height: 1.5;
    position: relative;
    color: #333333;
    font-size: 24px;
    letter-spacing: 1.5px;
    display: inline-block;
    margin: 0 0 15px;
}
.pd-name:before {
    content: "";
    background: url(../../images/common/index/index-title-icon.png) no-repeat;
    position: absolute;
    left: -12px;
    top: 1px;
    width: 41px;
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;
}
.related-box {
    position: relative;
    box-sizing: border-box;
    clear: both;
    width: 100%;
    max-width: 300px;
    display: flex;
    align-items: flex-end;
}
.related-box .item a.cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.related-box .pic-box {
    position: relative;
}
.related-box .pic-box img{
    width: 100%;
}
.related-box .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.related-box .txt {
    position: relative;
    box-sizing: border-box;
    padding: 20px 0 0;
}
.related-box .name {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0 0 8px;
    max-width: 100%;
}
.related-box .description {
    position: relative;
    box-sizing: border-box;
    color: #777777;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 20px;
}
.related-box .box:hover .btn.more.simple2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms,border-color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms,-webkit-transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms !important;
    transition: transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms,border-color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms,-webkit-transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms !important;
}
.related-box .box:hover .btn.more.simple2:after {
    right: 0;
}
@media screen and (max-width: 1200px) {
    .gallery {
        width: 49%;
    }
    .pd-intro {
        width: 48%;
        padding: 65px 40px 0;
    }
}
@media screen and (max-width: 1000px) {
    .products-intro {
        flex-direction: column;
    }
    .gallery {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .pd-intro {
        width: 100%;
        padding: 2%;
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    .pd-name {
        font-size: 22px;
    }
    .related-box {
        max-width: 100%;
        padding: 30px 0 0;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .products-list {
        margin: 0 -15px;
    }
    .products-list .item {
        width: 100%;
        padding: 0 15px;
    }
    .products-list .item:nth-child(2n+1) {
        clear: none;
    }
    .products-list .item:nth-child(n+1) {
        clear: left;
    }
    .products-list .box {
        margin: 0 auto 50px;
    }
    .products-list .btn.more {
        margin-top: 25px;
    }
    .products-list .txt {
        padding: 20px 5px 0;
    }
    .gallery {
        float: none;
        width: auto;
        margin: 0 auto;
    }
    .pd-intro {
        width: 100%;
        padding: 30px 0 0;
        float: none;
    }
    .related-box {
        max-width: 100%;
    }
}