body, ul, ol, p, h1, h2, h3, h4, h5, dl, dd, form, input, textarea,
td, th, button, strong, em, select, video, canvas {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    vertical-align: top;
}

table {
    border-collapse: collapse;
}

textarea {
    resize: none;
    overflow: auto;
}

img {
    border: none;
    vertical-align: middle;
}

em {
    font-style: normal;
}

a {
    text-decoration: none;
}
html {
    min-width: 1000px;
    /*min-height: 600px;*/
    border-left: 1px solid #e1dddd;
    border-right: 1px solid #e1dddd;
    background: #fff;
    height: 100%;
    box-sizing: border-box; 
}
body {
    font-family: "SimSun","SimHei", arial, sans-serif, 'DejaVu Sans', 'Lucida Grande', Tahoma, 'Hiragino Sans GB', STHeiti, SimSun, sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
}
#head {
    width: 100%;
    height: 60px;
    background-color: #03A9F4
}

.menu li {
    float: right;
    list-style: none;
    margin: 30px 15px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

#content {
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
}

.p_top {
    background-color: #FFFFFF;
    height: 90px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dedede;
}

.p_body {
    background-color: #eee;
    padding-bottom: 50px;
}

.head {
    height: 99px;
    overflow: hidden;
}

.head .logo {
    width: 395px;
    height: 55px;
    background: url(/static/images/loan/logo.png) no-repeat;
    float: left;
    margin-top: 20px;
    margin-left: 2%;
}

.head .menu {
    float: right;
    margin-top: 25px;
    margin-right: 24px;
}

.head .menu ul {
}

.head .menu li {
    height: 30px;
    float: left;
    margin-left: 10px;
    line-height: 30px;
    font-size: 16px;
}

.head .menu li a {
    padding: 3px 12px 3px 12px;
    color: #333;
}

.head .menu li a:hover {
    background-color: #03A9F4;
    color: #fff;
    border-radius: 3px;
}

.head .menu li.hover a {
    background-color: #03A9F4;
    color: #fff;
    border-radius: 3px;
}

.main_div {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.news_left {
    width: 100%;
    max-height: 750px;
    border: #e1e1e1 solid 1px;
    background-color: #fff;
    overflow-y: scroll;
}

.news_left h1 {
    height: 40px;
    line-height: 40px;
    background-color: #f1f1f1;
    padding-left: 15px;
    font-weight: normal;
    border-bottom: #e1e1e1 solid 1px;
    font-size: 16px;
    color: #333;
}

.news_left h1 i {
    width: 4px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background-color: #03A9F4;
    margin-right: 10px;
}

.news_left ul {
    overflow: hidden;
}

.news_left ul li {
    height: 40px;
    border-bottom: #e1e1e1 solid 1px;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    text-indent: 30px;
    list-style-type: none;
}
.new_list a{
    display: block;
}
.news_left ul li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_left ul li a:hover {
    background-color: #f1f1f1;
    color: #666;
}

.news_left ul li.hover a {
    background-color: #f1f1f1;
}

.person {
    height: 20px;
}

#personal > div {
    float: left;
    margin-right: 4%;
}

#header {
    border-radius: 22px;
}

.btn1 {
    font-size: 10px;
}

#right {
    width: 100%;
    height: 800px;
    min-width: 750px;
    overflow: hidden;
}

.outside {
    overflow: hidden;
    float: left;
}

.new_list a.active {
    color: #03A9F4;
}

/*-------------------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}

.normal {
    font-weight: normal;
}

.blod {
    font-weight: bold;
}

.bloder {
    font-weight: bolder;
}

.tj {
    text-align: justify;
    text-align-last: justify;
}

.tc {
    text-align-last: center;
    text-align: center;
}

.tl {
    text-align-last: left;
    text-align: left;
}

.tr {
    text-align-last: right;
    text-align: right;
}

.word {
    word-wrap: break-word;
}

.over_el {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.red {
    color: red
}

.ft12 {
    font-size: 12px;
}

.ft14 {
    font-size: 14px;
}
.ft16 {
    font-size: 16px;
}

.inBlock {
    display: inline-block;
}

.w5 {
    width: 5%;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}

.ml3 {
    margin-left: 3%;
}

.btn {
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
    padding: 3px 5px;
    cursor: pointer;
}

.btn_group {
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.btn_save {
    color: #fff;
    background: #03A9F4;
    border: 1px solid #3983C1;
    line-height: 1.8rem;
}

.btn_save:hover {
    box-shadow: 0 0 3px #3983C1;
    text-shadow: 0 0 1px #fff;
}

.header {
    line-height: 2.5rem;
    *line-height: 30px;
    line-height: 30px\0;
    font-size: 1.2rem;
    *font-size: 16px;
    font-size: 16px\0;
    font-weight: bold;
    text-indent: .5%;
    border-bottom: 2px solid #03A9F4;
}

input[type='radio'] {
    vertical-align: middle;
}
input{
    height: 22px;
    padding-left: 3px;
}
.grey {
    color: #ccc;
}
table {
    max-width: 1400px;
    width: 98%;
    margin: 15px 1%;
    border-left: 0px solid #ddd;
    font-size: 14px;
}
tr {
    height: 2.4rem;
}
/*table tr:hover td{
    background: #eee;   
}*/
tbody tr:nth-child(even){
    background: #eee;
}
td,th {
    border-right: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    line-height: 1.5rem;
    padding:5px 0;
}
th {
    color: #666;
    border-bottom: 2px solid #ddd;
}
table a{
    display: inline-block;
    border:1px solid #ccc;
    border-radius: 5px;
    width: 98%;
    margin: 2px 0;
    padding: 2px 0;
    background: #fff;
}
table a:hover{
    -webkit-transition: background, color .35s, .35s;
       -moz-transition:background,color .35s,.35s;
         -o-transition:background,color .35s,.35s;
            transition:background,color .35s,.35s;
    background: #03A9F4;
    color: #fff;
}
.btn_search {
    border-radius: 6px;
    margin-left: 15px;
    height: 1.8rem;
    cursor: pointer;
    box-sizing: border-box;
    background: #03A9F4;
    color: #fff;
    border: 1px solid #3983C1;
}

.btn_search:hover {
    box-shadow: 0 0 3px #3983C1;
}
.dashed td{
    border-bottom: 1px dashed #ddd;
}
.btn_reset{
    border-radius: 6px;
    margin-left: 15px;
    height: 1.8rem;
    cursor: pointer;
    box-sizing: border-box;
    background: #fff;
    color: #333;
    border: 1px solid #3983C1;
}
.btn_reset:hover {
    color: #fff;
    background: #3983C1;
    -webkit-transition: background,color .5s,.5s;
       -moz-transition: background,color .5s,.5s;
         -o-transition: background,color .5s,.5s;
            transition: background,color .5s,.5s;
}
.hidden{
    display: none;
}
.min95{
    min-width: 95px;
}
.min100{
    min-width: 100px;
}
.min125{
    min-width: 125px;
}
.min135{
    min-width: 135px;
}
.blueBar{
    width: 4px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background-color: #03A9F4;
    margin-right: 10px;
}
input[disabled]{
    cursor: pointer;
}
input[type='radio']{
    cursor: pointer;
}
.vail_item {
    position: relative;
}
.vail_err {
    position: absolute;
    color: red;
}
.vail_suc {
    height: 0;
    line-height: 0;
}
label{
    cursor: pointer;
}

.cursor {
    cursor: pointer;
}

.edit-btn-div {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #eae9e9;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #c9c9c9;
    left: 0;
    text-align: center;
    z-index: 1;
}
.blue {
    color: #0099ff;
}

.green {
    color: #008800;
}

.refundPrompt {
    width: 350px;
}

.refundPrompt select {
    font-size: 14px !important;
}
.over_el{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.over_line{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;   /* 此处定义行数*/
    overflow: hidden;
}
.layui-layer-prompt{
    *width: 400px !important;
    *left: 50% !important;
    *margin-left: -200px !important;
}