/*返回顶部按钮隐藏*/
.scrollBtn{
    display: none;
}

/*打印模板文件里的border重叠问题*/
table{
    border-collapse: collapse !important;
    border-spacing: 0;
}
/*table,tr,td{
	border: 1px solid blue;
}*/
table table{
    border-top:none;
    border-bottom:none;
    border-left:none;
    border-right:none;
}
table+table{
    border-top: none;
}
table table td,table table tr{
    border-top:none;
    border-bottom:1px solid #000;
}
table table tr{
    border-left:none;
    border-right: none;
}
table tr:last-child{
    border-bottom:none;
}
table table td{
    border-left:1px solid #000;
}
table table tr>td:first-child{
    border-left: none !important;
}
table table tr>td:last-child,table table tr>td:first-child{
    border-right: none;
}


.result_box{
    width:100%;
    height:6.66rem;
    background-image:linear-gradient(to top,#c4cbd5,#e9eef7);
}
.show_row{
    border:none;
}
.show_row .show_row{
    padding-left:0.5rem;
}
.price_box{
    color:#5294f8;
}
.price_part{
    border-bottom:2px solid #f7f7f7;
}
.price_partName{
    margin:0.5rem 0.5rem 0 0.5rem;
}
.totleNum{
    font-size:0.8rem;
}
.price_titleName{
    text-align:center;
    font-size:0.53rem;
    padding:0 0.2rem;
    color:#666;
}
.price_titleName:nth-of-type(1){
    padding-top:0.4rem;
}
.price_titleValue{
    font-size:1.05rem;
    color:#ad8135;
}
.price_titleContent{
    text-align:center;
    color:#fff;
    font-size:1.05rem;
    color:#ad8135;
}
.price_inputbtn{
    width:15rem;
    margin:0 auto;
    position:relative;
}
.price_inputbtn input{
    border:none;
    outline:none;
    width:4rem;
    background:#e0e4ea;
    color:#fff;
    font-size:0.53rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
    margin:0.2rem 0.4rem;
    padding:0.1rem 0;
    color:#666;
}

/*试算结果*/
.result_ul{
    font-size:0.53rem;
    color:#666;
    background: #fff;
}
.result_ul>li>div:first-child{
    font-size:0.65rem;
    color:#383838;
    padding:0 0.5rem;
    background: #f2f3f8;
    line-height: 40px;
}
.result_ul>li>div+ul{
    padding:0 0.5rem;
}
.result_ul ul li{
    line-height:1.5rem;
    border-bottom:0.05rem solid #f6f6f6;
    zoom:1;
}
.result_ul ul li:after{
    content:".";
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
}
.result_ul input {
    border: 1px solid #003cff;
}
.result_name,.result_parame{
    display: inline-block;
}
.result_name{
    width:6rem;
    float: left;
}
.result_parame{
    color:#6c9aff;
    width:8rem;
    float: right;
    text-align: right;
}
.result_parame input{
    text-align:right;
    padding-right:8px;
}
.result_prices{
    margin:0.3rem 0 0.3rem 0.5rem;
    font-size:0.58rem;
    border: 0.05rem solid #adc0e5;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
    display: inline-block;
    padding:0.2rem 0.5rem;
}
.result_price{
    color:#ad8135;
}
.tab{
    width:100%;
}
.result_parame input{
    color:#6c9aff;
    border:0.05rem solid #d6d6d6;
    outline: none;
}

/*生成销售单*/
.add_modal{
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: rgba(0,0,0,0.1);
    z-index: 100;
    display: none;
}
.addPrice_win{
    width:12.5rem;
    height:9rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    background: #fff;
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-6.25rem;
    margin-top: -5.5rem;
}
.addPrice_win h3{
    height:1.5rem;
    line-height:1.5rem;
    background:#383838;
    color:#fff;
    font-size:0.53rem;
    font-weight: 100;
    -webkit-border-radius: 0.25rem 0.25rem 0 0;
    -moz-border-radius: 0.25rem 0.25rem 0 0;
    border-radius: 0.25rem 0.25rem 0 0;
    text-align: center;
}
.add_form{
    width:10.5rem;
    margin: 0 auto;
    font-size:0.53rem;
    color:#666666;
}
.main_table_title{
    margin-top:0.5rem;
    margin-left:0.8rem;
    width:86%;
}
.main_table_title_span{
    display: block;
    margin: 0;
}
.adapter{
    width:10.5rem;
    height:25px;
}
.adapter_structure{
    height:24px;
}
/*.price_btn{
    margin:0 0.5rem;
    border:none;
    outline: none;
    height:1rem;
    padding:0 1.5rem;
    color:#fff;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    margin-top: 0.5rem;
}*/
/*.price_ok{
    background: #53a6ff;
}
.price_cancel{
    background: #c4c8cc;
}*/
.textbox-text{
    background: #fff;
    text-align: left!important;
}
/*头部*/
.sale_title{
    width:100%;
    height:2rem;
    background:#fff;
    display:box;
    display:-webkit-box;
    display:-moz-box;
}
.sale_title div{
    box-flex:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    text-align:center;
    line-height:2rem;
}
.sale_title div span{
    padding-bottom:0.6rem;
}
.active{
    border-bottom:#729aff solid 2px;
    color:#729aff;
}
/*销售明细*/
.sale_detailed{
    display:none;
}
.sale_detailed_content{
    margin-top:0.3rem;
    background:#fff;
}
.sale_detailed_content li{
    width:100%;
    height:1.5rem;
    line-height:1.5rem;
    font-size:0.53rem;
    font-family:'黑体';
    color:#666;
}
.result_catgory{
    float:left;
    margin-left:0.5rem;
}
.result_other{
    float:right;
    margin-right:0.5rem;
}
.active_block{
    display:block;
}
.but_set{
    position:absolute;
    left:33.9%;
    top:0.25rem;
}
.show_row{
    line-height:1.5rem;
    border-bottom:1px solid #f2f3f6;
}
.padding_10{
    padding:0 0.5rem;
}
.set_change_width{
    width:10.8rem;
    text-align:right;
}
table:nth-of-type(1){
    width:100%;
}
table table{
    width:100%;
}

td{
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
 }

