/*overwrite*/
.header .nav .container > div:nth-child(2) .arrow_box {
    background: #f5f5f5 !important;
}

.header .nav .container > div:nth-child(2) .arrow_box:after {
    border-bottom-color: #f5f5f5 !important;
}

/*global*/
table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

table th {
    padding: 10px;
    text-align: left;
    font-weight: normal;
    border: 1px solid #ddd;
}

table td {
    padding: 10px;
    text-align: left;
    color: #888;
    word-break: break-all;
    border: 1px solid #ddd;
}

table tr{
    background: #fff;
}

table tr:nth-child(odd) {
    background: #fafafa;
}


.content .container .left,
.content .container .right {
    float: left;
    overflow: hidden;
    margin:  auto;
}

.content .container .left {
    width: 825px;
    overflow: hidden;
}

.content .container .right {
    width: 335px;
    margin-left: 40px;
}

/*left*/
.content .container .left .title {
    text-align: center;
}

.content .container .left .title h1 {
    font-size: 30px;
    font-weight: 400;
}

.content .container .left .title h2 {
    font-size: 18px;
    font-weight: normal;
    color: #999;
}

.content .container .left .title h3{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.content .container .left .price-list,
.content .container .left .local,
.content .container .left .book {
    width: 785px;
    padding: 20px;
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
}

.content .container .left .price-list .price-item{
    margin-top:20px;
    width: 100%;
}

.content .container .left .price-list .price-item .price {
    float: left;
    width: 165px;
    height: 51px;
    line-height: 51px;
    background: #3c99f8 url("/static/img/homepage/freight_bg.jpg") left no-repeat;
    margin-left: 25px;
}

.content .container .left .price-list .price-item .price span {
    text-align: center;
    color: #fff;
    display: block;
    float: left;
    position: relative;
}

.content .container .left .price-list .price-item .price span sup {
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    left: 5px;
    top: -5px;
}

.content .container .left .price-list .price-item .price span:nth-child(1) {
    width: 70px;
}

.content .container .left .price-list .price-item .price span:nth-child(2) {
    width: 95px;
    font-size: 24px;
    font-weight: 400;
}

.content .container .left .price-list .ship{
    margin-top: 20px;
    background: #fafafa;
    padding: 20px;
}

.content .container .left .book .cal-input {
    background: #888;
    color: #fff;
    padding: 10px 0;
    overflow: hidden;
}

.content .container .left .book .cal-input ul{
    width: 100%;
    margin: auto;
}

.content .container .left .book .cal-input li {
    float: left;
    width: 25%;
    text-align: center;
}

.content .container .left .book .cal-input label {
    display: block;
    float: left;
    padding: 10px;
}

.content .container .left .book .cal-input button {
    display: block;
    background: #f5f5f5;
    float: left;
    padding: 10px 12px;
    border: none;
}

.content .container .left .book .cal-input button:hover {
    background: #eee;
}

.content .container .left .book .cal-input input {
    display: block;
    float: left;
    padding: 10px;
    width: 40px;
    border: none;
    background: #fff;
}

.content .container .left .book .cal-result table {
    margin: 20px 0;
}

.content .container .left .book .cal-result table td.money {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.content .container .left .book .cal-result table td.money span {
    color: #FF7E00;
    margin-right: 20px;
}

.content .container .left .book .dobooking {
    display: block;
    text-align: center;
    padding: 10px 40px;
    margin: 20px auto;
    background: #f03129;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;

    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.content .container .left .book .dobooking:active,
.content .container .left .book .dobooking:focus,
.content .container .left .book .dobooking:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

/*right*/
.content .container .right .relate-data {
    background: #fff;
    position: relative;
}

.content .container .right .relate-data .title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 20px;
    font-weight: 400;
    padding: 0 15px;
}

.content .container .right .relate-data a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px;
    overflow: hidden;
}

.content .container .right .relate-data a:hover {
    background: #fafafa;
}

.content .container .right .relate-data .mark {
    display: inline-block;
    background-color: #f63756;
    position: absolute;
    height: 20px;
    width: 4px;
    left: 0;
    top: 10px;
}


