/* 网上商城 */
.mySwiper_s {
    margin-top: 80px;
    width: 100%;
    height: calc(100vh - 160px);
}

.shop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 164px;
    box-sizing: border-box;
    margin-top: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    right: 0;
    bottom: 0;
    margin: auto;
}

.shop .title {
    margin-top: -23.5%;
    display: flex;
    align-items: flex-end;
}
.shop .title .line.line_white{
    display: none;
}
.shop .title .line {
    margin-left: -183px;
    margin-bottom: -15px;
    position: relative;
    z-index: 10;
}

.shop .title h1 {
    font-size: 60px;
    color: #fff;
    font-family: "Geometr415";
    line-height: 1em;
    position: relative;
}

.shop .title .box h1 p {
    color: #333;
}

.shop .title .box.page1 h1 p {
    font-size: 60px;
    color: #fff;
    font-family: "Geometr415";
    line-height: 1em;
    mix-blend-mode: difference;
}

.shop .title .box.page1 h2 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.shop .title .box.page2 h1 p {
    font-size: 60px;
    color: #000;
    font-family: "Geometr415";
    line-height: 1em;

}

.shop .title .box.page2 h2 {
    color: #000;
    font-weight: bold;
    font-size: 30px;
}

.shop .content {
    background-color: #fff;
    width: 76.64%;
    height: 600px;
    padding: 100px 27.205% 0px 228px;
    box-sizing: border-box;
}
.shop .content .top::after{
    content: "";
    display: block;
    /*width: 56.347%;*/
    width: 100%;
    height: 1px;
    background-color: #999999;
    margin: 34px 0 40px 0;
}
.shop .content .box a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.shop .content ul{
    display: flex;
}
.shop .content .top ul li .img{
    overflow: hidden;
    width: 224px;
    height: 80px;
    border: 1px solid #a0a0a0;
    box-sizing: border-box;
    padding: 16px 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shop .content ul li:hover .img{
    border: 1px solid #333333;
}
.shop .content ul li .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.shop .content ul li .img img.show{
    display: none;
}
.shop .content ul li:hover .img img.yuan{
    display: none;
}
.shop .content ul li:hover .img img.show{
    display: flex;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.shop .content ul li p{
    font-size: 14px;
    color: #757575;
    padding-top: 10px;
    box-sizing: border-box;
    text-align: center;
    height: 42px;
}
.shop .content ul li:hover p{
    color: #333333;
}
.shop .content .bottom{
    
    margin: 0 -10px;
}
.shop .content .bottom ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*width: 58.362%;*/
    width: 100%;
}
.shop .content .bottom ul li{
    padding: 0 10px;
    box-sizing: border-box;
    width: 33.3333%;
}
.shop .content .bottom ul li .img{
    width: 100%;
    height: 80px;
    border: 1px solid #a0a0a0;
    box-sizing: border-box;
    padding: 16px 36px;
    overflow: hidden;
}
/*.shop .content .taobao {*/
/*    margin-bottom: 24px;*/
/*    overflow: hidden;*/
/*}*/

/*.shop .content .box {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding-bottom: 29px;*/
/*    box-sizing: border-box;*/
/*}*/

/*.shop .content .box::before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 7px;*/
/*    height: 7px;*/
/*    background: url(../images/icon.jpg) no-repeat center;*/
/*}*/

/*.shop .content .taobao::after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 47.43%;*/
/*    height: 1px;*/
/*    background-color: #999999;*/
/*    margin-left: 20px;*/
/*    box-sizing: border-box;*/
/*    margin-top: 34px;*/
/*}*/

/*.shop .content .box .t {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.shop .content .box .t h5 {*/
/*    font-size: 16px;*/
/*    font-weight: bold;*/
/*    color: #333333;*/
/*    padding-left: 13px;*/
/*    box-sizing: border-box;*/
/*}*/

/*.shop .content .taobao a {*/
/*    font-size: 14px;*/
/*    color: #757575;*/
/*    font-family: Arial, Helvetica, sans-serif;*/
/*    padding-left: 20px;*/
/*    box-sizing: border-box;*/
/*    display: block;*/
/*}*/
/*.shop .content .taobao a:hover,*/
/*.shop .content .jiameng a:hover{*/
/*    text-decoration: underline;*/
/*}*/

/*.shop .content .jiameng a {*/
/*    font-size: 14px;*/
/*    color: #757575;*/
/*    font-family: Arial, Helvetica, sans-serif;*/
/*    padding-left: 20px;*/
/*    box-sizing: border-box;*/
/*    display: block;*/
/*    padding-bottom: 25px;*/
/*    line-height: 1em;*/
/*}*/

/*.shop .content a:hover {*/
/*    color: #000;*/
/*}*/
/*.shop .content .jiameng a:last-child{*/
/*    padding-bottom: 0;*/
/*}*/

@media screen and (max-width:1700px) {
    .shop .content{
        padding: 100px 20% 0 228px;
    }
}
@media screen and (max-width: 1550px) {
    .shop .content {
        padding: 100px 14% 0 228px;
    }
}
@media screen and (max-width:1440px) {
    .shop {
        padding: 0 120px;
    }
    .shop .content{
        height: 560px;
        padding: 100px 13% 0 228px;
    }
}

@media screen and (max-width:1300px){
    .shop .content{
        height: 560px;
        padding: 100px 13% 0 13%;
    }
}
@media screen and (max-width:1200px){
    .shop{
        display: block;
        padding-top: 90px;
        box-sizing: border-box;
    }
    .shop .title{
        margin-top: 0;
        box-sizing: border-box;
        padding-bottom: 50px;
    }
    .mySwiper_s{
        height: 1000px;
    }
    .shop .content{
        width: 100%;
        height: auto;
        padding: 100px 200px;
    }
    .shop .content .taobao::after{
        width: 100%;
    }
    
}
@media screen and (max-width:1100px){
    .shop .content{
        padding: 100px 10%;
    }
}
@media screen and (max-width:992px){
    .shop .content{
        padding: 80px 100px;
    }
    
}

@media screen and (max-width:750px) {
    .shop {
        display: block;
        width: 84%;
        padding: 0;
        top: 2rem;
    }

    .shop .title {
        position: relative;
    }

    .shop .title .line {
        width: 0.8rem;
        left: 22.2%;
        top: -12%;
        position: absolute;
        margin: 0;
    }

    .shop .content {
        width: 100%;
        height: auto;
        padding: 0.7rem 0.88rem 0.6rem;
        margin-top: 0.9rem;
    }

    .mySwiper_s {
        margin-top: 1rem;
        height: calc(100vh - 3.4rem);
    }

    .shop .title h1,
    .shop .title .box.page1 h1 p,
    .shop .title .box.page2 h1 p {
        font-size: 0.6rem;
    }

    .shop .title .box.page1 h1 p {
        mix-blend-mode: normal;
    }

    .shop .title .box.page1 h2,
    .shop .title .box.page2 h2,
    .shop .title h2 {
        font-size: 0.3rem;
    }

    .shop .content .box .t h5 {
        font-size: 0.26rem;
    }

    .shop .content .box::before {
        width: 0.1rem;
        height: 0.1rem;
        background-size: cover;
    }

    .shop .content .taobao a {
        font-size: 0.22rem;
    }

    .shop .content .taobao::after {
        width: 100%;
        margin-top: 0.33rem;
    }

    .shop .content .jiameng a {
        font-size: 0.22rem;
        line-height: 2em;
        padding-bottom: 0.15rem;
    }

    .shop .content .box {
        padding-bottom: 0.24rem;
    }

    .shop .content .taobao {
        margin-bottom: 0.33rem;
        overflow: hidden;
    }

}

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