body {
    font-family: "Microsoft YaHei", Arial;
    margin: 0;
}

img {
    border: none;
    padding: 0;
    margin: 0;
    display: inherit;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: "Microsoft YaHei", Arial;
    margin: 0;
}

input,
button,
select,
textarea {
    font-size: 12px;

}

input::-webkit-input-placeholder{
     color: #acacac !important;
 }

a {
    text-decoration: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.box {
    border-radius: 0;
    border: 1px solid #f0f0f0;
    box-shadow: none;
}

.page .total {
    text-align: left;
}

.page .rows {
    color: #999;
    font-size: 12px;
}

.page .list {
    text-align: right;
}

.page .list a,
.page .list span {
    display: inline-block;
    padding: 0 20px;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    color: #666;
    font-size: 12px;
    background: #f7f7f7;
    margin-right: 5px;
    height: 34px;
    line-height: 34px;
}

.page .list span.current,
.page .list a:hover {
    background: #30a1d9;
    color: #fff;
    text-decoration: none;
}

.checkbtn {
    display: inline-block;
    padding: 0 10px;
    background: #e6f2f0;
    border-radius: 2px;
    color: #7c9abc;
    font-size: 12px;
    border: solid 1px #e2f2ef;
    height: 24px;
    line-height: 24px;
}
.checkbtn:hover{
    background: #e1f1ee;
    color: #7c9abc;
}

.delbtn {
    display: inline-block;
    padding: 0 10px;
    background: #dd4b39;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    border: solid 1px #dd402c;
    height: 24px;
    line-height: 24px;
}
.delbtn:hover{
    color: #fff;
    background: #dd6354;
}

.col_red{
    color: #dd402c;
}

.body_box {
    margin-left: 30px;
    margin-top: 30px;
    background: white;
}

.body_box .breadcrumb {
    padding: 8px 15px;
    list-style: none;
    border-bottom: 1px solid #eeeeee;
    background-color: white;
}

.body_box .breadcrumb .active {
    font-size: 16px;
    color: #666666;
}

.body_box .content {
    width: auto;
    margin: 0 5%;
}

.body_box .content .form-group {
    display: flex;
}

.body_box .content .form-group label {
    width: 20%;
    text-align: right;
    line-height: 34px;
    padding-right: 10px;
}

.required {
    color: red;
}

.body_box .content .form-group input {
    width: 40%;
}

.body_box .content .form-group select {
    width: 40%;
    -webkit-appearance: menulist;
}

.body_box .content .form-group .input-group {
    width: 40%;
}

.body_box .content .form-group .input-group .form-control {
    width: 100%;
}

.body_box .content .btn-box {
    text-align: center;
}

.body_box .btn-lg {
    padding: 8px 16px !important;
    font-size: 15px !important;
}

.table td{
    line-height: 24px !important;
    padding: 12px 10px !important;
    color: #666 !important;
}

.search_box{
    background: #fafafa;
    border: 1px solid #fafafa;
    margin-bottom: 10px;
}

.search_box .form-group{
    margin:10px 20px 10px 0;
}
.search_box .laydate_input{
    height: 30px;
    padding: 0 10px;
    border: 1px solid #d2d6de;
}

.modal-sm{
    width: 300px !important;
    margin: 10px auto !important;
}

.control-label{
    color: #666;
}
.form-control{
    color: #666;
    font-size: 12px;
}
.box-header{
    color: #666;
    background: #fafafa;
}
.dropdown-menu{
    border-radius: 0;
}
.modal{
    z-index: 9999 !important;
}
.dealrecord_table td{
    max-width: 570px;
    white-space: normal;
}
.dealrecord_table td span{
    word-break: break-all;
}