/*
 * Yuntisoft (http://www.yuntisoft.com)
 * Copyright (c) 2012-2023 http://www.yuntisoft.com All rights reserved.
 * Author: Robin.Li <34477240@qq.com>
 */
@charset "utf-8";
.box_info{
    padding: 10px;
    background: #f5f5f5;
    margin: 10px 0;
	color:#333;
}
.hot_title{
    color: red;
    font-weight: 500;
    margin: 5px;
    text-align: center;
    font-size: 18px;
}
.hot_port{
    margin-top: 20px;
	border: 1px solid #ccc;
}
.tdtoth {
    background-color: #f5f5f5;
    height: 13px;
    font-weight: bold;
    text-align: center;
}
.txt-left {
    text-align: left;
}
.txt-center {
    text-align:center;
}
.container .port_list h1,.container .port_list h2 {
	color:#fff;
    font-size: 18px;
    padding: 15px 0 15px 0;
    text-align: center;
    font-weight: 500;
    font-family: "microsoft yahei", "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
}
.container th {
    text-align: left;
    background: #09f;
    line-height: 55px;
    text-indent: 1em;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.noborder {
    border-bottom: none !important;
    border-left: 1px solid #09f !important;
    border-right: 1px solid #09f !important;
}
/*查询框*/
.container #search {
    width: 100%;
    margin: 10px 0px;
}

.container #search #search_key,
.container #search #track_key,
.container #search #ship_search_key,
.container #search #airport_search_key,
.container #search #airline_search_key,
.container #search #hscode_search_key {
    width: 1020px;
    height: 55px;
    line-height: 55px;
    padding: 0 !important;
    text-indent: 1em;
    border: 1px solid #ccc;
    border-right: 1px solid #09f;
    vertical-align: middle;
}

.container #search #search_key:hover,
.container #search #ship_search_key:hover,
.container #search #airport_search_key:hover,
.container #search #airline_search_key:hover,
.container #search #hscode_search_key:hover {
    border: 1px solid #09f;
}

.container #search #search_btn,
.container #search #track_btn,
.container #search #ship_search_btn,
.container #search #airport_search_btn,
.container #search #airline_search_btn,
.container #search #hscode_search_btn {
    height: 57px;
    line-height: 57px;
    background: #09f;
    border: 0px solid #09f;
    color: #fff;
    width: 120px;
    font-size: 16px;
    cursor: default;
    vertical-align: middle;
}

.container #search #search_btn:hover,
.container #search #ship_search_btn:hover,
.container #search #airport_search_btn:hover,
.container #search #airline_search_btn:hover,
.container #search #hscode_search_btn:hover {
    background: #09d;
}
.container .relation_country_map,
.container .relation_country_port {
    overflow: hidden;
	background: #fafafa;
    padding-bottom: 10px;
}
.container .relation_country_map .header,
.container .relation_country_port .header {
    height: 40px;
    line-height: 40px;
    background: #09f;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.container .relation_country_map #map {
    height: 400px;
    width: 100%;
}

.container .relation_country_port ul {
    margin-top: 20px;
}
.container .relation_country_port li {
    float: left;
    width: 157px;
    line-height: 25px;
    margin: 0 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

/*列表*/
.container .port_list{
    margin-top: 10px;
    margin-bottom: 10px;
}
.container .port_list .category .port_items {
    width: 100%;
    float: left;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
}

.container .port_list .category .port_items li {
    list-style: none;
    margin: 5px 0px;
    float: left;
    width: 33%;
}

.container .port_list .category .port_items li span {
    color: #ab3a27;
    margin-right: 5px;
}

.container .port_list .category .port_items li {
	list-style: none;
	margin: 5px 0px;
	float: left;
}
.container .port_list .header,
.container .hscode_list .header {
    background: #09f;
    height: 55px;
    line-height: 55px;
    text-indent: 1em;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.container .port_list .category,
.container .hscode_list .category {
    margin: 10px 0;
    padding: 20px 0;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}
.container .port_list .category .port_info{
    font-size:14px;
	overflow: auto;
	width:100%;
    height: 200px;
    padding: 10px;
}
.container .port_list .category .port_info h2{
    font-size:14px;
	font-weight: normal;
	text-align:left;
}
.container .port_list .category .port_info strong{
    font-size:14px;
	font-weight: normal;
}
.container .port_list .category li {
    float: left;
    width: 180px;
    margin-left: 14px;
    padding: 10px 0;
    text-indent: 1em;
    }

.container .port_list .category li:hover {
    background: #f5f5f5;
    }

.container .port_list .category li span {
    padding-left: 5px;
    color: #999;
    }

.container .port_list em {
    font-style: normal !important;
    font-size: 12px;
    vertical-align: super;
    background: #f00;
    color: #fff;
    padding: 0 2px;
    border-radius: 4px;
    margin-left: 2px;
    }
/*海关编码*/
.container .hscode_list .parent > li {
    margin: 0 15px 15px 15px;
    }

.container .hscode_list .parent > li span {
    padding: 3px 5px;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    font-weight: 400;
    background: cornflowerblue;
    color: #fff;
    border-radius: 5px;
    }

.container .hscode_list .child {
    margin: 15px 15px 15px 90px;
    }

.container .hscode_list .child li {
    padding: 5px 0;
    }
.container .hscode_detail table,.hscode_list table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    border: 1px solid #cdd3d9;
}
.container .hscode_detail table td,.hscode_list table td {
    height: 22px;
    font-size: 13px;
    padding: 5px 5px;
    border: 1px solid #cdd3d9;
    line-height: 20px;
}
.container .hscode_detail_hd {
    border-left: 3px solid #09f;
    font-weight: bold;
    padding-left: 5px;
    margin: 10px 0 10px 0;
	background: #f0f0f0;
}
.container .hscode_detail_td {
    width: 95px;
    background-color: #f5f5f5;
}
.hscode_detail_td a {
    color: #09f;
}
/*偏远查询*/
.remote_container {
	max-width: 1200px;
	margin: 0 auto;
}
.remote_container .selection .select2-selection--single {
	border: 1px solid #b1b1b1;
	height: 36px;
	border-radius: 4px;
}
.remote_container .selection .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 4px;
	right: 1px;
	width: 20px;
}
.remote_title_box {
	width: 100%;
	height: 64px;
	background-color: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.remote_title_box span {
	font-size: 18px;
	font-weight: bold;
	padding: 0 24px;
}
.remote_reset_btn {
	margin: 0 24px;
	cursor: pointer;
}
.remote_box {
	width: 100%;
	border: 1px solid #d1d1d1;
	padding: 24px 24px 0;
	border-top: none;
	border-radius: 0 0 8px 8px;
}
.remote_box_form {
	display: flex;
	align-items: center;
}
.remote_box_form_left, .remote_box_form_right {
	display: flex
}
.remote_box_form_left {
	width: 100%;
}
.remote_box_form_left>div {
	display: flex;
	align-items: center;
	margin-right: 16px;
}
.remote_box_form_right>div:first-child {
	margin-right: 16px;
}
.remote_form_tit {
	font-weight: bold;
}
.express_company, .batch_express_company {
	width: 180px;
	height: 36px;
	border-radius: 4px;
	border: 1px solid #b1b1b1;
	background-color: #fff;
	cursor: pointer;
}
.express_company:focus, .batch_express_company:focus {
	outline: none;
}
.remote_input_box {
	border: 1px solid #b1b1b1;
	height: 36px;
	border-radius: 4px;
}
.remote_input {
	height: 100%;
	width: 100%;
	border: none;
	outline: none;
	border-radius: 4px;
}
.remote_input_warn {
	border: 1px solid red
}
.remote_btn {
	height: 36px;
	line-height: 36px;
	width: 100px;
	text-align: center;
	background-color: #09f;
	color: #fff;
	border-radius: 16px;
	cursor: pointer;
}
.remote_explain_box {
	width: 100%;
	margin: 16px 0 0;
}
.office_link_box {
	display: flex;
	flex-wrap: wrap;
}
.office_link {
	width: 33%;
}
.remote_result_box {
	width: 100%;
	border: 0px solid #d1d1d1;
	padding: 24px;
	border-radius: 8px;
	margin: 24px 0;
}
.remote_result_table {
	width: 100%;
}
.remote_result_table th {
	background-color: #f0f0f0;
}
.remote_country {
	position: relative;
	width: 200px;
}
.remote_file_box {
	width: 100%;
	border: 1px dashed #b1b1b1;
	border-radius: 8px;
	min-height: 64px;
	margin: 16px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
 @media screen and (max-width: 1024px) {
.remote_param_box {
	flex-direction: column;
	align-items: flex-start;
}
.remote_box_form_left {
	margin-bottom: 16px;
}
}
 @media screen and (max-width: 768px) {
.remote_box_form_left>div {
	display: block;
	width: 100%;
}
.remote_box_form_left>div:last-child {
	margin-right: 0;
}
.express_company, .batch_express_company {
	width: 100%;
}
}
 @media screen and (max-width: 480px) {
.remote_box_form_left {
	flex-direction: column;
	margin-bottom: 0;
}
.remote_box_form_left>div {
	margin-bottom: 16px;
	margin-right: 0;
}
.office_link_box {
	flex-direction: column;
}
.office_link {
	width: 100%;
}
}