*{
    padding: 0;
    margin: 0;
}
div,span,a,input{
    box-sizing: border-box;
}
.s-right-l{
    flex-shrink: 0;
}
.ShippingAddress{
    padding: 17px;
/*    text-align: left;*/
}
.ShippingAddressItem{
    display: flex;
    padding: 5px 0;
}
.ShippingAddressItem>span{
    width: 190px;
    line-height: 30px;
    text-align: right;
}
.ShippingAddressItem>span>em{
    color: red;
    font-style: normal;
}
.simInputNumber{
    color: #000;
    border: none;
    outline: none;
    background: rgb(138, 195, 236);
}
.simInputNumber::-webkit-inner-spin-button {
    opacity: 1;
    -webkit-appearance: "always";
}
.itemDesText{
    border-bottom: solid 1px #fff;
    text-align: left;
    padding: 4px 17px;
}
.itemDesText>strong{
    color: red;
}
.ShippingAddressItem>input,.ShippingAddressItem>select{
    box-sizing: border-box;
    width: 400px;
    height: 30px;
    border: none;
    border-radius: 4px;
    color: #000;
    padding: 0 10px;
    margin: 0 0 0 20px;
}
.checkSelectBox{
    flex-direction: column;
    text-align: left;
    padding: 8px 0;
}
.checkSelectBoxItem{
    display: flex;
    padding: 4px 17px;
}
.checkSelectBoxItem>input{
    width: 16px;
    height: 16px;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 2px;
}
.checkSelectBoxItem>div{
    flex:1;
}
/*@media screen and (min-width:1170px){*/
.shopMain{
    width: 1170px;
    background: #f5f5f5;
    margin:30px auto 0;
    display: flex;
    flex-direction: column;
}
.shopMain-bottom{
    width: 100%;
    height: 66px;
    margin: 20px 0 0 0;
    background: #8ac3ec;
}
.shopMain-top{
    display: flex;
    justify-content: space-between;
}
.s-left{
    width: 180px;
    display: flex;
    flex-direction: column;
    background: rgb(138, 195, 236);
}
.s-left>a{
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 68px;
    text-align: center;
    line-height: 68px;
    border-bottom: solid 1px #73a7cc;
    box-sizing: border-box;
    text-decoration: none;
}
.s-left>a:hover{
    background: #4a8ed9;
}
.s-left>a:nth-child(2){
    border-left: solid 6px #2f6dc0;
}
.s-right{
    color: #fff;
    text-align: center;
    width: 970px;
    font-size:14px;
}
.s-right>div{
    background: rgb(138, 195, 236);
    margin-bottom: 15px;
    display: flex;
}
.s-right>div:last-child{
    margin: 0;
}
.s-right-l{
    width: 160px;
    border-right: solid 1px #fff;
    background: #4a8ed9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.s-right-r{
    width: 810px;
    display: flex;
    flex-wrap: wrap;
}
#s-right-r1{
    padding: 17px 0;
}
#s-right-r2{
    padding: 17px 0;
}
.s-right-r>input{
    box-sizing: border-box;
    width: 250px;
    height: 30px;
    border: none;
    border-radius: 4px;
    color: #000;
    padding: 0 10px;
    margin: 0 0 0 20px;
}
.s-r-d{
    box-sizing: border-box;
    font-size: 14px;
    margin: 0 0 0 15px;
    line-height: 30px;
}
.phoneVer,.email{
    width: 24px;
    height: 24px;
    margin: 0 0 0 15px;
    align-self: center;
    display: none;
}
.s-r-i,.s-r-paypal,.s-r-wechat{
    box-sizing: border-box;
    width: 135px;
    /*width: 16.666%;*/
    height: 65px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 -1px 0;
}
.s-r-i-M{
    color: #2f6dc0;
    font-size: 16px;
    font-weight: bold;
}
.s-right-mobile{
    display: none;
}
.s-right-checkbox{
    text-align: left;
    padding: 10px 0;
    font-size: 14px;
}
.s-right-checkbox>input{
    box-sizing: border-box;
    margin: -6px 4px 0 13px;
    width: 34px;
    height: 34px;
}
/*点击之后添加的背景色*/
.s-r-ii{
    color: #fff;
    background: #cad98d;
}
.s-r-ii>div{
    color: #fff;
}
/*验证码*/
.s-r-code{
    padding: 15px 0;
    display: flex;
    align-items: center;
}
.s-code{
    width: 130px;
    height: 32px;
    margin-left: 10px;
    border-radius: 4px;
    border: none;color: #000;
    padding: 0 10px
}
.code-picture{
    width: 88px;
    height: 30px;
    margin-left: 10px;
    cursor: pointer;
}
.code-ce{
    width: 24px;
    height: 24px;
    margin-left: 10px;
    display: none;
}

.shopMain-bottom{
    display: flex;
    justify-content: flex-end;
}
.shopMain-bottom>div{
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 66px;
    width: 180px;
    border-left: solid 1px #fff;
}
.s-b-price{
    color: #e80e53;
}
.s-b-sub:hover{
    cursor: pointer;
    background: #4a8ed9;
}
/*遮罩层*/
.shop-modal{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.s-m-content{
    background: #fff;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.s-m-content>div{
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 20px 0;*/
}
.s-m-c-1{
    font-size: 16px;
    font-weight: bold;
    /*height: 56px;*/
    padding: 20px 30px;
}
.s-m-c-2{
    font-size: 12px;
    width: 100%;
    padding: 16px 0;
    flex-direction: column;
    border-top: solid 1px silver;
    border-bottom: solid 1px silver;
}
.s-m-c-2>img{
    width: 111px;
    height: 111px;
    margin: 6px 0 0 0;
}
.s-m-c-3{
    font-size: 12px;
    padding: 20px 0;
}
.s-m-c-3>button{
    color: #fff;
    width: 62px;
    height: 34px;
    background: #337ab7;
    border: solid 1px #2e6da4;
    border-radius: 4px;
}
.s-m-c-3>button:hover{
    background: #2d618d;
}
/*}*/


/*ipad端适配*/
@media screen and (min-width: 768px) and (max-width: 1169px){
    *{
        padding: 0;
        margin: 0;
    }
    html{
        font-size: 62.5%;
    }

    .shopMain{
        width: 96%;
        margin: 26px auto 0;
    }
    .shopMain-top{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .s-left{
        width: 15%;
    }
    .s-left>a{
        width: 100%;
        height: 56px;
        line-height: 56px;
        font-size: 14px;
    }
    .s-left>a:nth-child(2){
        border-left: solid 4px #2f6dc0;
    }
    .s-right{
        width: 83%;
    }
    .s-right>div{
        margin-bottom: 10px;
    }

    #s-right-r1{
        padding: 14px 0;
    }
    #s-right-r2{
        padding: 14px 0;
    }
    .s-right-r>input{
        width: 190px;
        margin: 0 0 0 10px;
    }
    .s-r-d{
        font-size: 12px;
        margin: 4px 0 0 10px;
        line-height: normal;
    }
    .phoneVer,.email{
        width: 21px;
        height: 21px;
        margin: 0 0 0 10px;
        align-self: center;
        display: none;
    }
    .s-r-i,.s-r-paypal,.s-r-wechat{
        width: 16.666%;
        height: 56px;
    }
    .s-r-i-M{
        font-size: 14px;
    }
    .s-right-mobile{
        display: none;
    }
    .s-right-checkbox>input{
        width: 40px;
        height: 40px;
        margin: -10px 4px 0 13px;
    }
    .s-right-checkbox{
        font-size: 12px;
    }
    /*验证码*/
    .s-r-code{
        padding: 12px 0;
    }
    .s-code{
        height: 30px;
    }
    .code-ce{
        width: 21px;
        height: 21px;
    }

    .shopMain-bottom{
        width: 100%;
        height: 56px;
        margin: 10px 0 0 0;
        background: #8ac3ec;
    }
    .shopMain-bottom>div{
        font-size: 16px;
        line-height: 56px;
    }
    /*遮罩层*/
    .shop-modal{
        /*display:flex;*/
    }
    .s-m-content{
        border-radius: 4px;
    }
    .s-m-c-1{
        font-size: 14px;
        padding: 16px 26px;
    }
    .s-m-c-2{
        font-size: 12px;
        padding: 14px 0;
    }
    .s-m-c-3{
        font-size: 12px;
        padding: 16px;
    }
}
/*移动端*/
@media screen and (max-width : 767px) {
    *{
        padding: 0;
        margin: 0;
    }
    html{
        font-size: 100px;
    }
    .shopMain{
        /*display: none;*/
        width: 100%;
        margin: .1rem auto 0;
    }
    .shopMain-top{
        /*display: none;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .s-left{
        width: 96%;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
        /*background: #f2f2f2;*/
    }
    .s-left>a{
        font-size: .16rem;
        width: 100%;
        height: .6rem;
        line-height: .6rem;
    }
    .s-left>a:nth-child(2){
        border-left: none;
        background: #2f6dc0;
    }
    .s-right{
        display: flex;
        flex-direction: column;
        width: 96%;
        margin: .08rem;
    }
    .s-right>div{
        margin: 0 0 .1rem 0;
        display: flex;
        flex-direction: column;
    }
    .s-right-l{
        width: 100%;
        height: .3rem;
        font-size: .16rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
    }
    .s-right-r{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    #s-right-r1{
        padding: .16rem 0;
        justify-content: center;
    }
    #s-right-r2{
        padding: .16rem 0;
        justify-content: center;
    }
    .s-r-d{
        display: none;
    }
    .phoneVer,.email{
        width: .20rem;
        height: .20rem;
        display: none;
    }
    .s-right-r>input{
        width: 2.2rem;
        margin: 0;
    }
    .s-r-i,.s-r-paypal,.s-r-wechat{
        width: 50%;
        height: .65rem;
        font-size: .12rem;
    }
    .s-r-i-M{
        font-size: .16rem;
    }
    .s-right-mobile{
        display: block;
        font-size: .12rem;
        color: #000;
        margin: -.1rem 0 0 0;
    }

    .s-right-checkbox{
        display: flex;
        flex-direction: row !important;
        padding: .1rem 0;
        font-size: .12rem;
    }
    .s-right-checkbox>input{
        width: 1rem;
        height: 1rem;
        margin: -.38rem .04rem 0 .1rem;
        box-sizing: border-box;
    }

    /*验证码*/
    .s-r-code{
        width: 100%;
        padding: .1rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .s-code{
        width: 1.3rem;
        height: .32rem;
        margin-left: 0;
        border-radius: .04rem;
        border: none;
        color: #000;
        padding: 0 0.1rem
    }
    .code-picture{
        width: .8rem;
        height: .3rem;
        margin-left: 0.1rem;
        /*cursor: pointer;*/
        font-size: .12rem;
    }
    .code-ce{
        width: .21rem;
        height: .21rem;
        margin-left: 10px;
        display: none;
    }


    .shopMain-bottom{
        width: 96%;
        height: .5rem;
        margin: -.02rem auto 0;
    }
    .shopMain-bottom>div{
        width: 50%;
        border: none;
        font-size: .16rem;
        line-height: .5rem;
    }
    .shopMain-bottom>div:last-child{
        background: #449bd9;
    }
    /*遮罩层*/
    .shop-modal{
        display: none;
    }
    .s-m-content{
        width: 80%;
        border-radius: 0.04rem;
    }
    .s-m-c-1{
        font-size: .12rem;
        font-weight: bold;
        /*height: 56px;*/
        padding: .1rem 0;
    }
    .s-m-c-2{
        font-size: .14rem;
        width: 100%;
        padding: .1rem 0;
        flex-direction: column;
        border-top: solid 1px silver;
        border-bottom: solid 1px silver;
    }
    .s-m-c-2>img{
        /*font-size: .14rem;*/
        width: 1.1rem;
        height: 1.1rem;
        margin: .01rem 0 0 0;
    }
    .s-m-c-3{
        font-size: .12rem;
        padding: .1rem 0;
    }
    .s-m-c-3>button{
        font-size: .12rem;
        color: #fff;
        width: .6rem;
        height: .3rem;
        background: #337ab7;
        border: solid 1px #2e6da4;
        border-radius: 0.04rem;
    }
    .s-m-c-3>button:hover{
        background: #2d618d;
    }

}
