h2,h3{margin: 0;padding: 0}
.navbar{border-bottom:40px solid #3B99FC !important;}
.tips-tit{margin: 0;padding: 0}
.transport-form .transport-form-tit {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
}
.transport-form .transport-form-item {
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 10px;
}
.transport-form .transport-form-item .transport-item-tit {
    height: 36px;
    line-height: 36px;
    font-weight: 700;
    position: relative;
}
.transport-form .transport-form-item .form-list .form-item {
    margin-bottom: 20px;
}
.form-list .form-item:before, .form-list .form-item:after {
    content: "";
    display: table;
}
.form-list .form-label {
    float: left;
    padding: 5px 5px 5px 0;
    width: 95px;
    line-height: 20px;
    font-weight: 400;
    color: #666;
    text-align: right;
}
.form-list .form-label .required {
    margin-right: 5px;
}
.required {
    color: #f00;
    font-weight: 400;
}
.form-list .form-bd {
    margin-left: 100px;
    min-height: 30px;
}
.form-list .form-item:after {
    clear: both;
    overflow: hidden;
}
.form-list .form-bd-txt {
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 20px;
}
.mt-lg {
    margin-top: 20px !important;
}
.btn-center {
    text-align: center;
    font-size: 0;
}
.btn.btn-primary, .pagination .page-skip .btn {
    background: #ff8000;
    color: #fff;
    border-color: #ff8000;
}
.btn-center > a {
    margin: 0 5px;
}
.btn {
    display: inline-block;
    font-size: 14px;
    color: #333;
    min-width: 80px;
    line-height: 20px;
    padding: 4px 10px;
    border: 1px solid #dedede;
    border-radius: 6px;
    background-color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    position: relative;
    -webkit-transition: border-color ease-in-out 0.15s,color ease-in-out 0.15s,background ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,color ease-in-out 0.15s,background ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s,color ease-in-out 0.15s,background ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s,color ease-in-out 0.15s,background ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
}
.transport-form .transport-form-item .transport-item-tit .tit-name {
    float: left;
    width: 100px;
}
.transport-form .transport-arrive {
    float: left;
}
.transport-form .transport-form-item .transport-item-tit .tit-link {
    position: absolute;
    top: 0;
    right: 0;
    color: #3B99FC;
    text-decoration: underline;
    font-weight: 400;
    font-size:14px;
}
.check-inline{margin-right:20px;font-size:14px;}
.transport-show-info .transport-service {
    overflow: hidden;
}
.transport-show-info .transport-service-item {
    float: left;
    margin: 0 20px 10px 0;
    width: 168px;
    height: 212px;
    border: 1px solid #DEDEDE;
    border-top: 2px solid #3B98FC !important;
    border-radius: 3px;
    text-align: center;
    padding: 25px 15px 0 15px;
    position: relative;
    cursor:pointer;
}
.transport-show-info .transport-service-name {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-weight: 700;
    margin-bottom: 5px;
}
.transport-show-info .transport-service-info {
    line-height: 20px;
    height: 80px;
    overflow: hidden;
    color: #666;
    font-size: 12px;
}
.transport-show-info .transport-service-price {
    height: 40px;
    line-height: 40px;
    color: #FF4646;
    font-size: 12px;
}
.transport-show-info .transport-service-price strong {
    font-size: 28px;
    font-weight: 400;
    margin: 0 5px;
}
.transport-show-info .transport-service-price.is-old {
    height: 24px;
    line-height: 24px;
    color: #999;
    text-decoration: line-through;
}
.transport-show-info .transport-service-price.is-old strong {
    font-size: 14px;
    margin: 0 2px;
}
.transport-show-info .transport-service-item.is-active,.transport-show-info .transport-service-item:hover{
    background-color: #ebf4fe;border:1px solid #3B98FC;
}
.transport-show-info .transport-service-item.is-next-day.is-active,.transport-show-info .transport-service-item.is-next-day:hover{
    background-color: #fcfff2;border:1px solid #52B69C;
}
.transport-show-info .transport-service-item.is-active:after {
    content: '';
    position: absolute;
    top: -3px;
    right: -1px;
    width: 26px;
    height: 21px;
    background-image: url(../../image/train/current3.png);
    background-image: -webkit-image-set(url(../../image/train/current3.png) 1x,url(../../image/train/current3@2x.png) 2x);
    background-image: image-set(url(../../image/train/current3.png) 1x,url(../../image/train/current3@2x.png) 2x);
}
.transport-show-info .transport-service-item.is-next-day.is-active:after {
    background-image: url(../../image/train/current4.png);
    background-image: -webkit-image-set(url(../../image/train/current4.png) 1x,url(../../image/train/current4@2x.png) 2x);
    background-image: image-set(url(../../image/train/current4.png) 1x,url(../../image/train/current4@2x.png) 2x);
}
.transport-show-info .transport-service-item.is-next-day {
    border-top: 2px solid #52B69C !important;
}
.transport-form .transport-form-head {
    position: relative;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 10px;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.transport-form .transport-form-head .transport-form-item {
    float: left;
    width: 50%;
    position: relative;
    border-bottom: none;
    margin-bottom: -10px;
}
.input-box .input, .input-box .textarea {
    width: 100%;
    vertical-align: top;
}
.input, .textarea {
    height: 30px;
    line-height: 20px;
    border: 1px solid #dedede;
    padding: 4px 10px;
    color: #333;
    background-color: #fff;
    color: #333;
    outline: none;
    font-size: 14px;
    border-radius: 0;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
}
.transport-form .transport-form-item .form-tips {
    clear: both;
    color: #999;
    margin-left: 0;
}

.form-list .form-tips {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    color: #999;
    font-size: 12px;
}
.icon-date:before {
    content: "\e6c1";
}
.input-box .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #dcdcdc;
    cursor: pointer;
    font-size: 18px;
}
.input-box {
    display: inline-block;
    position: relative;
}
.sel {
    display: inline-block;
    position: relative;
    zoom: 1;
    vertical-align: middle;
    text-align: left;
}
.sel .sel-hd {
    height: 30px;
    line-height: 28px;
    border: 1px solid #dedede;
    padding: 0 24px 0 10px;
    color: #333;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
}
.sel .sel-inner {
    overflow: hidden;
    white-space: nowrap;
}
.sel .sel-hd .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #e0e0e0;
    -webkit-transition: 0.3s linear transform;
    transition: 0.3s linear transform;
}
.icon-caret-down:before {
    content: "\e603";
}
.transport-form .transport-form-head .transport-form-item:first-child:after {
    content: '';
    position: absolute;
    top: 36px;
    right: 50px;
    bottom: 50px;
    width: 1px;
    border-right: 1px dashed #dedede;
}
#pickUpTime{cursor: pointer;}
.icon-date:hover{color:#3b99fc;}
.address-box .address-hd {
    height: 40px;
    border-bottom: 1px solid #dedede;
}
.address-box .address-hd-item.is-active {
    background: #3b99fc;
    color: #fff;
    border-radius: 4px 4px 0 0;
}
.address-box .address-hd-item {
    float: left;
    width: 142px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    cursor: pointer;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.address-box .address-list {
    padding: 10px 0;
    overflow: hidden;
    margin: 0;
}
.address-box .address-list li {
    float: left;
    width: 160px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
a {
    text-decoration: none;
    color: #333;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.address-box {
    position: absolute;
    background: #fff;
    border: 1px solid #dedede;
    width: 486px;
    display: none;
    z-index: 99;
}
.address-box .address-list li.is-active a,.address-box .address-list li a:hover {
    color: #3b99fc;
}
.form-list .form-tips .icon {
    margin-right: 5px;
}
.icon-error:before {
    content: "\e702";
}
.pay-order-list {
    overflow: hidden;
}
.pay-order-list li {
    float: left;
    margin-right: 20px;
}
.pay-order-list li a {
    display: block;
    width: 160px;
    height: 54px;
    line-height: 52px;
    padding: 0 10px;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    -webkit-transition: .3s linear;
    transition: .3s linear;
}
.pay-order-list li .icon-zhifubao {
    color: #1296DB;
}
.pay-order-list li i {
    float: left;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin: 7px 10px 0 0;
    text-align: center;
    font-size: 36px;
}
.pay-order-list li .icon-weixin {
    color: #24AF41;
}
.icon-zhifubao:before {
    content: "\e70a";
}
.icon-weixin:before {
    content: "\e70b";
}
.order-locking {
    background: #F0F8FF;
    border: 1px solid #acd1f9;
    padding: 20px;
    overflow: hidden;
}
.order-locking .order-locking-left {
    float: left;
}
.order-locking .order-locking-right {
    float: right;
}
.order-locking .order-locking-name {
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    font-size: 20px;
}
.order-locking .order-locking-num {
    height: 30px;
    line-height: 30px;
    color: #666;
}
.order-locking .order-locking-time {
    height: 30px;
    line-height: 30px;
    color: #666;
    text-align: right;
}
.order-locking .order-locking-link {
    height: 30px;
    line-height: 30px;
    text-align: right;
}
.order-locking .order-locking-link a {
    text-decoration: underline;
    color: #3B99FC;
}
.order-locking .order-locking-time strong {
    color: #FF8000;
    font-size: 20px;
    margin-right: 10px;
    font-weight: 400;
}
p.payMsg{
    text-align:center;font-size:18px;font-weight:bold;
}
p.payMsg strong{font-size:30px;}
li.timeout.btn92{background:none !important;border:none !important;}
li.timeout.btn92 a,li.timeout.btn92 i.icon{color:#aaa !important;}
.panel-success {
    background: #fcfff2;
    border: 1px solid #d4e4c3;
    padding: 20px;
}
.ml{margin-left: 10px;}
.invoice_mark {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 16001;
    width: 100%;
    height: 100%;
    display: none;
}
.invoice_mark img{display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;width: 60px;}