﻿@charset "UTF-8";

.positionRelative {
    position: relative;
}

.positionAbsolute {
    position: absolute;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.noPadding {
    padding: 0px;
}

.clear {
    clear: both;
    padding: 0px;
}

/*顶部*/
.top {
    background-color: #545454;
    height: 40px;
    color: #fff;
}

.top a {
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    margin-right: 5px;
}

.topMenu {
    height: 100px;
}

.topMenu .logo {
    width: 209px;
    height: 60px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    background: url("../Image/logo.png") no-repeat left center;
    float: left;
    cursor: auto;
}

.topMenu .banner {
    height: 60px;
    float: left;
    line-height: 60px;
    font-size: 16px;
}

.topMenu a {
    height: 50px;
    display: inline-block;
    text-decoration: none;
    color: #7b7b7b;
    padding-left: 25px;
    line-height: 50px;
    font-size: 16px;
    margin-top: 25px;
    letter-spacing: 1px;
}

.topMenu a.zxw {
    background: url("../Image/nav_13.png") no-repeat left center;
}

.topMenu a.zxw.checked {
    background: url("../Image/nav_13r.png") no-repeat left center;
    color: #f25852;
    border-bottom: 3px solid #f25852;
}

.topMenu a.help {
    background: url("../Image/nav_14.png") no-repeat left center;
}

.topMenu a.help.checked {
    background: url("../Image/nav_14r.png") no-repeat left center;
    color: #f25852;
    border-bottom: 3px solid #f25852;
}

.topMenu a.advise {
    background: url("../Image/nav_15.png") no-repeat left center;
}

.topMenu a.advise.checked {
    background: url("../Image/nav_15r.png") no-repeat left center;
    color: #f25852;
    border-bottom: 3px solid #f25852;
}

.topMenu a.logout {
    background: url("../Image/nav_16.png") no-repeat left center;
}

.topMenu a.logout.checked {
    background: url("../Image/nav_16r.png") no-repeat left center;
    color: #f25852;
    border-bottom: 3px solid #f25852;
}

/*内容*/
.bannerBg {
    min-height: 195px;
    background-color: #f99a00;
    background-image: url("../Image/bannerBg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
}

.bannerBg .shadow {
    height: 195px;
    background-color: #f99a00;
    padding: 0px;
    top: 0px;
}

.bannerBg .tabs {
    height: 50px;
    margin-top: 145px;
    background-color: #dddddd;
    border: solid 1px #ccc;
    padding: 0px;
}

.bannerBg .tabs .tab {
    text-align: center;
    height: 49px;
    line-height: 50px;
    width: 49%;
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: #000;
}

.bannerBg .tabs .tab.checked {
    border-right: solid 1px #ccc;
    background-color: #fff;
}

.mainBody {
    min-height: 100px;
    border-style: none solid solid solid;
    border-width: 1px;
    border-color: #ccc;
    color: #575757;
}

.mainBody .nav {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
}

.mainBody .nav a {
    color: #000;
    text-decoration: none;
}

.mainBody .nav a.checked {
    color: #f37c08;
}

.mainBody .navBtn {
    height: 32px;
    box-shadow: 0px 1px 5px #ccc;
    display: inline-block;
    padding: 0px 35px;
    line-height: 32px;
    border-radius: 20px;
    letter-spacing: 2px;
    text-decoration: none;
    margin: 0px 60px;
    vertical-align: middle;
}

.mainBody .navBtn .navIcon {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: #f37c08;
    position: absolute;
    left: -13px;
    top: -2px;
    line-height: 35px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.mainBody .navBtn.checked {
    padding: 0px 35px 0px 50px;
    height: 40px;
    line-height: 40px;
    background-color: #f37c08;
    color: #fff;
}

.mainBody .navBtn.checked .navIcon {
    background-color: #fff;
    left: 2px;
    top: 2px;
    color: #f37c08;
}

.mainBody .rule {
    min-height: 30px;
}

.mainBody .rule .title {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}

.mainBody .rule .title .titleContent {
    border-bottom: 1px dashed #ccc;
}

.mainBody .rule .description {
    line-height: 24px;
    padding: 5px 20px 5px 20px;
    font-size: 15px;
}

.mainBody .inputRow {
    min-height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.mainBody .inputRow .col1 {
    width: 200px;
    text-align: right;
    min-height: 30px;
}

.mainBody .inputRow .col2 {
    width: 400px;
    text-align: right;
    min-height: 30px;
}

.mainBody .search {
    font-size: 16px;
}

.mainBody .datalistTh {
    background-color: #3db4a6;
}

.mainBody .datalistTh.orange {
    background-color: #f37c08;
}

.mainBody .datalistTh th {
    text-align: center;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}

.mainBody .datalistTb {
    text-align: center;
    font-size: 14px;
}

.mainBody .datalistTb td {
    text-align: center;
    font-size: 14px;
}

.mainBody .datalistTb tr:nth-child(odd) {
    background-color: #fff;
}

.mainBody .datalistTb tr:nth-child(even) {
    background-color: #f4f4f4;
}

.mainBody .datalistTb .ctrlB {
    color: #45bbad;
    text-decoration: none;
}

.mainBody .datalistTb .ctrlB:hover {
    border-bottom: 1px solid #45bbad;
}

.noResult {
    font-size: 45px;
    color: #d3d3d3;
    height: 78px;
    line-height: 78px;
    background-color: #ededed;
    width: 100%;
    padding: 100px 0px 100px 0px;
}

.noResult2 {
    font-size: 45px;
    color: #d3d3d3;
    height: 78px;
    line-height: 78px;
    background-color: #ededed;
    width: 100%;
    padding: 50px 0px 50px 0px;
}

.mainBody .TxArea {
    height: 60px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    padding: 10px 80px 10px 80px;
    font-size: 16px;
}

.mainBody .TxArea .TxInfo {
    height: 60px;
    width: 40%;
    line-height: 30px;
}

.mainBody .TxArea .TxDate {
    height: 40px;
    width: 350px;
    line-height: 30px;
}

.mainBody .TxArea .TxBtn {
    width: 230px;
}

.mainBody .TxArea2 {
    height: 120px;
}

.mainBody .TxArea2 .side {
    display: block;
    width: 50%;
    height: 120px;
    float: left;
}

.mainBody .TxArea2 .side .sideTitle {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #e7e7e7;
}

.mainBody .TxArea2 .side .sideTx {
    height: 80px;
    line-height: 80px;
    text-align: left;
    background-color: #f5f5f5;
}

.mainBody .TxArea2 .side .sideTx .txTitle {
    display: inline-block;
    line-height: 22px;
    height: 80px;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 18px 15px;
    letter-spacing: 1px;
    width: 20%;
    text-align: center;
    vertical-align: top;
}

.mainBody .TxArea2 .side .sideTx .txInput {
    display: inline-block;
    line-height: 60px;
    height: 80px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px;
    vertical-align: top;
    width: 50%;
}

.mainBody .TxArea2 .side .sideTx .txBtn {
    display: inline-block;
    height: 80px;
    box-sizing: border-box;
    padding: 10px;
    letter-spacing: 1px;
    width: 28%;
    text-align: center;
    vertical-align: top;
}

.mainBody .TxArea2 .side .sideTx .txBtn a{
    background-color: #5978a6;
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 60px;
    display: block;
    text-decoration: none;
    border-radius: 8px;
    line-height: 24px;
    padding-top:8px;
    box-sizing: border-box;
}

.mainBody .controlArea {
    clear: both;
    min-height: 10px;
}

.mainBody .controlArea .download {
    height: 100px;
    background: #45bbad;
    margin: 20px;
}

.mainBody .controlArea .download .link {
    height: 40px;
    border: solid 1px #fff;
    border-radius: 3px;
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    margin: 20px 10px 0px 0px;
    text-decoration: none;
    padding: 10px;
}

.footer {
    padding: 20px 0px 20px 0px;
}

.footer a {
    background-color: #0e90d2;
    display: inline-block;
    padding: 0px 15px 0px 15px;
    color: #fff;
    line-height: 20px;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer a.clear {
    background-color: transparent;
    display: inline-block;
    color: #999 !important;
    line-height: 20px;
    text-decoration: none;
    padding: 0px 5px;
}

.footer a.clear:hover {
    color: #999 !important;
    background-color: transparent !important;
}

.quickTool {
    border-radius: 3px;
    position: fixed;
    width: 60px;
    min-height: 30px;
    top: 30%;
    right: 10%;
    border: solid 1px #8cc63e;
    background: #fff;
}

.quickTool a {
    display: block;
    width: 40px;
    border-bottom: solid 1px #8cc63e;
    margin: 5px;
    padding: 5px;
}

.titleLine {
    height: 20px;
    width: 5px;
    display: block;
    background-color: #f37c08;
}

/*弹出层*/
.Modal {
    min-height: 30px;
    border: solid 1px #ccc;
    padding: 20px;
}

.Modal .inputRow {
    min-height: 30px;
    line-height: 30px;
}

.triangleLT {
    border-style: solid solid none none;
    width: 0px;
    height: 0px;
}

/*登录框*/
.login {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.login_tk {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.login_tk02 {
    width: 400px;
    height: 400px;
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    z-index: 9999;
}

.login_tk02 h1 {
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    background: #8cc63e;
    font-size: 22px;
    color: #fff;
    padding: 0 10px;
}

.login_tk02 h1 img {
    float: right;
    margin-top: 10px;
    cursor: pointer;
}

.login_tk02_x {
    padding: 30px 30px 0;
}

.login_tk02_x .userId {
    width: 100%;
    height: 40px;
    border: solid 1px #ccc;
    line-height: 40px;
}

.login_tk02_x .password {
    width: 100%;
    height: 40px;
    border: solid 1px #ccc;
    line-height: 40px;
    margin-top: 20px;
}

.login_tk02_x input[type=text], input[type=password] {
    width: 280px;
    height: 30px;
    border: none;
    padding: 0px;
    margin: 0px;
    text-indent: 5px;
    line-height: 30px;
    font-size: 14px;
}

.login_tk02_x i {
    font-size: 22px;
    margin-left: 5px;
}

.login_tk02_x .col {
    height: 14px;
    line-height: 14px;
    margin-top: 20px;
    font-size: 14px;
    margin-top: 20px;
}

.login_tk02_x .col.error {
    color: #cb3528;
    text-align: center;
}

.login_tk02_x .col.success {
    text-align: center;
    color: #78aa34
}
