.bod {
    margin: 0 auto;
    width: 990px;
    background: #f7f6f6;
    box-sizing: border-box;
    padding: 40px;
}
.subject{
    width: 900px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    font-size: 12px;
    color: black;
}
.bill_name{
    font-size: 24px;
    line-height: 30px;
    margin: 10px auto;
    font-weight: 300;
    text-align: center;
}
.table{
    /* width: 907px; */
    border-collapse: collapse;
    border: 0;
    margin: 0;
    table-layout: fixed;
    padding: 0;
    border: 1px #7e7d68 solid;
    
}
.table tr td,th{
    height: 30px;
    line-height: 20px;
    border: 1px #7e7d68 solid;
    min-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    position:relative;
    /* font-size:15px; */
}
.sample{
    margin-top: 35px;
}
.text{
    border-bottom: 1px solid #000;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    line-height: 25px;
    height: 22px;
    vertical-align: middle;
    outline: 0;
    width: 190px;
    background: #f7f6f6;
    margin-left:10px;
}
.center{
    text-align: center;
}
.hint{
    padding-left: 10px;
    width: 907px;
}
.line{
    width: 150px;
}
.triangle{ 
    width: 0px; 
    height: 0px; 
    border-style: solid; 
    border-color: transparent transparent transparent red; 
    border-width: 4px; 
    transform:rotate(-45deg);
    position:absolute;
    right:-5px;
    top:-5px;
}
.tds{
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.tpad{
    margin-left:60px;
}
.red{
    background: rgb(241, 132, 132);
}
button{
    margin-left:10px;
    cursor: pointer
}
.del{
    margin: 0 auto;
}
.sample tr td input[type="text"]{
    width: 100%;
    height: 100%;
    border:none;
}
.submit{
    width: 80px;
    float: right;
    margin-top:60px;
    margin-right: 30px;
    margin-bottom: 60px;
}
.submit button{
    height:40px;
    padding:auto;
    background-color: rgb(233, 104, 107);
    color:#fff;
    border:0;
    margin-top: 10px;
    border-radius: 5px;
}
.pop_main {
    display: none;
}
.pop_con {
    width: 400px;
    height: 240px;
    background: #fff;
    border-radius: 4px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -150px;
    border: 1px solid #f0f0f0;
    z-index: 9999;
}
.pop_title {
    width: 100%;
    height: 40px;
    background: #157bef;
    border-radius: 4px;
}
.pop_detail {
    height: 150px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}
.pop_footer {
    height: 54px;
}
.pop_title h3 {
    float: left;
    margin: 0;
    margin-left: 10px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.pop_title a {
    float: right;
    width: 20px;
    height: 20px;
    background: #fff;
    margin: 10px 10px 0 0;
    text-decoration: none;
    line-height: 18px;
    text-align: center;
    font-size: 20px;
    border-radius: 4px;
}
#photoCover {
    height: 26px;
    width: 150px;
    margin-left: 80px;
    border: 1px solid #ccc;
}
#mybutton {
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    padding: 5px 15px;
    height: 30px;
    cursor: pointer;
}
.pop_detail span {
    margin-left: 80px;
    color: red;
    font-size: 15px;
}
.pop_detail img {
    margin-left: 80px;
}
.pop_footer .confirm, .pop_footer .cancel {
    float: right;
    width: 100px;
    height: 36px;
    background: #157bef;
    border: 0;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    margin: 9px 10px 0 0;
}
.mask {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    opacity: .3;
    filter: alpha(opacity=30);
    z-index: 9990;
}
.filetext{
    color: red;
    margin-left: 50px;
}
input:disabled{
    font-size: 12px;
    color: black;
}
#download{
    background-color: rgb(255, 255, 255);
    color: #000;
    border: 1px solid #ccc;
}
#download:hover{
    background-color: rgb(190, 189, 189);
}
#submit:hover{
    background-color: rgb(141, 61, 62);
}
.accessory_url{
    display: none;
}
.shc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 9980;
}
#shclDefault {
    width: 100px;
    height: 100px;
    margin: 10px auto;
}
.shcs{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.back{
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9990;
    opacity: 0.5;
}
.textarea{
    width: 760px;
    height: 80px;
}
.img{
    width: 700px;
}
.download{
    margin-left: 10px;
    text-decoration:none;
}
.h2{
    text-align: center;
    font-size: 30px;
    color: red;
}
#extract{
    width:100%;
}