@font-face {
    font-family: 'MyFont';
    src: url('/fonts/MiSans-Regular.woff2') format('woff2'), url('/fonts/MiSans-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'MyFont';
    src: url('/fonts/MiSans-Bold.woff2') format('woff2'), url('/fonts/MiSans-Bold.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'MyFont1';
    src: url('/fonts/MiSans-Medium.woff2') format('woff2'), url('/fonts/MiSans-Medium.woff') format('woff');
    font-display: swap;
    font-weight: 380;
}
* {
    font-family:MyFont;
}
b {
    font-family: MyFont1;
    font-weight:380;
    color:#000;
}
@media (max-width: 1439px) {
    body {
        zoom: 0.75
    }
}
@media (max-width: 1279px) {
    body {
        zoom: 0.6
    }
}
div, p, ul, li {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    color: #212121;
}

a {
    text-decoration: none;
    color: #212121;
}

ul, li {
    list-style: none;
}

p {
    line-height: 28px;
}

.fl_l {
    float: left;
    display: inline-block;
}

.fl_r {
    float: right;
    display: inline-block;
}

.clear {
    clear: both;
}

.fz_20 {
    font-size: 20px;
}

.fz_24 {
    font-size: 24px;
}

.fz_12 {
    font-size: 12px;
}

.ta_l {
    text-align: left;
}

.ta_r {
    text-align: right;
}

.ta_c {
    text-align: center;
}

.pos_a {
    position: absolute;
}

.pos_r {
    position: relative;
}

.pos_f {
    position: fixed;
}

h1 {
    font-size: 50px;
    margin-top: 4%;
    margin-bottom: 0;
    font-family: 'MyFont1';
    font-weight: 380;
}

.result_list {
    background: #fff;
    box-shadow: 0 0 8px #ccc;
    padding: 15px 30px 20px;
    z-index: 10;
    left: 0;
    top: 80px;
    border-radius: 16px;
    width: 920px;
}

    .result_list li {
        padding-bottom: 20px;
        margin-bottom: 10px;
        border-bottom: 1px solid #F1F1F1;
    }

    .result_list tr {
        height: 20px;
    }

    .result_list th {
        color: #212121;
        font-weight: normal;
        text-align: left;
    }

    .result_list td {
        color: #666;
    }

    .result_list li:last-child {
        margin-bottom: 0;
        border: 0;
        padding-bottom: 0;
    }

.search_box span {
    display: inline-block;
    margin-right: 10px;
    line-height: 50px;
}

.nav_list {
    width: 275px;
}

    .nav_list a {
        display: block;
        line-height: 60px;
        cursor: pointer;
        color: #212121;
        font-size: 18px;
        border-radius: 10px;
        padding-left: 20px;
    }

        .nav_list a.on {
            background: rgba(44,103,197,0.05);
            color: #2c67c5;
        }

.mt_20 {
    margin-top: 20px;
}

.mt_30 {
    margin-top: 30px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mr_16 {
    margin-right: 16px;
}

.ship_base {
    font-size: 18px;
    margin-top: 32px;
}

    .ship_base p {
        line-height: 1;
        font-size:16px;
    }
.mt_12 {
    margin-top:12px;
}
.el-icon-warning {
    font-size: 20px;
    color: red;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    margin-top: -4px;
}

.el-icon-success {
    color: #67c23a;
    font-size: 20px;
    margin-right: 8px;
}

table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}

.c_blue {
    color: rgba(24, 119, 254, 1);
}

.baseinfo_table {
    font-size: 16px;
}

    .baseinfo_table th {
        font-weight: normal;
        text-align: left;
        padding-left: 30px;
        color: #666;
    }

    .baseinfo_table tr {
        height: 60px;
    }

.block {
    padding: 30px;
    background: #f9f9f9;
    border-radius: 8px;
}

.i_circle {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    margin-left: 10px;
}

.i_green {
    background: green;
}

.i_red {
    background: red;
}

.el-button span {
    margin-right: 0
}

.c_red {
    color: red;
}

.c_orange {
    color: orange;
}

.ml_20 {
    margin-left: 20px;
}

.list_detail_table th {
    background: #f9f9f9;
    color: #333;
}

.list_detail_table th, .list_detail_table td {
    text-align: left;
    padding: 0 8px;
    border: 1px solid #ccc;
}

.list_detail_table tr {
    height: 40px;
}

.list_detail_table td table th, .list_detail_table td table td {
    border: 0;
}

.list_detail_table td table th {
    background: #f7f7f7;
}

.list_detail_table td table td {
    background: none;
}

table .el-button--text span {
    white-space: normal;
    text-align: left;
    display: inline-block;
    font-weight: 380;
}

.mr_20 {
    margin-right: 20px;
}

.el-menu--popup {
    min-width: 140px;
    text-align: center;
}

.fw_n {
    font-weight: normal !important;
}

.ml_10 {
    margin-left: 10px;
}

.mb_30 {
    margin-bottom: 30px;
}
/***/
.el-menu--horizontal > .el-menu-item {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #212121;
}

    .el-menu--horizontal > .el-menu-item a, .el-menu--horizontal > .el-menu-item a:hover {
        color: #212121;
    }

.el-menu--horizontal .is-active.el-menu-item a {
    color: #2c67c5;
    font-weight: 380;
    font-family:MyFont1;
}

.el-menu--horizontal .el-menu-item a {
    display: block;
}

body .el-menu--horizontal > .el-menu-item {
    padding: 0;
    margin: 0 50px;
}

.el-menu--horizontal > .el-menu-item.is-active {
    border-bottom: 3px solid #2c67c5;
}

.el-menu--horizontal > .el-submenu .el-submenu__title {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #212121;
}

.mb_30 {
    margin-bottom: 30px;
}

.mt_40 {
    margin-top: 40px;
}

.fz_16 {
    font-size: 16px;
}

.index_list {
    width: 960px;
    margin: 8% auto 0;
}

    .index_list li {
        float: left;
        display: inline-block;
        width: 280px;
        height: 300px;
        background: #fff;
        text-align: center;
        box-shadow: 0 0 40px #e7e4e4;
        border-radius: 16px;
        margin: 0 20px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition: transform 1s;
    }

    .index_list .img_div {
        width: 90px;
        height: 90px;
        line-height: 90px;
        border-radius: 90px;
        border: 2px dashed #999;
        margin: 40px auto 0;
    }

        .index_list div img {
            margin-top: 22px;
        }

    .index_list h4 {
        font-size: 20px;
        margin: 25px 0 36px;
        font-family: 'MyFont1';
        font-weight: 380;
    }

    .index_list p {
        line-height: 1.7;
        font-size: 16px;
        color: #666;
    }

.precent_p {
    padding-top: 10px;
    font-size: 16px;
}

    .precent_p i {
        color: #2c67c5;
    }

.c_000 {
    color: #000;
}

.c_666 {
    color: #666;
}

.fz_18 {
    font-size: 18px;
}

.fw_b {
    font-weight: 380;
    font-family:MyFont1;
}
.el_table_style {
    border: 1px solid #e2e2e2;
    border-radius: 9px;
}
.el_table_style table {
    border-collapse: separate;
    border-spacing: 0;
}

.el_table_style th,
.el_table_style td {
    border: 0;
    word-break: break-all;
    line-height: 1.39;
    padding: 8px;
    border-bottom: 0 !important;
}
    .el_table_style
    .el-table__empty-block {
        border:0;
    }
    .el_table_style tr {
        min-height: 60px;
    }

.el_table_style th {
    color: #212121;
}

.el_table_style td {
    color: #666;
    font-size: 14px;
}

.el_table_style .el-table__header th {
    background: rgba(44,103,197,0.05);
    height: 60px;
}

    .el_table_style .el-table__header th:first-child {
        border-top-left-radius: 9px;
    }

    .el_table_style .el-table__header th:nth-child(10) {
        border-top-right-radius: 9px;
    }

/*.el_table_style tr:last-child td:first-child {
    border-bottom-left-radius: 9px;
}

.el_table_style tr:last-child td:last-child {
    border-bottom-right-radius: 9px;
}*/

.el_table_style th {
    background: #ebf0f7;
}

.el_table_style .el-table__body tr:nth-child(2n) {
    background: #f8f8f8;
}

.el_table_style th.el-table__cell > .cell {
    font-size: 14px;
    color: #000;
    font-weight:380;
    font-family:MyFont1;
}

.el-tag.el-tag--warning {
    background-color: #ffb300;
    border: 0;
    color: #fff;
    padding: 0 10px;
    line-height: 24px;
    height: 24px;
    border-radius: 4px;
    margin-right: 6px;
    margin-bottom: 6px;
}

.el-button--primary.is-disabled {
    background-color: #999 !important;
    border: 0;
}

.mr_10 {
    margin-right: 10px;
}

.content-container::-webkit-scrollbar-thumb, .content-container::-webkit-scrollbar {
    display: none;
}

.usercenter h2 {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #f1f1f1;
    margin: 0;
    margin-top: 40px;
}

    .usercenter h2 label {
        display: inline-block;
        padding: 0 20px;
        background: #f1f1f1;
        border-radius: 10px 10px 0 0;
        line-height: 50px;
    }

.border_block {
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    padding: 20px 0;
}

    .border_block span {
        font-size: 16px;
        color: #212121;
        font-family:MyFont1;
    }

.usercenter .el-button {
    width: 140px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 10px;
    font-size: 16px;
    margin: 0 10px;
}

.usercenter .el-button--default {
    border-color: #2c67c5;
    color: #2c67c5;
}

.el-table__empty-block {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-radius: 0 0 9px 9px;
}

.usercenter .add_btn {
    width: auto;
    margin-right: 0;
    line-height: 1;
    height: 20px;
}

.el-checkbox {
    color: #212121;
}

.el-dialog__title {
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    color: #212121;
}

.el-dialog__header {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px;
}

.el-dialog__body {
    padding: 0;
}

.el-button--primary:focus, .el-button--primary:hover {
    background: #2c67c5;
    border-color: #2c67c5;
    color: #FFF;
    opacity: 0.8;
}

.el-dialog {
    border-radius: 10px;
}

.map2 {
    border-radius: 0 0 10px 10px;
}

.el-tag.el-tag--warning.tag_green {
    background: #4caf50;
}

.el-tag.el-tag--warning.tag_blue {
    background: #2c67c5;
}

.c_yellow {
    color: #ffb300 !important;
}

.ml_30 {
    margin-left: 30px;
}

.addcountry_dialog .el-dialog__header {
    padding: 10px 20px;
}

.shipTrackTable td {
    color: #666;
}

.el-carousel__button {
    width: 10px;
    height: 4px;
    border-radius: 10px;
}

.el-carousel__container {
    height: 190px;
}

.shipevent_box red {
    color: red;
}

.logo {
    float: left;
    margin-left: 40px;
    margin-top: 26px;
}
    .logo img {
        width:128px;
    }
    .el-loading-spinner .el-loading-text {
        font-size: 20px;
        color: #666;
        margin-top: 20px;
    }
.el-loading-spinner i {
    font-size: 25px;
    color: #666;
}
.result_list li:hover {
    cursor:pointer;
}
.el-timeline div {
    font-size:16px;
}

h2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: normal;
}
.login_pop .el-dialog__header {
    display:none;
}
.login_box {
    padding: 60px;
    color: #212121;
}

    .login_box .el-input__inner {
        padding-left: 80px;
        line-height: 60px;
        border-color: #e2e2e2;
        border-radius: 10px;
        background: none;
        height: 60px;
        font-size: 18px;
    }

    .login_box .el-form-item {
        position: relative;
        margin-bottom: 30px;
    }

        .login_box .el-form-item label {
            position: absolute;
            display: inline-block;
            width: 58px;
            height: 58px;
            line-height: 58px;
            text-align: center;
            font-size: 24px;
            border-right: 1px solid #e2e2e2;
            z-index: 2;
        }

.login_box input:-internal-autofill-selected {
    background-color: #fff !important;
}

    .login_box .el-button--primary {
        width: 100%;
        height: 60px;
        border-radius: 10px;
        font-size: 18px;
    }
.risktimeline_item span {
    display:inline-block;
    line-height:24px;
}

.c_grey {
    color: rgba(0,0,0,0.7);
}
.risk_sign {
    display:inline-block;
}
    .mt_8 {
        margin-top: 8px;
    }
.table3 th, .table3 td {
    padding:8px 10px;
}
.table3 tr:nth-child(2) th {
    border-radius:0;
}
.text-container {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 55px; /* 两行高度 */
}
.h2_info {
    line-height:24px;
    font-size:16px;
    color:#666;
    margin-top:16px;
}
.public-header .el-input__inner {
    font-size:20px;
}
.source_sign {
    line-height: 30px;
    padding: 0 13px 0 37px;
    border-radius: 4px;
    font-size: 16px;
    color: #666;
    display: inline-block;
    background: url(/images/bell.png) 13px center no-repeat rgba(44, 103, 196, 0.05);
}
.high_tag, .medium_tag, .low_tag, .norisk_tag {
    display: inline-block;
    min-width: 68px;
    text-align: center;
    line-height: 34px;
    height: 34px;
    font-size: 16px;
    font-weight: 330;
    border-radius: 10px;
    padding: 0 10px;
}
.high_tag {
    color: #ff5252;
    background: rgba(255,82,82,0.1);
}
.medium_tag {
    color: #ffb300;
    background:rgba(255,179,0,0.1);
}
.low_tag {
    color: #666;
    background: rgba(102,102,102,0.1);
}
.norisk_tag {
    color: rgb(76,175,80);
    background: rgba(76,175,80,0.1);
}
.table2 th {
    font-family:MyFont1;
    font-weight:380;
    color:#000;
}
.table2 td {
    font-family: MyFont;
    font-weight: 330;
    color: #212121;
}
#translate {
    display:none;
}
.c_94 {
    color:#949494;
}
.footer {
    width: 100%;
    font-size: 14px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #fff;
    color: #666;
    margin-top: 50px;
}
.risk_list li:nth-child(4), .risk_list li:nth-child(5), .risk_list li:nth-child(6) {
    margin-bottom:0;
}
.base_info_table tr:last-child th, .base_info_table tr:last-child td {
    padding-bottom:0;
}
.mt_10 {
    margin-top:10px;
}
.text-overflow {
    display: inline-block;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.risk_list li:nth-child(1) {
    background-image: url(/images/risk0.svg);
}
.risk_list li:nth-child(2) {
    background-image: url(/images/risk1.svg);
}
.risk_list li:nth-child(3) {
    background-image: url(/images/risk2.svg);
}
.risk_list li:nth-child(4) {
    background-image: url(/images/risk3.svg);
}
.risk_list li:nth-child(5) {
    background-image: url(/images/risk4.svg);
}
.risk_list li:nth-child(6) {
    background-image: url(/images/risk5.svg);
}
.el-timeline .el-timeline-item:last-child {
    padding-bottom:0;
}
.el-timeline-item__content .el-icon-warning {
    position: relative;
    margin-top: 2px;
}
.float_footer {
    position: fixed;
    bottom: 0;
}
.pt_30 {
    padding-top:30px;
}
.other_li_detail {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #2c67c5;
    border-radius: 16px;
    text-align: left;
    padding: 28px;
    transition: opacity 1s;
    opacity: 0;
    display: none;
}
    .other_li_detail p {
        color: #fff;
        font-size: 16px;
        line-height: 1.7;
    }
.index_list li:hover .other_li_detail {
    display: block;
    opacity: 1;
}
.index_list li:hover {
    transform: translateY(-20px);
}
.mt_16 {
    margin-top:16px;
}
.loading_tips {
    text-align: center;
    z-index: 9;
    position: fixed;
    width: 100%;
    top: calc(50% + 100px);
}
.loading_tips_detail {
    display: inline-block;
    line-height: 56px;
    border-radius: 8px;
    padding-left: 60px;
    padding-right:24px;
    color: #000;
    font-size: 16px;
    background: url(/images/light.svg) 24px center no-repeat rgba(44,103,197,0.05);
}
.his_result li, .other_resultlist li {
    font-size: 18px;
    margin: 0;
    line-height: 60px;
    padding: 0 20px;
}
    .his_result li span {
        color: #999;
        margin-left: 14px;
        font-size: 16px;
        line-height: 18px;
    }
    .his_result li:hover, .other_resultlist li:hover {
        background: #f8f8f8;
    }
.clear_his_btn {
    font-size: 14px;
    color: #666;
}
    .clear_his_btn:hover {
        color: #2c67c5;
    }
[v-cloak] {
    display:none;
}