﻿* {
	padding: 0;
	margin: 0px;
}
ul {list-style: none;}
a { text-decoration: none;}


body {
	overflow: hidden;
	background-color: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
main {
	position: absolute;
	width: 100%;
	 /* 使之可以滚动 */
    overflow-y: auto;
    /* 增加该属性，可以增加弹性 */
    -webkit-overflow-scrolling: touch;
	
}

header {
	width: 100%;
	height: 49px;
	position: fixed;
	top: 0;
	background-color: #36b6ea;
	z-index: 100;
	background:linear-gradient(top, #ffffff 0%,#fefefe 10%, #e9e9e9 100%) ;
	 background:-webkit-linear-gradient(top, #ffffff 0%,#fefefe 10%, #e9e9e9 100%) ;
	 background:-moz-linear-gradient(top, #ffffff 0%,#fefefe 10%, #e9e9e9 100%) ;
	 background:-ms-linear-gradient(top, #ffffff 0%,#fefefe 10%, #e9e9e9 100%) ;
	 border-bottom: 1px solid #d2d2d2;
}

.top-bar-left {
	position:absolute;
	top:14px;
	left: 0.9375rem;
	display:block;
	font-size:14px;
	line-height:21px;
	color:#ccc;
}

.top-bar-back {
	padding-left: 16px;
}

.top-bar-back:before {
	content:"";
	position:absolute;
	display:block;
	top:2px;left:0;
	width:12px;
	height:12px;
	border:1px solid #333;
	border-width:1px 0 0 1px;
	margin-left:3px;
	margin-top:1px;
	-webkit-transform:rotate(315deg);
}

.headerTitle {
	font-size: 18px;
	font-family: simhei;
	font-weight: 200;
	color: #333;
	text-align: center;
	line-height: 49px;
}

.headerRight {
	position: absolute;
	top: 14px;
	right: 14px;
	display: block;
}


.bottomborder {
	border-bottom: 1px dashed #AAAAAA;
}

.rowT {
	background-color: #FFF;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	padding: 20px 0 20px 0;
	width: 100%;
}

.row2 {
	background-color: #FFF;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	padding: 26px 0 0 0;
	width: 100%;
}

.space-20 {
	height: 20px;
	width: 100%;
}

.keyText {
	text-indent: 20px;
	font-size: 14px;
	font-family: simhei;
	color: #333333;
	/*-moz-box-flex: 1;
	-webkit-box-flex: 1;*/
}

.infoText {
	text-indent: 10px;
	font-family: simhei;
	color: #666;
	font-size: 14px;
	/*-webkit-box-flex: 44;
	-moz-box-flex: 44;*/
}

.inputDiv {
	border: 1px solid #D0D0D0;
	border-radius: 3px;
	text-indent: 0;
	padding: 0px;
	margin-top: -11px;
	width: 15.5rem;
	display: -moz-box;
	display: -webkit-box;
	display: box;
}

input {
	border: 0;
	padding: 10px 0 10px 0;
	text-indent: 10px;
	font-size: 14px;
	font-family: simhei;
	width: 15.5rem;
}

.hide {
	visibility: hidden;
}

.icon {
	width: 2rem;
	  margin-left: 2rem;
	 text-align: center;
	 padding: 0.5rem 0 0 0.235rem;
	 border-left: 1px solid #D0D0D0;
}

.icon2 {
	width: 24px;
	position: absolute;
	margin-top: -30px;
	margin-left: 219px;
}

.dateInput {
	width: 180px;
}

.infoInput {
    -webkit-appearance:none;
    appearance: none;
    border-style: none;
    background: none;
	width: 13.3125rem;
	padding: 10px 0 10px 0;
	text-indent: 10px;
	font-size: 14px;
	font-family: simhei;
	color: #999;
}

.innerSpan {
	border: 0;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 6px 0 6px 0;
	text-indent: 10px;
	font-size: 14px;
	color: #AAAAAA;
	font-family: simhei;
	border-right: 1px solid #D0D0D0;
	width: 2rem;
}

.btnContainer {
	padding: 14px 14px 0 14px;
}

.btn {
	text-align: center;
	line-height: 49px;
	color: #fff;
	font-size: 18px;
	font-family: simhei;
	border-radius: 4px;
	box-shadow:inset 0px 1px 1px #fff, 0 1px 0px 0px #c07c0f;
	border: 1px solid #f1b500;
	 background:linear-gradient(top, #fdbc01 0%, #f19c11 100%) ;
	 background:-webkit-linear-gradient(top, #fdbc01 0%, #f19c11 100%) ;
	 background:-moz-linear-gradient(top, #fdbc01 0%, #f19c11 100%) ;
	 background:-ms-linear-gradient(top, #fdbc01 0%, #f19c11 100%) ;
	 border: 1px solid rgba(0 0 0 0.4);
	 
}

.disableBtn{
    box-shadow:inset 0px 1px 1px #fff, 0 1px 0px 0px #b8b7b7;
    border: 1px solid #e3e3e3;
	color: #AAAAAA;
	background:linear-gradient(top, #f0f0f0 0%, #e7e6e6 100%) ;
	background:-webkit-linear-gradient(top, #f0f0f0 0%, #e7e6e6 100%) ;
	background:-moz-linear-gradient(top, #f0f0f0 0%, #e7e6e6 100%) ;
	background:-ms-linear-gradient(top, #f0f0f0 0%, #e7e6e6 100%) ;
    border: 1px solid rgba(0 0 0 0.3);
}

/*首页 */
/*.contanerA {
	width: 100%;
	max-width: 1000px;
	background:#7ecef4;
	background-size:cover ;
	
}
.contentB {
	 padding-top:40px ;
	 padding-left: 20px;
}
.contentB img {
	max-width: 100%;
	height: auto;
	
}*/
.wrap {
	width: 100%;
	height: 100%;
	background:#7ecef4 ;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.contentA {
	/*height: 2204px;*/
	text-align: center;
	background: #7ecef4;
	background-position: center center; 
	/*overflow: hidden;*/
	padding-top: 20px;
	/*padding-bottom: 40px;*/
}
.contentA img {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	
}

nav { 
	width: 100%;
	height: 50px;
	
	background: #efefef;
	display: table;
	table-layout: fixed;
	position: absolute;
	bottom: 0;
	/*backface-visibility:hidden;*/
	/*border-top:1px solid #c5c5c5;*/
	
	z-index: 10;
}

nav a {
	display: table-cell;
	width: 1%;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-emphasis: ellipsis;
	color: #221815;
	cursor: pointer;
}
nav a:focus {
	outline: none;
}

/*nav a.tabItem {
	box-shadow:inset 4px 4px 14px #a4a6a9;
	
}*/

nav a.tabActive {
	color: #e60012;
	z-index: 20;
}
nav a.tabActive .iconApp {
	color: #e60012;
}
nav a.tabActive .tabLabel {
	color: #e60012;
}

nav a .iconApp {
	position: relative;
	width: 24px;
	height: 24px;
	top: 6px;
	line-height: 29px;
	display: inline-block;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 4px;
	color: #898989;
	font-size: 1.25rem;
	vertical-align: middle;
}


nav a .tabLabel {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	font:200 12px microsoft yahei;
	line-height: 21px;
	color: #221815;
	
	
}

/*wms首页*/
.contentA1 {
	background: #fff;
	background-size:cover ;
	position: fixed;
	top: 0;
	position: relative;
}

.contentA1 img {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;	
}

.rowColor {
	display: -moz-box;
	display: -webkit-box;
	display: box;
	margin-top:10px ;
	height: 55px;
	margin-right:2% ;
	margin-left: 2%;
	border-radius: 8px;
	text-align: center;
}


.row3 {
	background:-webkit-linear-gradient(top, #f95f40 0%, #fa4c29 100%) ;
	background:-moz-linear-gradient(top, #f95f40 0%, #fa4c29 100%) ;
	background:-ms-linear-gradient(top, #f95f40 0%, #fa4c29 100%) ;
}

.row4 {
	background:-webkit-linear-gradient(top, #40aafb 0%, #299ffa 100%) ;
	background:-moz-linear-gradient(top, #40aafb 0%, #299ffa 100%) ;
	background:-ms-linear-gradient(top, #40aafb 0%, #299ffa 100%) ;
}

.row5 {
	background:-webkit-linear-gradient(top, #fdd000 0%, #fabe00 100%) ;
	background:-moz-linear-gradient(top, #fdd000 0%, #fabe00 100%) ;
	background:-ms-linear-gradient(top, #fdd000 0%, #fabe00 100%) ;
}


.rowIcon {
	width: 50%;
	-moz-box-flex: 1;
	-webkit-box-flex:1;
	line-height: 55px;
	padding-top: 0.6rem;
	text-align: right;
	margin-left: -1.8rem;
	pointer-events: none;
}

.rowText {
	width: 50%;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	font:200 14px/55px microsoft yahei;
	color: #fff;
	text-align: left;
	margin-left: 1.8rem;
	pointer-events: none;
	/*text-indent: 0.6rem;*/
}
.height1 { 
	height: 49px;
	}
	
.rowA2 {
	background-color: #FFF;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	padding: 10px 0 0 0;
	width: 100%;
}	
.rowColor1 {
	margin-top:10px ;
	height: 6.375rem;
	margin-right:2% ;
	margin-left: 2%;
	text-align: center;
	position: relative;
}

.rowColor2 {
	-webkit-box-flex: 1;
	height: 6.375rem;
	text-align: center;
	position: relative;
}
.rowLeft {
	margin: 0 5px 0 10px;
}
.rowRight {
	margin: 0 10px 0 5px;
}


.row31 {
	background:-webkit-radial-gradient( #64bcff 20%, #3dabff 100%) ;
	background:-moz-radial-gradient( #64bcff 20%, #3dabff 100%) ;
	background:-ms-radial-gradient( #64bcff 20%, #3dabff 100%) ;
}

.row41 {
	background:-webkit-radial-gradient( #f99c5a 20%, #f78433 100%) ;
	background:-moz-radial-gradient( #f99c5a 20%, #f78433 100%) ;
	background:-ms-radial-gradient( #f99c5a 20%, #f78433 100%) ;
}

.row51 {
	background:-webkit-radial-gradient( #f8c867 20%, #f6bb43 100%) ;
	background:-moz-radial-gradient( #f8c867 20%, #f6bb43 100%) ;
	background:-ms-radial-gradient( #f8c867 20%, #f6bb43 100%) ;
}

.row61 {
	background:-webkit-radial-gradient( #87CE47 20%, #81CC3D 100%) ;
	background:-moz-radial-gradient( #87CE47 20%, #81CC3D 100%) ;
	background:-ms-radial-gradient( #87CE47 20%, #81CC3D 100%) ;
}

.rowB {
	margin-bottom: 10px;
}
.rowIcon1 {
	padding-top: 0.4rem;
	pointer-events: none;
	vertical-align: middle;
	line-height: 6.5rem;
}

.rowHelp1 {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
}

.rowText1 {
	width: 100%;
	height: 30px;
	font:400 15px/30px microsoft yahei;
	color: #fff;
	pointer-events: none;
	background: rgba(255,255,255,0.17);
	position: absolute;
	bottom: 0;
	left: 0;
	/*text-indent: 0.6rem;*/
}



.tabB li { float: left; width: 25%; }
/*单个入库日期*/

.iconS {
	 width: 2rem;
	  margin-left: 2rem;
	 text-align: center;
	 padding: 0.5rem 0 0 0.235rem;
	 border-left: 1px solid #D0D0D0;
}

/*登录*/

.imgA {
	padding: 2.375rem 0;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
}
.contentS1 {
	padding: 0 0.9375rem;
}
.rowT1 {
	display: -moz-box;
	display: -webkit-box;
	display: box;
	padding: 10px 0;
	width: 100%;
	border-bottom: 1px solid #F1F1F1;
}

.borderNone {
	border: none;
	line-height: 2rem;
}

.keyText1 {
	text-indent: 0!important;
	text-align: left;
	font-size: 14px;
	font-family: simhei;
	color: #333333;
	min-width: 6rem!important;
	line-height: 2rem;
	padding-top: 2px;
	/*-moz-box-flex: 1;
	-webkit-box-flex: 1;*/
}

.checkcode {
	width: 182px;
	height:2.2rem;
	position: relative;
}
.checkcode input{
	float: left;
	width: 120px;
	color: #000;
}
.checkcode canvas{
	width: 85px;
	position: absolute;
	top: -1px;
	border-radius:2px ;
	text-align: center;
	font-size:14px ;
}

/*huang*/
