@CHARSET "utf-8";

body {
	max-width: 640px;
}

#container {
	min-height: 640px;
	background-color: #f8f8f8;
}

.formTile {
	width: 90px;
	font-size: 16px;
	text-align: right;
	color: #2B2B2B;
}

.ico_refresh {
	background-position: -78px -228px;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 5%;
	top: 0px;
}

.ico_itemDes {
	background-position: -125px -152px;
	width: 40px;
	height: 40px;
	float: right;
}

.ico_itemDesAlert {
	background-position: -127px -363px;
	width: 40px;
	height: 40px;
	float: right;
}

.ico_winBtnClose {
	background-color: #f1f1f1;
	width: 25px;
	height: 25px;
	position: fixed;
	background-position: -136px -308px;
}

.ico_home {
	background-position: -122px -228px;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 5%;
	top: 0px;
}

.radioTr {
	width: 50px;
	font-size: 18px;
	text-align: right;
	font-size: 24px;
	color: white;
}

.leftable {
	width: 100%;
	border-collapse: collapse;
	overflow: scroll;
	border-radius: 0px;
	border: none;
	margin-left: 0px;
}

.leftable td {
	line-height: 24px;
	border: 1px solid #969494;
	padding: 0 8px;
	color: #2B2B2B;
}

.leftable td img {
	vertical-align: middle;
}

.leftable td.font {
	background: #f5f5f5;
	text-align: center;
	white-space: nowrap;
}

.leftable th {
	background: #E1EBEE;
	color: #036;
	line-height: 30px;
	border: 1px solid #69B8F4;
}

.costDetail {
	font-size: 12px;
}

.uploadFileTile {
	font-size: 18px;
	text-align: left;
	color: #2B2B2B;
}

.noUploadCount {
	color: #ff3c30;
	font-weight: bold;
}

.uploadImgList {
	width: 90%;
	border-collapse: collapse;
	overflow: scroll;
	border-radius: 0px;
	border: none;
	margin-left: 5%;
	margin-top: 10px;
}

.uploadImgList td {
	line-height: 24px;
	border: 1px solid #969494;
	padding: 0 8px;
	color: white;
}

.uploadImgList td img {
	vertical-align: middle;
}

.uploadImgList td.font {
	background: #f5f5f5;
	text-align: center;
	white-space: nowrap;
}

.uploadImgList th {
	background: #E1EBEE;
	color: #036;
	line-height: 30px;
	border: 1px solid #69B8F4;
}

.headImg {
	width: 100%;
	height: 105px;
	overflow: hidden;
	position: relative;
	float: left;
}

.title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	font-size: 14px;
	color: #757579;
	background-color: #efeff4;
	text-align: left;
	float: left;
}

.phoneIcoText {
	float: right;
	margin-right: 10px;
	margin-left: 5px;
	color: #757579;
}

.phoneIcoText a {
	color: #F94302;
}

.phoneIco {
	float: right;
	margin-top: 5px;
}

.MenuList {
	width: 100%;
	background-color: white;
	float: left;
}

.MenuList ul {
	width: 100%;
	list-style-type: none;
}

.MenuList li {
	border-right: 1px solid #ECE7E7;
	border-bottom: 1px solid #ECE7E7;
	float: left;
	width: 50%;
	height: 110px;
	font-size: 12px;
}