/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


body {
    background: #ffffff;
    max-width: 768px;
    margin: 0 auto !important;
}
[v-cloak]{
    display: none;
}
.container{
    background: #fff;
    padding: 50px 0 0;
}
.pd{
    padding: 0 1rem;
}
*,*::after,*::before{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.my-swipe{
    min-height: 5rem;
}
.swiper-container a{
    display: block;
}
.swiper-container a img{
    width: 100%;
    display: block;
}
.ship-reback a {
    opacity: unset;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0,0,0,.5);
    height: 2.4rem;
    width: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ship-inner .van-tabs--card>.van-tabs__wrap{
    height: 2.8rem;
}
.ship-inner .van-tabs__nav--card {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 2.8rem;
    margin: 0;
    border: unset;
    border-radius: 2px;
}
.ship-inner .van-tabs__nav--card .van-tab.van-tab--active {
    color: #000;
    background-color: #fff;
}
.ship-inner .van-tabs__nav--card .van-tab {
    color: #fff;
    background: rgba(0,0,0,.5);
    line-height: 28px;
    border-right: unset;
}
.ship-inner .van-tabs__nav{
    background: unset;
}
.ship-content {
    z-index: 99;
    width: 100%;
    position: unset;
    top: unset;
    margin-top: -1rem;
    padding-bottom: 0;
}
.ship-content .ship-inner{
    border-radius: .5rem;
}
.ship-inner .van-tab__text--ellipsis {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 1.1rem;
}
.ship-inner .tabs-box{
    padding: 0 1.5rem;
}

.ship-inner .line-choose{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #ebedf0;
}
.ship-inner .line-choose p{
    font-size: 1.6rem;
}
.ship-inner .line-choose img{
    display: block;
    width: 1.9rem;
}
.ship-inner .date-choose{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .6rem 0 ;
    border-bottom: 1px solid #ebedf0;
}
.ship-inner .date-choose p{
    font-size: 1.2rem;
}
.ship-inner .date-choose p span{
    font-size: .9rem;
    color: #999;
}
.ship-inner .date-choose p.count-days{
    font-size: 1rem;
    color: #999;
}
.ship-inner .serch-btn{
    padding:.9rem 1.5rem ;
}
.ship-inner .serch-btn p{
    width:100% ;
    height: 2.8rem;
    line-height: 2.8rem;
    color: #fff;
    font-size: 1rem;
    background: -o-linear-gradient(left, rgb(4, 162, 255), rgb(3, 178, 254));
    background: -webkit-gradient(linear, left top, right top, from(rgb(4, 162, 255)), to(rgb(3, 178, 254)));
    background: linear-gradient(to right, rgb(4, 162, 255), rgb(3, 178, 254));
    text-align: center;
    border-radius: 1.4rem;
    -webkit-box-shadow:0px 5px 8px 0px rgba(4, 162, 255,.3);
    box-shadow:0px 5px 8px 0px rgba(4, 162, 255,.3);

}
.ship-inner .tips {
    background:#f9feff ;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem 2.5rem .5rem 1.5rem;
    position: relative;
}
.ship-inner .tips .more-tips{
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto 0;
}
.ship-inner .tips img{
    width: 20%;
}
.ship-inner .tips .tips-list{
    width: 75%;
}
.notice-swipe {
    height: 2rem;
    line-height: 2rem;
}
.tips-list .van-notice-bar{
    background: unset;
    height: 2rem;
}
.notice-swipe .van-swipe-item{
    font-size: .9rem;
    color: #FF6700;
}
.notice-swipe .van-swipe-item a{
    font-size: .9rem;
    color: #FF6700;
}
.ship-other{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1rem ;
}
.ship-other a{
    display: block;
    width:18% ;

}
.ship-other a img{
    width: 55%;
    display: block;
    margin: 0 auto;
    margin-bottom: .5rem;
}
.ship-other a p{
    font-size: .9rem;
    text-align: center;
    color: #000;
}
.recommend-box{
    padding: 2rem 1rem;
}
.recommend-box .title{
    font-size: 1.3rem;
    padding-bottom: 1rem;
}
.recommend-list {
    padding-top: 1rem;
}
.recommend-box .van-tab{
    line-height: unset;
}
.recommend-box  .van-tab__text--ellipsis{
    font-size: 1.1rem;
    font-weight: 700;
}
.recommend-box  .van-tab__text--ellipsis .s-text{
    font-size: .9rem;
    font-weight: normal;
}
.recommend-box .van-hairline--top-bottom::after, .recommend-box .van-hairline-unset--top-bottom::after {
    border-width: 0;
}
.recommend-box .van-tab--active {
    color: #1286F5 ;
    font-weight: 500;
    background: url("/old/ship/images/tab_bg.png") no-repeat;
    background-size:44px 44px;
    background-position:right;
}
.tab-item_masonry-item {
    /* position: absolute; */
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    /* border: 1px solid #887a7a66; */
    /* margin-right: 1rem; */
    /* box-shadow: 0 0 4px rgb(0 0 0 / 30%); */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.4rem;
    overflow: hidden;
    display: block;
    margin-bottom: 0.6rem;
}
.tab-item_masonry-item img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    display: block;
}
.tab-item_container-section-item {
    padding: 0 0.5rem;
    background: #fff;
}
.tab-item_container-section-title {
    /* font-weight: bold; */
    font-size: 1rem;
    padding-top: 0.5rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tab-item_container-section-label {
    color: #ff8220;
    font-weight: bold;
    font-size: 0.8rem;
    padding: 0.15rem 0.8rem 0.15rem 0.8rem;
    background: #fff4eb;
    display: inline-block;
    border-radius: 4px;
    max-width: 8rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.tab-item_container-section-label + .tab-item_container-section-label{
    margin-left: .3rem;
}
.tab-item_container-section-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.tab-item_price_unit {
    font-size: 1rem;
    color: #f00;
}
.price-unit {
    font-size: 0.93rem;
    color: #ff1962;
}
.price-num {
    font-size: 1.2rem;
    color: #ff1962;
    font-weight: unset;
}
.price-least {
    font-size: 0.93rem;
    color: #000;
}
.tab-item_price_num {
    font-size: 0.8rem;
    color: #a8a8a8;
}
.recommend-box {
}
.recommend-box a {
    color: #000;
    font-family: SourceHanSansCN-Normal!important;
    -webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.07);box-shadow:1px 1px 4px rgba(0,0,0,0.07)

}
.lines-pop-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.5rem 2rem;
    height: 100%;
}
.lines-pop-box p {
    margin: 1rem;
    width: 36%;
    text-align: center;
    font-size: 1rem;
    border: 1px solid #b7b6b5;
    padding: .4rem 0;
    border-radius: .3rem;
}
.lines-pop-box p.active{
    color:#2d9dff ;
    border-color:#2d9dff ;
}
