/**
 * 微软雅黑=\5fae\8f6f\96c5\9ed1
 * 微軟正黑體=\5fae\8edf\6b63\9ed1\9ad4
 * 新宋体=\65b0\5b8b\4f53
 * 宋体=\5b8b\4f53
 * 黑体=\9ed1\4f53
 * 丽黑 Pro=LiHei Pro Medium=\4e3d\9ed1 Pro
 * 丽宋 Pro=LiSong Pro Light=\4e3d\5b8b Pro
 * html
 * body
 */

html,
body {
    font-family: \5fae\8f6f\96c5\9ed1, Tahoma, \5b8b\4f53, sans-serif;
    font-size: 14px;
    color: black;
    background: #f0f1f2;
}
img {
    vertical-align: middle;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
input,
select,
button {
    font-family: \5fae\8f6f\96c5\9ed1, Tahoma, \5b8b\4f53, sans-serif;
    line-height: normal;
}
input,
textarea,
select {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .12) inset;
}
input[type=checkbox] {
    vertical-align: middle;
    border: 1px solid #ced3d9;
    background: white;
    margin: -3px 0 0 0;
}
/*input[type="submit"],
input[type="text"],
input[type="button"],
input[type="number"],
select,
button {
    -webkit-appearance: none;
}*/
.zoomed {
    width: inherit !important;
}
/**
 * common
 */

.blank-5 {
    height: 5px;
    display: block;
    clear: both;
    overflow: hidden;
}
.blank-10 {
    height: 10px;
    display: block;
    clear: both;
    overflow: hidden;
}
.blank-7 {
    height: 7px;
    display: block;
    clear: both;
    overflow: hidden;
}
.blank-10 {
    height: 10px;
    display: block;
    clear: both;
    overflow: hidden;
}
.blank-14 {
    height: 14px;
    display: block;
    clear: both;
    overflow: hidden;
}
.blank-18 {
    height: 18px;
    display: block;
    clear: both;
    overflow: hidden;
}
.blank-20 {
    height: 20px;
    display: block;
    clear: both;
    overflow: hidden;
}
/**
 * header
 */

#header {
    width: 100%;
}
.header {
    padding: 50px 0;
}
.header h1 {
    text-align: center;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
}
/**
 * login
 */

.login {
    clear: both;
}
.login h1 {
    padding: 50px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
}
.login form {
    width: 400px;
    margin: auto;
    padding: 30px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}
.login .input,
.login .button {
    display: block;
    clear: both;
    position: relative;
}
.login .input label {
    display: block;
    clear: both;
    color: #000;
    font-size: 14px;
}
.login .input em {
    color: #e64552;
    background: #ffdbdb;
    display: block;
    font-size: 14px;
    padding: 11px;
    line-height: 18px;
    clear: both;
}
.login .input a.forget {
    font-size: 14px;
    color: #246bb3;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
}
.login .input a.forget:hover {
    color: #ff850a;
    text-decoration: underline;
}
.login .input input {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 14px;
    font-family: \5fae\8f6f\96c5\9ed1, Tahoma, \5b8b\4f53, sans-serif;
    border: 1px solid #ced3d9;
    background: white;
    clear: both;
}
.login .button button {
    clear: both;
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 11px 0;
    border: 0;
    text-align: center;
    color: white;
    background: #e64545;
    cursor: pointer;
    vertical-align: middle;
}
.login .button button:hover {
    background: #d92121;
}
/**
 * nav
 */

#nav {
    height: 50px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    z-index: 999;
}
#nav .nav {
    height: 50px;
    line-height: 50px;
    padding: 0 8px;
    position: relative;
    z-index: 999;
}
#nav .nav li {
    font-size: 16px;
    float: left;
    position: relative;
}
#nav .nav li li {
    float: none;
}
#nav .nav li.hover a,
#nav .nav li:hover a {
    color: #d9363c;
}
#nav .nav li a {
    display: block;
    margin: 0 8px;
    color: black;
    text-decoration: none;
    position: relative;
}
#nav .nav li li a {
    padding: 0 8px;
    margin: 0;
}
#nav .nav li ul {
    white-space: nowrap;
    word-break: keep-all;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 44px;
    background: white;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .2);
    transition: all 360ms ease 0s;
    z-index: 999;
}
#nav .nav li li {
    height: 48px;
    line-height: 48px;
}
#nav .nav li:hover ul {
    visibility: visible;
    opacity: 1;
}
#nav .nav li:hover ul a,
#nav .nav li ul a {
    padding: 0 16px;
    color: black;
}
#nav .nav li ul a:hover {
    color: #d9363c;
    background: #fafbfc;
}
/**
 * main
 */

#main {
    width: 100%;
    clear: both;
}
#main .main {
    padding: 50px 0;
    clear: both;
}
#main .main .breadcrumb {
    padding: 16px;
    clear: both;
}
#main .main .breadcrumb h2 {
    font-size: 16px;
    font-weight: bold;
}
#main .main .block-outside {
    padding: 0 16px;
    clear: both;
}
#main .main .block-inside {
    clear: both;
}
.grid {
    background: white;
    padding: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    font-size: 14px;
    clear: both;
}
.grid table {}
.grid table th,
.grid table td {
    padding: 14px;
    white-space: nowrap;
    position: relative;
}
.grid table td table td {
    padding: 0;
}
.grid table td table td dl {
    padding-left: 80px;
    clear: both;
    position: relative;
    overflow: hidden;
}
.grid table td table td dt {
    color: white;
    width: 80px;
    border: 1px solid gray;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: gray;
}
.grid table td table td dd {
    border: 1px solid gray;
    padding: 5px;
    width: 100%;
    float: left;
    text-align: center;
}
.grid table th {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    background: #f1f2f3;
}
.grid table tfoot td {
    background: #f1f2f3;
}
.grid table tr.odd {
    background: white;
}
.grid table tr.even {
    background: #f9f9f9;
}
.grid table tr:hover {
    background: #fdf7e2;
    transition: all 360ms ease 0s;
}
.grid table td em {
    padding: 0 7px;
}
.grid table td a {
    color: #246bb3;
    text-decoration: none;
}
.grid table td a:hover {
    color: #ff850a;
    text-decoration: underline;
}
.grid .input,
.grid .button {
    display: block;
    position: relative;
}
.grid .input input {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ced3d9;
    background: white;
    clear: both;
}
.grid .input select {
    clear: both;
    width: 100%;
    display: block;
    padding: 9px;
    font-size: 14px;
    border: 1px solid #ced3d9;
    background: white;
}
.grid .button button {
    clear: both;
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 11px 0;
    border: 0;
    text-align: center;
    color: white;
    background: #e64545;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
}
.grid .button button:hover {
    color: white;
    background: #d92121;
    transition: all 360ms ease 0s;
}
/**
 * form
 */

.form {
    width: 50%;
    min-width: 380px;
    background: white;
    padding: 16px;
    float: left;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}
.form .input,
.form .button,
.form .textarea,
.form .text {
    display: block;
    position: relative;
}
.form .textarea label,
.form .input label {
    display: block;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    clear: both;
}
.form .input select {
    clear: both;
    width: 100%;
    display: block;
    padding: 9px;
    font-size: 14px;
    border: 1px solid #ced3d9;
    background: white;
}
.form .textarea textarea {
    clear: both;
    width: 100%;
    display: block;
    padding: 9px;
    font-size: 14px;
    border: 1px solid #ced3d9;
    background: white;
    resize: none;
}

.form .input input {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ced3d9;
    background: white;
    clear: both;
}
.form .input em {
    color: #e64552;
    background: #ffdbdb;
    display: block;
    font-size: 14px;
    padding: 11px;
    line-height: 18px;
    clear: both;
}
.form .input button,
.form .textarea button,
.form .button button {
    clear: both;
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 11px 0;
    border: 0;
    text-align: center;
    color: white;
    background: #e64545;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
}
.form .input button:hover,
.form .textarea button:hover,
.form .button button:hover {
    color: white;
    background: #d92121;
    transition: all 360ms ease 0s;
}
.form a {
    color: #246bb3;
    text-decoration: none;
}
.form a:hover {
    color: #ff850a;
    text-decoration: underline;
}
.form .button a {
    clear: both;
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 11px 0;
    border: 0;
    text-align: center;
    color: white;
    background: lightgray;
    text-decoration: none;
}
.form .button a:hover {
    background: gray;
    text-decoration: none;
    transition: all 360ms ease 0s;
}
/**
 * section
 */
.section {
    position: fixed;
    right: 16px;
    top: 66px;
    bottom: 50px;
    width: 45%;
    min-width: 380px;
    background: white;
    padding: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    overflow: auto;
}
.section a {
    color: #246bb3;
    text-decoration: none;
}
.section a:hover {
    color: #ff850a;
    text-decoration: underline;
}

/**
 * page
 */

.page {
    height: 35px;
    clear: both;
    display: block;
    vertical-align: top;
    text-align: center;
}
.page a {
    padding: 7px;
    border: 1px solid #ccc;
    background: #fbfbfb;
    display: inline-block;
    overflow: hidden;
}
.page span {
    color: #888;
    border: 1px solid #ccc;
    padding: 7px;
    background: #f4f4f4;
    display: inline-block;
    overflow: hidden;
}
.page a:hover {
    background: #f4f4f4;
    text-decoration: none;
}
.page strong {
    color: #888;
    padding: 7px;
    border: 1px solid #ccc;
    background: #fff;
    display: inline-block;
    overflow: hidden;
}
.input input:hover,
.input select:hover {
    border: 1px solid #779dd8;
}
.input input:focus,
.input select:focus {
    border: 1px solid #1470cc;
}
/**
 * footer
 */
#footer {
    width: 100%;
    height: 16px;
    clear: both;
}