.po-container{
    width:1440px;
    margin:0 auto;
    height: 780px;
    background-color: rgba(255,255,255,1);
    color: rgba(16,16,16,1);
    font-size: 14px;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.4);
    position: relative;
    top: -170px;
    display: flex;
    box-sizing: border-box;
    padding: 40px 40px 50px 40px;
}
.po-item{
    height: 120px;
    box-sizing: border-box;
    padding: 26px 0 22px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(211,211,211,1);;
}
.po-left{
    width: 1000px;
}
.po-item-left-title{
    height: 28px;
    line-height: 28px;
    color: rgba(16,16,16,1);
    font-size: 20px;
}
.po-main-title{
    height: 40px;
    line-height: 40px;
    color: rgba(16,16,16,1);
    font-size: 24px;
    border-bottom: 1px solid  rgba(140,0,0,1);
}
.po-item-left-bottom{
    margin-top: 17px;
    color:rgba(102,102,102,1);
    font-size: 16px;
}
.po-item-left-bottom img{
    width: 25px;
    height: 25px;
}
.po-item-btn{
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #8C0000;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    border: 1px solid #8C0000;
}
.po-item-btn:hover{
    cursor: pointer;
}
.po-right{
    padding: 40px ;

}
.po-item-btn:hover{
    background-color: #8C0000;
    color: #fff;
}
.po-right-img{
    width: 400px;
    height: 220px;
}
.po-right-form{
    width: 400px;
    background-color: rgba(249,249,249,1);
    padding: 23px 19px 18px 21px;
    color: rgba(102,102,102,1);
    box-sizing: border-box;
}
.po-pic-btn{
    width: 60px;
    height: 20px;
    line-height: 20px;
    color: rgba(140,0,0,1);
    font-size: 14px;
    margin-top: 10px;
}
.po-pic-btn:hover{
    cursor: pointer;
}
.po-form-btn{
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: rgba(140,0,0,1);
    color: rgba(255,255,255,1);
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}
.po-form-btn:hover{
    cursor: pointer;
}
.po-form-row{
    display: flex;
}
.po-value-btn{
    outline: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 70px;
    height: 30px;
    border-radius: 100px;
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(187,187,187,1);
    font-size: 14px;
    line-height: 30px;
    margin-left: 10px;
    color: rgba(102,102,102,1);
}
.po-value-btn:hover{
    cursor: pointer;
}
.po-value-btn-active{
    border-color: rgba(140,0,0,1);
    color: rgba(140,0,0,1);
}

.po-field{
    font-size: 16px;
    position: relative;
    top:3px;
}
.po-concact{
    outline: none;
    margin: 0;
    padding: 0;
    width: 266px;
    height: 40px;
    border-radius: 5px;
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(211,211,211,1);
}
.po-textarea{
    outline: none;
    margin: 0;
    padding: 0;
    width: 266px;
    height: 156px;
    border-radius: 5px;
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(211,211,211,1);
}
.mt13{
    margin-top: 8px;
}
.po-upload-images{
    width: 266px;
    overflow:auto;
    box-sizing: border-box;
    background-color: #fff;
    padding: 5px;
}

.upload-title{
    color: rgba(16,16,16,1);
    font-size: 14px;
}
.img_wrapper{
    height: 75px;
    width: 75px;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.img_wrapper.add_img {
    background: url("/cdn/imgs/add_img.png") no-repeat center center;
    background-size: 30px 30px;

}
.upload-files{
    display: flex;
}
.upload_img{
    height: 125px;
}
.img_wrapper.add_img input {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: none;
    opacity: 0;
}
.img_wrapper img{
    width: 100%;
    height: 100%;
}