.contect{
    margin-top: 48px;
}

.shopping-main{
    float:left;
    width: 680px;
    padding-right: 60px;
    border-right: 1px solid #e6e6e6;
}

.form-item-row{
    margin-bottom: 40px;
}

.input-title{
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
}

.form-item-width5{
    width: 50%;
}

.form-item-width100{
    width: 100%;
}

.form-input{
    width: 100%;
    height: 40px;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    padding: 2px 15px;
    box-sizing: border-box;
    outline: none;

}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#b3b3b3;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#b3b3b3;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#b3b3b3;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#b3b3b3;
}

.form-input:focus{
    border-radius: 6px;
    border: 1px solid #208B3B;
    caret-color:#208B3B;
}

.form-textarea{
    width: 100%;
    height:80px;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    padding: 8px 15px;
    box-sizing: border-box;
    outline: none;
}

.form-textarea:focus{
    border-radius: 6px;
    border: 1px solid #208B3B;
    caret-color:#208B3B;
}

.form-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    background: #26b44b;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 37px;
    outline: none;
    transition: all 0.3s;
    margin-top: 20px;
}
.form-btn:hover{
    background: #37cd5e;
}
.form-center{
    position: relative;
}

.input-tips-right {
    position: absolute;
    top: 50%;
    transform: translate(8px, -50%);
    width: 100%;

}
.input-tips {
    color: #B3B3B3;
    font-size: 14px;
}
.form-block{
    margin-bottom: 10px;
}

.select-style{
    position: relative;
}
.form-select{

    /* border-radius: 6px;
    outline: none;
    height: 40px;
    width: 100%;
    font-size: 16px;
    padding-left: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
}

/*.select-style:after {
    content:"▼";
    padding: 12px 8px;
    position: absolute;
    right: 15px; top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}*/

.down_arrow{
    color: #000;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0,-50%);
}

.form-inline{
    /*display: inline-block;*/
    width: 200px;
    float:left;
    margin-right: 8px;
}

.form-inline:last-child{
    margin-right: 0;
}

.product{
    float:right;
    margin-right: 39px;
}

.product .info{
    width: 400px;

    /*border: 1px solid #E6E6E6;*/
    border-radius: 10px;
}
.product .info .goods{
    /*padding: 25px 33px;*/
    padding-bottom: 32px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}

.product .info .goods .goods-box{
    position: relative;
}
.product .info .goods img{
    float:left;
    width: 80px;

}
.product .info .goods .goods-name{
    float:left;
    font-size: 14px;
    color: #333333;
    margin-left: 16px;
/*    width: 160px;*/
}

.product .info .goods .suit{
    color: #fff;
    font-size: 14px;
    width: 96px;
    height: 32px;
    background: #00A629;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.product .info .total{
    /*padding: 25px 33px;*/
    margin-top: 20px;
}


.count{
    /*border-bottom: 1px solid #E6E6E6;*/
    padding-bottom: 12px;
}
.count p{

    font-size: 14px;
    text-align: right;
}

.count .total-row{
    margin-bottom: 10px;
}

.count .title{
    font-weight: 500;
    float:left;
}

.count .s-price{
    color: #B3B3B3;
    margin-right: 14px;
}

.count .l-price{
    color: #333;
}

.count .r-price{
    color: #FA3737;
}

.amount{
    border-bottom: none;
    margin-top: 20px;
}

.spec{
    margin-top: 20px;
    justify-content: center;

}
.spec-item{
    font-size: 14px;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 15px;

}
.spec-item .spec-btn{
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    text-align: center;
    border-radius: 6px;
    color: #333;

}

.spec-item .spec-price{
    color: #B3B3B3;
    text-align: center;
}

.activate .spec-price{
    color: #FA3737;
}

.activate .spec-btn{
    border: 1px solid #00A629;
    color: #00A629;
}

.deliver-inline{
    display: inline-block;
    margin-right: 30px;
}


header{
    background-color: #00A629;
}

.header-box{
    position: relative;
}

header .place{
    float:left;
    width: 63%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;

}

header .container{
    position: relative;
    z-index: 2;


}
.place .step{
    height: 72px;
    background: linear-gradient(106deg,transparent 21px,#fff 0);
    text-align: center;
    padding-top: 12px;
}
.place .conceal{
    height: 48px;
    line-height: 46px;
    background: linear-gradient(66deg,transparent 20px,#2f9448 0);
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.separate{
    height: 47px;
    background: #F5F5F5;
    width: 100%;
}

.step-title{
    font-size: 20px;
    float:left;
    align-self: center;
    margin-right: 59px;
    padding-bottom: 5px;
}

.step-box{
    float:left;
    position: relative;
}
.step-box .step-item{
    text-align: left;
    display: inline-block;
    margin-right: 56px;
    align-self: center;
    position: relative;
    z-index: 2;
}
.step-box .step-item .circle{
    background-color: #00A629;
    margin: 0;
    border-radius: 50%;
    /*padding: 1.5px 7.4px;*/
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
}

.step-inline{
    display: inline-flex;
    justify-content: center;
    margin-right: 120px;

}

.step-box .step-item .explain{
    margin-top: 5px;
    font-size: 16px;
}

.step-inline .dotted-line{
    border-bottom:1px dashed #E6E6E6;
    height: 1px;
    width: 350px;
    position: absolute;
    top: 12px;
    z-index: 1;
}

.radioHidden{
    display: none;
}
.radioInput{
    display: inline-block;
    width:13px;
    height:13px;
    border:1px solid #e6e6e6;
    border-radius:100%;
    margin-right:10px;
    vertical-align: middle;
    position: relative;
}
.radioHidden:checked + .radioInput:after{
    content:"";
    display: inline-block;
    width:8px;
    height:8px;
    background:#000;
    border-radius:100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.radioHidden:checked + .radioInput{
    border:1px solid #e6e6e6;
}

.radioHidden:checked + label .radioInput:after{
    content:"";
    display: inline-block;
    width:10px;
    height:10px;
    background:#000;
    border-radius:100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.radioHidden:checked + label .radioInput{
    border:1px solid #e6e6e6;
}

.point{
    width: 100%;
    height: 64px;
    background: #F7F7F7;
    border-radius: 6px;
    line-height: 61px;
}

.point{
    position: relative;
}

.point p{
    font-size: 32px;
    text-align: center;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
}

.point a{
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 16px;
}
.point a i{
    margin-right: 5px;
}

.order-submit-desc{
    font-size: 14px;
    text-indent: -0.8em;
    margin-left: 0.8em;
}

.order-submit-desc p{
    margin-bottom: 10px;
}

.remove-cart{
    color: #999;
    position: absolute;
    right: 0;
    font-size: 14px;
}

.remove-cart:hover{
    color: #ff2121;
}

.cart-goods-price{
    position: absolute;
    right: 0;
    bottom: 7px;
    font-size: 14px;
}

.cart-goods-num{
    position: absolute;
    left: 95px;
    bottom: 0;
    font-size: 14px;
    display: flex;
}

.cart-goods-num .cart-goods-num-text{
    float:left;
    align-self: center;
}

.su-cart {
    position: relative;
    width: 120px;
    float: left;
}

.cart-input {
    width: 120px;
    height: 28px;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    font-size: 14px;
}

.su-cart i {
    font-size: 14px;
    position: absolute;
    width: 30px;
    text-align: center;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
    color: #000;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.cart-add {
    right: 0;
}

.cart-reduce {
    left: 0;
}

.cart-box .goods{
    margin-bottom: 32px;
}

.cart-box .goods:last-child{
    margin-bottom: 0;
}

.last-tips{
    text-align: center;
    font-size: 12px;
    color: #666;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 15px);
}
.last-tips i{
    vertical-align: bottom;
    font-size: 14px;
    margin-right: 5px;
}
.last-tips span{
    vertical-align: middle;
}


.stores{
    margin-top: 40px;
    margin-bottom: 40px;
    height: 72px;
    overflow: hidden;
}

.store-item{
    display: flex;
    margin-bottom: 20px;
}
.store-input{
    float:left;
    align-self: center;
}
.store-info-box{
    width: 430px;
    height: 72px;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: inline-block;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    float:left;
    margin-left: 26px;
}

.store-info-box-vate{
    border: 1px solid #000;
}

.store-info-box label{
    height: 72px;
    display: block;
}

.store-info{
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex; */
}
.store-text{
    float:left;
    align-self: center;
    margin-left: 20px;
}
.store-text .store-name{
    font-size: 16px;
    font-weight: 500;
}

.store-text .store-address{
    font-size: 14px;
    font-weight: 300;
    color: #A6A6A6;
}

.store-icon{
    width: 28px;
    float:left;
    align-self: center;
}
.store-icon img{
    width: 100%;
}

.editor-store{
    position: absolute;
    right: 0;
    top: 20px;
}
.editor-store a{
    display: inline-block;
    text-align: center;
    width: 105px;
    height: 30px;
    line-height: 30px;
    background: #208B3B;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
}
