@charset "utf-8";
a, input, div, textarea {
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

html, body, h1, h2, h3, h4, ul, li, ol, dl, dt, dd, form, p, input, textarea {
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

html, body {
    width: 100%;
    min-height: 100%;
}

ul, dl, ol, li {
    list-style: none;
}

body {
    font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, "STHeiti";
    color: #000;
    background-color: #2f3239;
    font-size: 14px;
    -webkit-user-select: none;
}

td {
	-webkit-user-select: initial;
}

textarea, input {
    font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, "STHeiti";
}

img {
    border: none;
}

h1, h2, h3 {
    font-weight: normal;
}

.clear {
    clear: both;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

a {
    text-decoration: none;
    color: #2d9bd9;
}

a:hover {
    text-decoration: underline;
}

.c-widthLimit {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.c-body {
    background-color: #f4f4f4;
    padding-top: 10px;
}

.c-footer {
    padding: 80px 0 0 0;
    background: #2f3239;
    color: #fff;
}

.c-footer .block {
    float: left;
    width: 240px;
}

.c-footer .block h1 {
    font-size: 20px;
    margin-bottom: 20px;
}

.c-footer .block a {
    display: block;
    color: #fff;
    line-height: 40px;
}

.c-footer .block a.icon {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}

.c-footer .block a.icon1 {
    background-image: url("common/icon1.png");
}

.c-footer .block a.icon2 {
    background-image: url("common/icon2.png");
}

.c-footer .block a.icon3 {
    background-image: url("common/icon3.png");
}

.c-footer .block a.icon4 {
    background-image: url("common/icon4.png");
}

.c-footer .block a.icon5 {
    background-image: url("common/icon5.png");
}

.c-footer .block a.icon6 {
    background-image: url("common/icon6.png");
}
.c-footer .block a.icon7 {
    background-image: url("common/icon7.png");
}
.c-footer .block a.icon8 {
    background-image: url("common/icon8.png");
}
.c-footer .block a.icon9 {
    background-image: url("common/icon9.png");
}

.c-footer .qrcode {
    width: 140px;
    height: 140px;
    position: absolute;
    right: 0px;
    top: 30px;
}

.c-footer .qrcode>img {
    display: block;
    width: 100%;
    height: 100%;
}

.c-footer .qrcode>.text {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 40px;
}

.c-footer .copyright {
    padding: 70px 0;
    text-align: center;
}

.c-button-login {
    background: #2d9bd9;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.c-head-loggedIn {
    height: 80px;
    background: #fff;
}

.c-head-loggedIn .logo {
    float: left;
    height: 80px;
    width: 137px;
    display: block;
    /*background: url("common/c-head-logo.png") no-repeat center center;*/
}

.c-head-loggedIn .logo>img {
    margin-top: 18px;
}

.c-head-loggedIn .menu {
    float: left;
    margin-left: 100px;
}

.c-head-loggedIn .menu>li {
    line-height: 78px;
    border-bottom: #fff 2px solid;
    color: #333333;
    font-size: 18px;
    text-align: center;
    width: 90px;
    float: left;
    position: relative;
}

.c-head-loggedIn .menu>li>a {
    color: #333333;
}

.c-head-loggedIn .menu>li>a:hover {
    color: #2d9bd9;
    text-decoration: none;
}

.c-head-loggedIn .menu>li.selected {
    color: #2d9bd9;
    border-bottom: #2d9bd9 2px solid;
}

.c-head-loggedIn .menu>li.selected>a {
    color: #2d9bd9;
}

.c-head-loggedIn .right {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 80px;
    line-height: 80px;
}

.c-head-loggedIn .right>.user {
    float: right;
    position: relative;
    height: 80px;
    width: 160px;
    padding: 0 20px 0 60px;
    font-size: 14px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    background: url("common/c-head-user.png") no-repeat left center;
}

.c-head-loggedIn .right>.group {
    float: right;
    position: relative;
    height: 80px;
    font-size: 14px;
    color: #333333;
}

.c-head-loggedIn .right>.group:hover {
    background: none;
}

.c-head-loggedIn .right>.group>* {
    vertical-align: middle;
    margin-right: 7px;
}

.c-head-loggedIn .right>.user::after {
    content: "";
    display: block;
    height: 9px;
    width: 11px;
    background: url("common/c-head-arrDown.png") no-repeat center center;
    right: 9px;
    top: 36px;
    position: absolute;
}

.c-head-loggedIn .right>.user .header {
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #FFF;
    font-size: 16px;
}

 .c-head-loggedIn .right>.user .header> img {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 5px;
    left: 0;
}

.c-head-loggedIn .right>.lang {
    float: right;
    position: relative;
    height: 80px;
    padding: 0 13px 0 36px;
    background: url("common/c-head-lang.png") no-repeat 13px center;
}

.c-head-loggedIn .right>.help {
    float: right;
    position: relative;
    height: 80px;
    padding: 0 13px 0 36px;
    background: url("common/c-head-help.png") no-repeat 13px center;
}

.c-head-loggedIn .right>.personal {
    float: right;
    position: relative;
    height: 80px;
    padding: 0 13px 0 13px;
}

.c-head-loggedIn .right>.personal:hover {
    background: none;
}

.c-head-loggedIn .dropdown {
    position: absolute;
    width: 178px;
    text-align: center;
    border: #ececec 1px solid;
    background: #fff;
    line-height: 50px;
    display: none;
    font-size: 18px;
    right: 0px;
    z-index: 1;
    top: 80px;
}
.c-head-loggedIn .dropdown.secondMenu li{
    text-align:left;
    width:auto;
    padding:0 10px;
    min-width:140px;
}
.c-head-loggedIn .dropdown a {
    color: #333333;
    text-decoration: none;
    display: block;
    height: 100%;
}

.c-head-loggedIn .right>*:hover {
    background-color: #f4f4f4;
    cursor: pointer;
}

.c-head-loggedIn .right>*:hover .dropdown {
    display: block;
}

.c-head-loggedIn .menu>*:hover .dropdown {
    display: block;
    top: 60px;
    left: -44px;
}

.c-head-loggedIn .dropdown>li:hover {
    background: #2d9bd9;
    color: #fff;
}

.c-head-loggedIn .dropdown a:hover {
    background: #2d9bd9;
    color: #fff;
}

.c-path {
    padding-bottom: 10px;
}

.c-path>.item {
    height: 30px;
    line-height: 30px;
    padding: 0 36px 0 13px;
    color: #333333;
    float: left;
    background: url("common/c-path-bg.png") no-repeat right center;
    background-color: #fff;
}

.c-path>.item:last-child {
    background: url("common/c-path-bg2.png") no-repeat right center;
    background-color: #fff;
    padding-right: 26px;
}

.c-path>.item>a {
    color: #2d9bd9;
}

.c-subMenu {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background-color: #fff;
    margin-bottom: 10px;
}

.c-subMenu>li {
    float: left;
    height: 50px;
    font-size: 14px;
    text-align: center;
    width: 120px;
    background-color: #eeeeee;
}

.c-subMenu>li.selected {
    background-color: #26a9e1;
}

.c-subMenu>li>a {
    color: #333333;
}

.c-subMenu>li.selected>a {
    color: #fff;
}

.c-button {
    background: #2d9bd9;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.c-button {
    display: inline-block;
    line-height: 40px;
    height: 38px;
    padding: 0 14px;
    background: #eca408;
    border-radius: 5px;
    border: #eca408 1px solid;
    vertical-align: middle;
}

.c-button.hollow {
    background: none;
    color: #eca408;
}

.c-button.blue {
    border-radius: 0;
    background: #2d9bd9;
    border: #2d9bd9 1px solid;
}
.c-button.gray {
    background: #999999;
    border: #999999 1px solid;
}

.c-button.blue.hollow {
    background: none;
    color: #2d9bd9;
}

.c-button.b80 {
    width: 80px;
}

.c-button.b130 {
    width: 130px;
}

.c-button.dropdown {
    position: relative;
    width: 90px;
}

.c-button.dropdown:hover>.dropdownList {
    display: block;
}

.c-button.dropdown>img {
    vertical-align: middle;
}

.c-button.dropdown>.dropdownList {
    position: absolute;
    background: #fff;
    color: #333333;
    font-size: 14px;
    z-index: 10;
    left: 0px;
    border: #eeeeee 1px solid;
    display: none;
}

.c-button.dropdown>.dropdownList>li {
    height: 40px;
    width: 118px;
    line-height: 40px;
}

.c-button.dropdown>.dropdownList>li:hover {
    background: #f4f4f4;
}

.c-input {
    display: inline-block;
    border: #cccccc 1px solid;
    padding: 0 14px;
    height: 46px;
    vertical-align: middle;
    background: #fff;
}

.c-input>input {
    height: 46px;
    width: 300px;
    border: none;
    font-size: 16px;
}

.c-textarea {
    display: inline-block;
    border: #cccccc 1px solid;
    padding: 14px;
    vertical-align: middle;
}

.c-textarea>textarea {
    height: 80px;
    width: 300px;
    border: none;
    font-size: 16px;
    display: block;
}

.c-text {
    color: #333333;
    font-size: 16px;
    line-height: 48px;
    vertical-align: middle;
}

.c-text.white {
    line-height: 25px;
    background: #fff;
    padding: 0 10px;
    border-radius: 25px;
    color: #26a9e1;
}

.c-radio, .c-checkbox {
    vertical-align: middle;
    height: 20px;
    width: 20px;
}

.c-select {
    border: #cccccc 1px solid;
    height: 48px;
    font-size: 16px;
    padding: 0 14px;
    vertical-align: middle;
}

.c-searchBox {
    display: inline-block;
    border: #cccccc 1px solid;
    padding: 0 40px 0 14px;
    height: 46px;
    position: relative;
    background: #fff;
    vertical-align: middle;
}

.c-searchBox::after {
    content: "";
    display: block;
    background: url("common/c-searchBox.png") no-repeat right center;
    width: 40px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 0px;
}

.c-searchBox>input {
    height: 46px;
    width: 260px;
    border: none;
    font-size: 16px;
}

.c-topGroup {
    margin-bottom: 10px;
}

.c-topGroup .right {
    float: right;
}

.c-topGroup .left {
    float: left;
}
.c-topGroup .selectedList {
    margin-top: 10px;
}
.c-topGroup .selectedItem {
    line-height: 28px;
    color: #333333;
    font-size: 14px;
    display: inline-block;
    padding: 0 40px 0 10px;
    border: #cccccc 1px solid;
    background: url("common/c-selectedItem-close.png") no-repeat right center;
    cursor: pointer;
}

.c-table {
    background: #fff;
    padding: 0 20px;
    border: #ececec 1px solid;
}

.c-table>table {
    width: 100%;
    table-layout: fixed;
}

.c-table>table td, .c-table table th {
    padding: 5px 10px;
    height: 40px;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    text-align: center;
}

.c-table>table td.left, .c-table table th.left {
    text-align: left;
}
.c-table>table td.wrapped, .c-table table th.wrapped {
    white-space: normal;
}

.c-table>table td.right, .c-table table th.right {
    text-align: right;
}

.c-table table td.role {
    background: url("solution/role1.png") no-repeat left 6px;
    line-height: 42px;
    padding: 4px 4px 4px 64px;
}

.c-table table td.role2 {
    background: url("solution/role2.png") no-repeat 5px 6px;
}

.c-table>table td>div {
    overflow: hidden;
}

.c-table>table td:last-child {
    overflow: visible;
}

.c-table table th {
    color: #2d9bd9;
    border-bottom: #ececec 1px solid;
}

.c-table>table>thead>tr:nth-child(odd) {
    background: #fff;
}

.c-table>table>tbody>tr:nth-child(even) {
    background: #f4f4f4;
}

.c-table>table tr.parent>td:first-child {
    padding-left: 30px;
    background: url("common/c-table-parent.png") no-repeat 10px center;
}

.c-table>table tr.parent>td::after {
    /*content: "";
    display: inline-block;
    width: 30px;
    height: 40px;
    padding-left: 30px;
    background: url("common/c-table-editIIcon.png") no-repeat center 7px;
    vertical-align: middle;*/
}

.c-table>table .editPan {
    display: inline-block;
    width: 30px;
    height: 40px;
    padding-left: 30px;
    background: url("common/c-table-editIIcon.png") no-repeat center 7px;
    vertical-align: middle;
}

.c-table>table tr.parent.close>td:first-child {
    background: url("common/c-table-parentClose.png") no-repeat 10px center;
}

.c-table>table tr.child>td:first-child {
    padding-left: 30px;
    background: url("common/c-table-child.png") no-repeat 10px center;
}

.c-table>table tr.childEnd>td:first-child {
    padding-left: 30px;
    background: url("common/c-table-childEnd.png") no-repeat 10px center;
}


.c-table.status>table td {
    height: 100px;
}
.c-table>table td.blue {
    background: #a8ddf3;
}
.c-table>table td.red {
    background: #ff9999;
}
.c-table>table td.yellow {
    background: #f8db9d;
}
.c-table>table td >.actionbar {
    height: 110px;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 110px;
    left: 0px;
    width: 100%;
    transition: top 0.3s;
    -webkit-transition: top 0.3s;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.c-table>table td:hover > .actionbar {
    top: 0px;
    transition: top 0.3s;
    -webkit-transition: top 0.3s;
    /* Safari */
}
.c-table.status>table .actionbar > a{
    display: block;
    height: 30px;
    line-height: 30px;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-position: center 10px;
    font-size: 14px;
    color: #fff;
    width: 80px;
    text-align: center;
}
.c-table.status>table .actionbar > a.a{
    background-image: url(solution/icon-modify.png);
}
.c-table.status>table td:last-child{
    overflow: hidden;
}
.c-table.status>table td>span.blue{
    color: #2d9bd9;
}
.c-table.status>table td>span.pink{
    color: #dd35ec;
}
.c-table.status>table td>span.yellow{
    color: #eda409;
}
.c-table.status>table td>span.red{
    color: #ff0000;
}


.c-table span.btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: relative;
}

.c-table span.btn.icon1 {
    background-image: url("common/c-table-icon1.png");
}

.c-table span.btn.icon2 {
    background-image: url("common/c-table-icon2.png");
}

.c-table span.btn.icon2.playing {
    background-image: url("common/c-table-icon2-s.png");
}

.c-table span.btn.icon3 {
    background-image: url("common/c-table-icon3.png");
}

.c-table span.btn.icon4 {
    background-image: url("common/c-table-icon4.png");
}

.c-table span.btn.icon5 {
    background-image: url("common/c-table-icon5.png");
}

.c-table span.btn.icon6 {
    background-image: url("common/c-table-icon6.png");
}

.c-table span.btn.icon7 {
    background-image: url("common/c-table-icon7.png");
}

.c-table span.btn.icon8 {
    background-image: url("common/c-table-icon8.png");
}

.c-table span.btn.icon9 {
    background-image: url("common/c-table-icon9.png");
}

.c-table span.btn.icon10 {
    background-image: url("common/c-table-icon10.png");
}

.c-table span.btn.icon11 {
    background-image: url("common/c-table-icon11.png");
}

.c-table span.btn.icon11.disabled {
    background-image: url("common/c-table-icon11-d.png");
}

.c-table .pager {
    background: #fff;
    height: 78px;
}

.c-table span.btn:hover>ul.dropdown {
    display: block;
}

.c-table span.btn>ul.dropdown {
    display: none;
    width: 78px;
    border: #eda409 1px solid;
    color: #eda409;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
}

.c-table span.btn>ul.dropdown>li {
    height: 30px;
    line-height: 30px;
    width: 78px;
    background: #fff;
    text-align: center;
}

.c-table span.btn>ul.dropdown>li:hover {
    background: #eda409;
    color: #fff;
}

.c-table .hasPopup {
    overflow: visible;
}

/* .c-table .hasPopup:hover>.qstPopup { */
/*     display: block; */
/* } */

.c-table .hasPopup .qrcodeIcon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("solution/qrcodeIcon.png") no-repeat center center;
}

.c-table .qstPopup {
    display: none;
    position: absolute;
    width: 150px;
    background: #fff;
    z-index: 10;
    border: #eeeeee 1px solid;
    left: 20px;
}

.c-table .qstPopup>.title {
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #26a9e1;
    font-size: 14px;
    text-align: center;
}

.c-table .qstPopup>.qrcode {
    height: 88px;
    width: 88px;
    margin: 14px auto 0 auto;
}

.c-table .qstPopup>.qrcode>img {
    width: 100%;
    height: 100%;
}

.c-table .qstPopup>.qstNo {
    text-align: center;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
}

.c-table .qstPopup>.c-button {
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto 20px auto;
    display: block;
    padding: 0px;
    font-size: 14px;
}

.c-table .c-select {
    padding: 0 5px;
    color: #2d9bd9;
    height: 40px;
    font-size: 14px;
}

.c-table th.sortable {
    /* padding-right: 15px; */
    cursor: pointer;
}

.c-table th.sortable:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: transparent 5px solid;
    border-right: transparent 5px solid;
    border-bottom: #cccccc 5px solid;
    border-top: none;
    top: 18px;
    right: 20px;
}

.c-table th.sortable:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: transparent 5px solid;
    border-right: transparent 5px solid;
    border-top: #cccccc 5px solid;
    border-bottom: none;
    top: 26px;
    right: 20px;
}

.c-table th.sortable.desc, .c-table th.sortable.asc {}

.c-table th.sortable.desc:before {
    display: none;
    border-bottom-color: #2d9bd9;
}

.c-table th.sortable.desc:after {
    top: 23px;
    border-top-color: #2d9bd9;
}

.c-table th.sortable.asc:before {
    top: 23px;
    border-bottom-color: #2d9bd9;
}

.c-table th.sortable.asc:after {
    display: none;
    border-top-color: #2d9bd9;
}

.c_button.yellow {
    background: #ffc226;
}

.c_button.yellow:hover {
    background: #e6a90d;
}

.c_button.yellow:active {
    background: #bb8e1d;
}

.c_button.blue {
    background: #2d9ad8;
}

.c_button.blue:hover {
    background: #2b8ec6;
}

.c_button.blue:active {
    background: #2881b4;
}

.c_button.gray {
    background: #646b7b;
}

.c_button.gray:hover {
    background: #585e6c;
}

.c_button.gray:active {
    background: #4b505c;
}

.c-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.c-popup>.popupInner {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    background: rgba(0, 0, 0, 0.5);
}

.c-popup>.popupInner>.popupBody {
    width: 960px;
    background: #fff;
    padding: 0 20px 20px 20px;
}

.c-popup>.popupInner>.popupBody>.title {
    color: #2d9bd9;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    padding: 10px 0;
    position: relative;
}

.c-popup>.popupInner>.popupBody>.title>span.close {
    display: block;
    position: absolute;
    height: 60px;
    width: 60px;
    right: -20px;
    top: 0px;
    background: url("common/c-popup-close.png") no-repeat center center;
}

.c-popup>.popupInner>.popupBody>.title::after {
    content: "";
    display: block;
    position: absolute;
    height: 20px;
    width: 4px;
    left: -20px;
    top: 50%;
    margin-top: -10px;
    background: #2d9bd9;
}

.c-popup>.popupInner>.popupBody>.content {
    border: #cccccc 1px solid;
    min-height: 200px;
    position: relative;
}

.c-popup>.popupInner>.popupBody>.btnGoup {
    margin-top: 20px;
}

.c-qstlist {
    max-height: 500px;
    overflow-y: auto;
    padding: 0;
}

.c-qstlist>table {
    width: 100%;
}


/*老组件CSS*/

.page-loading {
    position: fixed;
    bottom: 120px;
    width: 100%;
    height: 0px;
    background: #000000;
    text-align: center;
    z-index: 999;
    display: none;
    left: 0;
}

.page-loading-inner {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 16px;
    background: #000;
    border-radius: 3px;
    display: block;
    max-width: 80%;
    margin: auto;
    opacity: 0.7;
}

.page-loading-inner img {
    margin-right: 10px;
}

.page-tips {
    position: fixed;
    bottom: 70px;
    width: 100%;
    text-align: center;
    z-index: 999;
    display: none;
    left: 0;
}

.page-tips-inner {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 15px;
    background: #000;
    border-radius: 5px;
    min-width: 250px;
    display: inline-block;
    margin: auto;
    opacity: 0.8;
}

.page-tips.red .page-tips-inner {
    background: #BE4646;
}

.hidden {
    display: none;
}

.page-modalWindow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.page-modalWindow .mask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}


/*.page-modalWindow .box {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 400px;
        height: 220px;
        margin: -110px 0 0 -200px;
        background: #FFF;
    }*/

.page-modalWindow .box {
    position: absolute;
    left: 50%;
    top: 50%;
    border: none;
}

.page-modalWindow .boxInner {
    position: relative;
    left: -50%;
    margin-top: -50%;
    background: #f2f2f2;
    width: 400px;
    min-height: 200px;
    box-shadow: rgba(0, 0, 0, 0.26) 1px 1px 20px;
    border-radius: 6px;
}

.page-modalWindow .header {
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    background: #31394d;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #FFF;
    font-size: 16px;
}

.page-modalWindow .close {
    background: #FFF url(../img/c_close.png) no-repeat center center;
    width: 40px;
    height: 40px;
    float: right;
    margin: 2px 2px 0 0;
    cursor: pointer;
}

.page-modalWindow .close:hover {
    background-color: #b8bfd1;
}

.page-modalWindow .buttons {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.page-modalWindow .c_button {
    width: 96px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    margin: 0 10px 0 auto;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.page-modalWindow .content {
    font-size: 14px;
    line-height: 36px;
    color: #343945;
    padding: 20px 36px;
}

.ms_page {
    padding: 22px 60px 32px 60px;
    height: 38px;
    font-size: 16px;
    color: #91999f;
}

.ms_page .count {
    float: left;
    position: relative;
}

.ms_page .count p {
    float: left;
    line-height: 30px;
    padding-right: 15px;
}

.ms_page .count button {
    border: none;
    padding: 0 10px;
    height: 36px;
    border: 1px solid #ececec;
    background: #fbfbfb;
    border-radius: 4px;
    cursor: pointer;
}

.ms_page .count .text {
    display: inline-block;
    height: 16px;
}

.ms_page .count .caret {
    position: relative;
    top: -2px;
    background-position: 3px -32px;
    padding-left: 3px;
}

.ms_page .list {
    position: absolute;
    top: 37px;
    right: 0;
    width: 60px;
    line-height: 36px;
    padding-left: 10px;
    border: 1px solid #ececec;
    background: #fbfbfb;
    color: #263147;
}

.ms_page .list li {
    cursor: pointer;
}

.ms_page .page {
    float: right;
}

.ms_page .pageLink {
    float: left;
}

.ms_page .pageCount {
    float: left;
    line-height: 38px;
    margin-right: 15px;
}

.ms_page a {
    float: left;
    line-height: 36px;
    border: 1px solid #ececec;
    background: #fbfbfb;
    color: #606570;
    padding: 0 12px;
    margin-right: -1px;
}

.ms_page a:hover {
    border: 1px solid #d7d7d7;
    background: #ececec;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.ms_page a.selected {
    color: #FFF;
    background: #3399d8;
    border-color: #3399d8;
}

.ms_page .page_size {
    padding-right: 15px;
    height: 30px;
}

.ms_page .jquryPager {
    float: right;
}

.c-formBlock {
    border: #ececec 1px solid;
    padding: 0px 20px;
    background: #fff;
    margin-bottom: 10px;
}

.c-formBlock>.title {
    border-bottom: #ececec 1px solid;
    color: #2d9bd9;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    padding: 10px 0;
    position: relative;
}

.c-formBlock>.title .small {
    font-size: 14px;
}

.c-formBlock>.title::after {
    content: "";
    display: block;
    position: absolute;
    height: 20px;
    width: 4px;
    left: -20px;
    top: 50%;
    margin-top: -10px;
    background: #2d9bd9;
}

.c-formBlock .rightGroup {
    float: right;
}

.c-formBlock>.content {
    padding: 20px 0 0 0;
}

.c-formBlock>.content .line {
    margin-bottom: 20px;
}

.c-formBlock>.content .line>* {
    vertical-align: middle;
}

.c-formBlock>.content .line::after {
    content: "";
    display: block;
    clear: both;
}

.c-formBlock>.content .line.gray {
    background: #f4f4f4;
    margin-bottom: 0;
    padding: 20px 20px 20px 20px;
}

.c-formBlock>.content .line.gray>.tag {
    border: #2d9bd9 1px solid;
    font-size: 14px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    margin-left: 10px;
}

.c-formBlock>.content .line.gray:first-child {
    padding-bottom: 0;
}

.c-formBlock>.content .textKey {
    display: inline-block;
    width: 130px;
    vertical-align: middle;
    font-size: 16px;
}

.c-formBlock>.content label.block {
    display: block;
}

.c-formBlock>.content .float {
    float: left;
    width: 48%;
}

.c-formBlock .red {
    color: #ff0000;
}

.c-formBlock .orange {
    color: #eca408;
}

.c-formBlock table {
    width: 100%;
}

.c-formBlock label {
    font-size: 16px;
}

#userTable.noLevelInfo .levelInfo {
    display: none;
}

.c-formBlock table td, .c-formBlock table th {
    padding: 10px 20px;
    height: 50px;
    font-size: 18px;
    color: #333333;
}

.c-formBlock table td>*, .c-formBlock table th>* {
    vertical-align: middle;
}

.c-formBlock table>thead>tr:nth-child(odd) {
    background: #f4f4f4;
}

.c-formBlock table>tbody>tr:nth-child(even) {
    background: #f4f4f4;
}

.c-formBlock table tr>td:last-child {
    text-align: right;
}

.c-formBlock table td, .c-formBlock table th {
    padding: 10px 20px;
    height: 50px;
    font-size: 18px;
    color: #333333;
}

.c-formBlock .c-table>table tr>td, .c-formBlock .c-table>table tr>th {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 40px;
    text-align: left;
}

.c-formBlock table.relation td {
    vertical-align: top;
}

.c-formBlock table td .role {
    background: url("solution/role1.png") no-repeat left 6px;
    line-height: 42px;
    padding: 4px 4px 4px 64px;
}

.c-formBlock table td .role2 {
    background: url("solution/role2.png") no-repeat 5px 6px;
}

.c-formBlock table.relation td.arrow {
    padding-left: 30px;
    position: relative;
}

.c-formBlock table.relation td .people {
    width: 120px;
    display: inline-block;
}

.c-formBlock table.relation td.arrow::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: transparent 5px solid;
    border-right: transparent 5px solid;
    border-top: #000 5px solid;
    border-bottom: none;
    top: 30px;
    left: 10px;
}

.c-formBlock table.relation tr.opened td.arrow::before {
    border-top: transparent 5px solid;
    border-bottom: transparent 5px solid;
    border-left: #000 5px solid;
    border-right: none;
}

.c-formBlock .pager {
    background: #fff;
    height: 78px;
}

.c-formBlock.type2 {
    padding: 18px;
    position: relative;
    margin-bottom: 20px;
}

.c-formBlock.type2 .left {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 220px;
}

.c-formBlock.type2 .title {
    font-size: 16px;
    color: #2d9bd9;
    line-height: 30px;
}

.c-formBlock.type2 .desc {
    line-height: 20px;
}

.c-formBlock.type2 .right {
    margin-left: 240px;
}

.c-formBlock.type2 .line {
    margin-top: 10px;
}

.c-formBlock.type2 .line>* {
    vertical-align: middle;
}

.c-formBlock.type2 .line input[type=text] {
    border: #cccccc 1px solid;
    padding: 8px;
    height: 17px;
    width: 260px;
    font-size: 14px;
    color: #333333;
    vertical-align: middle;
}

.c-formBlock .line input[type=checkbox], .c-formBlock input[type=radio] {
    height: 19px;
    width: 19px;
    vertical-align: middle;
}

.c-formBlock.type2 .line textarea {
    border: #cccccc 1px solid;
    padding: 8px;
    height: 17px;
    width: 98%;
    height: 60px;
    font-size: 14px;
    color: #333333;
}

.c-formBlock.type2 .button {
    border: #eca408 1px solid;
    background: #eca408;
    display: inline-block;
    line-height: 33px;
    width: 100px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.c-formBlock.type2 .button {
    border: #eca408 1px solid;
    background: #eca408;
    display: inline-block;
    line-height: 33px;
    width: 100px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.c-formBlock.type2 .button.hollow {
    background: none;
    color: #eca408;
}

.c-formBlock.type2 .qrcode {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 15px;
}

.c-formBlock.type2 .qrcode>img {
    width: 100%;
    height: 100%;
    display: block;
}

.c-formBlock.type2 .qrcodeRight {
    padding-top: 15px;
}

.page-help-banner {
    background: url("home/help-banner.jpg") repeat-x center center;
    height: 400px;
    min-width: 1200px;
}

.inlineTip {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(common/c-head-help1.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.c-qrcodeBlock {
    width: 390px;
    position: relative;
    height: 110px;
    margin: 10px 0;
}

.c-qrcodeBlock .button {
    border: #eca408 1px solid;
    background: #eca408;
    display: inline-block;
    line-height: 33px;
    width: 100px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.c-qrcodeBlock .button.hollow {
    background: none;
    color: #eca408;
}

.c-qrcodeBlock .qrcode {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
}

.c-qrcodeBlock .qrcode>img {
    width: 100%;
    height: 100%;
    display: block;
}

.c-qrcodeBlock .qrcodeRight {
    padding-top: 15px;
    margin-left: 120px;
    line-height: 30px;
}
.c-qrcodeBlock select {
    height: 30px;
    margin: 5px 0;
}

.c-formBlock .blue {
    color: #2d9bd9;
}
.c-formBlock .content > .left {
    float: left;
    width: 50%;
}
.c-formBlock .content > .right {
    float: right;
    width: 50%;
}


.c_topTab {
    height: 60px;
    background: #fff;
    border-bottom: #ececec 1px solid;
}

.c_topTab>li {
    width: 122px;
    line-height: 56px;
    height: 56px;
    border-bottom: #fff 4px solid;
    color: #999999;
    font-size: 18px;
    text-align: center;
    float: left;
}

.c_topTab>li.selected {
    border-bottom: #2d9bd9 4px solid;
    color: #2d9bd9;
}



.common_datepicker .boxInner {
    width: 480px;
    margin-top: -250px;
    height: 360px;
}

.common_datepicker .datepicker {
    float: left;
    width: 50%;
}

.common_datepicker .datepicker .title {
    font-size: 16px;
}
.common_templet{
    display: none;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 888;
}
.common_templet .mask{
    position: absolute;
    z-index: 1;
    width: 100%;
    height:100%;
    background-color: #000;
    opacity: 0.5;
}
.common_templet .content_box{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    padding:0 10px 0 10px;
    z-index: 2;
    padding-bottom: 10px;
}
.common_templet .content_box *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.common_templet .content_box .header{
    width: 100%;
    height:30px;
    line-height: 30px;
    border-bottom: 1px solid #f3f3f3;
}
.common_templet .content_box .header .left{
    display: block;
    float: left;
    height:100%;
    max-width: 50%;
    overflow: hidden;
    color: #666;
}
.common_templet .content_box .header .right{
    display: block;
    float: right;
    height:100%;
    max-width: 50%;
    overflow: hidden;
    font-family:'Arial','Times New Roman','Microsoft YaHei';
    color:#a1a1a1;
    cursor: pointer;
}
.common_templet .content_box .header .right:hover{
    color:#dadada;
}
.common_templet .content_box .content{

}

.common_templet .content_box .form{
    width: 100%;
    height:30px;
    line-height: 30px;
    margin: 20px;
}
.common_templet .content_box .form .title{
    width: 60px;
    height:100%;
    text-align: center;
    display: block;
    float: left;
}
.common_templet .content_box .form .inputBox{
    display: block;
    float: left;
    height:100%;
    width: 200px;

}
.common_templet .content_box .form .inputBox input{
    display: block;
    width: 160px;
    height:100%;
    border:#cccccc 1px solid;
    margin: 0 auto;
    padding:0 5px;
}
.common_templet .content_box .foot{
    margin-top:20px;
    height:30px;
    line-height: 30px;
    display: block;
    width: 100%;
    text-align: center;
}
.common_templet .content_box .foot .button{
    display: inline-block;
    vertical-align: middle;
    height:100%;
    width: 60px;
    background-color: #f3f3f3;
    color:#333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 3px;
    cursor: pointer;
}
.common_templet .content_box .foot .button:hover{
    background-color: #ddd;
}
.common_templet .content_box .foot .save{
    background-color: #737373;
    color: #fff;
}
.common_templet .content_box .foot .save:hover{
    background-color: #999;
}

.common_templet .content_box .scroll{
    max-height:200px;
    overflow: hidden;
    overflow-y:auto;
    width: 100%;
    margin-top: 10px;
    min-height: 100px;

}
.common_templet .content_box .scroll ul{
    list-style: none;
    overflow: hidden;
}
.common_templet .content_box .scroll ul li{
    display: block;
    float: left;
    height:30px;
    line-height: 30px;
    width: 100%;
    padding:0 5px;
}
.common_templet .content_box .scroll ul li span{
    display: block;
    float: left;
}
.common_templet .content_box .scroll ul li span.right{
    float: right;
    display: none;
    color: red;
    cursor: pointer;
}
.common_templet .content_box .scroll ul li.selected{
    background-color: #f3f3f3;
}
.common_templet .content_box .scroll ul li.selected .right{
    display: block;
}

.dropdown li{
    cursor: pointer;
}
