.mg_control{
    width: 60%;
    height: 20px;
    padding: 6px 12px;
    font: inherit;
    margin-left: 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    -webkit-appearance: textfield;
    -webkit-writing-mode: horizontal-tb;
    text-rendering: auto;
}
select::-ms-expand {
    background: rgba(255,255,255,0);
    border:0px;
}
.mg_control:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.mg_form_group{
    padding: 15px 0;
}
.mg_form_group label,.mg_radio_label{
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
    padding: 0 20px;
    min-width: 120px;
    text-align: right;
    font-size: 14px;
    color: #333;
    float:left;
}
textarea{
    vertical-align: top;
}



.mg_file {
    position: relative;
    display: inline-block;
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 6px 18px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
    /*display: block;*/
}
.mg_file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
.mg_file:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}
.mg_file_group{
    /*padding-left: 180px;*/
}
.mg_file_box{
    padding-left: 180px;
}
.mg_file_group img{
    /*display: block;*/
    vertical-align: text-top;
    width: 90px;
    height: 90px;
    margin:0 0 15px 20px;

}
.mg_form_group select{
    min-width: 200px;
}


.mg_radio_box{
    padding: 15px 0;
}
.mg_radio_btn{
    margin:0 5px 0 35px;
    background: #2283F6;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 30px;
    position: relative;
    vertical-align: middle;
}
.mg_radio_btn input{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
}
.mg_radio_btn span{
    background: #fff;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 2.5px;
    left: 2.5px;
    border-radius: 10px;
}
.mg_radio_btn input[type="radio"] + span{
    opacity: 0;
}
.mg_radio_btn input[type="radio"]:checked + span{
    opacity: 1;
}





.check-box{
    padding: 15px 0;
}
.mg_checkbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 6px;
    margin-left: 26px;
    margin-right: 6px;
    position: relative;
    /*border: 2px solid #4D97D3;*/
    vertical-align: middle;
    border-radius: 4px;
    background: #D7DCDE;
    float: left;

}
.wrapper lable{
    line-height: 18px;
    display: block;
    float: left;
    margin-top: 6px;
    vertical-align: middle;
}
.mg_checkbox input {
    opacity: 0;
    position: absolute;
    height: 20px;
    width: 20px;
    top:-3px;
    left:-3px;
    z-index: 100;
    cursor: pointer;

}

.mg_checkbox span:after {
    content: '\2714';
    color: #fff;
    display: inline-block;
    background-color: #4D97D3;
    /*border: 4px solid #fff;*/
    border-top-width: 0;
    border-right-width: 0;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    height: 18px;
    border-radius: 4px;
    z-index: 222;
}
.mg_checkbox .checkbox_d{
    position: absolute;
    left: 0px;
    border-radius: 4px;
}




.mg_checkbox input[type="checkbox"] + span {
    opacity: 0;
}

.mg_checkbox input[type="checkbox"]:checked + span {
    opacity: 1;
}
.mg_btnbox{
    padding: 15px 0 15px 185px;
}

.radio-holder{
    display: inline-block;
}
.radio-holder span{
    margin-left: 5px;
}
.mg_radio{
    width:500px;
    height:200px;
    margin:0 auto;
}
.regular-radio {
    display: none;
}

.upimg{
    width: 100px;
    height: 100px;
}
.regular-radio + label {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #aaa;
    padding: 9px;
    border-radius:50px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 25px;
}

.regular-radio:checked + label:after {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background:#4E95CC;
    box-shadow:0px 0px 5px 0px #fff;
    left: 3px;
}
.wrapper{
    display: inline-block;
    /*margin-left: 25px;*/
}
.wrapper label{
    margin-left: 20px;
    display: inline-block;
}
.mg_select{
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: inherit;
    text-transform: none;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    margin-left: 20px;
}

.ztree{
    /*display: inline-block;*/
    vertical-align:text-top;
    padding:0!important;
}

.clear:after{
    content:" ";
    display: block;
    clear: both;
}
.rt{
    float: right;
}
.lt{
    float: left;
}
.mg_shopping{
    width: 100%;
    padding:10px 1%;
    /*border:1px solid #000;*/
    box-sizing: border-box;
}
.shopping{
    width: 250px;
    height: 100px;
    float: left;
}
.shopping .mg_shoppingLogo{
    width: 90px;
    height: 90px;
    float: left;
    border-radius: 10px;
}
.shopping p{
    width:150px;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}
.shopping .shoppingName{
    margin: 5px 0 15px 0;
    font-weight: bold;
    font-size: 16px;
}
.shops{
    float: left;
    width: 480px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.shops p{
    padding: 0 !important;
}
.shops_box{
    width: 100%;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
.shops_box span{
    margin-right: 20px;
    display: inline-block;
    line-height: 30px;
    cursor: pointer;
}
.shops_box .active{
    color:#3891E1;
    font-weight: bold;
}

.shopsbtn_box{
    width: 100%;
    height: 60px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
.shopsbtn_box span{
    margin-right: 20px;
    border:1px solid #CFD1D6;
    padding: 5px 10px;
    cursor: pointer;

}
.shoppingCode{
    float: right;
    text-align: center;
}
.shoppingCode p{
    cursor: pointer;
    padding: 0 !important;
}
.shoppingCode p:first-child{
    background-color: #4C9BDD;
    color: #fff;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
}
#selectTree{
    float: left;
    width: 220px;
    display: block;
    margin-top:15px;
}
.shoppingCode img{
    width: 90px;
    height: 90px;
    margin:4px 0;
}
.shoppingCode .copy{
    width: 80%;
    margin: 0 auto;
    border: 1px solid #6C6C6C;
    background-color: #F4F5F7;
    color:#6C6C6C;
    padding:2px 10px;
    border-radius: 3px;
    font-size: 12px;
}
.shoppingData{
    width: 100%;
    float: left;
    text-align: center;
}
.shoppingData_item{
    /*float: left;*/
    display: inline-block;
    width: 120px;
    height: 50px;
    padding: 6px 0;
    text-align: center;
    background-color: #E9EAEC;
    margin-right: 10px;
    font-size: 14px;

}
.shoppingData_item p{
    padding: 0 !important;
    line-height: 22px!important;
}
.shoppingData_item p:first-child{
    font-size: 16px;
    margin-top: 3px;
}
.shopChart{
    width: 100%;
}

.shopChart img{
    width: 400px;
    height: 200PX;
}
.shop_revise{
    position: fixed;
    width: 100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.3);
}

.shop_revise .shop_revise_item{
    border-radius: 5px;
    background-color: #fff;
    width: 380px;
    margin-left: -230px;
    margin-top: -200px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.shop_revise .shop_revise_item select{
    width: 85%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:20px auto 0 auto;
}
.revise_item_t{
    width:100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 4%;
    background-color: #EDF2F6;
    line-height: 40px;
    border-radius: 5px 5px 0 0;
}
.revise_item_t .clear_img{
    margin-top: 11px;
    height: 18px;
    width: 18px;
    background: url("../images/clear.png");
    background-size:100%;
    cursor: pointer;
}
.revise_item_btn{
    text-align: center;
    width: 100%;
    margin:20px 0;
}
.shop_revise .shop_revise_item button{
    display: inline-block;
    margin-left: 15px;
    width: 80px;
    border: none;
    outline:0;
    border-radius: 5px;
    cursor: pointer;
    height: 30px;
}
.shop_revise .shop_revise_item button:active{
    outline:0;
}
.shop_revise .shop_revise_item .hold{
    background-color: #007AFF;
    color: #fff;
}
.shop_revise .shop_revise_item button:last-child{
    background-color: #DFDFDF;
    color: #666666;
}
.shop_form{
    width: 80%;
    display:block;
    margin: 8px auto;
}
.shop_form input{
    border: none;
    width: 100%;
    border-bottom: 2px solid #ACACAC;
    padding-bottom: 5px;
    font-size: 12px;
}
.shop_form input:focus{
    border-bottom: 2px solid #017BFF;
}
.shop_form p{
    font-weight: bold;
}
.shop_form .mg_select_block{
    width: 100%!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0!important;
}
.shopChart_box{
    width: 100%;
    /*border:1px solid #000;*/
    padding: 20px 0;
}
.shopChart{
    width: 48%;
    height:300px;
    /*border:1px solid #0000ff;*/
}
.mg_productlist{
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    height: 30px;
}
.provinceSelect{
    width: 300px;
    float: left;
    margin-top: 10px;
    margin-right: 50px;
}
.mobile-content{
    width: 300px;
    float: left;
    margin-top: 10px;
}
.mg_productlist .mg_productlist_inp,.dateinp{
    /*height: 34px;*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: inherit;
    text-transform: none;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    margin-left: 10px;
}
/*.mg_productlist .mg_productlist_inp{
    padding: 4px 12px;
}*/
.mg_productlist select{
    width: 120px;
}
.mg_productlist label{
    display:block;
    float: left;
    /*margin-right: 20px;*/
    line-height: 38px;
    font-size: 14px;
}
.mg_productlist span{
    font-size: 14px;
}
.dateinp{
    float: left!important;
}
.mg_productlist>div{
    float: left;
}
.mg_productbtn{
    float: right;
    padding: 15px 60px 0 0;
}
.mg_productbtn button{
    background: #339dd9;
    border-color: #2690cc;
    color: #fff;
    padding: 6px 14px;
    margin-right: 12px;
    font-size: 12px;
    line-height: 1;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    border: none;
}



/*面包屑导航*/
#crumbs ul{
    list-style: none;
}
#crumbs ul li a{
    float: left;
    margin-right: 25px;
    display: inline-block;
    position: relative;
    height: 30px;
    padding: 10px 15px 0 15px;
    text-align: center;
    background-color: #3891E1;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
#crumbs ul li a:after{
    content: "";
    border-left: 20px solid #3891E1;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -20px;
    top: 0;
}
#crumbs ul li a:before{
    content: "";
    border-top: 20px solid #3498db;
    border-bottom: 20px solid #3498db;
    border-left: 20px solid transparent;
    position: absolute;
    top: 0;
    left: -20px;
}
#crumbs ul li:first-child a{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#crumbs ul li:first-child a:before{
    display: none;
}

#crumbs ul li:last-child a{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#crumbs ul li:last-child a:after{
    display: none;
}
#crumbs ul li a:hover{
    background-color:#2779C6;
}


#crumbs ul li a:hover:after{
    border-left-color: #2779C6;
}



#crumbs ul li a:hover:before{
    border-top-color: #2779C6;
    border-bottom-color: #2779C6;
}
#content .nav ul{
    padding-left:0!important;
}
.lBorder{
    border-left: 5px solid #3C8DBC!important;
}
.mg_productlist #selectTree{
    margin-top:0!important;
}
.mg_productlist .selectTree_labek{
    float: left;
    margin: 10px 5px 0 0;
}
.pmenu{
    width: 100%;
    line-height:30px;
    box-sizing: border-box;
}
.pmenu>h3{
    padding: 3px 8px;
    border-left: 5px solid transparent;
}
.pmenu a{
   /* !important; */
    color: #8796A9!important;
    line-height:30px;
    padding:0 18px;
    width: 100%;
    height:100%;
    display: block;
    box-sizing: border-box;
}
.pmenu a:hover,.pmenu h3:hover{
    background-color: #4F5F79;
    color: #ffff!important;
}
.pmenu a{
    border-left: 0 solid transparent;
}
.pmenu>ul>h3{
    padding: 3px 15px;
}
.pmenu>ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    display: none;
}
.mg_shopping #selectTree{
    margin-right: 20px;
}
.mg_shopping .sn-selectTree>label{
    text-align: left!important;
    width: 18%!important;
}
#logo{
    cursor: pointer;
}
#mobilecodebtn:active{
    outline: 0;
    border: 0;
}
.mg_form_group .mg_defvalue,.mg_radio_box .mg_defvalue,.check-box .mg_defvalue{
    color: #717C7E;
    line-height: 33px;
    margin-left: 20px;
    display: inline-block;
}
.mg_shopping #select{
    width: 230px!important;
    margin-right: 30px;
    float: left;

}
.mobile-content span{
    font-size: 14px;
}
.mobile-content input{
    -webkit-appearance: none;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: inherit;
    text-transform: none;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    margin-left: 20px;
}
.provinceSelect>label{
    font-size: 14px !important;
    width: 40px !important;
}
.provinceSelect .bg-tree{
    -webkit-appearance: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: inherit;
    text-transform: none;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    margin-left: 10px;
}
/*.provinceSelect .formlayer > .formlayer-content > .ztree{*/
    /*width: 184px !important;*/
/*}*/
/*#selectTree .formlayer > .formlayer-content > .ztree{*/
    /*width: 168px !important;*/
/*}*/

.ui-dialog-content{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: left;
    overflow: auto;
    padding: 0 10px;
}
.dis-select{
    cursor: not-allowed;
    background-color: #eee !important;
}
.ordertype-shop,.order_status,.pay_status-shop,.pay_type-shop,.pay_channel-shop{
    height: 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 3px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: inherit;
    text-transform: none;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    margin-left: 10px;
}
/*添加列表区域 overflow: visible;默认值*/
.tabContainer .sn-tab {
    overflow: visible !important;
}
.tabContainer .sn-tab .contentArea {
    overflow: visible !important;
}
    /*新样式*/
.clearfix:after{
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
.order_box .sn-select>label {
    width: auto;
}
.order_box .sn-select>div {
    width: 70%;
}
.order_box #selectTree.sn-select>div {
    width: 76%;
}
.order_box #selectTree {
    float: left;
    width: 140px;
    display: block;
}
.order_box #order_type{
    float: left;
    width: 235px;
    display: block;
}
#mg_productdate>div {
    margin-left: 10px !important;
}
#mg_productdate>div>div {
    display: inline-block !important;
    font-size: 14px;
}
#mg_productdat input.bg-date {
    height: 28px !important;
}
#mg_productdate label{
    width: auto;
    display: inline-block !important;
    font-size: 13px !important;
    line-height: 36px !important;
    height: auto;
    vertical-align: middle;
    box-sizing: border-box;
    color: #666 !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 30px;
    white-space: normal;
}
.order_box>div:nth-last-of-type(2) {
    margin-right: 0 !important;
}
.order_box #order_status,.order_box #pay_status,.order_box #pay_type,.order_box #channel_id {
    float: left;
    width: 205px;
    display: block;
}
.order_box #pay_channel {
    float: left;
    width: 140px;
    display: block;
    margin-left: 5px;
}
.order_box #pay_channel>div {
    width: 95%;
}
.order_box .sn-select .sn-select-single {
    background: #fff;
    color: #666;
}
.order_box .mg_productlist .mg_productlist_inp {
    width: 155px;
    height: 16px;
    padding: 6px 10px;
}
.order_wrap {
    margin: 20px 10px;
}
.order_wrap_ul_lt {
     width: 420px;
 }
.order_wrap_ul_rt {
    width: 350px;
}
.order_wrap_li {
    width: 100%;
    line-height: 28px;
}

/*账户管理 - 角色*/
.role-check-box{
    display: inline-block;
    width:75%;
    float:left;
    padding-left:20px;
}
.one_level_label{
    width: 500px;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    padding-bottom: 15px;
}
.second_level_label{
    width: 500px;
    font-size: 12px;
    color: #000;
    padding: 10px 0;
}
.mg_checkbox_left{
    margin-left:0px !important;
    margin-right:6px !important;

}
.wrapper_left{
    margin-right:26px;
}