.shop1 {
    padding: 5.729vw 0;
}

.shop1 .C-title {
    margin: 0 0 3.958vw 4.375vw;
}

.shop1 .box{
    margin: 0 8.333vw 0 4.375vw;
}

.shop1 .intr{
    margin-left: 7.813vw;
}

.shop1 .intr h2{
    font-size: 1.875vw;
    font-weight: bold;
    color: #000000;
    transition: all 0.3s;
}

.colorwhite{
    color: #fff !important;
}

.shop1 a:hover .intr h2{
    color: #C11920;
}


.shop1 .pic{
    width: 47%;
}

.shop1 .intr b {
    margin: 1.302vw 0 1.042vw;
    display: block;
    width: 1.198vw;
    height: 0.208vw;
    background: #C11920;
}

.shop1 .intr h3{
    font-size: 0.938vw;
    font-weight: 400;
    color: #818181;
}

.shop1 .intr p{
    margin: 2.813vw 0 3.646vw;
    max-width: 23.958vw;
    font-size: 0.833vw;
    font-weight: 400;
    color: #000000;
}

.shop1 .intr .btn{
    font-size: 0.833vw;
    font-weight: 400;
    color: #000000;
}


.shop1 .intr .btn i{
    margin-left: 20px;
}

.shop1 a:not(:nth-last-child(1)){
    margin-bottom: 5.208vw;
}

.shop1 a:nth-child(2n){
    flex-direction: row-reverse;
    justify-content: space-between;
}

.shop1 a:hover .btn{
    color: #C11920 !important;
}

@media screen and (max-width: 991px){
    .shop1 .intr h2{
        font-size: 18px;
        margin: 10px 0 18px;
    }
    .shop1 .intr h3{
        font-size: 14px;
    }
    .shop1 .intr b{
        width: 23px;
        height: 4px;
    }
    .shop1 .intr{
        width: 43%;
    }
    .shop1 .intr p{
        max-width: 100%;
        margin: 20px 0;
        font-size: 13px;
    }

}

@media screen and (max-width: 768px){
    .shop1 a{
        flex-direction: column;
    }
    .shop1 .pic,
    .shop1 .intr{
        width: 100%;
        margin-left: 0;
    }
    .shop1 .pic{
        margin-bottom: 20px;
    }
    .shop1 .box{
        margin: 0 5%;
    }
}

.shop-page {
    padding: 5.729vw 0;
}

.shop-page .C-title {
    margin: 0 0 3.958vw 4.375vw;
}

.shop-page .box{
    margin: 0 8.333vw 0 4.375vw;
    display: flex;
    align-items: flex-start;
}

.shop-page .left,
.shop-page .right{
    width: 50%;
}

.shop-page .left .top{
    overflow: hidden;
}

.shop-page .left{
    overflow: hidden;
    padding-right: 3.948vw;
}

.shop-page .shop-button-next,
.shop-page .shop-button-prev{
    width: 2.604vw;
height: 2.604vw;
cursor: pointer;
background: transparent;
transition: all ease .6s;
position: relative;
}

.shop-page .shop-button-next::after, .shop-page .shop-button-prev::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/img/chi1.svg) no-repeat center/100% 100%;
}

.shop-page .shop-button-next i,
.shop-page .shop-button-prev i {
    color: #979797;
    font-size: 1.042vw;
    transition: all ease .3s;
    position: relative;
    z-index: 3;
}

.shop-page .shop-button-next:hover:after, .shop-page .shop-button-prev:hover:after {
    background: url(/img/chi2.svg) no-repeat center/100% 100%;
}

.shop-page .shop-button-next:hover i,
.shop-page .shop-button-prev:hover i {
    color: #fff;
}

.shop-page .shop-button-prev{
    transform: rotate(180deg);
}

.shop-page .box .left .bottom{
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 2.083vw;
    justify-content: space-between;
}

.shop-page .box .left .bottom .lunbo{
    width: 100%;
    overflow: hidden;
    margin: 0 20px;
}

.shop-page .box .left .bottom .lunbo .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop-page .box .left .bottom .lunbo .swiper-slide img,.shop-page .box .left .bottom .lunbo .swiper-slide video{
    width: 100%;
}

.shop-page .box .left{
    position: sticky;
    position: -webkit-sticky;
    top: 25%;
    z-index: 100;
    height: max-content;
}

.shop-page .left .top img,.shop-page .left .top video{
    width: 100%;
}
.shop-page .right .item img{
    width: 100%;
}

.shop-page .box .right{
    border-left: 1px solid #DEDEDE;
}

.shop-page .box .right{
    padding-left: 4.844vw;
}

.shop-page .right p{
    font-size: 0.833vw;
    font-weight: 400;
    color: #979797;
}

.shop-page .right h2{
    font-size: 1.354vw;
    font-weight: bold;
    color: #000000;
    margin: 18px 0;
}

.shop-page .right h3{
    font-size: 1.042vw;
    font-weight: bold;
    margin-bottom: 2.344vw;
    color: #000000;
}

.shop-page .right .price{
    font-size: 1.354vw;
    font-weight: bold;
    color: #979797;
}

.shop-page .right>p:nth-child(5){
    margin: 2.344vw 0 3.229vw;
    max-width: 30.729vw;
}

.shop-page .right .row{
    display: flex;
    margin-bottom: 3.646vw;
    margin-top: 1.5625vw;
}

.shop-page .right .row a:nth-child(1){
    margin-right: 2.083vw;
}

.shop-page .right .item{
    margin-bottom: 3.125vw;
}

.shop-page .right .item .top{
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
}

.shop-page .right .item .top p{
    position: relative;
    width: max-content;
    padding-bottom: 10px;
}

.shop-page .right .item .top p::before{
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    z-index: 1;
    background: #C11920;
}

@media screen and (max-width:991px) {
    .shop-page .right p{
        font-size: 13px;
    }
    .shop-page .right h2{
        font-size: 18px;
    }
    .shop-page .right h3{
        font-size: 14px;
    }
    .shop-page .shop-button-next, .shop-page .shop-button-prev{
        min-width: 30px;
        min-height: 30px;
    }
    .shop-page .box{
        flex-direction: column;
    }
    .shop-page .left, .shop-page .right{
        width: 100%;
    }
    .shop-page .box .left{
        position: relative;
        padding-right: 0;
    }
    .shop-page .box .right{
        padding-left: 0;
        border-left:0;
        padding-top: 20px;
    }
    .shop-page .right>p:nth-child(5){
        max-width: 100%;
    }
}

.shop-car {
    padding: 5.729vw 0 0;
}

.shop-car .C-title {
    margin: 0 0 3.958vw 4.375vw;
}

.shop-car .box{
    margin: 0 0 0 4.375vw;
    display: flex;
    align-items: flex-start;
    min-height: 72.917vw;
}

.shop-car .left{
    width: 46%;
}
.shop-car .right{
    width: 54%;
}

.shop-car .left{
    padding-right: 4.167vw;
    height: 100%;
}

.shop-car .box .left>p{
    font-size: 0.833vw;
font-weight: 400;
color: #000000;
margin-bottom: 4.688vw;

}

.shop-car .box .left form{
    width: 100%;
}

.shop-car .box .left .row{
    display: flex;
    justify-content: space-between;
}

.shop-car .box .left .row:not(:nth-last-child(1)){
    margin-bottom: 2.604vw;
}

.shop-car .box .left .row .input-box{
    position: relative;
    width: 47%;
}

.shop-car .box .left .row .input-box label{
    position: absolute;
    top: 20px;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
}

.shop-car .box .left .row .input{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #E3E3E5;
    font-size: 0.833vw;
    background: transparent;
    font-weight: 400;
    color: #AAAAAA;
    padding: 20px 0;
}

.shop-car .box .left .row .input::placeholder{
    transition: all 0.3s;
}

.shop-car .box .left .row .input:focus::placeholder{
    color: transparent;
}

.shop-car .box .left .row .input:focus~label{
    z-index: 1;
    top: -10px;
    opacity: 1;
    font-size: 0.833vw;
    font-weight: 400;
    color: #AAAAAA;
}

.shop-car .box .left form>label{
    display: block;
    margin: 2.083vw 0;
    font-size: 0.833vw;
font-weight: 400;
color: #000000;
}

.shop-car .box .left form>label input{
    margin-right: 15px;
}

.shop-car .box .left .priv{
    margin-top: 3.646vw;
}

.shop-car .box .left .priv p{
    font-size: 0.833vw;
    font-weight: 400;
    color: #AAAAAA;
}

.shop-car .box .left .priv .img-box{
    margin: 1.302vw 0 2.083vw;
}

.shop-car .box .left .priv .img-box img{
    margin-right: 20px;
}

.shop-car .box .left .priv p.red{
    color: #C11920;
    font-weight: bold;
}

.shop-car .box .right.hide{
    display: none;
}

.shop-car .box .right{
    background: #FAFAFA;
    padding: 3.229vw 19.792vw 0 3.906vw;
    position: relative;
    min-height: 100%;
    min-height: 72.917vw;
}

.xuangou{
    font-size: 16px;
    display: block;
    position: absolute;
    width: 360px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    background-color: #C11920;
    left: 50%;
    margin-left: -180px;
    top: 50%;
    margin-top: -24px;
}

.shop-car .box .right h3{
    font-size: 0.833vw;
    font-weight: 400;
    color: #000000;
    margin-bottom: 1.667vw;   
}

.shop-car .box .right .top{
    display: flex;
    justify-content: space-between;
    padding-bottom: 23px;
    border-bottom: 1px solid #E1E1E1;
}

.shop-car .right ul{
    padding: 20px 0;
    border-bottom:1px solid #D8D8D8 ;
}

.shop-car .right ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.shop-car .right span{
    font-size: 0.833vw;
    font-weight: 400;
    color: #979797;
}

.shop-car .box .right .shopName{
    width: 65%;
    display: flex;
    align-items: center;
}

.shop-car .box .right .shopName img{
    width: 100%;
}

.shop-car .box .right .shopName .img{
    max-width: 115px;
    margin-right: 12px;
}

.shop-car .box .right .shopName h4{
    font-size: 0.833vw;
    font-weight: 400;
    color: #333333;
}

.shop-car .box .right .shopName .shopNum{
    display: flex;
    align-items: center;
}

.shop-car .box .right .shopName .shopNum input{
    width: 20px;
    text-align: center;
    border: 0;
    background: transparent;
    margin: 0 1.563vw;
}

.shop-car .box .error-box{
    position: absolute;
    font-size: 16px;
    color: #C11920;
    bottom: -25px;
}

.shop-car .box .right .shopName .shopNum .cut,
.shop-car .box .right .shopName .shopNum .add{
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}

.shop-car .box .right .shopPrice,
.shop-car .box .right .shopPriceCount{
    width: 17.5%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.shop-car .box .right .img{
    position: relative;
}

.shop-car .box .right .delect{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,-50%);
    cursor: pointer;
    width: 20px;
}

.allCount{
    margin: 1.302vw 0 2.083vw;
    display: flex;
    justify-content: space-between;
}

.allCount p{
    font-size: 0.833vw;
    font-weight: 400;
    color: #000000;
}

.shoppingNotice{
    position: fixed;
    padding: 20px;
    width: max-content;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    background: #C11920;
    color: #fff;
    opacity: 0;
}

.allCount h4,
.shop-car .right .allCount span{
    font-size: 1.354vw;
    font-weight: bold;
    color: #000000;
}

.shop-car .right .C-more{
    position: absolute;
    right: 19.792vw;
    cursor: pointer;
}

.shop-car .right .C-more span{
    color: #fff;
}

.shop-car .right .C-more:hover span{
    color: #C11920;
}


@media screen and (max-width:1366px) {
    .shop-car .box .left .row .input{
        padding: 10px 0;
    }
}
@media screen and (max-width:991px) {
    .shop-car .box .right{
        padding: 3.229vw 9.792vw 0 3.906vw;
    }
    .shop-car .box .left>p,
    .shop-car .box .left .row .input{
        font-size: 13px;
    }
    .shop-car .box .left .row:not(:nth-last-child(1)){
        margin-bottom: 20px;
    }
    .shop-car .box .left form>label{
        margin: 20px 0;
    }
    .shop-car .box .right h3,
    .shop-car .box .right .shopName h4{
        font-size: 14px;
    }
    .shop-car .right span,
    .shop-car .box .left .priv p,
    .allCount p{
        font-size: 13px;
    }
    .allCount h4, .shop-car .right .allCount span{
        font-size: 18px;
    }
}

@media screen and (max-width:768px) {
    .shop-car .box{
        flex-direction: column;
        margin: 0 5%;
    }
    .shop-car .left,
    .shop-car .right{
        width: 100%;
    }
    .shop-car .box .right{
        padding: 30px 5% 50px;
    }
    .shop-car .right .C-more{
        right: 5%;
    }
}


input.error{
    border-bottom: 1px solid #C11920 !important;
}