:root {
    --theme-color: #649f76;
    --text-font-size: 16px;
}
a,
a:hover {
    text-decoration: none;
}
/* 粘性尾部 */
.h-100 {
    height: 100% !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.mt-auto {
    margin-top: auto !important;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
[v-cloak] {
    display: none !important;
}
/* 按钮处理 */
.btn-wb-theme {
    border-radius: 0;
    color: #FFF;
    background-color: var(--theme-color);
    border: 1px solid  var(--theme-color);
    min-width: 120px;
    outline: 0 !important;
}
.btn-wb-theme:hover,
.btn-wb-theme:active,
.btn-wb-theme:focus{
    color: #FFF;
}
.btn-wb-theme.is-outline {
    background: #FFF;
    color: var(--theme-color) !important;
    border: 1px solid  var(--theme-color);
}
.btn-wb-theme + .btn-wb-theme {
    margin-left: 10px;
}

.text-center {
    text-align: center;
}
.wb-main {
    background: #FFF;
}
/* 面包屑 */
.wb-breadcrumb {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    margin: 10px auto;
}
.wb-breadcrumb > li:first-child {
    padding-left: 20px;
    background: url('../img/breadcrumb.png') left center no-repeat ;
    background-size: 14px;
}
.wb-breadcrumb>li+li:before {
    content: '>';
    padding: 0 2px;
    margin-right: 4px;
    font-family: serif,cursive,fangsong,monospace;
}

.wb-section-title {
    border-bottom: 1px solid #DADADA;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
}
.wb-section-title > span {
    font-size: 24px;
    display: inline-block;
    padding: 15px 0;
    border-bottom: 2px solid var(--theme-color);
}

/* 页面banner处理 */
.wb-banner {
    height: 200px;
    background: url('../img/banner.png') no-repeat;
    background-size: cover;
}
.wb-banner .wb-page-title {
    color: #FFF;
    font-size: 30px;
    margin-top: 60px;
    min-height: 34px;
}
.wb-banner .wb-page-desc {
    color: #FFF;
    font-size: 22px;
    margin-top: 20px;
}
.wb-banner--large {
    height: 250px;
}
.wb-banner--small {
    height: 130px;
}
.wb-banner--small .wb-page-title {
    margin-top: 30px;
    font-size: 26px;
}
.wb-banner--small .wb-page-desc {
    margin-top: 10px;
    font-size: 20px;
}
.wb-banner--small {
    background-image: url('../img/banner_small.png');
}

.wb-container {
    width: 1200px;
}

.wb-textarea-content {
    white-space: pre-line;
}
.pos-relative {
    position: relative;
}
.layui-laypage-wb-theme .layui-laypage-curr .layui-laypage-em {
    background-color: var(--theme-color);
}

/* 打印处理 */
@media print {
    a[href]:after{content:""}
}

/* 按钮 */
.wb-btn--control {
    background: #2875F2;
    color: #FFF;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 0;
    border: none;
}
.wb-btn--control:hover {
    background: #1e69e3;
    color: #FFF;
}

/* 网办单元格 */
.wb-cell-wrapper__row {
    margin-left: -5px;
    margin-right: -5px;
}
.wb-cell-wrapper {
    float: left;
    width: 20%;
    padding: 0 5px;
}

.wb-cell {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    border: 1px solid #c9dff5;
    margin-bottom: 10px;
}
.wb-cell:hover,
.wb-cell.active,
.wb-cell-wrapper.active > .wb-cell,
.wb-cell-wrapper.active > .wb-cell:hover {
    color: #FFF;
    background-color: var(--theme-color);
}
.wb-cell--service {
    border: none;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.wb-cell--large {
    height: 56px;
    line-height: 56px;
}

/* 标签页 */
.wb-tab-nav {
    margin: 0 auto;
    float: none;
}
.wb-tab-nav > li {
    width: 50%;
}
.wb-tab-nav > li > a {
    font-size: 22px;
    font-weight: 600;
    height: 56px;
    line-height: 56px;
    text-align: center;
    padding: 0 10px;
    border-radius: 0;
}
.wb-tab-nav > li > a {
    font-size: 20px;
    color: #FFFFFF;
    background: rgba(30, 80, 180, 0.45);
}
.wb-tab-nav > li > a:hover {
    background: rgba(0, 0, 0, 0.5);
}
.wb-tab-nav > li.active > a {
    color: #333 !important;
    font-weight: 700;
    background-color: #FFF !important;
}
.wb-tab-nav.nav-pills>li+li {
    margin: 0;
}

/* 加载 */
.wb-req-section {
    position: relative;
}
.wb-req {

}
.loading-scope,
.failed-scope {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.8);
    z-index: 999;
    color: #999;
}
.loading-scope:before,
.failed-scope:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.wb-table {
    table-layout: fixed;
    border: 1px solid #DADADA;
}
.wb-table > thead > tr > th {
    color: #07111D;
    background: #ebf4ff;
    padding: 10px;
    border-bottom: 1px solid #DADADA;
}

/* 加载处理 */
.req-info-container {
    min-height: 40px;
}
.pos-relative {
    position: relative;
}
loading-scope,
.req-loading-scope,
.req-fail-scope {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.8);
    z-index: 999;
    color: #999;
}
.loading-scope:before,
.req-loading-scope:before,
.req-fail-scope:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.text-color--important {
    color: red;
}
.text-color--theme {
    color: var(--theme-color)
}
.text--link {
    color: #3e97df;
    text-decoration: underline;
}
/* 空状态 */
.wb-empty {
    margin-top: 20px;
    margin-bottom: 20px;
}
.wb-empty > .wb-empty__icon {
    height: 180px;
    width: 200px;
    background: url('../img/empty.png');
    background-size: contain;
    margin: 0 auto;
}

.wb-empty > .wb-empty__label {
    margin-top: 20px;
    font-size: 14px;
    color: #999;
    text-align: center;
}

/* 单选框 复选框*/
.wb-radio {
    display: inline-block;
    padding: 5px 10px;
}

.wb-radio__input {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
}

.wb-radio__original {
    display: none;
}

.wb-radio__inner {
    box-sizing: content-box;
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.wb-radio__inner:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    height: 6px;
    width: 6px;
    background: #FFF;
    border-radius: 50%;
    transform: scale(0);
    transition: all .15s linear;
}
.wb-radio__original:checked + .wb-radio__inner {
    background-color: #2560E3;
    border-color: #2560E3;
}

.wb-radio__original:checked + .wb-radio__inner:after {
    transform: scale(1);
}

.wb-radio__label {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
    margin-left: 5px;
    -webkit-user-select: none;
    user-select: none;
}

.wb-checkbox {
    display: inline-block;
    padding: 5px 10px;
    white-space: nowrap;
}

.wb-checkbox__input {
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    vertical-align: middle;
}

.wb-checkbox__original {
    display: none;
}

.wb-checkbox__inner {
    box-sizing: content-box;
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.wb-checkbox__inner:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    height: 8px;
    width: 4px;
    border: 1px solid #FFF;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg) scaleY(0);
    transition: all .15s linear;
}
.wb-checkbox__original:checked + .wb-checkbox__inner {
    background-color: #2560E3;
    border-color: #2560E3;
}

.wb-checkbox__original:checked + .wb-checkbox__inner:after {
    transform: rotate(45deg) scaleY(1);
}

.wb-checkbox__label {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin-left: 5px;
    -webkit-user-select: none;
    user-select: none;
}

.wb-part-title {
    font-weight: 700;
    font-size: 17px;
    border-left: 4px solid #368FFE;
    padding-left: 10px;
    line-height: 1;
    margin: 20px 0 20px;
}

.form-preview {
}
.form-preview__item {
    overflow: hidden;
    margin-bottom: 4px;
    padding: 0 10px;
}
.form-preview__item-label {
    float: left;
    width: 70px;
}
.form-preview__item-content {
    margin-left: 70px;
    line-height: 1.5;
}
.wb-iframe {
    height: 100%;
    width: 100%;
    border: none;
}

.wb-main-mb {
    margin-bottom: 30px;
}



