@charset "utf-8";
.m-topBar {
    position: relative;
    padding: 0 10px;
    display: flex;
}
.m-topBar .goback {
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    background-image: url(../images/detail-back.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 8px;
}
.m-topBar .title {
    width: 200px;
    font-size: 16px;
    text-align: center;
    padding: 12px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: auto;
}
.con {
    width: 100%;
    font-size: 14px;
    padding: 0px 15px;
    border-bottom: 2px solid #f4f4f4;
}
.con .empty-bar {
    line-height: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    padding-top: 7px;
    margin-right: 12px;
}
.con p{
    padding: 5px 0px;
}
.m-list {
    padding: 0px 15px;
    background-color: #fff;
    margin-bottom: 10px;
}
.m-list + .m-list {
    border-top: 2px solid #f4f4f4;
}
.m-list .main .li-title{
    border-bottom: solid 1px #ddd;
    margin-bottom: 5px;
}
.m-list .item {
    overflow: hidden;
}
.m-list .tt{
    line-height: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    padding-top: 7px;
    margin-right: 12px;
}
.m-list .item  .field {
    box-sizing: border-box;
}
.m-list .item  .field dd dl{
    position: relative;
    display: inline-block;
    padding: 4px;
    background: #eee;
    box-sizing: border-box;
    border: solid 2px #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.m-list .item  .field dd dl:after{
    content: ".";
    width: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
}
.m-list .item  .field dd dl p{
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

.m-list .item  .field dd dl input{
    position: absolute;
    opacity: 0;
}
.m-list .item  .field dd dl img {
    width: 100%;
}
.m-list .item  .field .active {
    border: solid 2px red;
}
.m-list .item  .field .has-img {
    max-width: 32%;
    width: 32%;
    /*float: left;*/
}
.m-list .item  .field .has-img:nth-of-type(3n-1) {
    margin: 0 2% 10px;
}

.m-selnum{
    display: inline-block;
    width: 142px;
    height: 32px;
    background-image: url(../images/selnum.png);
    background-size: 100% 100%;
}
.m-selnum .less {
    position: relative;
    float: left;
    width: 41px;
    height: 32px;
}
.m-selnum .more{
    width: 41px;
    height: 32px;
    float: right;
}
.m-selnum .textWrap {
    position: relative;
    width: 60px;
    text-align: center;
    font-size: 14px;
    float: left;
    height: 32px;
    line-height: 32px;
}
.m-selnum .textWrap input {
    position: relative;
    z-index: 1;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    line-height: 100%;
    height: 90%;
}
.form {
    border-top: 10px solid #f4f4f4;
    padding: 0 15px;
    background-color: #fff;
}
.form .address-bg {
    display: block;
    width: 100%;
    height: 12px;
    /*background: url(../images/address-bg.png) repeat-x;*/
    background: url(../images/order_address.jpg) repeat-x;
    background-size: 74px 6px;
}
.form .form-main .delivery-time{
    text-align: center;
    padding-bottom: 5px;
    color: #2f2f94;
 }
 .form .form-main .field {
    background-color: #fff;
    color: #999;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border-bottom: 1px solid rgba(217, 217, 217,0.6);
    line-height: 41px;
 }
 .form .form-main .field .input-label {
    margin-bottom: 0;
    width: 20%;
    color: #666;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 14px;
}
.form .form-main .field .cell {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    max-width: 100%;
    display: block;
    padding: 0 !important;
    position: relative;
    font-size: 14px;
}
.form .form-main .field .inputText {
    width: 100%;
    color: #666;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    line-height: 18px;
    padding: 10px 0;
    outline: none;
}

.form .total{
    padding: 10px; 
    background-color: #fff; 
    text-align: right;
}
.form .total .line{
    font-size:14px;
}
.form .total .line .red {
    color: red;
    font-size: 18px;
}
.submit-btn {
    text-align: center; 
    padding: 10px 0px;
    background: #f4f4f4;
}
.submit-btn .btn {
    width: 70%;
    margin: 0 auto;
    border: 0;
    font-size: 16px;
    color: #fff;
    height: 40px;
    background: red;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.prompt{
    padding: 15px; 
    background: #fff;
    font-size: 14px;
    color: #666;
    text-align: left;
    margin-top: 10px; 
    margin-bottom: 20px;
}
.prompt a{
    outline: 0;
    color: #b4282d;
}
@media screen and (min-width: 640px){
    .checkout-product {
        width: 640px;
        margin: 0 auto;
    }
}