/* 卖家公用头部和尾部 */
.jishu-status{padding:2px 4px; background: #f50; border-radius: 9px;color: #fff;font-size: 11px}
.zhuangtai-status{
    padding:2px 10px; background: rgb(9, 146, 89); border-radius: 9px;color: #fff;font-size: 11px
}
.btn-submit{
    background: linear-gradient(90deg,#f8498f 0,#ff0066) border-box!important;
    border-color: transparent!important;
}
/* 按钮阴影 */
.btn-shadow{box-shadow: 4px 4px 8px rgba(0,0,0,.1);}
.btn-shadow:hover{box-shadow: 4px 4px 10px rgba(0,0,0,.25);}
.total{
    position: relative;
}
.content_fuild {
    width: 100%;
    height: auto;
    position: relative;
}
.head {
    height: 72px;
    line-height: 72px;
    background: rgba(0,0,0,0.8);
    box-shadow: 0 2px 16px 0 rgba(220, 220, 220, .5);
}
.head_left{
    width: 20%;

    text-align: left;
}
.head_left_img{
    width: 100px;
    overflow: hidden;
    float: left;
}
.head_left_img img{
    width: 60px;
    height: auto;
}
.head_left_name{
    float: right;
    color: #fff;
    font-size: 13px;
}
.head_right{
    text-align: right;
    width: 80%;
    align-items: center;
    justify-content: center
}
.head_right_all{
    width: 150px;
}
.head_right_all a{
    color:#fff;
}
.sell_footer{
    width: 100%;
    background: gray;
    height: 100px;
    /*position: fixed;*/
    bottom: 0px;
}
.sell_footer_name{
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    margin-top: 25px;
} 

.content {
    width: 100%px;
    margin: 0 auto;
    padding-bottom: 100px;
    height: auto;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.contents {
    /*width: 1200px;*/
    margin: 0 auto;
    height: auto;
    box-sizing: border-box;
}
.sellbody{ background: #000;}
/* 页码 页面 */

.pagination {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 20px;
    text-align: center;
}

.pagination li {
    border: 1px solid #f1f1f1;
    background: #fff;
    display: inline-block;
    font-family: arial;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-left: 5px;
    overflow: hidden;
    text-decoration: none;
    color: #666;
}
.pagination li:hover{ background:#ff0066; color: #fff; }
.pagination li a{
    width: 100%;
    height: 100%;
    padding: 3px 8px;
}
.pagination li a:hover{ color: #fff;}
.pagination li span{
    width: 100%;
    height: 100%;
    padding: 3px 8px;
}
.pagination li.disabled{
    cursor: default;
}
.pagination .active {

    background: #ff0066;
    display: inline-block;
    font-family: arial;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-left: 5px;
    overflow: hidden;
    text-decoration: none;
    color: #666;
}

.pagination .active {
    color: #FFF;
    background: #ff0066;
    border-color: #ff0066;
}
/* 公用左边导航 */
.sell_left{
    background: #fff;
    width: 10%;
    margin:17px 0 17px 2px;
    box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.1);
    /* border-top: 3px solid #ff0066; */
}
.sell_left_title {
    font-size: 15px;
    color: #555;
    line-height: 53px;
    /* vertical-align: middle; */
    /* text-align: center; */
    font-weight: bold;
    padding-left: 43px;
    border-bottom: none;
    /* text-shadow: 1px 1px 1px rgba(0,0,0,0.3),
	  	        0px 0px 4px rgba(0,0,0,0.5); */
}
.sell_left_title i{
    color: #777;
    margin-right: 2px
}
.sell_left_nav {
    overflow: hidden;
}
.sell_left_nav div {
    height: 48px;
    line-height: 48px;
    color: #000;
    font-size: 15px;
    width: 100%;
}
.sell_left_nav div a {
    text-align: center;
    display: block;
    height: 100%;
    font-size: 13px;
    border-left: 3px solid #fff;
}
.sell_left_nav div a:hover {
    border-left: 3px solid #ff0066;
    color: #ff0000;
}
.sell_left_nav div a i{
    color: #999;
    margin-right: 10px
}
.index-mid-bottom{ margin-top: 12px;}

/* 卖家中心登录界面 */
.slogin{
    position: absolute;
    top: 20%;
    /* width: 1166px; */
    /* margin: 20px auto; */
    /*height: 460px;*/
    overflow: hidden;
    left: 33%;
}
.slogin_name{
    font-size: 25px;
    color: #fff;
    text-align: center;
    padding: 14px 0;
    margin-bottom: 15px;
}
.slogin_name i{
    color: #f7f1f3;
    font-size: 30px;
}
.slogin_left{
    width: 422px;
    height: 460px;
    overflow: hidden;
}
.slogin_left img{
    width: 100%;
    height: auto;
}
.slogin_right{
    width: 547px;
    height: 460px;
    background: rgba(255,255,255,1);
    border-radius: 30px;
    padding-top: 15px;

}
.slogin_right .layui-input-inline{ width: 261px!important;}
.slogin_right_r{
    float: left;
    padding: 10px 20px;
    width: 93%;
    /*border: 1px solid #eaeaec;*/
}
.slogin_right_r_tab .layui-tab-title{

    padding-left: 65px!important;
}

.slogin_right_r_tab .layui-tab-title li{
    min-width: 152px;
}
.slogin_right_r_tab .layui-tab-title .layui-this {
    color: #ff0066;
}
.slogin_right_r_tab .layui-tab-content{
    margin: 20px 10px;
    padding-left: 54px;
}
.slogin_right_r_tab .layui-form-item{
    margin: 30px 0
}
.slogin_right_r_tab_img img{
    width: 20%;
    height: 35px;
    border: 1px solid #eaeaec
}
.slogin_right_r_btn{
    width: 87%;
    margin: 0 auto;
    border-radius: 20px;
}
.slogin_right_r_tab_huo{
    width: 85px;
    height: 36px;
    /* float: left; */
    /* position: relative; */
    z-index: 1;
    /* padding-left: 5px; */
    /* left: 5px; */
    position: absolute;
    right: 94px;
}
.slogin_right_r_tab_huo .send {
    width: 85px;
    height: 36px;
    background: #EEE;
    border-bottom: transparent;
    border-right: transparent;
    color: #333;
    border-top: none;
    border-left: none;
    border-radius: 0px;
    font-size: 12px;
    margin-top: 1px;
}
.slogin_right_r_tab_huo .send:hover{
    background: #e6e6e6;
    cursor: pointer;
}
.captcha-img{
    width: 85px;
    height: 36px;
    margin-top: 1px;
    z-index: 1;
    overflow: hidden;
    /* padding-left: 5px; */
    /* left: 5px; */
    position: absolute;
    right: 97px;
    border-left:1px solid #e6e6e6;
}
#captchaPic{
    width: 100%;
    height: 100%
    /* height: 36px;
    margin-top: 1px;
    z-index: 1; */
    /* padding-left: 5px; */
    /* left: 5px; */
    /* position: absolute;
    right: 97px;
    border-left:1px solid #e6e6e6; */
}
.slogin_right_r_reg{
    font-size: 14px;
    text-align: right;
    margin: 10px 15px;
}
.slogin_right_r_reg a{
    color: #ff0066
}

/* 卖家注册 */
.register{
    position: absolute;
    top: 20%;
    overflow: hidden;
    left: 35%;
}
.register_right{
    width: 478px;
    height: 460px;
    background: rgba(255,255,255,1);
    border-radius: 30px;
    padding-top: 23px;
}

.register_right_r{
    /*float: right;*/
    padding: 10px 20px;
}
.register_right_r_tab{ padding-left: 63px;}
.register_right_r_name{
    text-align: center;
    font-size: 14px;
    color: #ff0066;
    padding-bottom: -1px;
    z-index: 998;
    border-bottom: 1px solid #e6e6e6;
    height: 40px;
}
.register_right_r_name p{
    border: 1px solid #e6e6e6;
    border-bottom: none;
    width: 50%;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    /*padding-top: 8px;*/
    margin-bottom: -10px;
    background: #fff;
    z-index: 999;
    margin-left: 103px;
}
.register_right_r_tab .layui-form-item{
    margin: 25px 0
}
.register_right_r_tab_img img{
    width: 20%;
    height: 35px;
    border: 1px solid #eaeaec
}
.register_right_r_btn{
    width: 100%;
    margin: 0 auto;
    background: #ff0066
}
.register_right_r_tab_huo{
    width: 85px;
    height: 46px;
    float: left;
    position: relative;
    z-index: 1;
    padding-left: 5px;
}
.register_right_r_tab_huo .send {
    width: 101px;
    height: 36px;
    background: #EEE;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    color: #333;
    border-top: none;
    border-left: none;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 100;
    margin-top: 1px;
}
.register_right_r_reg{
    font-size: 14px;
    text-align: right;
    margin: 10px 15px;
}
.register_right_r_reg a{
    color: #ff0066
}

/* 卖家首页 */
.index_right{
    width: 89%;
    float: right;
    margin:17px 10px 17px 0px;
    padding: 10px 10px
}
.index_right_top{
    width: 100%;
    overflow: hidden;
}
.index_right_top_l{
    background: #fff;
    width: 33%;
    height: 144px;
    padding: 20px 0px 0px 10px;
}
.index_right_top_l_img{
    width: 100px;
    height: 80px;
    text-align: center;
    overflow: hidden;
}
.index_right_top_l_all_tot{
    margin: 5px 0;
}
.index_right_top_l_all_span{
    font-size: 18px!important;
}
.index_right_top_l_all_tot span{
    font-size: 12px;
}
.index_right_top_l_all_tot i{
    color: #ff0066;
    font-size: 16px
}
.index_right_top_m{
    margin-left:8px;
    background: #fff;
    width: 33%;
    height: 144px;
    text-align: center;
    padding: 30px 0px 0px 0px
}
.index_right_top_m_l i{
    font-size: 42px;
    color: #76c2fa;
}
.index_right_top_m_l .layui-progress{
    margin: 35px;
}
.index_right_top_m_l_all{
    display: inline-block;
    margin-left: 5px;
}
.index_right_top_m_l_all_t{
    font-size: 16px;
}

.index_right_top_m_r i{
    font-size: 42px;
    color: #c0bfbf;
}
.index_right_top_m_r_all{
    display: inline-block;
    margin-left: 5px;
}
.index_right_top_m_r_all_t{
    font-size: 16px;
}
.index_right_top_m_r_all_t a button{
    font-size: 12px;
}
.index_right_top_r{
    background: #fff;
    width: 33%;
    height: 144px;
    text-align: center;
    padding: 30px 0px 0px 0px
}
.index_right_top_r_name{
    font-size: 16px;
}
.index_right_top_r_all_fen{
    margin: 8px 0
}
.index_right_top_r_all_fen i{
    color: #bbb;
}
.index_right_top_r_all_s{
    color: #ff0066;
    margin-left: 10px
}
.index_right_m{
    width: 100%;
    overflow: hidden;
    margin: 10px 0 0px 0
}
.index_right_m_l{
    background: #fff;
    width: 33%;
    height: 166px;
    margin-right: 10px;
    padding: 20px 0px 0px 5px
}
.index_right_m_l_name{
    font-size: 14px
}
.index_right_m_l_tips{
    font-size: 12px;
    margin: 5px 0;
}
.index_right_m_l_tips_1{
    color: #bbb;
    margin-right: 15px
}
.index_right_m_l_tips_1 a{
    color: #888;
}
.index_right_m_l_tips_2{
    color: #ff0066;
}
.index_right_m_l_type{
    margin: 30px 15px;
    text-align: center
}
.index_right_m_l_type_div i{
    font-size: 20px
}
.index_right_m_l_type_1{
    color: #bbb;
    font-size: 13px
}
.index_right_m_l_type_2{
    color: #ff0066;
}
.index_right_m_r_tips_2{
    color: #ff0066;
}
.index_right_m_r{
    background: #fff;
    width: 66.2%;
    height: 166px;
    padding: 20px 0px 0px 5px
}
.index_right_m_r_name{
    font-size: 14px
}
.index_right_m_r_tips{
    font-size: 12px;
    margin: 5px 0;
}
.index_right_m_r_tips_1{
    color: #bbb;
    margin-right: 15px
}
.index_right_m_r_tips_1 a{
    color: #888;
}
.index_right_m_r_type{
    margin: 30px 15px;
    text-align: center
}
.index_right_m_r_type_div i{
    font-size: 20px
}
.index_right_m_r_type_1{
    color: #bbb;
    font-size: 12px
}
.index_right_m_r_type_2{
    color: #ff0066;
}
.index_right_m_r_tips_2{
    color: #ff0066;
}
/* .index_right_m_r_type_div1{
    margin: 6px 0
} */
.index_right_m_r_type_div2{
    margin: 10px 0
}

/* 店铺设置 */
.setting_right{
    width: 89%;
    float: right;
    margin:17px 10px 17px 0px;
    padding: 10px 10px
}

/* 发货地址 */
.address_right{
    width: 89%;
    float: right;
    margin:17px 10px 17px 0px;
    padding: 10px 10px
}
.address_right .layui-tab-title li a {
    display: inline-block;
}
.address_right .layui-table td{
    font-size: 12px;
}

/* 发货地址 */
.address_add_right{
    width: 89%;
    float: right;
    margin:17px 10px 17px 0px;
    padding: 10px 10px
}

/* 卖家订单 */
.order_right{
    width: 89%;
    float: right;
    margin:17px 10px 17px 0px;
    padding: 10px 10px
}
.order_right_position {
    font-size: 12px;
    color: #9b9b9b;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px
}

.order_right_position a {
    color: #757575!important;
    font-size: 13px;
    margin-right: 5px;
}

.order_right_position a:hover {
    color: #006dee;
}
.order_right_po_n {
    color: #ff0000;
    font-size: 13px;
    font-weight: 500;
    margin-left: 5px;
}
.order_right_place {
    width: 100%;
    text-indent: 12px;
    border: 0.5px solid transparent;
    border-color:#ff0066\0; /* ie 8/9*/
    background: linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#ff0066 0,#ff0066) border-box;
    background: -webkit-linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#ff0066 0,#ff0066) border-box;
    background: -moz-linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#ff0066 0,#ff0066) border-box;
    background: -o-linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#ff0066 0,#ff0066) border-box;
}
.order_right_sou .layui-btn{
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px
}
.order_right .layui-table td{
    font-size: 12px
}
.order_right_img{
    display: inline-block;
    width: 60px;
    /*height: 87px;*/
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 10px
}
.order_right_img img{
    height: auto;
    width: 100%;
}
#to_send_list .layui-form-item{
    margin-left: -30px;
}
.qu_delivey button,layui-showbutton{
    position: fixed;
    bottom: 27%;
    left: 48%;
}
.qu_delivey .layui-form-select{
    width: 390px;
}
.qu_delivey input{
    width: 390px;
}
.qu_delivey .layui-form-select dl dd{
    width: 368px;
}
.qu_delivey .layui-form-select dl dd, .qu_delivey .layui-form-select dl dt{
    font-size: 12px;
}
.qu_ticket .layui-form-select{
    width: 390px;
}
.qu_ticket .layui-form-select dl dd{
    width: 368px;
}
.qu_ticket .layui-form-select dl dd, .qu_ticket .layui-form-select dl dt{
    line-height: 36px;
    white-space: normal;
    font-size: 12px;
}

.qu_ticket button{
    position: fixed;
    bottom: 27%;
    left: 48%;
}
.qu_company .layui-form-select dl dd{
    width: 368px;
}
.qu_company .layui-form-select dl dd, .qu_ticket .layui-form-select dl dt{
    line-height: 36px;
    white-space: normal;
    font-size: 12px;
}
.qu_company .layui-form-select{
    width: 390px;
}
.qu_company button{
    position: fixed;
    bottom: 27%;
    left: 48%;
}

/* 卖家订单详情 */
.orderdetail_right{
    width: 89%;
    float: right;
    margin:17px 10px 17px 0px;
    padding: 10px 10px
}
.orderdetail_right_position {
    font-size: 12px;
    color: #9b9b9b;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px
}

.orderdetail_right_position a {
    color: #757575!important;
    font-size: 13px;
    margin-right: 5px;
}

.orderdetail_right_position a:hover {
    color: #006dee;
}
.orderdetail_right_po_n {
    color: #ff0000;
    font-size: 13px;
    font-weight: 500;
    margin-left: 5px;
}
.orderdetail_right_place {
    width: 100%;
    text-indent: 12px;
    border: 0.5px solid transparent;
    border-color:#ff0066\0; /* ie 8/9*/
    background: linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#ff0066 0,#ff0066) border-box;
    background: -webkit-linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#ff0066 0,#ff0066) border-box;
    background: -moz-linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#ff0066 0,#ff0066) border-box;
    background: -o-linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#ff0066 0,#ff0066) border-box;
}
.orderdetail_right .layui-table td{
    font-size: 12px
}
.orderdetail_right_contents{
    margin-top: 0px
}
.orderdetail_right_img{
    display: inline-block;
    width: 62px;
    margin-right: 12px;
}
.orderdetail_right_img img{
    height: auto;
    width: 100%;
    border-radius: 3px;
}
.orderdetail_pro-name{
    width: 100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.orderdetail_right_content{
    border: 1px solid #e8e8e8 ;
    margin-top: 10px;
}
.orderdetail_right_content_name{
    background: #f6f6f6;
    height:38px;
    line-height:38px;
    font-size:14px;
    padding-left:15px;
}
.orderdetail_right_content ul{
    line-height: 33px;
    height: 33px;
    padding-left: 40px;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.orderdetail_right_content_l{
    margin-right: 10px;
}
.orderdetail_right_content_r{
    color: #666;
}
.orderdetail_content_r{
    color: #ff0066
}
.orderdetail_content_right{
    font-size: 14px;
    font-weight: 700
}
.orderdetail_right_content_r a{
    margin-left: 20px;
    border: 1px solid #ddd;
    padding: 2px 6px;
    color: #999;
    border-radius: 2px
}

/* 快捷售票 */
.fast_right_tips{
    padding: 10px 15px;
    margin-left: 20px;
    /* width: 70%; */
}
.fast_name{
    width: 30%;
}
.fast_right_tips_top{

    width: 120px;
    height: 40px!important;
    line-height: 40px!important;
}
.fast_right_tips_top:hover{
    opacity: .7;
    
}
.fast_right_tips_name{
    font-size: 12px;
    margin: 10px 0px;
}
.fast_img{
    float: left;
    width:60px;

    overflow: hidden;

}
.fast_img img{
    width: 100%;
    height: auto;
}
.fast_all{
    float: left;
    margin-left: 10px
}
.fast_all_p{
    font-size: 13px;
    font-weight:700;
    width: 500px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.fast_all_p span{
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
    padding: 2px 6px;
}
.sta-text{
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
    padding: 2px 6px;
}
.fast_add{
    background: #f2f2f2;
    height: 40px;
    line-height: 40px;
    text-align: left;
    width: 100%;
}
#sell_show_goods_list td{ font-size: 12px;}
#goodsSpec{
    margin-bottom: 10px;
}
#fast_add_btn{
    color: #fff;

}
#fast_add_btn:hover{
    opacity: .7;
}
/* 添加快捷售票 */
.fast_mess{
    background: #f5f5f5;
    font-size: 16px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}
.fast_sou{
    padding: 10px 20px;
    border: 1px solid #f5f5f5;
    margin-bottom: 20px
}
.fast_shop span{
    color: #ff0066;
}
.fast_card{
    display: flex
}
.fast_input{
    margin-top: 20px
}
.fast_dt{
    width: 80px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin: 0 10px;
    border-radius: 10px;
}
.fast_dt img{
    width: 100%;
    height: auto;
}
.fast_dd{
    width: 450px;
}
.fast_dd h3{
    font-size: 13px;
}
.fast_dd p{
    font-size: 12px;
}
.fast_btn{
    text-align:center;   
    margin: 10px;
}
.fast_btn span{
    background: #ff0066;
    color: #fff;
}
.fast_contents{
    background: #fbdadf;
    padding: 10px 0px 0px 9px
}
.fast_contents .layui-input-inline{
    width: 109px;
}
.fast_table td .layui-input-inline{
    width: 80px;
}

/* 在线选座 */
.seat_right_tips{
    padding: 10px 15px;
}
.seat_right_tips_top{
    font-size: 14px;
    color: #ff0066;
}
.seat_right_tips_name{
    font-size: 12px;
    margin: 10px 0px;
}
.seat_img{
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 8px
}
.seat_img img{
    width: 100%;
    height: auto;
    border-radius: 8px
}
.seat_all{
    float: left;
    margin-left: 10px
}
.seat_all_p{
    font-size: 13px;
    font-weight:700;
    width: 500px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#total-main td{
    font-size: 12px
}
.seat_add{
    border: 1px solid #ff0066;
    padding: 1px 3px;
    color: #ff0066;
    float: left;
}
.seat_already{
    border: 1px solid #ccc;
    padding: 1px 3px;
    color: #ccc;
    float: left;
}
.seat_span1{
    color: #fff;
    background: #ff0066;
    padding: 2px 2px;
    margin-right: 10px;
    border-radius: 3px
}
.seat_span2{
    color: #fff;
    background: #f50;
    padding:  2px 5px 2px 2px;
    border-radius: 3px;
}
.seat_dt{
    width: 100px;
    height: 120px;
    overflow: hidden;
    float: left;
    margin: 0 10px;
}
.seat_dt img{
    width: 100%;
    height: auto;
}
.imgupload img{ width: 80px;}
.authcss .layui-form-label{ width: 120px!important;}
#license_pic_show,#show_xk_pic,#power_of_pic_show{
    padding-left: 40px;
}
#license_pic_show img,#show_xk_pic img,#power_of_pic_show img{
    width: 200px;
    height: auto;
}
#license_pic_show p.mainImgRemove,#show_xk_pic p.mainImgRemove,#power_of_pic_show p.mainImgRemove{
    width: 198px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #b3b1b1;
    border-top: none;
}
#license_pic_show p.mainImgRemove:hover,#show_xk_pic p.mainImgRemove:hover,#power_of_pic_show p.mainImgRemove:hover{
    border: 1px solid #666;
    color: #000;
    border-top: none;
}
#shopkeeper_pic_show{
    overflow: hidden;
}
#shopkeeper_pic_show .imgsItem{
    width: 200px;
    height: auto;
    float: left;
    margin: 0px 10px;

}
 .authcsstext{ margin-left: 10px!important;  font-size: 12px!important; color: #0000cc;!important}
#shopkeeper_pic_show .imgsItem img{
    width: 200px;
    height: auto;
}
#shopkeeper_pic_show .imgsItem .imgsRemove{
    width: 198px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #b3b1b1;
    border-top: none;
}
#shopkeeper_pic_show .imgsItem .imgsRemove:hover{
    border: 1px solid #666;
    color: #000;
    border-top: none;
}
.shop-gra{ background: #c3e5ff; padding: 2px 4px;}
.fast_add_add{
    float: right;
    margin-right: 20px;
}

/* 订单 */
#send_order tr td{
    font-size: 12px;
    line-height: 25px;
}
.text_r{
    text-align: right;
}
.printall{
    text-align: center;
}
#dz_print .layui-nav .layui-nav-item a{
    padding: 0 20px 0 5px;
}
#electri_print .layui-form-label {
    width: 100px!important;
}

.price_all{
    margin-top: 10px;
    color: #777;
}
.price_num{
    font-size: 22px;
    color: #000;
    margin-right: 5px;
}
.cash_detail{
    font-size: 12px;
    color: rgb(96, 196, 243);
}
.cash_detail:hover{
    font-size: 12px;
    color: rgb(80, 167, 207);
}
.sell_cash{
    font-size: 12px;
    margin: 0 10px;
    color: rgb(73, 183, 247);
}
.sell_cash{
    color: rgb(113, 195, 243);
}

.sell_print{
    padding: 25px 0;
    font-size: 16px;
}
.sfprint{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#express_print{
    margin-bottom: 20px;
    margin-left: 10px;
}
.print_paper .ovh{
    height: 100px;
}
.print_paper .xx10 div:first-child{
    height: auto!important;
}
#express_print .xx10{
    top:371px!important;
    left: 17px!important;
}
/* 订单详情物流 */
.wuliu{
    width: 400px;
    padding: 15px;
}
.wuliu ul{
    display: block;
}
.wuliu ul li{
width: 100%;
position: relative;
list-style: none;
z-index: 10;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
height: 75px;
}
.wuliu ul li div:first-child{
width: 25%;
text-align: center;
font-size: 12px;
color: #ADADAD;
line-height: 15px;
}
.wuliu ul li div:first-child span{
display: block;
}
.wuliu ul li div:nth-child(2) {
width: 10%;
text-align: center;
position: relative;
height: 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.wuliu ul li div:nth-child(2) i {
width: 5px;
height: 5px;
background: #ddd;
border: 2px solid #fff;
border-radius: 50%;
display: inline-block;
position: relative;
z-index: 10;
}
.wuliu ul li div:last-child {
padding-left: 2%;
padding-right: 2%;
font-size: 12px;
color: #ADADAD;
width: 60%;
}
.wuliu ul li div:nth-child(2):after {
content: '';
position: absolute;
z-index: 9;
left: 49%;
top: 0;
border-left: 1px solid #ddd;
height: 100%;
}
.now div:first-child{
color: #FF8000!important;
font-size: 14px!important;
font-weight: 550;
}
.now div:last-child{
color: #333333!important;
font-size: 14px!important;
font-weight: 500;
}

/* 充值 */
.recharge{
    padding-bottom: 15px;
    overflow: hidden;
    padding-left: 25px;
    margin-top: 20px;
}
.recharge_name{
    margin-bottom: 20px;
}
.recharge .layui-tab-title {
    height: auto;
    float: left;
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
}
.recharge li {
    float: left;
    width: 174px;
    height: 60px;
    line-height: 60px!important;
    margin-right: 10px;
    margin-bottom: 14px;
    border: 1px solid #e0e0e0;
    text-align: left!important;
    cursor: pointer;
    overflow: hidden;
    _zoom: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.recharge li img {
    height: 46px;
    width: 46px;
    overflow: hidden;
}

.recharge li span {
    margin-left: 8px;
    font-size: 16px;
}
.recharge .layui-tab-content {
    float: left;
    width: 100%;
}
.recharge .layui-tab-item{
    margin-top: 20px
}
.recharge_div{
    margin: 10px 0
}
.recharge_submit{
    margin-top: 70px;
    float: left;
    width: 100%;
    text-align: center;
}
.recharge_submit .layui-btn {
    width: 200px;
    font-size: 16px;
}
.recharge .layui-tab-title .layui-this {
    color: #ed503f !important;
}
.recharge .layui-tab-title .layui-this:after {
    border: 2px solid #5FB878 !important;
    height: 60px;
}
.recharge .layui-tab-brief>.layui-tab-title .layui-this {
    color: #ff0066;
    font-size: 15px;
}
.layui-layer .layui-layer-btn{ text-align: center!important;}