<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*����&amp;banner*/
.header {
    background: url("/static/img/banner.png") no-repeat center;
    height: 620px;
    overflow: hidden;
}

/*��絎劫���*/
.content .container .box {
    margin-top: 50px;
    width: 100%;
    overflow: hidden;
}

.content .container .box:last-child {
    margin-bottom: 80px;
}

.content .container .box .box_header {
    text-align: center;
}

.content .container .box .box_header h5 {
    font-size: 30px;
    font-weight: 400;
    padding: 5px 0;
}

.content .container .box .box_header span {
    font-size: 16px;
    color: #919191;
}

.content .container .box .box_content {
    overflow: hidden;
    margin: 20px 0;
    padding: 10px 0;
}

.content .container .box .box_footer {
    margin: 40px 0;
}

.content .container .box .box_footer a {
    display: block;
    width: 150px;
    border: 1px solid #101636;
    padding: 10px 0;
    border-radius: 30px;
    font-size: 16px;
    margin: auto;
    text-align: center;
}

.content .container .box .box_footer a:hover {
    display: block;
    width: 150px;
    border: 1px solid #101636;
    background: #101636;
    color: #fff;
    padding: 10px 0;
    border-radius: 30px;
    font-size: 16px;
    margin: auto;
    text-align: center;
}

/*��絽�菴�篁�*/
.freight_item div {
    float: left;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    margin-left: 80px;
}

.freight_item div span {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 130px;
}

.freight_item div span a {
    color: #fff;
}

.freight_item a:nth-child(1) &gt; div {
    background: #27A0D9 url("/static/img/icon_a-fcl.png") center 50px no-repeat;
}

.freight_item a:nth-child(2) &gt; div {
    background: #FCAC21 url("/static/img/icon_a-lcl.png") center 50px no-repeat;
}

.freight_item a:nth-child(3) &gt; div {
    background: #5FC9DB url("/static/img/icon_a-air.png") center 50px no-repeat;
}

.freight_item a:nth-child(4) &gt; div {
    background: #1c2d3f url("/static/img/icon_amazon.png") center 50px no-repeat;
    background-size: 40%;
}

/*莎�莅�*/
.freight_news .latest {
    width: 100%;
    overflow: hidden;
}

.freight_news .latest &gt; div {
    float: left;
    width: 585px;
    height: 80px;
    overflow: hidden;
}

.freight_news .latest &gt; div:nth-child(2n) {
    margin: 15px auto;
}

.freight_news .latest &gt; div:nth-child(2n-1) {
    margin-right: 30px;
}

.freight_news .latest &gt; div .thumb {
    float: left;
    margin-right: 20px;
    height: 80px;
    width: 177px;
    border-radius: 3px;
    overflow: hidden;
}

.freight_news .latest &gt; div .thumb img {
    height: 80px;
    width: 177px;
    transition: all 0.5s;
}

.freight_news .latest &gt; div .thumb img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -transform: scale(1.1, 1.1);
}

.freight_news .latest &gt; div .info .title {
    padding: 15px 0;
}

.freight_news .latest &gt; div .info .title a {
    font-size: 18px;
    font-weight: 400;
}

.freight_news .latest &gt; div .info .bar {
    color: #999;
    font-size: 14px;
}

.freight_news .latest &gt; div .info .bar a {
    color: #999;
    font-size: 12px;
}

/*���域�篁�*/
.frieht_lastest {

}

.frieht_lastest .freight_tab {
    width: 300px;
    margin: auto;
}

.frieht_lastest .freight_tab li {
    float: left;
    width: 98px;
    height: 28px;
    line-height: 28px;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
}

.frieht_lastest .freight_tab li:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.frieht_lastest .freight_tab li:nth-child(2) {
    border-left: none;
    border-right: none;
}

.frieht_lastest .freight_tab li:nth-child(3) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.frieht_lastest .freight_tab li.active {
    background: #3c99f8;
    color: #fff;
    border: 1px solid #3c99f8;
}

.frieht_lastest .freight_table table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}

.frieht_lastest .freight_table table tr {
    border-bottom: 1px solid #eee;
    background: #fff;
}

.frieht_lastest .freight_table table tr:last-child {
    border-bottom: none;
}

.frieht_lastest .freight_table table tr:nth-child(even) {
    background: #f9f9f9;
}

.frieht_lastest .freight_table table tr:hover {
    background: #3c99f8;
    color: #fff;
}

.frieht_lastest .freight_table table th,
.frieht_lastest .freight_table table td {
    padding: 10px;
    text-align: left;
}

.frieht_lastest .freight_table #freight_lcl_tb,
.frieht_lastest .freight_table #freight_air_tb {
    display: none;
}

/*莨鞘査*/
.freight_show &gt; div {
    float: left;
    width: 378px;
    height: 298px;
    border: 1px solid #e4ecf3;
    border-radius: 5px;
}

.freight_show &gt; div:hover {
    box-shadow: 0 0 20px #ccc;
}

.freight_show &gt; div:nth-child(2) {
    margin: auto 30px;
}

.freight_show &gt; div .profile {
    width: 100%;
    height: 235px;
    background: #f5f8fa;
    overflow: hidden;
    text-align: center;
}

.freight_show &gt; div .profile .logo {
    width: 136px;
    height: 136px;
    overflow: hidden;
    border-radius: 71px;
    border: 5px solid #eee;
    margin: 20px auto;
}

.freight_show &gt; div .profile span {
    font-size: 16px;
}

.freight_show &gt; div .profile .logo img {
    width: 136px;
    height: 136px;
    vertical-align: middle;
}

.freight_show &gt; div .desc {
    text-align: center;
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

</pre></body></html>