﻿@charset "utf-8";
@media only screen and (min-width: 800px) {
::-webkit-scrollbar {
 width: 5px;
 height: 5px;
 background-color: #b79a7c;
}
  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track {
 border-radius: 0px;
 background: #b79a7c;
}
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb {
 border-radius: 0px;
 background-color:#a31f28;
}
}
 /*=========
  基本默认值
  ==========*/
*{
    margin: 0;
    padding: 0; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-word-break: normal !important;
    word-break: normal !important;
    word-wrap: break-word !important;
}
html,body{ 
    min-height:100%;
    -webkit-overflow-scrolling : touch;/*苹果手机端滑动卡屏*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color:transparent;/*手机端点击底部出现背景*/
    width: 100%;
    overflow-y: auto;
    font-size: -webkit-calc(0.033*100vw);
    font-size: -moz-calc(0.033*100vw);
    font-size: calc(0.033*100vw);
    background-color: #fff;
}
@media only screen and (min-width: 640px){
    html,body{ 
      font-size: 1.42rem;
    }
    body{
        width: 640px;
        margin: 0 auto;
    }
}


@font-face {
    font-family: 'ziti';
    src: url('/mobile/fonts/DINCond-Bold.eot');
    src: local('☺'), url('/mobile/fonts/DINCond-Bold.woff') format('woff'), url('/mobile/fonts/DINCond-Bold.ttf') format('truetype'), url('/mobile/fonts/DINCond-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {  
    color: #000;
    font-family:"Arial","sans-serif";
}
li{
    list-style: none;
}
img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
    text-decoration: none;
    color: #000;    
    -moz-transition: all .5s; 
    -webkit-transition: all .5s;  
    -o-transition: all .5s;
    -ms-transition: all .5s; 
    transition: all .5s; 
}
::after,::before{   
    -moz-transition: all .5s; 
    -webkit-transition: all .5s;  
    -o-transition: all .5s;
    -ms-transition: all .5s; 
    transition: all .5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; 
}
table {
    border-collapse: collapse;
}
input, textarea,select {
    font-family: "Arial","Microsoft YaHei";
    font-size: 1.16rem;
    outline: none;
    appearance:none; /*清楚表单默认样式*/
    -moz-appearance:none;
    -webkit-appearance:none;
    border: none;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    font-size: 1.16rem;
    color: #cccccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 1.16rem;
    color: #cccccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 1.16rem;
    color: #cccccc;
}

/*94%的内容*/
.warp{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.fg{
    clear: both;
}

/*图片通用样式*/
.img-common{
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
/*清楚浮动*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.clearfix:after {
    clear: both;
}
/*Flex居中样式*/
.flex-center{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
/*动画*/
.donghua {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}
/*文字溢出*/
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.out-bg{
    padding-bottom: 5rem;
    min-height: 100vh;
}
.out-bg.hui{
    background-color: #f5f5f5;
}

/*top*/
.headerbox{
    height:5rem;
}
.headerbox .header{
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    max-width: 640px;
    height: 5rem;
    width: 100%;
    background-color: #fff;
    z-index: 1111;
    border-bottom: 1px solid #ededed;
}
.headerbox .header .logo{
    float: left;
    height: 5rem;
    position: relative;
}
.headerbox .header .nav-right{
    float: right;
    height: 5rem;
    font-size: 0;
}
.headerbox .header .nav-right .nbtn{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 2.83rem;
    height: 2.83rem;
    border: 2px solid #cccccc;
    margin-left: 5px;
}
.headerbox .header .nav-right .nbtn .ico{
    width: 100%;
    height: 100%;
}

/* =========

    首页

 ========= */
.inswiper-box{
    position: relative;
}
 /*轮播*/
.inswiper-box .mmbanner-swiper{
    height: 21rem;
}
.inswiper-box .mmbanner-swiper .swiper-wrapper .swiper-slide .mmbanner{
    height: 100%;
    display: block;
    position: relative; 
}
.inswiper-box .mmbanner-swiper .swiper-wrapper .swiper-slide .mmbanner .text{
    position: absolute;
    top: 7rem;
    left: 0;
    width: 100%;
    padding: 0 3%;
    font-size: 1.33rem;
    color: #fff;
    line-height: 2.5rem;
}
.inswiper-box .mmbanner-swiper .mmbanner-pagination{
    position: absolute;
    left: 0;
    bottom: 1.16rem;
    z-index: 11;
    padding: 0 3%;
    font-size: 0;
}
.inswiper-box .mmbanner-swiper .mmbanner-pagination .swiper-pagination-bullet{
    width: 0.5rem;
    height: 0.5rem;
    opacity: 1;
    background-color: #889394;
    vertical-align: middle;
    transition: all .5s ease;
    margin-right: 3px;
}
.inswiper-box .mmbanner-swiper .mmbanner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 1.42rem;
    height: 0.5rem;
    border-radius: 3.57rem;
    background-color: #fff;
}
/*搜索*/
.inswiper-box .mmsearch{
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    transition: all .5s ease;
    z-index: 111;
    padding: 0 3%;
}
.inswiper-box .mmsearch .lang{
    height: 2.33rem;
    line-height: 2.33rem;
    float: left;
    margin-right: 1.25rem;
    font-size: 1.16rem;
    color: #fff;
}
.inswiper-box .mmsearch form {
    width: 18rem;
    margin-right: 1rem;
    position: relative;
    float: left;
}
.inswiper-box .mmsearch form input[type="text"]{
    height: 2.33rem;
    line-height: 2rem;
    width: 100%;
    padding: 0 3%;
    background-color: rgba(255,255,255,.35);
    border:1px solid rgba(255,255,255,.5);
    border-radius: 3px;
}
.inswiper-box .mmsearch form input[type="submit"]{
    width: 2.33rem;
    height: 2.33rem;
    position: absolute;
    right: 0;
    top: 0;
    border:none;
    background-image: url(/mobile/images/ssico_06.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size:1.08rem ;
    background-size:1.08rem ;
    background-color: transparent;
}
.inswiper-box .inuser{
    width: 2.33rem;
    height: 2.33rem;
    float: left;
    background-image: url(/mobile/images/ssico_03.png);
    -webkit-background-size: 1.83rem;
    background-size: 1.83rem;
    margin-right: 1rem;
    display: block;
}
.inswiper-box .inmsg{
    width: 2.33rem;
    height: 2.33rem;
    position: relative;
    float: left;
    background-image: url(/mobile/images/ssico_11.png);
    -webkit-background-size: 1.41rem 1.58rem;
    background-size: 1.41rem 1.58rem;
}
.inswiper-box .inmsg span{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width:1.25rem;
    height: 1.25rem;
    background-color: #db0011;
    border-radius: 50%;
    text-align: center;
    font-size: 1rem;
    color: #fff;
}
/*应用菜单*/
.index-menu{
    width: 100%;
    background-color: #ffffff;
}
.index-menu .menu-content .menu-one{
    display: flex;
    justify-content: space-around;
    margin: 1.17rem 0 1.83rem 0;
}
.index-menu .menu-content .menu-one > a{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
}
.index-menu .menu-content .menu-one > a:last-child{
    margin-right: 0;
}
.index-menu .menu-content .menu-one > a .menu-img{
    width: 3.14rem;
    height: 3.14rem;
}
.index-menu .menu-content .menu-one > a .menu-txt{
    font-size: 0.8rem;
    color: #454c50;
    margin-top: 0.58rem;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
max-width:90%;
margin-left: auto;
margin-right: auto;
text-transform:uppercase;
}

.index-menu .menu-content .menu-ad{
    width: 100%;
    margin-bottom: 0.84rem;
}
.index-menu .menu-content .menu-ad .menu-swiper{
    margin-bottom: 0.8rem;
}
.index-menu .menu-content .menu-ad .menu-swiper .swiper-wrapper .swiper-slide a.mmbanner{
    display: block;
}
.index-menu .menu-content .menu-ad .menu-pagination{
    width: 100%;
    text-align: center;
}
.index-menu .menu-content .menu-ad .menu-pagination .swiper-pagination-bullet{
    background: #eaeaea;
    opacity: 1;
    margin-right: 0.42rem;
}
.index-menu .menu-content .menu-ad .menu-pagination .swiper-pagination-bullet-active{
    background: #b8babb;
}

/*列表*/
.index-list{
    width: 100%;
    padding: 1.09rem 3%;
    background-color: #f2f2f2;
}
.index-list .list-content{
    width: 100%;
    border-radius:0.57rem;
    background-color: #ffffff;
    overflow: hidden;
}
.index-list .list-content .list-head{
    display: block;
    width: 100%;
    height: 53vw;
    overflow: hidden;
    position: relative;
}
.index-list .list-content .list-head .list-head-txt{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.16rem;
    line-height: 1.8rem;
    color: #ffffff;
    padding: 2% 4%;
    background-color: rgba(0,0,0,.5);
}
.index-list .list-content .list-item{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 0 3%;
}
.index-list .list-content .list-item .item-l{
    font-size: 1.09rem;
    padding: 1.25rem 0;
    line-height: 1.64rem;
    border-bottom: 1px solid #f1f1f1;
    width: calc(100% - 6rem);
}
.index-list .list-content .list-item .item-r{
    width: 6rem;
    -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
    position: relative;
}
.index-list .list-content .list-item .item-r img{
    width: 4.58rem;
    height: 4.58rem;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.index-list .list-content .list-item:last-child .item-l{
    border-bottom: none;
}




/* =========

    公司介绍

 ========= */
 /*common top*/
 .main{
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    /*margin-bottom: 5rem;*/
 }
 .top-content{
    height: 3.29rem;
    line-height: 3.29rem;
    text-align: center;
    font-size: 1.24rem;
    color: #333333;
    position: relative;
    margin: 0 3%;
 }
  .top-content > .back{
    width: 0.85rem;
    height: 0.85rem;
    border-style: solid;
    border-width: 2px;
    border-color: transparent transparent #333 #333;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.42rem;
    transform: rotate(45deg);
  }
   .top-content > .share{
    position: absolute;
    top: 0.85rem;
    right: 0;
   }
   .top-content > .share > img{
    width: 50%;
   }

   .allimg{
    width: 100%;
    height: 10.98rem;
   }
   .allimg > img{
    height: 100%;
   }

.nav-swiper .swiper-wrapper .swiper-slide{
    width: 25%;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.nav-swiper .swiper-wrapper .swiper-slide .nav-txt{
    text-align: center;
    font-size: 1.16rem;
    color: #292929;
    height: 2.07rem;
    line-height: 2.2rem;
    margin: 0.75rem auto;
    display: inline-block;
    padding: 0 0.71rem;
}
.nav-swiper .swiper-wrapper .on{
    background-color: #f6f6f6;
}
.nav-swiper .swiper-wrapper .on .nav-txt{
    border-radius: 1.23rem;
    background-color: #3374c4;
    color: #fff;
    font-weight: bold;
        max-width: 100%;
}

.intru-content,.news-content,.heart-content,.history{
    background-color: #ffffff;
    padding: 0 3%;
    margin-bottom: 0.71rem;
}
.title{
    font-size: 1.42rem;
    font-weight: bold;
    color: #2d2d2d;
    padding: 1.82rem 0 1.42rem 0;
}
.carry-title{
    padding: 1.82rem 3% 1.42rem 3%;
}
.intru-content .intru-title,.news-content .news-title{
    border-bottom: 1px solid #f5f5f5;
}
.intru-content .intru-info{
    padding: 21px 0 31px 0;
    font-size: 1.16rem;
    line-height: 1.71rem;
    color: #1a1919;
}


.news-content .news-item{
    display: flex;
    padding: 1.42rem 0;
    border-bottom: 1px solid #f5f5f5;
}
.news-content .llist.on{
    max-height: 460px;
    overflow: hidden;
}
.news-content .news-item .item-l{
    margin-right: 1.28rem;
    width: 14.34rem;
    height: 9.59rem;
    float: left;
}
.news-content .news-item .item-l > img{
    height: 100%;
    width: 100%;
}
.news-content .news-item .item-r{
    width: calc(100% - 15.62rem);
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-content .news-item .item-r .item-r-txt{
    font-size: 1.16rem;
    line-height: 1.57rem;
    /*height: 60.42rem;*/
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1.06rem;
}
.news-content .news-item .item-r .item-r-time{
    font-size: 0.85rem;
    color: #84878b;
}

.news-content .news-more{
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 1.35rem 0 1.35rem 0;
}
.news-content .news-more .mm{
    display: inline-block;
    font-size: 0.85rem;
    color: #3374c4;
    position: relative;
}
.news-content .news-more .mm::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -1.07rem;
    width: 0.57rem;
    height: 0.57rem;
    border-style: solid;
    border-width: 1px;
    border-color: transparent #3374c4 #3374c4 transparent;
    margin-top: -0.42rem;
    transform: rotate(45deg);
}



.newsdetail .newsdetai-ab{
    padding: 1.28rem 3%;
    background-color: #fff;
    margin-bottom: 0.71rem;
}
.newsdetail .newsdetai-ab .tit{
    font-size: 1.21rem;
    line-height: 1.57rem;
    margin-bottom: 1.53rem;
}
.newsdetail .newsdetai-ab .time{
    font-size: 1.21rem;
    color: #3374c4;
}
.newsdetail .newsdetail-info{
    padding: 1.28rem 3%;
    background-color: #fff;
    font-size: 1.16rem;
    line-height: 1.78rem;
}
.newsdetail .newsdetail-next{
    position: fixed;
    bottom: 7.19rem;
    right: 3%;
    padding: 0.85rem 1.6rem;
    background-color: #13347b;
    color: #fff;
    font-size: 0.85rem;
    border-radius: 18.2px;
}


.heart-content .clist{
    width: 100%;
    padding-bottom: 1.82rem;
    border-bottom: 1px solid #f5f5f5;
}
.heart-content .clist .clist-img{
    width: 100%;
    padding: 11px;
    background-color: #edf0f8;
    border-radius: 4.32rem;
    margin-bottom: 0.92rem;
    display: flex;
    justify-content: space-around;
}
.heart-content .clist .clist-img .lic{
    width: 7.14rem;
    height: 7.14rem;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.heart-content .clist .clist-img .lic > img{
    width: 50%;
}
.heart-content .clist .clist-txt{
    display: flex;
    justify-content: space-around;
}
.heart-content .clist .clist-txt .font{
    font-size: 0.92rem;
    color: #282828;
    flex: 1;
    text-align: center;
}
.heart-content .last-txt{
    width: 100%;
    font-size: 1.07rem;
    font-weight: bold;
    color: #3374c4;
    padding: 1.82rem 0 2.17rem 0;
    text-align: center;
}

.history .history-info .line{
    float: left;
}
.history .history-info .history-list{
    padding-bottom: 1.09rem;
}
.history .history-info .history-list .history-item{
    margin-left: 2rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #dee2e6;
    font-size: 0.92rem;
    color: #303030;
    line-height: 1.57rem;
    padding: 1.07rem;
    border-bottom: 2px solid #3374c4;
    margin-bottom: 1.07rem;
    position: relative;
}
.history .history-info .history-list .history-item .yuan{
    width: 0.85rem;
    height: 0.85rem;
    background-color: #008580;
    position: absolute;
    left: -1.78rem;
    top: 50%;
    margin-right: -0.42rem;
    margin-top: -0.42rem;
    border-radius: 50%;
}
.history .history-info .history-list .history-item::before{
    content: "";
    width: 1px;
    height: 150%;
    background-color: #008580;
    position: absolute;
    top: 0;
    left: -1.35rem;
}
.history .history-info .history-list .history-item:last-child::before{
    height: 50%;
}
.history .history-info .history-list .history-item:first-child::before{
    top: 50%;
}



/* =========

    新闻公告

 ========= */
.news{
    padding: 0 3%;
}
.news-title .news-font{
    font-size: 1.42rem;
    font-weight: bold;
    color: #2d2d2d;
    /*line-height: 10.57rem;*/
    float: left;
    margin-top: 1.75rem;
}
.news-title .news-search{
    float: right;
    position: relative;
    margin: 19.5px 0;
}
.news-title .news-search .n-search{
    border: none;
    width: 12.28rem;
    height: 1.85rem;
    line-height: 1.85rem;
    background-color: #fff;
    border-radius: 3px;
    padding: 0 2.14rem 0 5px;
}
.news-title .news-search input[type="submit"]{
    width: 1.8rem;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    background-image: url(/mobile/images/company/search.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 50%;
    border: none;
}
.news-title .news-search > span > img{
    width: 50%;
}

.news-list{
    margin-bottom: 1.57rem;
}
.news-list .news-item{
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 1.25rem 1.07rem 1.35rem;
    margin-bottom: 0.71rem;
    position: relative;
    display: inline-block;
}
.news-list .news-item .item-tit{
    font-size: 1.07rem;
    line-height: 1.57rem;
    margin-bottom: 1.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 1.42rem;
}
.news-list .news-item .item-time{
    display: inline-block;
    background-color: #f5f5f5;
    border-radius: 3px;
    text-align: center;
    font-size: 11px;
    color: #84878b;
    padding: 5px;
    margin-right: 11px;
}
.news-list .news-item .detail{
    position: absolute;
    top: 50%;
    right: 1.07rem;
    width: 0.85rem;
    height: 0.85rem;
    border-style: solid;
    border-width: 2px;
    border-color: #b6bbbf #b6bbbf transparent transparent;
    margin-top: -0.42rem;
    transform: rotate(45deg);
}


.contact{
    padding: 0 3%;
    background-color: #fff;
}
.contact .contact-tit{
    border-bottom: 1px solid #f5f5f5;
}
.contact .contact-num{
    padding: 23px 0;
    border-bottom: 1px solid #f5f5f5;
}
.contact .contact-num .address,.service .address{
    font-size: 1.07rem;
    color: #494949;
    margin-bottom: 0.85rem;
}
.contact .contact-num .num{
    display: inline-block;
    font-size: 1.14rem;
    color: #3374c4;
    margin-right: 2.14rem;
    line-height: 1.71rem;
}

.contact .service{
    padding-top: 21px;
    padding-bottom: 53px;
}
.contact .service .service-info .service-l{
    width: 50%;
    float: left;
}
.contact .service .service-info .service-l .ll{
    float: left;
}
.contact .service .service-info .service-l .ll .ll-one{
    font-size: 1.07rem;
    color: #3374c4;
    line-height: 1.28rem;
}
.contact .service .service-info .service-l .ll .ll-two{
    font-size: 1.07rem;
    color: #7a8188;
    line-height: 1.28rem;
}
.contact .service .service-info .service-l .lr-img{
    float: right;
}
.contact .service .service-info .service-l .lr-img > img{
    width: 50%;
}


/* =========

    跨境集运 

 ========= */
 /*首页*/
 .content{
    padding: 0 3%;
    margin-bottom: 1.46rem;
 }
.carry{
    /*position: relative;*/
    background-color: #f5f5f5;
}
.carry .carry-img{
    width: 100%;
}
.carry .carry-list{
    width: 94%;
    background-color: #fff;
    border-radius: 4px;
    z-index: 111;
    margin-top: -2rem;
    margin-left: 3%;
    overflow: hidden;
}
.carry .carry-list .carry-item{
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}
.carry .carry-list .carry-item:last-child{
    border-bottom: none;
}
.carry .carry-list .carry-item::after{
    content: "";
    width: 0.85rem;
    height: 0.85rem;
    border-style: solid;
    border-width: 2px;
    border-color: #bcbcbc #bcbcbc transparent transparent;
    position: absolute;
    top: 50%;
    right: 1.07rem;
    margin-top: -0.42rem;
    transform: rotate(45deg);
}
.carry .carry-list .carry-item .item-l{
    background-color: #fff;
}
.carry .carry-list .carry-item .item-l .tt{
    font-size: 1.07rem;
    color: #2b2b2b;
    padding: 1.71rem 1.07rem;
    position: relative;
    display: inline-block;
}
.carry .carry-list .carry-item .item-l .tt .flag{
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 14px;
}


.navtwobox{
    position: relative;
    /*height: 3.75rem;*/
        font-size: 0;
}
.navtwobox .navlist{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 3%;
    overflow: hidden;
    background-color: #fff;
    z-index: 11;
}
.navtwobox[data-on="on"] .navlist{
    height: auto;
}
 /*导航*/

.navtwobox .navlist .lin{
    height: 3.5rem;
    display: inline-block;
    *display: inline;
    *zoom: 1;

margin-right: 0.3rem;
}
.navtwobox .navlist .lin .inbox{
 display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;   
height: 100%;
}
.navtwobox .navlist .lin .nav-txt{
    border-radius: 1.01rem;
    background-color: #f5f5f5;
    color: #272727;
    text-align: center;
    font-size: 1.16rem;
    color: #292929;
    height: 2.5rem;
    line-height: 2.6rem;
    margin: 0.4rem auto;
    display: inline-block;
    padding: 0 1rem;
}
.navtwobox .navlist .lin[data-on='on'] .nav-txt{
    background-color: #3374c4;
    color: #fff;
    font-weight: bold;
}
/*下拉*/
.navtwobox .navtwo-menu{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 111;
    transition: all .5s ease;
}
.navtwobox[data-on="on"] .navtwo-menu{
    transform: translateX(100%);
}
.navtwobox .navtwo-menu .ww{
    height: 100%;
    background-color: #fdfdfd;
    width: 6rem;
    height: 3.75rem;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
border-left: 1px solid #e6e6e6;
}
.navtwobox .navtwo-menu .ww span{
    padding-right: 1.66rem;
    font-size: 0.91rem;
    color: #575757;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(../images/qq_03.jpg);
    -webkit-background-size:1.375rem;
    background-size:1.375rem;
}

/* 派送收费 */



 /*集运必读*/

.read .read-list .read-item{
    background-color: #fff;
    border-radius: 0.53rem;
    margin-bottom: 1.78rem;
}
.read .read-list .read-item .list-tit{
    padding: 12.5px 1.07rem;
    border-bottom: 1px solid #fafafa;
}
.read .read-list .read-item .list-tit .tit-bg{
    width: 2.5rem;
    height: 2.5rem;
    float: left;
    margin-right: 14.5px;
}
.read .read-list .read-item .list-tit .tit-txt{
    float: left;
    font-size: 1.28rem;
    color: #3978c6;
    line-height: 2.5rem;
}
.read .read-list .read-item .list-info{
    font-size: 0.92rem;
    color: #303030;
    line-height: 1.71rem;
    padding: 1.57rem 21px 1.78rem 1.78rem;
}

/* 收取附加费 */

.shou .shou-content .shou-list{
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 1.78rem;
    padding: 1.5rem 1rem;
}
.shou .shou-content .shou-list .s-bg{
    width: 100%;
    margin-bottom: 2.14rem;
    text-align: center;
}
.shou .shou-content .shou-list .s-bg > img{
    /*width: 50%;*/
}

.shou .shou-content .shou-list .s-info span[style="font-size:24px;"]{
    font-size: 1.2rem !important
}
.shou .shou-content .shou-list .s-info span[style="font-size:24px;color:#25383c;"]{
    font-size: 1.2rem !important
}




/* 门市自取 */
 .men{
    padding: 0 3%;
 }
.men .men-img{
    width: 100%;
    height: 12.5rem;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 2px 2px #e6e6e6;
    margin-bottom: 1.75rem;
}
.men .tb-content{
    
}
.men .tb-content .tb-item::before{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 7rem;
    background-color: #f5f5f5;
}
.men .tb-content .tb-item{
    background-color: #fff;
    border-radius: 0.53rem;
    padding: 1.78rem 1.6rem;
    margin-bottom: 1.78rem;
    position: relative;
    margin-bottom: 1.78rem;
}
.men .tb-content .tb-item .tb-tr{
    margin-bottom: 1.57rem;
}
.men .tb-content .tb-item .tb-tr:last-child{
    margin-bottom: 0;
}
.men .tb-content .tb-item .tb-tr .tr-l{
    font-size: 0.92rem;
    color: #1a1919;
    float: left;
    width: 5.35rem;
}
.men .tb-content .tb-item .tb-tr .tr-r{
    width: calc(100% - 5.35rem);
    float: left;
    font-size: 0.92rem;
    font-weight: bold;
    color: #25383c;
    line-height: 1.57rem;
    padding-left: 1.6rem;
}
.men .tb-content .tb-item .tb-tr .r1{
    color: #3374c4;
}
.men .tb-content .tb-item .tb-tr .r2 > span{
    color: #008580;
}

/*運費试算及规则*/
.countrules{
    padding: 0 3%;
}
.countrules .ct-list .ct-item{
    background-color: #fff;
    border-radius: 4px;
    padding: 1.2rem;
    margin-bottom: 0.71rem;
}


/*新手教程*/
.course{
    padding: 0 3%;
}
.course .course-list .course-item{
    width: 100%;
    height: 100%;
    border-radius: 0.53rem;
    background-color: #fff;
    margin-bottom: 1.07rem;
}
.course .course-list .course-item .item-tit{
    height: 3.57rem;
    line-height: 3.57rem;
    background-color: #e1e3e8;
}
.course .course-list .course-item .item-tit .tit-bg{
    float: left;
    /*width: 40.5rem;*/
}
.course .course-list .course-item .item-tit .tit-bg > img{
    width: 50%;
    margin: 0.92rem 0 0 0.82rem;
}
.course .course-list .course-item .item-tit .tit-txt{
    float: left;
    font-size: 1.07rem;
    color: #393939;
    font-weight: bold;
}
.course .course-list .course-item .item-info{
    padding: 1.35rem 0.82rem 0 0.82rem;
}
.course .course-list .course-item .item-info .font{
    font-size: 0.92rem;
    color: #3f4040;
    line-height: 1.64rem;
    margin-bottom: 1.07rem;
}
.course .course-list .course-item .item-info .btn{
    width: 7.71rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #3f7cc7;
    margin-bottom: 1.35rem;
}

/**/
.solve{
    background-color: #fff;
    border-radius: 4px;
    padding: 1.2rem;
    font-size: 1.1rem;
    color: #3f4040;
    line-height: 2rem;
}
.solve .solve-tit{
    font-size: 1.3rem;
    color: #353535;
    margin-bottom: 0.73rem;
}

/*什麼是登記認領？*/
.c-common{
    background-color: #fff;
    border-radius: 4px;
    padding: 1.2rem;
    overflow: hidden;
}

/*集運臺灣必讀*/
.tai-read .t-r-img{
    margin-bottom: 2.5rem;
    text-align: center;
}
.tai-read .t-r-img > img{
    width: 50%;
}
.tai-read .t-r-info{
    font-size: 1.16rem;
    color: #1a1919;
    line-height: 1.71rem;
}


/*收费标准*/
.money-rule{
    margin-bottom: 0.71rem;
}




/* =========

    中國中轉倉

 ========= */
.transit{
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom right,#1e418d, #3058ad);
    padding: 0 3%;
}
.transit .transit-tit{
    font-size: 1.14rem;
    font-weight: bold;color: #fff;
    width: 100%;
    text-align: center;
    padding: 3.85rem 0 1.78rem;
}
.transit .transit-content{
    background-color: #fff;
    width: 100%;

}
.transit .transit-content .t-c-address{
    display: flex;
    justify-content: space-between;
    /*flex: 3;*/
    /*height: 4.64rem;*/
    border-bottom: 1px solid #ebebeb;
}
.transit .transit-content .t-c-address .sheng{
    /*flex: 1;*/
    border-right: 1px solid #ebebeb;
    padding: 1.07rem;
    width: calc(100% / 3);
}
.transit .transit-content .t-c-address .sheng .ad-font{
    width: 100%;
    font-size: 1.07rem;
}
.transit .transit-content .t-c-address .sheng .ttt{
    font-size: 0.85rem;
    color: rgba(0,0,0,.5);
    margin-bottom: 0.71rem;
}
.transit .transit-content .ad-detail{
    padding: 1.25rem 1.07rem;
    border-bottom: 1px solid #ebebeb;
}
.transit .transit-content .ad-detail .sm-tit{
    font-size: 0.85rem;
    color: rgba(0,0,0,.5);
    margin-bottom: 0.71rem;
}
.transit .transit-content .ad-detail .ad-font{
    width: 100%;
    font-size: 1.07rem;
    color: #1c1c1c;
    line-height: 1.71rem;
}





 /* =========

    推薦奬賞

 ========= */
.tui-bg{
    height: 19.64rem;
}
.tui-content{
    padding: 2rem 3% 5rem 3%;
}
.tui-content .tui-info{
    margin-bottom: 1.96rem;
}
.tui-content .tui-info .bbt{
    font-size: 1.42rem;
    color: #2d2d2d;
    font-weight: bold;
    margin-bottom: 1.32rem;
}
.tui-content .tui-info .info{
    font-size: 1.16rem;
    color: #2b2b2b;
}
.tui-content .tui-href{
    display: block;
    width: 100%;
    text-align: center;
    height: 3.57rem;
    line-height: 3.57rem;
    color: #fff;
    font-size: 1.14rem;
    background-color: #3576c5;
    margin: 2.5rem 0 2.28rem;
    border-radius: 2.5px;
}





/* =========

    運費試算

 ========= */
.count{
    width: 100%;
    min-height: 100vh;
    background-color: #3374c4;
    padding: 1.07rem 3% 0 3%;
    overflow: hidden;
}
.count .count-content{
    background-color: #fff;
    border-radius: 0.53rem;
    padding: 1.71rem 1.07rem 2rem;
    margin-bottom: 1.07rem;
}
.count .count-content .form-tit{
    font-size: 1.28rem;
    color: #323232;
    font-weight: bold;
    margin-bottom: 1.71rem;
}
/*表单 通用*/
.form-content .form-info .form-item{
    width: 100%;
    height: 3.47rem;
    line-height: 3.47rem;
    font-size: 1.16rem;
    color: #2b2b2b;
    background-color: #f2f2f2;
    border-radius: 4px;
    margin-bottom: 0.71rem;
    padding: 0 1.07rem;
    position: relative;
}
.form-content .form-info .xg::after,.form-content .form-info .rmb::after{
    content: "";
    width: 0.85rem;
    height: 0.85rem;
    border-style: solid;
    border-width: 2px;
    border-color: transparent #bcbcbc #bcbcbc transparent;
    position: absolute;
    top: 50%;
    right: 1.07rem;
    margin-top: -0.42rem;
    transform: rotate(45deg);
}
.form-content .form-info .form-item > span{
    width: 20%;
    display: inline-block;
    margin-right: 1.07rem;
}
.form-content .form-info .form-item > input,.form-content .form-info .form-item > select{
    width: calc(80% - 1.42rem);
    /*height: 40.53rem;*/
    background-color: transparent;
    font-size: 1.16rem;
    color: #2b2b2b;
}
.form-content .form-info .count-btn{
    width: 100%;
    background-color: #4986d1;
    font-size: 1.14rem;
    color: #fff;
    padding: 1.21rem 0;
    text-align: center;
    border-radius: 4px;
    margin: 1.71rem 0 1rem 0;
}
.form-content .form-info .bei{
    font-size: 0.92rem;
    color: #5f5f5f;
}
/*-------*/

.count .count-content .role-t{
    font-size: 1.07rem;
    color: #242424;
    line-height: 1.71rem;
    padding-bottom: 1.07rem;
    border-bottom: 1px solid #ebebeb;
}
.count .count-content .role-n{
    font-size: 0.92rem;
    color: #444343;
    line-height: 1.42rem;
    margin-top: 1.42rem;
}

/*result*/
.result{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: translateX(100%);
    transition: all .5s ease;
}
.result[data-on="on"]{
    transform: translateX(0);
}
.result .close{
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 3%;
    top: 3%;
}
.result .close:before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transform: rotate(45deg);
}
.result .close:after{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
}
.result .result-tit{
    width: 100%;
    height: 11.07rem;
    line-height: 11.07rem;
    background-color: #4482ce;
    color: #fff;
    font-size: 1.71rem;
    text-align: center;
}
.result .result-list{
    width: 94%;
    position: absolute;
    top: 9.07rem;
    left: 3%;
    background-color: #fff;
    border-radius: 4px;
}
.result .result-list .result-item{
    padding: 21px 1.07rem;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.result .result-list .result-item .result-ll{
    font-size: 1.16rem;
    color: #3374c4;
    font-weight: bold;
}
.result .result-list .result-item .result-rr{
    font-size: 1.16rem;
    color: #2b2b2b;
}
.result .result-list .result-item{
    align-items: center;
}




/* =========

    集运

 ========= */
.transport{
    min-height: 100vh;
}
.transport .headbox{
    height: 5rem;
}
.transport .headbox .transport-head{
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 5rem;
    z-index: 22;
    transition: all .3s ease;
}
.transport .headbox.down .transport-head{
    transform: translateY(-5rem);
}
.transport .headbox .transport-head .head-btn{
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}
.transport .headbox .transport-head .head-btn .btn-l{
    display: block;
    width: 50%;
    float: left;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    border-right: 1px solid #f0f0f0;
    display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.transport .headbox .transport-head .head-btn .btn-l .ll{
    width: 8.57rem;
    line-height: 2.5rem;
    border-radius: 1.23rem;
    color: #292929;
    font-size: 1.16rem;
    margin: 0 auto;
    background-image: url(/mobile/images/carry/head-ll.png);
    background-position: 3px;
    background-size: 2.14rem 2.14rem;
    padding-left: 1.42rem;
    position: relative;
}
.transport .headbox .transport-head .head-btn .btn-r{
    float: left;
    width: 50%;
}
.transport .headbox .transport-head .head-btn .btn-r .rr{
    background-image: url(/mobile/images/carry/head-rr.png);
}
.transport .headbox .transport-head .head-btn .on{
    background-color: #f6f6f6;
}
.transport .headbox .transport-head .head-btn .on .ll{
    color: #fff;
    font-weight: bold;
    background-color: #3374c4;
    background-image: url(/mobile/images/carry/head-lll.png);
    position: relative;
}
.transport .headbox .transport-head .head-btn .on .rr{
    background-image: url(/mobile/images/carry/head-rrr.png);
}
.transport .headbox .transport-head .head-btn .ll span{
    width: 1.35rem;
    height: 1.35rem;
    background-color: #db0011;
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(35%,-35%);
    border-radius: 50%;
}
.transport .headbox .transport-head .head-manage{
    position: absolute;
    top: 100%;
    width: 100%;
    height: 3.2rem;
    line-height: 3.2rem;
    padding:0 3%;
    background-color: #fff;
}
.transport .headbox .transport-head .head-manage .manage-l{
    float: left;
    font-size: 0.85rem;
    color: #2b2b2b;
}
.transport .headbox .transport-head .head-manage .manage-r{
    float: right;
    font-size: 0.85rem;
    color: #3374c4;
    font-weight: bold;
}

.transport .transport-list{
    padding: 6.25rem 3% 12%;
}
.transport .transport-list .transport-item{
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 0.71rem;
    box-shadow: 0px 0px 4px 1px #dfdfdf;
    overflow: hidden;
}
.transport .transport-list .transport-item .nums{
    height: 3.3rem;
    line-height: 3.3rem;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    padding-left: 3%;
}
.transport .transport-list[data-on="on"] .transport-item .nums{
    padding-left: 3.33rem;
}
.transport .transport-list .transport-item .nums .click{
    width: 1.07rem;
    height: 1.07rem;
    border-radius: 50%;
    border: 1px solid #c0c4cc;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.transport .transport-list[data-on="on"] .transport-item .nums .click{
    display: block;
}
.transport .transport-list .transport-item[data-on="on"] .nums .click{
    background-image: url(../images/click_03.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    background-position: center;
}
.transport .transport-list .transport-item .nums .num{
    font-size: 1.08rem;
    color: #2b2b2b;
}
.transport .transport-list .transport-item .nums .num span{
    font-size: 1.33rem;
}
.transport .transport-list .transport-item .name,.transport .transport-list .transport-item .number{
    padding: 0.85rem ;
    font-size: 0.85rem;
    color: #2b2b2b;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-between;
}
.transport .transport-list .transport-item .name .n-txt,.transport .transport-list .transport-item .number .n-txt{
    width: calc(68% - 0.71rem);
    flex: 1;
    flex-wrap: wrap;
    margin-right: 0.71rem;
}
.transport .transport-list .transport-item .name .n-rr > img{
    width: 50%;
}
.transport .transport-list .transport-item .number{
    padding: 0.71rem 0.85rem;
    background-color: #fff;
    align-items: center;
}
.transport .transport-list .transport-item .number .n-ll{
    font-size: 0.85rem;
    color: #2b2b2b;
}
.transport .transport-list .transport-item .number .n-rr{
    font-size: 0.85rem;
    color: #eeb91d;
    font-weight: bold;
}

.transport .dengj{
    width: 100%;
    height: 3.57rem;
    line-height: 3.57rem;
    position: fixed;
    bottom: 5rem;
    left: 0;
    background-color: #fff;
    padding: 0 3%;
    border-bottom: 1px solid #e6e6e6;
    z-index: 22;
    display: none;
}
.transport .dengj[data-on=on]{
    display: block;
}
.transport .dengj .d-ll{
    float: left;
    font-size: 0.92rem;
    color: #474747;
}
.transport .dengj .d-rr{
    display: block;
    height: 2.64rem;
    line-height: 2.64rem;
    float: right;
    padding: 0 1rem;
    border-radius: 18.2px;
    background-color: #3c7cc9;
    color: #fff;
    font-size: 1.16rem;
    margin-top: 0.5rem;
}
.transport .dengj-h{
    height: 3.57rem;
}

.transport .delete .d-ll{
    color: #3374c4;
}
.transport .delete .d-rr{
    background-color: #eeb91d;
}

.transport .dengj .kgtext{
    position: absolute;
    left: 5rem;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.transport .dengj .kgtext[data-on="on"]{
    display: block;
}

/*我的倉庫*/
.transport-right .transport-list{
    padding:6% 3% 0 3%;
}
.transport .transport-list .transport-item .nums.r-nums{
    padding-left: 3.33rem;
    position: relative;
}
.transport .transport-list .transport-item .nums.r-nums .click{
    display: block;
}
.transport .transport-list .transport-item .nums .num-small{
    position: absolute;
    top: 50%;
    right: 0.85rem;
    margin-top: -0.57rem;
    width: 1.78rem;
    height: 1.14rem;
    line-height: 1.3rem;
    text-align: center;
    border-radius: 0.55rem;
    background-color: #eeb91d;
    color: #fff;
}
.transport .transport-list .transport-item .r-nums > input{
    display: block;
}
.transport .transport-list .transport-item .m-item-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f5f5f5;
    padding: 1.32rem 0 16.5px 0;
}
.transport .transport-list .transport-item .m-item-info .m-img{
    width: 30%;
    text-align: center;
}
.transport .transport-list .transport-item .m-item-info .m-img > img{
    width: 50%;
}
.transport .transport-list .transport-item .m-item-info .m-info{
    width: 70%;
}
.transport .transport-list .transport-item .m-item-info .m-info > div{
    line-height: 1.8rem;
    font-size: 0.92rem;
}
.transport .transport-list .transport-item .m-font{
    padding: 0px;
    border-bottom: none;
    background-color: #ffffff;
}
.transport .transport-list .transport-item .m-item-info .m-info .m-address{
    color: #3374c4;
}
.transport .transport-list .transport-item .m-font .n-rr > img{
    width: 50%;
}
.transport .transport-list .transport-item .m-number .n-ll,.transport .transport-list .transport-item .m-number .n-txt{
    font-size: 11px;
    color: #767676;
    line-height: 1.42rem;
}
.transport .transport-list .transport-item .number .look{
    font-size: 0.92rem;
    color: #3c3c3c;
    padding: 0.6rem 0.82rem;
    border: 1px solid #e6e6e6;
    border-radius: 1.07rem;
}
.transport .m-dengj{
    display: block;
}

.transport .transport-list .transport-item .m-item-info .m-info .m-kg,
.transport .transport-list .transport-item .m-item-info .m-info .m-cbmkg{
    display: none;
}
.transport .transport-list .transport-item[data-show="on"] .m-item-info .m-info .m-kg,
.transport .transport-list .transport-item[data-show="on"] .m-item-info .m-info .m-cbmkg{
    display: block;
}




/*登记认领*/
.dengj-main{
    background-color: #3878c7;
    padding: 1.07rem 3% 0;
}
/*標籤*/
.dengj-main .dengj-label{
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid rgba(0,0,0,.1)
}
.dengj-main .dengj-label .btn{
    height: 4rem;
    display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
width: 50%;
}
.dengj-main .dengj-label .btn .word{
    font-size: 1rem;
    color: #000;
    font-weight: bold;
}
.dengj-main .dengj-label .btn[data-on="on"]{
    background-color: #f5f5f5;
}
.dengj-main .dengj-label .btn[data-on="on"] .word{
    width: 60%;
    text-align: center;
    height: 2.5rem;
    line-height: 2.5rem;
    background-color: #3878c7;
    border-radius: 50px;
    margin:0 auto; 
    color: #fff;
}
.dengj-main .dengj-content{
    width: 100%;
    background-color: #fff;
    border-radius:0 0 5px 5px;
    padding: 3% 3% 3.28rem 3%;
}
.form-content .form-info .big-title{
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    font-size: 2rem;
}

.form-content .form-info .form-item .bei-info{
    height: 3.47rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-content .form-info .form-item .bei-info .bei-img > img{
    width: 50%;
}
.form-content .form-info .form-bei{
    height: 100%;
    line-height: 0;
}
.form-content .form-info .form-bei textarea{
    width: 100%;
    height: 7.32rem;
    background-color: transparent;
    resize: none;
}
.form-content .form-info .dengj-btn{
    display: block;
    width: 17.71rem;
    background-color: #3878c7;
    border-radius: 1.41rem;
    color: #fff;
    font-size: 1.07rem;
    text-align: center;
    padding: 0.92rem 0;
    margin: 3rem auto 0;
}


/*提交集运*/
.form-bin {
    padding-bottom: 2rem;
    min-height: 100vh;
}
.form-bin .form-one{
    margin-bottom: 0.71rem;
    background-color: #fff;
}
.form-bin .form-item{
    padding: 0 3%;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}
.form-bin .form-item .jt{
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #bcbcbc #bcbcbc transparent transparent;
    position: absolute;
    right: 3%;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
}
.form-bin .form-item.bnone{
    border:none;
}
.form-bin .form-item .my-label{
    width: 35vw;
    font-size: 1.16rem;
    color: #363636;
    float: left;
    height: 4.5rem;
    line-height: 4.5rem;
    overflow: hidden;
    position: relative;
}
.form-bin .form-item .my-label span{
     font-size: 0.83rem;
}
.form-bin .form-item .my-input{
    width: calc(100% - 35vw);
    float: right;
    position: relative;
}
.form-bin .form-item .my-input.readonly:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
    display: block;
}
.form-bin .form-item .my-input select{
    height: 4.5rem;
    width: 100%;
    font-size: 1.16rem;
    color: #363636;
    font-weight: bold;
    background-color: #fff;
 padding-right: 10px;
}
.form-bin .form-item .my-input .my-text{
    width: 100%;
    height: 4.5rem;
    font-size: 1.16rem;
    color: #363636;
    font-weight: bold;
    background-color: transparent;
    background-color: #fff;
}
.form-bin .form-item .my-input input.disabled{
    color: #9b9b9b;
    font-weight: normal;
}
.form-bin .form-item .my-input textarea{
    padding-top: 1.3rem;
    height: 7.08rem;
    width: 100%;
    background-color: #fff;
}



/*代金券*/
.form-bin .form-item .my-input .djbox{
    height: 4.5rem;
    line-height: 4.5rem;
}
.form-bin .form-item .my-input .djbox .vv{
    font-size: 1.16rem;
    color: #db0011;
}
/*點擊*/
.form-bin .click{
    width: 4.16rem;
    height: 2.08rem;
    position: relative;
    border-radius: 50px;
    border:1px solid #f5f5f5;
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    transition: .1s linear;
}
.form-bin .click:after{
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    border-radius: 50%;
    transition: .1s linear;
}
.form-bin .click[data-on="on"]{
    background-color: #3374c4;
}
.form-bin .click[data-on="on"]:after{
    left: 96%;
    transform: translate(-100%,-50%);
}

.form-bin .form-item .ad-type{
    font-size: 0;
    padding-top: 1.2rem;
}
.form-bin .form-item .ad-type .tt{
      display: inline-block;
    padding:0 1.25rem;
    background-color: #babcbd;
    border-radius:50px;
    color: #fff;
    font-size: 1.16rem;
    height: 2.08rem;
    line-height: 2.2rem;
}

.form-bin .form-item.green{
    background-color: #008580;
}
.form-bin .form-item.green .my-label{
    color: #fff;
}


.form-bin .form-bei{
    background-color: #fff;
    padding: 0 3%;
}
.form-bin .form-bei .bei-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-bin .form-bei .bei-info .bei-txt{
    font-size: 1.16rem;
    color: #363636;
    padding: 1.28rem 0;
}
.form-bin .form-bei .bei-info .bei-img > img{
    width: 50%;
}
.form-bin .form-bei > textarea{
    line-height: 1.2rem;
}
.form-bin .form-one .result-list .result-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 3.33rem;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 3%;
    display: none;
}
.form-bin .form-one .result-list .result-item[data-on="on"]{
    display: flex;
}
.form-bin .form-one .result-list .result-item .result-ll{
    width: 30vw;
    color: #363636;
    font-size: 1.16rem;
}
.form-bin .form-one .result-list .result-item .result-ll > span{
    font-size: 0.71rem;
}
.form-bin .form-one .result-list .result-item .result-rr{
    width: calc(100% - 30vw);
    font-size: 1.16rem;
    color: #db0011;
    line-height: 2.5rem;
    text-align: right;
}

/*底部提交*/
.form-bin .bottombox{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    height: 4.16rem;
    line-height: 4.16rem;
}
.form-bin .address{
    position: absolute;
    bottom: 100%;
    width: 100%;
    background-color: #d9edec;
    height: 2.6rem;
    line-height: 2.8rem;
    font-size: 0.85rem;
    color: #00533b;
    padding: 0 3%;
}
.form-bin .btnbox{
    padding: 0 3%;
}
.form-bin .btnbox .pp{
    font-size: 1.71rem;
    color: #db0011;
    font-weight: bold;
}
.form-bin .btnbox .btn{
    width: 10rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #3576c5;
    color: #fff;
    font-size: 1.07rem;
    border:none;
}


.form-bin .form-item[data-name='Vouchers']{
    display: none;
}
.form-bin .form-item[data-name='Vouchers']{
    display: none;
}
.form-bin .form-item[data-on="on"]{
    display: block;
}

/*国内到台湾*/
.form-bin .form-item[data-name='UserNumbers']{
    display: none;
}
.form-bin[data-type="tw"] .form-item[data-name='UserNumbers']{
    display: block;
}
.form-bin[data-type="tw"] .form-item[data-name='area']{
    display: none;
}
.form-bin[data-type="tw"] .form-item[data-name='Types']{
    display: none;
}

/*香港到国内*/
.form-bin[data-type="gn"] .form-item[data-name='Types']{
    display: none;
}


/*自取地址*/
.form-bin .form-item[data-name="dizhiself"]{
    display: none;
}
.form-bin .form-item[data-name="tel"]{
    display: none;
}
.form-bin .form-item[data-name="say"]{
    display: none;
}
.form-bin[data-way="center"] .form-item[data-name="dizhiself"]{
    display: block;
}
.form-bin[data-way="center"] .form-item[data-name="tel"]{
    display: block;
}
.form-bin[data-way="center"] .form-item[data-name="say"]{
    display: block;
}
.form-bin[data-way="center"] .form-item[data-name="area"]{
    display: none;
}
.form-bin[data-way="center"] .form-item[data-name="Address"]{
    display: none;
}
.form-bin[data-way="center"] .form-item[data-name="Types"]{
    display: none;
}

/*交倉*/
.form-bin[data-way="jc"] .form-item[data-name="area"]{
    display: none;
}
.form-bin[data-way="jc"] .form-item[data-name="Types"]{
    display: none;
}
.form-bin[data-way="jc"] .form-item[data-name="Packing"]{
    display: none;
}
.form-bin[data-way="jc"] .form-item[data-name="PiaoShou"]{
    display: none;
}
.form-bin[data-way="jc"] .form-item[data-name="JianShou"]{
    display: none;
}
.form-bin[data-way="jc"] .form-item[data-name="Verylong"]{
    display: none;
}
.form-bin[data-way="jc"] .form-item[data-name="WuLiaoFei"]{
    display: none;
}
.form-bin[data-way="jc"] .form-item[data-name="CollectingMoney"]{
    display: none;
}
.form-bin[data-way="jc"] .form-item[data-name="PaiDate"]{
    display: none;
}
.form-bin[data-way="jc"] .form-item[data-name="S_PaiTimes"]{
    display: none;
}
.form-bin[data-way="jc"] .form-item[data-name="Remarks"]{
    display: none;
}
.form-bin .form-item[data-name="CollectingMoney"]{
    display: none;
}
.form-bin .form-item[data-name="CollectingMoney"][data-on="on"]{
    display: block;
}
.form-bin[data-way="jc"] .form-one .result-list .result-item[data-name="WuLiaoFei1"]{
    display: none;
}
.form-bin[data-way="jc"] .form-one .result-list .result-item[data-name="Verylong1"]{
    display: none;
}
.form-bin[data-way="jc"] .form-one .result-list .result-item[data-name="FuJiaFei"]{
    display: none;
}
.form-bin[data-way="jc"] .form-one .result-list .result-item[data-name="PianYuan"]{
    display: none;
}
.form-bin[data-way="jc"] .form-one .result-list .result-item[data-name="ZhuZai"]{
    display: none;
}
.form-bin[data-way="jc"] .form-one .result-list .result-item[data-name="GongShang"]{
    display: none;
}
.form-bin[data-way="jc"] .form-one .result-list .result-item[data-name="ZhuanChe"]{
    display: none;
}
.form-bin[data-way="jc"] .form-one .result-list .result-item[data-name="Vouchers1"]{
    display: none;
}
.form-bin[data-way="jc"] .form-one .result-list .result-item[data-name="YouHui"]{
    display: none;
}
.form-bin[data-way="jc"] .form-one .result-list .result-item[data-name="YuShouMoney"]{
    display: flex;
}



/*自取地址選擇*/
.ziqu-list{
    height: 100vh;
    background-color: #fff;
    overflow-y: auto;
}
.ziqu-list .liz{
    padding: 3%;
    font-size: 1.16rem;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.ziqu-list .liz .name{
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}



/*改变地址*/
.address-list{
    position: fixed;  
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: all .5s ease;
    transform: translateY(100%);
    padding-top: 3rem;
    padding-bottom: 5rem;
    z-index: 111;
}
.address-list[data-on="on"]{
    transform: translateY(0);
}
.address-list .close{
        width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 1rem;
    top:1rem;
    z-index: 1111;
}
.address-list .close:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #202020;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.address-list .close:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #202020;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.address-list .list{
    border-top:1px solid rgba(0,0,0,.1);
}
.address-list .list .lia{
    padding: 3%;
    border-bottom:1px solid rgba(0,0,0,.1);
}
.address-list .list .lia .bbt{
    font-size: 1.25rem;
    font-weight: bold;
    color: #000;
    line-height: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
    vertical-align: middle;
    margin-bottom: 0.3rem;
}
.address-list .list .lia .bbt span{
    font-size: 0.83rem;
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    border-radius: 50px;
    background-color:#008580;
    padding: 0 2%;
    margin-right: 0.5rem;
}
.address-list .list .lia .bbt span:nth-child(2){
    background-color: #1d2a6c;
}
.address-list .list .lia .dizhi{
    font-size: 1.25rem;
    line-height: 1.5rem;
}
.address-list .addbox{
    position: absolute;
    left: 0;
    bottom: 120px;
    width: 100%;
    box-shadow: 0 -2px 5px rgba(0,0,0,.1);
    height: 5rem;
    display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.address-list .addbox .addbtn{
    width: 92%;
    height: 2.8rem;
    line-height: 2.8rem;
    background-color: #3475c4;
    border-radius: 5px;
    text-align: center;
}
.address-list .addbox .addbtn span{
    font-size: 1.25rem;
    color: #fefefe;
    padding-left: 2rem;
    line-height: 3rem;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.address-list .addbox .addbtn span:before{
   content: "";
    width: 1.25rem;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px; 
}
.address-list .addbox .addbtn span:after{
   content: "";
    width: 1.25rem;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px; 
    transform: rotate(90deg);
}

/* =========

香港快遞到國內

 ========= */
.form-bin.express .ExpressNumber{
    padding: 0 3%;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.16rem;
    color: #999;
    background-color: #f5f5f5;
}
.form-bin.express .bbtt{
    height: 4rem;
    line-height: 4rem;
    padding: 0 3%;
    border-bottom: 1px solid #f5f5f5;
    font-size: 1.25rem;
    color: #052d93;
    font-weight: bold;
}
.form-bin.express .form-item .my-label{
    height: 3.5rem;
    line-height: 3.5rem;
}
.form-bin.express .form-item .my-input .my-text{
    height: 3.5rem;
    line-height: 3.5rem;    
    text-align: right;
}
.form-bin.express .form-item .my-input select{
    height: 3.5rem;
    padding-left: 85%;
}
.form-bin.express .form-item .my-input.pr{
    padding-right: 1.5rem;
}
.form-bin.express .form-item .my-input.ico .my-text{
    padding-right: 1.5rem;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(../images/xie_03.png);
    -webkit-background-size: auto 1.25rem;
    background-size: auto 1.25rem;
}
.form-bin.express .tjbtn{
    display: block;
    width: 17.71rem;
    background-color: #3878c7;
    border-radius: 1.41rem;
    color: #fff;
    font-size: 1.07rem;
    text-align: center;
    padding: 0.92rem 0;
    margin: 0 auto;
    border:none;
}



/*貨物列表*/
.itembox{
    background-color: #fff;
    padding-bottom: 2rem;
}
.itembox .item-theme{
    height: 4rem;
    line-height: 4rem;
    padding: 0 3%;
    display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
font-size: 1.25rem;
color: #052d93;
font-weight: bold;
border-bottom: 1px solid rgba(0,0,0,.1);
}
.itembox .item-theme span{
    font-size: 1.08rem;
    color: #282828;
}
.itembox .inbox .msg-list{
    margin-bottom: 1rem;
    padding: 3%;
}
.itembox .inbox .msg-list .lim{
    margin-bottom: 1.6em;
    background-color: #f5f5f5;
    border-radius: 5px;
    padding-right: 3.91rem;
    position: relative;
}
.itembox .inbox .msg-list .lim:last-child{
    margin-bottom: 0;
}
.itembox .inbox .msg-list .lim .info{
    padding: 3%;
}
.itembox .inbox .msg-list .lim .info .mitem{
    height: 1.83rem;
    line-height: 1.83rem;
    font-size: 1.08rem;
    color: #232323;
}
.itembox .inbox .msg-list .lim .info .mitem:first-child{
    font-weight: bold;
}
.itembox .inbox .msg-list .lim .info .mitem .space-r{
    padding-right: 1rem;
    margin-right: 1rem;
    position: relative;
}
.itembox .inbox .msg-list .lim .info .mitem .space-r:after{
    content: "";
    width: 1px;height: 1rem;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.itembox .inbox .msg-list .lim .czbox {
    position: absolute;
    right: 0;
    top: 0;
    width: 3.75rem;
    height: 100%;
    border-left: 1px solid rgba(0,0,0,.1);
}
.itembox .inbox .msg-list .lim .czbox .cz {
    height: 50%;
    position: relative;
}
.itembox .inbox .msg-list .lim .czbox .cz.edit {
    border-bottom: 1px solid rgba(0,0,0,.1);
    background-position: center;
    background-repeat: no-repeat;;
    background-image: url(../images/eedit_03.png);
    -webkit-background-size: auto 1.25rem;
    background-size: auto 1.25rem;
}
.itembox .inbox .msg-list .lim .czbox .cz.del span{
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.itembox .inbox .msg-list .lim .czbox .cz.del span:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #202020;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.itembox .inbox .msg-list .lim .czbox .cz.del span:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #202020;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.itembox .inbox .paggg{
    display: none;
    height: 11.6rem;
    line-height: 11.6rem;
    text-align: center;
    font-size: 1.16rem;
    color: #363636;
}






/* =========

    我的

 ========= */
/*我的订单*/
.order-swiper{
    width: 100%;
    text-align: center;
    background-color: #fff;
}
.order-swiper .swiper-wrapper .swiper-slide{
    width: 20%;
    position: relative;
}
.order-swiper .swiper-wrapper .swiper-slide .nav-txt{
    display: inline-block;
    font-size: 0.87rem;
    color: #2b2b2b;
    padding: 1.02rem 0;
}
.order-swiper .swiper-wrapper .swiper-slide .o-notice{
    position: absolute;
    top: 0.6rem;
    right: 0.5rem;
    width: 1.09rem;
    height: 1.09rem;
    border-radius: 50%;
    background-color: #db0011;
    color: #fff;
    font-size: 0.87rem;
    text-align: center;
}
.order-swiper .swiper-wrapper .swiper-slide.on .nav-txt{
    font-weight: bold;
    border-bottom: 3px solid #3374c4;
}

.order-item{
    background-color: #fff;
        margin: 0.71rem 0;
    padding: 0 3%;
}
.order-item .price{
    font-size: 0.95rem;
    color: #db0011;
    font-weight: bold;
}
.order-item .o-number{
    font-size: 0.95rem;
    color: #2b2b2b;
    padding: 0.95rem 0 1.09rem 0;
}
.order-item .o-detail{
    border: 1px solid #e6e6e6;
    font-size: 0.87rem;
    color: #2b2b2b;
    background-color: #f5f5f5;
}
.order-item .o-detail .o-d-one{
    height: 2.92rem;
    line-height: 2.92rem;
    border-bottom: 1px solid #e6e6e6;
}
.order-item .o-detail .o-d-one .one-font{
    float: left;
    width: 50%;
    padding-left: 0.73rem;
}
.order-item .o-detail .o-d-one.two{
    border-bottom: none;

}
.order-item .o-state{
    padding: 1.02rem 0;
    border-bottom: 1px solid #f5f5f5;
}
.order-item .o-state .o-s-money{
    float: left;
}
.order-item .o-state .o-s-state{
    float: right;
    color: #89aad3;
}
.order-item .o-btn{
    padding: 0.73rem 0;
}
.order-item .o-btn .o-b-time{
    float: left;
    color: #767676;
    font-size: 0.8rem;
    line-height: 2.19rem;
}
.order-item .o-btn .o-b-btn{
    float: right;
}
.order-item .o-btn .o-b-btn > a{
    display: inline-block;
    width: 5.49rem;
    height: 2.19rem;
    text-align: center;
    line-height: 2.19rem;
    font-size: 0.95rem;
    color: #3c3c3c;
    border: 1px solid #e6e6e6;
    border-radius: 1.09rem;
}
.order-item .o-btn .o-b-btn .btn-pay{
    background-color: #4280cd;
    color: #fff;
}


/*订单详情*/
.od-head{
    width: 100%;
    height: 12.62rem;
    position: relative;
    margin-bottom: 1.09rem;
}
.od-head .od-h-bg{
    width: 100%;
    height: 8.78rem;
    overflow: hidden;
    z-index: 9
}
.od-head .od-h-logistics{
    width: 94%;
    height: 5.12rem;
    background-color: #fff;
    border-radius: 0.36rem;
    position: absolute;
    top: 7.5rem;
    left: 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.39rem 0;
    z-index: 10;
    box-shadow: 1px 3px 0.57rem 1px #cccccc;
}
.od-head .od-h-logistics .lo-icon{
    padding: 0 1.09rem;
}
.od-head .od-h-logistics .lo-icon > img{
    width: 50%;
}
.od-head .od-h-logistics .lo-txt{
    flex: 1;
}
.od-head .od-h-logistics .lo-txt .lo-font{
    margin-bottom: 0.73rem;
    font-size: 1.02rem;
    color: #191919;
}
.od-head .od-h-logistics .lo-txt .lo-time{
    font-size: 0.87rem;
    color: #797979;
}

.s-href{
    width: 0.71rem;
    height: 0.71rem;
    border-style: solid;
    border-width: 1px;
    border-color:  #878787 #878787 transparent transparent;
    position: absolute;
    top: 50%;
    right: 1.07rem;
    margin-top: -5px;
    transform: rotate(45deg);
}

.od-content{
    background-color: #fff;
    margin-bottom: 0.73rem;
}
.od-content > div{
    padding: 0 3%;
}
.od-content .od-c-title{
    font-size: 1.02rem;
    color: #3374c4;
    font-weight: bold;
    padding: 1.31rem 3%;
    border-bottom: 1px solid #f5f5f5;
}
.od-content .od-c-list{
    border-bottom: 1px solid #f5f5f5;
}
.od-content .od-c-list .od-c-item{
    line-height: 2.19rem;
    padding: 0.73rem 0;
}
.od-content .od-c-list .od-c-item .od-c-itit{
    position: relative;
}
.od-content .od-c-list .od-c-item .od-c-itit .tit{
    font-size: 0.95rem;
    color: #3374c4;
    font-weight: bold;
}

.od-content .od-c-list .od-c-item .od-c-iinfo{
    font-size: 0.95rem;
    color: #191919;
    font-weight: bold;
}
.od-content .od-c-list .od-c-item .od-c-iinfo span{
    font-weight: normal;
}
.s-up{
    transform: rotate(135deg);
}

.od-content .od-c-money{
    padding: 1.31rem 3%;
    font-size: 1.02rem;
    color: #db0011;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.od-receive{
    background-color: #fff;
    font-size: 0.95rem;
    color: #3374c4;
    font-weight: bold;
    margin-bottom: 0.73rem;
}
.od-receive > div{
    padding: 1.39rem 3%;
    border-bottom: 1px solid #f5f5f5;
}
.od-receive span{
    font-weight: normal;
    color: #191919;
}

.od-sure{
    width: 100%;
    background-color: #fff;
    padding: 1.09rem 3% 2.07rem;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 1px 1px 0.57rem 1px #cccccc;
}
.od-sure .od-s-btn{
    width: 100%;
    background-color: #3374c4;
    color: #fff;
    font-size: 1.09rem;
    text-align: center;
    height: 3.21rem;
    line-height: 3.21rem;
}




/* =========

    页脚

 ========= */
.footerbox .footer{
    position: fixed;
    left:50%;
    bottom: 0;
    width: 101%;
    background-color: #fff;
    height: 5rem;
    transform: translateX(-50%);
    max-width: 640px;
    z-index: 1111;
    box-shadow: 0px 2px 10px 1px #ccc;
}
.footerbox .footer .flink{
    width: calc(100% / 5);
    height: 100%;
    float: left;
    display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;

-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.footerbox .footer .flink .inbox{
    position: relative;
}
.footerbox .footer .flink .ico{
    width: 1.91rem;
    height: 1.91rem;
    display: block;
    margin: 0 auto;
}
.footerbox .footer .flink .i2{
    display: none;
}
.footerbox .footer .flink.on .i1{
    display: none;
}
.footerbox .footer .flink.on .i2{
    display: block;
}
.footerbox .footer .flink .word{
    font-size: 0.83rem;
    color: #888888;
    text-align: center;
    margin-top: 0.3rem;
}
.footerbox .footer .flink.on .word{
    color: #3374c4;
    font-weight: bold;
}
.footerbox .footer .flink span{
    width: 1.35rem;
    height: 1.35rem;
    background-color: #db0011;
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(35%,-35%);
    border-radius: 50%;
}




/**/
.nothing{
    font-size: 1.16rem;
    line-height: 5rem;
    text-align: center;
    color:#999999;
}


/*搜索*/
.search-main{
    padding: 2rem 0;
}
.search-main .list ul li{
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
}
.search-main .list ul li a{
    display: block;
}
.search-main .list ul li a .tu{
    display: none;
}
.search-main .list ul li a .text .title{
    font-size: 1.16rem;
    line-height:2.5rem;
    height:2.5rem;
}
.search-main .list ul li a .text  .rq{
    font-size: 1.16rem;
    line-height:1.5rem;
    height:1.5rem;
}

.carryinbox{
    display: none;
}
.carryinbox[data-on="on"]{
    display: block;
}

/* =========

    登录注册

 ========= */
.wrap{
    margin: 0 auto;
    max-width: 94%;
}
.login-form{
    padding-top: 7rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.login-form .loginlogo{
    margin-bottom: 5rem;
}
.login-form .loginlogo img{
    display: block;
    margin: 0 auto;
}
.login-form .item{
    margin-bottom: 1rem;
    position: relative;
}
.login-form .item input{
    width: 100%;
    height: 3.5rem;
    border-bottom: 1px solid #e4e4e4;
}
.login-form button{
    height: 4.16rem;
    width: 100%;
    background-color: #4a87d1;
    font-size: 16px;
    color: #ffffff;
    border-radius: 5px;
    border:none;
    margin-top: 1.5rem;
}
.login-form .lmsg-box{
    padding-top: 1.66rem;
}
.login-form .lmsg-box .ask{
    font-size: 15px;
    color: #575757;
}

/*地区*/
.login-form .item .areabox {
    position: absolute;
    right: 0;
    bottom: 1px;
    height: 3.5rem;
}
.login-form .item .areabox .line {
    width: 1px;
    height: 16px;
    background-color: #cccccc;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
.login-form .item .areabox .jt {
    width: 10px;
    height:10px;
    border-style: solid;
    border-width: 1px;
    border-color: #bcbcbc #bcbcbc transparent transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
}
.login-form .item .areabox select {
    width: 5rem;
    height: 3.5rem;
    cursor: pointer;
    border: none;
    padding-left: 18px;
    font-size: 15px;
    color: #575757;
}
/*验证码*/
.login-form .item .send-code{
    position: absolute;
    right: 0;
    top: 0;
    height: 3.5rem;
    width: 6rem;
    background-color: transparent;
}

/*新增地址*/
.adddizhi-form .my-item{
    padding: 0 4%;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
}
.adddizhi-form .my-item .my-label{
    font-size: 1.16rem;
    color: #363636;
    height: 4.16rem;
    line-height: 4.16rem;
    width: 6.66rem;
    float: left;
}
.adddizhi-form .my-item .my-input{
    width: calc(100% - 6.66rem);
    float: right;
    position: relative;
}
.adddizhi-form .my-item .my-input.click:after{
    content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #bcbcbc #bcbcbc transparent transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
}
.adddizhi-form .my-item .my-input input[type="text"]{
    height: 4.16rem;
    font-size: 1.16rem;
    color: #363636;
    font-weight:bold;
}
.adddizhi-form .my-item .my-input textarea{
    height: 7rem;
    padding: 5% 0;
    font-size: 1.16rem;
    color: #363636;
    font-weight:bold;
}
.adddizhi-form .my-item .my-input .typebox{
    font-size: 0;
    padding-top: 1rem;
}
.adddizhi-form .my-item .my-input .typebox .tt{
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
    border:1px solid #ededed;
    border-radius: 50px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 1.08rem;
    color: #363636;
    margin-bottom: 1rem;
    margin-right: 0.4rem;
}
.adddizhi-form .my-item .my-input .typebox .tt[data-on="on"]{
    background-color: #3374c4;
    color: #fff;
}
/*默认*/
.adddizhi-form .moren{
    height: 4.16rem;
    line-height: 4.16rem;
background-color: #fff;
padding: 0 4%;
position: relative;
margin-bottom: 3rem;
} 
.adddizhi-form .moren .text{
    font-size: 1.16rem;
    color: #363636;
}
.adddizhi-form .moren .click{
    width: 4.16rem;
    height: 2.08rem;
    position: relative;
    border-radius: 50px;
    border:1px solid #f5f5f5;
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    transition: .1s linear;
}
.adddizhi-form .moren .click:after{
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    border-radius: 50%;
    transition: .1s linear;
}
.adddizhi-form .moren .click[data-on="on"]{
    background-color: #3374c4;
}
.adddizhi-form .moren .click[data-on="on"]:after{
    left: 96%;
    transform: translate(-100%,-50%);
}
.adddizhi-form input[type="submit"]{
    width: 66vw;
    height: 3.33rem;
    line-height: 3.33rem;
    margin: 0 auto; 
    display: block;
    background-color: #3475c5;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    font-size: 1.16rem;
    color: #fff;
}

/*充值*/
.charge-bg .yue-box{
    height: 10rem;
    background-color: #13347b;
}
.charge-bg .yue-box .inbox{
    width: 100%;
    text-align: center;
}
.charge-bg .yue-box .inbox .money{
    font-size: 1.5rem;
    color: #eeb91d;
    margin-bottom: 1rem;
}
.charge-bg .yue-box .inbox .money span{
    font-size: 3rem;
}
.charge-bg .yue-box .inbox .ww{
    font-size: 1.08rem;
    color: #ffffff;
}
.charge-bg .labelbox{
    margin-bottom: 1rem;
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: relative;
}
.charge-bg .labelbox:after{
    content: "";
    width:1px;
    height: 50%;
    background-color: #3374c4;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%) scaleX(0.5);
}
.charge-bg .labelbox .btn{
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    display: block;
    width: 50%;
    background-color: #fff;
}
.charge-bg .labelbox .btn.on{
    border-bottom: 2px solid #3374c4;
}
.charge-bg .labelbox .btn span{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.16rem;
    color: #252424;
    padding-left: 3.5rem;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(../images/yue_03.png);
    -webkit-background-size: 2.5rem;
    background-size: 2.5rem;
}
.charge-bg .czform{
    background-color: #fff;
    padding-bottom: 1rem;
}
.charge-bg .czform .fbbt{
    height: 4.16rem;
    color: #292929;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 4.16rem;
    padding: 0 3%;
}
.charge-bg .czform .pay-way{
    padding: 0 3% 3% 3%;
    border-bottom: 1px solid #f5f5f5;
}
.charge-bg .czform .pay-way .item{
    padding-left: 3.75rem;
    position: relative;
}
.charge-bg .czform .pay-way .item span{
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border:1px solid #c0c4cc;
    border-radius: 50%;
}
.charge-bg .czform .pay-way .item span:after{
    content: "";
    width: 50%;
    height: 50%;
    background-color: #c0c4cc;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.charge-bg .czform .pay-way .item img{
    height: 2.5rem;
}
.charge-bg .czform .my-input{
    padding: 0 3%;
}
.charge-bg .czform .my-input input{
    height: 3.75rem;
    line-height: 3.75rem;
    background-color: #f5f5f5;
    border:1px solid #e0e3e8;
    border-radius: 5px;
    width: 100%;
    padding: 0 3%;
}
.charge-bg .czform .btnbox{
    position: fixed;
    left: 0;
    bottom: 0;
    height: 5rem;
    width: 100%;
    background-color: #fff;
}
.charge-bg .czform .btnbox input[type="submit"]{
    width: 94%;
    height: 3rem;
    background-color: #3374c4;
    border-radius: 5px;
    font-size: 1.16rem;
    color: #fff;
}

/*餘額明細*/
.banlance-box .top{
    height: 4.16rem;
    line-height: 4.16rem;
    text-align: center;
    padding: 0 3%;
    margin-bottom: 1rem;
    display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
background-color: #fff;
}
.banlance-box .list .lib{
    padding: 3%;
    position: relative;
    background-color: #fff;
}
.banlance-box .list .lib .textbox{
    width: calc(100% - 5rem);
}
.banlance-box .list .lib .textbox .text{
    font-size: 1.08rem;
    color: #282828;
    margin-bottom: 0.5rem;
}
.banlance-box .list .lib .textbox .time{
    font-size: 1rem;
    color: #969696;
}
.banlance-box .list .lib .money{
    font-size: 1.08rem;
    color: #db0011;
    font-weight: bold;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}
.banlance-box .paggg{
    height: 4.16rem;
    line-height: 4.16rem;
    text-align: center;
    font-size: 1.16rem;
}


/*开始推荐*/
.push-bg{
    min-height: 100vh;
    background-color: #f2f2f2;
}
.push-bg .codebox{
    padding: 3rem 0;
    text-align: center;
    margin-bottom: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.push-bg .codebox .code{
    width: 12rem;
    height: 12rem;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.push-bg .codebox .code .title{
    font-size: 1.16rem;
}
.push-bg .push-list .bbt{
    font-size: 1.16rem;
    height: 4rem;
    line-height: 4rem;
    padding: 0 3%;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.push-bg .push-list .list .lip{
    height: 3rem;
    line-height: 3rem;
    padding: 0 3%;
    background-color: #fff;
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: relative;
    border-bottom: 1px solid #eee;
}
.push-bg .push-list .list .lip .UserName{
    font-size: 1rem;
    color: #2e92c4;
    margin-right: 1rem;
}
.push-bg .push-list .list .lip .Date{
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    color: #c0c0c0;
}