.flex_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.justify_between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.input_h6 {
    height: 58px !important;
    line-height: 58px !important;
    border-radius: 58px;
    text-indent: 30px;
    border: 1px solid #a8d2fe
}

.index-content {
    background-color: #fff
}

.index-nav {
    height: 20vw;
    min-width: 1300px;
    min-height: 260px;
    background-image: url(../../img/front/banner.png);
    background-size: 81% 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative
}

.index-nav .nav-title {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    line-height: 53px
}

.index-nav .nav-title .tip_title {
    font-size: 18px
}

.color_75 {
    color: #757575
}

.index-web {
    /*background-image: url(../../pc/static/images/bg.png);*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50%
}

.index-web .nav-wrap {
    /*width: 273px;*/
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 1px #f3f3f3;
    box-shadow: 0 1px 3px 1px #f3f3f3
}

.index-web .nav-wrap img {
    width: 100%
}

.i_main {
    padding: 20px 0
}

.i_main .pipei-div {
    font-size: 14px;
    margin-bottom: 15px
}

.i_main .pipei-div span {
    color: #f13939;
    font-size: 24px
}

.i_main .wtip a, .i_main .wtip a:hover {
    color: #409eff
}

.i_main .result-box {
    background: #ebeaea;
    border-radius: 10px;
    padding: 20px;
    height: 414px;
    overflow: hidden
}

.i_main .result-box .el-table {
    height: 100%
}

.i_main .result-box .notData {
    height: 100%;
    text-align: center;
    padding-top: 44px
}

.i_main .result-box .notData p {
    margin-top: 10px
}

.i_main .result-box .notData img {
    vertical-align: middle
}

.i_main .nav-box {
    background: #fff;
    padding: 20px 0;
    border-radius: 15px;
    -webkit-box-shadow: 0 2px 1px 0 #f3f3f5;
    box-shadow: 0 2px 1px 0 #f3f3f5
}

.i_main .nav-box .img-box {
    display: inline-block
}

.i_main .nav-box .img-box div {
    width: 80px;
    height: 80px;
    background-size: cover
}

.i_main .news-box {
    margin-top: 10px
}

.i_main .news-box .img-box {
    width: 100%;
    height: 184px;
    position: relative
}

.i_main .news-box .img-box img {
    width: 100%;
    height: 100%
}

.i_main .news-box .img-box .news-tip {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 10px 5px;
    background: rgba(72, 77, 105, .29);
    color: #fff
}

.i_main .news-box .news-title {
    text-align: center;
    font-size: 28px;
    margin: 60px 0
}

.i_main .news-box .list-title {
    border-bottom: 1px solid #ECECEC;
    padding: 20px 0 8px
}

.i_main .news-box ul {
    margin-bottom: 10px
}

.i_main .news-box ul li {
    border-bottom: 1px solid #ECECEC;
    padding: 10px 0
}
.i_main .news-box ul li:hover{
    color: grey;
}

.title_bold {
    position: relative;
    padding-left: 18px
}

.title_bold img {
    width: 18px;
    margin-top: -7px
}

.title_bold:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    background-color: #2f5ba6;
    position: absolute;
    top: 4px;
    left: 0
}

.el-notification {
    border-radius: 0
}

.el-notification__closeBtn {
    font-size: 20px
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    /* COLOR 1 */
    border-top-color: #409eff;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    -ms-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    -moz-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    -o-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    /* COLOR 2 */
    border-top-color: #409eff;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    -moz-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    -o-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    -ms-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #409eff;
    /* COLOR 3 */
    -moz-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    -o-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    -ms-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    /* Old browsers */
    z-index: 1000;
    -webkit-transform: translateX(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);
    /* IE 9 */
    transform: translateX(0);
    /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}