body{ overflow: auto !important;}
.modal{ overflow: auto !important;}
img[src=""],img:not([src]){
    opacity:0;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #c5c5c5;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c5c5c5;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c5c5c5;
}
input:-ms-input-placeholder {
    color: #c5c5c5;
}
.f-l {
    float: left;
}
.f-r {
    float: right;
}
.relative {
    position: relative;
}
.inline_block {
    display: inline-block;
}
.block {
    display: block;
}
.ofyScroll {
    overflow-y: scroll;
}
.fw-b {
    font-weight: bold;
}
.w_10 {
    width: 10%;
}
.w_15 {
    width: 15%;
}
.w_20 {
    width: 20%;
}
.w_30 {
    width: 30%;
}
.w_40 {
    width: 40%;
}
.w_50 {
    width: 50%;
}
.w_100 {
    width: 100%;
}
.w100 {
    width: 100px;
}
.h-100 {
    height: 100px;
}
.h-150 {
    height: 150px;
}
.min-w-800 {
    min-width: 800px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-40 {
    padding-left: 40px;
}
.mb-15 {
    margin-bottom: 15px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-50 {
    margin-left: 50px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-20 {
    margin-right: 20px;
}
.ml-30 {
    margin-left: 30px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-20 {
    margin-top: 20px;
}
.l-30 {
    line-height: 30px;
}
.l-40 {
    line-height: 40px;
}
.color_red{
    color:red;
}
.min_w_1000{
    min-width:1000px;
}
.text-input{
    width:164px;
    border-color: #D2D2D2 !important;
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
}

.table_click{

}



/*修改的样式*/
#attachment .col-xs-1{
    margin-left: -56px;
    margin-top: -7px;
    height: 20px;
    width: 46px;
    opacity: 0.4;

}
#attachment .col-xs-1:hover{
    cursor:pointer;
    opacity: 0.9;
}
#attachment .col-xs-3{
    height: 50px;
    width: 80px;

    position: static;
    margin-bottom: 10px;
    margin-right: 18px;

}

#attachment .col-xs-6{
    height: 50px;
    width: 80px;
    overflow: hidden;
    position: static;
    margin-right: 18px;
    margin-bottom: 10px;

}

#attachment .col-xs-6:hover{
    overflow: inherit;
    position: static;


}

#attachment .col-xs-6 a{

    height: auto;
    position: static;
    height: 50px;
    width: 80px;
}
/*#attachment .col-xs-6 div:hover{
    background-color:#909aa6;
    height: auto;
    position: relative;
    height: 50px;
    width: 80px;
}*/
#attachment .col-xs-6 a:hover{
    background-color:#909aa6;
    height: auto;
    position: relative;
    height: 50px;
    width: 80px;
}


.addr{
    font-size: 22px;
    line-height: 29px;
    position: absolute;
    right: 1%;
    top:3px;
    cursor:pointer;
}

.addr:hover{
    color: #0c20b6;

}

.hidden {
    display: none !important;
}

#attachment .col-xs-99{
    height: 150px;
    width: 250px;

    position: static;
    margin-bottom: 10px;
    margin-right: 18px;

}