﻿* {
    margin: 0;
    padding: 0;
}

.NoShow {
    display: none !important;
}
#PointName{
    display:none;
}
body {
    margin: 0 auto;
    font-size: 14px;
    padding: 0;
    background: #f4f4f4;
    font-family: "微软雅黑",Arial,"宋体";
    -webkit-text-size-adjust: none;
}

a {
    text-decoration: none;
    color: #333;
}
.f_left{float:left;}
.f_right{float:right;}
.p_left-20{padding-left:20px;}
.orange{color:#f86539;}
.red{color:#f00;}
.p_right-5{padding-right:5px;}
.m_bottom-10{margin-bottom:10px;}
/**------start顶部css---------**/
.fheader {
    float: left;
    width: 100%;
    background: #eee;
}

.fheader .header-nav {
    width: 100%;
    height: 98px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.fheader .header-nav .hnav_main {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.fheader .header-nav .hnav_main .hnm_left {
    float: left;
    width: 480px;
}

.fheader .header-nav .hnav_main .hnm_left img {
    float: left;
    border: 0;
    margin-top: 3px;
    width: 240px;
    height: 92px;
}

.fheader .header-nav .hnav_main .hnm_left .nml_info {
    float: left;
    display: block;
    margin-top: 25px;
    height: 48px;
    line-height: 48px;
    padding-left: 10px;
    font-weight: normal;
    font-size: 18px;
    color: #888;
    border-left: 1px solid #aaa;
}

.fheader .header-nav .hnav_main .hnm_right {
    float: left;
    width: 720px;
    text-align: right;
}

.header-nav .hnav_main .hnm_right .hmr_top {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.header-nav .hnav_main .hnm_right .hmr_top .mrt_tile {
    font-weight: normal;
    color: #888;
    font-size: 16px;
}

.header-nav .hnav_main .hnm_right .hmr_top .mrt_tel {
    font-weight: normal;
    font-size: 15px;
    color: #f00;
    padding-right: 10px;
}

.header-nav .hnav_main .hnm_right .hmr_top .user_welcome {
    font-weight: normal;
}

.header-nav .hnav_main .hnm_right .hmr_top .user_info {
    font-weight: normal;
}

.header-nav .hnav_main .hnm_right .hmr_bottom {
    float: left;
    width: 100%;
    height: 58px;
    line-height: 58px;
    border-top: 1px solid #eee;
}

.header-nav .hnav_main .hnm_right .hmr_bottom ul {
    padding: 0;
    margin: 0;
    text-align: right;
}

.header-nav .hnav_main .hnm_right .hmr_bottom ul li {
    float: left;
    padding-right: 40px;
    font-size: 16px;
    list-style-type: none;
}

.header-nav .hnav_main .hnm_right .hmr_bottom ul li a:hover {
    color: #f00;
}

.header-space {
    float: left;
    width: 100%;
    height: 60px;
    background: #fff;
}

.header-space .current_page {
    width: 1200px;
    line-height: 60px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    text-indent: 10px;
}

/*--------第二种风格公共页样式-------*/
#Home2{
    width:100%;
    height:auto;
    position:relative;
}
#Home2 .fheader {
    width: 100%;
    background: #eee;
}

#Home2 .fheader .header-nav {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}
#Home2 .fheader .header-nav .hnav_main{
    width: 100%;
}
#Home2 .fheader .header-nav .header-top{
    height: 32px;
    line-height: 32px;
    background-color: #484848;
    color: #ccc;
}    

#Home2 .fheader .header-nav .header-top ul{
    width: 1200px;
    margin: 0 auto;
}
#Home2 .fheader .header-nav .header-top ulL::after{
    content:'';
    height:0;
    clear:both;
    visibility: hidden;
    display: block;
}
#Home2 .fheader .header-nav .header-top ul li{

}
#Home2 .fheader .header-nav .header-top ul li a{
    cursor:pointer;
    padding-right:20px;
}
#Home2 .fheader .header-nav .header-top ul li a i{
    color:#ccc;
}
#Home2 .fheader .header-nav .header-top ul li a font{
    color: #ccc;
}
#Home2 .fheader .header-nav .header-box{
    width:100%;
}
#Home2 .fheader .header-nav .header_logo{
    width: 1200px;
    margin: 0 auto;
}

#Home2 .header-space {
    float: left;
    width: 100%;
    height: 60px;
    background: #fff;
}

#Home2 .header-space .current_page {
    width: 1200px;
    line-height: 60px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    text-indent: 10px;
}

#Home2 .ffooter {
    float: left;
    width: 100%;
    color:#f5f5f5;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    background: #484848;
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding: 20px 0 10px 0;
    /*position:fixed;
    bottom:0;*/
}
#Home2 .ffooter .box{
    width:1200px;
    margin:0 auto;
}
#Home2 .ffooter .box .con{
    width:100%;
    display:flex;
    padding:10px 0 20px 0;
}
#Home2 .ffooter .box .con .item{
    flex:1;
}
#Home2 .ffooter .box .con .item p{
    text-align:left;
    font-size:12px;
}
#Home2 .ffooter .box .con .item .title{
    font-size:14px;
    padding-bottom:10px;
}
#Home2 .ffooter .box .con .item a{
    color:#f5f5f5;
    padding:5px;
    cursor:pointer;
    font-size:15px;
    text-decoration:none;
}
#Home2 .ffooter .box .con .item a:hover{
    color:#f00;
    text-decoration:underline;
}
#Home2 .ffooter .box .copyright {
    font-size:14px;
}
#Home2 .ffooter .box .copyright a {
    text-decoration: underline;
    padding-top: 10px;
    font-size: 14px;
    color:#f5f5f5;
}
#Home2 .RemBox{
    padding:20px 40px;
    color:#333;
}
#Home2 .RemBox h3{
    font-size:24px;
    font-weight:600;
    text-align:center;
    padding:10px 0;
}
#Home2 .RemBox h4{
    font-size:18px;
    font-weight:600;
    padding:10px 0;
}
#Home2 .RemBox p{
    padding:2px 0;
    font-size:15px;
    text-indent:20px;
}
/**------end 顶部css---------**/
/**------start 会员主要内容css---------**/
.fmain-container {
    float: left;
    width: 100%;
    margin: 0 auto;
}

.fmain {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .fmain .main_box {
        margin: 0 auto;
        width: 1160px;
    }

    .fmain .mmain {
        width: 1200px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin: 0 auto;
        padding: 20px;
        height: auto;
        float: left;
        background: #fff;
    }

    .fmain .reg_mdiv {
        height: 720px;
    }

.FindPwd_Title_show {
    background-color: #fff;
    border: 1px solid #f90;
    border-bottom-color: #fff;
}

.mmain .FindPwd_Item {
    display: none;
}

.FindPwd_Item_show {
    display: block !important;
}

.mmain .FindPwd_Title {
    width: 100%;
    height: 40px;
    margin: 20px 0px;
    border-bottom: 1px solid #f90;
    padding: 0;
}

    .mmain .FindPwd_Title li {
        display: inline-block;
        line-height: 39px;
        position: relative;
        padding: 0 10px;
        text-align: center;
        cursor: pointer;
        color: #333;
    }

.mmain .mlogin_title {
    font-size: 32px;
    color: #f00;
}

.mmain .mlogin_msg {
    color: #aaa;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #aaa;
}

.mmain .mlogin_doreg {
    color: #f00;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}

.mmain .mlogin_form {
    float: left;
    width: 100%;
}

.mmain #register_form p {
    width: 100%;
}

.mmain .mlogin_form p {
    float: left;
    width: 51%;
    margin-top: 14px;
    margin-bottom: 14px;
}

.mmain .mlogin_form .mf_txt {
    float: left;
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
}

.mmain .mlogin_form .mf_rtxt {
    float: left;
    display: block;
    height: 35px;
}

.mmain .mlogin_form .mf_vimg {
    cursor: pointer;
    padding-top: 0px;
    margin-left: 10px;
    position: absolute;
    margin-top: 0px;
    border: 1px solid #bbb;
}

.mmain .mlogin_form .mf_input {
    width: 300px;
    height: 35px;
}

.mmain .mlogin_form .note_input {
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
}

.mmain #register_form .serveice_txt {
    float: left;
    position: relative;
    line-height: 38px;
    margin: 0px 30px 0px 80px;
}

    .mmain #register_form .serveice_txt input {
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 9px;
    }

    .mmain #register_form .serveice_txt span {
        display: inline-block;
        text-decoration: underline;
        margin-left: 30px;
        font-size: 16px;
        font-weight: normal;
        color: #e4000f;
        cursor: pointer;
    }

.select_astro {
    width: 300px;
    height: 35px;
    border: none;
    background-image: url(../../Images/userlog_input_bg.png);
}

.mmain .mlogin_form .mf_submit {
    width: 119px;
    height: 37px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
/**------end会员主要内容css---------**/

/**---------start集运主要内容----------------**/
.fbmain {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.fbmain .buymain {
    float: left;
    width: 1200px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.fbmain .buymain .bm-left {
    float: left;
    width: 210px;
    background: #fff;
    margin-right: 10px;
    padding-top: 2px;
    padding-bottom: 20px;
}

.fbmain .buymain .bm-left .sel_country {
    float: left;
    margin-left: 10px;
}

.fbmain .buymain .bm-left .sel_country .country_change {
    margin-top: 10px;
    margin-bottom: 4px;
    width: 188px;
    height: 30px;
    border: 1px solid #bbb;
    font-size: 14px;
    color: #333;
}

.fbmain .buymain .bm-left ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.fbmain .buymain .bm-left ul li {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-indent: 10px;
    width: 188px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    background: #f3f3f3;
    cursor: pointer;
}

.fbmain .buymain .bm-left ul img {
    margin-right: 8px;
    vertical-align: middle;
}

.fbmain .buymain .bm-left ul em {
    font-style: normal;
}

.fbmain .buymain .bm-left ul .li_active {
    background: #ff7514;
    color: #fff;
}

.fbmain .buymain .bm-left ul .member_integral {
    background: #e4000f;
    color: #fff;
}

.fbmain .buymain .bm-left ul li:hover {
    background: #ff7514;
    color: #fff;
}

.fbmain .buymain .bm-right {
    float: left;
    width: 980px;
    background: #fff;
}

.fbmain .buymain .bm-right ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.fbmain .buymain .bm-right .brc_header {
    width: 960px;
    margin: 0 auto;
    margin-top: 0px;
}

.buymain .bm-right .brc_header .user-info-box {
    float: left;
    width: 450px;
    border-right: 1px solid #e3e3e3;
}

.buymain .bm-right .brc_header .user-info-top {
    float: left;
    width: 420px;
    height: 40px;
    font-weight: bold;
    font-size: 16px;
    padding-top: 20px;
    margin-left: 20px;
    border-bottom: 1px solid #ddd;
}

.buymain .bm-right .brc_header .user-info-top a {
    color: #f00;
}

.fbmain .buymain .bm-right .user-info-list {
    float: left;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
}

.fbmain .buymain .bm17-right .user-info-list #country_change {
    font-size: 14px;
    color: #333;
    border: 1px solid #bbb;
    width: 120px;
    height: 24px;
}

.fbmain .buymain .bm-right .user-info-list li {
    padding-top: 6px;
    padding-bottom: 6px;
}

.fbmain .buymain .bm-right .user-info-list em {
    font-style: normal;
}

.fbmain .buymain .bm-right .user-info-list .btn-green {
    display: inline-block;
    width: 75px;
    height: 32px;
    line-height: 32px;
    margin-left: 20px;
    background: #f90;
    color: #fff;
    text-align: center;
}

.fbmain .buymain .bm-right .user-info-list .money_item {
    margin-top: 4px;
    margin-bottom: 4px;
}

.fbmain .buymain .bm-right .user-info-list .money_result {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    display: none;
}

.fbmain .buymain .bm-right .brc_addr {
    float: left;
    width: 460px;
    margin-left: 10px;
}

.fbmain .buymain .bm-right .brc_addr .br_title {
    width: 460px;
    height: 60px;
    line-height: 60px;
    text-indent: 20px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.fbmain .buymain .bm-right .brc_addr .br_info {
    margin-top: 20px;
}

.fbmain .buymain .bm-right .brc_addr .br_info p {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fbmain .buymain .bm-right .brc_addr .br_info .binfo_txt {
    width: 20%;
    float: left;
    display: block;
    text-indent: 20px;
    font-weight: normal;
}

.fbmain .buymain .bm-right .brc_addr .br_info .binfo_msg {
    width: 80%;
    float: left;
    display: block;
    font-weight: normal;
    word-wrap: break-word;
}

/*----风格2样式----*/

#Home2 .fbmain {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#Home2 .fbmain::after{
    height:0;
    content:'';
    display:block;
    clear:both;
    visibility:hidden;
}

#Home2 .fbmain .buymain {
    float: left;
    width: 1200px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

#Home2 .fbmain .buymain .bm-left {
    float: left;
    width: 210px;
    background: #fff;
    margin-right: 10px;
    padding-top: 2px;
    padding-bottom:0;
}

#Home2 .fbmain .buymain .bm-left .sel_country {
    float: left;
    margin-left: 10px;
}

#Home2 .fbmain .buymain .bm-left .sel_country .country_change {
    margin-top: 10px;
    margin-bottom: 4px;
    width: 188px;
    height: 30px;
    border: 1px solid #bbb;
    font-size: 14px;
    color: #333;
}

#Home2 .fbmain .buymain .bm-left ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#Home2 .fbmain .buymain .bm-left ul li {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-indent: 10px;
    width: 188px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    background: #f3f3f3;
    cursor: pointer;
}

#Home2 .fbmain .buymain .bm-left ul img {
    margin-right: 8px;
    vertical-align: middle;
}

#Home2 .fbmain .buymain .bm-left ul em {
    font-style: normal;
}

#Home2 .fbmain .buymain .bm-left ul .li_active {
    background: #ff7514;
    color: #fff;
}

#Home2 .fbmain .buymain .bm-left ul .member_integral {
    background: #e4000f;
    color: #fff;
}

#Home2 .fbmain .buymain .bm-left ul li:hover {
    background: #ff7514;
    color: #fff;
}

#Home2 .fbmain .buymain .bm-right {
    float: left;
    width: 980px;
    background: #fff;
}
#Home2 .fbmain .buymain .bm-right .brc_header {
    width: 960px;
    margin: 0 auto;
    margin-top: 0px;
}

#Home2 .buymain .bm-right .brc_header .user-info-box {
    float: left;
    width: 450px;
    border-right: 1px solid #e3e3e3;
}

#Home2 .buymain .bm-right .brc_header .user-info-top {
    float: left;
    width: 420px;
    height: 40px;
    font-weight: bold;
    font-size: 16px;
    padding-top: 20px;
    margin-left: 20px;
    border-bottom: 1px solid #ddd;
}

#Home2 .buymain .bm-right .brc_header .user-info-top a {
    color: #f00;
}

#Home2 .fbmain .buymain .bm-right .user-info-list {
    float: left;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
}

#Home2 .fbmain .buymain .bm17-right .user-info-list #country_change {
    font-size: 14px;
    color: #333;
    border: 1px solid #bbb;
    width: 120px;
    height: 24px;
}

#Home2 .fbmain .buymain .bm-right .user-info-list li {
    padding-top: 6px;
    padding-bottom: 6px;
}

#Home2 .fbmain .buymain .bm-right .user-info-list em {
    font-style: normal;
}

#Home2 .fbmain .buymain .bm-right .user-info-list .btn-green {
    display: inline-block;
    width: 75px;
    height: 32px;
    line-height: 32px;
    margin-left: 20px;
    background: #f90;
    color: #fff;
    text-align: center;
}

#Home2 .fbmain .buymain .bm-right .user-info-list .money_item {
    margin-top: 4px;
    margin-bottom: 4px;
}

#Home2 .fbmain .buymain .bm-right .user-info-list .money_result {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    display: none;
}

#Home2 .fbmain .buymain .bm-right .brc_addr {
    float: left;
    width: 460px;
    margin-left: 10px;
}

#Home2 .fbmain .buymain .bm-right .brc_addr .br_title {
    width: 460px;
    height: 60px;
    line-height: 60px;
    text-indent: 20px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

#Home2 .fbmain .buymain .bm-right .brc_addr .br_info {
    margin-top: 20px;
}

#Home2 .fbmain .buymain .bm-right .brc_addr .br_info p {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#Home2 .fbmain .buymain .bm-right .brc_addr .br_info .binfo_txt {
    width: 20%;
    float: left;
    display: block;
    text-indent: 20px;
    font-weight: normal;
}

#Home2 .fbmain .buymain .bm-right .brc_addr .br_info .binfo_msg {
    width: 80%;
    float: left;
    display: block;
    font-weight: normal;
    word-wrap: break-word;
}

#Home2 .sleft {
    float: left;
    width: 210px;
    text-align: left;
    background-color: #f4f4f4;
}

#Home2 .sleft em {
    font-style: normal;
}

#Home2 .sleft .titcen .icon {
    font-weight: normal;
    height: 34px;
    line-height: 34px;
}

#Home2 .sleft .titcen.icon p, .sleft .titcen.icon ul {
}

#Home2 .sleft .titcen.icon p, .sleft .titcen.icon ul {
}

#Home2 .sleft .titcen dl dt b.pro {
    display: block;
    background-position: 10px -170px;
}

#Home2 .sleft .titcen dl dt b.seo {
    display: block;
    background-position: 10px 0px;
}

#Home2 .sleft .titcen dl dt b.shouh {
    display: block;
    background-position: 10px -272px;
}

#Home2 .sleft .titcen dl dt b.member {
    display: block;
    background-position: 10px -374px;
}

#Home2 .sleft .tbimg {
    float: left;
    clear: both;
    width: 205px;
    height: auto;
    margin: 0 auto;
    padding: 0px;
}

#Home2 .sleft .titcen {
    width: 210px;
    margin: 0px;
    text-align: center;
    padding:0;
}

#Home2 .sleft .titcen dl {
    list-style: none;
    text-align: center;
    padding: 15px;
    background:#fff;
    margin-bottom: 20px;
    width:auto;
}

#Home2 .sleft .titcen dl dt {
    float: none;
    clear: both;
    width: 180px;
    height: 37px;
    color: #666;
    margin: 0px;
    text-align: center;
    margin-bottom: 10px;
}

#Home2 .sleft .titcen dl dt b {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 10px;
}

#Home2 .sleft .titcen dl dt b.no {
    display: block;
    margin-top: 0;
    color: #ffffff;
    padding: 3px 0px;
    font-size:18px;
    background:#ff6609;
}

#Home2 .sleft .titcen dl dd {
    font-family: Arial, Helvetica, sans-serif;
    color: #393939;
    margin: 2px 0;
    text-align: left;
    padding-bottom: 2px;
    border-bottom: 1px solid #f5f5f5;
}

#Home2 .sleft .titcen dl dd a {
    padding: 10px 0 10px 55px;
    width: 125px;
    clear: both;
    display: block;
    position: relative;
    font-size: 14px;
    text-shadow:none;
    background:#fff;
    color:#333;
}

#Home2 .sleft .titcen dl dd a :hover{

}
#Home2 .sleft .titcen dl dd a .fa{
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 17px;
    color: #f7f7f7;
    width: 30px;
    height: 30px;
    background: #f86539;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

/**---------end集运主要内容----------------**/

/**---------start我的包裹------------**/
.fbmain .buymain .bm-right .br_order {
    width: 960px;
    margin: 0 auto;
    margin-top: 10px;
}
.billcode_form .layui-table td, .billcode_form .layui-table th{
    padding: 8px;
    min-height: 15px;
    line-height: 15px;
    border: 1px solid #e2e2e2;
    font-size: 13px;
}
.fbmain .buymain .bm-right .br_order .brr_title {
    text-indent: 20px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
}

.fbmain .buymain .bm-right .fcomm_title {
    width: 920px;
    margin-left: 10px;
    text-indent: 20px;
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.fbmain .buymain .bm-right .AddAddress_tab .ShangChao_span {
    display: inline-block;
    margin-left: 8px;
    border-left: 1px solid #dbdbdb;
    text-indent: 12px;
    width: 340px;
    height: 48px;
}

    .fbmain .buymain .bm-right .AddAddress_tab .ShangChao_span a {
        color: #f00;
        margin-right: 15px;
        font-size: 15px;
        border-bottom: 1px solid #f00;
        padding-bottom: 2px;
        font-weight: normal;
        line-height: 48px;
    }

.fbmain .buymain .bm-right .br_order .brr_info {
     margin-bottom: 3rem;
    margin-top: 20px;
    width: 960px;
    height: 15px;
    text-indent: 20px;
    text-align: left;
    color: green;
}

.fbmain .buymain .bm-right .br_order .brr_info_rem {
    width: 940px;
    padding: 10px 0px 15px 20px;
    min-height: 40px;
    word-wrap: break-word;
    word-break: break-all;
    text-align: left;
    color: #f00;
}

.fbmain .buymain .bm-right .br_order .brr_table {
    width: 920px;
    border: 1px solid #7E7E7E;
}

    .fbmain .buymain .bm-right .br_order .brr_table tr {
        width: 920px;
    }

        .fbmain .buymain .bm-right .br_order .brr_table tr td {
            text-align: center;
            border: 1px solid #7E7E7E;
            height: 35px;
        }

            .fbmain .buymain .bm-right .br_order .brr_table tr td .btab_txt {
                font-weight: normal;
            }

            .fbmain .buymain .bm-right .br_order .brr_table tr td .btab_msg {
                font-weight: normal;
                font-size: 15px;
            }

                .fbmain .buymain .bm-right .br_order .brr_table tr td .btab_msg .input_kdnumber {
                    float: left;
                    display: inline-block;
                    width: 190px;
                    height: 20px;
                }

                .fbmain .buymain .bm-right .br_order .brr_table tr td .btab_msg .br_input {
                    width: 100%;
                    height: 20px;
                    border: none;
                    text-align: center;
                }

                .fbmain .buymain .bm-right .br_order .brr_table tr td .btab_msg .br_select {
                    width: 100%;
                    border-color: #fff;
                    text-indent: 10px;
                    border: none;
                }

                .fbmain .buymain .bm-right .br_order .brr_table tr td .btab_msg .Goods_Mumber {
                    width: 60px;
                }

                .fbmain .buymain .bm-right .br_order .brr_table tr td .btab_msg .br_memo {
                    width: 100%;
                    border: none;
                    text-align: center;
                }

            .fbmain .buymain .bm-right .br_order .brr_table tr td .btab_txt .immediately_check {
                width: 50%;
                height: 20px;
            }

.fbmain .buymain .bm-right .br_order .brr_tab {
    width: 920px;
    margin-left: 10px;
    border-top: 1px solid #dbdbdb;
}

    .fbmain .buymain .bm-right .br_order .brr_tab ul li {
        float: left;
        width: 920px;
        border: 1px solid #dbdbdb;
        border-top: none;
    }

    .fbmain .buymain .bm-right .br_order .brr_tab ul .btab_txt {
        float: left;
        display: block;
        width: 158px;
        height: 48px;
        line-height: 48px;
        text-align: right;
        border-right: 1px solid #dbdbdb;
        background: #f8f8f8;
        font-weight: normal;
    }

    .fbmain .buymain .bm-right .br_order .brr_tab ul .immediately_check {
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin-top: 12px;
        margin-right: 6px;
        border: 1px solid #ddd;
        cursor: pointer;
    }

    .fbmain .buymain .bm-right .br_order .brr_tab ul .clp_hide {
        display: none;
    }

    .fbmain .buymain .bm-right .br_order .brr_tab ul .clp_show {
        display: block;
    }

    .fbmain .buymain .bm-right .br_order .brr_tab ul .btab_msg {
        float: left;
        display: block;
        width: 330px;
        height: 48px;
        line-height: 48px;
        font-weight: normal;
        margin-left: 10px;
    }

    .fbmain .buymain .bm-right .br_order .brr_tab ul .btab_note {
        float: left;
        display: block;
        width: 400px;
        height: 48px;
        line-height: 48px;
        font-weight: normal;
        margin-left: 8px;
        border-left: 1px solid #dbdbdb;
        text-indent: 12px;
        color: #f00;
    }

    .fbmain .buymain .bm-right .br_order .brr_tab ul .btab_card {
        display: block;
    }


    .fbmain .buymain .bm-right .br_order .brr_tab ul .br_select {
        width: 300px;
        height: 32px;
        line-height: 32px;
        margin-top: 8px;
        color: #000;
        font-size: 14px;
        border: 1px solid #dbdbdb;
    }

    .fbmain .buymain .bm-right .br_order .brr_tab ul .br_input {
        width: 300px;
        height: 26px;
        line-height: 26px;
        margin-top: 11px;
        border: 1px solid #dbdbdb;
    }

    .fbmain .buymain .bm-right .br_order .brr_tab ul .br_memo {
        width: 480px;
        height: 26px;
        line-height: 26px;
        margin-top: 11px;
        border: 1px solid #dbdbdb;
    }

.fbmain .buymain .bm-right .br_order .brr_btn {
    float: left;
    width: 980px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.fbmain .buymain .bm-right .member_update {
    float: left;
    width: 960px;
    margin-top: 40px;
    margin-left: 10px;
    margin-bottom: 40px;
}

    .fbmain .buymain .bm-right .member_update .member_mod_title {
        width: 920px;
        height: 52px;
        line-height: 52px;
        text-indent: 20px;
        font-size: 18px;
        font-weight: bold;
        margin-left: 10px;
        border-top: 1px solid #dbdbdb;
        border-left: 1px solid #dbdbdb;
        border-right: 1px solid #dbdbdb;
    }

.fbmain .buymain .bm-right .br_pack {
    float: left;
    width: 980px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

    .fbmain .buymain .bm-right .br_pack .brp_title {
        text-indent: 20px;
        font-size: 16px;
        font-weight: bold;
        padding-top: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .fbmain .buymain .bm-right .br_pack .brp_msg {
        color: #f00;
        text-indent: 20px;
    }

/* --  我的包裹选项卡样式  -- */

.fbmain .buymain .bm-right .pack_tab {
    width: 960px;
    height: auto;
    margin: 0 auto;
}

    .fbmain .buymain .bm-right .pack_tab ul {
        width: 100%;
        height: 40px;
        margin-bottom: 20px;
        border-bottom: 1px solid #008000;
        padding: 0;
    }

        .fbmain .buymain .bm-right .pack_tab ul li {
            display: inline-block;
            line-height: 39px;
            position: relative;
            padding: 0 10px;
            text-align: center;
            cursor: pointer;
            color: #333;
        }

    .fbmain .buymain .bm-right .pack_tab .pack_tab-item {
        display: none;
    }

.pack_tab_show {
    background-color: #fff;
    border: 1px solid #008000;
    border-bottom-color: #fff;
    color: #008000;
}

.tab-show {
    display: block !important;
}

.fbmain .buymain .bm-right .pack_tab .submit_many tr {
    width: 100%;
    display: block;
    margin: 10px 0;
}

.fbmain .buymain .bm-right .pack_tab .submit_many .kdbillcode_tip {
    float: right;
    text-align: center;
    color: #f00;
    font-size: 16px;
    margin-right: 50px;
    margin-top: -200px;
}

.fbmain .buymain .bm-right .pack_tab .submit_many .btab_msg {
    width: 80px;
    text-align: left;
    display: block;
    float: left;
    line-height: 35px;
}

.fbmain .buymain .bm-right .pack_tab .submit_many table input {
    width: 235px;
    height: 35px;
}

.fbmain .buymain .bm-right .pack_tab .submit_many select {
    width: 239px;
    height: 35px;
}

.fbmain .buymain .bm-right .pack_tab .submit_many .submit_many_kdbillcode {
    width: 237px;
    height: 120px;
    resize: none;
}
/* --  提交订单选择地址选项卡样式  -- */

.fbmain .buymain .bm-right .address_tab {
    width: 960px;
    height: auto;
    margin: 10px;
    float: left;
}

    .fbmain .buymain .bm-right .address_tab ul {
        width: 100%;
        height: 40px;
        margin-bottom: 20px;
        border-bottom: 1px solid #008000;
        padding: 0;
    }

        .fbmain .buymain .bm-right .address_tab ul li {
            display: inline-block;
            line-height: 39px;
            position: relative;
            padding: 0 10px;
            text-align: center;
            cursor: pointer;
            color: #333;
        }

    .fbmain .buymain .bm-right .address_tab .address_tab-item {
        display: none;
    }

.address_tab_show {
    background-color: #fff;
    border: 1px solid #008000;
    border-bottom-color: #fff;
    color: #008000;
}

.tab-show {
    display: block !important;
}

/* --  新增地址选项卡样式  -- */

.fbmain .buymain .bm-right .AddAddress_tab {
    width: 920px;
    height: auto;
}

    .fbmain .buymain .bm-right .AddAddress_tab .AddAddress_tab_ul {
        width: 100%;
        height: 40px;
        margin-bottom: 20px;
        border-bottom: 1px solid #008000;
        padding: 0;
    }

    .fbmain .buymain .bm-right .AddAddress_tab .AddAddress_tab_item .shangchao {
        display: none;
    }

    .fbmain .buymain .bm-right .AddAddress_tab .AddAddress_tab_ul li {
        display: inline-block;
        line-height: 39px;
        position: relative;
        padding: 0 10px;
        text-align: center;
        cursor: pointer;
        color: #333;
    }

.AddAddress_tab_show {
    background-color: #fff;
    border: 1px solid #008000;
    border-bottom-color: #fff;
    color: #008000;
}

.tab-show {
    display: block !important;
}

/* --  仓库名称选项卡样式部分  -- */

.fbmain .buymain .bm-right .br_pack .brp_HouseNameTab {
    float: left;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

    .fbmain .buymain .bm-right .br_pack .brp_HouseNameTab ul {
        width: 918px;
        height: 38px;
        float: left;
        margin-left: 20px;
        border: 1px solid #7E7E7E;
        background-color: #f2f2f2;
    }

        .fbmain .buymain .bm-right .br_pack .brp_HouseNameTab ul li {
            float: left;
            height: 38px;
            width: 100px;
            text-align: center;
            line-height: 38px;
            cursor: pointer;
        }

    .fbmain .buymain .bm-right .br_pack .brp_HouseNameTab .brp_HouseNameTab_item {
    }

.houseName_active {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom-color: #fff;
    border-left-color: #7e7e7e;
    border-right-color: #7e7e7e;
}

.ShowClass {
    display: none;
}
/* --  仓库名称选项卡样式部分  -- */
.fbmain .buymain .bm-right .br_pack .brp_tab {
    float: left;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

    .fbmain .buymain .bm-right .br_pack .brp_tab table {
        /*display:none;*/
        width: 920px;
        margin-left: 20px;
        text-align: center;
        border: 1px solid #7e7e7e;
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

        .fbmain .buymain .bm-right .br_pack .brp_tab table tr th {
            height: 60px;
            /*line-height: 60px;*/
            font-size: 12px;
            border-bottom: 1px solid #7e7e7e;
        }

        .fbmain .buymain .bm-right .br_pack .brp_tab table tr td {
            border-bottom: 1px solid #7e7e7e;
            height: 72px;
            width: 100px;
            /*line-height:72px;*/
        }

        .fbmain .buymain .bm-right .br_pack .brp_tab table tr .listid {
            width: 16px;
            height: 16px;
        }

        .fbmain .buymain .bm-right .br_pack .brp_tab table tr .kd_bc {
            line-height: 24px;
        }

        .fbmain .buymain .bm-right .br_pack .brp_tab table tr .td_red {
            font-weight: normal;
            color: #f00;
        }

        .fbmain .buymain .bm-right .br_pack .brp_tab table tr .other p {
            color: #f00;
            cursor: pointer;
            height: 24px;
            line-height: 24px;
        }

.fbmain .buymain .bm-right .br_pack .brp_operate {
    float: left;
    width: 940px;
    height: auto;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbb;
}

    .fbmain .buymain .bm-right .br_pack .brp_operate .total_txt {
        padding-left: 50px;
        margin-bottom: 20px;
        color: #f00;
    }

        .fbmain .buymain .bm-right .br_pack .brp_operate .total_txt .AllCount {
        }

        .fbmain .buymain .bm-right .br_pack .brp_operate .total_txt .AllWeight {
            padding-left: 50px;
        }

    .fbmain .buymain .bm-right .br_pack .brp_operate .brp_check {
        display: block;
        float: left;
        width: 24px;
        height: 24px;
        margin-top: 8px;
        border: 1px solid #ddd;
        cursor: pointer;
    }

    .fbmain .buymain .bm-right .br_pack .brp_operate .all_select {
        float: left;
        font-weight: normal;
        font-size: 16px;
        margin-top: 8px;
        padding-left: 10px;
        padding-right: 40px;
    }

.fbmain .buymain .bm-right .or_main {
    width: 960px;
    margin-top: 10px;
    color:#333;
}

.fbmain .buymain .bm-right .or_main .order_query{
    width: 920px;
    margin: 20px 0px 0px 20px;
    font-size:16px;

}
.fbmain .buymain .bm-right .or_main .order_query input{
    border:1px solid #999999;
    background-color:#fff;
    text-align:center;
    height:30px;
}
.fbmain .buymain .bm-right .or_main .order_query input[type=text]
{
    width:160px;
    margin-right:15px;
    border-color:#e6e6e6;
    font-size:15px;
}
.fbmain .buymain .bm-right .or_main .order_query input[type=button]
{
    padding:0px 12px;
    cursor: pointer;
    font-size:15px;
}
    .fbmain .buymain .bm-right .or_main .orm_title {
        text-indent: 20px;
        font-size: 16px;
        font-weight: bold;
        padding-top: 10px;
    }

    .fbmain .buymain .bm-right .or_main .orm_info {
        width: 960px;
        height: 60px;
        line-height: 30px;
        text-align: center;
        color: green;
    }
    .fbmain .buymain .bm-right .or_main  .sum-info{
       display:flex;
       padding:20px;
   }
   .fbmain .buymain .bm-right .or_main  .sum-info span{
       flex:1;
       text-align:left;
       font-size:18px;
       font-weight:600;
       color:#f00;
   }
    .fbmain .buymain .bm-right .or_main .orm_tab {
        float: left;
        width: 980px;
        margin-left: auto;
        margin-right: auto;
    }

.orm_tab .Order_main {
    width: 100%;
    height: auto;
    background-color: #f00;
}

    .orm_tab .Order_main div {
        float: left;
        width: 100%;
    }

        .orm_tab .Order_main div span {
            padding: 7px 0px 7px 23px;
            min-height: 15px;
            font-size: 15px;
            display: inline-block;
            word-wrap: break-word;
            word-break: break-all;
        }

.Order_Null {
    margin: 0 auto;
    width: 100%;
    height: 10px;
    background-color: #f4f4f4;
}

.fbmain .buymain .bm-right .or_main .orm_tab table {
    width: 920px;
    margin-left: 20px;
    text-align: center;
    margin-top: 20px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

    .fbmain .buymain .bm-right .or_main .orm_tab table tr th {
        border: 1px solid #999999;
        border-right: none;
        border-bottom: 1px;
        height: 48px;
        line-height: 48px;
        background: #fdd000;
        font-weight: normal;
    }

    .fbmain .buymain .bm-right .or_main .orm_tab table tr td {
        border: 1px solid #999999;
        border-right: none;
        border-bottom: none;
        max-width: 200px;
        min-height: 48px;
        line-height: 20px;
        height: 48px;
        word-wrap: break-word;
        word-break: normal;
        padding: 0px 2px;
    }

    .fbmain .buymain .bm-right .or_main .orm_tab table .tankinfo td{
        line-height:15px !important;
        text-align:left !important;
        text-indent: 5px !important;
        min-height: 35px !important;
        height: 35px !important;
    }
        .fbmain .buymain .bm-right .or_main .orm_tab table tr td .clearOrder {
            display: block;
            width: 50px;
            text-decoration: none;
            border: 1px solid #ff5722;
            color: #e4000f;
            height: 30px;
            line-height: 30px;
            border-radius: 5px;
            text-align: center;
            margin: 0 auto;
            cursor: pointer;
        }

            .fbmain .buymain .bm-right .or_main .orm_tab table tr td .clearOrder:hover {
                background: #ff5722;
                color: #fff;
            }

    .fbmain .buymain .bm-right .or_main .orm_tab table tr .orderdetail_address {
        max-width: 150px;
    }

    .fbmain .buymain .bm-right .or_main .orm_tab table tr .orderdetail_time {
        max-width: 100px;
        width: 80px;
    }

    .fbmain .buymain .bm-right .or_main .orm_tab table tr td a {
        color: #f20;
        text-decoration: underline;
    }
    .fbmain .buymain .bm-right .or_main .orm_tab table tr td a {
        color: #f20;
        text-decoration: underline;
        cursor:pointer;
    }
    .fbmain .buymain .bm-right .or_main .orm_tab table tr td .gopaypal{
        padding-top: 10px;
        display: block;
        color: #009688;
        font-weight: 600;
    }

    /*.fbmain .buymain .bm-right .or_main .orm_tab table {
    width:920px;
    margin-left:20px;
    text-align:center;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
}
.fbmain .buymain .bm-right .or_main .orm_tab table tr th {
   border:1px solid #999999;
   border-right:none;
   border-bottom:1px;
   height:48px;
   line-height:48px;
   background:#fdd000;
   font-weight:normal;
}
.fbmain .buymain .bm-right .or_main .orm_tab table tr td{
   border:1px solid #999999;
   border-right:none;
   border-bottom:none;
   height:60px;
   line-height:60px;
}
.fbmain .buymain .bm-right .or_main .orm_tab table tr td a {
    color:#f20;
}
.fbmain .buymain .bm-right .or_main .orm_tab table tr td a:hover{
    text-decoration:underline;
}*/
    .fbmain .buymain .bm-right .or_main .orm_tab table .otab_id {
        width: 60px;
    }

    .fbmain .buymain .bm-right .or_main .orm_tab table .otab_weight {
        width: 60px;
    }

    .fbmain .buymain .bm-right .or_main .orm_tab table .otab_addr {
        width: 180px;
    }

    .fbmain .buymain .bm-right .or_main .orm_tab table .otab_pay {
        width: 60px;
    }

    .fbmain .buymain .bm-right .or_main .orm_tab table .otab_tip {
        width: 48px;
    }

    .fbmain .buymain .bm-right .or_main .orm_tab table .otab_stats {
        width: 90px;
    }

.fbmain .buymain .bm-right .or_main .orm_tab .view_paycode {
    font-weight: normal;
    cursor: pointer;
    color: #f00;
    text-decoration: underline;
}

.fbmain .buymain .bm-right .or_main .orm_total {
    float: left;
    width: 920px;
    margin-left: 20px;
    padding-top: 12px;
    font-size: 16px;
    text-indent: 4px;
}

.fbmain .buymain .bm-right .orm_fpage {
    float: left;
    width: 920px;
    height: 48px;
    margin-left: 20px;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
    border-top: 1px solid #f8f8f8;
}

    .fbmain .buymain .bm-right .orm_fpage ul li {
        border: 1px solid orange;
        width: 34px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-right: 4px;
        margin-right: 4px;
        list-style: none;
        background: #fff;
        cursor: pointer;
    }

        .fbmain .buymain .bm-right .orm_fpage ul li:hover {
            background: #f5f5f5;
        }

    .fbmain .buymain .bm-right .orm_fpage ul .fpage_active {
        background: #ff7514;
        color: #fff;
        border: 1px solid #f30;
    }

        .fbmain .buymain .bm-right .orm_fpage ul .fpage_active:hover {
            background: #ff7514;
            color: #fff;
            border: 1px solid #f30;
        }

    .fbmain .buymain .bm-right .orm_fpage ul .fpage_item {
        width: 50px;
        color: #555;
        font-size: 13px;
    }

    .fbmain .buymain .bm-right .orm_fpage ul .fpage_item_active {
        background-color: orange;
        color:#fff;
    }

    .fbmain .buymain .bm-right .orm_fpage ul .fpage_total {
        border: none;
        width: auto;
        padding-left: 8px;
        padding-right: 8px;
    }

        .fbmain .buymain .bm-right .orm_fpage ul .fpage_total:hover {
            background: none;
        }

.fbmain .buymain .bm-right .orm_fpage {
    *text-align: center;
}

    .fbmain .buymain .bm-right .orm_fpage ul {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

        .fbmain .buymain .bm-right .orm_fpage ul li {
            float: left;
            *float: none;
            *display: inline;
            *zoom: 1;
        }

.fbmain .buymain .bm-right .addrmn_list {
    float: left;
    width: 980px;
    margin: 0 auto;
    margin-top: 40px;
}

    .fbmain .buymain .bm-right .addrmn_list .faddrmn_title {
        width: 920px;
        margin-left: 20px;
        text-indent: 20px;
        font-size: 20px;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }

    .fbmain .buymain .bm-right .addrmn_list .addr_mod {
        cursor: pointer;
        font-weight: normal;
        padding-right: 4px;
        text-decoration: underline;
    }

    .fbmain .buymain .bm-right .addrmn_list .addr_del {
        cursor: pointer;
        font-weight: normal;
        color: #f00;
        padding-left: 4px;
        text-decoration: underline;
    }

.fbmain .buymain .bm-right .aml_tab {
    width: 920px;
    margin-left: 0px;
}

    .fbmain .buymain .bm-right .aml_tab table {
        width: 920px;
        margin-left: 20px;
        text-align: center;
        border-right: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
    }

        .fbmain .buymain .bm-right .aml_tab table tr th {
            border: 1px solid #e3e3e3;
            border-right: none;
            border-bottom: 1px;
            height: 48px;
            line-height: 48px;
            font-weight: normal;
            width: auto;
            white-space: nowrap;
            padding: 0 5px;
        }

        .fbmain .buymain .bm-right .aml_tab table .add-other {
            word-break: break-all;
            white-space: normal;
            padding: 0 10px;
        }

        .fbmain .buymain .bm-right .aml_tab table .add-address {
            word-wrap: break-word;
            word-break: break-all;
            padding: 0 10px;
        }

        .fbmain .buymain .bm-right .aml_tab table tr td {
            border: 1px solid #e3e3e3;
            border-right: none;
            border-bottom: none;
            height: 42px;
            line-height: 20px;
        }

.fbmain .buymain .bm-right .user_integral {
    float: left;
    width: 980px;
}

    .fbmain .buymain .bm-right .user_integral .user_tabletit {
        width: 920px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
    .fbmain .buymain .bm-right .user_integral .user_tabletit p .ExVolumeTitle{
        font-size:16px;
        color:#666;
        display:inline-block;
        padding-left:15px;
        font-weight:600;
    }
    .fbmain .buymain .bm-right .user_integral .user_tabletit p .ExVolumeTitle font{
        color:#f00;
    }

        .fbmain .buymain .bm-right .user_integral .user_tabletit p {
            padding-top: 2px;
            padding-bottom: 10px;
            color: #666;
            font-size: 15px;
        }

        .fbmain .buymain .bm-right .user_integral .user_tabletit .orange {
            color: #f00;
        }

    .fbmain .buymain .bm-right .user_integral .user_recharge {
        width: 920px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2px;
        padding-top: 8px;
        border-top: 1px solid #f3f3f3;
    }

        .fbmain .buymain .bm-right .user_integral .user_recharge .usrcg_title {
            color: #f50;
            font-size: 18px;
        }

        .fbmain .buymain .bm-right .user_integral .user_recharge .tb_url {
            font-size: 25px;
            color: red;
        }

        .fbmain .buymain .bm-right .user_integral .user_recharge .ap_url {
            font-size: 18px;
            color: #f00;
            margin-left: 20px;
        }

    .fbmain .buymain .bm-right .user_integral .usrtg_tab {
        width: 920px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

        .fbmain .buymain .bm-right .user_integral .usrtg_tab tr th {
            width: 920px;
            height: 42px;
            line-height: 42px;
            background: #efefef;
            color: #333;
        }

        .fbmain .buymain .bm-right .user_integral .usrtg_tab tr {
            background: #fff;
            cursor: pointer;
        }

            .fbmain .buymain .bm-right .user_integral .usrtg_tab tr td {
                height: 48px;
                line-height: 48px;
                text-align: center;
                border-bottom: 1px solid #f3f3f3;
            }

            .fbmain .buymain .bm-right .user_integral .usrtg_tab tr:hover {
                background: #faf5ec;
                color: #e95423;
            }

            .fbmain .buymain .bm-right .user_integral .usrtg_tab tr .tui_id {
                display: block;
                width: 100px;
            }

.fbmain .buymain .bm-right .packorder_main {
    float: left;
    width: 980px;
}

    .fbmain .buymain .bm-right .packorder_main .pom_item {
        float: left;
        width: 980px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

        .fbmain .buymain .bm-right .packorder_main .pom_item .pmitem_title {
            float: left;
            width: 960px;
            margin-left: 10px;
        }

        .fbmain .buymain .bm-right .packorder_main .pom_item .pmi_sign {
            float: left;
            display: block;
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            border-radius: 20px;
            background: #f00;
            color: #fff;
            font-size: 18px;
        }

        .fbmain .buymain .bm-right .packorder_main .pom_item .pim_tip {
            padding-left: 25px;
            float: left;
            padding-top: 5px;
            color: #f00;
            font-size: 16px;
        }

        .fbmain .buymain .bm-right .packorder_main .pom_item .pmi_txt {
            float: left;
            display: block;
            height: 32px;
            line-height: 32px;
            text-indent: 18px;
            font-size: 20px;
            font-weight: normal;
        }

        .fbmain .buymain .bm-right .packorder_main .pom_item .pmi_addtxt {
            float: left;
            display: block;
            height: 32px;
            line-height: 32px;
            text-indent: 100px;
            font-size: 16px;
            font-weight: normal;
            text-decoration: underline;
            color: #f00;
        }

        .fbmain .buymain .bm-right .packorder_main .pom_item .pmi_name {
            float: left;
            display: block;
            height: 32px;
            line-height: 32px;
            text-indent: 10px;
            font-size: 20px;
            color: #ff7800;
        }

        .fbmain .buymain .bm-right .packorder_main .pom_item .pmi_select {
            display: block;
            text-indent: 10px;
        }

            .fbmain .buymain .bm-right .packorder_main .pom_item .pmi_select select {
                width: auto;
                height: 32px;
                border: 1px solid #bbb;
            }

            .fbmain .buymain .bm-right .packorder_main .pom_item .pmi_select .air_rem {
                padding-left: 25px;
                color: #f00;
            }

        .fbmain .buymain .bm-right .packorder_main .pom_item .pmi_tmp {
            float: left;
            width: auto;
            height: auto;
            line-height: 32px;
            display: block;
            font-size: 20px;
            font-weight: normal;
        }

            .fbmain .buymain .bm-right .packorder_main .pom_item .pmi_tmp .pmi_tmp_span {
                display: inline-block;
            }

        .fbmain .buymain .bm-right .packorder_main .pom_item .pmi_radio {
            width: 24px;
            height: 24px;
            display: block;
            float: left;
            margin-top: 6px;
            margin-left: 14px;
            cursor: pointer;
        }

        .fbmain .buymain .bm-right .packorder_main .pom_item .pmi_tmp b {
            display: block;
            float: left;
            font-weight: normal;
            text-indent: 4px;
            margin-right: 10px;
        }

        .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_baojia {
            margin-top: 15px;
            margin-left: 10px;
            float: left;
        }

            .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_baojia ul {
                padding: 0;
                margin: 0;
                list-style-type: none;
                float: left;
            }

                .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_baojia ul li {
                    float: left;
                    width: 960px;
                    padding-top: 10px;
                    padding-bottom: 10px;
                    border-bottom: 1px solid #f6f6f6;
                }

            .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_baojia input {
                width: 28px;
                height: 28px;
                float: left;
                display: block;
            }

            .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_baojia span {
                float: left;
                display: block;
                font-size: 20px;
                text-indent: 10px;
            }

            .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_baojia .baojia_txt, .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_baojia .dshk_txt {
                float: left;
                display: block;
                font-size: 20px;
                text-indent: 10px;
                width: 180px;
                height: 24px;
                margin-left: 20px;
                display: none;
            }

            .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_baojia .baojia_txt {
                margin-left: 60px;
            }

            .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_baojia .bj_free, .ds_free, .bs_free {
                width: 300px;
                height: 28px;
                line-height: 28px;
                color: #f00;
                float: left;
                margin-left: 20px;
            }

    .fbmain .buymain .bm-right .packorder_main .pmitem_tab {
        float: left;
        width: 960px;
        margin-top: 20px;
        margin-left: 10px;
    }
.fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_baojia .dshk_rem{
    font-size:16px;
    color:#f00;
    font-style:normal;
}
.fbmain .buymain .bm-right .pmitem_tab table {
    float: left;
    width: 960px;
}

    .fbmain .buymain .bm-right .pmitem_tab table tr th {
        height: 40px;
        line-height: 40px;
        background: #f8f8f8;
    }

    .fbmain .buymain .bm-right .pmitem_tab table tr {
        background: #fff;
        cursor: pointer;
    }

        .fbmain .buymain .bm-right .pmitem_tab table tr:hover {
        }

        .fbmain .buymain .bm-right .pmitem_tab table tr td {
            text-align: center;
            height: 48px;
            line-height: 48px;
            border-bottom: 1px solid #f6f6f6;
        }

.fbmain .buymain .bm-right .packorder_main .pmitem_tinfo {
    float: left;
    width: 960px;
    margin-left: 10px;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
}

    .fbmain .buymain .bm-right .packorder_main .pmitem_tinfo .ptinfo_left {
        float: left;
        width: 400px;
        text-indent: 40px;
    }

    .fbmain .buymain .bm-right .packorder_main .pmitem_tinfo .z_weight_Txt {
        font-weight: normal;
        font-style: normal;
    }

    .fbmain .buymain .bm-right .packorder_main .pmitem_tinfo .z_longFree_Txt {
        font-weight: normal;
        font-style: normal;
    }

    .fbmain .buymain .bm-right .packorder_main .pmitem_tinfo .ptinfo_left .pileft_weight {
        padding-left: 40px;
        font-weight: normal;
    }

    .fbmain .buymain .bm-right .packorder_main .pmitem_tinfo .ptinfo_right {
        float: left;
        width: 560px;
    }

.fbmain .buymain .bm-right .packorder_main .pmitem_tweight {
    float: left;
    width: 960px;
    margin-left: 10px;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-indent: 40px;
    border-bottom: 1px solid #d9d9d9;
    line-height: 30px;
}

    .fbmain .buymain .bm-right .packorder_main .pmitem_tweight .ptw_input {
        width: 80px;
        height: 30px;
        line-height: 30px;
        padding-left: 4px;
        padding-right: 4px;
        border: 1px solid #bbb;
    }

.fbmain .buymain .bm-right .packorder_main .pmiaddr_tab {
    float: left;
    width: 960px;
    margin: 10px 0px 0px 10px;
}

    .fbmain .buymain .bm-right .packorder_main .pmiaddr_tab table {
        float: left;
        width: 940px;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

        .fbmain .buymain .bm-right .packorder_main .pmiaddr_tab table tr th {
            height: 40px;
            line-height: 40px;
            background: #f8f8f8;
            border-left: 1px solid #ddd;
            border-top: 1px solid #ddd;
        }

        .fbmain .buymain .bm-right .packorder_main .pmiaddr_tab table tr td {
            height: 32px;
            line-height: 32px;
            text-align: center;
            border-left: 1px solid #ddd;
            border-top: 1px solid #ddd;
            padding: 0 10px;
            white-space: nowrap;
        }

            .fbmain .buymain .bm-right .packorder_main .pmiaddr_tab table tr td p {
                white-space: normal;
                word-wrap: break-word;
            }

            .fbmain .buymain .bm-right .packorder_main .pmiaddr_tab table tr td .paddr_radio {
                width: 28px;
                height: 28px;
            }

    .fbmain .buymain .bm-right .packorder_main .pmiaddr_tab .paddr_desc {
        text-align: left;
        padding-left: 15px;
    }

        .fbmain .buymain .bm-right .packorder_main .pmiaddr_tab .paddr_desc p {
        }

        .fbmain .buymain .bm-right .packorder_main .pmiaddr_tab .paddr_desc .paddr_contact {
            font-weight: normal;
        }

        .fbmain .buymain .bm-right .packorder_main .pmiaddr_tab .paddr_desc .paddr_tel {
            padding-left: 10px;
            font-weight: normal;
        }

/*服务条款弹窗文本样式*/
.services_layer {
    margin: 0px 30px;
}

    .services_layer h3 {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        padding: 10px 0px;
        color: #333;
    }

    .services_layer p {
        padding: 5px 0;
        color: #333;
    }

/*积分*/
.fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_integral {
    float: left;
    width: 920px;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #fffce9;
    border: 1px dashed #999;
    border-radius: 10px;
}

    .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_integral .pitem_useig {
        float: left;
    }

    .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_integral #useIntegral {
        width: 28px;
        height: 28px;
        display: block;
        float: left;
    }

    .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_integral .hide_integral {
        width: 300px;
        height: 28px;
        line-height: 28px;
        color: #f00;
        float: left;
        display: none;
        margin-left: 20px;
    }

    .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_integral .useig_name {
        font-size: 18px;
        font-weight: normal;
        padding-right: 10px;
        line-height: 28px;
        display: block;
        float: left;
        padding-left: 10px;
    }

    .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_integral .useig_input {
        width: 150px;
        height: 26px;
        border: 1px solid #999;
        margin-left: 10px;
        line-height: 28px;
        display: none;
        float: left;
    }

    .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_integral .useig_btn {
        width: 88px;
        height: 34px;
        line-height: 34px;
        background: #f0eeee;
        border: 1px solid #999;
        border-radius: 3px;
        cursor: pointer;
    }

        .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_integral .useig_btn:hover {
            background: #ebebeb;
        }

    .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_integral .useig_msg {
        font-weight: normal;
        color: #f00;
        padding-left: 10px;
    }

    .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_integral .useig_info {
        float: left;
        width: 100%;
        height: 48px;
        line-height: 48px;
        color: #f00;
    }

    .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_integral .useig_current {
        padding-bottom: 14px;
        color: #f00;
    }

/*优惠券*/
.fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_volume {
    float: left;
    width: 920px;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #fffce9;
    border: 1px dashed #999;
    border-radius: 10px;
}

    .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_volume #useVolume {
        width: 28px;
        height: 28px;
        display: block;
        float: left;
        margin-top: 5px;
    }

    .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_volume .useig_name {
        font-size: 18px;
        font-weight: normal;
        padding-right: 10px;
        line-height: 28px;
        display: block;
        float: left;
        padding-left: 10px;
    }

    .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_volume .useig_current {
        padding-bottom: 14px;
        color: #f00;
    }

    .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_volume .volume_info {
        float: left;
        width: 900px;
        height: 50px;
    }
    .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_volume .volume_info .Volume_select{
        height:45px;
        color:#f00;
        font-size:16px;
        padding-left:10px;
        width: 100%;
        opacity:0;
    }
    .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_volume .volume_info .Volume_Tip{
        margin-top: -45px;
        display: block;
        color: #000;
        font-weight: bold;
        background: #fff;
        z-index: 998;
        height: 43px;
        width:898px;
        line-height: 43px;
        font-size:18px;
        border:1px solid rgb(169, 169, 169);
        opacity:1;
    }
    .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_volume .volume_info .Volume_Tip i{
        font-size: 22px;
        padding:0px 10px;
        display:block;
        float:left;
        margin-top:1px;
    }
    .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_volume .volume_info .Volume_Tip font{
        text-align:right;
        display:block;
        float:right;
        font-size:12px;
        font-weight:normal;
        padding-right:5px;
    }
    .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_volume .volume_info .Volume_select option{
        font-size:16px;
        color:#333;
    }

    .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_volume .volume_info .volume_con {
        float: left;
        width: 800px;
        margin-left: 10px;
        font-size: 16px;
        text-align: center;
        color: #404040;
        height: 40px;
        line-height: 40px;
        border: 1px solid #ddd;
        background: #fff;
        padding-left: 10px;
    }

    .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_volume .volume_info .volume_con .volume_Name {
        width: 200px;
        display: inline-block;
    }

    .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_volume .volume_info .volume_con .volume_money {
        width: 180px;
        display: inline-block;
        color: #f00;
    }

    .fbmain .buymain .bm-right .packorder_main .pom_item .pmiitem_volume .volume_info .volume_con .volume_Time {
        width: 400px;
        display: inline-block;
    }

    .fbmain .buymain .bm-right .packorder_main .pmiitem_carriage {
        float: left;
        margin-left: 10px;
        margin-top: 20px;
        font-size: 16px;
    }

    .fbmain .buymain .bm-right .packorder_main .pmiitem_carriage span {
        float: left;
        display: block;
        font-size: 20px;
    }

    .fbmain .buymain .bm-right .packorder_main .pmiitem_carriage .class_input {
        float: left;
        width: 92px;
        height: 26px;
        border: 1px solid #999;
    }

    .fbmain .buymain .bm-right .packorder_main .pmiitem_carriage .txtCarriage_change{
        color: #f00;
        padding-left: 20px;
        font-size: 15px;
        line-height: 25px;
        float: left;
    }

.fbmain .buymain .bm-right .packorder_main .txt_unit {
    float: left;
    display: block;
    padding-left: 4px;
    padding-top: 2px;
    font-weight: normal;
}

.fbmain .buymain .bm-right .packorder_main .pmiitem_pay {
    float: left;
    width: 960px;
    margin-left: 10px;
    margin-top: 10px;
}

    .fbmain .buymain .bm-right .packorder_main .pmiitem_pay ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .fbmain .buymain .bm-right .packorder_main .pmiitem_pay ul li {
            float: left;
            width: 960px;
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #f6f6f6;
        }

    .fbmain .buymain .bm-right .packorder_main .pmiitem_pay .taobai_pay {
        float: left;
        width: 960px;
        text-indent: 40px;
        display: none;
    }

        .fbmain .buymain .bm-right .packorder_main .pmiitem_pay .taobai_pay a {
            color: #f00;
            font-size: 18px;
        }

            .fbmain .buymain .bm-right .packorder_main .pmiitem_pay .taobai_pay a:hover {
                text-decoration: underline;
            }

    .fbmain .buymain .bm-right .packorder_main .pmiitem_pay .pay_radio {
        float: left;
        display: block;
        width: 28px;
        height: 28px;
        margin-top: 2px;
        cursor: pointer;
    }

    .fbmain .buymain .bm-right .packorder_main .pmiitem_pay .pay_txt {
        float: left;
        display: block;
        height: 40px;
        font-size: 20px;
        text-indent: 10px;
    }

    .fbmain .buymain .bm-right .packorder_main .pmiitem_pay .wallet_txt {
        float: left;
        display: block;
        height: 40px;
        font-size: 15px;
        color: #f00;
        margin-left: 50px;
        line-height: 28px;
    }

.fbmain .buymain .bm-right .packorder_main .pmiitem_submit {
    float: left;
    width: 960px;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #f3f3f3;
}

/**---------end我的包裹------------**/


/**---------start another left nav content css-------------**/
.bm-right .bmr_content #desc font {
    color: #ff0000;
    padding-left: 14px;
    line-height: 40px;
}

.bm-right .bmr_content #inte {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 160px;
    border: 3px solid #FC605A;
    border-top-width: 3px;
    border-radius: 8px;
    margin-bottom: 25px;
    background-color: #FFFCE9;
    box-shadow: 0 0 5px rgba(136, 136, 123, 0.5);
}

.bm-right .bmr_content .or_title {
    float: left;
    width: 940px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    background: #FC605A;
}

.bm-right .bmr_content .qiu_main {
    float: left;
    width: 940px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .bm-right .bmr_content .qiu_main .qiu2 {
        width: 180px;
        height: 80px;
        border: 10px solid gold;
        border-radius: 50px;
        background: -webkit-linear-gradient(top,yellow 0,gold 100%);
        background: -moz-linear-gradient(top,yellow 0,gold 100%);
        background: -ms-linear-gradient(top,yellow 0,gold 100%);
        background: -o-linear-gradient(top,yellow 0,gold 100%);
        box-shadow: inset 0 1px 3px white;
        color: #CA9442;
        line-height: 80px;
        text-align: center;
        font-size: 60px;
        font-weight: bold;
        text-shadow: 0 -1px 5px white;
        padding-left: 20px;
        padding-right: 20px;
    }

.bm-right .bmr_content .orders {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    background-color: #fff;
    text-align: center;
}

    .bm-right .bmr_content .orders table {
        width: 100%;
        padding-left: 4px;
        padding-right: 4px;
    }

        .bm-right .bmr_content .orders table tr td {
            height: 36px;
            line-height: 36px;
            border-bottom: 1px solid #f6f6f6;
        }

        .bm-right .bmr_content .orders table tr .tr_total {
            border-bottom: none;
        }

/*------------start 推广MVP--------------*/
.tgmvp {
    float: left;
    width: 940px;
    line-height: 28px;
    margin-top: 20px;
    margin-left: 14px;
    background: #fff;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .tgmvp .txt1 {
        width: 230px;
    }

    .tgmvp #copySpread {
        color: #fb5106;
        font-size: 14px;
    }

    .tgmvp h2 {
        font-size: 16px;
        color: #fb5106;
    }

    .tgmvp p {
        margin: 10px 0 20px;
    }

        .tgmvp p strong {
            display: block;
            font-size: 14px;
        }

        .tgmvp p .txt1 {
            border: 1px solid #ccc;
            background-color: #fff;
            height: 24px;
            line-height: 24px;
            margin: 5px 0;
        }


/**---------end another left nav content css-------------**/

/**------------start左边导航-----------------**/
.sleft {
    float: left;
    width: 205px;
    text-align: left;
    background-color: #fff;
}

    .sleft em {
        font-style: normal;
    }

    .sleft .titcen .icon {
        font-weight: normal;
        height: 34px;
        line-height: 34px;
        background: url(../../Images/icon/icons.png) no-repeat scroll 0 0 transparent;
        padding-left: 55px;
    }

        .sleft .titcen.icon p, .sleft .titcen.icon ul {
        }

        .sleft .titcen.icon p, .sleft .titcen.icon ul {
        }

    .sleft .titcen dl dt b.pro {
        display: block;
        background-position: 10px -170px;
    }

    .sleft .titcen dl dt b.seo {
        display: block;
        background-position: 10px 0px;
    }

    .sleft .titcen dl dt b.shouh {
        display: block;
        background-position: 10px -272px;
    }

    .sleft .titcen dl dt b.member {
        display: block;
        background-position: 10px -374px;
    }

    .sleft .tbimg {
        float: left;
        clear: both;
        width: 205px;
        height: auto;
        margin: 0 auto;
        padding: 0px;
    }

    .sleft .titcen {
        float: left;
        clear: both;
        width: 205px;
        margin: 0px;
        padding: 5px 0 5px 0;
        text-align: center;
    }

        .sleft .titcen dl {
            float: left;
            clear: both;
            margin: 0px auto;
            list-style: none;
            width: 175px;
            text-align: center;
            padding: 5px 0 5px 15px;
        }

            .sleft .titcen dl dt {
                float: none;
                clear: both;
                width: 175px;
                height: 37px;
                color: #666;
                margin: 0px;
                text-align: left;
                margin-bottom: 10px;
            }

                .sleft .titcen dl dt b {
                    display: block;
                    font-size: 18px;
                    font-weight: bold;
                    line-height: 36px;
                    margin-top: 10px;
                    padding-left: 18px;
                    font-family: 'microsoft yahei', Tahoma, Geneva, sans-serif;
                }

                    .sleft .titcen dl dt b.no {
                        display: block;
                        margin-top: 0;
                    }

            .sleft .titcen dl dd {
                font-family: Arial, Helvetica, sans-serif;
                color: #393939;
                margin: 2px 0;
                text-align: left;
                padding-bottom: 2px;
            }

                .sleft .titcen dl dd a {
                    padding: 10px 0 10px 55px;
                    width: 120px;
                    clear: both;
                    display: block;
                    position: relative;
                    font-family: 'microsoft yahei', Tahoma, Geneva, sans-serif;
                    background: #f7f7f7 url(../../Images/icon/a.png) no-repeat;
                    background-position: 18px 12px;
                    text-shadow: 1px 1px 1px #fafafa;
                    font-size: 14px;
                }

                    .sleft .titcen dl dd a:hover {
                        background: #e4000f;
                        color: #FFF;
                        text-shadow: 1px 1px 1px #666;
                    }

            .sleft .titcen dl .line a {
                border-top: 2px solid #e4000f;
            }

            .sleft .titcen dl dd a.a {
                background: #e4000f url(../../Images/icon/a_a.png) no-repeat;
                background-position: 18px 12px;
                color: #FFF;
                text-shadow: 1px 1px 1px #006185;
            }

            .sleft .titcen dl dd a.b {
                background: #f7f7f7 url(../../Images/icon/b.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.c {
                background: #f7f7f7 url(../../Images/icon/c.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.d {
                background: #f7f7f7 url(../../Images/icon/d.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.e {
                background: #f7f7f7 url(../../Images/icon/e.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.f {
                background: #f7f7f7 url(../../Images/icon/f.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.g {
                background: #f7f7f7 url(../../Images/icon/g.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.h {
                background: #f7f7f7 url(../../Images/icon/h.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.i {
                background: #f7f7f7 url(../../Images/icon/i.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.j {
                background: #f7f7f7 url(../../Images/icon/j.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.k {
                background: #f7f7f7 url(../../Images/icon/k.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.l {
                background: #f90 url(../../Images/icon/l_b.png) no-repeat;
                background-position: 18px 12px;
                color: #FFF;
                text-shadow: 1px 1px 1px #6a8500;
            }

            .sleft .titcen dl dd a.m {
                background: #f7f7f7 url(../../Images/icon/m.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.n {
                background: #f7f7f7 url(../../Images/icon/n.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.o {
                background: #f7f7f7 url(../../Images/icon/o.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.p {
                background: #f7f7f7 url(../../Images/icon/p.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.q {
                background: #f7f7f7 url(../../Images/icon/q.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.r {
                background: #f7f7f7 url(../../Images/icon/r.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.s {
                background: #f7f7f7 url(../../Images/icon/s.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.t {
                background: #f7f7f7 url(../../Images/icon/t.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.u {
                background: #f7f7f7 url(../../Images/icon/u.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.v {
                background: #f7f7f7 url(../../Images/icon/v.png) no-repeat;
                background-position: 18px 12px;
            }


            .sleft .titcen dl dd a.a:hover {
                background: #98be00 url(../../Images/icon/a_a.png) no-repeat;
                background-position: 18px 12px;
                color: #FFF;
                text-shadow: 1px 1px 1px #6a8500;
            }

            .sleft .titcen dl dd a.b:hover {
                background: #f90 url(../../Images/icon/b_b.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.c:hover {
                background: #f90 url(../../Images/icon/c_b.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.d:hover {
                background: #f90 url(../../Images/icon/d_b.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.e:hover {
                background: #f90 url(../../Images/icon/e_b.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.f:hover {
                background: #f90 url(../../Images/icon/f_b.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.g:hover {
                background: #f90 url(../../Images/icon/g_b.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.h:hover {
                background: #f90 url(../../Images/icon/h_b.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.i:hover {
                background: #f90 url(../../Images/icon/i_b.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.j:hover {
                background: #f90 url(../../Images/icon/j_b.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.k:hover {
                background: #f90 url(../../Images/icon/k_b.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.l:hover {
                background: #e4000f url(../../Images/icon/l_b.png) no-repeat;
                background-position: 18px 12px;
                background-position: 18px 12px;
                color: #FFF;
                text-shadow: 1px 1px 1px #e4000f;
            }

            .sleft .titcen dl dd a.m:hover {
                background: #f90 url(../../Images/icon/m_b.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.n:hover {
                background: #f90 url(../../Images/icon/n_b.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.o:hover {
                background: #f90 url(../../Images/icon/o_b.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.p:hover {
                background: #f90 url(../../Images/icon/p_b.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.q:hover {
                background: #f90 url(../../Images/icon/q_b.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.r:hover {
                background: #f90 url(../../Images/icon/r_b.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.s:hover {
                background: #f90 url(../../Images/icon/s_b.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.shover {
                background: #e4000f url(../../Images/icon/s_b.png) no-repeat;
                background-position: 18px 12px;
                background-position: 18px 12px;
                color: #FFF;
                text-shadow: 1px 1px 1px #e4000f;
            }

            .sleft .titcen dl dd a.t:hover {
                background: #f90 url(../../Images/icon/t_b.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.u:hover {
                background: #f90 url(../../Images/icon/u_b.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd a.v:hover {
                background: #f90 url(../../Images/icon/v_b.png) no-repeat;
                background-position: 18px 12px;
            }

            .sleft .titcen dl dd.dda .cur {
                background: #98be00 url(../../Images/icon/a_a.png) no-repeat;
                background-position: 18px 12px;
                color: #FFF;
                text-shadow: 1px 1px 1px #6a8500;
            }

            .sleft .titcen dl dd.ddb .cur {
                background: #f90 url(../../Images/icon/b_b.png) no-repeat;
                background-position: 18px 12px;
                color: #fff;
            }

            .sleft .titcen dl dd.ddc .cur {
                background: #f90 url(../../Images/icon/c_b.png) no-repeat;
                background-position: 18px 12px;
                color: #fff;
            }

            .sleft .titcen dl dd.ddd .cur {
                background: #f90 url(../../Images/icon/d_b.png) no-repeat;
                background-position: 18px 12px;
                color: #fff;
            }

            .sleft .titcen dl dd.dde .cur {
                background: #f90 url(../../Images/icon/e_b.png) no-repeat;
                background-position: 18px 12px;
                color: #fff;
            }

            .sleft .titcen dl dd.ddf .cur {
                background: #f90 url(../../Images/icon/f_b.png) no-repeat;
                background-position: 18px 12px;
                color: #fff;
            }

            .sleft .titcen dl dd.ddg .cur {
                background: #f90 url(../../Images/icon/g_b.png) no-repeat;
                background-position: 18px 12px;
                color: #fff;
            }

            .sleft .titcen dl dd.ddh .cur {
                background: #f90 url(../../Images/icon/h_b.png) no-repeat;
                background-position: 18px 12px;
                color: #fff;
            }

            .sleft .titcen dl dd.ddi .cur {
                background: #f90 url(../../Images/icon/i_b.png) no-repeat;
                background-position: 18px 12px;
                color: #fff;
            }

            .sleft .titcen dl dd.ddj .cur {
                background: #f90 url(../../Images/icon/j_b.png) no-repeat;
                background-position: 18px 12px;
                color: #fff;
            }

            .sleft .titcen dl dd.ddk .cur {
                background: #f90 url(../../Images/icon/k_b.png) no-repeat;
                background-position: 18px 12px;
                color: #fff;
            }

            .sleft .titcen dl dd.ddl .cur {
                background: #f90 url(../../Images/icon/l_b.png) no-repeat;
                background-position: 18px 12px;
                background-position: 18px 12px;
                color: #FFF;
                text-shadow: 1px 1px 1px #e4000f;
            }

            .sleft .titcen dl dd.ddm .cur {
                background: #f90 url(../../Images/icon/m_b.png) no-repeat;
                background-position: 18px 12px;
                color: #fff;
            }

            .sleft .titcen dl dd.ddn .cur {
                background: #f90 url(../../Images/icon/n_b.png) no-repeat;
                background-position: 18px 12px;
                color: #fff;
            }

            .sleft .titcen dl dd.ddo .cur {
                background: #f90 url(../../Images/icon/o_b.png) no-repeat;
                background-position: 18px 12px;
                color: #fff;
            }

            .sleft .titcen dl dd.ddp .cur {
                background: #f90 url(../../Images/icon/p_b.png) no-repeat;
                background-position: 18px 12px;
                color: #fff;
            }

            .sleft .titcen dl dd.ddq .cur {
                background: #f90 url(../../Images/icon/q_b.png) no-repeat;
                background-position: 18px 12px;
                color: #fff;
            }

            .sleft .titcen dl dd.ddr .cur {
                background: #f90 url(../../Images/icon/r_b.png) no-repeat;
                background-position: 18px 12px;
                color: #fff;
            }

            .sleft .titcen dl dd.dds .cur {
                background: #f90 url(../../Images/icon/s_b.png) no-repeat;
                background-position: 18px 12px;
                color: #fff;
            }

            .sleft .titcen dl dd.ddt .cur {
                background: #f90 url(../../Imagesicon/t_b.png) no-repeat;
                background-position: 18px 12px;
                color: #fff;
            }

            .sleft .titcen dl dd.ddu .cur {
                background: #f90 url(../../Images/icon/u_b.png) no-repeat;
                background-position: 18px 12px;
                color: #fff;
            }

            .sleft .titcen dl dd.ddv .cur {
                background: #f90 url(../../Images/icon/v_b.png) no-repeat;
                background-position: 18px 12px;
                color: #fff;
            }

            .sleft .titcen dl dd .cur {
                background: #e4000f;
                color: #FFF;
                text-shadow: 1px 1px 1px #666;
            }
/**------------end 左边导航-----------------**/

/*----------start选择淘宝支付成功弹出框-------------*/
.tb_layer {
    float: left;
    width: 460px;
}

    .tb_layer .bpay_nav {
        float: left;
        width: 460px;
        height: 40px;
        line-height: 40px;
    }

    .tb_layer .bpay_nav_ID {
        float: left;
        width: 460px;
        height: 20px;
        line-height: 20px;
        padding-left: 10px;
    }

    .tb_layer .bpay_nav b {
        font-weight: normal;
        font-size: 16px;
    }

    .tb_layer .bpay_nav .bpn_name {
        padding-left: 10px;
        padding-right: 4px;
    }

    .tb_layer .bcome_nav {
        float: left;
        width: 460px;
        height: 30px;
        line-height: 41px;
        display: block;
        text-align: center;
    }

    .tb_layer .bcom_tip {
        margin: 10px;
        clear: both;
    }

    .tb_layer .bcome_nav b {
        font-weight: normal;
        font-size: 16px;
    }

    .tb_layer .bcome_nav .bcn_name {
        padding-left: 10px;
        padding-right: 10px;
    }

        .tb_layer .bcome_nav .bcn_name a {
            text-decoration: underline;
            color: #f30;
        }

    .tb_layer .bcn_txt {
        width: 80px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 4px;
        padding-bottom: 4px;
        cursor: pointer;
        border: 1px solid #f90;
        background-color: #fff;
        text-align: center;
        margin-left: 15px;
        background-color: #f90;
        color: #fff;
    }

    .tb_layer .lbtn_nav {
        float: left;
        width: 460px;
        height: 40px;
        text-align: center;
        border-top: 1px solid #e3e3e3;
    }

        .tb_layer .lbtn_nav .tbl_ok {
            float: left;
            display: block;
            width: 230px;
            height: 40px;
            line-height: 40px;
            font-weight: normal;
            cursor: pointer;
        }

            .tb_layer .lbtn_nav .tbl_ok:hover {
                background: #f3f3f3;
            }

        .tb_layer .lbtn_nav .tbl_cancel {
            float: left;
            display: block;
            width: 228px;
            height: 40px;
            line-height: 40px;
            font-weight: normal;
            border-left: 1px solid #e3e3e3;
            cursor: pointer;
        }

            .tb_layer .lbtn_nav .tbl_cancel:hover {
                background: #f3f3f3;
            }
/*----------end选择淘宝支付成功弹出框-------------*/

/*----------start底部-------------*/
.ffooter {
    float: left;
    width: 100%;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    background: #fff;
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding: 20px 0px;
    /*position:fixed;
    bottom:0;*/
}

.ffooter a {
    text-decoration: underline;
    padding-top: 10px;
    font-size: 14px;
}
/*----------end底部-------------*/

/**------start 共同样式-----------**/
.fcomm_input {
    width: 300px;
    height: 35px;
    line-height: 30px;
    text-indent: 5px;
    border:1px solid #ddd;
    border-radius:3px;
    font-size: 14px;
    font-family: Verdana;
}

.fcomm_button {
    width:260px;
    height: 37px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #f20;
    cursor: pointer;
    margin-right: 20px;
    background-image: url(../../Images/userlog_btn_bg.png);
    background-repeat: no-repeat;
    border: 0;
    font-weight: bold;
    font-family: "微软雅黑";
    cursor: pointer;
    letter-spacing: 1px;
}

.fcomm_error {
    color: #f00;
    font-size: 18px;
    font-weight: bold;
    padding-left: 90px;
    float: left;
    width: 100%;
}
/**------end 共同样式-----------**/

.contact_con {
    width: auto;
    padding: 10px;
}

    .contact_con p {
        height: 37px;
        font-size: 16px;
        color: #6f6f6f;
    }

    .contact_con .con-detail {
        margin-bottom: 20px;
        border-bottom: 1px solid #e4e4e4;
        width: 97%;
    }

        .contact_con .con-detail .con-detail-title {
            font-size: 20px;
            color: #424242;
        }

    .contact_con .contact_con_title {
        color: #e66060;
        font-size: 22px;
        padding-bottom: 20px;
    }

/**------在线支持-----------**/

.bm-right .OT_con {
    margin: 35px 50px;
    height: auto;
    width: auto;
    color: #333;
}

    .bm-right .OT_con .talk_title {
        margin-bottom: 20px;
        font-size: 18px;
        color: #e4000f;
    }

    .bm-right .OT_con .talk_qq {
        margin-bottom: 20px;
    }

        .bm-right .OT_con .talk_qq p {
            margin-bottom: 10px;
            font-size: 16px;
        }

            .bm-right .OT_con .talk_qq p a {
                margin-left: 15px;
            }

.bm-right .talk_ali {
    margin-bottom: 20px;
}

    .bm-right .talk_ali p {
        margin-bottom: 10px;
        font-size: 16px;
    }

        .bm-right .talk_ali p a {
            margin-left: 15px;
        }

.talk_phone {
    font-size: 16px;
}
/*  有问必答  */
.bm-right .Question_h2{
    text-align: center;
    font-size: 20px;
    padding: 15px 0;
    width: 95%;
    color:#f90;
    margin: 0 auto;
    border-bottom: 1px solid #f90;
}
.bm-right .questions_con {
    margin: 30px 20px;
}
.bm-right .questions_con ul{
    list-style:disc !important;
}
.bm-right .questions_con li{
    list-style:disc !important;
}
.bm-right .questions_con p {
    margin-bottom:10px;
}
.bm-right .questions_con p .count{
    display: inline-block;
    background: #f90;
    width:25px;
    color: #fff;
    height: 25px;
    text-align: center;
    line-height: 24px;
    margin-right: 6px;
    border-radius:50%;
}

.bm-right .questions_con .question_txt {
    font-size: 14px;
    margin-left:33px;
    color:#888;
}
.bm-right .questions_con .question_txt img{
    width:100%;
}
.bm-right .questions_con .question_title {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
    padding-bottom: 10px;
}

/*  管理首页  */
.ManagerHome_Con {
    color: #393939;
}
.ManagerHome_Con .MHC_userinfo {
    padding: 20px;
    float:left;
    width:94%;
    background:#fff;
}

.ManagerHome_Con .title {
  color: orange;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.ManagerHome_Con .title_border {
    border: 1px solid orange;
}

.ManagerHome_Con .MHC_userinfo .MHC_userInfo_User {
    float: left;
    width: 50%;
}

.ManagerHome_Con .MHC_userinfo .MHC_userInfo_User img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 4px;
}

.ManagerHome_Con .MHC_userinfo .MHC_userInfo_User p {
    line-height: 30px;
    font-size: 16px;
}

.ManagerHome_Con .MHC_userinfo .MHC_userinfo_Info {
    width: 50%;
    float: left;
}

.ManagerHome_Con .MHC_userinfo .MHC_userinfo_Info p {
    width: 50%;
    float: left;
    height: 150px;
}

.ManagerHome_Con .MHC_userinfo .MHC_userInfo_User p span {
    display: inline-block;
}

.ManagerHome_Con .MHC_userinfo .MHC_userInfo_User p span input {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin: 15px;
}

.ManagerHome_Con .MHC_userinfo .MHC_userInfo_User p span img {
    border: 1px solid #efefef;
    padding: 10px 20px;
}

.ManagerHome_Con .MHC_userinfo .MHC_userinfo_Info p span {
    display: block;
    font-size: 16px;
    height: 37.5px;
    line-height: 37.5px;
}

.ManagerHome_Con .MHC_userinfo .MHC_userinfo_Info p span i {
    font-style: normal;
    color: #e4000f;
}

.ManagerHome_Con .MHC_userinfo .MHC_userinfo_Info p .btn_recharge {
    width: 60px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 2px;
    background-color: orange;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
}

.ManagerHome_Con .MHC_warehouse {
    padding: 20px;
    clear: both;
    background:#fff;
}

.ManagerHome_Con .MHC_warehouse .MHC_warehouse_con {
    margin-bottom: 20px;
    border: 1px dashed #ccc;
    padding: 15px;
}

.ManagerHome_Con .MHC_warehouse .MHC_warehouse_con .HouseName {
    font-size: 18px;
    padding-bottom: 10px;
}

.ManagerHome_Con .MHC_warehouse .MHC_warehouse_con p {
}

.ManagerHome_Con .MHC_warehouse .MHC_warehouse_con p span {
    padding-right: 60px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
}

#Home2 .ManagerHome_Con
{
    background:#f4f4f4;
}
.ManagerHome_Con::after{
    display:block;
    content:'';
    clear:both;
    visibility:hidden;
    height:0;
}
.ManagerHome_Con .m-con-left{
    width:640px;
    margin-right:10px;
    float:left;
}
.ManagerHome_Con .m-con-right{
    width:330px;
    float:left;
}
.ManagerHome_Con .m-con-left .member-info{
    height: auto;
    overflow: hidden;
    position: relative;
    background:#fff;
    margin-bottom:10px;
}
.ManagerHome_Con .m-con-left .member-info .member-headimg{
    height: 190px;
    width: 25%;
    min-width: 150px;
    max-width: 180px;
    text-align: center;
    float:left;
}
.ManagerHome_Con .m-con-left .member-info .member-headimg a{
    position: relative;
    padding: 10px;
    border: 4px solid #eee;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    text-decoration: none;
    outline: none;
    display: inline-block;
}
.ManagerHome_Con .m-con-left .member-info .member-headimg a img{
    width: 66px;
    height: 66px;
}
.ManagerHome_Con .m-con-left .member-info .member-userinfo{
    width: 400px;
    float: left;
    padding-left: 20px;
    height: 190px;
}
.ManagerHome_Con .m-con-left .member-info .member-userinfo .username{
    padding:20px 0px;
}
.ManagerHome_Con .m-con-left .member-info .member-userinfo .username span{
    font-size:16px;
    padding-right:10px;
}
.ManagerHome_Con .m-con-left .member-info .member-userinfo .username span font{
    color:#f86539;
    font-size:18px;
}
.ManagerHome_Con .m-con-left .member-info .member-userinfo .userlevel p{
    padding:5px 0px;
    color:#999;
}
.ManagerHome_Con .m-con-left .packinfo{
    padding: 10px 20px 20px;
    background-color: #fff;
    margin-bottom:10px;
}
.ManagerHome_Con .m-con-left .packinfo .title{

}
.ManagerHome_Con .m-con-left .packinfo .title p{
    color: #333;
    font-size: 14px;
    line-height: 14px;
    border: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
}
.ManagerHome_Con .m-con-left .packinfo .cube{
    background: #FFF;
    font-size: 12px;
    width:100%;
}
.ManagerHome_Con .m-con-left .packinfo .cube::after{
    clear:both;
    visibility:hidden;
    display:block;
    height:0;
    content:'';
}
.ManagerHome_Con .m-con-left .packinfo .cube .box{
    width: 14%;
    float: left;
    text-align: center;
    padding: 11px;
    margin: 1%;
    cursor: pointer;
    border: 1px solid #eee;
}
.ManagerHome_Con .m-con-left .packinfo .cube .box span{
    padding: 10px 0;
    font-size:14px;
    font-weight:600;
    display:block;
}
.ManagerHome_Con .m-con-left .packinfo .cube .box .des{
    border-bottom: 1px #dfdfdf dotted;
}
.ManagerHome_Con .m-con-left .pick-road{
    padding: 10px 20px 20px;
    background-color: #fff;
    margin-bottom:10px;
}
.ManagerHome_Con .m-con-left .pick-road .title p{
    color: #333;
    font-size: 14px;
    line-height: 14px;
    border: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
}
.ManagerHome_Con .m-con-left .pick-road .road-box{
    padding-top:10px;
}
.ManagerHome_Con .m-con-left .pick-road .road-box::after{
    display:block;
    visibility:hidden;
    content:'';
    height:0;
    clear:both;
}
.ManagerHome_Con .m-con-left .pick-road .road-box a{
    display: block;
    padding: 20px 12px;
    cursor: pointer;
    color: #444;
    width: 19%;
    float: left;
    text-align: center;
    background-color: #f5f5f5;
    margin: 10px 1%;
}
.ManagerHome_Con .m-con-left .pick-road .road-box a:hover{
    color:#fff;
    background-color: #ff6609;
}
.ManagerHome_Con .m-con-left .pick-road .road-box a .item{
    margin: 0 auto;
    font-size: 30px;
    text-align: center;
    background-position: 0 0;
}
.ManagerHome_Con .m-con-left .pick-road .road-box a .item .icon{
    padding-bottom:5px;
}
.ManagerHome_Con .m-con-left .pick-road .road-box a .item p{
    font-size: 12px;
    padding-top: 10px;
    font-style: normal;
}
.ManagerHome_Con .m-con-left .packinfo .houseitem p
{
    line-height:30px;
    font-size:14px;
    position:relative;
}
.ManagerHome_Con .m-con-left .packinfo .houseitem p .copyhouse{
    position:absolute;
    right:10px;
    top:0;
}
.ManagerHome_Con .m-con-right .recharge{
    background-color: #fff;
    padding: 12px 20px;
    height: 146px;
    margin-bottom:10px;
}
.ManagerHome_Con .m-con-right .recharge .title{
    margin-top: 8px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin-bottom: 26px;
}
.ManagerHome_Con .m-con-right .recharge .title font{
    padding-right:10px;
}
.ManagerHome_Con .m-con-right .recharge .title span{

}
.ManagerHome_Con .m-con-right .recharge .money{

}
.ManagerHome_Con .m-con-right .recharge .money span{
    display:inline-block;
    width:49%;
}
.ManagerHome_Con .m-con-right .recharge .money span font{
    display: inline-block;
    padding-right: 4px;
    font-size: 30px;
    line-height: 40px;
    color: #f60;
}
.ManagerHome_Con .m-con-right .recharge .money span i{
    font-size: 14px;
    color: #808080;
    height: 40px;
    overflow: hidden;
    font-style: normal;
}
.ManagerHome_Con .m-con-right .recharge .money .go-recharge{
    text-align: right;
}
.ManagerHome_Con .m-con-right .recharge .money .go-recharge a{
    display:block;
    background-color: #ff6609;
    color: #fff;
    border: 1px solid #ff6609;
    cursor: pointer;
    box-shadow: none;
    text-align: center;
    text-decoration: none !important;
    border-radius: 2px;
    opacity: 1;
    padding: 6px 0;
    line-height: 16px;
}
.ManagerHome_Con .m-con-right a{
    cursor:pointer;
}
.ManagerHome_Con .m-con-right .recharge .costlist{
    text-align:right;
    padding-top:10px;
}
.ManagerHome_Con .m-con-right .recharge .costlist font{
    padding-right:5px;
}
.ManagerHome_Con .m-con-right .recharge .costlist span{
    width:auto;
    padding-right:40px;
}
.ManagerHome_Con .m-con-right .memo{
    padding: 10px 20px 20px;
    background-color: #fff;
    margin-bottom:10px;
}
.ManagerHome_Con .m-con-right .memo .title p{
    color: #333;
    font-size: 14px;
    line-height: 14px;
    border: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
}
.ManagerHome_Con .m-con-right .memo .memo-con{
    height: 217px;
    overflow: auto;
}
.ManagerHome_Con .m-con-right .memo .memo-con ul{
    padding:10px 0;
}
.ManagerHome_Con .m-con-right .memo .memo-con ul li{
    display:block;
}
.ManagerHome_Con .m-con-right .memo .memo-con ul li a{
    display:block;
    cursor:pointer;
}
.ManagerHome_Con .m-con-right .warehouse{
    padding: 10px 20px 20px;
    background-color: #fff;
}
.ManagerHome_Con .m-con-right .warehouse .title p{
    color: #333;
    font-size: 14px;
    line-height: 14px;
    border: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
}
.ManagerHome_Con .m-con-right .warehouse .item{
    padding:10px 0;
}
.ManagerHome_Con .m-con-right .warehouse .item .head{
    font-weight:600;
}
.ManagerHome_Con .m-con-right .warehouse .item span{
    display:block;
    padding:2px 0;
    line-height: 20px;
}
.ManagerHome_Con .m-con-right .search-price{
    padding: 10px 20px 20px;
    background-color: #fff;
    margin-bottom:10px;
}
.ManagerHome_Con .m-con-right .search-price .title p{
    color: #333;
    font-size: 14px;
    line-height: 14px;
    border: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
}
.ManagerHome_Con .m-con-right .search-price form{

}
.ManagerHome_Con .m-con-right .search-price form table{
    margin-top: 10px;
}
.ManagerHome_Con .m-con-right .search-price form table tr{

}
.ManagerHome_Con .m-con-right .search-price form table tr td{
    padding:3px;
}
.ManagerHome_Con .m-con-right .search-price form table tr .s-rem{

}
.ManagerHome_Con .m-con-right .search-price form table tr .s-value select{
    width:200px;
    padding: 5px;
    border: 1px solid #ccc;
}
.ManagerHome_Con .m-con-right .search-price form table tr .s-value input[type=text]{
    height:24px;
    width:120px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.ManagerHome_Con .m-con-right .search-price form table tr td input[type=button]{
    cursor: pointer;
    box-shadow: none;
    text-align: center;
    text-decoration: none !important;
    border-radius: 2px;
    color: #fff;
    opacity: 1;
    padding: 6px 32px;
    background-color: #f60;
    border: 1px solid #f60;
    line-height: 16px;
    margin-top: 20px;
}
/*----上传头像页面样式----*/
.upload {
    position: relative;
    display: block;
    width: 82px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    margin-top: 20px;
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    cursor: pointer;
    text-align: center;
}

    .upload input {
        position: absolute;
        font-size: 100px;
        width: 82px;
        height: 30px;
        right: 0;
        top: 0;
        opacity: 0;
    }

.show_txt {
    margin: 20px 0px 10px 20px;
    font-size: 16px;
    text-align: center;
}

.showload {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border: 1px solid #999999;
}

.save {
    display: block;
    width: 82px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    background: #e4000f;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

    .save:hover {
        color: #fff;
    }

/*--充值页面--*/
.ManagerHome_Con .MHC_userinfo .Recharge_main p {
    height: auto;
    line-height: 50px;
    font-size: 15.5px;
}

    .ManagerHome_Con .MHC_userinfo .Recharge_main p span {
        display: inline-block;
    }

        .ManagerHome_Con .MHC_userinfo .Recharge_main p span input {
            width: 20px;
            height: 20px;
            display: block;
            float: left;
            margin: 15px;
        }

        .ManagerHome_Con .MHC_userinfo .Recharge_main p span img {
            border: 1px solid #efefef;
            padding: 10px 20px;
            border-radius: 5px;
        }
/*--编辑包裹弹出层样式--*/
.edit_pack {
    width: 550px;
    height: 350px;
    margin: 0 auto;
}

    .edit_pack span {
        display: inline-block;
        width: 130px;
        text-align: right;
    }

    .edit_pack input {
        width: 300px;
        height: 32px;
        padding-left: 5px;
        line-height: 32px;
        margin-top: 11px;
        border: 1px solid #dbdbdb;
    }

    .edit_pack select {
        width: 307px;
        height: 32px;
        line-height: 32px;
        margin-top: 11px;
        border: 1px solid #dbdbdb;
    }

    .edit_pack .btn_save {
        display: block;
        width: 90px;
        height: 30px;
        line-height: 30px;
        background: #f00;
        color: #fff;
        text-align: center;
        margin: 40px auto;
    }
/*-------货态查询样式-------*/
.QueryState {
    width: 900px;
    margin: 40px auto;
    border-left: 1px solid #ccc;
}

    .QueryState .QueryState_wrap {
        width: 860px;
        height: auto;
        margin: 0 auto;
        position: relative;
    }

        .QueryState .QueryState_wrap .round {
            position: absolute;
            width: 18px;
            height: 18px;
            background: #cecece;
            border-radius: 50%;
            left: -30px;
        }

        .QueryState .QueryState_wrap .ordercode {
            font-size: 20px;
            padding: 10px 0;
            color: #FF5722;
        }

        .QueryState .QueryState_wrap .billcode {
            font-size: 18px;
            padding: 15px 0;
            color: #FF5722;
        }

        .QueryState .QueryState_wrap .state_rem {
            display: block;
            font-size: 16px;
            padding-bottom: 10px;
        }

        .QueryState .QueryState_wrap .state_time {
            display: block;
            font-size: 14px;
            color: #999;
        }

        .QueryState .QueryState_wrap .state_detail {
            border-bottom: 1px solid #e8e8e8;
            padding: 20px 0;
            position: relative;
        }

            .QueryState .QueryState_wrap .state_detail .round {
                position: absolute;
                width: 18px;
                height: 18px;
                background: #cecece;
                border-radius: 50%;
                left: -30px;
            }

            .QueryState .QueryState_wrap .state_detail .active {
                position: absolute;
                width: 18px;
                height: 18px;
                background: #5FB878;
                border-radius: 50%;
                left: -30px;
            }

        .QueryState .QueryState_wrap .state_null {
            font-size: 18px;
            display: block;
            padding: 15px 0px;
        }
/* 图片放大缩小样式 */
.change_main {
    width: 90%;
    height: 80%;
    max-height: 700px;
    overflow: auto;
    margin: 2% auto;
}

    .change_main img {
    }

.change_btn {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

    .change_btn a:hover {
        color: #fff;
    }

.change_big, .change_small {
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 20px;
    background-color: #e4000f;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    margin-right: 25px;
}
/*--   我的包裹仓库选项卡——查询模块样式  --*/
.fbmain .buymain .bm-right .br_pack .tab_query {
    float: left;
    width: 898px;
    margin-left: 20px;
    border: 1px solid #7e7e7e;
    border-top-color: #fff;
    padding: 10px;
}

    .fbmain .buymain .bm-right .br_pack .tab_query .query_txt {
        float: left;
        width: 237px;
        height: 120px;
        resize: none;
    }

    .fbmain .buymain .bm-right .br_pack .tab_query .query_btn {
        float: left;
        display: inline-block;
        width: 80px;
        height: 30px;
        background: #FF9800;
        color: #fff;
        text-align: center;
        line-height: 30px;
        border-radius: 5px;
        margin: 90px 0 0 20px;
    }

/*-----商超说明页样式------*/
.Rem_Content {
    width: 900px;
    height: auto;
    margin: 0 auto;
}

    .Rem_Content .Rem_title {
        margin-top: 20px;
        text-align: center;
        font-size: 16px;
        color: #f00;
    }

    .Rem_Content .Rem_Item {
        width: 600px;
        margin: 20px auto;
    }

        .Rem_Content .Rem_Item p {
            text-align: center;
            margin-bottom: 20px;
        }

        .Rem_Content .Rem_Item .Rem_icon {
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border-radius: 50%;
            color: #fff;
            text-align: center;
            background-color: #e4000f;
        }

        .Rem_Content .Rem_Item .Rem_text {
            margin-left: 15px;
            font-size: 16px;
            text-align: left;
        }

        .Rem_Content .Rem_Item img {
            width: 600px;
            height: 600px;
            border-radius: 5px;
        }

        /*-------我的订单界面按照时间查询条件样式--------*/

        #Query,#QueryButton{
            background:#07a507 !important;
            color:#fff;
            border:none;
            margin-right:15px;
            border-radius:2px;
        }

        #Query_1,#Query_-1,#Query_3,#Query_7,#Query_30{
            border-color:#5fb878;
            border-radius:2px;
            margin-right:5px;
        }
        .Query_Actvie{
            background:#f00 !important;
            color:#fff !important;
            border:none !important;
        }

/*---------银行转账------------*/
.BankTransferBox{
    width:860px;
    height:auto;
    margin:20px auto;
}
.BankTransferBox .tip{
    text-align:center;
    width:100%;
    padding:15px;
    font-size:16px;
}
.BankTransferBox .tip a{
    font-size:17px;
    color:#f00;
    display:inline-block;
    padding:0px 10px;
    text-decoration:underline;
}
.BankTransferBox .BankInfo{
    width:860px;
    border:1px solid #f90;
    text-align:center;
    margin:0 auto;
}
.BankTransferBox .BankInfo th{
    background:#f00;
    border:1px solid #f90;
    color:#fff;
    padding:10px 0px;
    font-size:16px;
    font-weight:normal;
}
.BankTransferBox .BankInfo td{
    padding:10px 0px;
    border:1px solid #f90;
    font-size:14px;
    color:#333;
}
.BankTransferBox .BankImg{
    position: relative;
}
.BankTransferBox #Add_File{
    position: absolute;
    top: 10px;
    opacity: 0;
    width:80px;
    height:30px;
    box-sizing:border-box;
}
.BankTransferBox #Add_Img{
    border:1px solid #f00;
    color:#f00;
    background:#fff;
    border-radius:5px;
    width:80px;
    height:30px;
    box-sizing:border-box;
    cursor:pointer;
}
.BankTransferBox .BankForm{
    width:860px;
    margin:40px auto;
}
.BankTransferBox .BankForm form{
    border:1px solid #f90;
}
.BankTransferBox .BankForm form div{
    padding:10px;
    display:inline-block;
}
.BankTransferBox .BankForm form label{
    width:90px;
    text-align:right;
    display:inline-block;
    font-size:15px;
}
.BankTransferBox .BankForm form input[type=text]
{
    display:inline-block;
    font-size:15px;
    height:30px;
    width:300px;
    box-sizing:border-box;
    padding-left:5px;
}
.BankTransferBox .BankForm form select
{
    display:inline-block;
    font-size:15px;
    height:30px;
    width:300px;
    box-sizing:border-box;
}
.BankTransferBox .BankForm form input[name=btn_submit]{
    box-sizing:border-box;
    display:inline-block;
    border:1px solid #fff;
    background:#f00;
    width:260px;
    height:45px;
    color:#fff;
    font-size:15px;
    border-radius:5px;
    cursor:pointer;
}
.BankTransferBox .usrtg_tab{
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.BankTransferBox .usrtg_tab table{
    border:1px solid #f90;
    width: 100%;
}
.BankTransferBox .Log_title{
    background:#f90;
    width:100%;
    display:block;
    text-align:center;
    padding:15px 0px;
    font-size:16px;
}
.BankTransferBox .usrtg_tab table tr{
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
    border-left:1px solid #f90;
    border-right:1px solid #f90;
}
.BankTransferBox .usrtg_tab table tr:last-child{
    border-bottom: 1px solid #f90;
}
.BankTransferBox .usrtg_tab table th{
    height: 42px;
    line-height: 42px;
    background: #fff;
    color: #333;
}
.BankTransferBox .usrtg_tab table td{
    height: 48px;
    line-height: 48px;
    text-align: center;
}

/*------积分兑换页面样式---------*/
.bm-right .Integral_Info{
    width: 920px;
    margin:10px auto;
}
.bm-right .Integral_Info .rem{
    color:#fff;
    text-align:center;
    border-radius:5px;
    background:#f50;
}
.bm-right .Integral_Info .rem p{
    padding:10px;
}
.bm-right .Integral_Info .rem p span{
    display:inline-block;
    padding-right:15px;
    font-size:16px;
    font-weight:600;
}
.bm-right .Integral_Info .info{
    padding:25px 0;
    display:flex;
}
.bm-right .Integral_Info .info p{
    padding:10px;
    width:440px;
    text-align:left;
}
.bm-right .Integral_Info .info p span{
    display:block;
    font-size:14px;
    padding:10px 0;
}
.bm-right .Integral_Info .info p .title{
    width:200px;
}
.bm-right .Integral_Info .info p span font{
    color:#f00;
    font-weight:600;
    font-size:16px;
}
.bm-right .Integral_Info .exchange{
    margin-bottom:25px;
    margin-left:250px;
    text-align:left;
    position:relative;
    height:35px;
}
.bm-right .Integral_Info .exchange input{
    position:absolute;
    left:0;
    top:0;
    border:1px solid #f50;
    width:350px;
    height:35px;
    padding:0px 10px;
    outline:none;
    box-sizing:border-box;
}
.bm-right .Integral_Info .exchange a{
    position:absolute;
    left:350px;
    top:0;
    width:70px;
    height:35px;
    outline:none;
    background:#f50;
    color:#fff;
    text-align:center;
    line-height:35px;
    font-size:16px;
    cursor:pointer;
}
/*-------订单跟踪--------*/
#OrderTracking form{
    width:900px;
    position: relative;
    display: -webkit-box;
    -webkit-box-align: stretch;
    border: 1px solid #f50;
    height: 45px;
    margin:20px auto;
}
#OrderTracking .code_input{
    -webkit-box-flex: 1;
    -webkit-appearance: none;
    padding: 0 15px;
	width: 869px;
    height: 45px;
    font-size: 15px;
    border: none;
    border-radius: 0;
    display: block;
    position:absolute;
    top:0;
    left:0;
}
#OrderTracking #QueryBtn{
    cursor:pointer;
    outline: none;
    color: #fff;
    text-decoration: none;
    position: relative;
    width: 55px;
    height: 45px;
    display: inline-block;
    background-color: #f50;
    position:absolute;
    top:0;
    right:0;
}
#OrderTracking #QueryBtn::after,#QueryBtn::before{
    content: '';
    height: 20px;
    display: block;
    position: absolute;
    top: 8px;
    left: 16px;
}
#OrderTracking #QueryBtn::after{
    width: 2px;
    background: #ffffff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: 27px;
    left: 36px;
    height: 10px;
}
#OrderTracking #QueryBtn::before{
    width: 20px;
    border: 2px #ffffff solid;
    border-radius: 100%;
}
#OrderTracking iframe{
    width:900px;
    margin:0 40px;
    border:none;
}
/*----------运费估算页面样式-----------*/
.SearchPrice_Box{
    
}
.SearchPrice_Box .SearchPrice-item{
    float:left;
    width:35%;
    height:60px;
    line-height:60px;
    padding:0px 10px;
}
.SearchPrice_Box .SearchPrice-item label{
    /*width:80px;*/
    display:inline-block;
    text-align:right;
}
.SearchPrice_Box .SearchPrice-item select{
    width: 150px;
    height: 30px;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 2px;
    box-sizing:border-box;
}
.SearchPrice_Box .SearchPrice-item input{
    width: 150px;
    height: 30px;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 2px;
    box-sizing:border-box;
    margin-right:5px;
}
.SearchPrice_Box .cube{
    width:60%;
}
.SearchPrice_Box .cube input{
    width: 55px;
    margin:0px 5px;
}
.SearchPrice_Box input[name=btn_OK]{
    text-align:center;
    display:inline-block;
    width:120px;
    height:35px;
    font-size:15px;
    border:none;
    outline:none;
    box-sizing:border-box;
    background:#f50;
    color:#fff;
    border-radius:2px;
    margin:20px 0px;
    cursor:pointer;
}
.SearchPrice_Box .data-info{
    width:100%;
    text-align:center;
    font-size:16px;
    margin-bottom:20px;
}
.SearchPrice_Box .data-info table{
    width:95%;
    color:#333;
    margin:0 auto;
    text-align:center;
}
.SearchPrice_Box .data-info table tr{
    
}
.SearchPrice_Box .data-info table th{
    padding:10px 0px;
    border:1px solid #ccc;
    background:#f2f2f2;
}
.SearchPrice_Box .data-info table td{
    padding:8px 0px;
    border:1px solid #ccc;
}
.SearchPrice_Box .data-info table .free{
    color:#f00;
    font-weight:600;
}
.SearchPrice_Box .SearchPrice-item .tip-name{
    width:145px !important;
}
/*-----自提点中心 ZtdCenter-----*/
.portlet.light{
    padding: 12px 20px 15px 20px;
    background-color: #fff;
}
.portlet.light .portlet-body{
    padding-top: 8px;
    background-color: #fff;
}
.portlet.light .portlet-body h1{
    font-weight: 400;
    font-size:26px;
    padding-bottom:30px;
}
.portlet.light .portlet-body::after{
    display:block;
    content:'';
    clear:both;
    height:0;
    visibility:hidden;
}
.portlet.light .portlet-body .row{
    display:inline-block;
    width:49%;
    margin-bottom:40px;
}
.portlet.light .portlet-body .row .col-md-6{
    
}
.portlet.light .portlet-body .row .col-md-6 img{
    width:25px;
    height:25px;
}
.portlet.light .portlet-body .row .col-md-6:first-child{
    
}
.portlet.light .portlet-body .row .col-md-6:first-child{
    padding-right: 8%;
}
.portlet.light .portlet-body .col-md-6 .blue{
    color: #EC6E13!important;
}
.portlet.light .portlet-body .col-md-6 h2{
    font-size:24px;
    margin-bottom:10px;
}
.portlet.light .portlet-body .col-md-6 p{
    margin-bottom:10px;
    line-height:30px;
}
.portlet.light .portlet-body .col-md-6 a{
    color:#ec6e13;
}
.portlet.light .portlet-body .col-md-6 i{
    font-style:normal;
}