﻿@charset "utf-8";

/* CSS Document */
input[type=button], input[type=submit], input[type=file], button {
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
/*系统界面*/

.my_cen_bg {
    background: url(../images/my/my_bg.png) repeat-x;
    height: 260px;
    width: 100%;
}

    .my_cen_bg .my_name {
        width: 65%;
        margin: 0 auto;
        text-align: center;
        padding: 20px 0;
    }

    .my_cen_bg .my_name_img {
        width: 90px;
        height: 90px;
        border-radius: 100px;
        background-color: #fff;
        margin: 0 auto;
    }

    .my_cen_bg .my_name img {
        width: 100%;
    }

    .my_cen_bg .my_name span {
        font-size: 16px;
        color: #333;
        display: inline-block;
        margin-top: 20px;
    }

        .my_cen_bg .my_name span a {
            font-size: 16px;
            color: #ea2419;
            font-weight: bold;
        }

    .my_cen_bg .my_shu {
        float: left;
        text-align: center;
        width: 49%;
    }

    .my_cen_bg .line01 {
        float: left;
        width: 1px;
        height: 60px;
        background-color: #555;
    }

    .my_cen_bg .my_shu span {
        font-size: 16px;
        color: #333;
        line-height: 30px;
    }

    .my_cen_bg .my_shu p {
        font-size: 28px;
        color: #333;
        font-weight: bold;
    }

.my_zhu_box .my_zhu_co {
    float: left;
    width: 25%;
    text-align: center;
    margin: 20px 0;
}

.my_zhu_box .mz_img {
    position: relative;
    height: 40px;
    margin: 0 auto;
}

    .my_zhu_box .mz_img img {
        height: 100%;
    }

    .my_zhu_box .mz_img .my_ge {
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: #ea2419;
        text-align: center;
        border-radius: 40px;
        left: 53%;
        top: 4px;
    }

        .my_zhu_box .mz_img .my_ge span {
            color: #fff;
            line-height: 20px;
            font-size: 16px;
        }

.my_zhu_box .mz_txt {
    color: #808080;
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
}





/*首页顶部logo*/

.index_top {
    margin: 3% 2%;
}

    .index_top .deng a {
        color: #fff;
        font-size: 16px;
        padding-left: 26px;
        background: url(../images/login_icon.png) no-repeat;
        background-size: 20px;
    }

    .index_top .logo img {
        height: 30px;
    }

/*搜索*/
.deng {
    width: 100%;
}

.ss_bg {
}

    .ss_bg #infoname {
        border: 1px solid #e5e5e5;
        line-height: 30px;
        color: #999;
        padding: 0 16px;
        width: calc(100% - 146px);
        float: right;
        border-radius: 5px 0 0 5px;
    }

    .ss_bg .sousuo_ico {
        width: 146px;
        height: 31px;
        background-color: #100f7f;
        color: #fff;
        text-align: center;
        border-radius: 0 5px 5px 0;
        float: right;
    }




/*查询*/

.my_query_box {
}


    .my_query_box .index_txt {
        font-size: 16px;
        padding-bottom: 10px;
        border-bottom: 1px solid #d3d3d3;
        width: 80%;
        color: #a9a9a9;
    }

    .my_query_box .botton {
        width: 18%;
        height: 36px;
        background-color: #0f0f7e;
        border-radius: 4px;
        outline: none;
        margin: 0;
        padding: 0;
        border: 1px solid transparent;
        color: #fff;
        font-size: 16px;
    }





/* WebKit browsers */

input::-webkit-input-placeholder {
    color: #a9a9a9;
}





/* Mozilla Firefox 4 to 18 */

input:-moz-placeholder {
    color: #a9a9a9;
}





/* Mozilla Firefox 19+ */

input::-moz-placeholder {
    color: #a9a9a9;
}





/* Internet Explorer 10+ */

input:-ms-input-placeholder {
    color: #a9a9a9;
}





/*快捷方式*/

.my_gong_box {
    padding: 0 1% 0 1%;
    margin-top: 3%;
}

    .my_gong_box .my_gong_co {
        width: 23%;
        float: left;
        padding: 5px;
        text-align: center;
        margin: 0 1%;
    }

        .my_gong_box .my_gong_co img {
            display: block;
            height: 50px;
            margin: 0 auto;
        }

        .my_gong_box .my_gong_co span {
            display: block;
            height: 30px;
            font-size: 13px;
            color: #666;
            margin-top: 10px;
            background-size: 20px;
        }

    .my_gong_box .my_gong_co3 {
        margin-right: 0;
    }






/*底部菜单*/

.main_nei {
    padding-bottom: 10px;
}

.mune_box {
    position: fixed;
    width: 100%;
    height: 66px;
    background-color: #fafafa;
    bottom: 0;
    border-top: 1px solid #e1e1e1;
    z-index: 9999;
    /* box-shadow: 1px -6px 20px #e7e7e7; */
}

    .mune_box .mune_co {
        width: 25%;
        padding: 20px 0;
        padding-top: 36px;
        text-align: center;
        float: left;
    }

        .mune_box .mune_co span {
            display: inline-block;
            color: #777;
            font-size: 13px;
            line-height: 13px;
        }

    .mune_box .fixed_co01 {
        background: url(../images/fixed01.png) no-repeat center 10px;
    }

    .mune_box .fixed_co02 {
        background: url(../images/fixed02.png) no-repeat center 12px;
    }

    .mune_box .fixed_co03 {
        background: url(../images/fixed03.png) no-repeat center 12px;
    }

    .mune_box .fixed_co04 {
        background: url(../images/fixed04.png) no-repeat center 12px;
    }


    .mune_box .mune_co.on span {
        color: #777;
    }





/*会员中心*/

.uc_header {
    height: 142px;
}

    .uc_header .my_heimg {
        margin-right: 5%;
        width: 95px;
        height: 95px;
        margin-top: 23px;
        text-align: center;
        position: relative;
    }

        .uc_header .my_heimg img {
            width: 95px;
            height: 95px;
            border-radius: 1000px;
        }

        .uc_header .my_heimg span {
            display: block;
            width: 23px;
            height: 23px;
            background: url(../images/info_bianji.png) no-repeat center #fff;
            border-radius: 100px;
            position: absolute;
            right: 0;
            bottom: 0;
            box-shadow: 0 2px 7px 0 rgba(5, 34, 97, .1);
        }

    .uc_header .my_hetxt {
        width: 60%;
        margin-top: 20px;
        margin-left: 5%;
    }

.uc_header {
    background-color: #fff;
}

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

    .uc_header .uh_name {
        font-size: 18px;
        padding-bottom: 10px;
        color: #333;
        font-weight: bold;
    }

        .uc_header .uh_name a {
            font-size: 12px;
            color: #fff;
            background-color: #0f0f7e;
            font-style: normal;
            padding: 4px 16px;
            border-radius: 100px;
            margin-left: 12px;
        }

    .uc_header .uh_vip {
        color: #9c9c9c;
        font-size: 13px;
    }

    .uc_header .my_hetxt .yue {
        color: #ecab09;
        padding: 10px 0;
    }

    .uc_header .yue .money {
        padding-left: 24px;
        background: url(../images/my/money.png) no-repeat left center;
        background-size: 20px;
    }

    .uc_header .yue .fen {
        padding-left: 24px;
        background: url(../images/my/fen.png) no-repeat left center;
        background-size: 20px;
    }

    .uc_header .my_hetxt .my_online a {
        display: block;
        width: 50%;
        height: 30px;
        line-height: 27px;
        color: #fff;
        background-color: #0f0f7e;
        text-align: center;
        border-radius: 1000px;
        margin-top: 14px;
        box-shadow: 0px 5px 13px 0px rgba(65, 30, 229, 0.48);
        position: relative;
    }

        .uc_header .my_hetxt .my_online a:before {
            display: block;
            width: 7px;
            height: 13px;
            background: url(../images/my/chongzhi_ico.png) no-repeat;
            position: absolute;
            right: -20px;
            top: 8px
        }

    .uc_header .my_hetxt .my_online a {
        font-size: 14px;
    }

    .uc_header .uh_name span {
        display: inline-block;
        background-color: #fffc00;
        color: #ff0000;
        padding: 0px 8px;
        border-radius: 2px;
        font-weight: normal;
        margin-left: 10px;
    }

    .uc_header .span {
        font-size: 12px;
    }

    .uc_header .idspan {
        font-family: Arial, Helvetica, sans-serif;
        margin-left: 5px;
    }





/*会员首页 3列数据显示框样式*/

.padding-list {
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
    margin-bottom: 16px;
    border-top: 1px solid #eee;
    margin-top: -3px;
}

    .padding-list li {
        float: left;
        width: 50%;
        height: 5em;
        vertical-align: middle;
        text-align: center;
        position: relative;
    }





        /*.padding-list li:last-child {border-right:none; }*/

        .padding-list li a {
            color: #a5a5a5;
            text-decoration: none;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            display: block;
            padding-top: 0.7em;
        }

        .padding-list li p {
            font-size: 14px;
            color: #999;
            display: block;
        }

        .padding-list li .numspan {
            color: #0d0e1e;
            font-size: 24px;
            font-family: Bahnschrift;
            font-weight: bold;
        }

            .padding-list li .numspan.none {
                color: #989898;
            }


/*会员中心 余额*/
.info_yue_box {
    width: 92%;
    background-color: #fff;
    margin: 0 4%;
    border-radius: 10px;
    box-shadow: 0 2px 7px 0 rgba(5, 34, 97, .1);
    padding: 10px 2%;
}

    .info_yue_box .info_yue {
        width: 46%;
        float: left;
        margin: 0 2%;
        background-color: #f5f4f9;
        padding: 10px;
        border-radius: 10px;
        background: url(../images/my/yue_right.png) no-repeat right bottom #f5f4f9;
    }

        .info_yue_box .info_yue.info_jifen {
            background: url(../images/my/jifen_right.png) no-repeat right bottom #f5f4f9;
        }

        .info_yue_box .info_yue span {
            color: #9d9d9d;
            font-size: 14px;
            display: block;
            margin-bottom: 10px;
        }

        .info_yue_box .info_yue p {
            font-size: 20px;
            font-family: Bahnschrift;
            color: #000;
        }

/*地址*/
.info_adr {
    width: 92%;
    margin: 16px auto 12px auto;
}

    .info_adr img {
        width: 100%;
        box-shadow: 0 2px 7px 0 rgba(5, 34, 97, .1);
        border-radius: 10px;
    }

/*推荐*/
.info_tuijian {
    width: 92%;
    margin: 16px auto 12px auto;
    position: relative;
}

    .info_tuijian span {
        position: absolute;
        margin-left: 10%;
        width: 80%;
        text-align: center;
        line-height: 4rem;
        font-size: 26px;
        font-weight: bold;
    }

    .info_tuijian img {
        width: 100%;
        box-shadow: 0 2px 7px 0 rgba(5, 34, 97, .1);
        /* border-radius: 10px; */
    }

/*会员中心快捷*/

.uc_menu {
    margin: 0 auto;
    position: relative;
    width: 96%;
    height: auto;
    margin-top: 10px;
    font-size: 14px;
    background-color: #fff;
    padding-top: 10px;
    box-shadow: 0 2px 7px 0 rgba(5, 34, 97, .1);
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

    .uc_menu .tm_div {
        float: left;
        width: 25%;
        box-sizing: border-box;
        text-align: center;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        padding-bottom: 20px;
        font-size: 14px;
    }

        .uc_menu .tm_div:nth-child(3n+0) {
            border-right: 0;
        }

        .uc_menu .tm_div a {
            display: block;
            text-align: center;
        }

            .uc_menu .tm_div a span {
                padding-top: 10px;
                display: block;
                color: #555;
                font-size: 13px;
            }

        .uc_menu .tm_div img {
            height: 35px;
            display: block;
            font-size: 28px;
            text-align: center;
            margin: 12px auto 0;
            color: #518eff;
        }

        .uc_menu .tm_div .a {
            height: 18px;
            line-height: 18px;
            text-decoration: none;
            color: #333;
            font-size: 12px;
        }

.u-list {
    margin-top: 16px;
    background-color: #fff;
    margin-bottom: 120px;
}

    .u-list li {
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
    }


        .u-list li .a1 {
            background: url(../images/my/my_icon01.png) no-repeat 10px center;
        }

        .u-list li .a2 {
            background: url(../images/my/my_icon02.png) no-repeat 10px center;
        }

        .u-list li .a3 {
            background: url(../images/my/my_icon03.png) no-repeat 10px center;
        }

        .u-list li .a4 {
            background: url(../images/my/my_icon04.png) no-repeat 10px center;
        }

        .u-list li .a5 {
            background: url(../images/my/my_icon05.png) no-repeat 10px center;
        }

        .u-list li .a6 {
            background: url(../images/my/my_icon06.png) no-repeat 10px center;
        }

        .u-list li .a7 {
            background: url(../images/my/my_icon07.png) no-repeat 10px center;
        }

        .u-list li .a8 {
            background: url(../images/my/my_icon08.png) no-repeat 10px center;
        }

        .u-list li a {
            display: block;
            border-bottom: 1px solid #eee;
            font-size: 13px;
            color: #3d3a3d;
            padding-left: 50px;
        }

.loginli.lang {
    border-top: 1px solid #eee;
    margin: 0 15px;
    padding: 0;
    line-height: 30px;
}

.u-list li a.zh_click:first-child {
    margin-left: 3%;
}

.u-list li a.zh_click {
    width: 21%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    border: none;
    background-color: #f1f1f1;
    border-radius: 100px;
    margin: 10px 3% 10px 0;
}

.u-list li a.noborder {
    border-bottom: 0;
}

.u-list li a span {
    float: right;
    color: #999;
    font-family: Consolas;
    margin-right: 20px;
}





/*申请打包*/

.buz_box {
    padding-bottom: 24px;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    background: #e5f8ff;
    border-radius: 10px 10px 0 0;
}

    .buz_box > a {
        width: 7%;
    }

    .buz_box .buz_co {
        float: left;
        text-align: center;
    }

    .buz_box .buz_line {
        float: left;
        width: 9%;
        height: 2px;
        border-bottom: 1px dashed #0f0f7e;
        margin: 11px 2% 0 2%;
    }

    .buz_box .buz_co .buz_bg {
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 23px;
        border-radius: 50%;
        font-size: 14px;
        display: inline-block;
        position: relative;
        background-color: #fff;
        border-color: #0f0f7e;
        color: #01a7ff;
        border: 1px solid #0f0f7e;
    }

        .buz_box .buz_co .buz_bg:after {
            content: "";
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid #d7d7d7;
            position: absolute;
            bottom: -9px;
            left: 7px;
        }

    .buz_box .buz_co span {
        display: block;
        color: #b1b1b1;
        margin-top: 13px;
        font-size: 14px;
    }

    .buz_box .buz_co.on span {
        color: #ff4a4a;
    }

    .buz_box .buz_co.on .buz_bg {
        background-color: #0f0f7e;
        color: #fff;
    }

        .buz_box .buz_co.on .buz_bg:after {
            border-top: 4px solid #0f0f7e;
        }

.info_item .ml3 {
    margin-left: 4%;
}

.info_list .info_item .ml3.w97 {
    width: 92.5%;
    padding-right: 40px;
}

.info_list .dizhi {
    color: #fff;
    background-color: #00c083;
    padding: 8px 10px;
    width: 50%;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
}





/*包裹查询*/

.main .login_stit.left_line {
    border-left: 2px solid #0f0f7e;
    line-height: 20px;
    padding-left: 10px;
}

.bao_search_box {
    background-color: #f5f8fa;
    padding-bottom: 14px;
    /* margin-bottom: 16px; */
}

.bg-area {
    display: inline-block;
    padding: 8px 0;
    border-radius: 30px;
    background-color: #f7f7f7;
    color: #242D4E;
    margin: 8px 0.6% 1px;
    width: 47.5%;
    text-align: center;
    font-size: 12px;
    border: 1px solid #CDD3DE;
}

.bg-area-on {
    background-color: #0f0f7e;
    color: #fff;
    border: none;
}

.info_bao_box {
    margin-top: 20px;
}

    .info_bao_box .info_bao {
        background-color: #fff;
        padding: 5px 0 5px 100px;
        /*width:98%;
    border-radius:5px;*/
        margin: 8px auto;
        position: relative;
        z-index: 0;
        min-height: 40px;
        line-height: 30px;
        border-radius: 3px;
        margin-top: 0;
        box-shadow: 0 2px 7px 0 rgba(5, 34, 97, .1);
    }

        .info_bao_box .info_bao label {
            font-size: 13px;
            display: block;
            width: 100px;
            text-align: left;
            position: absolute;
            top: 5px;
            left: 5px;
            line-height: 16px;
            height: 30px;
            padding-right: 10px;
            color: #333;
            padding-left: 10px;
            border-radius: 4px;
        }

        .info_bao_box .info_bao select {
            width: 100%;
            color: #777;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            background: url(../images/my/select_jian.png) no-repeat 94% center;
            /* background-size: 14px; */
        }

        .info_bao_box .info_bao input {
            color: #777;
        }

.bao_list_tit {
    color: #a5a5a5;
    border-bottom: 1px solid #cdd3de;
    background-color: #fff;
    padding: 10px 15px;
    border-top: 1px solid #cdd3de;
    font-size: 14px;
}

.bao_list_box {
    margin-bottom: 110px;
    padding: 10px;
}

.bao_list {
    margin-bottom: 140px;
    background-color: #fff;
    padding: 3px;
    margin-bottom: 16px;
    box-shadow: 0 2px 7px 0 rgba(5,34,97,.1);
    border-radius: 10px;
}
    /**/
    .bao_list .bao_ziti .bao_list_txt {
        margin-left: 0;
        max-width: 100%;
    }

    .bao_list .bao_ziti .bao_list_co {
        width: 70%;
        float: left;
    }

    .bao_list .bao_ziti .bao_bian {
        width: 30%;
        float: right;
    }

        .bao_list .bao_ziti .bao_bian .bao_btn {
            width: 100%;
        }
/**/
.bao_list_kk {
    background-color: #fff;
    padding: 12px;
    border-radius: 10px;
}

.bao_list.on {
    /* border:2px dashed #0f0f7e; */
    border-radius: 10px;
    background-image: -webkit-linear-gradient(left, #0f0f7e 0%, #2ED 90%);
    background-image: -moz-linear-gradient(left, #0f0f7e 0%, #2ED 90%);
    background-image: linear-gradient(left, #0f0f7e 0%, #2ED 90%);
}

.bao_list .bao_list_txt {
    max-width: 63%;
    margin-left: 15px;
}

    .bao_list .bao_list_txt span {
        font-size: 14px;
        color: #666;
        display: block;
        margin-bottom: 10px;
    }

        .bao_list .bao_list_txt span a {
            color: #0f0f7e;
        }

    .bao_list .bao_list_txt p {
        font-size: 12px;
        color: #999;
    }

        .bao_list .bao_list_txt p a {
            color: #333;
        }

    .bao_list .bao_list_txt i {
        color: #999;
        font-size: 12px;
        font-style: normal;
    }

    .bao_list .bao_list_txt i,
    .bao_list .bao_list_txt p {
        line-height: 24px;
    }

.bao_list .bao_img_box {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 10px 0;
}

    .bao_list .bao_img_box img {
        width: 80px;
        height: 80px;
    }

    .bao_list .bao_img_box .state {
        width: 80px;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        text-align: center;
        line-height: 20px;
        color: #fff;
        font-size: 14px;
    }

.bao_list .bao_jian {
    width: 20px;
    height: 90px;
    background: url(../images/my/bao_jian.png) no-repeat center center;
    background-size: 12px;
    margin-left: 4px;
}

.bao_bian {
    margin-top: 10px;
    width: 60%;
    float: right;
}

    .bao_bian .bao_btn {
        width: 31%;
        margin-left: 3.33%;
        float: right;
        background-color: #fff;
        line-height: 26px;
        text-align: center;
        color: #333;
        border-radius: 20px;
        font-size: 12px;
        border: 1px solid #ddd;
    }

        .bao_bian .bao_btn.bianji {
            background-color: #0f0f7e;
            border-color: #0f0f7e;
            color: #fff;
        }

        .bao_bian .bao_btn.xiang {
            background-color: #cf0000;
            border-color: #cf0000;
            color: #fff;
        }

        .bao_bian .bao_btn.del {
            background-color: #f52e3d;
            margin-left: 0;
            border-color: #f52e3d;
            color: #fff;
        }

        .bao_bian .bao_btn.shou {
            background-color: #0f0f7e !important;
            color: #fff;
            border-color: #0f0f7e;
        }

.nomore {
    text-align: center;
    color: #888;
    margin: 20px 0;
    font-size: 14px;
}





/*包裹详情*/

.mail_reg_box {
    border-bottom: 1px solid #efefef;
    background-color: #fff;
}

.mail_reg {
    width: 30%;
    float: left;
    text-align: center;
    padding: 12px 0;
    margin-left: 3%;
}

    .mail_reg a {
        font-size: 14px;
        color: #696c73;
    }

    .mail_reg.on {
        border-bottom: 1px solid #0d82dc;
        margin-bottom: -1px;
    }

        .mail_reg.on a {
            color: #0d82dc;
        }


.de_xin_box {
    padding: 6px 15px 15px 15px;
    box-shadow: 0 2px 7px 0 rgba(5,34,97,.1);
    margin: 15px 15px 0 15px;
    border-radius: 10px;
    background-color: #fff;
}

    .de_xin_box .de_xin {
        float: left;
        width: 50%;
    }

        .de_xin_box .de_xin p {
            line-height: 28px;
            font-size: 12px;
            color: #727272;
        }

            .de_xin_box .de_xin p span {
                color: #333;
                line-height: 20px;
                display: inline-block;
            }

            .de_xin_box .de_xin p a {
                color: #e18f00;
            }

.de_back {
    position: fixed;
    bottom: 0;
    width: 100%;
}

    .de_back a {
        display: block;
        background-color: #0f0f7e;
        text-align: center;
        color: #fff;
        line-height: 50px;
    }

.bao_bian .bao_btn.detail {
    width: 48.3%;
}

.bao_bian .bao_btn.del.detail {
    margin-right: 0;
}

.bian_de {
    margin: 30px 0 60px 0;
}

.detail_txt .detail_img_box {
    font-size: 14px;
}

    .detail_txt .detail_img_box span {
        display: block;
        float: left;
        margin-top: 10px;
        color: #727272;
    }

.detail_txt .detail_img {
    margin-top: 10px;
    height: 80px;
    overflow: hidden;
}

    .detail_txt .detail_img img {
        width: 80px;
        height: 80px;
        margin-left: 10px;
        border: 1px solid #cdd3de;
    }

        .detail_txt .detail_img img:nth-child(1) {
            margin-left: 0;
        }

.info_list .shang_txt {
    color: #000;
    line-height: 10px;
    font-size: 13px;
}

.info_list .shang_xin {
    margin-left: 10px;
    position: relative;
}

.info_list .shang_xin2 {
    margin-left: 20px;
}

.info_list .shang_xin span {
    display: block;
}

.info_list .info_item.shang_li {
    padding-left: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 7px 0 rgba(5,34,97,.1);
}





/*集运订单*/

.ding_stit {
    color: #a5a5a5;
    padding-bottom: 10px;
    padding: 0px 15px 10px;
}

.bao_list_box .de_xin_box {
    font-size: 14px;
    padding: 0px;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 4px;
}

    .bao_list_box .de_xin_box > p > span {
        color: #0f0f7e;
    }

.ding_jin_box {
    padding: 5px;
}

    .ding_jin_box .ding_start {
        width: 25%;
        text-align: center;
    }

        .ding_jin_box .ding_start h2,
        .ding_jin_box .ding_end h2 {
            font-size: 18px;
            color: #333;
            text-align: center;
        }

        .ding_jin_box .ding_start span,
        .ding_jin_box .ding_end span {
            font-size: 12px;
            color: #a0a0a0;
            text-align: center;
        }

    .ding_jin_box .ding_jin {
        width: 50%;
        text-align: center;
        font-size: 14px;
        color: #444;
        margin-top: 12px;
    }

        .ding_jin_box .ding_jin li {
            width: 31.33%;
            float: left;
            background-color: #b4b4b4;
            height: 2px;
            margin-left: 2%;
            margin-bottom: 14px;
        }

        .ding_jin_box .ding_jin .jin_qian {
            color: #0f0f7e;
            background: url(../images/my/jin_qian.png) no-repeat left center;
            padding-left: 20px;
        }

        .ding_jin_box .ding_jin li.on {
            background-color: #0f0f7e;
        }

    .ding_jin_box .ding_end {
        width: 25%;
        text-align: center;
    }

.bao_list_box .ding_list {
    padding: 10px 5px;
}

.bao_bian.ding_bian {
    width: 100%;
}

    .bao_bian.ding_bian .bao_btn {
        width: 23%;
        margin: 0 1%;
        float: left;
    }





/*订单详情-附带包裹*/

.ding_list_box {
    margin: 20px 15px;
}

.ding_list {
    color: #777;
    margin-bottom: 15px;
    font-size: 14px;
}

.ding_list_tit {
    background-color: #00c083;
    padding: 10px 15px;
    border-radius: 6px 6px 0 0;
}

    .ding_list_tit h4 {
        line-height: 30px;
        float: left;
        width: 50%;
        color: #fff;
        font-size: 16px;
    }

.ding_list_txt {
    background-color: #ededed;
    border-radius: 0 0 6px 6px;
    padding: 10px 15px;
}

    .ding_list_txt p {
        line-height: 24px;
        float: left;
        width: 50%;
    }





/*预报包裹*/

.bao_bian .bao_btn.yubao_ok {
    width: 46%;
}

.yubao_bian {
    margin: 0 10px 15px 0;
}

.yubao_xin {
    width: 69.5%;
    border: 1px solid #cdd3de;
    margin-bottom: 18px;
    background-color: #fff;
    border-radius: 4px;
    padding-left: 10px;
}

    .yubao_xin .yu_name {
        width: 100%;
        height: 30px;
        line-height: 30px;
    }

.info_list .shang_xin.yubao_xin span {
    display: inline;
}

label.error {
    font-size: 12px;
    color: red;
    position: absolute;
    left: 0;
    bottom: -17px;
}

.yu_num {
}

    .yu_num .yu_num_co {
        float: left;
        width: 30%;
        margin-right: 3.3%;
        background-color: #fff;
        border-radius: 4px;
        border: 1px solid #cdd3de;
        margin-bottom: 9px;
        padding-left: 10px;
    }

        .yu_num .yu_num_co input {
            width: 33%;
            height: 30px;
            line-height: 30pxl
        }






/*一键转运*/

.info_list .zhuan_fa {
    position: absolute;
    right: 10px;
    top: 9px;
}

.zhuan_te {
    resize: none;
    background-color: #eee;
    margin: 14px 0 0 8%;
    height: 60px;
    width: 80%;
}

.zhuan_di select {
    margin: 0;
    padding: 0;
    width: 30% !important;
    margin-right: 2%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/my/select_jian2.png) no-repeat 70% center #eee;
    background-size: 10px;
    padding-left: 5%;
    height: 45px;
    margin-bottom: 10px;
}

    .zhuan_di select:nth-child(3) {
        /* margin-right: 0; */
    }

.info_list .info_item .zhuan_tishi {
    position: absolute;
    right: 6px;
    top: 2px;
    color: #ff3a3a;
    font-size: 12px;
}

.zhuan_ts {
    color: #ff3a3a;
    padding: 10px 10px 0;
    display: inline-block;
    font-size: 12px;
}

.info_list .info_item .zhuan_yan {
    position: absolute;
    right: -42%;
    height: 48px;
    background-color: #eee;
    width: 38%;
    top: 0;
    text-align: center;
}

    .info_list .info_item .zhuan_yan img {
        width: 63px;
        height: 25px;
        display: inline;
        margin-top: 10px;
    }





/*财务记录*/

.chong_list .chong_co {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 14px 10px 14px;
    margin-bottom: 14px;
    box-shadow: 0 2px 7px 0 rgba(5, 34, 97, .1);
}

.chong_list .chong_tit {
    font-size: 15px;
    color: #000;
    padding-bottom: 6px;
    font-weight: bold;
    width: 68%;
}

.chong_list .chong_co span {
    display: block;
    line-height: 30px;
}

.chong_list .chong_co .chong_time {
    font-size: 14px;
    color: #999;
}

.chong_list .chong_co .chong_mon {
    color: #f64101;
    font-weight: bold;
    font-size: 20px;
    margin-top: -20px;
}





/*新闻*/

.newslist li {
    height: 40px;
    border-left: 0;
    border-right: 0;
    line-height: 40px;
    background: #fff;
    position: relative;
    border-radius: 4px;
    margin-bottom: 10px;
}

    .newslist li:after {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        background-color: #27abff;
        border-radius: 100px;
        left: 12px;
        top: 18px;
    }

    .newslist li a {
        width: 100%;
        height: 100%;
        display: block;
    }

    .newslist li img {
        display: block;
        height: 100%;
        float: left;
        width: auto;
    }

    .newslist li .txt {
        margin: auto 0.5em auto 1.5em;
        height: 100%;
        overflow: hidden;
        vertical-align: middle;
    }

        .newslist li .txt h4 {
            color: #4B4B4B;
            font-size: 14px;
            overflow: hidden;
            white-space: nowrap;
            width: 73%;
            text-overflow: ellipsis;
            float: left;
        }

        .newslist li .txt .upTime {
            font-size: 12px;
            color: #aaa;
            float: right
        }





/*集运服务*/

.sev_box .sev_co {
    width: 48%;
    float: left;
    position: relative;
    margin-right: 4%;
    margin-bottom: 10px;
}

    .sev_box .sev_co:nth-child(even) {
        margin-right: 0;
    }

    .sev_box .sev_co img {
        width: 100%;
        border-radius: 10px;
    }

    .sev_box .sev_co .sev_txt {
        position: absolute;
        left: 20%;
        top: 34%;
        color: #fff;
        font-weight: bold;
        text-align: center;
        width: 60%;
        height: 30%;
    }

        .sev_box .sev_co .sev_txt p {
            width: 24px;
            height: 1px;
            background-color: #fff;
            margin: 6px auto;
        }




/*充值中心*/

.pay_top {
    background: #0f0f7e;
    height: 120px;
    position: relative;
}

    .pay_top .pay_yu {
        text-align: center;
        padding: 24px 0 24px 0;
        width: 92%;
        position: absolute;
        left: 4%;
        background-color: #fff;
        bottom: -20px;
    }

        .pay_top .pay_yu h4 {
            color: #333;
            font-size: 46px;
            text-align: center;
            line-height: 34px;
            font-family: Bahnschrift;
        }

        .pay_top .pay_yu span {
            color: #fff;
            font-size: 14px;
            padding: 2px 10px;
            border-radius: 100px;
            display: inline-block;
            margin-top: 8px;
            background: url(../images/my/fen.png) no-repeat 10px 3px #0f0f7e;
            padding-left: 30px;
            background-size: 16px;
        }

    .pay_top .pay_s {
        padding: 0px 15px;
        padding-top: 14px;
    }

        .pay_top .pay_s .pay_cai {
            color: #fbe945;
            font-size: 14px;
            padding: 2px 12px 2px 30px;
            border: 1px solid #fbe945;
            border-radius: 50px;
            background: url(../images/my/jizhang.png) no-repeat 10px 4px #0f0f7e;
            background-size: 16px;
        }

        .pay_top .pay_s .pay_fen {
            color: #fbe945;
            font-size: 12px;
            background: url(../images/my/fen.png) no-repeat left center;
            padding-left: 24px;
            background-size: 16px;
            line-height: 30px;
        }

.pay_money .pay_money_co {
    width: 31%;
    margin-right: 3.495%;
    border: 1px solid #fff;
    color: #333;
    margin-bottom: 10px;
    float: left;
    padding: 10px 0;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    box-shadow: 0 2px 7px 0 rgba(5, 34, 97, .1);
}

    .pay_money .pay_money_co h5 {
        font-size: 26px;
        display: inline;
        font-family: Bahnschrift;
    }

    .pay_money .pay_money_co span {
        font-size: 12px;
        color: #ccc;
        display: block;
    }



    .pay_money .pay_money_co.current {
        background-color: #0f0f7e;
        color: #fff;
        border: 1px solid #0f0f7e;
    }

        .pay_money .pay_money_co.current span {
            color: #fff;
        }

    .pay_money .pay_money_co:nth-child(3n) {
        margin-right: 0;
    }

.pay_shu {
    position: relative;
    margin-bottom: 10px;
    margin-top: 16px;
    box-shadow: 0 2px 7px 0 rgba(5, 34, 97, .1);
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
}

    .pay_shu .pay_ico {
        position: absolute;
        left: 8px;
        bottom: 18px;
        font-size: 18px;
        color: #FF9C19;
    }

    .pay_shu > span {
        font-size: 14px;
        color: #999;
        display: block;
        width: 100%;
        margin-bottom: 6px;
    }

    .pay_shu .shuru {
        width: 100%;
        color: #333;
        font-size: 30px;
        padding: 10px 0 6px 43px;
        font-family: Bahnschrift;
    }


.pay_ka {
    width: 100%;
    margin: 0 auto;
    margin-top: 14px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 2px 7px 0 rgba(5, 34, 97, .1);
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

    .pay_ka .pay_ka_co {
        width: 38%;
    }

        .pay_ka .pay_ka_co a {
            width: 100%;
            box-sizing: border-box;
            float: left;
            padding: 5px 6px;
            text-align: center;
            color: #0f0f7e;
            line-height: 20px;
            border-radius: 100px 0 0 100px;
            background-color: #f1f1f1;
        }

        .pay_ka .pay_ka_co:nth-child(2) a {
            border-radius: 0 100px 100px 0;
        }

        .pay_ka .pay_ka_co a {
            font-size: 14px;
        }

        .pay_ka .pay_ka_co.on a {
            background-color: #0f0f7e;
            color: #fff;
        }

.main .pay_chong {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .main .pay_chong h2 {
        font-size: 18px;
        color: #003333;
        font-weight: bold;
        float: left;
    }

    .main .pay_chong span {
        display: block;
        background-color: #feb65a;
        float: right;
        font-size: 12px;
        color: #fff;
        padding: 4px 10px;
        border-radius: 30px 0 0 30px;
        position: relative;
        margin: 10px -6px 0 10px;
    }

        .main .pay_chong span:after {
            position: absolute;
            content: "";
            border-left: 0px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #d2821c;
            right: 0px;
            bottom: -6px;
        }

        .main .pay_chong span i {
            color: #e0ff0d;
            font-style: normal;
        }

.pay_shu .advice {
    height: 50px;
    width: 140px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    margin-top: -4px;
    text-align: center;
    padding: 6px 0;
    border-radius: 4px;
}

input[type="radio"]:checked + .advice {
    background-color: #eee;
}

.pay_shu .radio-name {
}

.pay_shu .advice img {
    width: 80%;
}


.pay_ying {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #b1b1b1;
    margin-top: 40px;
}

    .pay_ying a {
        color: #0f0f7e;
        font-size: 28px;
        font-family: Bahnschrift;
    }

.zhuan_di .pay_back {
    width: 30%;
    margin-right: 3.33%;
    background-color: #eee;
    height: 35px;
    padding-left: 10px;
    background-position: 90% center;
}

.pay_shu .back_wei {
    color: #c9c9c9;
    display: block;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 6px;
}

.pay_shu .back_xuan {
    position: absolute;
    right: 0;
    background-color: #eee;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 4px 10px;
    top: 30px;
}

.bank_turn {
    width: 100%;
    margin: 10px 0;
}

    .bank_turn .bank_turn_l {
        width: 30%;
        height: 40px;
        background: url(../images/turn.png) no-repeat center center #0f0f7e;
        background-size: 40px;
        border-radius: 4px;
    }

    .bank_turn .bank_turn_r {
        width: 67%;
    }

        .bank_turn .bank_turn_r input {
            width: 100%;
            background-color: #00c083;
            border-radius: 4px;
            height: 40px;
            text-align: center;
            color: #fff;
            font-size: 16px;
        }


/*我的积分*/

.jifen_list .jifen_list_co {
    width: 100%;
    padding: 14px 14px;
    border-radius: 5px;
    margin-bottom: 15px;
}

    .jifen_list .jifen_list_co h4 {
        font-size: 14px;
        color: #fff;
        background-color: #0f0f7e;
        width: 30px;
        height: 30px;
        border-radius: 100px;
        text-align: center;
        line-height: 30px;
        margin-top: 4px;
    }

    .jifen_list .jifen_list_co .jifen_tit {
        color: #444;
        font-size: 14px;
        margin-left: 15px;
        margin-bottom: 1;
    }

.jifen_list .jifen_tit p {
    color: #888;
    font-size: 12px;
    margin-top: 3px;
}

.jifen_list .jifen_list_co h3 {
    font-size: 28px;
    color: #0f0f7e;
    font-family: Bahnschrift;
    margin-top: 5px;
}


/*运费计算2*/

.sttable {
    margin-top: 0px;
    background: #e5e5e5;
    width: 100%;
    border-collapse: inherit;
    border-collapse: collapse;
    color: #666;
    font-size: 14px;
}

    .sttable .th {
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-weight: normal;
        background: #0f0f7e;
        color: #fff;
    }

    .sttable .tr td {
        padding: 10px 0;
        text-align: center;
        line-height: 24px;
        background: #f2f2f2;
    }

    .sttable .tr {
        border-bottom: 1px solid #bcbcbc;
    }

    .sttable tbody tr:last-child {
        border: none;
    }

    .sttable td span {
        color: #777;
        font-size: 12px;
    }



/*集运工具*/

.mail_reg.gongju {
    width: 20%;
}

    .mail_reg.gongju a {
        font-size: 14px;
    }

.yu_num .yu_num_co span {
    font-size: 14px;
}

.yu_num.gongju_num span {
    color: #444;
}

.yu_num.gongju_num .yu_num_co {
    background-color: #fff;
}

    .yu_num.gongju_num .yu_num_co input {
        background-color: #fff;
        width: 80%;
    }

.gongju_price .gongju_price_co {
    width: 33.33%;
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    float: left;
    padding-bottom: 10px;
    padding-left: 10px;
}

    .gongju_price .gongju_price_co span {
        font-size: 16px;
        display: block;
        margin-bottom: 6px;
    }

    .gongju_price .gongju_price_co i {
        font-size: 14px;
        color: #777;
        background-color: #eee;
        border-radius: 4px;
        padding: 4px 6px;
        font-style: normal;
    }

.point_list .point_list_co {
    background-color: #eee;
    padding: 15px 15px;
    margin-bottom: 10px;
    border-radius: 4px;
}

    .point_list .point_list_co span {
        font-size: 15px;
        color: #333;
    }

    .point_list .point_list_co i {
        font-size: 14px;
        color: #333;
        font-style: normal;
    }

.info_bao_box .info_bao label.cang_name {
    color: #0180d1;
}


/*发货人管理*/

.send_list .send_list_box {
    padding: 3px;
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .2);
    border-radius: 10px;
    background-color: #fff;
}

    .send_list .send_list_box .send_txt {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }

.send_list .send_txt {
    border-bottom: 1px solid #e3e3e3;
}

    .send_list .send_txt h3 {
        color: #333;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .send_list .send_txt p {
        font-size: 13px;
        color: #999;
        margin-bottom: 8px;
    }

.send_list .send_bian {
    position: relative;
    margin-top: 10px;
}

    .send_list .send_bian span {
        color: #999;
        font-size: 14px;
    }

    .send_list .send_bian > span {
        margin-left: 20px;
        display: block;
        padding-left: 20px;
    }

        .send_list .send_bian > span.send_del {
            background: url(../images/send_del.png) no-repeat;
            /* background-size: 16px; */
            opacity: 0.6;
        }

        .send_list .send_bian > span.send_bianji {
            background: url(../images/send_bianji.png) no-repeat;
            /* background-size: 16px; */
            opacity: 0.6;
        }

.send_bian .send_ra {
    height: 30px;
    width: 30px;
    display: inline-block;
    background: url(../images/send_nogou.png) no-repeat;
    background-size: 16px;
    position: absolute;
    top: 4px;
}

input[type="radio"]:checked + .send_ra {
    background: url(../images/send_gou.png) no-repeat;
    background-size: 16px;
}

.send_list_box.send_on {
    /* border:2px dashed #0f0f7e; */
    border-radius: 10px;
    background-image: -webkit-linear-gradient(left, #0f0f7e 0%, #2ED 90%);
    background-image: -moz-linear-gradient(left, #0f0f7e 0%, #2ED 90%);
    background-image: linear-gradient(left, #0f0f7e 0%, #2ED 90%);
}

.send_list_co {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
}

/*.send_list_co.send_on p {
    color: #fff;
    opacity: 0.6;
}
.send_list_co.send_on h3,
.send_list_co.send_on span{color: #fff;}

.send_list_box span { float:right;}
.send_list_box.send_on .send_bian>span.send_del {
    background: url(../images/send_del_h.png) no-repeat;
    background-size: 16px;
}

.send_list_box.send_on .send_bian>span.send_bianji {
    background: url(../images/send_bianji_h.png) no-repeat;
    background-size: 16px;
}
*/
.jichu_li {
    background-color: #fff;
    padding: 5px 0 5px 70px;
    margin: 8px auto;
    position: relative;
    z-index: 0;
    min-height: 45px;
    border: 1px solid #cdd3de;
    border-radius: 3px;
}

    .jichu_li label {
        font-size: 14px;
        display: block;
        width: 70px;
        text-align: left;
        position: absolute;
        top: 5px;
        left: 5px;
        line-height: 44px;
        height: 44px;
        padding-right: 10px;
        color: #000;
        padding-left: 10px;
        border-radius: 4px;
    }

select {
    background-color: #E6ECF6;
    border-color: #E6ECF6;
    color: #242D4E;
    border-radius: 5px !important;
}

.jichu_li .input-text-line,
.jichu_li select {
    width: 100%;
    font-size: 14px;
    font-family: "microsoft yahei";
    border: 0;
    outline: none;
    height: 44px;
    line-height: 44px;
    text-indent: 5px;
    color: #242D4E;
    border-radius: 0 4px 4px 0;
}

.guanli_img_box {
    background: #0f0f7e;
    width: 100%;
    height: 210px;
    /* background-image: -webkit-linear-gradient(90deg, #5caee2, #0f0f7e); */
    position: relative;
    background: url(../images/my/my_heimg_bg.png) no-repeat center;
}

    .guanli_img_box .guanli_img {
        position: absolute;
        width: 80px;
        height: 80px;
        left: calc(50% - 40px);
        top: 65px;
        border: 1px solid #fff;
        border-radius: 100px;
        text-align: center;
    }

        .guanli_img_box .guanli_img img {
            width: 100%;
            height: 100%;
            border-radius: 10000px;
        }

        .guanli_img_box .guanli_img span {
            font-size: 14px;
            color: #777;
            display: block;
            width: 24px;
            height: 24px;
            background: url(../images/my/my_heimg_pic.png);
            left: calc(50% - -10px);
            top: 58px;
            position: absolute;
        }



/*放大显示*/

.detail_img div {
    display: inline-block;
    width: 80px;
}

.pag_show {
    display: none;
    position: fixed;
    margin: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.pag_show_img {
    z-index: 99;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 30%;
}

.detail_txt span.show-left {
    width: 50px;
    height: 150px;
    margin-left: 5%;
    margin-top: 70px;
}

.show-img {
    width: 60vw;
    /*height: 60vw;*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

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

    .show1-img img {
        width: 80%;
        height: 100%;
    }

.detail_txt span.show-right {
    width: 50px;
    height: 150px;
    margin-right: 5%;
    margin-top: 70px;
}

.pag-t {
    width: 100%;
    height: 40px;
}

    .pag-t h2 {
        text-align: center;
        width: 100%;
        height: 40px;
        font-family: "微软雅黑";
        font-size: 14px;
        color: #fff;
    }

.colse {
    position: fixed;
    top: 12%;
    right: 5%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url(../images/my/cha.png) no-repeat center center;
    background-size: 30px;
}


/*订单3-提交申请*/

.bao {
    width: 96%;
    margin: 10px auto;
    padding: 0;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 2px 7px 0 rgba(5,34,97,.1);
    border-radius: 10px;
    padding-bottom: 10px;
}

.or-top {
    width: 90%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 auto;
}

.or-bu {
    width: 90%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.or-top span:nth-child(1) {
    font-family: "微软雅黑";
    font-size: 12px;
    color: #666;
    overflow: hidden;
    line-height: 40px;
}

.or-top span:nth-child(2) {
    font-family: "微软雅黑";
    font-size: 12px;
    line-height: 40px;
    color: #666;
    overflow: hidden;
}

.or-bu span:nth-child(1) {
    font-family: "微软雅黑";
    font-size: 12px;
    line-height: 40px;
    color: #666;
    overflow: hidden;
}

.or-bu span:nth-child(2) {
    font-family: "微软雅黑";
    font-size: 12px;
    line-height: 40px;
    color: #666;
    overflow: hidden;
}

.ti {
    width: 100%;
    margin: 5px 0 20px 0;
}

    .ti p {
        font-family: "微软雅黑";
        font-size: 14px;
        color: red;
        line-height: 16px;
    }

.sheng_tis {
    color: #ff2d2d;
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
}



/*账户管理*/
.shadow_box {
    box-shadow: 0 2px 7px 0 rgba(5, 34, 97, .1);
    padding: 10px;
    border-radius: 10px;
}

.shadow_txt {
    box-shadow: 0 2px 7px 0 rgba(5, 34, 97, .1);
    border-radius: 10px;
    background-color: #fff;
}


/*支付方式*/
.payfor li {
    position: relative;
    z-index: 999;
    float: left;
    border: 3px solid transparent;
    height: 50px;
    line-height: 43px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px 0 7px 0;
    border: 2px solid #f1f1f1;
    margin-right: 7px;
    padding: 0 !important;
    height: 50px;
    width: 150px;
}

    .payfor li input {
        margin-left: 10px;
        vertical-align: middle;
        display: inline-block;
        cursor: pointer;
    }

    .payfor li img {
        vertical-align: middle;
        display: inline-block;
    }

/*预报包裹*/
.yub_nav {
    background-color: #fff;
}

.mail_reg_box.yub_nav li {
    width: 33.33%;
}

.yub_nav li {
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}

    .yub_nav li a {
        width: 100%;
        text-align: center;
        display: block;
        line-height: 45px;
        font-size: 14px;
    }

    .yub_nav li.on {
        font-weight: 700;
        color: #0f0f7e;
    }

    .yub_nav li:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 0;
        border-bottom: 2px solid transparent;
    }

    .yub_nav li.on:after, .yub_nav li:hover:after {
        width: 100%;
        border-bottom-color: #0f0f7e;
        transition: border-color .15s ease-in-out, width .15s ease-in-out, height .15s ease-in-out;
    }

.save {
    box-sizing: border-box;
    position: fixed;
    text-align: center;
    color: #ffffff;
    font-size: 0.17rem;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    background: #fff;
    background-color: #ffffff;
    height: 2.45rem;
    line-height: 2.45rem;
    padding: 0;
    bottom: 66px;
}

    .save span {
        font-size: 13px;
        color: #ffffff;
        float: left;
        margin-left: 15px;
    }

    .save .color_C {
        color: #b2b2b2;
    }

.save_bk {
    width: 0.15rem;
    height: 0.15rem;
    display: inline-block;
    background: url(../img/IC_package_foot.png) center no-repeat;
    background-size: 0.15rem 0.15rem;
    position: relative;
    padding-left: 0.06rem;
}

.save input[type=checkbox] {
    width: 1.5rem;
    height: 0.9rem;
    position: relative;
    top: 0.15rem;
    display: inline-block;
    visibility: visible;
}

.save span i {
    font-style: normal;
    font-size: 16px;
}




/*步骤*/
.first_center_group {
}

.first_y {
    max-height: 385px;
    overflow-y: auto;
    background-color: #f5f8fa;
    border: 1px solid #e4eaf2;
    padding-bottom: 10px;
}

.address_top {
    height: 38px;
    line-height: 40px;
    font-family: MicrosoftYaHei;
    width: 100%;
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    background: #f7f9fc;
    padding-left: 16px;
    position: relative;
    /* border: 1px solid #e4eaf2; */
    border-bottom: none;
}

    .address_top:before {
        content: "";
        width: 4px;
        height: 15px;
        background-color: #01a7ff;
        position: absolute;
        border-radius: 100px;
        left: 0;
        top: 14px;
    }

.first_allcost {
    line-height: 40px;
    font-size: 13px;
    padding: 0 2%;
    border: 1px solid #e4eaf2;
    border-top: 0;
}

    .first_allcost span:nth-child(2n) {
        margin-right: 8px;
        color: #0f0f7e;
    }

    .first_allcost span:nth-child(odd) {
        color: #999;
    }

.publice_width_Smaller .four_li {
    text-align: left !important;
    width: 100%;
    padding: 5px 0;
}

    .publice_width_Smaller .four_li span:first-child {
        text-align: left;
    }

.four_li span:nth-child(1) {
    color: #000;
    font-size: 13px;
}

.publice_width_Smaller .four_li span:last-child {
    float: right;
    color: #FF9C19;
    font-size: 16px;
}

.wanc {
    text-align: center;
    margin: 20px 0;
}

    .wanc span {
        display: block;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .wanc img {
        width: 183px;
    }



/*推广*/
.extension_center {
    height: 245px;
    width: 100%;
    、border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(253,141,38) 0%, rgb(255,194,53) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(253,141,38) 0%, rgb(255,194,53) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(253,141,38) 0%, rgb(255,194,53) 100%);
    padding: 20px;
    position: relative;
}

    .extension_center div h2 {
        font-size: 20px;
        margin-bottom: 10px;
        color: #fff;
        font-weight: bold;
        text-shadow: 0px 3px 0px rgba(193, 100, 6, 0.27);
    }

    .extension_center div p {
        font-size: 13px;
        color: #FFF;
    }

.blue_share {
    display: inline-block;
    background: #0f0f7e;
    position: relative;
    top: 11px;
    color: #fff;
    padding: 4px 16px;
    border-radius: 5px;
    float: left;
    height: 28px;
    line-height: 20px;
    font-size: 13px;
    margin-top: -5px;
}

.share {
    font-family: MicrosoftYaHei-Bold;
    font-size: 14px;
    background: none !important;
    line-height: 40px !important;
}

.share_behind {
    margin-left: 12px;
    color: #808080;
    font-size: 12px;
    display: block;
    float: left;
    margin-top: -1px;
}

.extension_group {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 10px;
}

.height {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #0f0f7e;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
}

.width_a {
    cursor: pointer;
    width: 100%;
    text-align: center;
    background-color: #0f0f7e;
    color: #ffffff;
    padding-left: 0;
    border: none;
    bottom: 0;
    font-size: 14px;
}

.share_myjf {
    margin-top: 10px;
    cursor: pointer;
    background-color: #ffffe4;
    padding: 4px 15px;
    border-radius: 5px;
    width: 40%;
    text-align: center;
    margin: 10px auto;
}

    .share_myjf a {
        color: #fea82d;
        font-size: 14px;
    }


.fangs_box {
    background-color: #ecf7ff;
    margin-bottom: 10px;
    padding: 2%;
    border: 1px solid #ddecff;
}

/*优惠券*/
.quan_box {
}

.quan_co {
    background-color: #0f0f7e;
    width: 100%;
    color: #fff;
    padding: 1% 3% 3% 3%;
    border-radius: 10px;
    float: left;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
}

    .quan_co:nth-child(3n) {
        margin-right: 0;
    }

    .quan_co .quan_price {
        margin-right: 4%;
    }

        .quan_co .quan_price span {
            display: block;
            margin-top: 7px;
        }

            .quan_co .quan_price span em {
                font-family: impact;
                font-style: normal;
                font-size: 40px;
            }

        .quan_co .quan_price > em {
            font-style: normal;
            font-size: 13px;
        }

    .quan_co .quan_txt {
        margin-top: 10px
    }

        .quan_co .quan_txt p {
            font-size: 12px;
            line-height: 24px;
        }

        .quan_co .quan_txt .quan_i {
            display: inline-block;
            background-color: #cce7ff;
            color: #0f0f7e;
            padding: 2px 10px;
            border-radius: 5px;
            margin-top: 4px;
            font-size: 12px;
        }

    .quan_co .quan_btn a {
        display: block;
        width: 40px;
        height: 96px;
        background-color: #fff;
        color: #0f0f7e;
        font-size: 16px;
        padding: 10px 9px;
        line-height: 17px;
        border-radius: 100px;
        border: 3px solid #9bdfff;
    }

        .quan_co .quan_btn a:hover {
            text-decoration: none;
        }

    .quan_co .quan_btn {
        border-left: 1px dashed #fff;
        padding-left: 7%;
        margin-top: 10px;
        float: right;
    }

    .quan_co .quan_btn {
        border-left: none;
        border-top: 1px dashed #fff;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

        .quan_co .quan_btn a {
            display: block;
            width: 126px;
            height: 28px;
            background-color: #fff;
            color: #0f0f7e;
            font-size: 14px;
            padding: 5px;
            line-height: 14px;
            border-radius: 100px;
            border: 2px solid #9bdfff;
            margin: 10px auto 0 auto;
        }

.quan_box.quan_my .quan_co .quan_btn a {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 11px;
    padding-top: 6px;
}

.quan_co.quan_date {
    background: url(../images/quan_none.png) no-repeat #0f0f7e right bottom;
}


.quan_box.quan_none {
}

    .quan_box.quan_none .quan_co {
        background-color: #b8b8b8;
    }

        .quan_box.quan_none .quan_co .quan_txt .quan_i {
            background-color: #e6e6e6;
            color: #999;
        }


/*会员等级*/
.box_sd {
    box-shadow: 0 2px 7px 0 rgba(5,34,97,.1);
    border-radius: 6px;
    background-color: #fff;
}

.cang_tip {
    padding: 14px 15px;
    background: url(../images/laba.png) no-repeat #c2e4fe 10px center;
    width: 96%;
    margin: 10px auto;
    padding-left: 58px;
}

    .cang_tip p {
        color: #0078d6;
        font-size: 14px;
    }

.vip_box {
    margin-bottom: 10px;
}

    .vip_box .vip_co {
        float: left;
        width: 50%;
        text-align: center;
        padding-bottom: 20px;
        border-right: none;
        height: 200px;
        position: relative;
        border-left: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

        .vip_box .vip_co:nth-child(1) {
            border-top: 1px solid #eee;
        }

        .vip_box .vip_co:nth-child(2) {
            border-top: 1px solid #eee;
        }

        .vip_box .vip_co:nth-child(2n) {
            border-right: 1px solid #eee;
        }

        .vip_box .vip_co h4 {
            color: #0f0f7e;
            font-weight: bold;
            font-size: 16px;
            margin-top: 14px;
            text-transform: uppercase;
        }

        .vip_box .vip_co span {
            background-color: #e2f7ff;
            color: #0f0f7e;
            display: inline-block;
            line-height: 34px;
            border-radius: 100px;
            margin: 10px 0;
            font-size: 13px;
            padding: 0px 18px;
        }

        .vip_box .vip_co em {
            display: block;
            font-style: normal;
            color: #666;
            font-size: 12px;
        }

        .vip_box .vip_co.active {
            border: none
        }

            .vip_box .vip_co.active .vipco_box {
                border: 1px solid #d3e9ff;
                margin-top: -5px;
                height: 210px;
                box-shadow: 0 2px 7px 0 rgba(5,34,97,.1); /* border-right: 1px solid #d3e9ff; */
                background: url(../images/vip_on.png) no-repeat right top #f5faff;
                position: absolute;
                width: 100%;
                z-index: 999;
            }

        .vip_box .vip_co img {
            width: 50px;
        }



/*问答*/
.liuy_box {
}

    .liuy_box .liuy_tit {
        background-color: #f5faff;
        border: 1px solid #d3e9ff;
        padding: 10px 30px;
    }

        .liuy_box .liuy_tit span {
            color: #0f0f7e;
            display: block;
            position: relative;
            font-size: 14px;
        }

            .liuy_box .liuy_tit span:before {
                position: absolute;
                content: "";
                width: 3px;
                height: 16px;
                background-color: #0f0f7e;
                left: -12px;
                top: 2px;
                display: block;
            }

    .liuy_box .liuy_my {
        border-left: 1px dashed #c4e1ff;
        position: relative;
        padding: 10px 0 10px 10px;
        margin: 10px 0 10px 20px;
        line-height: 24px;
    }

        .liuy_box .liuy_my:before {
            content: "";
            display: block;
            background: url(../images/liuy.png) no-repeat;
            width: 20px;
            height: 20px;
            left: -10px;
            position: absolute;
            top: 0;
        }

        .liuy_box .liuy_my .liuy_co {
            background-color: #f4f9ff;
            padding: 15px;
            margin-left: 40px;
            margin: 10px 0 0px 20px;
            position: relative;
        }

            .liuy_box .liuy_my .liuy_co:before {
                content: attr(text-content-after);
                width: 40px;
                height: 40px;
                background-color: #eaf4ff;
                color: #0f0f7e;
                font-size: 15px;
                display: block;
                border-radius: 100px;
                line-height: 40px;
                text-align: center;
                left: -50px;
                position: absolute;
                top: 16px;
            }

            .liuy_box .liuy_my .liuy_co:after {
                content: "";
                display: block;
                position: absolute;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 7px;
                border-color: #f4f9ff;
                border-left-color: transparent;
                border-top-color: transparent;
                border-bottom-color: transparent;
                left: -14px;
                top: 31px;
            }



            .liuy_box .liuy_my .liuy_co span {
                color: #7ab3ff;
                font-size: 13px;
            }

            .liuy_box .liuy_my .liuy_co p {
                color: #00215e;
                font-weight: bold;
                font-size: 14px;
            }

            .liuy_box .liuy_my .liuy_co.liuy_ans {
                background-color: #ffebea;
            }

                .liuy_box .liuy_my .liuy_co.liuy_ans:before {
                    background-color: #ffebea;
                    color: #ff4c2e;
                }

                .liuy_box .liuy_my .liuy_co.liuy_ans:after {
                    border-color: #ffebea;
                    border-left-color: transparent;
                    border-top-color: transparent;
                    border-bottom-color: transparent;
                }

                .liuy_box .liuy_my .liuy_co.liuy_ans span {
                    color: #ff8e8e;
                }

                .liuy_box .liuy_my .liuy_co.liuy_ans p {
                    color: #ff4c2e;
                }

.main {
    margin-bottom: 80px;
}


/*************** 分页样式 ***************/
.pagination {
    text-align: center;
    padding: 4px 0 5px 0;
    font-size: 12px;
    color: #999;
    height: 24px;
}

    .pagination a {
        margin: 0 0 0 2px;
        padding: 6px 9px;
        background: #fff;
        color: #666;
        display: inline-block;
    }

        .pagination a:hover {
            background: #0f0f7e;
            color: #fff;
            text-decoration: none;
        }

        .pagination a.current {
            background: #0f0f7e;
            color: #fff;
        }

/*新闻详情*/
.news_detail {
    width: 100%;
}

.global_editor_content {
    padding: 10px;
    overflow: hidden;
    font-size: 14px;
}

.news_detail .ad {
    width: 275px;
}

.news_detail h2 {
    font-size: 20px;
    color: #202020;
    text-align: center;
    font-weight: normal;
    margin-top: 20px;
}

.news_detail .param {
    line-height: 26px;
    padding: 4px 0; /* border-top: 1px dashed #ccc; */ /* border-bottom: 1px dashed #ccc; */
}

    .news_detail .param * {
        font-size: 12px;
        color: #999;
        text-align: center;
    }

    .news_detail .param .date em {
        margin-right: 18px;
    }

    .news_detail .param .bdsharebuttonbox {
    }

.news_detail .near {
    border-top: 1px solid #e5e5e5;
    padding: 15px 10px;
}

    .news_detail .near .inla {
        display: block;
        font-size: 14px;
        width: 100%;
        line-height: 34px;
        color: #535353;
    }

        .news_detail .near .inla label {
            color: #0f0f7e;
        }











/* track result */
.search-content {
    width: 100%;
    position: relative;
    padding: 40px 71px;
    margin: auto;
    text-align: center;
}

.notfind {
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
}

    .notfind .notfind-body {
        padding: 10px 20px;
        border: 0;
        background-color: #f2f2f2;
        margin-top: 10px;
        line-height: 22px; /*! width: 768px; */
        position: relative;
        text-align: center;
        margin: auto;
    }

.select-com {
    margin-bottom: 20px; /*padding-left: 7px;*/
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.select-node {
    position: relative;
    padding-right: 15px;
    font-size: 17px;
}

    .select-node a {
        color: #448ef3;
    }

.result-top {
    margin-top: 10px;
    height: 43px;
    background-color: #f7f9fc;
    border: 0;
}

    .result-top .col1 {
        margin-left: -6px;
        width: 50%;
        text-align: center;
        font-weight: bold;
        color: #333;
    }

    .result-top .col2 {
        text-align: center;
        font-weight: bold;
        color: #333;
        width: 50%;
    }

    .result-top span, .result-top a {
        display: inline-block;
        height: 43px;
        line-height: 43px;
        vertical-align: middle;
        font-size: 14px;
    }

#select-data {
    z-index: 4;
    display: block;
    margin-top: 10px;
    position: relative;
}

.result-info2 {
    border: 0;
    width: 100%;
}

    .result-info2 td {
        padding: 15px;
        color: #000;
        background-color: #fff;
        font-size: 12px;
        FONT-WEIGHT: 500;
        width: calc(50% - 30px);
    }

    .result-info2 tr:nth-child(even) td {
        border-bottom: 1px solid #e4eaf2;
        border-top: 1px solid #e4eaf2;
    }

    .result-info2 .status {
        width: 30px;
        padding: 0;
        background: url("../images/ico_status.gif") -60px center no-repeat;
    }

    .result-info2 .status-first {
        background: url("../images/ico_status.gif") -11px center no-repeat;
    }

    .result-info2 .status-check {
        background: url("../images/ico_status.gif") -160px center no-repeat;
    }

    .result-info2 .status-wait {
        background: url("../images/ico_status.gif") -110px center no-repeat;
    }

    .result-info2 .last td {
        color: #FF8c00;
        border-bottom: none;
        background-color: #ffffff
    }

    .result-info2 .row1 {
        width: 50%;
        text-align: center;
    }

.error-tip {
    display: block;
    padding: 8px;
    line-height: 24px;
    background-color: #FFFAE2;
    border: 1px solid #F5E190;
    margin-top: 10px;
    font-size: 12px;
}

.error-tip-close {
    display: block;
    float: right;
    width: 17px;
    height: 17px;
    margin-top: -3px;
    margin-right: -3px;
}

.phonetip {
    text-decoration: none;
    outline: none;
    display: inline-block;
}

    .phonetip:hover {
        text-decoration: underline;
    }
/**/
