h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.PB_top {
    width: 100%;
    min-width: 1200px;
    background: #fff;
}

.PB_top_box {
    width: 1200px;
    margin: 0 auto;
    padding: 16px 0;
    position: relative;
}

.PB_top_search {
    width: 100%;
    height: 62px;
    padding: 4px;
    border-radius: 10px;
    background: #fde125;
    display: flex;
    position: relative;
}

.PB_top_search span {
    width: 24px;
    height: 24px;
    display: flex;
    background: #fff;
    border-radius: 12px;
    position: absolute;
    margin: 15px 0 0 410px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    z-index: 4;
    justify-content: center;
    align-items: center;
}

.PB_top_search .icon-to {
    color: #006ce4;
    font-size: 24px;
}

.PB_top_search_box {
    height: 54px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-right: 4px;
    position: relative;
}

.PB_top_search_box .icon-locat, .PB_top_search_box .icon-ship, .PB_top_search_box .icon-copy, .PB_top_search_box .icon-city {
    font-size: 16px;
    position: absolute;
    margin-left: 16px;
    color: #333;
}

.PB_top_search_box .icon-show {
    font-size: 16px;
    position: absolute;
    right: 0;
    margin-right: 16px;
    color: #ccc;
}

.PB_top_search_box input {
    font-size: 14px;
    border: none;
    background: none;
    padding: 0 40px 0 44px;
}

.PB_top_search_box input:focus + i {
    color: #006ce4;
    animation: i-shake .3s;
}

.PB_top_search_btn {
    font-size: 18px;
    text-decoration: none;
    box-sizing: border-box;
    width: 108px;
    height: 54px;
    display: flex;
    background: #006ce4;
    color: #fff;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
    cursor: pointer;
    transition: all .3s;
}

.PB_top_search_btn:hover {
    background: #0088ff;
    color: #fff;
}

.PB_top_search_btn .icon-search1 {
    font-size: 24px;
}

.PB_top_search label {
    position: absolute;
    top: 70px;
    color: #999;
    font-size: 13px;
    cursor: unset;
}

.PB_top_search label a {
    color: #006ce4;
    text-decoration: underline;
    cursor: pointer;
}
.PB_top_search label a:hover {
    color: #0088ff;
}
.Index_search_list {
    z-index: 999
}

#continent_ul{
    width: 204px;
    margin-left: 44px;
}
#service_ul{
    width: 204px;
    margin-left: 290px;
}
#country_ul{
    width: 204px;
    margin-left: 535px;
}
#pod_ul{
    width: 300px;
    margin-left: 785px;
}
#podmore_ul {
    margin-left: 40px;
    margin-top: -38px;
    width: 1049px;
}
#podmore_ul li i {
    margin-right: 4px;
    color: #006ce4;
}
#map-container {
    height:400px;
}
.PB_list_title {
    width: 100%;
    height: 36px;
    display: flex;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 16px;
}

.PB_list_title_pol {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    display: flex;
    position: relative;
}

.PB_list_title_pol li {
    background: linear-gradient(90deg, #f7f7f7, #e9f0f7);
    color: #999;
    border-top-right-radius: 10px;
    margin: 0 -10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 16px 0 30px;
    box-sizing: border-box;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 20% 0);
    z-index: 2;
}

.PB_list_title_pol li:last-child {
    margin-right: 0;
}

.PB_list_title_pol li:last-child {
    z-index: 1;
}

.PB_list_title_on, .PB_list_title_pol li:hover {
    background: #e9f0f7 !important;
    color: #006ce4 !important;
    font-weight: bold;
    z-index: 3 !important;
}

.PB_list_title_bcn {
    font-size: 14px;
    color: #006ce4;
    flex-grow: 2;
    padding: 0 16px 4px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.PB_list_title_bcn svg {
    font-size: 20px;
    margin-right: 4px;
}

.PB_list_title_bcn b {
    font-weight: normal;
    color: #bbb;
}

.PB_list_title_bcn span {
    color: #333;
    margin-left: 20px;
}

.PB_list_title_bcn span em {
    font-weight: bold;
    font-style: normal;
    color: #ff6800;
}

.PB_list_title_bcn .icon-arrowup {
    font-size: 12px;
    transform: rotate(90deg);
    color: #999;
}

.PB_Container {
    width: 100%;
    min-width: 1200px;
}

.PB_Container iframe {
    border: none;
    border-top: 1px solid #eee !important;
    width: 100%;
    height: calc(100vh - 226px);
    margin: 0 auto;
    padding-left: 13px;
    box-sizing: border-box;
}

.PB_Container_box {
    width: 1200px;
    margin: 0 auto;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
}

.PB_index_map {
    width: 1200px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 16px auto 0;
}

.PB_index {
    width: 1200px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    margin: 16px auto;
}

.PB_index_list {
    width: 100%;
    margin-bottom: 16px;
}

.PB_index_list tbody tr td {
    cursor: pointer;
    transition: all .2s;
}

.PB_index_list tbody tr:hover td {
    background: #fdf8eb;
    color: #ff9913;
}

.PB_index_list th {
    text-align: center;
    color: #999;
    background: #f7f7f7;
    line-height: 36px;
}

.PB_index_list th:last-child, .PB_vessel_list th:last-child {
    width: 80px;
}

.PB_index_list td {
    text-align: center;
    color: #333;
    line-height: 48px;
    border-bottom: 1px solid #eee;
}

.PB_index_list th:first-child, .PB_index_list td:first-child {
    text-align: left;
    padding-left: 10px;
}

.PB_index_list td h5 {
    color: #006ce4;
    display: inline-block;
}

.PB_index_list td span {
    margin-left: 6px;
    color: #999;
}

.track_btn {
    border-radius: 4px;
    background-color: #006ce4;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    border: unset;
    padding: 8px;
    transition: all .3s;
}

.track_btn:hover {
    background-color: #0088ff;
    color: #fff;
}

.baike_btn {
    border-radius: 4px;
    background-color: #ffcc32;
    cursor: pointer;
    font-size: 12px;
    color: #333;
    border: unset;
    padding: 8px;
    transition: all .3s;
}

.baike_btn:hover {
    background-color: #ffd452;
    color: #333;
}

.ship_btn {
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    color: #333;
    padding: 8px;
    transition: all .3s;
    height: 32px;
    line-height: 30px;
    background: rgba(255, 204, 50, .12);
    border: 1px solid #ffcc32;
}

.ship_btn:hover {
    border-color: #f4b700;
    background: rgba(255, 204, 50, .2);
    color: #ff6800;
}

.port_btn {
    font-size: 13px;
    color: #006ce4;
}

.port_btn:hover {
    color: #0088ff;
}

.PB_left {
    width: 784px;
}

.PB_port {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 16px;
    position: relative;
    margin-bottom: 16px;
}

.PB_title {
    font-size: 18px;
    border-left: 4px solid #006ce4;
    line-height: 18px;
    padding-left: 8px;
    color: #333;
}

.PB_port_list {
    margin: 0;
    padding: 16px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.PB_port_list li {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.PB_port_list li h2 {
    font-size: 15px;
    font-weight: normal;
    color: #999;
    width: 90px;
}

.PB_port_list li h3 {
    font-size: 15px;
    color: #333;
    font-family: "微软雅黑";
}

.PB_port p {
    font-size: 14px;
    color: #333;
    border-top: 1px solid #eee;
    padding-top: 10px;
    line-height: 1.5rem;
}

.PB_vessel {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 16px;
    position: relative;
}

.PB_vessel_list {
    width: 100%;
    margin-top: 16px;
}

.PB_vessel_list th {
    text-align: center;
    color: #999;
    background: #f7f7f7;
    line-height: 24px;
    font-size: 12px;
}

.PB_vessel_list tbody tr td {
    cursor: pointer;
    transition: all .2s;
}

.PB_vessel_list tbody tr:hover td {
    background: #fdf8eb;
    color: #ff9913;
}

.PB_vessel_list td {
    text-align: center;
    color: #333;
    font-size: 12px;
    line-height: 48px;
    border-bottom: 1px solid #eee;
}

.Hot_portsl .PB_vessel .PB_vessel_list td {
    line-height: 32px!important;
}

.PB_vessel_list th:first-child, .PB_vessel_list td:first-child {
    text-align: left;
    padding-left: 10px;
}

.PB_vessel_list td h5 {
    font-size: 12px;
    color: #006ce4;
    display: inline-block;
}

.PB_vessel_list td span {
    margin-left: 6px;
    color: #999;
}

.PB_right {
    width: 400px;
}

.charts {
    width: 400px;
    height: 320px;
}

.PB_plugin_box {
    width: 100%;
    background: #fff;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 16px;
}

.PB_plugin_title {
    height: 40px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 16px;
}

.PB_plugin_title h2 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.PB_plugin_title h3 {
    padding: 2px 6px;
    font-size: 11px;
    font-weight: normal;
    color: #fff;
    background: #ff9913;
    border-radius: 2px;
    margin: 0 16px;
}

.PB_plugin_title h4 {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    padding: 0 18px 0 5px;
}

.PB_plugin_title b {
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.PB_plugin_info {
    border-top: 1px solid #eee;
    height: 40px;
    font-size: 14px;
    color: #999;
    padding: 9px 16px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.PB_plugin_price {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.PB_plugin_price li {
    height: 36px;
    box-sizing: border-box;
    padding-left: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .3s;
}

.PB_plugin_price li:last-child {
    margin-bottom: 12px;
}

.PB_plugin_price li:hover {
    background: #fffadd;
}

.PB_plugin_price li:hover h5 {
    padding-left: 4px;
}

.PB_plugin_price h5 {
    font-size: 12px;
    font-weight: normal;
    color: #333;
    width: 224px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    transition: all .3s;
}

.PB_plugin_price h6 {
    width: 71px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}


.PB_date {
    position: absolute;
    top: 16px;
    right: 16px;
}

.PB_date h4 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 6px;
}

.PB_route {
    position: absolute;
    right: 16px;
    top: 182px;
    width: 100px;
    height: 34px;
    color: #fff!important;
    font-size: 14px;
    border-radius: 4px;
    background: linear-gradient(90deg, #ffcc32, #ff6800);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 4px;
    cursor: pointer;
    transition: all .3s;
}

.PB_route:hover {
    background: linear-gradient(90deg, #ff6800, #ffcc32);
}

.PB_route .icon-click {
    font-size: 19px;
    margin-right: 4px;
}

.clock {
    display: flex;
}

/* 时钟的分隔 */
.clock .divider {
    font-size: 32px;
    line-height: 50px;
    font-style: normal;
    color: rgb(51, 50, 50);
}

/* 时钟的卡片 */
.clock .flip {
    position: relative;
    width: 30px;
    height: 50px;
    margin: 2px;
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    background: rgb(46, 45, 45);
    border: 1px solid rgb(34, 33, 33);
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(54, 54, 54, 0.5);
}

/* 时钟上的数字 */
.clock .flip .digital::before, .clock .flip .digital::after {
    position: absolute;
    content: attr(data-number);
    left: 0;
    right: 0;
    color: white;
    background: rgb(51, 50, 50);
    overflow: hidden;
    -webkit-perspective: 160px;
    perspective: 160px;
}

/* 翻页前的数字 */
.clock .flip .digital::before {
    top: 0;
    bottom: 50%;
    border-bottom: 1px solid #666;
    border-radius: 10px 10px 0 0;
}

/* 翻页后的数字 */
.clock .flip .digital::after {
    top: 50%;
    bottom: 0;
    line-height: 0;
    border-radius: 0 0 10px 10px;
}

.clock .flip .back::before,
.clock .flip .front::after {
    z-index: 1;
}

.clock .flip .back::after {
    z-index: 2;
}

.clock .flip .front::before {
    z-index: 3;
}

.clock .flip .back::after {
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: rotateX(0.5turn);
    transform: rotateX(0.5turn);
}

.clock .flip.running .front::before {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation: frontFlipDown 0.6s ease-in-out;
    animation: frontFlipDown 0.6s ease-in-out;
    box-shadow: 0 -2px 6px rgba(255, 255, 255, 0.3);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.clock .flip.running .back::after {
    -webkit-animation: backFlipDown 0.6s ease-in-out;
    animation: backFlipDown 0.6s ease-in-out;
}

@-webkit-keyframes frontFlipDown {
    to {
        -webkit-transform: rotateX(0.5turn);
        transform: rotateX(0.5turn);
    }
}

@keyframes frontFlipDown {
    to {
        -webkit-transform: rotateX(0.5turn);
        transform: rotateX(0.5turn);
    }
}

@-webkit-keyframes backFlipDown {
    to {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
}

@keyframes backFlipDown {
    to {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
}

.pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    position: relative;
}

.pagination::before {
    content: "地图上仅展示当前页码的港口坐标";
    color: #999;
    position: absolute;
    left: 4px;
    top: 4px;
}

.pagination li {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    border: 1px solid #fff;
    border-radius: 6px;
}

.pagination li:hover a {
    color: #006ce4;
}

.pagination .disabled {
    color: #ccc;
}

.pagination .active {
    color: #006ce4;
    border: 1px solid #006ce4;
}

.Hot_ports_btn {
    display: flex;
    width: 100px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    color: #8f6826;
    background: #fde125;
    border-radius: 6px;
    top: 20px;
    left: 216px;
    justify-content: center;
    cursor: pointer;
}

.Hot_ports_btn:hover {
    background: #006ce4;
    color: #fff;
}

.PB_top_tab, .PB_top_tab1 {
    margin-bottom: 6px;
    padding: 4px;
    box-sizing: border-box;
    list-style: none;
    height: 40px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    width: 208px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.PB_top_tab li, .PB_top_tab1 li {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 12px;
    width: 98px;
    height: 32px;
    border-radius: 6px;
    cursor: pointer;
}

.PB_top_tab_on, .PB_top_tab li:hover, .PB_top_tab1 li:hover {
    background: #ebf5ff;
    color: #006ce4!important;
}

.PB_top_tab_on .icon-plus, .PB_top_tab li:hover .icon-plus {
    color: #006ce4!important;
}

.PB_top_tab li i, .PB_top_tab1 li i {
    margin-right: 4px;
}

#carrier_ul{
    width: 323px;
}

.Hot_ports_tab {
    margin: 16px auto 0;
    display: flex;
    width: 1200px;
}

.Hot_ports_tab li a {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 20px;
    background: #fff;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
}

.Hot_ports_tab li a:hover {
    background: #006ce4;
    color: #fff;
}

.Hot_ports {
    width: 1200px;
    margin: 16px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Hot_portsl {
    display: flex;
    flex-direction: column;
}

.Hot_portsl .PB_vessel {
    width: 592px!important;
    margin-bottom: 16px;
}

.PB_list_Limited {
    width: 1200px;
    border-radius: 10px;
    background: #fdf8eb;
    padding: 16px;
    margin: 16px auto;
}

.PB_list_Limited h1 {
    font-size: 18px;
    font-weight: bold;
    color: #ff9913;
    text-align: center;
    margin-top: 3px;
}

.PB_list_Limited h2 {
    font-size: 14px;
    font-weight: normal;
    color: #ff9913;
    text-align: center;
    position: relative;
}

.PB_list_Limited h2 span {
    display: flex;
    width: 88px;
    height: 22px;
    border-radius: 11px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #ff9913;
    background: #fdf8eb;
    cursor: pointer;
    transition: all .3s;
    position: absolute;
    top: 0;
    right: 0;
}

.PB_list_Limited h2 span:hover {
    background: #006ce4;
    color: #fff;
}

.PB_list_Limited h3 {
    width: 200px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 8px;
    margin: 20px auto 10px;
    background: linear-gradient(90deg, #ffcc32, #ff6800);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
}

.PB_list_Limited h3:hover {
    background: linear-gradient(90deg, #ff6800, #ffcc32);
}

.PB_list_Limited_info {
    width: 288px;
    padding-top: 90px;
}

.PB_list_Limited_info:first-child {
    width: 410px;
}

.PB_list_Limited_info:nth-child(2) {
    width: 430px;
}

.PB_list_Limited_info h4 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
}

.PB_list_Limited_info h5 {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    margin-bottom: 6px;
}

.PB_list_Limited_box {
    width: 1168px;
    height: 205px;
    background: url("../images/limited_bg1.jpg");
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
    padding: 0 20px;
    display: flex;
}

