/*----------------*/
/*|￥2.00|立即支付|*/
/*----------------*/
.myskin-form-group-fixed-bottom-m1 {
    width: 100%;
    height: 41px;
    background: #ffffff;
    position: fixed;
    bottom: 0;
}

.myskin-form-group-fixed-bottom-m1 > a {
    display: inline-block;
    border-width: 0px;
    border-top-width: 1px;
    border-top-style: solid;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.myskin-form-group-fixed-bottom-m1 > a:nth-of-type(1) {
    border-color: #C6C5C8;
    width: 50%;
    color: #ff473d;
}

.myskin-form-group-fixed-bottom-m1 > a:nth-of-type(2) {
    background: #ff473d;
    border-color: #ff473d;
    width: 50%;
    color: #ffffff;
}

/*-----------------*/
/*|取消订单|立即付款|*/
/*-----------------*/
.myskin-form-group-fixed-bottom-m2 {
    width: 100%;
    height: 41px;
    background: #ffffff;
    position: fixed;
    bottom: 0;
}

.myskin-form-group-fixed-bottom-m2 > a {
    display: inline-block;
    border-width: 0px;
    border-top-width: 1px;
    border-top-style: solid;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.myskin-form-group-fixed-bottom-m2 > a:nth-of-type(1) {
    background-color: #F7F7FA;
    border-color: #C6C5C8;
    width: 50%;
    color: #666;
}

.myskin-form-group-fixed-bottom-m2 > a:nth-of-type(2) {
    background: #ff473d;
    border-color: #ff473d;
    width: 50%;
    color: #ffffff;
}


.form-control-number1 button{
    margin: 13px 0;
    display: inline-block;
    width: 30px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    color: #4a4a4a;
    background: #f0f0f0;
    border: 1px solid #9b9b9b;
    height: 37px;
}

.form-control-number1 input[type=number] {
    width: 40px;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    -webkit-appearance: none;
    font-size: 13px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    border-radius: 0;
}