body{
	margin: 0;
	padding: 0;
}

.freight_banner{
	width: 100%;
	min-width: 7.875rem;
	height: auto;
	display: block;
}

/*********************搜索框部分******************/
.freight_search{
	width: 84%;
	min-width: 7.875rem;
	margin: 2rem auto 0 auto;
	background: #FFFFFF;
	border-radius: 15px;
	border: solid #37474F 1px;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.freight_search_expect_port{
	width: 10%;
	position: relative;
	margin-top: -0.5rem;
	margin-right: 1%;
}

.freight_search_expect_port_unit{
	width: 100%;
	height: 2.2rem;
	line-height: 2.2rem;
	text-align: center;
	border: #3F51B5 solid 1px;
	margin-bottom: 0.6rem;
	color: #3F51B5;
	border-radius: 5px;
	cursor: pointer;
	margin-top: -0.5rem;
}

.freight_search_port_expect_ico{
	width: 3rem;
	height: 1rem;
	display: block;
	position: relative;
	margin: 0 0 0 3.3rem;
	z-index: 9;
}


.freight_search_border{
	width: 1.8%;
	height: inherit;
	background: #3F51B5;
	border-radius: 12px 0 0 12px;
}

.freight_search_frame {
	width: 94%;
	height: auto;
	padding: 1.5% 2% 0.5% 0;
	margin: 0 auto;
	box-sizing: border-box;
}

.freight_search_port{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.freight_search_port_ico{
	width: 1.4rem;
	height: 1.4rem;
	display: block;
	margin: 0.3rem 0 auto 0;
}

.freight_search_port_title{
	width: 9.6%;
	height: 2.2rem;
	line-height: 2.2rem;
	font-size: 1rem;
	color: #333333;
}

.freight_search_port_main{
	width: 86%;
	height: auto;
	
}
.freight-serch_port_block{
	
	display: flex;
	flex-flow: row wrap;
	font-size: 0.9rem;
}


/****精品航线****/
.freight_search_route{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.8rem;
}

.freight_search_route_unit_new{
	height: 2.2rem;
	line-height: 2.2rem;
	margin-right: 2%;
	color: #37474F;
	font-size: 1rem;
	/*cursor: pointer;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

.new_tips{
	display: block;
	width: 2rem;
	height: 2rem;
}

.freight_search_route_unit{
	height: 2.2rem;
	line-height: 2.2rem;
	margin-right: 2%;
	color: #37474F;
	font-size: 1rem;
	cursor: pointer;
	text-align: center;
}

/****精品航线****/

.freight_search_port_unit{
	width: 10%;
	height: 2.2rem;
	line-height: 2.2rem;
	text-align: center;
	border: #3F51B5 solid 1px;
	margin-right: 0.7%;
	margin-bottom: 0.6rem;
	color: #3F51B5;
	border-radius: 5px;
	cursor: pointer;
}

.freight_search_port_unit:hover{
	
	color: #FFFFFF;
	background: #3F51B5;
}

.freight_search_port_unit_hover{
	width: 12%;
	height: 2.2rem;
	line-height: 2.2rem;
	text-align: center;
	border: #3F51B5 solid 1px;
	margin-right: 0.7%;
	margin-bottom: 0.6rem;
	border-radius: 5px;
	cursor: pointer;
	color: #FFFFFF;
	background: #3F51B5;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}

/****更多按钮****/
.freight_search_port_more{
	width: 12%;
	height: 2.2rem;
	line-height: 2.2rem;
	text-align: center;
	border: #3F51B5 solid 1px;
	margin-right: 0.7%;
	margin-bottom: 0.6rem;
	color: #3F51B5;
	border-radius: 5px;
	cursor: pointer;
	background: url(images/SNLfreight-new/out-more.png) no-repeat;
	background-size: 0.7rem 0.7rem;
	background-position: 90% 45%;
}
/****收起按钮****/
.freight_search_port_up{
	width: 10%;
	height: 2.2rem;
	line-height: 2.2rem;
	text-align: center;
	border: #3F51B5 solid 1px;
	margin-right: 0.7%;
	margin-bottom: 0.6rem;
	color: #3F51B5;
	border-radius: 5px;
	cursor: pointer;
	background: url(images/SNLfreight-new/up-more.png) no-repeat;
	background-size: 0.8rem 0.8rem;
	background-position: 90% 45%;
}
/****分割线****/
.freight_search_dividing{
	width: 100%;
	height: 0.2rem;
	border-radius: 10px;
	background: #F0F0F0;
	margin: 0.2rem 0;
}

/********内装、场装、班期信息等******/
.freight_search_info {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.freight_search_info_frame{
	width: 88%;
	padding-top: 0.5rem;
	box-sizing: border-box;
}

.freight_search_info_btn{
	width: 9%;
	height: 3rem;
	background: #3F51B5;
	color: #FFF;
	font-size: 1rem;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.freight_search_info_btn:hover{
	background: #5466CF;
}

.freight_search_info_btn-icon{
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.5rem;
}

.freight_search_info_line {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0.5rem 0;
}
/*复选框*/
.freight_search_checkbox_frame {
	box-sizing: border-box;
	width: auto;
	overflow: hidden;
	color: #333;
	display: flex;
	align-items: center;
	margin-right: 4%;
	font-size: 1rem;
}

input.freight_search_checkbox {
	-webkit-appearance: none;
	border: solid #37474F 1px;
	width: 1rem;
	height: 1rem;
	border-radius: 3px;
	margin-right: 0.8rem;
	outline: none;
}

input.freight_search_checkbox:checked {
	border: none;
	background: url(images/SNLfreight-new/check.png) no-repeat center;
	background-size: 100% 100%;
}

/*门点搜索框*/
.freight_search_input_unit {
	border: solid #37474F 1px;
	height: 2.2rem;
	font-size: 0.9rem;
	color: #000;
	line-height: 2.6rem;
	background: #FFFFFF;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 1rem;
	display: flex;
}

.freight_search_input_img {
	width: 1.2rem;
	height: 1.2rem;
	margin: auto 0;
	display: block;
}

.freight_search_input {
	width: 92%;
	height: 2rem;
	line-height: 2rem;
	box-sizing: border-box;
	padding: 0 0.5rem;
	outline: none;
	border: none;
	margin: auto 0;
	font-size: 0.9rem;
}

.freight_search_date_ico{
	width: 1.4rem;
	height: 1.4rem;
	display: block;
	margin-right: 1%;
	margin-left: 0.5%;
}

.freight_search_input_frame{
	width: 30%;
	margin-right: 3%;
	box-sizing: border-box;
}


/*班期复选框*/
.freight_search_checkbox_dateframe {
	box-sizing: border-box;
	width: auto;
	overflow: hidden;
	font-size: 0.9rem;
	color: #37474F;
	display: flex;
	align-items: center;
	margin-right: 2%;
}

input.freight_search_date_checkbox {
	-webkit-appearance: none;
	border: solid #37474F 1px;
	width: 1rem;
	height: 1rem;
	border-radius: 3px;
	margin-right: 0.8rem;
	outline: none;
}

input.freight_search_date_checkbox:checked {
	border: none;
	background: url(images/SNLfreight-new/check.png) no-repeat center;
	background-size: 100% 100%;
}

/*********************搜索框部分******************/


/*********************查询结果部分******************/
.freight_list{
	width: 84%;
	min-width: 71.875rem;
	margin: 2rem auto;
}

.freight_list_title {
	width: 100%;
	height: 2.5rem;
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
	padding: 0 1rem;
	box-sizing: border-box;
}

.freight_list_main {
	width: 100%;
	border-top: #37474F solid 1px;
	border-bottom: #37474F solid 1px;
	box-sizing: border-box;
	font-size: 0.9rem;
}

.freight_list_unit {
	width: 100%;
	margin: 0.5rem 0;
	box-sizing: border-box;
	padding: 0.5rem 1rem;
}

.freight_list_unit:nth-child(odd){background: #FFFCF4;}
.freight_list_unit:nth-child(even){background: #F5F9FE;}

.freight_list_unit_line{
	width: 100%;
	height: 3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.freight_list_unit_address{
	width: 12%;
	line-height: 1.5rem;
	color: #333333;
	text-align: center;
}

.freight_list_ico_truck{
	width: 12%;
	height: 1.5rem;
	background: url(images/SNLfreight-new/truck-freight.png) no-repeat center;
	background-size: 85% 90%;
}

.freight_list_ico_ship{
	width: 12%;
	height: 1.5rem;
	background: url(images/SNLfreight-new/ship-freightCYCY.png) no-repeat center;
	background-size: 85% 90%;
}

.freight_list_unit_price{
	width: 12%;
	text-align: center;
	font-weight: bold;
	color: #B5000D;
}

.freight_list_unit_btn1 {
	width: 8%;
	height: 2.2rem;
	line-height: 2.2rem;
	border: solid 1px #3F51B5;
	border-radius: 5px;
	text-align: center;
	color: #3F51B5;
	cursor: pointer;
	margin-left: 4%;
}

.freight_list_unit_btn1:hover {
	background: #5466CF;
	color: #FFFFFF;
}

.freight_list_unit_btn2 {
	width: 8%;
	height: 2.2rem;
	line-height: 2.2rem;
	background: #3F51B5;
	border-radius: 5px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	margin-left: 4%;
}

.freight_list_unit_btn2:hover {
	background: #5466CF;
}

/***********分页***********/
.freight_list_pagination_frame {
    box-sizing: border-box;
    margin: 1rem auto;
}

ul.freight_list_pagination {
    display: flex;
	justify-content: center;
    padding: 0;
    margin: 0 auto;
}

ul.freight_list_pagination li {display: inline;margin: 0 0.4%;}

ul.freight_list_pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
	border: solid 1px #999999;
}

ul.freight_list_pagination li a.active {
    background-color: #3F51B5;
    color: white;
    border-radius: 5px;
}

ul.freight_list_pagination li a:hover:not(.active) {background-color: #ddd;}

/*********************查询结果部分******************/

/*********************你可能感兴趣于******************/

.freight_service{
	width: 84%;
	margin: 0 auto 2rem auto;
	box-sizing: border-box;
}

.freight_service_main{
	width: 100%;
	height: auto;
	margin: 1% auto;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.freight_service_main_unit{
	width: 30%;
	display: flex;
	align-items: flex-end;
}

.freight_service_main_img_frame{
	width: 5rem;
	height: 5rem;
	background: #FFFFFF;
	border: solid 1px #3F51B5;
	border-radius: 50%;
	z-index: 2;
}

.freight_service_main_img{
	width: 3rem;
	height: 3rem;
	display: block;
	margin: 1rem auto;
	position: relative;
}

.freight_service_main_content{
	width: 80%;
	height: 6.4rem;
	background: rgba(245,247,255,0.8);
	border-radius: 5px;
	margin-left: -2.5rem;
}

.freight_service_content_title{
	width: 73%;
	height: 2rem;
	line-height: 2rem;
	font-size: 1rem;
	margin: 4% auto;
	font-weight: bold;
	text-align: center;
}

.freight_service_content_btn{
	width: 45%;
	margin: 3% auto;
	height: 2.2rem;
	line-height: 2.2rem;
	color: #FFF;
	background: #3F51B5;
	font-size: 0.9rem;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}

.freight_service_content_btn:hover{
	background: #5466CF;
}

/*********************广告图部分******************/
.freight_advertisement{
	width: 84%;
	min-width: 71.875rem;
	height: auto;
	display: block;
	border-radius: 15px;
	margin: 2rem auto 0 auto;
}



/**********************************查询不到***********************************/
.freight_list_nofound {
	width: 100%;
	border-top: #37474F solid 1px;
	border-bottom: #37474F solid 1px;
	box-sizing: border-box;
	padding: 0.5rem 0;
}

.freight_list_nofound_img {
	width: 80%;
	height: 18rem;
	background: url(images/SNLfreight-new/not-found.png) no-repeat center;
	background-size: auto 100%;
	margin: 3rem auto;
}

.freight_list_nofound_font {
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.75rem;
	font-weight: 300;
	color: #37474F;
	text-align: center;
}

/*按钮*/
.button {
	width: 12rem;
	display: block;
	margin: 1rem auto;
	padding: 1em 2em;
	border: #3F51B5 solid 1px;
	background: none;
	color: #3F51B5;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	cursor: pointer;
	border-radius: 5px;
}

.button:focus {
	outline: none;
}

.button>span {
	vertical-align: middle;
}

.button.button--shikoba {
	padding: 1em 30px 1em 50px;
	overflow: hidden;
	-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
	transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.button--shikoba>span {
	display: inline-block;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--shikoba .button__icon {
	position: absolute;
	left: 20px;
	font-size: 18px;
	-webkit-transform: translate3d(-40px, 2.5em, 0);
	transform: translate3d(-40px, 2.5em, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--shikoba:hover .button__icon,
.button--shikoba:hover>span {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.button--shikoba:hover {
	background: #3f51b5;
	border-color: #3f51b5;
	color: #fff;
}

.button__icon {
	vertical-align: middle;
}

.icon {
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	line-height: inherit;
	position: relative;
	display: inline-block;
	transform: translate(0, 0);
	vertical-align: middle;
	text-rendering: auto;
}

.icon::before {
	display: inline-block;
	width: 100%;
}

.icon-tell {
	width: 16px;
	height: 16px;
	background: url(images/SNLfreight-new/tell.png) no-repeat 0 0;
	background-size: 16px 16px;
}



.freight_search_route_unit_soon{
	height: 2.2rem;
	line-height: 2.2rem;
	margin-right: 2%;
	color: #37474F;
	font-size: 1rem;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.soon_tips{
	display: block;
	width: 2.6rem;
	height: 2rem;
}

.list_pin_ico{
	width:1.8rem;
	height: 1.8rem;
	line-height: 1.8rem;
	border-radius: 50%;
	background: linear-gradient(90deg, #f093fb 0%, #f5576c 100%) ;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.list_pin_block{
	display: none;
	position: absolute;
	width: -webkit-max-content;
	box-sizing: border-box;
	padding: 10px;
	line-height: 1.2rem;
	font-size: 0.875rem;
	color: #B5000D;
	border-radius: 5px;
	background: lavenderblush;
	box-shadow: 0 20px 32px rgba(109, 122, 210, 0.16);
	z-index: 9;
	margin: 10px 0 0 -20px;
}

.dropdown:hover>.list_pin_block{
	display:block;
}



/**********************************查询不到***********************************/


/****************CY-CY查询结果****************/
body{
	margin: 0;
	padding: 0;
}

.freight_banner{
	width: 100%;
	min-width: 7.875rem;
	height: auto;
	display: block;
}

/********************搜索条件******************/
.CYCYfreight_search{
	width: 84%;
	min-width: 71.875rem;
	margin: 2rem auto 0 auto;
	background: #FFFFFF;
	border-radius: 15px;
	border: solid #37474F 1px;
	position: relative;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.CYCYfreight_search_border{
	width: 1.8%;
	height: inherit;
	background: #3F51B5;
	border-radius: 15px 0 0 15px;
}

.CYCYfreight_search_frame {
	width: 94%;
	height: auto;
	padding: 1.5% 2% 0.5% 0;
	margin: 0 auto;
	box-sizing: border-box;
}

.CYCYfreight_search_port_frame{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
}

.CYCYfreight_search_port_ico{
	width: 1.4rem;
	height: 1.4rem;
	display: block;
}

.CYCYfreight_search_port{
	width: 40%;
	display: flex;
	align-items: center;
	margin-right: 5%;
	box-sizing: border-box;
	padding-bottom: 1%;
}

.CYCYfreight_search_port_title{
	font-size: 0.9rem;
	color: #37474F;
	margin: 0 0.5rem;
}

.CYCYfreight_search_input{
	width: 68%;
	box-sizing: border-box;
	border: solid #37474F 1px;
	height: 2.2rem;
	font-size: 0.9rem;
	color: #000;
	line-height: 2.6rem;
	background: #FFFFFF;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 1rem;
	outline: none;
}

.CYCYfreight_search_dividing{
	width: 100%;
	height: 0.2rem;
	border-radius: 10px;
	background: #F0F0F0;
	margin: 0.2rem 0;
}

.CYCYfreight_info_frame{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1.5% 0 1% 0;
}

.CYCYfreight_search_info_btn{
	width: 10%;
	height: 2.5rem;
	background: #3F51B5;
	color: #FFF;
	font-size: 1rem;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.CYCYfreight_search_info_btn:hover{
	background: #5466CF;
}

.CYCYfreight_search_info_btn-icon{
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.5rem;
}

.CYCYfreight_search_info_line {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0.5rem 0;
}

.CYCYfreight_search_date_ico{
	width: 1.4rem;
	height: 1.4rem;
	display: block;
	margin-right: 1%;
	margin-left: 0.5%;
}

/*班期复选框*/
.CYCYfreight_search_checkbox_dateframe {
	box-sizing: border-box;
	width: auto;
	overflow: hidden;
	font-size: 0.9rem;
	color: #37474F;
	display: flex;
	align-items: center;
	margin-right: 2%;
}

input.CYCYfreight_search_date_checkbox {
	-webkit-appearance: none;
	border: solid #37474F 1px;
	width: 1rem;
	height: 1rem;
	border-radius: 3px;
	margin-right: 0.8rem;
	outline: none;
}

input.CYCYfreight_search_date_checkbox:checked {
	border: none;
	background: url(images/SNLfreight-new/check.png) no-repeat center;
	background-size: 100% 100%;
}

/****************查询结果****************/
.CYCYfreight_list{
	width: 84%;
	min-width: 71.875rem;
	margin: 2rem auto;
}

.CYCYfreight_list_title {
	width: 100%;
	height: 2.5rem;
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
	padding: 0 1rem;
	box-sizing: border-box;
}

.CYCYfreight_list_main {
	width: 100%;
	border-top: #37474F solid 1px;
	border-bottom: #37474F solid 1px;
	box-sizing: border-box;
	font-size: 0.9rem;
}

.CYCYfreight_list_unit{
	width: 100%;
	margin: 1rem 0;
	box-sizing: border-box;
	padding: 0.8rem 0.8rem 0.8rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #FFFCF4;
}

.CYCYfreight_list_unit_pin{
	width: 3rem;
	display: flex;
	align-items: center;
}

.CYCYlist_pin_ico{
	width:1.8rem;
	height: 1.8rem;
	line-height: 1.8rem;
	border-radius: 50%;
	background: linear-gradient(90deg, #f093fb 0%, #f5576c 100%) ;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	cursor: pointer;
}

.CYCYfreight_list_frame{
	width: 95.5%;
}

.CYCYfreight_list_line{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.7rem;
}

.CYCYfreight_list_line:last-child{
	margin: 0;
}

.CYCYfreight_list_line_port, .CYCYfreight_list_line_info{
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333;
	font-size: 0.875rem;
}

.CYCYfreight_list_line_POL,.CYCYfreight_list_line_POD{
	width: 37%;
	line-height: 1.5rem;
	padding: 0 1rem;
	box-sizing: border-box;
}

.CYCYfreight_list_line_POD{
	text-align: end;
}

.CYCYfreight_list_ico_ship{
	width: 25%;
	height: 1.5rem;
	background: url(images/SNLfreight-new/ship-freightCYCY.png) no-repeat center;
	background-size: 100% 90%;
}

.CYCYfreight_list_line_price, .CYCYfreight_list_line_effect{
	width: 37%;
	line-height: 1.5rem;
	padding: 0 1rem;
	box-sizing: border-box;
}

.CYCYfreight_list_line_price{
	color: #B5000D;
	font-weight: bold;
}

.CYCYfreight_list_line_date{
	width: 25%;
	line-height: 1.5rem;
	text-align: center;
}

.CYCYfreight_list_line_effect{
	text-align: end;
}

.CYCYfreight_list_unit_btn1 {
	width: 10%;
	height: 2rem;
	line-height: 2rem;
	background: #3F51B5;
	border-radius: 5px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	margin-left: 4%;
	font-size: 0.875rem;
}

.CYCYfreight_list_unit_btn1:hover {
	background: #5466CF;
}

.CYCYfreight_list_line_ship{
	width: 40%;
	height: 2rem;
	line-height: 2rem;
	background: #EFF6FE;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #37474F;
	font-size: 0.875rem;
	box-sizing: border-box;
	padding: 0 1rem;
	border-radius: 5px;
}

.CYCYfreight_list_line_ship_ETD{
	width: 28%;
}

.CYCYfreight_list_line_ship_name{
	width: 72%;
	text-align: end;
}

.CYCYfreight_list_unit_btn2 {
	width: 10%;
	height: 2rem;
	line-height: 2rem;
	background: #EFF6FE;
	border-radius: 5px;
	text-align: center;
	color: #37474F;
	cursor: pointer;
	margin-left: 4%;
	font-size: 0.875rem;
}

.CYCYfreight_list_unit_btn2:hover {
	background: #D6E6F9;
}

/***********分页***********/
.freight_list_pagination_frame {
    box-sizing: border-box;
    margin: 1rem auto;
}

ul.freight_list_pagination {
    display: flex;
	justify-content: center;
    padding: 0;
    margin: 0 auto;
}

ul.freight_list_pagination li {display: inline;margin: 0 0.4%;}

ul.freight_list_pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
	border: solid 1px #999999;
}

ul.freight_list_pagination li a.active {
    background-color: #3F51B5;
    color: white;
    border-radius: 5px;
}

ul.freight_list_pagination li a:hover:not(.active) {background-color: #ddd;}


.freight_search_port_unit{
 width: 12%;
 height: 2.2rem;
 line-height: 2.2rem;
 text-align: center;
 border: #3F51B5 solid 1px;
 margin-right: 0.7%;
 margin-bottom: 0.6rem;
 color: #3F51B5;
 border-radius: 5px;
 cursor: pointer;
 display: flex;
 justify-content: center;
 align-items: center;
}

.freight_search_port_unit:hover{
 color: #FFFFFF;
 background: #3F51B5;
}

.freight_search_port_newicon{
 width: 1.2rem;
 height: 1.2rem;
 border-radius: 50%;
 background: #ff807c;
 color: #fff;
 font-size: 0.75rem;
 text-align: center;
 line-height: 1.2rem;
 margin: 0 0.5rem;
}