mark{
    background: none;;
    color: #fe743e;
    padding: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.modal-dialog{
    position:absolute;
    width:auto;
    margin:auto;
    left:0;
    right:0;
    top:50%;
    transform: translate(0,-100%);
}
.modal-backdrop.in{
    opacity: .3;
}
.modal.in .modal-dialog{
    -webkit-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
.cart_modal .modal-dialog{
    width: 600px;
}
.cart_modal .modal-content{
    box-shadow: none;
    border: 1px solid #f84139;
    border-radius: 0;
}
.cart_modal .modal-header{
    background-color: #f84139;
    color: #fff;
    padding: 10px 15px;
}
.cart_modal .modal-header .close{
    color: #fff;
    opacity: .9;
}
.cart_modal .modal-body{
    width: 100%;
    overflow: hidden;
}
.cart_modal .modal-body .body_left{
    width: 60%;
    border-right: 1px solid #e4e4e4;
    float: left;
    box-sizing: border-box;
}
.cart_modal .form-group{
    margin: 0;
}
.cart_modal .form-control-static{
    padding: 5px 0;
    min-height: 0;
}
.cart_modal .col-sm-3{
    padding-top: 5px;
}
.cart_modal .col-sm-9{
    color: #6c6c6c;
}
.cart_modal .form-control-static .radio-inline{
    padding-top: 0;
}
.cart_modal .col-sm-3, .cart_modal .col-sm-9{
    padding-left: 5px;
    padding-right: 5px;
}
/*form左侧字体两端对齐*/
/*.cart_modal .form-group label.col-sm-3{*/
    /*text-align:justify;*/
    /*text-align-last: justify;*/
    /*text-justify: inter-word;*/
    /*width: 66px;*/
/*}*/

.cart_modal .modal-body .body_right{
    width: 40%;
    float: right;
}
.cart_modal .modal-body .body_right table{
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    color: #6c6c6c;
}
.cart_modal .modal-body .body_right table th{
    width: 50%;
    font-weight: normal;
}
.cart_modal .modal-body .body_right table td{
    padding-top: 5px;
    padding-bottom: 5px;
}
.body_right table tr td:nth-child(1), .body_right table tr th:nth-child(1){
    padding-left: 30px;
}
.cart_modal .modal-footer{
    border: none;
    padding: 15px 0;
}
.cart_modal .modal-footer .cart_price{
    background-color: #f2f2f2;
    overflow: hidden;
}
.cart_modal .cart_price .one-third{
    width: 33.33333333%;
    float: left;
    color: #6c6c6c;
    text-align: left;
}
.cart_modal .cart_price .one-third label{
    font-weight: normal;
    margin: 8px 0;
}
.cart_modal .cart_price .one-third .unit-price{
    padding-left: 20px;
}
.cart_modal .cart_price .one-third .unit-price input{
    display: inline-block;
    width: 100px;
    border: none;
    background: none;
    color: #fe743e;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
}
.cart_modal .cart_price .one-third .total-price input{
    display: inline-block;
    width: 100px;
    border: none;
    background: none;
    color: #fe743e;
    height: 32px;
    line-height: 33px;
    vertical-align: middle;
}
.cart_modal .cart_price .num .num_box{
    margin-left: 10px;
    display: inline-block;
}
.cart_modal .num .num_box button{
    display: inline-block;
    width: 22px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #e4e4e4;
    background-color: #f2f2f2;
    text-align: center;
    outline: none;
    vertical-align: top;
}
.cart_modal .num .num_box input{
    display: inline-block;
    width: 50px;
    height: 32px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-left: none;
    border-right: none;
    outline: none;
    text-align: center;
}
.cart_modal .button_row{
    display: block;
    margin: 15px auto 0px;
    text-align: center;
}
.cart_modal .button_row .btn-submit{
    background-color: #f84139;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 5px;
    height:30px;
}
.cart_modal .button_row .btn-ask{
    display: inline-block;
    background-color: #dfeefc;
    border-radius: 3px;
    color: #318eec;
    padding: 5px 10px;
}

.success_modal .modal-dialog{
    width: 450px;
}
.success_modal .modal-content{
    box-shadow: none;
    border: 1px solid #f84139;
    border-radius: 0;
}
.success_modal .modal-header{
    padding: 5px;
    border: none;
}
.success_modal .modal-body{
    padding: 0 0 0 100px;
    position: relative;
}
.success_modal .modal-footer{
    padding: 0 0 20px 100px;
    text-align: left;
    border: none;
}
.success_modal .ic-success{
    font-size: 40px;
    position: absolute;
    color: #2EAF01;
    left: 50px;
    top: 10px;
}
.success_modal .btn-check{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    font-size: 14px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    user-select: none;
    color: #fff;
    background-color: #f84139;
    padding: 4px 13px 5px;
    border: 1px solid #da251d;;
}
.success_modal .btn-continue{
    border: none;
    background: none;
}
.success_modal .btn-continue:focus{
    outline: none;
}

