﻿@charset "UTF-8";
body {
    font-family: Tahoma, Helvetica, Arial, "Microsoft YaHei", "微软雅黑", SimSun, "宋体", STXihei, "华文细黑", Heiti, "黑体", sans-serif;
}

/**
 * global class start
 */
a, a:hover, a:link {
    text-decoration: none;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.win-height {
    height: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/**
 * global class end
 */
/**
 * frame start
 */
.vendor .frame-left .logo {
    background-image: url(../images/top2.png);
}

.vendor .frame-left .memu-box a:hover, .vendor .frame-left .memu-box a.active {
    color: #21cfc6;
}

.vendor .frame-right .top-bar {
    background-image: url(../images/background2.jpg);
}

.vendor .frame-right .main .welcome {
    background-image: url(../images/welc_vendor.jpg);
}

.frame-left {
    position: absolute;
    left: 0;
    width: 208px;
    border-right: 2px solid #CDCDCD;
    background-color: #F5F7F6;
}

.frame-left .logo {
    height: 100px;
    background-image: url(../images/top1.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 45px;
    text-align: center;
}

.frame-left .logo span {
    font-size: 16px;
    color: #333;
}

.frame-left .memu-box {
    padding-left: 45px;
    text-align: left;
}

.frame-left .memu-box li {
    position: relative;
}

.frame-left .memu-box li.active .menu-list {
    display: block;
}

.frame-left .memu-box li.active h4 {
    color: #333;
}

.frame-left .memu-box li.active h4 i {
    background-position: 0 11px;
}

.frame-left .memu-box li > span {
    color: #999;
    position: absolute;
    left: -30px;
    top: 2px;
}

.frame-left .memu-box li h4 {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 15px;
}

.frame-left .memu-box li h4:hover {
    color: #333;
}

.frame-left .memu-box li h4 i {
    position: absolute;
    left: 130px;
    top: 5px;
    width: 15px;
    height: 12px;
    background-image: url(../images/icon_arrow.png);
    background-position: 0 0;
}

.frame-left .memu-box li .menu-list {
    display: none;
    overflow: auto;
}

.frame-left .memu-box li a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    word-break: break-all;
}

.frame-left .memu-box li a:hover, .frame-left .memu-box li a.active {
    color: #2dbaf1;
}

.frame-right {
    width: 100%;
    min-width: 1024px;
    border-left: 210px solid transparent;
    box-sizing: border-box;
    background-color: #EFF3F4;
    overflow: hidden;
}

.frame-right .top-bar {
    height: 60px;
    background-image: url(../images/background1.jpg);
    background-repeat: repeat-y;
}

.frame-right .top-bar .work-items li {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    padding: 0 30px;
}

.frame-right .top-bar .work-items li.active {
    background-color: rgba(255, 255, 255, 0.5);
}

.frame-right .top-bar .work-items li img {
    vertical-align: middle;
}

.frame-right .top-bar .logout {
    padding-right: 30px;
}

.frame-right .top-bar .logout .lang {
    float: left;
    margin-top: 20px;
    font-size: 12px;
    color: #fff;
    margin-left: 15px;
}

.frame-right .top-bar .logout .lang select {
    background-color: transparent;
    outline: none;
    color: #fff;
    border: none;
    border-bottom: 1px solid;
}

.frame-right .top-bar .logout .lang select option {
    color: #666;
}

.frame-right .top-bar .logout span {
    color: #fff;
    font-size: 14px;
    float: left;
    line-height: 60px;
    margin-left: 15px;
}

.frame-right .top-bar .logout img {
    float: left;
    margin-left: 20px;
    height: 32px;
    width: 32px;
    margin-top: 14px;
}

.frame-right .top-bar .logout a img {
    margin-top: 18px;
    width: 27px;
    height: 28px;
}

.frame-right .main {
    background-color: #EFF3F4;
}

.frame-right .main .welcome {
    margin: 20px 10px;
    background-image: url(../images/welc_bu.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

/**
 * frame end
 */
/**
 * login-page start
 */
.login-page {
    width: 100%;
    min-width: 1024px;
    background-image: url(../images/bgc_login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.login-page .loinForm {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: 100px;
}

.login-page .loinForm h1 {
    color: #2EB9F1;
    font-size: 36px;
    margin-left: 10px;
}

.login-page .loinForm ul {
    background-color: #fff;
    padding: 10px 20px;
}

.login-page .loinForm ul li {
    position: relative;
    padding: 10px 0;
}

.login-page .loinForm ul li.title {
    font-size: 18px;
    color: #2EB9F1;
    margin-bottom: 15px;
    border-bottom: 1px solid #BFBFBF;
}

.login-page .loinForm ul li.title span {
    font-size: 14px;
    color: #BFBFBF;
}

.login-page .loinForm ul li img {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 15px;
    left: 10px;
}

.login-page .loinForm ul li img.vc-img {
    right: 0;
    left: auto;
    top: 11px;
    height: 34px;
    width: 100px;
}

.login-page .loinForm ul li input {
    width: 200px;
    height: 30px;
    padding-left: 40px;
    font-size: 14px;
}

.login-page .loinForm ul li input.vcode {
    padding-left: 10px;
    width: 100px;
}

.login-page .loinForm ul li input.btn-submit {
    width: 30%;
    padding-left: 0;
    cursor: pointer;
    color: #fff;
    background-color: #2DBAF0;
}

/**
 * login-page end
 */
/**
 * work-place start
 */
.work-place {
    height: 100%;
}

.work-place .breadcrumb {
    line-height: 49px;
    height: 49px;
    background-color: #fff;
    border-bottom: 1px solid #CDCDCD;
    overflow: hidden;
    padding-left: 15px;
}

.work-place .breadcrumb img {
    vertical-align: sub;
    width: 22px;
    height: 22px;
}

.work-place .breadcrumb li {
    display: inline-block;
    color: #999;
    font-size: 16px;
}

.work-place .breadcrumb li a {
    color: #999;
}

.work-place .breadcrumb li a:hover {
    color: #2dbaf1;
}

.work-place .zone {
    margin: 20px 15px 0;
    background-color: #fff;
    border: 1px solid #CDCDCD;
    padding: 15px;
    overflow: auto;
}

.work-place .zone h3 {
    color: #333;
    border-left: 5px solid #2dbaf1;
    padding-left: 10px;
    margin-top: 0;
    margin-bottom:5px;
    
}

.work-place .option {
    padding: 8px 0 5px;
    border: 1px solid #cdcdcd;
    border-bottom: none;
    background-color: #e2e2e2;
}

.work-place .option a {
    color: #666;
    font-size: 16px;
    padding: 0 15px;
    }

.work-place .option a:hover {
    color: #2dbaf1;
}

.work-place .option a + a {
    border-left: 1px solid #aaa;
}

.work-place .option a i {
    margin-right: 5px;
}

.work-place .query-list {
    margin-bottom: 5px;
}

.work-place .query-list .option {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

.work-place .query-list table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
}

.work-place .query-list tr {
    width: 100%;
}

.work-place .query-list td {
    display: inline-block;
    width: 380px;
    font-size: 14px;
    color: #333;
    margin: 5px 0;
}

.work-place .query-list td label {
    display: inline-block;
    width: 100px;
    text-align: right;
    margin-right: 10px;
    font-weight: bold;
}

.work-place .query-list td input {
    color: #666;
    height: 24px;
    line-height: 24px;
    width: 250px;
}

.work-place .query-list td select {
    color: #666;
    height: 30px;
    line-height: 30px;
    width: 254px;
}

.work-place .query-list .btn-search {
    margin-left: 20px;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 5px 15px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
}

.work-place .query-list .btn-search:hover {
    background-color: #31b0d5;
    border-color: #269abc;
}

.work-place .query-list .btn-search i {
    margin-right: 5px;
}

.work-place .query-list-ex {
    margin-bottom: 5px;
}

.work-place .query-list-ex .option {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

.work-place .query-list-ex table {
    width: 100%;
    border-collapse: separate;
}

.work-place .query-list-ex tr {
    width: 100%;
}

.work-place .query-list-ex td {
    display: inline-block;
    width: 23%;
    font-size: 14px;
    color: #333;
    margin: 5px 0;
}

.work-place .query-list-ex td label {
    display: inline-block;
    width: 90px;
    text-align: right;
    margin-right: 10px;
    font-weight: bold;
}

.work-place .query-list-ex td input {
    color: #666;
    height: 24px;
    line-height: 24px;
    width: 150px;
}

.work-place .query-list-ex td select {
    color: #666;
    height: 30px;
    line-height: 30px;
    width: 154px !important;
}

.work-place .query-list-ex .btn-search {
    margin-left: 20px;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 5px 15px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
}

.work-place .query-list-ex .btn-search:hover {
    background-color: #31b0d5;
    border-color: #269abc;
}

.work-place .query-list-ex .btn-search i {
    margin-right: 5px;
}

.work-place .query-list-ex-ul {
    margin-bottom: 30px;
}

.work-place .query-list-ex-ul .option {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

.work-place .query-list-ex-ul table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
}

.work-place .query-list-ex-ul ul {
    width: 100%;
    padding-top: 10px;
}

.work-place .query-list-ex-ul li {
    display: inline-block;
    width: 370px;
    font-size: 14px;
    color: #333;
    margin: 5px 0;
}

.work-place .query-list-ex-ul li label {
    display: inline-block;
    width: 100px;
    text-align: right;
    margin-right: 10px;
    font-weight: bold;
}

.work-place .query-list-ex-ul li input {
    color: #666;
    height: 24px;
    line-height: 24px;
    width: 250px;
}

.work-place .query-list-ex-ul li select {
    color: #666;
    height: 30px;
    line-height: 30px;
    width: 254px;
}

.work-place .query-list-ex-ul li .half-len {
    display: inline-block;
    width: 125px;
}

.work-place .query-list-ex-ul .btn-search {
    margin-left: 20px;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 5px 15px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
}

.work-place .query-list-ex-ul .btn-search:hover {
    background-color: #31b0d5;
    border-color: #269abc;
}

.work-place .query-list-ex-ul .btn-search i {
    margin-right: 5px;
}

.work-place .item-list {
    margin-bottom: 30px;
}

.work-place .item-list table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size:14px;
}

.work-place .item-list tr {
    height: 40px;
}

.work-place .item-list tr.title {
    height: 45px;
    background-color: #e8f8fe;
}

.work-place .item-list tr.title td {
    border: 1px solid #cccccc;
    color: #333;
    font-weight: bold;
}

.work-place .item-list td {
    border: 1px solid #cccccc;
    color: #666;
}

.work-place .item-list td a {
    color: #666;
    text-decoration: underline;
}

.work-place .item-list td a:hover {
    color: #2dbaf1;
}

.work-place .item-list .page {
    border: 1px solid #ccc;
    border-top: none;
    font-size: 14px;
    color: #666;
    background-color: #f5f5f5;
}

.work-place .item-list .page td {
    border: none;
}

.work-place .item-list .page .EditItem_Input {
    padding: 0 15px;
}

.work-place .item-list .page .EditItem_Input input {
    margin: 0 5px;
}

.work-place .item-list .page .EditItem_Input a {
    cursor: pointer;
}

/**
 * work-place end
 */
