@import url(../global.css);
html,body{height:auto}
bggray*{
    box-sizing: border-box;
}
.layui-body{
    /*min-width:1130px;*/
    overflow-x: auto;
}
body,div,a{font-size: 12px;}
.layui-table,.layui-table td, .layui-table th{font-size: 12px;}

.layui-card-header{
    font-weight: bold;
    font-size: 12px;
}
.layui-breadcrumb a{
    font-size: 12px;
}
/*.layui-btn{*/
/*    font-size: 12px;*/
/*    width:78px;*/
/*    height:38px;*/
/*    line-height: 38px;*/
/*    border-radius: 2px;*/
/*}*/

.content{
    border: 1px solid #ececec;
    margin-top: 35px;
}
.ui-header {
    background-color: #fafafa;
    font-size: 20px;
    padding-left: 10px;
    height: 50px;
    line-height: 50px;
}
.ui-bd {
    padding: 16px;
    background: #fff;
}
.ui-search {
    background: #f7f7f7;
    padding: 16px 0 4px;
}
.ui-search .ant-form-inline .ant-form-item {
    margin-bottom: 10px;
}

.ant-form-inline .ant-form-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}
.ant-form-item {
    font-size: 12px;
    margin-bottom: 24px;
    color: rgba(0,0,0,.65);
    vertical-align: top;
}
.ant-row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    zoom: 1;
    display: block;
}
.layui-form-item{
    display: inline-block;
}
.custom-form .layui-form-item{
    display: block;
}
.custom-form .sign{
    color:#ff5722;
    padding-right: 5px;
}
.layui-form-pane .layui-form-label {
    min-width: 80px;
    padding: 0px;
    height: 38px;
    line-height: 38px;
    border-width: 0px;
    border-style: solid;
    border-radius: 2px 0 0 2px;
    text-align: right;
    background-color: #f7f7f7;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    margin-left: 10px;
}
.ui-search .r-action {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 12px;
    width: 96px;
    border-left: 1px dotted #ccc;
    text-align: center;
}
.require{
    position: relative;
    margin-right: 5px;
    color: #f02b2b;
}.demoTable{
    margin-bottom: 10px;
}
#permForm .layui-form-pane .layui-form-label {
    min-width: 80px;
    padding: 0px;
    height: 38px;
    line-height: 38px;
    border-width: 0px;
    border-style: solid;
    border-radius: 2px 0 0 2px;
    text-align: right;
    background-color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    margin-left: 10px;
}
.data-show-content{
    background-color: #f7f7f7;
}
.data-show-content .layui-form-item{
    margin-top:15px;
}

.layui-form-item .form-text{
    height: 38px;
    line-height: 38px;
}
.bggray{
    background: #e6e6e6;
}
.bggrayspan{
    margin-right: 40px;
}
.abutton{
    color: blue;
    margin-right: 20px;
    cursor: pointer;
}
.abutton:hover{
    color: blue;
}
.shopImg{
    width: 80px;
    height: 80px;
    border:1px solid #eee;
    margin-right: 5px;
}


.f-cb:after,.f-cbli li:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.f-cb,.f-cbli li{zoom:1;}
.f-ib{display:inline-block;*display:inline;*zoom:1;}
.f-dn{display:none;}
.f-db{display:block;}
.f-fl{float:left;}
.f-fr{float:right;}
.f-pr{position:relative;}
.f-prz{position:relative;zoom:1;}
.f-oh{overflow:hidden;}
.f-ov{overflow:visible;}
.f-fs12{font-size:12px;}
.f-fs14{font-size:14px;}
.f-fs16{font-size:16px;}
.f-fs18{font-size:18px;}
.f-fs20{font-size:20px;}
.f-fs22{font-size:22px;}
.f-fs24{font-size:24px;}
.f-fs26{font-size:26px;}
.f-fwn{font-weight:normal;}
.f-fwb{font-weight:bold;}
.f-tal{text-align:left;}
.f-tac{text-align:center;}
.f-tar{text-align:right;}
.f-taj{text-align:justify;text-justify:inter-ideograph;}
.f-vam,.f-vama *{vertical-align:middle;}
.f-wsn{word-wrap:normal;white-space:nowrap;}
.f-pre{overflow:hidden;text-align:left;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;}
.f-wwb{white-space:normal;word-wrap:break-word;word-break:break-all;}
.f-ti{overflow:hidden;text-indent:-30000px;}
.f-ti2{text-indent:2em;}
.f-lhn{line-height:normal;}
.f-tdu,.f-tdu:hover{text-decoration:underline;}
.f-tdn,.f-tdn:hover{text-decoration:none;}
.f-toe{overflow:hidden;word-wrap:normal;white-space:nowrap;text-overflow:ellipsis;}
.f-toe-2{text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;}
.f-csp{cursor:pointer;}
.f-csd{cursor:default;}
.f-csh{cursor:help;}
.f-csm{cursor:move;}
.f-usn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}

.m5{margin:5px;}
.m10{margin:10px;}
.m15{margin:15px;}
.m20{margin:20px;}
.m50{margin:50px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt50{margin-top:50px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr50{margin-right:50px;}
.mb0{margin-bottom:0px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb50{margin-bottom:50px;}
.ml0{margin-left:0px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml50{margin-left:50px;}

.mlr10{margin-left:10px;margin-right:10px;}
.mlr10{margin-top:10px;margin-bottom:10px;}
.mtb15{margin-top:15px;margin-bottom:15px;}

.p5{padding:5px;}
.p10{padding:10px;}
.p15{padding:15px;}
.p20{padding:20px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}

.ptb10{padding-top:10px;padding-bottom:10px;}
.plr0{padding-left:0px;padding-right:0px;}
.plr15{padding-left:15px;padding-right:15px;}
.plr20{padding-left:20px;padding-right:20px;}
.plr30{padding-left:30px;padding-right:30px;}

.ptb20{padding-top:20px;padding-bottom:20px;}


/* buyer,shop,platform公用样式 */
.bgf7{background:#f7f7f7;}
.brd9{border:1px solid #d9d9d9;}
.brRe5{border-right:1px solid #e5e5e5;}
.brBe5{border-bottom:1px solid #e5e5e5;}

.text-333{color:#333;}
.text-666{color:#666;}
.text-999{color:#999;}
.text-bbb{color:#BBBBBB;}
.text-red{color:#e4393c;}

.text-buyer{color:#e43636;}
.text-shop,
.text-platfrom{color:#009afe;}
.bg-buyer{background:#e43636;}
.bg-shop,
.bg-platfrom{background:#009afe;}
.br-buyer{border-color:#e43636;}
.br-shop,
.br-platfrom{border-color:#009afe;}

.text-success{color:#78af30;}
.text-warning{color:#ec9f00;}
.text-error{color:#d76461;}
.text-disabled{color:#999;}
.bg-success{background:#78af30;}
.bg-warning{background:#ec9f00;}
.bg-error{background:#d76461;}
.bg-disabled{background:#999;}

.tips-success{border:1px solid #78af30;background:#f1f7ea;color:#78af30;padding:15px;}
.tips-warning{border:1px solid #ec9f00;background:#fffdf1;color:#ec9f00;padding:15px;}
.tips-error{border:1px solid #d76461;background:#fbefef;color:#d76461;padding:15px;}
.fl{
    float: left;
}
.catetitle{
    height: 40px;
    width: 20%;
    line-height: 40px;
    background: #e6e6e6;
    float: left;
    text-align: center;
}
.catedata{
    height: 35px;
    width: 20%;
    line-height: 35px;
    background: #fff;
    float: left;
    text-align: center;
}
.cataoperation{
    margin-right: 15px;
    color: blue;
}
.cataoperation :hover{
    color: blue;
}
.catelist{
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #e6e6e6;
    height: 37px;
}
.cateinput{
    height: 30px;
    margin-top: 3px;
    width: 150px;
}
.addcatelist{
    width: 100%;
    height: 40px;
    border: 1px solid #e6e6e6;
    line-height: 40px;
    text-align: center;
    background: #e6e6e6;
    cursor: pointer;
}
#order tr th{
    height: 30px;
    line-height: 30px;
}
.shopname{
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    max-width: 200px;
    cursor: pointer;
}
.fr{
    float: right;
}
.mt5{margin-top: 5px;}
.mr5{
    margin-right: 5px;
}
.orderstatus{
    font-size: 20px;
    color: red;
    padding: 10px;
}
.reason{
    font-size: 20px;
    padding: 10px;
}
.layui-breadcrumb{
    /*width: 100%;*/
    height: 40px;
    line-height: 40px;
    /*position: fixed;*/
    /*top: 60px;*/
    /*left: 220px;*/
    /*background: rgba(250, 251, 252, 1);*/
    /*z-index: 9;*/
}

.orange{
    color: orange;
}
.red{
    color: red;
}
.addtitil{
    background: #dddddd;
    height: 30px;
    line-height: 30px;
}
.step-item {
    float: left;
}
.w150{
    width: 230px;
    float: left;
    /*overflow: hidden;!*超出部分隐藏*!*/
    /*white-space: nowrap;!*不换行*!*/
    /*text-overflow:ellipsis;!*超出部分文字以...显示*!*/
}

.layui-form-a {
    float: left;
    display: block;
    padding: 9px 15px;
    width: 140px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    margin-top: 10px;
}
.layui-detail-line{
    width: 500px !important;

}
.layui-layer-content img{
    background-size: cover;
}
.ui-search form{
    padding-right: 113px;
    min-height: 100px;
}

a.link{
    color:#207ad6;
    text-decoration: none;
    cursor: pointer;
}
a.link:hover,a.link:visited{
    color:#1995ff;
}
.searchForm{
    position: relative;
    background:#f7f7f7;
    padding: 15px 15px 0px 15px;
}
.form-content{
    min-height: 95px;
}
.left-item{padding-right: 130px;}
.right-action {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 12px;
    width: 96px;
    border-left: 1px dotted #e5e5e5;
}
.right-action button:first-child{
    position: absolute;
    left: 16px;
    top: calc(50% - 44px);
    margin-left: 10px !important;
}
.right-action button:last-child{
    position: absolute;
    left: 16px;
    top: calc(50% + 4px);
}

@font-face {font-family: "iconfont";
    src: url('../module/iconfont/iconfont.eot?t=1552649361290'); /* IE9 */
    src: url('../module/iconfont/iconfont.eot?t=1552649361290#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
    url('../module/iconfont/iconfont.woff?t=1552649361290') format('woff'),
    url('../module/iconfont/iconfont.ttf?t=1552649361290') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('../module/iconfont/iconfont.svg?t=1552649361290#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}

.icon-yonghu:before {
    content: "\e811";
}

.icon-mokuai:before {
    content: "\e633";
}

.icon-icon-p_mrpbaobiao:before {
    content: "\e608";
}

.icon-shezhi:before {
    content: "\e66e";
}

.icon-pingtaixitongzhanghaoguanli:before {
    content: "\e672";
}

.icon-shangpinguanli:before {
    content: "\e6b0";
}

.icon-shezhi1:before {
    content: "\e63b";
}

.icon-app_icons--:before {
    content: "\e618";
}

.icon-weibiaoti--:before {
    content: "\e614";
}

.icon-yingyongmokuai:before {
    content: "\e61c";
}

/* 顶部导航条 */
.site-topbar{background:#333; color:#b0b0b0; font-size:12px; height:40px;}
.site-topbar a{color:#b0b0b0;}
.site-topbar a:hover{color:#FFFFFF;}
.site-topbar .split{color:#424242; margin:0 0.5em;}

.site-topbar .topbar-nav{float:left; height:40px; line-height:40px;}

.site-topbar .topbar-cart, .site-topbar .topbar-info{float:right; height:40px; position:relative; line-height:40px;}
.site-topbar .topbar-cart{width:120px; margin-left:15px;}
.site-topbar .cart-mini{display:block; height:40px; line-height:40px; text-align:center; color:#b0b0b0; background:#424242;}
.site-topbar .cart-menu{position:absolute; top:40px; right:0; width:316px; padding:15px 0 0; color:#424242; background:#FFFFFF; -webkit-box-shadow:0 2px 10px rgba(0,0,0,0.15); box-shadow:0 2px 10px rgba(0,0,0,0.15); display:none;}
.site-topbar .cart-menu .loading{margin:5px 20px 20px; text-align:center; padding: 20px 0;}


/* 详情页样式 start */
.jc-row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    zoom: 1;
    display: block;
    box-sizing: border-box;
}
.jc-row:before, .jc-row:after {
    content: ' ';
    display: table;
}
.jc-row:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}
.jc-col-6, .jc-col-8,.jc-col-12,.jc-col-18,.jc-col-24 {
    float: left;
    flex: 0 0 auto;
}
.jc-col-6, .jc-col-8,.jc-col-12,.jc-col-18,.jc-col-24 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
.jc-col-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
}
.jc-col-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
}
.jc-col-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
}
.jc-col-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
}
.jc-col-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
}
.jc-card{
    margin-bottom: 15px;
    border-radius: 2px;
    background-color: #fff;
}
.jc-card .layui-table-view .layui-table{
    width:100%;
}
.jc-card .layui-table {
    margin: 5px 0;
}
.afterSaleList .layui-table-view .layui-table{
    width:100%;
}
.jc-card-header{
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #333;
    background: #F7F7F7;
    font-size: 14px;
}
.jc-card-header .subtitle{
    padding: 0 10px;
    color: #999;
}
.jc-card-body {
    position: relative;
    padding: 10px 20px;
    line-height: 18px;
    font-size: 12px;
}
.jc-card-body a{
    color: #009AFE;
    cursor: pointer;
}
.jc-card-body .layui-table {
    margin: 0px;
}
.jc-card-header-icon{
    font-size: 14px;
    padding: 2px 2px;
    background: #207ad6;
    margin-right: 6px;
}
.jc-content-item{
    color:#999999;
}
.jc-content-item span{
    color:#333333;
    display: inline-block;
}
.jc-d-panel{
    background: #F4F5F9;
}
.jc-d-panel-b-l{
    border-left: 1px solid #E5E5E5;
}
.jc-d-panel-b-r{
    border-right: 1px solid #E5E5E5;
}
.jc-d-panel-b-lr{
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

.jc-d-panel-b-t{
    border-top: 1px solid #E5E5E5;
}
.jc-d-panel-b-b{
    border-bottom: 1px solid #E5E5E5;
}
.jc-d-panel-b-tb{
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
.jc-d-panel-b-a{
    border: 1px solid #E5E5E5;
}
.jc-d-panel-area p{
    margin-bottom: 10px;
}
.jc-d-panel-area-title{
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 15px;
}
/* 详情页样式 end */

.jc-item-info{
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    line-height: 16px;
}
.jc-item-info span{
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
}
.jc-item-info a{
    color: #207ad6;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
}
/* .jc-item-name{

} */
.jc-layui-table-cell{
    display: inline-block;
    vertical-align: middle;
}

.m-height130{
    min-height: 130px;
}
.m-width80{
    min-width:80px;
}
.width-135{
    width: 135px !important;
}
.width-70{
    width:70px !important;
}
.width-90{
    width:90px !important;
}
.width-290{
    width:290px !important;
}
.width-250{
    width:250px !important;
}
.width-320{
    width:320px !important;
}
.width-400{
    width:400px !important;
}
.width-100p{
    width: 100% !important;
}
.clear{ clear:both}
.display-ib{
    display: inline-block;
}

.checking-box .item-hover .item-selected i{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 11px;
    height: 11px;
    background: url("../../images/select2.jpg") no-repeat;
    background-size: auto 100%;
}

.a-normal{color:#207ad6;cursor: pointer;font-size: 12px;line-height: 16px;}
.a-danger{color:#E43636;cursor: pointer;font-size: 12px;line-height: 16px;}

.a-normal:hover{
    color:#1995ff;
}
.search-little-form .layui-form-item{
    margin-bottom: 0px;
}
.search-little-form .layui-form-item .layui-inline{
    margin-bottom: 0px;
    margin-right: 0px;
}

.search-little-form .layui-input-inline {
    margin-right: 0px;
    width: 200px;
}
.search-little-form .layui-input-inline .layui-input-small,.layui-select-small, .layui-textarea-small {
    width: 100px;
}
.search-little-form .layui-form-mid {
    margin: 0px 10px;
}
.search-little-form .layui-input {
    height: 38px;
}
.search-little-form .form-content {
    background: #f2f2f2;
    padding: 5px 0px;
}

/*复选框（多选框）的美化CSS*/
label.jcheckbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none
}

label.jcheckbox {
    display: inline-block;
    cursor: pointer;
}

label.jcheckbox input[type="checkbox"] + span {
    width: 25px;
    height: 24px;
    display: inline-block;
    background: url(../images/input-checkboxnew.png) no-repeat;
    background-position: 0 0;
}

label.jcheckbox input[type="checkbox"]:checked + span {
    background-position: 0 -25px
}.layui-form-checkbox span{font-size: 12px;}

.table-tool {
    background-color: #f2f2f2;
    line-height: 30px;
    padding: 10px 15px;
    border-style: solid;
    border-color: #e6e6e6;
    border-width: 1px 1px 0px;
    margin-top: 5px;
}
.self-table{
    margin:0px !important;
}
.groupTitle td{
    background-color: #F7F7F7;
    border: none;
}

/* 弹窗样式 */
.pop-warn{
    width: 100%;
    height:37px;
    background:#FFFAEA;
    text-align: center;
    font-size: 12px;
    color: #333;
    line-height: 37px;
}
.icon-warn{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #FFBF00;
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    border-radius: 50%;
    vertical-align: text-bottom;
}
.pop-mark{
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: left;
    justify-items: auto;
    margin-bottom: 20px;
}
.pop-mark label{
    margin-right: 5px;
    white-space: nowrap;
    color: #333;
    font-size: 12px;
    line-height: 15px;
}
.warn-msg{
    background-color: #FFF7E6;
    border: 1px solid #FFE58F;
    padding: 9px 30px;
}
.warn-msg .fa,
.warn-msg .warn-msg-point{
    color: #FA8C16;
}
.error-msg{
    background-color: #FFF1F0;
    border-color: #FFCCC7;
}
.error-msg .fa,
.error-msg .warn-msg-point{
    color: #CF1322;
}
.success-msg{
    background-color: #F6FFED;
    border-color: #D9F7BE;
}
.success-msg .fa,
.success-msg .warn-msg-point{
    color: #389E0D;
}
.p-title{
    font-size: 14px;
}