.f-left {
    float: left
}

.f-right {
    float: right
}

.clearfix {
    zoom: 1;
    clear: both
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.flex-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 0%;
}

.p-relative {
    position: relative
}

.p-absolute {
    position: absolute
}

.hide,
.none {
    display: none
}

.show {
    display: block
}

/* 正文 */
.freight-container {
    position: relative;
    min-width: 1190px;
    padding-bottom: 1px;
    background: #fafafa;
}

.freight-banner {
    position: relative;
    height: 369px;
    background: url(/Images/86new/freight/freight_banner.png) center top no-repeat;
    z-index: 2;
}

.freight-estimate-wrapper {
    position: relative;
    width: 1080px;
    padding: 50px 0;
    margin: -60px auto 0;
    background: #fff;
    -webkit-box-shadow: 5px 5px 10px rgba(221, 221, 221, .5);
    -moz-box-shadow: 5px 5px 10px rgba(221, 221, 221, .5);
    box-shadow: 5px 5px 10px rgba(221, 221, 221, .5);
    z-index: 3;
}

.freight-estimate-row {
    margin-bottom: 28px;
}

.freight-estimate-row.row-last {
    margin-bottom: 0;
}

.freight-estimate-cols {
    position: relative;
    float: left;
    font-size: 16px;
    color: #595959;
}

.cols1 {
    width: 22%;
    line-height: 50px;
    text-align: right;
}

.cols2 {
    position: relative;
    width: 56%;
}

.cols3 {
    width: 22%;
    line-height: 50px;
}

.freight-country-show, .freight-goods-show {
    height: 48px;
    padding-left: 20px;
    padding-right: 40px;
    line-height: 48px;
    font-size: 18px;
    border: 1px solid #666;
    cursor: pointer;
}

.freight-goods-show {
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.freight-country-show:after, .freight-goods-show:after {
    content: '';
    position: absolute;
    top: 17px;
    right: 20px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #666;
    border-top: 0;
    border-right: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.freight-goods-weight {
    width: 100%;
    height: 48px;
    padding-left: 20px;
    padding-right: 40px;
    line-height: 48px;
    border: 1px solid #666;
    color: #595959;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.freight-hint {
    margin-top: 5px;
    padding: 4px 8px;
    font-size: 14px;
    background: #f6f6f6;
}

.common-goods-btn {
    color: #2a58d0;
    border-bottom: 1px solid #2a58d0;
    cursor: pointer;
}

.volume-input-box {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    padding-right: 24px;
}

.volume-input-box.last {
    margin-right: 0;
}

.arrow-down-box,
.arrow-up-box {
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.arrow-up-box {
    top: 0;
}

.arrow-down-box {
    bottom: 0;
    border-bottom: 1px solid #666;
}

.arrow-up-box:after,
.arrow-down-box:after {
    content: '';
    position: absolute;
    left: 6px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 0;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
}

.arrow-up-box:after {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.arrow-down-box:after {
    top: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.volume-input-box .down-arrow {

}

.freight-goods-volume {
    width: 100px;
    height: 48px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 48px;
    border: 1px solid #666;
    font-size: 18px;
    color: #595959;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.freight-goods-category {
    padding: 10px 0;
    font-size: 14px;
    border: 1px solid #888;
    border-top: 0;
}

.select-category {
    margin-bottom: 10px;
    padding: 0 10px
}
.select-category > span {
    line-height: 32px;
}

.select-item {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 4px 4px 4px 6px;
    color: #fff;
    background: #0d98ff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.close-item {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #0d98ff;
    font-size: 12px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.category-tab-bar {
    position: relative;
    height: 34px;
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
}

.tab-nav-item {
    float: left;
    height: 34px;
    width: 20%;
    line-height: 34px;
    text-align: center;
    background: #efefef;
    border-right: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.tab-nav-item.on {
    color: #fff;
    background: #1268bb;
    border-right: 1px solid #1268bb;
    border-bottom: 1px solid #1268bb;
    border-top: 1px solid #1268bb;
}

.category-tab-list {
    display: none;
    min-height: 200px;
    padding-top: 10px;
}
.category-tab-list-row {
    margin: 5px 0;
}
.category-tab-list-cell {
    float: left;
    width: 480px;

}
.cell-title {
    width: 120px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}
.tab-list-item {
    float: left;
    height: 26px;
    width: 115px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 5px;
    line-height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
    cursor: pointer;
}

.tab-list-item.on {
    background: #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.query-btn {
    display: block;
    width: 220px;
    height: 56px;
    margin: 0 auto;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #fe4c5a;
    cursor: pointer;
}

.freight-show-list {
    position: relative;
    width: 1080px;
    margin: 50px auto;
    color: #595959;
    background: #fff;
    -webkit-box-shadow: 5px 5px 10px rgba(221, 221, 221, .5);
    -moz-box-shadow: 5px 5px 10px rgba(221, 221, 221, .5);
    box-shadow: 5px 5px 10px rgba(221, 221, 221, .5);
}

.freight-show-row {
    position: relative;
    width: 100%;
    border-top: 1px solid #aaa;
}
.freight-show-mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-left: 320px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background: rgba(64,64,64,.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.icon-jinzhi {
    font-size: 34px;
    line-height: 66px;
    color: #fff;
}
.freight-show-header {
    background: #eee;
}
.freight-show-header, .freight-show-row.first {
    border-top: 0;
}
.freight-show-cell {
    display: table-cell;
    width: 16.6666666%;
    padding: 15px 5px;
    font-size: 16px;
    text-align: center;
}

.freight-show-cell > img {
    vertical-align: -12px;
    margin: 0 5px;
}

.freight-show-cell img.freight-icon-thumb {
    vertical-align: -3px;
}

.freight-show-empty {
    position: relative;
    width: 1080px;
    margin: 70px auto;
    text-align: center;
}

.freight-show-empty > p {
    margin: 20px 0;
    color: #595959;
    font-size: 16px;
}

/* 国家 */
.yufeigusuanbox2 {
    position: absolute;
    top: 50px;
    float: left;
    border: 1px #d2d2d2 solid;
    padding: 0 15px 20px;
    background: #fff;
    z-index: 9
}

.shuoming1202-1 {
    float: left;
    width: 100%;
    height: 24px;
    padding-top: 6px;
    line-height: 42px;
    font-size: 12px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.titlebox1202-2 {
    float: left;
    width: 100%;
    height: 26px;
    border-bottom: 1px #d2d2d2 solid;
    font-size: 12px;
    padding-left: 5px;
}

.btnppx1202-1 {
    float: left;
    line-height: 26px;
    margin: 0 2px 0 2px;
}

.btnppx1202-1 a:link, .btnppx1202-1 a:visited {
    float: left;
    color: #666;
    border-right: 1px #d2d2d2 solid;
    border-left: 1px #d2d2d2 solid;
    border-top: 1px #d2d2d2 solid;
    background-color: #f7f7f7;
    padding: 0 10px 0 10px;
    height: 25px;
    text-align: center;
    font-family: 'verdana', Arial;
}

.btnppx1202-1 a:hover {
    text-decoration: none;
    float: left;
    border-right: 1px #d2d2d2 solid;
    border-left: 1px #d2d2d2 solid;
    border-top: 1px #d2d2d2 solid;
    color: #333;
    background-color: #fff;
    padding: 0 10px 0 10px;
    text-align: center;
    height: 26px;
    font-weight: bold;
}

.btnppx1202-1 a.selected1 {
    float: left;
    border-right: 1px #d2d2d2 solid;
    border-left: 1px #d2d2d2 solid;
    border-top: 1px #d2d2d2 solid;
    color: #333;
    background-color: #fff;
    padding: 0 10px 0 10px;
    text-align: center;
    height: 26px;
    font-weight: bold;
}

.remengj-box2 {
    float: left;
    font-size: 12px;
}

.remengj-box2 .guojia-2 {
    float: left;
    line-height: 24px;
    text-align: center;
    color: #777;
    width: 190px;
    margin-top: 10px;
}

.remengj-box2 .guojia-2 a:link, .remengj-box2 .guojia-2 a:visited {
    float: left;
    text-align: center;
    color: #777;
    padding: 0 5px 0 5px;
}

.remengj-box2 .guojia-2 a:hover {
    float: left;
    color: #333;
    text-align: center;
    background-color: #eaeaea;
}

.cankaotu-1 {
    position: absolute;
    top: 47px;
    left: 0;
    float: left;
    width: 224px;
    padding: 10px 0 10px 13px;
    color: #777;
    font-size: 14px;
    font-family: 'verdana', Arial;
    line-height: 22px;
    border: 1px #d7d7d7 solid;
    background-color: #fff;
}
