.table th{
    background-color: #f9f9f9;
}
.table a:hover, .table a:visited, .table a:focus{
    text-decoration: none;
}
.table tr:nth-child(2) td{
    border-top: none;
}
.table>tbody>tr>th{
    vertical-align: middle;
    border-top: none;
    font-weight: normal;
    color: #000;
}
.table>tbody>tr>th:nth-child(1){
     width: 13.5%;
}
.table>tbody>tr>th:nth-child(2){
    width: 15.8%;
}
.table>tbody>tr>th:nth-child(3){
    width: 9%;
}
.table>tbody>tr>th:nth-child(4){
    width: 19.6%;
}
.table>tbody>tr>th:nth-child(5){
    width: 7.4%;
}
.table>tbody>tr>th:nth-child(6){
    width: 7%;
}
.table>tbody>tr>th:nth-child(7){
    width: 7.9%;
}
.table>tbody>tr>th:nth-child(8){
    width: 9.4%;
}
.table>tbody>tr>th:nth-child(9){
    width: 10.3%;
}
.table p{
    margin: 0;
}
.table tr{
    border-top: 1px solid #f2f2f2;
}
.table mark{
    background: none;;
    color: #fe743e;
    padding: 0;
}
.table td{
    color: #676767;
}
.table .download{
    color: #c1c1c1;
}
.table .btn-add{
    background-color: #f84139;
    border: none;
    border-radius: 3px;
    width: 90px;
    height: 36px;
    font-size: 14px;
    color: #fff;
}
.table .btn-ask{
    background-color: #dfeefc;
    border: none;
    border-radius: 3px;
    width: 90px;
    height: 36px;
    font-size: 14px;
    color: #4a7bea;
}



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;
}
.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;
    background-color: #fff;
    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{
    border: 1px solid #0e6fd1;
    background-color: #f84139;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 5px;
}
.cart_modal .button_row .btn-ask{
    display: inline-block;
    background-color: #dfeefc;
    border: 1px solid #abd3fc;
    border-radius: 3px;
    color: #318eec;
    padding: 5px 10px;
}





