*{
    padding: 0;
    margin: 0;
    font-size: 14px;
}

@media (max-width: 1200px) {
    .banner{
        width: 100vw;
        max-height: 565px;
    }

    .swiper-wrapper{
        width: 100%;
    }

    .swiper-wrapper a img{
        width: 100%;
        max-height: 565px;
        object-fit: cover;
    }

    .shopContent{
        background: #f8f8f8;
        box-sizing: border-box;
        padding-top: 20px;
    }

    .shopDetail{
        width: 100vw;
        margin: 0 auto;
    }

    .shopCates{
        width: 100%;
        background: #fff;
        box-sizing: border-box;
        padding: 20px 20px 0 20px;
    }

    .shopItem{
        display: flex;
        font-size: 14px;
        color: #666666;
        margin-bottom: 20px;
    }

    .shopLeft{
        width: 80px;
        flex-shrink: 0;
    }

    .shopRight{
        display: flex;
        flex-wrap: wrap;
        color: #000000;
        flex: 1;
    }

    .cateItem{
        width: 50%;
        cursor:pointer;
        margin-bottom: 10px;
        text-align: center;
    }

    .cateSel{
        font-weight: 600;
        font-size: 14px;
        color: #265EAA;
    }

    .cateItem:hover{
        color: #265EAA !important;
    }

    .goodsList{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .goodsImage{
        width: 160px;
        height: 160px;
    }

    .goodsImage img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .goodsItem{
        background: #fff;
        padding: 15px 15px 16px 15px;
        position: relative;
    }

    .qrcodeMask{
        display: none !important;
    }
    .codeword{
        width: 80%;
        text-align: center;
        margin: 20px auto 0;
        color: #fff;
        font-weight: bold;
    }
    .goodsName{
        font-weight: 600;
        font-size: 14px;
        margin-top: 13px;
        text-align: center;
    }

    .qrcodes{
        width: 200px;
        height: 200px;
        background: #fff;
        margin: 0 auto;
    }

    .goodsDes{
        font-size: 12px;
        color: #999999;
        margin-top: 4px;
        text-align: center;
    }

    .checkBtn1{
        display: block;
        width: 52px;
        height: 21px;
        background: #265EA4;
        border-radius: 2px;
        font-size: 10px;
        color: #FFFFFF;
        line-height: 21px;
        text-align: center;
        margin: 13px auto 0;
        cursor: pointer;
    }

    .checkBtn{

    }

    .smallImage{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 13px;
    }

    .smallItem{
        width: 35px;
        height: 35px;
        border: 1px solid #E3E3E3;
        margin: 0 6px;
    }

    .smallItem img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .checkBtn{
        display: none !important;
    }

    .closeBtn{
        width: 30px;
        height: 30px;
        position: absolute;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
        cursor: pointer;
    }

    .closeBtn img{
        width: 100%;
        height: 100%;
    }

    .timage{
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        width: 100%;
    }

    .tiitem{
        width: 32%;
    }

    .tiitem img{
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .banner{
        width: 100vw;
        max-height: 565px;
    }
    .checkBtn1{
        display: none !important;
    }
    .swiper-wrapper{
        width: 100%;
    }

    .swiper-wrapper a img{
        width: 100%;
        max-height: 565px;
        object-fit: cover;
    }

    .shopContent{
        background: #f8f8f8;
        box-sizing: border-box;
        padding-top: 20px;
    }

    .shopDetail{
        width: 1200px;
        margin: 0 auto;
    }

    .shopCates{
        width: 100%;
        background: #fff;
        box-sizing: border-box;
        padding: 20px 20px 0 20px;
    }

    .shopItem{
        display: flex;
        font-size: 14px;
        color: #666666;
        margin-bottom: 20px;
    }

    .shopLeft{
        width: 110px;
    }

    .shopRight{
        display: flex;
        flex-wrap: wrap;
        color: #000000;
    }

    .cateItem{
        margin-right: 40px;
        margin-bottom: 20px;
        cursor:pointer
    }

    .cateSel{
        font-weight: 600;
        font-size: 14px;
        color: #265EAA;
    }

    .cateItem:hover{
        color: #265EAA !important;
    }

    .goodsList{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .goodsImage{
        width: 200px;
        height: 200px;
    }

    .goodsImage img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .goodsItem{
        background: #fff;
        margin-right: 13px;
        padding: 45px 45px 26px 45px;
        position: relative;
        width: 23%;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    /*.goodsItem:nth-child(4n){*/
    /*    margin-right: 0 !important;*/
    /*}*/

    .qrcodeMask{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .8);
        box-sizing: border-box;
        padding-top: 45px;
    }
    .codeword{
        width: 80%;
        text-align: center;
        margin: 20px auto 0;
        color: #fff;
        font-weight: bold;
    }
    .goodsName{
        font-weight: 600;
        font-size: 14px;
        margin-top: 13px;
        text-align: center;
    }

    .qrcodes{
        width: 200px;
        height: 200px;
        background: #fff;
        margin: 0 auto;
    }

    .goodsDes{
        font-size: 12px;
        color: #999999;
        margin-top: 4px;
        text-align: center;
    }

    .smallImage{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 13px;
    }

    .smallItem{
        width: 35px;
        height: 35px;
        border: 1px solid #E3E3E3;
        margin: 0 6px;
    }

    .smallItem img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .checkBtn{
        width: 52px;
        height: 21px;
        background: #265EA4;
        border-radius: 2px;
        font-size: 10px;
        color: #FFFFFF;
        line-height: 21px;
        text-align: center;
        margin: 13px auto 0;
        cursor: pointer;
    }

    .closeBtn{
        width: 30px;
        height: 30px;
        position: absolute;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
        cursor: pointer;
    }

    .closeBtn img{
        width: 100%;
        height: 100%;
    }

    .timage{
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .tiitem{
        width: 32%;
    }

    .tiitem img{
        width: 100%;
    }
}

