@charset "utf-8";
@import url("global.css");

/**************************************public*************************************************************************/
.freights_model_box {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    }

.freights_model_box .left,
.freights_model_box .right {
    float: left;
    }

.freights_model_box .left {
    width: 900px;
    margin-right: 30px;
    overflow: hidden;
    }

.freights_model_box .right {
    width: 270px;
    }

/****************api*********************/
.api_full {
    background: #09f url("/source/img/api_1.png") no-repeat center;
    height: 120px;
    cursor: pointer;
    }

/****************导航*********************/

.freights_model_box #freights_nav {
    margin-top: 20px;
    padding-left: 35px;
    width: 80%;
    height: 23px;
    line-height: 23px;
    background: url('/source/img/comm.png') no-repeat 0 0;
    font-size: 14px;
    }

.freights_model_box #freights_nav h1 {
    display: inline-block;
    font-weight: normal;
    font-size: 14px !important;
    }

.freights_model_box #freights_nav a {
    color: #09f;
    }

/************进度**********************/
.freights_model_box .freights_jd {
    background: url("/source/img/jd.png") no-repeat;
    height: 45px;
    margin: 40px 0;
    }

.jd_a {
    background-position: 0 0 !important;
    }

.jd_b {
    background-position: 0 -45px !important;
    }

.jd_c {
    background-position: 0 -90px !important;
    }

.jd_d {
    background-position: 0 -135px !important;
    }

/**********************运价***************************/
.freights_model_box .left .freights_list {
    height: 260px;
    overflow: hidden;
    }

.freights_model_box .left .freights_list .thumb,
.freights_model_box .left .freights_list .info {
    float: left;
    }

.freights_model_box .left .freights_list .thumb {
    width: 360px;
    overflow: hidden;
    }

.freights_model_box .left .freights_list .thumb img {
    width: 360px;
    height: 240px;
    }

.freights_model_box .left .freights_list .info {
    width: 510px;
    margin-left: 30px;
    }

.freights_model_box .left .freights_list h2 {
    font-weight: normal;
    font-size: 22px;
    padding-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }

.freights_model_box .left .freights_list li {
    float: left;
    border: 1px solid #09f;
    width: 230px;
    margin-right: 20px;
    margin-bottom: 10px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    color: #09f;
    }

.freights_model_box .left .freights_list li span {
    display: inline-block;
    background: #09f;
    width: 70px;
    text-align: center;
    color: #fff;
    margin-right: 60px;
    }

.freights_model_box .left .freights_list table {
    border-collapse: collapse;
    border: none;
    width: 100%;
    margin-top: 10px;
    }

.freights_model_box .left .freights_list table tr {
    border-bottom: 1px solid #ccc;
    }

.freights_model_box .left .freights_list table td {
    font-size: 12px;
    padding: 5px 0;
    color: #333;
    white-space: nowrap;
    }

.freights_model_box .left .freights_list .air_info_tb {
    margin-bottom: 10px;
    }

.freights_model_box .left .freights_list .air_info_tb tr {
    border: 1px solid #09f !important;
    }

.freights_model_box .left .freights_list .air_info_tb td {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    border: 1px solid #09f;
    }

.freights_model_box .left .freights_list .air_info_tb td.header {
    background: #09f;
    color: #fff;
    border-right: 1px solid #fff;
    }

.freights_model_box .left .freights_list a.view_note {
    color: #f00;
    font-weight: bold;
    }

.freights_model_box .left .freights_list .note {
    position: relative;
    top: -96px;
    height: 96px;
    width: 100%;
    background: #09f;
    color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    }

.freights_model_box .left .freights_list .note .note_text {
    margin: 10px 15px;
    word-break: break-all;
    }

.freights_model_box .left .freights_list .note .close {
    position: absolute;
    display: block;
    font-size: 18px;
    height: 15px;
    line-height: 15px;
    width: 20px;
    text-align: center;
    border-radius: 0 0 0 5px;
    color: #0e0e0e;
    background: #fff;
    border-left-color: #09f;
    border-bottom-color: #09f;
    filter: alpha(opacity=80);
    opacity: .8;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    }

.freights_model_box .left .freights_list .note .close:hover {
    color: #fff;
    background: #563e7c;
    }

/***************附加费********************/
.freights_model_box .left .freight_localfee {
    margin-top: 60px;
    }

.freights_model_box .left .freight_localfee .freight_tab {
    border-bottom: 2px solid #09f;
    overflow: hidden;
    }

.freights_model_box .left .freight_localfee .freight_tab a {
    float: left;
    display: block;
    text-decoration: none;
    padding: 8px 20px;
    text-align: center;
    font-size: 16px;
    background: #e2efff;
    }

.freights_model_box .left .freight_localfee .freight_tab a.active {
    background: #09f;
    color: #fff;
    }

.freights_model_box .left .freight_localfee .localfee_note {
    display: none;
    z-index: 2;
    position: absolute;
    border: 1px solid #ccc;
    background: #ffffd6;
    padding: 10px 5px;
    margin-top: 10px;
    line-height: 22px;
    width: 888px; /*宽同left*/
    }

.freights_model_box .left .freight_localfee table {
    border-collapse: collapse;
    border: none;
    width: 100%;
    }

.freights_model_box .left .freight_localfee table tr {
    border-bottom: 1px solid #ccc;
    }

.freights_model_box .left .freight_localfee table tr:hover {
    background: #f5f5f5;
    }

.freights_model_box .left .freight_localfee table tr.header td {
    background: #e5f5ff;
    font-weight: bold;
    }

.freights_model_box .left .freight_localfee table td {
    padding: 10px 0;
    color: #333;
    text-indent: 1em;
    }

/*******计算**********/
.freights_model_box .left .freight_cal {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px 0;
    }

.freights_model_box .left .freight_cal div {
    margin-bottom: 20px;
    }

.freights_model_box .left .freight_cal .freight_cal_ocean input {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    width: 70px;
    vertical-align: middle;
    text-align: center;

    }

.freights_model_box .left .freight_cal .freight_cal_ocean label,
.freights_model_box .left .freight_cal .freight_cal_addvalue label {
    margin: 0 10px 0 20px;
    }

.freights_model_box .left .freight_cal .freight_cal_ocean span {
    display: inline-block;
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    width: 30px;
    vertical-align: middle;
    text-align: center;
    color: #777;
    cursor: pointer;
    }

.freights_model_box .left .freight_cal .freight_cal_ocean span:hover {
    background: #f5f5f5;
    }

.freights_model_box .left .freight_cal .freight_cal_addvalue input {
    margin-left: 10px;
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    width: 70px;
    vertical-align: middle;
    text-align: center;
    }

.freights_model_box .left .freight_cal .freight_cal_addvalue span {
    cursor: pointer;
    }

.freights_model_box .left .freight_cal .freight_cal_addvalue #secure_money {
    display: none;
    }

.freights_model_box .left .freight_cal .freight_cal_addvalue select {
    display: none;
    margin: 0px 10px;
    border: 1px solid #CCC;
    color: #333;
    width: 300px;
    }

.freights_model_box .left .freight_cal .freight_cal_addvalue select option {
    padding: 6px 0;
    text-indent: 1.5em;
    border-bottom: 1px solid #ccc;
    }

.freights_model_box .left .freight_cal .freight_cal_booking {
    text-align: center;
    margin-bottom: 0 !important;
    }

.freights_model_box .left .freight_cal .freight_cal_booking a {
    display: block;
    margin: auto;
    width: 150px;
    height: 50px;
    line-height: 50px;
    padding-left: 45px;
    background: #09f url("/source/img/ocean_booking_icon.png") 25px center no-repeat;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    letter-spacing: 5px;
    }

.freights_model_box .left .freight_cal .freight_cal_booking a:hover {
    background: #FF5722 url("/source/img/ocean_booking_icon.png") 25px center no-repeat;
    }

.freights_model_box .left .freight_cal .air_ui a {
    background: #09f url("/source/img/air_booking_icon.png") 25px center no-repeat !important;
    }

.freights_model_box .left .freight_cal .air_ui a:hover {
    background: #FF5722 url("/source/img/air_booking_icon.png") 25px center no-repeat !important;
    }

.freights_model_box .left .freight_cal .freight_cal_list table {
    border-collapse: collapse;
    border: none;
    width: 100%;
    }

.freights_model_box .left .freight_cal .freight_cal_list table tr {
    border-bottom: 1px solid #ccc;
    }

.freights_model_box .left .freight_cal .freight_cal_list table tr:hover {
    background: #f5f5f5;
    }

.freights_model_box .left .freight_cal .freight_cal_list table tr.header th {
    background: #e5f5ff;
    text-align: left;
    text-indent: 1em;
    }

.freights_model_box .left .freight_cal .freight_cal_list table th,
.freights_model_box .left .freight_cal .freight_cal_list table td {
    padding: 10px 0;
    color: #333;
    text-indent: 1em;
    }

.freights_model_box .left .freight_cal .freight_cal_total {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    }

.freights_model_box .left .freight_cal .freight_cal_total span {
    color: #FF5722;
    margin: 0 20px;
    }

.freights_model_box .left .freight_export {
    margin: 40px 225px;
    overflow: hidden;
    }

.freights_model_box .left .freight_export li {
    float: left;
    width: 150px;
    text-align: center;
    cursor: pointer;
    }

.freights_model_box .left .freight_export li p {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    margin: 5px auto;
    }

.freights_model_box .left .freight_export li:nth-child(1) p {
    background: #2F4056 url("/source/img/pdf_icon.png") center no-repeat;
    }

.freights_model_box .left .freight_export li:nth-child(1):hover p {
    background: #FF5722 url("/source/img/pdf_icon.png") center no-repeat;
    }

.freights_model_box .left .freight_export li:nth-child(2) p {
    background: #2F4056 url("/source/img/phone_icon.png") center no-repeat;
    }

.freights_model_box .left .freight_export li:nth-child(2):hover p {
    background: #FF5722 url("/source/img/phone_icon.png") center no-repeat;
    }

.freights_model_box .left .freight_export li:nth-child(3) p {
    background: #2F4056 url("/source/img/mail_icon.png") center no-repeat;
    }

.freights_model_box .left .freight_export li:nth-child(3):hover p {
    background: #FF5722 url("/source/img/mail_icon.png") center no-repeat;
    }

/********右侧********/

.freights_model_box .right .api {
    margin-top: 15px;
    }

.freights_model_box .right .tel {
    background: #2065C4;
    height: 100px;
    margin-top: 15px;
    overflow: hidden;
    }

.freights_model_box .right .tel span {
    display: block;
    margin: 10px 0 10px 20px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;

    }

.freights_model_box .right .tel p {
    margin-left: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    }

.freights_model_box .right p.title {
    height: 35px;
    line-height: 35px;
    background: #f6f6f6;
    color: #0e83bf;
    font-weight: bold;
    text-indent: 1em;
    margin-top: 15px;
    }

.freights_model_box .right p.title a {
    color: #09f;
    font-size: 18px;
    }

.freights_model_box .right .news {
    border-bottom: 1px solid #f0f0f0;
    margin: 0 10px;
    }

.freights_model_box .right .news:last-child {
    border-bottom: none !important;
    }

.freights_model_box .right .news .header-case {
    padding: 10px 0;
    font-weight: bold;
    }

.freights_model_box .right .news .header-case a {
    color: #09f;
    }

.freights_model_box .right .news .header-case a:hover {
    color: #FF5722;
    }

.freights_model_box .right .news .desct-case {
    padding-bottom: 10px;
    color: #555;
    }

.freights_model_box .right .news .desct-case .pic {
    float: left;
    margin-right: 10px;
    }

.freights_model_box .right .news .desct-case .pic img {
    width: 60px;
    height: 60px;
    }

/******************************************************air cls***********************************************************/

.freights_model_box .left .freight_cls {
    margin-top: 60px;
    }

.freights_model_box .left .freight_cls h2 {
    text-align: center;
    font-weight: 400;
    margin: 15px auto;
    font-size: 22px;
    }

.freights_model_box .left .freight_cls .freight_tab {
    border-bottom: 2px solid #09f;
    overflow: hidden;
    }

.freights_model_box .left .freight_cls .freight_tab a {
    float: left;
    display: block;
    text-decoration: none;
    padding: 8px 20px;
    text-align: center;
    font-size: 16px;
    background: #e2efff;
    }

.freights_model_box .left .freight_cls .freight_tab a.active {
    background: #09f;
    color: #fff;
    }

.freights_model_box .left .freight_cls .localfee_note {
    display: none;
    z-index: 2;
    position: absolute;
    border: 1px solid #ccc;
    background: #ffffd6;
    padding: 10px 5px;
    margin-top: 10px;
    line-height: 22px;
    width: 888px; /*宽同left*/
    }

.freights_model_box .left .freight_cls table {
    border-collapse: collapse;
    border: none;
    width: 100%;
    }

.freights_model_box .left .freight_cls table tr {
    border-bottom: 1px solid #ccc;
    }

.freights_model_box .left .freight_cls table tr:hover {
    background: #f5f5f5;
    }

.freights_model_box .left .freight_cls table tr.header td {
    background: #e5f5ff;
    font-weight: bold;
    }
.freights_model_box .left .freight_cls table th,
.freights_model_box .left .freight_cls table td {
    padding: 10px 0;
    color: #333;
    text-indent: 1em;
    text-align: left;
    }
