/* -----------------------------------------1.上传采购订单---------------------------- */
.banner1{
    /* height: 300px; */
    /* background: #147100; */
    /* height: 500px; */
    position: relative;
    overflow: hidden;
}
.banner1 img{
    width: 100%;
    height: auto;
}
.banner1 a{
    display: inline-block;
    padding:10px 20px;
    position: absolute;
    right: 18%;
    bottom:2px;
    background: #ff7e00;
    color: #fff;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.caigou_1200{
    width: 1200px;
    margin:0 auto;
}
.up1_dingdan{
    margin-top:20px ;
    line-height: 40px;
}
.bg_number{
    display: inline-block;
    width: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: url(../../images/agent/tit_t.png) no-repeat;
    text-indent: -0.7em;
    line-height: 40px;
}
.dingdan_list{
    margin-top:20px ;
    line-height: 40px;
    padding-bottom: 40px;
}
.tj_box{
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
}
.tj_box .tj_tp{
    border:none;
    border-radius: 5px;
    width: 130px;
    height: 40px;
}


.up_neirong{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 10px;
    line-height: 30px;
}
.up_neirong .left input{
    width: 143px;
    height: 143px;
}
.tj_box .tj_tp {
    border: none;
    border-radius: 5px;
    width: 120px;
    height: 40px;
    margin: 0 auto 28px;
}

.fileinput-button {
    position: relative;
    width: 143px;
    border-radius: 5px;
    /* margin:0 auto; */
    margin-right: 30px;
    overflow: hidden;
}

.fileinput-button input{
    position: absolute;
    right: 0px;
    width: 130px;
    height: 40px;
    top: 0px;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
}
.dingdan_list table{
    width: 94%;
    margin: 0 auto;
}
.dingdan_list table tr{
    line-height: 35px;
    border-bottom: 1px solid #eaeaea;
}
.dingdan_list table tr:last-child{
    border:none;
}
/* 完善信息弹框 */
.alert_wanshan{
    line-height: 60px;
    width: 380px;
}
.alert_wanshan .title{
    border-bottom: 1px solid #dcd4d4;
}
.alert_wanshan p{
    width: 80%;
    margin:0 auto;
}
.alert_wanshan p span{
    display: inline-block;
    min-width: 80px;
}
.alert_wanshan p input{
    width: 200px;
    padding-left: 5px;
    height: 34px;
    border: 1px solid #dcd4d4;
    border-radius: 5px;
}
.alert_wanshan .zycp{
    width: 80%;
    margin:0 auto;
    display: flex;
}
.alert_wanshan .zycp>span{
    display: inline-block;
    min-width: 80px;
}
.alert_wanshan .zycp input{
    width: 72px;
}
.alert_wanshan .zycp .delinp{
    margin-left: 5px;
}
.alert_wanshan .zycp img{
    width: 15px;
    height: 15px;
    vertical-align: middle;
}
/* 底部banner */
.banner2{
    margin-top: 20px;
    height: 420px;
    /* background: #733cbb; */
}
.banner2 img{
    width: 100%;
}
/* -------------------------------------------------报价---------------------------------- */

.bj_content{
    overflow: auto;
    background: #fff;
    border-radius: 3px;
    position: relative;
}
 .bj_content>img{
    width: 20px;
    height: 20px;
    position: absolute;
    top:10px;
    right: 10px;
    cursor: pointer;
}
 .bj_content table tr{
    border-bottom: 1px solid #d2d2d2;
    line-height: 40px;
}
 .bj_content table tr td{
    border: 1px solid #d2d2d2;
}
 .bj_content table tr td input{
    border:1px solid #d2d2d2;
    line-height:25px;
    border-radius: 3px;
    padding: 0 10px;
    width: 150px;
}
.bj_content table tr td input.one_price{
    width: 50px;
}
 .bj_content table span {
    margin-right: 10px;
}
 .bj_content .bj_tan {
    margin-bottom: 30px;
}
 .bj_content .bj_tan table tr td{
    text-align: left;
    padding-left: 20px;
}
 .bj_content .bj_tan table tr td:first-child{
    background: #f1f1f1;
    width: 200px;
}
 .bj_content .tj_btn {
    width: 180px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 3px;
    margin: 0 auto 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
}
/* --------------------------------采购单支付-------------------------- */
.pay_way{
    margin: 0 auto;
    margin-top: 20px;
    width: 600px;
}
.pay_way label {
margin-right: 75px;
cursor: pointer;
}
.pay_way label:last-child{
    margin-right: 0;
}
.pay_way label>img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.pay_way label span img{
    vertical-align: middle;
    margin-right: 10px;
}
.pay_way label input {
    opacity: 0;
}

.pay_message {
    display: none;
    margin-top: 40px;
    line-height: 50px;
    color:#666;
}
.pay_message table{
    width: 600px;

    border:1px solid #d2d2d2
}
.pay_message table tr{
    border-bottom: 1px dotted #d2d2d2;
}
.pay_message table tr td:first-child{
    width:150px;
    background: #f5f5f5;
    text-align: right;
}

.upload-box {
   display: none;
    margin-top: 22px;
}

.img-section {
    margin-top: 20px !important;
}
.img-section .z_photo {
    /* padding-left: 20px; */
    width: 600px;
    margin: 0 auto;
    text-align: left;
}
.dates_pic {
    position: absolute;
    top: 23px;
    right: 10px;
    cursor: pointer
}

.pay_btn_div {
    width: 100%;
    text-align: center;
    margin: 40px auto;
}

.pay_btn {
    width: 180px;
    height: 40px;
    line-height: 40px;
    background-color: #ff7e00;
    color: #fff;
    border-radius: 3px;
}

.online_pay,
.ed_pay{
    width: 95%;
    margin: 20px auto;
    /* background-color: #f5f5f5; */
}

.online_pay ul,
.ed_pay ul{
    overflow: hidden;
    /* margin: 10px 20px; */
    padding: 20px 0px;
}

.online_pay ul li,
.ed_pay ul li{
    float: left;
    list-style: none;
    margin: 0 10px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}

.online_pay ul li label,
.ed_pay ul li label {
    display: inline-block;
    width: 190px;
    height: 55px;
    line-height: 55px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.online_pay ul li label input[type=radio],
.ed_pay ul li label input[type=radio] {
    margin: 0px 20px;
}

.pay_money_input {
    position: relative;
}