﻿@charset "utf-8";
/* CSS Document */
/* home */
html{ background: #f8f8f8; }
.wrap{width:100%;min-height: 100%;margin:0 auto;}
.header{height: 36px;margin: 0 auto;position: relative;background: #e9e6e6;border-bottom: 1px solid #d7d7d7;}
.header h1{width:100%;line-height:36px;position:absolute;left:0;top:0;text-align:center;z-index: 1;font-size:1.6rem;}
.header .go_home{
    position:absolute;
    height: 20px;
    left:13px;
    top: 8px;
    z-index: 3;
}
.log-tip{display: none;}
/*---------------登录------------------*/
.log-wrap {
    width: 92%;
    margin: 50px 4%;
}
.log-tip {
    color: #ff0000;
    padding-left: 18%;
    line-height:30px;
}
.log-list {
    padding: 6px 0;
    overflow: hidden;
}
.log-left {
    width:20%;
    padding-top:8px;
    float: left;
    text-align: right;
}
.log-right {width: 80%;float: left; position: relative;}
.log-right input {
    border:1px solid #d7d7d7;background:#fff;
    width: 87%;
    padding:10px;
}
.log-btn {
    width:100%;
    line-height: 40px;
    float: left;
    margin-top: 3rem;
    background: #007dfc;
    border-radius: 5px;
    text-align: center;
    color: white;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
}
.index{
    margin: 20px 0 7px 0;
}
.list_font {
    padding: 1px 10px;
    display: -webkit-box;
}
.list_font li {
    overflow: hidden;
    color: #fff;
    background-color: #fff;
    height: 100px;
    display: inline-block;
    float: left;
    padding: 3px;
    text-align: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: content;
    -moz-background-clip: content;
    background-clip: content;
}
.list_font li a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.list_font div{
    position:relative;
}
.list_font li p {
    font-size: 16px;
    position: absolute;
    width: 100%;
    bottom:20px;
    color: #fff;
}
.list_font div:first-child {
    height: 100px;
    margin: 0;
    margin-bottom: 5px;
    line-height: 80px;
}
.list_font span[class^="icon"] {
    display: inline-block;
    width: 32px;
    height: 32px;
}
.icon-scrk{background: url("../images/rk.png") no-repeat;}
.icon-scbg{background: url("../images/scbg.png") no-repeat;}
.icon-yk{background: url("../images/yk.png") no-repeat;}
.icon-kfh{background: url("../images/kfh.png") no-repeat;}
.icon-xsfh{background: url("../images/fh.png") no-repeat;}
.icon-sm{background: url("../images/sm.png") no-repeat;}
.icon-zlsb{background: url("../images/zlsb.png") no-repeat;}
.icon-pd{background: url("../images/pd.png") no-repeat;}
.icon-exit{background: url("../images/tc.png") no-repeat;}
.icon-jd{background: url("../images/jdcx.png") no-repeat;}
.icon-kc{background: url("../images/kc.png") no-repeat;}
/*---------------产品入库-------------*/
.confirm{
    width: 64%;
    height: 28px;
    line-height: 28px;
    margin: 8px 18% 8px;
    display: block;
    border: 1px solid #ffa21f;
    text-align: center;
    font-size: 1.4rem;
    color: #333;
    border-radius: 5px;
    background: white;
}
.input-list{
    margin-top:10px;
    background:#fff;
    padding-bottom:10px;
    overflow: hidden;
}
.input-item{
    width:98%;
    margin:0 1%;
    border-bottom:1px solid #d7d7d7;
    overflow: hidden;
}
.input-item-l{
    width: 25%;
    box-sizing: border-box;
    height:36px;
    float: left;
    line-height: 36px;
    font-size: 1.3rem;
    padding-left:2px;
}
.input-item-r{
    width:75%;
    float:left;
}
.input-item-r span{
    box-sizing: border-box;
    width: 100%;
    line-height: 36px;
    padding-left:10px;
    color: #666;
    float: left;
    height:36px;
    font-size: 1.4rem;
}
.input-item-r input{
    float: left;
    height:36px;
    box-sizing: border-box;
    width: 100%;
    line-height:36px;
    color: #666;
    float: left;
    padding-left:10px;
    border: 0;
    font-size: 1.4rem;
}
.table-wrap{
    width:98%;
    padding:0 1% 10px;
    background:#fff;
}
.table-wrap p.total{
    width:100%;
    text-align:left;
    font-size:1.3rem;
    line-height:24px;
    padding-left:2px;
}
.table-wrap p.total span{display:inline-block;color:#f6584d;font-size:1.8rem;padding-left:5px;line-height:27px;}
.panel-header, .panel-body {
    border-color: #d7d7d7;
}
.datagrid-header .datagrid-cell span {
    font-size: 13px;
}
.error-tip{width:94%;margin:10px 3% 0;color:#f00;display: none;}
.formWrap{background:#fff;}
.formWrapList{width:98%;padding:5px 1% 10px;}
.formFieldWrap input{display: block;}
.formFieldWrap label{
    display: block;
    color:#666;
    padding-bottom:5px;
    font-size:1.3rem;
}
.formFieldWrap input[type='text']{
    font-size:1.3rem;
    min-width: 100%;
    box-sizing: border-box;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom:7px;
    color: #666;
    border: solid 1px #cacaca;
}
.Textarea {
    min-width: 100%;
    display: block;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.4);
    border: solid 1px #cacaca;
    color: #666;
    padding-left: 5px;
    padding-right: 5px;
    padding-top:5px;
    padding-bottom: 5px;
    line-height: 18px;
    height: 54px;
}
.account-btn {
    margin-top: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    background:#fff;
    border-bottom: 1px solid #d7d7d7;
    overflow: hidden;
}
.account-btn a {
    width: 29%;
    height: 30px;
    line-height: 30px;
    float: left;
    border: 1px solid #ffa21f;
    margin-left: 13%;
    margin-right: 2%;
    border-radius: 5px;
    text-align: center;
    color: #333;
    background: white;
}
.acc-cou-top {
    margin-top:5px;
    height: 30px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.acc-cou-top p {
    width: 100%;
    height: 31px;
    position: absolute;
    left: 0;
    top: 0;
}
.acc-cou-top a{ width: 25.6%; line-height: 30px; float: left; margin: 0 3.8%; text-align: center; font-size: 0.8rem; color: #666;}
.acc-cou-top a.xs_active{ color: #F7671D; line-height: 29px; border-bottom: 2px solid #F7671D;}
.acc-cou-bot{ width: 100%; overflow: hidden;}
.acc-cou-bot>ul{ width: 100%; overflow: hidden; display: none;}
input:focus{background:#c2e4fd;}
input[readonly='readonly']{background:#fff;}


/*销售发货页面*/
.xsfh-item input{width:68%;}
.xsfh-item a{width:32%;float: right;line-height: 36px;color: #577ba7;text-align: right;font-size:1.2rem;}

/*弹出层*/
.model-mask{
    display: none;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    z-index:1000;
}
.model-box{
    display: none;
    position: absolute;
    width:300px;
    height:400px;
    top:50%;
    left:50%;
    margin-left:-150px;
    margin-top:-200px;
    background:#fff;
    z-index: 1001;
    padding-top:10px;
}
.model-title{
    margin-bottom:10px;
    position:relative;
}
.model-title a{float:right;font-size:1.4rem;margin-right:15px;}


.list-two .input-item{width:48%;float:left;box-sizing: border-box;overflow: hidden;}
.list-two .input-item-l{width:44%;}
.list-two .input-item-r{width:56%;}
.btn
{
    margin-top: 300px;
    margin-left: 65px;
    margin-right: 65px;
    border: groove;
    color:#fff !import;

}