@charset "utf-8";

.page-body {
    padding: 5px;
    background-color: #e2e2e2;
}

body {
    background-color: #eee;
}

/*==================== 字体 ====================*/
a {
    color: #5d990b;
    transition: all .2s;
    -webkit-transition: all .2s;
}

a:hover {
    color: #5d990b;
}

input[type="radio"], input[type="checkbox"] {
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-left: 12px;
}

pre {
    font: 13px/1.7 'Arial', 'Microsoft YaHei';
    margin: 0 !important;
    padding: 0 !important;
    white-space: pre-wrap !important;
}

/*==================== 左边菜单栏 ====================*/
/* CMS 左边菜单栏 */
.cms-side-menu {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 170px;
    overflow: hidden;
}

/* 账号信息 */
.cms-menu-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px;
    background-color: #fdeed1;
    overflow: hidden;
}

/* 头像 */
.cms-menu-avatar-box {
    display: block;
    margin-right: 5px;
    overflow: hidden;
}

/* 头像 */
.cms-menu-avatar-box .cms-menu-avatar {
    display: block;
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 4px;
}

/* 账号信息显示 */
.cms-menu-header .cms-account-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    color: #444;
    overflow: hidden;
}

.cms-account-info .cms-account-text {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cms-account-info .cms-account-text.role-text {
    font-size: 12px;
    padding: 4px 0;
}

.cms-account-info .cms-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-around;
}

/* 菜单包裹容器 */
.cms-side-menu .cms-menu-wrap {
    flex: 1;
    display: flex;
    width: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
}

.cms-menu-wrap .cms-menu-list {
    display: block;
    width: 170px;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* 菜单项 */
.cms-menu-list .cms-menu-item-box {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 4px;
}

.cms-menu-list .cms-menu-item-box .cms-menu-child-list {
    display: none;
}

.cms-menu-list .cms-menu-item-box.active .cms-menu-child-list {
    display: block;
}

.cms-menu-item-box .cms-menu-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 6px 12px 6px;
    overflow: hidden;
}

/* 一级菜单 */
.cms-menu-item-box .cms-menu-item.master {
    color: #443b2a;
    background-color: #ffd79c;
    border-left: solid #ff7f14 4px;
    cursor: pointer;
    transition: all .08s ease-in-out;
    -webkit-transition: all .08s ease-in-out;
}

.cms-menu-item-box.active .cms-menu-item.master,
.cms-menu-item-box .cms-menu-item.master:hover {
    color: #fff;
    background-color: #fe890d;
}

.cms-menu-item-box .cms-menu-item.master:after {
    content: '\e607';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    color: #99845e;
    font-family: "agfont";
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 4px;
    transform: scale(.7);
    transform-origin: center;
    -webkit-transform-origin: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cms-menu-item-box .cms-menu-item.master:hover:after {
    color: #fff;
}

.cms-menu-item-box.active .cms-menu-item.master:after {
    color: #fff;
    transform: rotate(180deg) scale(.7);
}

/* 二级菜单 */
.cms-menu-item-box .cms-menu-item.slave {
    color: #333;
    padding: 8px 8px 8px 10px;
}

.cms-menu-item-box .cms-menu-item.slave:hover {
    color: #fe890d;
    background-color: #f5f6f7;
}

.cms-menu-item-box .cms-menu-item.slave.active {
    color: #fff;
    background-color: #d9534f;
}

.cms-menu-item .cms-menu-text {
    flex: 1;
    display: block;
    line-height: 16px;
    padding-right: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 菜单徽章 */
.cms-menu-item .cms-menu-badge {
    display: block;
    max-width: 30px;
    font-size: 12px;
    line-height: 1em;
    text-align: center;
    padding: 2px 4px;
    color: #fff;
    background-color: #d9534f;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 4px;
}

.cms-menu-item-box.active .cms-menu-item.master .cms-menu-badge,
.cms-menu-item-box .cms-menu-item.active .cms-menu-badge {
    color: #d9534f;
    background-color: #fff;
}

/*==================== 通知消息额外样式配置 ====================*/
.notification-item.has-img {
    padding: 10px 10px 10px 50px;
}

.notification-item > img.logo {
    display: block;
    width: 40px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 10;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.notification-bottom {
    display: block;
    margin-top: 7px;
}

.notification-bottom > span {
    display: block;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.notification-bottom > span.float-left {
    width: 70%;
}

.notification-bottom > span.float-right {
    width: 30%;
    text-align: right;
}

/*==================== 右边主体容器 ====================*/
.main-body {
    display: block;
    position: absolute;
    left: 200px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
}

.main-wrap {
    display: block;
    height: 100%;
    overflow: auto;
    padding: 5px;
    background-color: #e2e2e2;
}

.main-container {
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
}

/*==================== 选项卡 ====================*/
.tab:after {
    display: block;
    content: ' ';
    width: 0;
    height: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    border: none;
    float: none;
    clear: both;
}

.tab > a {
    display: inline-block;
    color: #444;
    background-color: #fff;
    padding: 10px 20px;
    border-bottom: none;
    margin-left: 12px;
    position: relative;
    border-radius: 4px 4px 0 0;
    float: left;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    user-select: none;
    -webkit-user-select: none;
}

.tab > a:first-child {
    margin-left: 5px;
}

.tab > .tab-group {
    display: inline-block;
    background-color: #fff;
    margin-left: 12px;
    position: relative;
    float: left;
    border-radius: 4px 4px 0 0;
}

.tab > .tab-group > a {
    display: inline-block;
    color: #444;
    padding: 10px 12px;
    margin-left: 1px;
    float: left;
    position: relative;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    user-select: none;
    -webkit-user-select: none;
}

.tab > .tab-group > a:first-child {
    border-radius: 4px 0 0 0;
    margin-left: 0;
}

.tab > .tab-group > a:last-child {
    border-radius: 0 4px 0 0;
}

.tab > .tab-group > a:after {
    display: block;
    content: ' ';
    width: 0;
    height: 50%;
    border-right: 1px solid #eee;
    position: absolute;
    right: -1px;
    top: 25%;
    z-index: 9;
}

.tab > .tab-group > a:last-child:after {
    display: none;
}

.tab a:hover {
    color: #ff3b3b;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
}

.tab a.cursor {
    color: #fff;
    background-color: #ff3b3b;
}

.tab > a > .msg_point {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background-color: #ff3b3b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 -8px -3px 4px;
    border-radius: 4px;
}

.tab > a.cursor .msg_point {
    background-color: #fff;
    color: #ff3b3b;
}

.tab-group a.on-course {
    -webkit-animation: on-course 4s infinite;
    -moz-animation: on-course 4s infinite;
    -ms-animation: on-course 4s infinite;
    -o-animation: on-course 4s infinite;
    animation: on-course 4s infinite;
}

/*==================== 查询表单 ====================*/
.query.compact {
    --item-height: 24px;
    --item-height-without-border: calc(var(--item-height) - 2px);
    --item-margin-bottom: 2px;
    --item-margin-right: 4px;

    padding: 8px 8px 0 8px;
}

.query {
    --item-height: 30px;
    --item-height-without-border: calc(var(--item-height) - 2px);
    --item-margin-bottom: 8px;
    --item-margin-right: 8px;
    display: block;
    background-color: #fff;
    padding: 10px 10px 0 10px;
}

.query > span {
    display: inline-block;;
    margin-right: var(--item-margin-right);
    margin-bottom: var(--item-margin-bottom);
    float: left;
    line-height: var(--item-height);
}

.query > span > label {
    display: inline-block;
    min-width: 100px;
    line-height: var(--item-height-without-border);
    color: #555;
    border: 1px solid #e6e6e6;
    border-radius: 2px 0 0 2px;
    background-color: #FBFBFB;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    margin-right: -1px;
    float: left;
}

.query > span > em {
    display: inline-block;
    line-height: var(--item-height-without-border);
    padding: 0 5px;
    color: #555;
    font-style: normal;
    vertical-align: middle;
    float: left;
}

.query > span > input[type=text] {
    display: inline-block;
    width: 150px;
    line-height: var(--item-height-without-border);
    color: #444;
    border: 1px solid #e6e6e6;
    padding: 0 5px 0 10px;
    vertical-align: middle;
    float: left;
}

.query > span > input[type=text].w410, .query > span > select.w410 {
    width: 410px;
}

.query > span > select {
    display: inline-block;
    width: 150px;
    height: var(--item-height);
    color: #444;
    border: 1px solid #e6e6e6;
    padding: 0 5px 0 10px;
    background-color: #fff;
    border-radius: 0;
}

.query > .buttons {
    display: block;
    text-align: center;
    padding-bottom: var(--item-margin-bottom);
}

.query > span > input.title {
    width: 400px;
}

.query > span > input.ag_date {
    width: 100px;
}

.query > span > input.ag_date_now {
    width: 100px;
}

.query > span > input.ag_time {
    width: 76px;
}

.query > span > input.ag_time30 {
    width: 76px;
}

.query > span > input.ag_time60 {
    width: 76px;
}

.query input[type="submit"], .query input[type="reset"] {
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 1em;
    height: var(--item-height);
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.query .buttons input[type="submit"], .query .buttons input[type="reset"] {
    padding: 6px 12px;
    min-width: 90px;
}

.query input[type="submit"] {
    border: 1px solid #ff3b3b;
    background-color: #ff3b3b;
}

.query input[type="submit"]:hover {
    background-color: #d71010;
    border: 1px solid #d71010;
}

.query input[type="reset"] {
    border: 1px solid #709de0;
    background-color: #709de0;
}

.query input[type="reset"]:hover {
    background-color: #4273be;
    border: 1px solid #4273be;
}

.query input[type="submit"], .query input[type="reset"], .query .btn-sm {
    min-width: 40px;
    padding: 4px 12px;
}

.query > a.quick-btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #999;
    margin: 0px 5px 8px 0px;
    float: left;
}

.query > a.quick-btn:hover, .query > a.quick-btn:active {
    color: #337ab7;
}

/*==================== 表单 ====================*/
.form {
    background-color: #fff;
    padding: 10px;
}

.form h1, .query h1 {
    font-size: 20px;
    color: #555;
}

.form ul > li {
    margin-bottom: 5px;
}

.form ul > li.group-hint {
    display: block;
    color: #777;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
}

.form ul > li > label {
    display: inline-block;
    min-width: 100px;
    line-height: 30px;
    color: #555;
    background-color: #efe5d2;
    padding: 0 10px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.form ul > li > label.label-required {
    color: #d9534f;
}

.form ul > li > span.txt {
    display: inline-block;
    line-height: 30px;
    color: #444;
    vertical-align: middle;
    padding: 0px 5px;
    margin-bottom: 5px;
}

.form ul > li > span.hint {
    display: inline-block;
    line-height: 30px;
    color: #999;
    vertical-align: middle;
    padding: 0 5px;
    margin-bottom: 5px;
}

.form ul > li > span.text {
    display: inline-block;
    line-height: 30px;
    color: #444;
    vertical-align: middle;
    padding: 0 10px;
    margin-bottom: 5px;
}

.form ul > li > input[type="text"], .form ul > li > input[type="password"],
.form ul > li > span.show-txt {
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    color: #555;
    border: 1px solid #e6e6e6;
    padding: 0 5px;
    padding-left: 10px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.form ul > li > input[type="text"].no-border, .form ul > li > input[type="password"].no-border {
    border: 1px solid transparent;
}

.form ul > li > input[type="text"][readonly="readonly"], .form ul > li > select[readonly="readonly"],
.form ul > li > textarea[readonly="readonly"] {
    color: #666;
}

.form ul > li > input[type="text"][disabled="disabled"], .form ul > li > select[disabled="disabled"],
.form ul > li > textarea[disabled="disabled"] {
    color: #666;
    background-color: #f0f0f0;
}

.form ul > li > input[type="text"].w800, .form ul > li > input[type="password"].w800,
.form ul > li > textarea.w800, .form ul > li > select.w800 {
    width: 806px;
}

.form ul > li > input[type="text"].w700, .form ul > li > input[type="password"].w700,
.form ul > li > textarea.w700, .form ul > li > select.w700 {
    width: 700px;
}

.form ul > li > input[type="text"].w600, .form ul > li > input[type="password"].w600,
.form ul > li > textarea.w600, .form ul > li > select.w600 {
    width: 600px;
}

.form ul > li > input[type="text"].w500, .form ul > li > input[type="password"].w500,
.form ul > li > textarea.w500, .form ul > li > select.w500 {
    width: 500px;
}

.form ul > li > input[type="text"].w400, .form ul > li > input[type="password"].w400,
.form ul > li > textarea.w400, .form ul > li > select.w400 {
    width: 400px;
}

.form ul > li > input[type="text"].w300, .form ul > li > input[type="password"].w300,
.form ul > li > textarea.w300, .form ul > li > select.w300 {
    width: 300px;
}

.form ul > li > input[type="text"].w950, .form ul > li > input[type="password"].w950,
.form ul > li > textarea.w950, .form ul > li > select.w950 {
    width: 950px;
}

.form ul > li > .btn.form-btn {
    margin-bottom: 5px;
}

.ag-form .ag-error, .ag-form .ag-on-error .ag-item-error {
    color: #a94442 !important;
    border: 1px solid #e0b5b5 !important;
    -webkit-animation: flicker-bg .5s ease-in-out forwards;
    -o-animation: flicker-bg .5s ease-in-out forwards;
    animation: flicker-bg .5s ease-in-out forwards;
}

.form ul > li > textarea {
    min-width: 400px;
    color: #444;
    border: 1px solid #e6e6e6;
    line-height: 24px;
    min-height: 130px;
    padding: 5px 10px;
    margin-bottom: 5px;
    resize: none;
}

.form ul > li > select {
    display: inline-block;
    width: 200px;
    height: 30px;
    color: #444;
    border: 1px solid #e6e6e6;
    padding: 0 5px 0 5px;
    margin-bottom: 5px;
    background-color: #fff;
    border-radius: 0;
    vertical-align: middle;
}

.form ul > li > .btn.btn-sm {
    margin: 0 0 5px 5px;
}

.form .buttons {
    text-align: left;
}

.form .buttons.center {
    text-align: center;
}

.form .buttons input[type="submit"] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    min-width: 90px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.form .buttons input[type="submit"] {
    border: 1px solid #ff3b3b;
    background-color: #ff3b3b;
}

.form .buttons input[type="submit"]:hover {
    background-color: #d71010;
    border: 1px solid #d71010;
}

.form .buttons > .btn {
    min-width: 90px;
}

.buttons span.hint {
    display: inline-block;
    vertical-align: middle;
    color: #777;
}

/*==================== 记录显示样式 ====================*/
.log-box {
    display: inline-block;
    width: 950px;
    min-height: 30px;
    max-height: 150px;
    vertical-align: top;
    background-color: #fff;
    overflow-y: auto;
    -webkit-border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}

.log-box::-webkit-scrollbar-thumb, .add-log-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #f1f1f1;
}

.log-box::-webkit-scrollbar, .add-log-box::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.log-box::-webkit-scrollbar-thumb:hover, .add-log-box::-webkit-scrollbar-thumb:hover {
    background: #f00;
}

.log-box > li {
    display: block;
    margin: 0;
    padding: 5px 10px;
    position: relative;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.form .log-box > li {
    margin: 0;
}

.log-box > li:nth-child(even) {
    background-color: #f6f6f6;
}

.log-box > li:first-child {
    overflow: hidden;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

.log-box > li:last-child {
    overflow: hidden;
    margin-bottom: 0px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.log-box > li:hover {
    background-color: #fff8eb;
}

.log-box span {
    display: inline;
    line-height: 20px;
    color: #999;
    margin-right: 5px;
}

.log-box span b {
    color: #f0ad4e;
}

.log-box .content {
    display: inline;
    line-height: 20px;
    color: #666;
    word-wrap: break-word;
    word-break: break-all;
}

.add-log-box {
    -webkit-border-radius: 0px 5px 5px 5px;
    -moz-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}

/*==================== 表格上方按钮 ====================*/
.buttons {
    margin-bottom: 8px;
}

.btn > .agfont + span {
    margin-left: 3px;
}

/*==================== 表格 ====================*/
.table-wrap {
    display: inline-block;
    min-width: 100%;
    padding: 10px;
    margin: 5px 0;
    background-color: #fff;
}

/*未处理*/
.table td.status1 {
    color: #d9534f;
}

/*处理中*/
.table td.status2 {
    color: #f0ad4e;
}

/*完成*/
.table td.status3 {
    color: #5FB878;
}

/*放弃*/
.table td.status4 {
    color: #999;
}

/*统计*/
.table-total td {
    background-color: #fdeed1;
}

.table .table-total:hover td {
    background-color: #ffe3ac;
}

/*==================== 分页 ====================*/
.page {
    display: block;
    color: #666;
    text-align: center;
    margin-top: 10px;
}

.page input {
    display: none;
}

.page a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    color: #555;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    vertical-align: middle;
    margin: 0 -1px 5px 0;
    padding: 0 12px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.page a.disabled, .page a.disabled:hover, .page a.disabled, .page a.disabled:hover {
    color: #ccc;
    background-color: #f2f2f2;
    border: 1px solid #e2e2e2;
    cursor: not-allowed;
}

.page a:hover {
    color: #fff;
    border: 1px solid #ff3b3b;
    background-color: #ff3b3b;
}

.page a.current {
    color: #fff;
    border: 1px solid #ff3b3b;
    background-color: #ff3b3b;
    cursor: default;
}

/*==================== 面板 ====================*/
.panel {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.panel .panel-title {
    display: block;
    padding: 8px 15px;
    margin: 0;
    color: #fff;
    background-color: #d9534f;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .35);
}

.panel .panel-body {
    display: block;
    padding: 15px;
    background-color: #f9f9f9;
}

/*==================== 其他 ====================*/
.page-title {
    font-size: 20px;
    color: #444;
    text-align: center;
    margin: 0 0 8px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
}

.group-title {
    font-size: 16px !important;
    background-color: #f9f9f9;
    margin: 8px 0 !important;
    padding: 5px 10px !important;
    border-left: 4px solid #d9534f !important;
}

.page-error {
    display: block;
    width: 500px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #d9534f;
    padding: 10px 0px;
    margin-left: -250px;
    position: absolute;
    top: 300px;
    left: 50%;
    z-index: 99;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.nodisp {
    display: none !important;
}

.yesdisp {
    display: block !important;
}

/*==================== 扩展UI部分 ====================*/
.chk-box, .rdo-box {
    display: inline-block;
    height: 20px;
    position: relative;
    cursor: pointer;
}

.chk-box.disabled, .rdo-box.disabled {
    cursor: not-allowed;
}

.query .chk-box {
    margin-left: 10px;
}

.form ul > li > .chk-box, .form ul > li > .rdo-box {
    vertical-align: middle;
    margin: 0 5px 5px 5px;
}

.chk-box .inp-checkbox, .rdo-box .inp-radio {
    width: 100%;
    height: 100%;
    margin: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.chk-box .inp-checkbox + label, .rdo-box .inp-radio + label {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #d2d2d2;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.chk-box .inp-checkbox + label > i, .rdo-box .inp-radio + label > i {
    display: inline-block;
    width: 16px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    font-size: 16px;
    vertical-align: top;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
}

.rdo-box .inp-radio + label {
    border-radius: 50%;
}

.chk-box label + b, .rdo-box label + b {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #666;
    font-style: normal;
    padding: 0 5px;
    vertical-align: middle;
}

.chk-box .inp-checkbox + label:hover, .rdo-box .inp-radio + label:hover,
.chk-box:hover .inp-checkbox + label, .rdo-box:hover .inp-radio + label {
    border: 1px solid #ff3b3b;
}

.chk-box.disabled .inp-checkbox + label:hover, .rdo-box.disabled .inp-radio + label:hover,
.chk-box.disabled:hover .inp-checkbox + label, .rdo-box.disabled:hover .inp-radio + label {
    border: 1px solid #d2d2d2;
    cursor: not-allowed;
}

.chk-box .inp-checkbox:checked + label {
    border: 1px solid #ff3b3b;
    background-color: #ff3b3b;
}

.chk-box.disabled .inp-checkbox:checked + label {
    border: 1px solid #ff3b3b;
}

.chk-box .inp-checkbox:checked + label + b {
    color: #ff3b3b;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
}

.rdo-box .inp-radio:checked + label {
    border: 1px solid #ff3b3b;
}

.rdo-box .inp-radio:checked + label + b {
    color: #ff3b3b;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
}

.chk-box .inp-checkbox:checked + label > i {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.rdo-box .inp-radio:checked + label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: #ff3b3b;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
    border-radius: 50%;
}

.query .chk-box .inp-checkbox:checked + label:after {
    top: 9px;
}

.chk-box:hover > b, .rdo-box:hover > b {
    color: #ff3b3b;
}

.chk-box.disabled:hover > b, .rdo-box.disabled:hover > b {
    color: #666666;
}
