@font-face {
    /*思源黑体*/
    font-family: SourceHanSansCN-Normal;
    src: url('/old/ship/fonts/sourcehansanscn-normal.ttf'),
    url("/old/ship/fonts/sourcehansanscn-normal.woff2") format("woff2"),
    url("/old/ship/fonts/sourcehansanscn-normal.woff") format("woff"),
    url("/old/ship/fonts/sourcehansanscn-normal.ttf") format("truetype"),
    url("/old/ship/fonts/sourcehansanscn-normal.eot") format("embedded-opentype"),
    url("/old/ship/fonts/sourcehansanscn-normal.svg") format("svg");;
}
* {
    font-family: SourceHanSansCN-Normal;
}
*,
body,
html {
    font-size: 12px;
}

.weui-cell {
    min-height: 26px;
}

ul,
li {
    list-style: none;
}

.text-center {
    text-align: center;
}

.pad-l-r {
    padding: 0 15px;
}

.wrap {
    padding: 0 15px;
}

.footer-section button {
    border: none;
}

.footer-section button:focus {
    outline: 0;
}

body {
    max-width: 768px;
    margin: auto;
}

.body-color {
    color: #222222;
}

.weui-toptips {
    height: 34px!important;
    display: block;
}

.bottom-line {
    border-bottom: 4px solid #F7F7F7;
    padding: 15px 0;
    padding-top: 10px;
}

.remove-top {
    margin-top: 0 !important;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font18 {
    font-size: 18px;
}

.img-res {
    width: 100%;
    display: block;
    margin: auto;
}

.light-gray {
    color: #999999;
}

.remove-before-line:before {
    display: none !important;
}

.remove-after-line:after {
    display: none !important;
}

.page {
    background: white;
    margin-top: 44px;
    margin-bottom: 42px;
}

.fix-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

.clear-css {
    clear: both;
}

.main-color {
    color: #ff5658;
}

.d-weui {
    display: flex;
    align-items: center;
}

.item-bd {
    flex: 1;
}

.item-ft {
    flex: 1;
}

.footer-section {
    max-width: 768px;
    margin: auto;
    background: white;
    z-index: 10;
}

.nav-header {
    height: 44px;
    width: 100%;
    max-width: 768px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    background: #3298ff;
    color: white;
    font-size: 15px;
    text-align: center;
    line-height: 44px;
    position: fixed;
    z-index: 10;
}

.remove-p-top {
    padding-top: 0 !important;
}

.remove-p-top-bottom {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.bold {
    font-weight: bold;
}

.remove-pad-right {
    padding-right: 0 !important;
}

.nav-header .i-back {
    position: absolute;
    height: 44px;
    width: 44px;
    left: 0;
}

.nav-header .i-index {
    position: absolute;
    height: 44px;
    width: 44px;
    right: 0;
}

.btn-main {
    background: linear-gradient(to right, #ff5758, #ff8253);
    color: white;
    height: 46px;
    line-height: 46px;
    border-top: 1px solid #ff5658;
    font-size: 15px;
}

.weui-navbar {
    background: white;
}

.tab-content {
    padding: 15px;
}

.weui-tab {
    height: auto;
}

.fix-top {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: white;
    z-index: 2000;
}

.footer-flex {
    max-width: 768px;
    margin: auto;
    display: flex;
    align-items: center;
    background: white;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
}

.footer-flex .item {
    font-size: 15px;
    height: 46px;
    line-height: 46px;
    flex: 1;
    text-align: center;
}

.footer-flex .item.btn-normal {
    border-top: 1px solid #D7D7D7;
}

.p-relative {
    position: relative !important;
}

.weui-mask.active {
    display: block !important;
}

.laiu-comfirm-order .weui-cell {
    min-height: 32px;
}

.laiu-comfirm-order .weui-media-box__hd {
    width: 100px;
    height: 100px;
}

.laiu-comfirm-order .weui-media-box__title {
    font-weight: bold;
}

.laiu-comfirm-order .m-value {
    font-size: 15px;
    font-weight: bold;
}

.laiu-comfirm-order .g-section {
    margin-top: 15px;
}

.laiu-comfirm-order .goods-type {
    margin-top: 10px;
}

.laiu-comfirm-order .goods-type .inner {
    padding: 0 15px;
}

.laiu-comfirm-order .goods-type .inner .choose-type {
    background: #F7F7F7;
    border-radius: 25px;
    display: block;
    font-size: 12px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #222222;
}

.laiu-comfirm-order .goods-type .inner .choose-type.active {
    color: #ff5658;
    border: 1px solid #ff5658;
}

.foot-bar .inner {
    display: flex;
    align-items: center;
}

.foot-bar .inner .item {
    flex: 1;
    text-align: center;
    height: 46px;
    line-height: 46px;
    border-top: 1px solid #ddd;
}

.foot-bar .inner .item.submit-btn {
    background: linear-gradient(to right, #ff5758, #ff8253);
    color: white;
    height: 46px;
    line-height: 46px;
    border-top: 1px solid #ff5658;
    font-size: 15px;
}

.foot-bar .inner .item.sum-i {
    flex: 1.5;
    text-align: left;
    padding-left: 15px;
}

.foot-bar .inner .item.sum-i .m-value {
    font-size: 18px;
}

.t-title {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 8px 15px;
    padding-left: 30px;
}

.t-title:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 16px;
    background: #ff5658;
    top: 50%;
    margin-top: -8px;
    left: 15px;
}

.public-section {
    padding-bottom: 15px;
    position: relative;
}

.public-section:after {
    bottom: 0;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    color: #e5e5e5;
}

.public-section .inner {
    padding: 0 15px;
}

.public-section .inner p {
    padding-left: 15px;
}

.order-detail-container .pay-back {
    padding: 15px;
    display: flex;
    align-items: center;
    border-bottom: 4px solid #F7F7F7;
}

.order-detail-container .pay-back .pay-back-tip {
    flex: 3;
    font-size: 15px;
    display: inline-block;
}

.order-detail-container .pay-back .pay-back-link {
    flex: 1;
    text-align: right;
}

.order-detail-container .pay-back .pay-back-link span {
    font-size: 12px;
    border: 1px solid #ff5658;
    border-radius: 25px;
    display: inline-block;
    padding: 2px 8px;
}

.order-detail-container .section1 {
    padding: 15px;
    border-bottom: 4px solid #F7F7F7;
}

.order-detail-container .section1 .p-tip {
    font-size: 15px;
    text-align: center;
}

.order-detail-container .section1 .main-color {
    text-align: center;
}

.order-detail-container .section2 {
    border-bottom: 4px solid #F7F7F7;
    padding-bottom: 15px;
}


.order-detail-container .section3 .inner {
    padding: 15px;
    line-height: 26px;
}


.order-detail-container .rent-flex {
    display: flex;
}

.order-detail-container .rent-flex .item {
    flex: 1;
}

.order-detail-container .rent-flex .item.left-i {
    flex: 2.5;
}

.order-detail-container .rent-flex .item.right-i {
    font-size: 13px;
    font-weight: bold;
    line-height: 56px;
}

.order-detail-container .se3-row-flex {
    display: flex;
}

.order-detail-container .se3-row-flex .item {
    flex: 1;
}

.h-namme {
    padding: 0px 15px;
    font-size: 13px;
    font-weight: bold;
    padding-top: 15px;
}

.g-service {
    padding: 0 15px;
}

.g-service span {
    padding-right: 8px;
    margin-right: 8px;
    position: relative;
    color: #555;
}

.g-service span:after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background: #D7D7D7;
    right: 0;
    top: 50%;
    margin-top: -5px;
}

.g-service span:last-child:after {
    display: none;
}

.foot-bar .inner {
    display: flex;
    align-items: center;
}

.foot-bar .inner .item {
    flex: 1;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #D7D7D7;
}

.foot-bar .inner .item.pay {
    background: linear-gradient(to right, #ff5758, #ff8253);
    color: white;
    height: 46px;
    line-height: 46px;
    border-top: 1px solid #ff5658;
    font-size: 15px;
}

.foot-bar .inner .item.publish {
    background: #ff5658;
    color: white;
    height: 46px;
    line-height: 46px;
    border-top: 1px solid #ff5658;
    font-size: 15px;
}

.weui-vcode-btn {
    background: #ff5658 !important;
    color: white;
    border-radius: 50px;
    height: 2.2em;
    line-height: 2.2em;
    font-size: 15px;
}

.index-foot {
    display: flex;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    padding-top: 4px;
    max-width: 768px;
    margin: auto;
    z-index: 99;
}

.index-foot:before {
    position: absolute;
    height: 1px;
    width: 100%;
    background: #D7D7D7;
    content: '';
    top: 0;
    transform: scaleY(0.3);
}

.index-foot .item {
    flex: 1;
    text-align: center;
}

.index-foot .item p {
    color: #222222;
}

.index-foot .item .p-icon {
    width: 18px;
    margin: auto;
}

.index-foot .item .p-icon img {
    display: block;
    width: 100%;
    margin: auto;
}

.weui-toptips {
    height: 30px;
    line-height: 30px;
}

.m-list-link {
    padding-bottom: 4rem;
}

.swiper-slide img {
    /*max-width: 100%;*/
    width: 100%;
    display: block;
}



.nav-header .i-index i,
.nav-header .i-back i {
    color: #fff;
}

.weui-btn_primary {
    background: #3298ff;
}

.normal-btn,
.public-btn button {
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    color: white;
    background: linear-gradient(to right, #3298ff, #35abff);
    border-radius: 50px;
}

/*左右滑动菜单*/
.weui-cell__hd img {
    display: block;
    margin-right: 5px;
}

.weui-cell_swiped .weui-cell__bd {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.swipeout-touching .weui-cell__bd {
    -webkit-transition: none;
    transition: none;
}

/*左右滑动菜单*/

/*插件扩展*/

.weui-actionsheet {
    z-index: 10000;
}

.weui-popup__overlay,
.weui-popup__container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.weui-popup__overlay {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.weui-popup__container {
    display: none;
}

.weui-popup__container.weui-popup__container--visible {
    display: block;
}

.weui-popup__container .weui-cells {
    margin: 0;
    text-align: left;
}

.weui-popup__modal {
    width: 100%;
    position: absolute;
    z-index: 100;
    bottom: 0;
    border-radius: 0;
    opacity: 0.6;
    color: #3d4145;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    height: 100%;
    background: #EFEFF4;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    overflow-x: hidden;
    overflow-y: auto;
}

.popup-bottom .weui-popup__modal {
    height: auto;
}

.weui-popup__modal .toolbar {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
}

.weui-popup__modal .modal-content {
    height: 100%;
    padding-top: 2.2rem;
    overflow: auto;
    box-sizing: border-box;
}

.weui-popup__container--visible .weui-popup__overlay {
    opacity: 1;
}

.weui-popup__container--visible .weui-popup__modal {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.weui-cells_checkbox .weui-check:checked+.weui-icon-checked:before {
    color: #3298ff;
}

/*插件扩展*/

.mask{
    max-height: 100%;
    background-color: rgba(0,0,0,.5);
    background-clip: content-box;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 100;
    display: none;
}

.weui-navbar{
    z-index: 9;
}

input,textarea{-webkit-appearance: none;appearance: none;}

.cm-calendar-inner p{
    font-size: 14px;
}
.calendar-body .calendar-month{
    font-size: 14px!important;
}

/***
* 购物车悬浮
**/
.shopcar-fiexd{
    display: block;
    position: fixed;
    width: 46px;
    height: 46px;
    bottom: 60px;
    right: 15px;
    background: #3298ff;
    border-radius: 100%;
    z-index: 9;
    text-align: center;
}
.shopcar-fiexd i{
    font-size: 24px;
    color: #fff;
    line-height: 46px;
}

[v-cloak]{
    display: none;
}


.book-line {
    width: 100%;
    height: 4px;
    background: #f7f7f7;
}

.always-people {
    padding: 10px 15px;
}
.always-people .btn-people {
    height: 30px;
    border: 1px solid #d7d7d7;
    border-radius:5px; 
    margin-right: 5px;
    color: #555;
    width: 25%;
    text-align: center;
    position: relative;
    line-height: 30px;
    margin-bottom: 5px;
}
.always-people .btn-people .triangle-right-bottom {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 9px;
    border-color: transparent #19a0f0 #19a0f0 transparent;
    border-style: solid;
    border-radius: 0 0 4px 0;
}
.always-people .btn-people .triangle-cancel {
    position: absolute;
    top: -10px;
    left: -5px;
    color: #fff;
    font-size: 16px;
}
.always-people .active {
    border: 1px solid #3298ff;
    color: #3298ff;
}
.always-people .active .triangle-right-bottom {
    display: block;
}
.always-people .active:last-child {
    border: 1px solid #d7d7d7;
    color: #555;
}
/*
**支付方式
*/
.weui-skin_android .pay-box{
    align-items: center;
}
.weui-skin_android .pay-box .round-box{
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #d7d7d7;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.weui-skin_android .pay-box .round-box .round {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #3298ff;
    display: none;
}
.weui-skin_android .active .pay-box .round {
    display: block;
}
.weui-skin_android .weui-actionsheet__cell{
    padding: 5px 10px;
}
.weui-skin_android .pay-box .icon i{
    font-size: 26px;
}
.weui-skin_android .pay-box .title{
    font-size: 16px;
    padding-left: 10px;
}

.pay-box {
    position: fixed;
    top: 100%;
    left: 0;
    height: 100%;
    z-index: 77;
    width: 100%;
    transition: 0.6s;
    visibility: 0;
    opacity: 0;
    background: #fff;
}
.pay-show {
    opacity: 1;
    visibility: 1;
    top: 0;
}
.pay-box .pay-info {
    width: 100%;
}
.pay-box .pay-info .nav {
    width: 100%;
    height: 44px;
    background: #3298ff;
    margin-bottom: 15px;
}
.pay-box .pay-info .nav a{
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
}
.pay-box .pay-info .nav .title{
    flex: 1;
    line-height: 44px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.pay-box .pay-li{
    height: 45px;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    color: #000;
    position: relative;
}
.pay-box .pay-li::after{
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    z-index: 2;
}
.pay-box .pay-li .round-box{
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #d7d7d7;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.pay-box .pay-li .round-box .round {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #3298ff;
    display: none;
}
.pay-box .active .round-box .round {
    display: block;
}
.pay-box .pay-li .title{
    flex: 1 ;
    padding-left: 10px;
    font-size: 14px;
}
.pay-box .pay-li i{
    font-size: 24px;
}

/**
** 全部弹出窗
**/
.pop-top {
    width: 100%;
    position: fixed;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    background: #fff;
    align-items: center;
    top: -100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: 0;
    transition: .3s;
    z-index: 11;
}
.pop-top .friend-diss {
    padding: 20px 15px;
}
.pop-top .title-box {
    width: 100%;
    height: 44px;
    background: #3298ff;
}
.pop-top .title-box a{
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
}
.pop-top .title-box .title {
    flex: 1;
    text-align: center;
    line-height: 44px;
    font-size: 15px;
    color: #fff;
}
.pop-show {
    top: 0;
    opacity: 1;
    visibility: 1;
}
.show-mask {
    display: block!important;
}


/**
** 快递登录
**/
.fast-login .content {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: 11;
    background: #fff;
    visibility: 0;
    opacity: 0;
    transition: all .6s;
}
.fast-login .show {
    visibility: 1;
    opacity: 1;
    top: 0;
}
.fast-login .title-box {
    width: 100%;
    height: 44px;
    background: #3298ff;
    align-items: center;
}
.fast-login .title-box a {
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
}
.fast-login .title-box .title {
    flex: 1;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.fast-login .weui-cell:before {
    left: 0;
}
.fast-login button {
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    color: white;
    background: linear-gradient(to right,#3298ff,#35abff);
    border-radius: 50px;
    width: 100%;
    outline: 0;
    -webkit-appearance: none;
    border: none;
    margin: 20px 0;
}
.fast-login .tab-title {
    margin-bottom: 5px;
}
.fast-login .tab-title .tab-li {
    flex: 1;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.fast-login .tab-title .tab-li::after {
    content: " ";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 50px;
    z-index: 2;
    background: #3298ff;
    left: 50%;
    margin-left: -25px;
    display: none;
}
.fast-login .tab-title .active::after {
    display: block;
}
.fast-login form {
    display: none;
}
.fast-login .code {
    width: 88px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #3298ff;
    color: #fff;
    font-size: 12px;
    margin: 0;
    
}
.fast-login  .dynamic-code {
    align-items: center;
    justify-content: space-between;
    flex: 1;
}
/*
html {
    -webkit-filter: grayscale(100%)!important;
    -moz-filter: grayscale(100%)!important;
    -ms-filter: grayscale(100%)!important;
    -o-filter: grayscale(100%)!important;
    filter: grayscale(100%)!important;
    filter: gray!important;
}*/
