
* {
    font-size: 16px;
}
.w-40 {
    width: 40%;
    cursor: pointer;
}

.w-60 {
    width: 60%;
}

.cursor-pointer {
    cursor: pointer;
}

.navbar-custom {
    max-width: 40%;
}

.primary-color {
    color: #173e79;
}

.alert-primary {
    color: #d08017;
    background-color: #E0E0DB;
}
.tab-content .alert-primary {
    background-color: #F3F2EF;
}
body {
    /*background: #fff;*/
    font-family: 'Source Sans Pro', sans-serif;
    color: #616f80;
    padding-bottom: 90px;
    /* font-size: 14px; */
}

.font-color {
    color: #222;
}

.card {
    background-color: #fbfbfb;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 4px;
}

.footer {
    background-color: #fbfbfb;
}

.btn-primary {
    background-color: #253570 !important;
}

h4 {
    color: #253570;
    font-size: 1.4rem;
}

a, button, .submit {
    cursor: pointer;
}

table.table-bordered.dataTable {
    width: 100% !important;
}

.tooltip-inner {
    max-width: 400px; /* 设置最大宽度 */
    width: auto; /* 设置宽度自适应 */
    opacity: 1;
    text-align: justify !important;
    padding: 0 10px !important;
    border-radius: 0;
}

.table thead th {
    color: #555252;
}

.fa-question-circle:before {
    cursor: pointer;
    position: relative;
    z-index: 999;
    color: #616f80;
}

.nav-tabs {
    border-bottom: 2px solid #dee2e6;
}

.myTab li {
    padding: 0 20px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    color: #6c757d;
}

.myTab li.active {
    border-bottom: 2px solid #2196F3;
}

.myTab li a.active {
    color: #2196F3 !important;
}

#topnav .navigation-menu > li:first-of-type > a {
    padding-left: 15px;
}

#topnav .topbar-main .logo .logo-large {
    top: 0;
    height: 70px;
}

#topnav .has-submenu.active a, #topnav .has-submenu a:hover, #topnav .has-submenu a:hover i {
    color: #173e79 !important;
}

.data-upload {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--dark);
    padding-bottom: 20px;
    margin: 0;

}

.btnFile {
    cursor: pointer;
    padding: 5px 10px;
    background-color: #293F91;
    color: #fff;
    border-radius: 5px;
    height: 39px;
    width: 65px;
    border: none;
}

.fileinp {
    position: absolute !important;
    left: 0;
    top: 0;
    opacity: 0;
    height: 39px;
}

.upload-data .bg {
    background-color: #fff;
    border-radius: 4px;
}

/*数据处理*/
.step-bar__item {
    flex: 1;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #8392a5;
    /*background-color: #eff2f5;*/
    background-color: #e0e0db;
    text-align: center;
    position: relative;
    border-right: 2px solid #fff;
    line-height: 1.6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}

.step-bar__item a {
    display: block;
    font-size: 20px;
    padding: 10px 15px 9px 25px;
    text-decoration: none;
    color: #222;
}

.small-menu {
    display: none;
}

@media (max-width: 1400px) {
    .container-fluid .step-bar__item a {
        font-size: 15px;
    }

    .step-bar__item:before, .step-bar__item:after {
        border-width: 22px 0px 22px 22px !important;
    }
}

@media (min-width: 991px) {
    .small-menu {
        display: none !important;
    }
}

@media (max-width: 991px) {

    .wrapper {
        padding-top: 0;
        padding-top: 4rem !important;
    }

    .help .col-lg-3 {
        display: none;
    }

    .home-search .fa-search {
        top: 1px !important;
    }

    #topnav .navigation-menu > li > a {
        padding: 0 !important;
        font-size: 16px !important;
    }

    .header-top .grip-lines {
        display: block !important;
    }

    .home-wrapper {
        padding-top: 5rem !important;
    }

    .home .title, .content {
        font-size: 20px !important;
    }

    .home h5 {
        font-size: 20px !important;
    }

    .home-logo {
        height: 36px !important;
    }

    .home .analysis-btn, .home .more-btn {
        font-size: 18px;
        padding: 4px 10px;
    }

    #topnav .navigation-menu {
        justify-content: space-between !important;
    }
}

.step-bar__item:before, .step-bar__item:after {
    content: "";
    height: 0;
    width: 0;
    border-width: 25px 0 25px 25px;
    border-style: solid;
    position: absolute;
    left: 100%;
    top: 0;
}

.step-bar__item:first-child:before {
    display: none;
}

.step-bar__item:last-child:after {
    display: none;
}

.step-bar__item_active:after {
    border-color: transparent transparent transparent #253570 !important;
}

.step-bar__item:after {
    border-color: transparent transparent transparent #E0E0DB;
    z-index: 1;
}

.step-bar__item:before {
    border-color: transparent transparent transparent #fff;
    left: 0;
}

.step-bar__item_active {
    background-color: #253570;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(52, 55, 60, .38);
}

.step-bar__item_active a {
    color: #fff !important;
}

.radious-4 {
    border-radius: 4px;
}

.w-10 {
    width: 10%;
}

.slider-selection {
    background-color: #007bff !important; /* 修改为您想要的颜色 */
}

.highlight {
    background-color: #c6dfeb;
}

.fa-check {
    color: #46B525;
}

.rotating {
    animation: rotating 2s infinite linear;
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*首页*/
.header-top {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: #E0E0DB;
    box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
}

.wrapper {
    padding-top: 0;
    padding-top: 5rem;
}

.home-wrapper {
    background-color: #F3F2EF;
    padding-top: 8rem;
}

#topnav .navbar-custom {
    background-color: #E0E0DB;
    box-shadow: none;
    color: #000000;
}

#topnav .navbar-custom:before {
    display: none;
}

#topnav .navigation-menu > li > a {
    color: #000000;
    /*transition: none;*/
}


.title {
    font-size: 50px;
    font-style: italic;
    color: #253551;
    font-weight: 600;
    font-family: serif;
}

.content {
    font-size: 42px;
    color: #253570;
    font-family: serif;
}

.home-search input {
    height: 50px;
    min-height: 50px;
    border-radius: 4px 0 0 4px;
    border-color: #0f50b3;
}

.home-search .fa-search:before {
    color: #fff;
}

.home-search .fa-search {
    height: 50px;
    position: relative;
    left: -10px;
    top: 1px;
    padding: 18px;
    background-color: #173e79;
    border-radius: 0 4px 4px 0;
}

h5 {
    color: #222;
}

.home h5 {
    color: #173e79;
    font-family: serif;
    font-size: 24px;
}


.article-title, h4, .about h5 {
    position: relative;
    padding-left: 18px;
}

.article-title {
    padding-left: 30px;
}

.about h5:before, h4:before, .article-title:before {
    content: "";
    background: #999;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-35%);
    transform: translateY(-35%);
}

.analysis-btn, .more-btn {
    background-color: #415782;
    border-radius: 8px;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    padding: 10px 60px;
    box-shadow: 0 5px 5px #7c7d7f;
    font-family: serif;
}

.more-btn {
    background-color: #fff;
    color: #415782;
}

.article-title:before {
    left: 12px;
}

h4:before, .about h5:before {
    background: #173E79;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

/*help*/
.help-title .active {
    background-color: #173E79;
}

.slider-bar {
    height: fit-content;
    position: sticky !important;
    top: 5rem;
}

.help-title .active a {
    color: #fff !important;
}

.help-title li {
    font-size: 16px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    transition: all 0.3s;
}

.help-title li:first-child {
    border-radius: 4px 4px 0 0;
}

.help-title li:last-child {
    border-radius: 0 0 4px 4px;
}

.help li a {
    display: inline-block;
    width: 100%;
    padding: 8px 14px;
    color: #3d3b3b;
    transition: all 0.3s;
    font-weight: 600;
}

.help.article-title {
    position: relative;
    border-bottom: 1px solid #dee2e6;
    font-size: 20px;
    color: #008df4;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-top: 0;
}

.contact-information p {
    text-align: justify;
    width: 50%;
    color: #5b626b;
}

.contact-information span {
    font-weight: 600;
}

.information_module p {
    color: #3d3b3b;
}

.fa-arrow-right:before {
    color: #173e79;
}

.help h5 {
    color: #fff;
    font-weight: 600;
    background-color: #173e79;
    padding: 5px 5px 5px 30px;
    border-radius: 4px;
}

.help h5:before {
    background: #fff !important;
}

.resource input {
    height: 40px;
    width: 100px;
    min-height: 40px;
    border-radius: 4px;
    border-color: #222;
}

.resource .dataTables_length {
    padding-left: 20px;
}

.help img {
    box-shadow: 0px 0px 5px;
}

.tutorial .fa-arrow-right:before {
    color: #fff;
}

footer {
    border-top: 2px solid #e0e0db;
    box-shadow: inset 0 2px 0 0 rgb(255 255 255);
}

#topnav .navigation-menu > li {
    display: inline-block;
    padding: 0px 10px 0px 10px !important;
    position: relative;
}

.ana-methods .item {
    background-color: #F3F2EF;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 10px 0 rgb(255 255 255 / 10%);
}

.ana-methods h5 {
    color: #253570;
}

.ana-methods h5:after, .ana-methods h5:before {
    content: "";
    width: 20px;
    height: 2px;
    background: red;
    display: inline-block;
    margin: 0 0 5px 5px;
}

.ana-methods h5:after {
    margin-left: 0;
}

.ana-methods.wrapper {
    min-height: calc(100vh - 150px);
    display: flex;
}

.analysis-process-content {
    border-top: 1px solid #272728;
    padding: 10px 15px;
}

.status-box {
    display: block;
    text-align: center;
    position: relative;
    font-size: 14px;
    margin-top: .5rem;
}

.status-box .status-icon {
    font-size: 28px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    background-color: #fff;
    z-index: 2;
    border: 2px solid #999;
    display: inline-block;
}

.status-box .text-center p {
    color: #aaa;
    font-size: 0.8125rem;
    margin-bottom: 5px;
}

.status-box .text-center h6 {
    color: #333;
    font-size: .8125rem;
    margin-bottom: 5px;
}

.status-box:before,
.status-box:after {
    display: block;
    content: '';
    position: absolute;
    top: 17px;
    width: 50%;
    height: 2px;
    background-color: #253570;
}

.status-box:before {
    left: 0;
}

.status-box:after {
    right: 0;
}

.col:first-child .status-box:before,
.col:last-child .status-box:after {
    display: none;
}

.status-box.active .status-icon {
    background-color: #253570;
    border-color: #253570;
}

.status-box.actived .status-icon {
    border-color: #253570;
}

.status-box.actived .status-icon:after {
    content: "\f00c";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.7rem;
    color: #253570;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.status-box.waiting .status-icon:after {
    content: "\f141";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.7rem;
    color: #253570;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.status-box.running .status-icon:after {
    content: "\f110";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.7rem;
    color: #253570;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.status-box.error .status-icon:after {
    content: "\f00d";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.7rem;
    color: #253570;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.status-box.actived:before,
.status-box.actived:after {
    background-color: #253570;
}

.status-box.skiped:before,
.status-box.skiped:after {
    background-color: #253570;
}

.status-box.active:before {
    background-color: #253570;
}

.layui-layer-content {
    word-break: break-word !important;
}
