.header__on:after {
    transform: translateY(0);
}
.header__on .logo img:nth-child(1) {
    opacity: 0;
}
.header__on .logo img:nth-child(2) {
    opacity: 1;
}
.header__on nav a {
    color: rgba(49, 49, 49, 1);
}
.header__on .other .login {
    color: rgba(49, 49, 49, 1);
}
.header__on .other .line {
    background: rgba(0,0,0,0.15);
}
.header__on .other .menu span {
    background: rgba(49, 49, 49, 1);
}
.header__on .other p {
    color: rgba(49, 49, 49, 1);
}
body{
    background: #F3F4F6;
}
.shopping{
    width: 100%;
    overflow: hidden;
}
.shopping .warp{
    margin: 210px auto 80px;
}
.shopping .warp .title{
    text-align: center;
}
.shopping .warp .title span{
    font-size: 20px;
    color: #333137;
    margin: 0 0 10px 0;
    display: block;
    font-family: Canela;
    font-weight: bold;
}
.shopping .warp .title p{
    font-size: 16px;
    color: #000;
    font-family: Canela;
}
.shopping .warp .content{
    width: 1400px;
    margin: 80px auto 0;
    display: flex;
    flex-wrap: wrap;
}
.shopping .warp .content .item{
    margin: 0 25px 25px 0;
    width: 23.5%;
}
.shopping .warp .content .item:nth-child(4n){
    margin: 0 0 25px 0;
}
.shopping .warp .content .item .picture{
    width: 100%;
    height: 347px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.shopping .warp .content .item .picture img{
    width: 100%;
    height: 100%;
    transition: 2s;
}
.shopping .warp .content .item .picture:hover img{
    transform: scale(1.1);
}
.shopping .warp .content .item .text{
    width: 100%;
    display: flex;
    height: 81px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    position: relative;
}
.shopping .warp .content .item .text p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3E3E3E;
    margin: 0 0 3px 0;
}
.shopping .warp .content .item .text p:last-child{
    margin: 0 ;
}
.shopping .warp .content .item .text:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: rgba(0, 0, 0, 1);
    transition: 0.6s;
}
.shopping .warp .content .item .text:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: rgba(0, 0, 0, 1);
    transition: 0.6s;
}
.shopping .warp .content .item:hover .text:after{
    width: 100%;
    left: 0;
}
.shopping .warp .content .item:hover .text:before{
    width: 100%;
    right: 0;
    left: unset;
}
.shopping .warp .content .item .images{
    width: 15px;
    position: relative;
    top: -4px;
    cursor: pointer;
}
.shopping .warp .content .item .images img{
    width: 100%;
    transition: 0.6s;
}
.shopping .warp .content .item .images img:nth-child(2){
    opacity: 0;
}
.shopping .warp .content .item .active img:nth-child(1){
    opacity: 0;
}
.shopping .warp .content .item .active img:nth-child(2){
    opacity: 1;
}

@media screen and (max-width: 1856px) {

}
@media screen and (max-width: 1792px) {

}
@media screen and (max-width: 1680px) {

}
@media screen and (max-width: 1600px) {
    .shopping .warp .content{
        width: 85%;
    }
    .shopping .warp .content .item{
        width: 23%;
    }
}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1025px) {
    .shopping .warp {
        margin: 107px auto 33px;
    }
    .shopping .warp .content {
        width: 95%;
        margin: 44px auto 0;
        justify-content: space-between;
    }
    .shopping .warp .content .item{
        width: 49%;
        margin: 0 0 5% 0!important;
    }
    .shopping .warp .content .item .picture{
        height: 165px;
    }
    .shopping .warp .content .item .picture img{
        object-fit: contain;
    }
    .shopping .warp .content .item .text{
        height: 53px;
    }
    .shopping .warp .content .item .text p{
        font-size: 13px;
        position: relative;
        top: -5px;
    }
}
