
body {
    overflow-x: hidden;
    font-size: 14px;
    font-family: "Microsoft YaHei","PingFangSC-Regular","Helvetica Neue", "Helvetica", "tahoma","Arial","Hiragino Sans GB","STHeiti","WenQuanYi Micro Hei","sans-serif";
}
*{
    margin: 0;
    padding: 0;
}
ul,ol,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
p,h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
}
a,
i,
span {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover, a:focus,
i:hover,
i:focus,
span:hover,
span:focus {
    text-decoration: none;
}
/* 去除a标签的默认样式 */
/*包含以下四种的链接*/
a {
    text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none !important;
    color: #4AA5FF;
}
/* 正在点击的链接*/
a:active {
    text-decoration: none;
}


/*
 *  BUTTONS
 */
.btn {
    font-weight: 400;
    min-width: 82px;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 106, 238, 0);
    box-shadow: 0 0 0 0.2rem rgba(121, 106, 238, 0);
    text-decoration: none;
}

.btn.disabled, .btn:disabled {
    opacity: .65;
}

.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
    background-image: none;
}

.btn-primary {
    color: color-yiq(#008aff);
    background-color: #008aff;
    border-color: #008aff;
}

.btn-primary:hover {
    color: color-yiq(#4AA5FF);
    background-color: #4AA5FF;
    border-color: #4AA5FF;
}

.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 106, 238, 0);
    box-shadow: 0 0 0 0.2rem rgba(121, 106, 238, 0);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: color-yiq(#4AA5FF);
    background-color: #4AA5FF;
    border-color: #4AA5FF;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    /* color: color-yiq(#503ce9); */
    background-color: #4AA5FF;
    color: #fff;
    border-color: #4AA5FF;

}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 106, 238, 0);
    box-shadow: 0 0 0 0.2rem rgba(121, 106, 238, 0);
}

.no-radius{
    border-radius: 0;
}

.btn-secondary {
    color: #595959;
    background-color: #fff;
    border-color: #d9d9d9;
}

.btn-secondary:hover {
    color: #4AA5FF;
    background-color: #ffffff;
    border-color: #4AA5FF;
}

.btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.0);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.0);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: color-yiq(#868e96);
    background-color: #868e96;
    border-color: #868e96;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #4AA5FF;
    border-color: #4AA5FF;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.0);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.0);
}

.btn-success {
    color: color-yiq(#28a745);
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: color-yiq(#218838);
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: color-yiq(#28a745);
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: color-yiq(#1e7e34);
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
    color: color-yiq(#17a2b8);
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: color-yiq(#138496);
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    color: color-yiq(#17a2b8);
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: color-yiq(#117a8b);
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
    color: color-yiq(#ffc107);
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: color-yiq(#e0a800);
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
    color: color-yiq(#ffc107);
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: color-yiq(#d39e00);
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
    color: color-yiq(#dc3545);
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: color-yiq(#c82333);
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    color: color-yiq(#dc3545);
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: color-yiq(#bd2130);
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
    color: color-yiq(#f8f9fa);
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: color-yiq(#e2e6ea);
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
    color: color-yiq(#f8f9fa);
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: color-yiq(#dae0e5);
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
    color: color-yiq(#343a40);
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: color-yiq(#23272b);
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: color-yiq(#343a40);
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: color-yiq(#1d2124);
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-default {
    border-color: #d9d9d9;
    background-color: #fff;
}

.btn-default:hover {
    color: #4AA5FF !important;
    border-color: #4AA5FF;
}

.btn-default:focus, .btn-default.focus {
    -webkit-box-shadow: 0 0 0 0.002rem rgba(206, 212, 218, 0);
    box-shadow: 0 0 0 0.002rem rgba(206, 212, 218, 0);
}

.btn-default.disabled, .btn-default:disabled {
    color: color-yiq(#ced4da);
    background-color: #ced4da;
    border-color: #d9d9d9;
}

.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
    background-color: #3291F8;
    color: #fff !important;
}

.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0);
    box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0);
}

.btn-outline-primary {
    color: #875FED;
    background-color: transparent;
    background-image: none;
    border-color: #875FED;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #875FED;
    border-color: #875FED;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 106, 238, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(121, 106, 238, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #875FED;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: color-yiq(#875FED);
    background-color: #875FED;
    border-color: #875FED;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 106, 238, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(121, 106, 238, 0.5);
}

.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: color-yiq(#868e96);
    background-color: #868e96;
    border-color: #868e96;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: color-yiq(#28a745);
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: color-yiq(#17a2b8);
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: color-yiq(#ffc107);
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: color-yiq(#dc3545);
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: color-yiq(#f8f9fa);
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: color-yiq(#343a40);
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, .btn:active, button:focus, .swiper-button-next:focus, .swiper-button-prev:focus {
    outline: 0 -webkit-focus-ring-color;
    outline-offset: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*
 *  END--BUTTONS
 */

/*
*  FORMS
*/
.form-control {
    height: 36px;
    line-height: 36px;
    border: 1px solid #D9D9D9;
    padding: 0 12px;
    font-size: 14px !important;
}
.form-control[value]{
    font-size: 14px !important;
    color: #595959 !important;
}

.form-control::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #bfbfbf;
}

.form-control::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #bfbfbf;
}

.form-control:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #bfbfbf;
}

/*禁止输入框样式*/
.form-control:disabled{
    cursor: not-allowed;
    background-color: #f8f8f8;
    color: #bfbfbf;
}
input:disabled, input[disabled]{
    cursor: not-allowed;
    background-color: #f8f8f8;
    color: #bfbfbf;
    opacity: 1;
    -webkit-text-fill-color: #bfbfbf;
    -webkit-opacity:1;
}

.form-control:focus {
    color: #595959;
    background-color: #fff;
    border-color: #1890FF;
    outline: none;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 106, 238, 0);
    box-shadow: 0 0 0 0.2rem rgba(121, 106, 238, 0);
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

textarea.form-control {
    height: auto;
    line-height: 26px;
    padding: 12px;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

select.form-control option {
    color: #595959;
}

.input-group .dropdown-menu {
    padding: 15px;
    color: #595959;
    border-radius: 0;
}

.input-group .dropdown-menu a {
    padding: 5px 0;
    color: inherit;
    text-decoration: none;
}

.input-group .dropdown-menu a:hover {
    color: #796AEE;
    background: none;
}

.input-group-text {
    color: #868e96;
    background: #f8f9fa;
    border-color: #dee2e6;
    border-radius: 0;
}

.input-group-text .checkbox-template, .input-group-text .radio-template {
    -webkit-transform: none;
    transform: none;
}

.form-control-label {
    font-size: 14px;
    color: #262626;
}

button, input[type='submit'] {
    cursor: pointer;
    font-family: inherit;
    font-weight: 400 !important;
}

.input-group .dropdown-toggle {
    background: #f5f5f5;
    color: #777;
}

.checkbox-template, .radio-template {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
}

.checkbox-template + label, .radio-template + label {
    margin-left: 10px;
}

.checkbox-template::before, .radio-template::before {
    margin-right: 10px;
    content: '';
    display: inline-block;
    -webkit-transform: translate(-2px, -10px);
    transform: translate(-2px, -10px);
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #dae2e7;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.checkbox-template::after, .radio-template::after {
    content: '\f00c';
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    top: -1px;
    left: 1px;
    font-size: 8px;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
}

.checkbox-template:checked::before, .radio-template:checked::before {
    background: #875FED;
}

.checkbox-template:checked::after, .radio-template:checked::after {
    opacity: 1;
}

.radio-template::before {
    border-radius: 50%;
    -webkit-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px);
}

.radio-template::after {
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50%;
    content: '';
}

.radio-template:checked::after {
    background: #fff;
}

input.input-material {
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

input.input-material.is-invalid {
    border-color: #dc3545 !important;
}

input.input-material:focus {
    border-color: #796AEE;
}

input.input-material ~ label {
    color: #aaa;
    position: absolute;
    top: 14px;
    left: 0;
    cursor: text;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 300;
}

input.input-material ~ label.active {
    font-size: 0.8rem;
    top: -10px;
    color: #796AEE;
}

input.input-material.is-invalid ~ label {
    color: #dc3545;
}

.form-group-material {
    position: relative;
    margin-bottom: 30px;
}

.modal-content {
    border-radius: 0;
    font-size: 14px;
}

.i-checks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.must::before{
    content: '*';
    color: #FC6D65;
}
/* 未选中状态 */
input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #3291F8;
    line-height: 1;
    margin-right: 3px;
}
/* 选中样式 */
input[type="radio"]:checked + label::before {
    background-color: #3291F8;
    background-clip: content-box;
    padding: 3px;

}
/* 隐藏原始radio */
input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.result-radio {
    user-select: none;
}
.tick-radio input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #3291F8;
    line-height: 1;
    margin-right: 3px;
    vertical-align: baseline;
}
.tick-radio input[type="radio"]:checked + label::before {
    content: "\f00c";
    padding: 0;
    background-clip: border-box;
    background-color: #3291F8;
    color: #fff;
    vertical-align: baseline;
}

/* 下拉框样式 star. */
.option-box{
    display: none;
    position: absolute;
    top: 36px;
    max-height: 312px;
    width: 100%;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 8px 0px rgba(89,89,89,0.14);
    border-radius:4px;
    overflow: scroll;
    z-index: 5;
}
.option-box::-webkit-scrollbar {/*滚动条整体样式*/
    width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
}
.option-box::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px #D9D9D9;
    background: #D9D9D9;
}
.option-box::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: none;
    border-radius: 0px;
    /* background: #EDEDED; */
}
.option-box li{
    padding: 9px 12px;
    color: #595959;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.option-box li:hover{
    background-color: #4AA5FF;
    color: #fff;
    border-radius: 4px;
}
.selector{
    position: relative;
}
.selector-input{
    background-color: #ffffff !important;
}
.selector-input-box{
    position: relative;
}
.more-icon{
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    /* transform: translateY(-50%); */
    width: 9px;
    height: 9px;
    font-size: 9px !important;
    color: #bfbfbf;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}
/* end--下拉框样式 */

/*
*  END--FORMS
*/

/*
*  CARD
*/
.card {
    background-color: #fff;
    border: 1px solid #F3F3F3;
    font-size: 14px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    padding: 16px;
}

.card-header {
    background-color: #fff;
    border-color: #F3F3F3;
    color: #3291F8;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.card-body {
    padding: 16px;
}

.card-footer {
    padding: 1rem 1.25rem;
    background-color: #f8f9fa;
    border-top: 1px solid #eee;
}

/*
*  END--CARD
*/


/* 美化滚动条 */
/*滚动条的宽度*/
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.left-tab-group ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    margin-bottom: -6px;
}

/*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果*/
::-webkit-scrollbar-track {
    width: 6px;
    background-color:#fff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}

/*滚动条的设置*/
::-webkit-scrollbar-thumb {
    background-color:#d9d9d9;
    background-clip:padding-box;
    min-height:28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}

/*滚动条移上去的背景*/
::-webkit-scrollbar-thumb:hover {
    background-color:#bfbfbf;
}
/* end--美化滚动条 */


/* width padding margin */
.wauto {
    width: auto !important;
}
.w16 {
    width: 16px !important;
}
.w32 {
    width: 32px !important;
}
.w42 {
    width: 42px !important;
}
.w60 {
    width: 60px !important;
}
.w82 {
    width: 82px !important;;
}
.w120 {
    width: 120px !important;
}
.w168 {
    width: 168px !important;
}
.w270 {
    width: 270px !important;
}
.w320 {
    width: 320px !important;
}
.w334 {
    width: 334px !important;
}
.w335 {
    width: 335px !important;
}
.w360 {
    width: 360px !important;
}
.w500{
    width: 500px !important;
}
.w570{
    width: 570px !important;
}
.w600{
    width: 600px !important;
}
.w230{
    width: 230px !important;
}
.w210{
    width: 210px !important;
}
.w280{
    width: 280px !important;
}
.w336{
    width: 336px !important;
}
.w440{
    width: 440px !important;
}
.w460{
    width: 460px !important;
}
.w470{
    width: 470px !important;
}
.w740{
    width: 740px !important;
}
.w-100 {
    width: 100%;
}
.mt8 {
    margin-top: 8px !important;
}
.mt16 {
    margin-top: 16px !important;
}
.mt24 {
    margin-top: 24px !important;
}
.mt32 {
    margin-top: 32px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt56 {
    margin-top: 56px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mt100 {
    margin-top: 100px !important;
}
.mt0 {
    margin-top: 0px !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb8 {
    margin-bottom: 8px !important;
}
.mb16 {
    margin-bottom: 16px !important;
}
.mb24 {
    margin-bottom: 24px !important;
}
.mb32 {
    margin-bottom: 32px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb56 {
    margin-bottom: 56px !important;
}
.mb64 {
    margin-bottom: 64px !important;
}
.ml8 {
    margin-left: 8px !important;
}
.ml16 {
    margin-left: 16px !important;
}
.ml24 {
    margin-left: 24px !important;
}
.ml32 {
    margin-left: 32px !important;
}
.ml140 {
    margin-left: 140px !important;
}
.mr8 {
    margin-right: 8px !important;
}
.mr16 {
    margin-right: 16px !important;
}
.mr24 {
    margin-right: 24px !important;
}
.mr32 {
    margin-right: 32px !important;
}
.pb16 {
    padding-bottom: 16px !important;
}
.pt0 {
    padding-top: 0px !important;
}
.pt8 {
    padding-top: 8px !important;
}
.pb8 {
    padding-bottom: 8px !important;
}
.pb0 {
    padding-bottom: 0px !important;
}
.pr48 {
    padding-right: 48px !important;
}
.pl8 {
    padding-left: 8px !important;
}
.pl40 {
    padding-left: 40px !important;
}
.pl48 {
    padding-left: 48px !important;
}
.pd0 {
    padding: 0 !important;
}

.position-r {
    position: relative;
}

.flex-grow1 {
    flex-grow: 1;
}
.d-none {
    display: none;
}


/* text 超出省略号 */
.text-overflow-hide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* end--text 超出省略号 */

.nav>li>a:focus {
    background-color: transparent;
}

/* header */
.header {
    width: 100%;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    font-weight: bold;
    color: #347CAF;
    padding: 0;
}
.navbar-brand img {
    display: inline-block;
    max-width: 127px;
    height: 45px;
    float: left;
    margin: 12px 0;
}
.navbar-nav {

}
.navbar-nav>li>a {
    padding: 0;
    width: 140px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 15px;
    color: #333;
}
.navbar-nav>li>a:hover,
.navbar-nav>li.active>a {
    color: #3291F8;
    font-weight: bold;
}
.navbar-nav>li>a:focus,
.navbar-nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}
.navbar-toggle {
    padding: 15px 10px;
}
.navbar-toggle .icon-bar {
    background-color: #000;
}
/* end--header */

/* footer */
.footer {
    background-color: #000;
}
.foot-group {
    padding: 60px 0 20px;
}
.foot-list {
    float: left;
}
.foot-list .foot-title {
    color: #fff;
    margin-bottom: 5px;
    height: 20px;
}
.foot-list .nav>li {
    color: #fff;
    margin-bottom: 5px;
}
.foot-list .nav>li>a {
    padding: 0;
    font-size: 14px;
    color: #fff;
}
.foot-list .nav>li>a:focus,
.foot-list .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #008aff;
}
.foot-right .foot-list {
    float: right;
    width: auto;
}
.foot-right .foot-list img {
    display: block;
    width: 88px;
    height: 88px;
}
.foot-copyright-group {
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.foot-copyright-list {
    color: #fff;
    font-size: 13px;
    display: inline-block;
}
/* end--footer */

.main {
    min-height: calc(100vh - 500px);
}

/* search-group */
.search-group {
    background-color: #008aff;
    padding: 20px 0;
}
.form-search {
    margin: 20px 0;
}
.form-search .form-control:focus {

    border-color: #F59A23;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 106, 238, 0);
    box-shadow: 0 0 0 0.2rem rgba(121, 106, 238, 0);
}
.form-search .input-group-addon {
    width: 108px;
    padding: 0;
    border: none;
    border-radius: 0;
}
.form-search .input-group-addon .form-control {
    border-right: none;
}
.form-search .input-group-addon .form-control:focus {
    border-color: #D9D9D9;
}
.form-search .input-group-btn {
    border: 1px solid #F59A23;
}
.form-search .input-group-btn .btn {
    color: #fff;
    border-radius: 0;
    background-color: #F59A23;
    border-color: #F59A23;
}
.search-group .nav>li {
    color: #fff;
    position: relative;
}
.search-group .nav>li>a {
    padding: 0;
    color: #fff;
    margin-right: 16px;
}
.search-group .nav>li>a:hover {
    background-color: transparent;
}
.wx-show {
    display: none;
    position: absolute;
    left: -35px;
    top: 30px;
    z-index: 2;
    width: 128px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    background-color: #fff;
    padding: 4px;
}
.wx-show::before {
    content: '';
    position: absolute;
    left: 54px;
    top: -20px;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-width: 10px;
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent #ffffff transparent ;
}
.wx-show img {
    display: block;
    width: 120px;
    height: 120px;
}
.wx-show p {
    color: #333;
    text-align: center;
}
/* .nav-wx-show:hover .wx-show {
    display: block;
} */
/* end--search-group */

/* page-tabs */
.page-tabs {
    width: 100%;
    position: absolute;
    top: 260px;
    left: 0;
    background-color: #EBF4FF;
    z-index: 999;
}
.tabs-fixed {
    position: fixed;
    top: 60px;
    left: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.page-tabs .nav-link {
    width: 190px;
    border-radius: 0;
    color: #101010;
    padding: 15px 0;
    text-align: center;
}
.page-tabs .nav-pills .nav-link.active,
.page-tabs .nav-pills .show>.nav-link {
    background-color: #008aff;
}
/* end--page-tabs */

/* null-info */
.null-info {
    display: block;
    text-align: center;
    padding: 20px 10px;
}
.null-info p {
    color: #666666;
    text-align: center;
    margin-bottom: 2rem;
}
/* end--null-info */

/* pagination */
.pagination>li>a,
.pagination>li>span {
    padding: 6px 12px;
    color: #666;
    background-color: #F0F2F5;
    border: none;
    margin-left: 10px;
}
.pagination>li>a>i {
    font-size: 12px;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #1989FA;
    cursor: default;
    background-color: #F0F2F5;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #1989FA;
    border-color: #1989FA;
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border: 1px solid #fff;
}
/* end--pagination */

/* breadcrumb */
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}
.breadcrumb-item, .breadcrumb-item.active {
    color: #999999;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "";
}
.breadcrumb-item > a::after {
    content: ">";
    color: #999999;
    float: right;
    padding-left: .5rem;
}
/* end--breadcrumb */

.message-group {
    position: fixed;
    top: 50%;
    right: 10px;
    width: 60px;
    padding: 10px 10px;
    text-align: center;
    background-color: #3291F8;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
    z-index: 999;
    cursor: pointer;
}
.message-group .message-btn {
    background-color: #3291F8;
    color: #fff;
}
.message-modal .modal-header {
    border: none;
    padding: 15px 30px;
}
.message-modal .modal-header .modal-title {
    font-size: 16px;
    font-weight: bold;
}
.message-modal .modal-header .close {
    filter: alpha(opacity=50);
    opacity: .5;
}
.message-modal .modal-header .close:focus,
.message-modal .modal-header .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=80);
    opacity: .8;
}
.message-modal .modal-body {
    padding: 15px 30px;
}
.message-modal .modal-body .form-group label {
    font-weight: normal;
}
.message-modal .modal-footer {
    padding: 15px 30px;
    border: none;
}

.back-top {
    position: fixed;
    bottom: 10%;
    right: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: none;
    z-index: 999;
}
.back-top .icon {
    font-size: 40px;
    color: #666666;
}

@media screen and (max-width: 1199px) {
    .navbar-nav>li>a {
        width: 112px;
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-brand {
        height: 60px;
        line-height: 60px;
    }
    .navbar-brand img {
        margin: 8px 0;
    }
    .navbar-nav>li>a {
        width: auto;
        font-size: 14px;
        padding: 0 10px;
        height: 60px;
        line-height: 60px;
    }
    .foot-group {
        padding: 30px 0;
    }
    .foot-group .foot-left {
        margin-bottom: 20px;
    }
    .foot-list .nav>li {
        float: left;
        margin: 0;
        margin-right: 20px;
    }
    .foot-list .nav>li>a {
        padding: 4px 0;
    }
    .foot-group .foot-mid {
        margin-bottom: 20px;
    }
    .foot-group .foot-right {
        float: left;
    }
}
