﻿input.login_ipt { float:right;width:270px;border:0px;font-size:14px;}
.login_bt { display:block;width:100%;background-color:#4C8DEE;color:#fff;font-size:16px;border:0px;padding:8px;border-radius:5px;}
.login_bt:hover { background-color:#3C82EC;}
.login_bt:disabled { background-color: #ccc; }

.login_bt2 { display:block;width:100%;background-color:green;color:#fff;font-size:16px;border:0px;padding:9px;border-radius:5px;}
.login_bt2:hover { background-color:#006200;}
.login_bt2:disabled { background-color: #ccc; }

input.login_ipt2,textarea.login_ipt2 {font-size:14px;float:left;width:100%;padding:9px;border-radius:5px;}
input.login_ipt2:focus,textarea.login_ipt2:focus{
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
border: 1px solid rgba(81, 203, 238, 1);
}

::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-track{background-color:#fafafa;}
::-webkit-scrollbar-thumb{background-color:#f1f1f1;}
::-webkit-scrollbar-thumb:hover {background-color:#4C8DEE}
::-webkit-scrollbar-thumb:active {background-color:#4C8DEE}

.left_a { width:200px;}
.left_a a { display:block;margin-top:10px;font-size:14px;width:100%;}
.left_a a.dis { display:none;}
body .menu_div { height: 50px; background-color: #fafafa; border-bottom: 1px solid #f1f1f1; white-space: nowrap; overflow-x: auto; overflow-y: hidden; }
.menu_div a { 
    display:inline-block;
    width:135px;
    height:34px;
    line-height:34px;
    margin-top:8px;

    background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: -o-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
    background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 100%);

    color: #000000;
    filter: none;
    text-align: center;
    position:relative;
    font-size:14px;
    margin-right:8px;
}
.menu_div a.a { 
    background: #eee;
    border-bottom:2px solid #4C8DEE;
}
.menu_div a.a:hover { 
    background: #eee;
}
.menu_div a:hover { 
    background: #eaf2ff;
}

.menu_div a span { font-size:12px;line-height:12px;margin-top:12px;position:absolute;right:5px;}
.menu_div a span:hover { background-color:#fff;}

.nt_list { height:100%;}

.table_p5 td{ padding:5px;}
.table_p5 td:nth-child(2) { width:300px;}

.danwei { float:left;margin:5px 0px 0px 5px;}

.login_select2 { 
    -webkit-appearance: none;
    width:100%;
    background-image:url(/images/xlt.png);
    background-position:100% center;
    background-repeat:no-repeat;
    border-radius:0px;
    border:1px solid #ccc;
    margin:0px;
    padding:9px 9px 9px 5px;
    border-radius:5px;
    background-color:transparent;
    -webkit-animation-name:select;
    color:#000;
}

.table_list { width:100%;}
.table_list th,.table_list td {border:1px solid #f1f1f1;padding:5px;text-align:center; }
.table_list th { background-color:#fafafa;color:#000;}

.search_table td { padding: 5px;text-align:center; }

.tuwz { margin-left:10px;line-height:20px;}

.home_table td { padding:20px;border:1px solid #f1f1f1;cursor:pointer;}