@charset "UTF-8";
.color-main{color:#D92026;}
.color-blue{color:#00a3f0;}
.color-aaa{color:#aaa;}
.color-white{color:#fff;}
.color-grey{color:#8c8c8c;}
.bdb{border-bottom:1px solid #e8e8e8;}
.open{
    content: '';
    display: inline-block;
    height: 7px;
    width: 7px;
    border-width: 0 2px 2px 0;
    border-color: #999999;
    border-style: solid;
    transform: matrix(0.71,0.71,-0.71,0.71,0,0);
}
.goout{border-width: 2px 0 0 2px;}
.flex{display: flex!important;}
.flexa{justify-content: space-around;}
.flexb{justify-content: space-between;}
.flexc{justify-content: center;}
.align-center{align-items: center;}
.align-end{align-items: flex-end;}
.align-start{align-items: flex-start;}
.flex-end{justify-content: flex-end;}
.flex-wrap{flex-wrap: wrap;}
.bg_white{background-color: #fff;}
.bg_main{background-color: #fc604f!important;}
.bg_grey{background-color: #F2F3F5;}
.tc{text-align: center;}
.bg{background-size: 100% 100%;background-repeat: no-repeat;}
/* index */
.c-select{
    width: 120px;
}
.c-form-name{
    width: 90px;
}
.logopic{
    width: 20px;
}
.logotip{
    font-size: 36px;
}
/* 首页 */
.icon_index{margin-right: 20px;width: 15px;}
.salev{
    width: 24%;
    height: 180px;
    margin-right: 1.3%;
    background-color: #fff;
    border-radius: 6px;
}
.salev:last-child{
    margin:0;
}
.salev1{
    /* background-image: url(../images/bg/bg_red.jpg); */
    background-color:#D92026;
}
.salev2{
    /* background-image: url(../images/bg/bg_orange.jpg); */
    background-color: #EE8663;
}
.height30{
    height: 30%;
}
.height55{
    height:55%;
}
.font36{
    font-size: 36px;
}
.iconup{
    width: 30px;
    height: 25px;
}
.zjb{
    margin-top:-15px;
}
.statisticsL{
    width: 24%;
    margin-right: 1.3%;
    border-radius: 8px;
    height: 500px;
}
.statisticline{
    width: 90%;
    margin:auto;
    border-top: 1px solid #f1f0f0;
}
.statisticsM{
    width: 49.3%;
    margin-right: 1.3%; 
    border-radius: 8px;
}
.bdr-8{border-radius: 8px;}
.statisticsR{
    width: 24%;
}
.returnM{
    width: 145px;
    height: 162px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}
.homeicon1{
    width: 30px;
}
.tk{
    width: 105px;
}
.warning{
    height: 210px;
    /* background-image: url(../images/bg/warning1.png); */
    background-position: center;
    background-size: 47%;
}
.warningtip{
    width: 110px;
    margin-right: 50px;
    font-size: 14px;
    padding: 5px 0;
}
.Specifications{
    width: 110px;
}
.warning div{
    padding:5px 0;
    border-bottom:1px solid #f1f0f0
}
.warning div:last-child{border:0;}
/* 商品分类 */
.textarea_fl{
    width: 500px;
    height: 68px;
    border: 1px solid #cacaca;
    border-radius: 2px;
    padding:5px 15px;
}
.btn-pop{
    width: 120px!important;
    height: 40px!important;
}
button:hover{opacity: .9;}
.btn_search,.btn_sort{
    min-width: 70px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #DCDEE0;
    border-radius: 2px;
    font-size: 14px;
    border-radius: 4px;
}
.btn_sort{
    border:0;
}
.btn_search:hover,.btn_searchactive{
    background:#5380D1;
    color:#fff;
}
.btn_addfl{
    width: 80px;
    height: 36px;
    background-color: #fff;
    color:#D92026;
    border: 1px solid #d92026;
    border-radius: 2px;
    font-size: 14px;
}
.btn_sort{
}
.nobd th,.nobd td{
    border:none!important;
}
.lineh-42 th,.lineh-42 td{
    line-height: 42px!important;
}
.lineh-60 tr:nth-child(2n){
    background-color:#fff!important;
}
.lineh-60 tr:nth-child(4n){
    background-color:#FAFAFA!important;
}
.lineh-60 th,.lineh-60 td{
    line-height: 60px!important;
}
.position_relative{
    position: relative;
}
.addnew_pop{
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.popcontent{
    width: 670px;
    background-color: #fff;
    box-shadow: 0px 9px 28px 0px rgba(0,0,0,0.16);
    margin:20vh auto;
}
.color-333{color:#333;}
.color-555{color:#555;}
.sort_msg{
    border-radius: 4px;
    border-bottom:1px solid #f1f0f0;
    padding:20px 0 35px;
}
.sortmsgd{
    width:500px;
    margin-left: 60px;
}
.redstar{
    position: relative;
    padding-left: 15px;
    font-size: 14px;
}
.redstar::before{
    content: '*';
    position: absolute;
    color:red;
    top:0;
    left:5px;
}
.nostar::before{
    color:transparent;
}
.flmc{
    width: 220px;
    height: 35px;
    line-height: 35px;
    border:1px solid #D3DCE6;
    border-radius: 2px;
    padding-left: 8px;
    font-size: 14px;
    color:#333;
}
.bottombtns{
    width: 100%;
    position: absolute;
    bottom: 50px;
}
.sort_pop{
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.sorttitle{
    line-height: 52px;
    padding:0 40px;
}
.sorttitle img{
    width: 14px;
}
.sort_detail{
    padding:0 40px;
}
.pointer{
    cursor:pointer;
}
/* 商品列表 */
.width-360{
    width:360px;
}
.paging-selct{
    color:#606266;
}
.paging-selct select{
    color: #606266;
    border: 1px solid #dcdfe6;
    font-size: 14px;
}
.productpic{
    width: 80px;
}
.icon_edit{
    width: 10px;
    height: 11px;
    display: block;
     background-image: url(../images/img/edit.png);   
}
.unityu{
    position: absolute;
    top: 10px;
    right: -30px;
}
.uploadpic{
    width: 100px;
    height: 100px;
    padding: 2px 2px 2px 2px;
    border-radius: 4px;
    border:1px solid #d7d7d7;
    background-image: url(../images/uplod.png);
    position: relative;
    background-size: 24%;
    background-position: center;
    background-color: #eee;
}
.uploadimg{
    width: 60%!important;
    position: absolute;
    top: 17px;
    left: 20px;
    height: 60px!important;
    opacity: 0;
}
.showimg{
    position: absolute;
    width: 90px;
    height: 90px;
    margin: auto;
    top: 5px;
    left: 5px;
    z-index: 10;
    background-color: #fff;
}
.addgoods{
    background:transparent;
    border:0;
}
.addgoods img{
    width: 20px;
    height: 20px;
}
.guige{
    width: 120px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #cacaca;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    align-items: center;
}
.gg_chose{
    background-image: url(../images/icon/gg_chose.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 101%;
    color: #fff;
}
.goods_addtext{
    width: 820px;
    height: 108px;
    background: #ffffff;
    border: 1px solid #cacaca;
    border-radius: 2px;
}
/* 商品上下架 */
.tag-title{
    background:#fff;
}
.line{
    border-top:1px solid #E8E8E8;
    margin-top: -2px;}
.tag-title li{
    padding: 22px 65px;
    font-size: 18px;
    border-top: 4px solid transparent;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
}
.tag-title li:first-child{
    border-right: 0!important;
    border-left:0!important;
}
.choice_goods{
    background-color: #fff!important;
    color:#D92026!important;
    border-top:4px solid #D92026!important;
    font-weight: bold;
}
.pd-0{padding:0;}
/* 弹窗 */
.jqpop1{
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.jqpop_content{
    margin:20vh auto;
    width: 630px;
    height: 250px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 9px 28px 0px rgba(0,0,0,0.16); 
    position: relative;

}
.jqclose{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.jqbtnx{
    position: absolute;
    width: 100%;
    bottom: 40px;
}
.jqback,.jqsure{
    width: 154px;
    height: 44px;
    line-height: 44px;
    background: #ffffff;
    border: 1px solid #cacaca;
    border-radius: 2px;
    text-align: center;
}
.jqsure{
    background: #d92026;
    color:#fff;
}
.jqpop_content2{
    margin:20vh auto;
    width: 630px;
    height: 390px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 9px 28px 0px rgba(0,0,0,0.16); 
    position: relative;
}
.jqpop_content3{
    width: 300px;
    height: 100px;
    margin:40vh auto;
    background: #282828;
    border-radius: 2px;
}
.loading{
    -webkit-transform: rotate(360deg);
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.iknow{
    width: 220px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 8px;
}
.iknowbtn{
    width: 100%;
    position: absolute;
    bottom: 40px;
}
/* 订单详情 */
.orderbasic{
    border-left:1px solid #E8E8E8;
    border-top:1px solid #E8E8E8;
}
.basicmsg{ 
    height: 60px;
    line-height: 60px;
    background:#fff;
}
.basicmsg div{
    padding-left: 30px;
    border-right:1px solid #E8E8E8;
    border-bottom:1px solid #E8E8E8;
    font-size: 14px;
}
.basic1{
    width: 230px;
    background: #fafafa;
}
.basic2{
    width: 530px;
}
.scan_lc{
    width: 130px;
    height: 36px;
    background: #ffffff;
    border: 1px solid #d92026;
    color:#d92026;
    border-radius: 2px;
    text-align: center;
    line-height: 36px;
    display: block;
}
.ordertime_rec{
    border-top:1px solid #e8e8e8;
}
.record{
    line-height: 60px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    color:#333;
}
.record span:first-child{
    width: 200px;
    padding-left: 30px;
}
/* 售后管理 */
.returnpic{
    width:45px ;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.returnpic img{
    width: 100%;
}
.jqsure_cancle{
    background: #fff;
    color: #333;
}
/* 订单审核 */
.orderbasic2 li{
    border-left: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
}
.order_examine{
    padding-left: 30px;
    border-bottom:1px solid #E8E8E8;
    line-height: 160px;
    border-left: 0!important;
    border-top: 0!important;
}
.order_examine p{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.order_examine p img{
    height: 80%;
}
/* 订单审核详情 */
.tk_fir{
    width: 33%;
    margin-top: 30px;
}
.tk_fir_inner{
    position: relative;
}
.tk_fir p {
    width: 100%;
}
.tk_fir p img {
    width: 28px;
}
.line_ex {
    position: relative;
}
.line_ex::before {
    content: '';
    border-top: 2px solid #D92026;
    width: calc(48% - 18px);
    position: absolute;
    top: 14px;
    left: 0;
}
.line_ex::after {
    content: '';
    border-top: 2px solid #D92026;
    width: calc(48% - 18px);
    position: absolute;
    top: 14px;
    right: 0;
}
.no-linel::before, .no-liner::after {
    border: 0;
}
.result_ex{
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #d92026;
    color:#d92026;
    border-radius: 4px;
    position: absolute;
    top:-40px;
}
.result_ex::after{
    content: '';
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 0 1px 1px 0;
    border-color: #d92026;
    border-style: solid;
    transform: matrix(0.71,0.71,-0.71,0.71,0,0);
    position: absolute;
    top: 25px;
    left: 33px;
    z-index: 100;
    background: #fff;
}
.icon-cal{
    background-image: url(../images/icon/calendar.png);
    width: 20px;
    height:20px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 12px;
    right: 10px;
}
.mjinpit{
    width:200px;
    height: 36px;
    border:1px solid #D3DCE6
}
.radio-g{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.radio-g i{
    display: inline-block;
    width: 16px;
    height: 16px;
    background:#EBEBEB;
    vertical-align: middle;
}























