body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { font-size: 14px; font-family: "Microsoft YaHei"; margin:0;padding:0;border: 0;}
ol,li,ul,dl,dt,dd{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
h1,h2,h3,h4,h5,h6,i {font-weight: normal;}
img {vertical-align: middle;border: none;width: 100%;}
a {color: #3399ff;text-decoration: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); background-color:transparent;}
a:hover {text-decoration: underline; outline: none;}
select::-ms-expand { display: none; }
a:active,a:hover{outline:0; text-decoration: none; cursor: pointer}
i{
    font-style: normal;
}
i:hover{
    cursor: default;
}
.clearfix::before,
.clearfix::after{
    content: '';
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;

}
body{
    color: #666;
    font-size: 14px;
    font-family:"Microsoft YaHei";
    line-height: 20px;
}
input,select,option,textarea{ font-size: 14px; font-family:"Microsoft YaHei";vertical-align:middle;border-radius:0px;-moz-appearance:none;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none; color:#666;}
input[type="text"],input[type="button"],input[type="submit"],input[type="reset"]{-webkit-appearance: none;appearance: none;border-radius: 0;outline: none}
.overflow {overflow:hidden; }
input[type="button"]{
    border-radius: 3px;
    border: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow:0 0 0 60px #f5f5f5 inset;
  -webkit-text-fill-color: #666;
}
img {
    border: none;
}
input::-webkit-input-placeholder {
/* placeholder颜色  */
   color: #aab2bd;
}
input {
   border: 1px solid #ccc;
}
/*单行溢出*/
.one-txt-cut{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*多行溢出 手机端使用*/
.txt-cut{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}
.overflow {overflow:hidden; }
.fl{
    float: left;
}
.fr{
    float: right !important;
}
.icon{
    background: url("../image/icon.png") no-repeat;
}
.navIcon{
    background: url("../image/navIcon.png") no-repeat;
}
.colorRed{
    color: #ff4c4c !important;
}
.colorBlue{
    color: #3399ff !important;
}
.colorGreen{
    color: #999 !important;
}
.backGreen{ 
	background-color:#999 !important;
}
.txtalign{ text-align:center;}

/* 登录 */
.login_back{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../image/background-zhengti.png") no-repeat;
}
.login{
    width: 430px;
    /*height: 550px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.login header{
    width: 100%;
    margin-bottom: 40px;
}
.login img{
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
}
.login h2{
    font-size: 28px;
    color: #ff4c4c;
    text-align: center;
}
.login .login_c{
    width: 430px;
    height: 310px;
    /*background: url("../image/background-login.png") no-repeat;*/
    background: #FFFFFF;
    border-radius: 3px;
    overflow: hidden;
}
.login_c ul{
    width: 350px;
    margin: 40px auto 0;
    overflow: hidden;
}
.login_c li{
    width: 100%;
    height: 56px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    position: relative;
}
.login_c li span{
    display: none;
    position: absolute;
    top: 56px;
    left: 66px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #ff4c4c;
    font-weight: bold;
}
.login_c label{
    float: left;
    width: 55px;
    height: 56px;
    border-right: 1px solid #ccc;
 }
.login_c .user{
     float: left;
     width: 20px;
     height: 23px;
     margin: 18px 0 0 19px;
 }
.login_c .pwd{
    float: left;
    width: 22px;
    height: 22px;
    margin: 17px 0 0 15px;
    background-position: -23px 0;
}

.login_c .txt{
    float: left;
    text-align: left;
    padding: 0 10px;
    width: 272px;
    height: 56px;
    line-height: 56px;
    border: 0;
    font-size: 14px;
    background-color: #f5f5f5;
}
.login_c .login_btn{
    margin-top: 40px;
    background-color: #ff4c4c;
}
.login_btn .btn{
    width: 100%;
    height: 56px;
    background: #ff4c4c;
    color: #fff;
    font-size: 24px;
    border: 0;
    letter-spacing:10px;
}
.login_btn .btn:hover{
	cursor:pointer;
}

/* 左侧目录 */
.list_back{
    background-color: #f5f5f5;
}
.main{
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    min-width: 1900px;
}
.main .main_l{
    width: 120px;
    height: 100%;
    border-right: 1px solid #ccc;
    background-color: #fff;
	position:relative;
}
.main_l .qianchu{
	position:absolute;
	bottom:30px;
	left:18px;
	border:1px solid #dbdbdb;
	border-radius:6px;
	width:80px;
	display:block;
	height:30px;
	line-height:30px;
	text-align: center;
    color: rgba(153,153,153);
}
.main_l .menu_logo{
    width: 100%;
    height: 125px;
    overflow: hidden;
}
.menu_logo dt,.menu_logo dt img{
    width: 96px;
    height: 85px;
}
.menu_logo dt{
    margin: 20px auto 0;
}
.menu_logo dd{
    margin-top: 10px;
    text-align: center;
    color: #ff4c4c;
}

.main_l .menu{
    width: 100%;
    height: auto;
}
.menu dl{
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.menu dl a{
    float: left;
    width: 100%;
    height: 100%;
}
.menu dt i{
    cursor: pointer;
    display: block;
}
.menu .icon1{
    width: 28px;
    height: 32px;
    background-position: -141px 0;
    margin: 20px 0 13px 45px;
}
.menu .icon2{
    width: 32px;
    height: 36px;
    background-position: -69px 0;
    margin: 19px 0 13px 43px;
}
.menu .icon3{
    width: 36px;
    height: 32px;
    background-position: 0 -38px;
    margin: 21px 0 15px 41px;
}
.menu .icon4{
    width: 32px;
    height: 30px;
    margin: 20px 0 16px 43px;
}
.menu dl dd{
   text-align: center;
    font-weight: bold;
    color: #666;
}
.menu dl:hover{
    background-color: #ff7070;
    cursor: pointer;
}
.menu .click{
    background-color: #ff4c4c;
}
.menu .click dd{
    color: #fff;
}
.menu .click .icon1{
    background-position: -172px 0;
 }
.menu .click .icon2{
    background-position: -104px 0;
}
.menu .click .icon3{
    background-position: -39px -40px;
}
.menu .click .icon4{
    background-position: -40px -38px;
}

/* 右侧 */
.main .main_r{
    margin: 0 0 0 20px;
    flex: 2;
    height: 94%;
    overflow-y: auto;
    padding: 0 20px 40px 0;
    position: relative;
}

/* 分类添加 */
.type_hover{
    float: left;
    width: 150px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #666;
    margin-top: 0;
    border-radius: 3px;
    color: #666;
    padding-left: 5px;
	position:relative;
}
.type_hover:hover{
    cursor: pointer;
}
.type_hover > i{
    float: right;
    width: 16px;
    height: 10px;
    margin: 14px 9px 0 0;
    background-position: 0 -46px;
}
.type_list{
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    border: 1px solid #ccc;
    width: 150px;
    height: 140px;
    background-color: #f5f5f5;
    overflow-y: auto;
}
.type_list li{
    display: block;
    width: 167px;
    padding: 0 9px;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-weight: bold;
    position: relative;
}
.type_list li:hover{
    background-color: #bbdaf8;
    cursor: pointer;
}
.type_list li .add_type{
    float: left;
    width: 100%;
    color: #666;
}
.add_type i{
    float: left;
    width: 14px;
    height: 14px;
	background-position:-18px -106px;
    margin: 8px 10px 0 0;
}
.type_list li .edit{
    display: none;
    position: absolute;
    right: 20px;
    top: 9px;
    width: 14px;
    height: 14px;
    background-position: -77px -27px;
}

table{ min-width:900px; width:90%; background-color:#fff; }
table tr{ font-size:14px; color: #666; font-family: 'Microsoft Yahei', '微软雅黑', Arial, sans-serif; border-bottom: 1px solid #ccc;}
table td{ text-align:left; word-wrap:break-word;word-break:break-all; color:#666; height: 60px;  line-height:60px; padding: 0 0 0 6px; font-size:14px; font-weight:bold; overflow: hidden;}
table th { height:40px; line-height:40px; font-weight:bold; text-align:left; color:#666; background-color:#fff;}
table th span{ width: 1px; background-color: #797979; height: 26px; float: left; margin: 8px 6px 0 0;}
.product_list tbody tr:nth-child(4n+1){ background-color:#f5f5f5;}
table p{
    line-height: 25px;
    height: 25px;
}
.order_list tr:nth-child(even){
    background-color: #f5f5f5;
}
.order_list tr,.order_list td{
    height: 40px;
     line-height: 40px;
 }
/* 弹框 */
.pop{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 99;
}
.showPop{ z-index:9999;}
.pop .pop_box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 420px;
    padding-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
    transform: translate(-50%,-50%);
}
.pop_box h2{
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #666;
    font-weight: bold;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
}
.pop_box h2 span{
    float: left;
    line-height: 48px;
    margin-left: 30px;
}
.pop_box h2 span i{
    float: left;
    width: 20px;
    height: 18px;
    margin: 15px 10px 0 0;
    background-position: -21px -86px;
}
.pop_box h2>a{
    float: right;
    width: 16px;
    height: 16px;
    margin: 15px 15px 0 0;
    background-position: -31px -56px;
}
.pop_box h2>a:hover{
    background-position: -48px -56px;
}
.pop_box .p1 {
    width: 390px;
    margin: 10px auto 20px;
    text-align: left;
	height:30px;
    line-height: 30px;
	position:relative;
}
.pop_box .p1 label {
    float: left;
    height: 30px;
    line-height: 30px;
}
.pop_box > p > .hint{
	position: absolute;
    top: 30px;
    left: 98px;
    color: #ff4c4c;
	line-height:20px;
}
.pop_box .p1 .txt {
    float: left;
    width: 120px;
    padding: 0 10px;
    border: 1px solid #d8d8d8;
    height: 28px;
    line-height: 28px;
    margin-left: 20px;
}
.pop_box .p1 b{
	margin-left:18px;
}
.pop_box .p1 span{
    float: left;
    width:28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #ededed;
    border: 1px solid #d8d8d8;
    border-left:0;
    font-size: 12px;
    color: #666;
}
.p1 i{
    float: left;
    width: 28px;
    height: 28px;
    background-position: 0 -57px;
    margin-right: 15px;
}
.pop_box .addBtn{
    width: 230px;
    margin: 30px auto 0;
    overflow: hidden;
}
.pop_box .addBtn a{
    float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border: 1px solid #ff4c4c;
    background-color: #ff4c4c;
    border-radius: 3px;
	margin-right:20px;
}
.pop_box .addBtn a.close{
    float: left;
    background-color: #fff;
    border: 1px solid #dcdfe6;
    color: #333;
    margin-right: 0;
}
.add_info{
    width: 300px;
    margin: 20px auto 50px;
	height:30px;
	position:relative;
}
.add_info label{
    float: left;
    line-height: 30px;
}
.add_info .txt{
    float: left;
    width: 160px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-left: 15px;
    border-radius: 5px;
}
.add_info span{ position:absolute; top:30px; line-height:20px; left:101px; color:#ff4c4c; font-weight:bold;}
.pop .loading{
	position:absolute;
	width:90px;
	height:100px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.loading dt,.loading dt img{
	width:80px;
	height:80px;
}
.loading dd{ width:100%; text-align:center; color:#fff; margin-top:10px;}