@charset "utf-8";
/* 
------------------------------------------
CSS Document By Anyker （Anyker@gmail.com）
------------------------------------------
*/
/* -------------------------------------------- */
/*                      formTable              	*/
/* -------------------------------------------- */
.formTable {
	padding: 0 !important;
	background: #fff;
	border: #eaeaea 1px solid;
	border-radius: 5px;
	margin-bottom: 10px;
}
.formTable table {
	border: 0;
	border-radius: 0;
}
.formTable th,
.formTable td {
	font-size: 14px;
	border-bottom: #eaeaea 1px solid;
	padding: 12px 10px;
	text-align: left;
}
.formTable thead td,
.formTable thead th {
	text-align: left;
	background: #f8f8f8;
	padding: 5px 10px;
	font-weight: normal;
}
.formTable thead h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.formTable tbody th {
	padding-right: 0;
}
.formTable tbody tr:last-child th,
.formTable tbody tr:last-child td {
	border-bottom: none;
}
.formTable tfoot th,
.formTable tfoot td {
	border-bottom: none;
	border-top: #eaeaea 1px solid;
	text-align: right;
}
.formTable .inputValiCode {
	border: none;
	background: none;
	font-size: 14px;
	padding: 0;
	width: 110px;
}
.formTable .inputMoney {
	font-size: 18px;
	font-weight: 700;
	color: #F60;
}
.formTable .valiCodeImg {
	width: 70px;
	height: 25px;
	vertical-align: middle;
}
.formTable input[type=text],
.formTable input[type=password] {
	border: #ccc 1px solid;
	background: none;
	font-size: 14px;
	padding: 0 2px;
}
.formTable input[type=radio],
.formTable input[type=checkbox] {
	vertical-align: middle;
}
.formTable textarea {
	border: #ccc 1px solid;
	background: none;
	padding: 5px !important;
	margin: 0 !important;
	font-size: 14px !important;
	line-height: 1.5em;
	width: 90%;
}
.formTable select {
	width: auto;
	font-size: 14px;
	line-height: 1.5em;
}
.formTable .tips {
	font-size: 12px;
	color: #999;
}
.formTable span.tips {
	margin-left:10px;
}
.formTable div.tips {
	margin-top: 10px;
}
.formTable td a {text-decoration:underline;}
.formTable .error {
	font-size: 14px;
	color: #F30;
}
.formTable label {
	font-weight: bold;
	margin-right: 10px;
}
.formTable img {
	vertical-align: middle;
}
.formTable .tdMore {
	text-align: right;
	border-left: #eaeaea 1px solid;
	width: 40px;
	text-align: center;
}
.formTable .tdMore a {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	display: block;
	width: 100%;
	color: #666 !important;
}
/* --------------------------------------- */
/*                 article                 */
/* --------------------------------------- */
.articleList ul {
	margin-bottom: 10px;
}
.articleList ul li {
	border-bottom: #ccc 1px solid;
	position: relative;
	height: 30px;
	line-height: 30px;
	width: 100%;
	list-style: outside none;
	overflow: hidden;
}
.articleList ul li .title {
	position: absolute;
	left: 0;
}
.articleList ul li .time {
	position: absolute;
	right: 0;
	font-size: 12px;
	font-weight: normal;
}
.articleList h2 {
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 10px;
	border-bottom: #ccc 2px solid;
}
.articlePicList ul {
}
.articlePicList ul li {
	float: left;
	border: #ccc 1px solid;
	text-align: center;
	overflow: hidden;
	margin: 5px;
	line-height: 25px;
	width: 136px;
	padding: 1px;
}
.articlePicList ul li img {
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
.articlePicList ul li .img {
	display: block;
	width: 134px;
	height: 134px;
	text-align: center;
}
.articlePicList ul li .title {
	margin-top: 1px;
	padding: 3px;
	display: block;
	border-top: #ccc 1px solid;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.article {
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}
.article h1 {
	text-align: center;
	padding-bottom: 0px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	margin: 0px;
	padding: 10px 0px 5px 0px;
}
.article .info {
	text-align: center;
	border-bottom: #ccc 1px solid;
	padding-bottom: 10px;
}
.article .info span {
	padding: 5px;
}
.article .brief {
	padding: 5px;
	border: #ddd 1px solid;
	background: #fff;
	margin: 15px 0px 20px 0px;
	font-weight: bold;
	text-indent: 28px;
}
.article .detail {
	margin: 20px 0px;
}
/* --------------------------------------- */
/*               videoList                 */
/* --------------------------------------- */
.videoList {
	margin:10px auto;
}
.videoList ul {
	margin:0;
	padding:0;
}
.videoList ul li {
	float:left;
	border:#eaeaea 1px solid;
	background:#fff;
	margin:10px;
	width:180px;
	padding:10px;
}
.videoList ul li a.pic {
	display:block;
	width:180px;
	height:180px;
}
.videoList ul li a.title {
	display:block;
	text-align:left;
	font-size:14px;
	color:#333;
	height:35px;
	line-height:35px;
	overflow:hidden;
	border-top:#eaeaea 1px solid;
	margin-top:10px;
}
.videoList ul li .time {
	display:block;
	text-align:right;
	color:#999;
	font-size:12px;
	line-height:20px;
}
/* --------------------------------------- */
/*                caseList                 */
/* --------------------------------------- */
.caseList {
}
.caseList dl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #ccc 1px solid;
}
.caseList dl dd {
	font-size: 12px;
}
.caseList dl dd h3 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}
.caseList dl dd .img {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: #ccc 1px solid;
	background: #fff;
	text-align: center;
	vertical-align: middle;
}
.caseList dl dd .img img {
	text-align: center;
	vertical-align: middle;
}
.caseList dl dd .more {
	display: block;
	margin: 10px 0 0 0;
}
/* companyInfoQuickBox 用于显示企业简介的QuickBox */
.companyInfoQuickBox {
}
.companyInfoQuickBox ul li {
	line-height: 16px;
	margin-bottom: 10px;
}
.companyInfoQuickBox li.companyInfoQuickBox_liBottom {
	margin-bottom: 0px;
	padding-top: 10px;
	border-top: 1px dashed;
}
.companyInfoQuickBox img {
	float: left;
	width: 212px;
	height: 140px;
	margin: 0px 10px 10px 0px;
	padding: 5px;
	background: #fff;
	border: 1px solid;
}
.narrow .companyInfoQuickBox img {
	display: block;
	float: none;
	margin-bottom: 10px;
}
.companyInfoQuickBox_bottom {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dashed;
}
/* companyInfoQuickBox结束 */
/* contactQuickBox 用于显示企业联系方式的QuickBox */
.contactQuickBox ul li {
	line-height: 16px;
	margin-bottom: 10px;
}
.contactQuickBox li.contactQuickBox_liBottom {
	margin-bottom: 0px;
}
/* contactQuickBox结束 */
/* Engage */
.engageBox {
	margin-bottom: 10px;
}
.engageBox .engageBoxTitle {
	font-weight: bold;
	line-height: 30px;
}
.engageBox .engageBoxBody {
	border-bottom: 1px dotted;
	border-top: 1px dotted;
	padding: 10px;
}
.engageBox .engageBoxBody ul li {
	line-height: 20px;
}
/* End Engage */
/* linksQuickBox 用于显示友情链接的QuickBox */
.linksQuickBox ul li {
	line-height: 16px;
	margin-bottom: 10px;
}
.linksQuickBox li.linksQuickBox_liBottom {
	margin-bottom: 0px;
	padding-top: 10px;
	border-top: 1px dashed;
}
/* linksQuickBox结束 */
/* productList */
.productList ul {
	margin: 5px;
}
.productList ul li {
	float: left;
	border: #ccc 1px solid;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px;
	line-height: 25px;
	width: 136px;
	padding: 1px;
}
.productList ul li .img {
	display: block;
	width: 134px;
	height: 134px;
	text-align: center;
}
.productList ul li img {
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
.productList ul li .title {
	margin-top: 1px;
	padding: 3px;
	display: block;
	border-top: #ccc 1px solid;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.productList ul .checkBox {
	position: absolute;
	z-index: 20;
	right: 0px;
	top: 0px;
	text-align: right;
	filter: Alpha(opacity=10);
	-moz-opacity: .1;
	opacity: 0.1;
}
.productList ul:hover .checkBox {
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.productList dl {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #ccc 1px solid;
}
.productList dl dt {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	padding-left: 142px;
}
.productList dl dd.img {
	float: left;
	width: 130px;
	height: 130px;
	background: #fff;
	border: #ccc 1px solid;
	margin: -20px 10px 10px 0;
	overflow: hidden;
	text-align: center;
}
.productList dl dd.img img {
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
.productList dl dd.brief {
	height: 115px;
	overflow: hidden;
}
.productList dl dd.brief a.more {
	display: block;
	padding: 5px 0;
}
/* End productList */

/* productList_t */
.productList_t {
	width: 313px;
	margin-left: 10px;
	float: left;
	border: #eaeaea 1px solid;
}
.productList_t_left {
	float: left;
	width: 128px;
	margin: 5px 0px 5px 10px;
}
.productList_t_right {
	float: right;
	width: 155px;
	margin: 5px 10px 5px 0px;
}
.productList_t_productInfo {
	border-bottom: #666 1px dashed;
	line-height: 15px;
	margin-top: 3px;
	padding-bottom: 3px;
	color: #999;
}
.productList_t_productMore {
	text-align: right;
	margin-top: 3px;
}
/* End productList_t */

/* Product */
.productBox {
}
.productBox fieldset {
	padding: 0px 10px 10px 10px;
	border: 1px solid;
	margin-bottom: 10px;
}
.productBox legend {
	padding: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.productBoxTitle {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid;
	width: 100%;
	line-height: 40px;
	text-align: center;
	margin-bottom: 10px;
	font-family: SimHei, Arial, Helvetica, sans-serif;
}
.productBoxImg {
	width: 340px;
	padding: 10px;
	margin-right: 20px;
	float: left;
}
.productBoxImg_Big {
	width: 340px;
	height: 230px;
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	position: relative;
	float: none;
	overflow: hidden;
}
.productBoxImg_playBox {
	display: none;
}
.productBoxImg_Big:hover .productBoxImg_playBox {
	position: absolute;
	display: block;
	bottom: 5px;
	left: 5px;
	height: 30px;
	background: #000;
	width: 330px;
	filter: Alpha(opacity=50);
	-moz-opacity: .5;
	opacity: 0.5;
}
.productBoxImg_playBox #toLeft {
	float: left;
	width: 13px;
	height: 30px;
	background: url("../Images/Icons/product_toLeft.gif") no-repeat;
	background-position: 0px 0px;
	margin-left: 10px;
	cursor: pointer;
}
.productBoxImg_playBox #toRight {
	float: right;
	width: 13px;
	height: 30px;
	margin-right: 10px;
	background: url("../Images/Icons/product_toRight.gif") no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}
.productBoxImg_Small {
	width: 100%;
	text-align: center;
	overflow-x: scroll;
	overflow-y: hidden;
	scrollbar-face-color: #fff;
	scrollbar-shadow-color: #eaeaea;
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #999;
	scrollbar-track-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-highlight-color: #eaeaea;
}
.productBoxImg_Small table {
	margin: 0px 0px 3px 0px;
}
.productBoxImg_Small table td {
	padding: 0px 5px;
}
.productBoxImg_Small table td img {
	cursor: pointer;
	width: 75px;
	height: 75px;
}
.product .productBoxAttribute {
	float: right;
	width: 520px;
}
.productBoxCustomForm {
}
.productBoxCustomForm ul {
	padding-bottom: 20px;
}
.productBoxCustomForm {
	border: 0px;
}
.productBoxCustomForm ul li {
	margin: 10px 0px;
	display: block;
}
.productBoxCustomForm ul li span {
	border: 1px solid;
	padding: 3px;
	font-weight: bold;
}
.productBoxCustomForm ul li div {
	margin-left: 10px;
	display: inline;
}
.productBoxAction {
	margin: 20px 0px;
	display: block;
}
.productBoxDetail {
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}
.productBoxDetail legend {
	font-size: 14px;
}
.product h1,
.product h2 {
	margin: 10px auto 10px auto;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.productShow {
	float: left;
	display: inline;
	width: 322px;
	margin: 0 20px 7px 0;
}
.productShow .productShow_viewBox {
	margin: 0px auto;
	border: 1px solid #ccc;
	width: 310px;
	height: 310px;
	padding: 5px;
	background: #FAFAFB;
}
.productShow .productShow_viewBox .productShow_viewBox_wrap {
	width: 310px;
	height: 310px;
	background: #FFF url(scripts/productShow/loading.gif) no-repeat 50% 50%;
}
.productShow .productShow_viewBox .productShow_viewBox_wrap a {
	width: 310px;
	height: 310px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
+disply:block;
+font-size:160px;
	overflow: hidden;
}
.productShow .productShow_viewBox .productShow_viewBox_wrap a.none {
	display: none;
}
.productShow .productShow_viewBox .productShow_viewBox_wrap img {
	vertical-align: middle;
}
.productShow .productShow_thumbList {
	width: 320px;
	overflow: hidden;
	margin: 0 auto;
	background: #FAFAFB;
	border: 1px solid #ccc;
	border-top: none;
}
.productShow .productShow_thumbList .ctrlPrev,
.productShow .productShow_thumbList .ctrlNext {
	float: left;
	display: inline;
	width: 20px;
	height: 65px;
	overflow: hidden;
}
.productShow .productShow_thumbList .ctrlPrev {
	margin-left: 16px;
}
.productShow .productShow_thumbList .scrollable {
	float: left;
	position: relative;
	overflow: hidden;
	width: 210px;
	height: 65px;
}
.productShow .productShow_thumbList .scrollable .items {
	width: 20000em;
	position: absolute;
	clear: both;
}
.productShow .productShow_thumbList .scrollable img {
	float: left;
	margin: 10px 7px 10px 7px;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	cursor: pointer;
	width: 50px;
	height: 38px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.productShow .productShow_thumbList .scrollable .active {
	border: 2px solid #666;
	position: relative;
}
.productShow .productShow_thumbList .ctrlPrev a.browse,
.productShow .productShow_thumbList .ctrlNext a.browse {
	background: url(scripts/productShow/hori-large.gif) no-repeat;
	display: block;
	width: 17px;
	height: 20px;
	margin: 20px auto;
	cursor: pointer;
	font-size: 1px;
}
.productShow .productShow_thumbList .ctrlNext {
	width: 26px;
}
.productShow .productShow_thumbList .ctrlNext a.right {
	background-position: 0 -20px;
	clear: right;
	margin-left: 6px;
}
.productShow .productShow_thumbList .ctrlNext a.right:hover {
	background-position: -17px -20px;
}
.productShow .productShow_thumbList .ctrlNext a.right:active {
	background-position: -34px -20px;
}
.productShow .productShow_thumbList .ctrlPrev a.left {
	margin-left: 0px;
}
.productShow .productShow_thumbList .ctrlPrev a.left:hover {
	background-position: -17px 0;
}
.productShow .productShow_thumbList .ctrlPrev a.left:active {
	background-position: -34px 0;
}
.productShow .productShow_thumbList .ctrlPrev a.up,
.productShow .productShow_thumbList .ctrlNext a.down {
	background: url(../images/vert_large.gif) no-repeat;
	float: none;
	margin: 0 auto 10px;
}
.productShow .productShow_thumbList .ctrlNext a.down {
	margin: 10px auto 0;
}
.productShow .productShow_thumbList .ctrlPrev a.up:hover {
	background-position: -30px 0;
}
.productShow .productShow_thumbList .ctrlPrev a.up:active {
	background-position: -60px 0;
}
.productShow .productShow_thumbList .ctrlNext a.down {
	background-position: 0 -30px;
}
.productShow .productShow_thumbList .ctrlNext a.down:hover {
	background-position: -30px -30px;
}
.productShow .productShow_thumbList .ctrlNext a.down:active {
	background-position: -60px -30px;
}
.productShow .productShow_thumbList .disabled {
	visibility: hidden;
}
.product .productBrief {
	text-indent: 24px;
}
.product .productDetail {
}
/* End Product */
/* Quoteprice */
ul.quotepriceForm_productList {
	margin: 0 0 10px 0;
}
ul.quotepriceForm_productList li {
	list-style: square inside;
	line-height: 25px;
	height: 25px;
}
ul.quotepriceForm_productList li input {
	margin: 0 10px;
}
/* End Quoteprice */
/* --------------------------------------- */
/*                  client                 */
/* --------------------------------------- */
.clientInfo {
	margin: 10px auto;
}
.clientInfo table {
	width: 100%;
	background: #ccc;
	border: #eaeaea 3px solid;
}
.clientInfo table td {
	padding: 10px 15px;
	background: #fff;
	color: #333;
}
.clientInfo table th {
	font-weight: bold;
	background: #f8f8f8;
	color: #333;
	padding: 10px 15px;
}
.clientInfo table thead th {
	text-align: center;
}


.clientForm {
	margin: 10px auto;
}
.clientForm table {
	width: 100%;
	background: #ccc;
	border: #F2F2F2 3px solid;
}
.clientForm table td {
	padding: 10px 15px;
	background: #fff;
	color: #333;
}
.clientForm table th {
	font-weight: bold;
	background: #f8f8f8;
	color: #333;
	padding: 10px 15px;
}
.clientForm table thead th {
	text-align: center;
	font-size:14px;
}
.clientForm table tfoot th {
	text-align: center;
}
.clientForm table a {
	text-decoration:underline;
}
.clientForm table td ul {
	display: block;
	height: auto;
}
.clientForm table td ul li {
	line-height: 20px;
	margin-bottom: 10px;
}
.clientForm .inputMail {
	width: 150px;
}
.clientForm .inputName {
	width: 150px;
}
.clientForm .inputPassword {
	width: 150px;
}
.clientForm .inputValiCode {
	width: 65px;
}
.clientForm .valiCodeImg {
	vertical-align: middle;
	width: 81px;
	height: 25px;
}
.clientForm .tips {
	padding-left: 10px;
	color: #666;
}
.clientForm div.tips {
	margin-top: 5px;
	padding-left: 0px;
}
.clientForm .tips a {
	cursor: pointer;
}
.clientForm .booen_icon {
	margin-right:5px;
}
/* --------------------------------------- */
/*                clientProfile            */
/* --------------------------------------- */
.clientProfile {
	padding: 0 !important;
	background: #fff;
	border: #eaeaea 1px solid;
	border-radius: 5px;
	margin-bottom: 10px;
}
.clientProfile table {
	border: 0;
	border-radius: 0;
}
.clientProfile thead th {
	text-align: center;
}
.clientProfile thead td {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #666;
}
.clientProfile thead h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.clientProfile td {
	font-size: 14px;
	border-bottom: #eaeaea 1px solid;
	padding: 12px 10px;
	text-align: left;
}
.clientProfile label {
	width: 100px;
	font-weight: bold;
	display: inline-block;
}
.clientProfile label .booen_icon {
	margin-right:5px;
}
.clientProfile tfoot td {
	border-bottom: none;
}
.clientProfile .clientPhotoTd {
	text-align: right;
	vertical-align: top;
	min-width: 240px;
	position: relative;
}
.clientProfile .clientPhoto {
	width: 200px;
	height: 200px;
	overflow: hidden;
	background: url(http://jiangezhan.com/static/anycss/images/client/client-no-photo.jpg);
	margin: 0;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 20px;
}
.clientProfile .clientPhoto img {
	width: 100%;
}
.clientProfile .clientMoreTd {
	text-align: right;
}
/* --------------------------------------- */
/*                 clientData              */
/* --------------------------------------- */
.clientData {
	padding: 20px 10px !important;
	background: #fff;
	border: #eaeaea 1px solid;
	border-radius: 5px;
	margin-bottom: 10px;
}
.clientData table {
	border: 0;
	border-radius: 0;
}
.clientData table td {
	border-right: #E3E4E5 1px solid;
}
.clientData table td:last-child {
	border-right: none;
}
.clientData table td b {
	font-size: 24px;
	font-weight: normal;
	display: block;
	line-height: 24px;
	display: block;
	text-align: center;
	margin: 15px auto 10px auto;
	color: #ADD208;
}
.clientData table td b a {
	color: #ADD208;
}
.clientData table td b a:hover {
	text-decoration: underline;
}
.clientData table td i {
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	display: block;
	text-align: center;
	color: #999;
}
.clientData table td p {
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	display: block;
	text-align: center;
	color: #666;
	padding: 0;
	margin: 0;
}
/* --------------------------------------- */
/*                 clientMsg               */
/* --------------------------------------- */
.clientMsg {
	margin: 20px auto;
}
.clientMsg dl {
	background: #fff;
	border: #eaeaea 1px solid;
	border-radius: 5px;
	margin-bottom: 20px;
}
.clientMsg dl dt {
	padding: 10px;
	text-align: right;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 0;
}
.clientMsg dl dd {
	padding: 10px;
	font-size: 14px;
	color: #333;
	line-height: 1.8em
}
/* --------------------------------------- */
/*                 linkList                */
/* --------------------------------------- */
.linkList {
	margin: 15px 0;
}
.linkList li {
	float: left;
	width: 102px;
	margin: 0 14px 15px 0;
	list-style: none;
}
.linkList li a {
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fafafa;
	border: 1px solid #eaeaea;
	overflow: hidden;
	font-size: 12px;
}
.linkList li a:hover {
	border-color: #999;
}
/* --------------------------------------- */
/*                 sideGuide               */
/* --------------------------------------- */
.sideGuide {
	position: fixed;
	top: 300px;
	right: 10px;
	z-index:999999;
}
.sideGuide ul {
	border: #ccc 1px solid;
}
.sideGuide ul li {
	width: 50px;
	height: 50px;
	background: #fff;
}
.sideGuide ul li a {
	display: block;
	width: 50px;
	height: 50px;
}
.sideGuide .sideGuide-userlogin {
	background: #fff;
	border-bottom: #ccc 1px solid;
	text-align: center;
}
.sideGuide .sideGuide-userlogin a {
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 0 0 0;
}
.sideGuide .sideGuide-userlogin a:link,
.sideGuide .sideGuide-userlogin a:visited {
	color: #333;
}
.sideGuide .sideGuide-userlogin a:hover,
.sideGuide .sideGuide-userlogin a:active {
	color: #CE2441;
}
.sideGuide .sideGuide-userlogin img {
	width: 35px;
	height: 35px;
	margin: 8px 0 0 8px;
}
.sideGuide .sideGuide-userlogin .booen_icon {
	width:35px;
	height:35px;
	font-size:30px;
}
.sideGuide .sideGuide-qqonline {
	background: #fff;
	border-bottom: #ccc 1px solid;
	text-align: center;
}
.sideGuide .sideGuide-qqonline a {
	display: block;
	width: 50px;
	height: 50px;
}
.sideGuide .sideGuide-qqonline a img {
	margin-top: 2px;
}
.sideGuide .sideGuide-shoppingCart {
	background: #fff url(images/client/sideGuide_bg.png) -11px -10px no-repeat;
}
.sideGuide .sideGuide-gotop {
	background: #fff url(images/client/sideGuide_bg.png) -11px -80px no-repeat;
}
.sideGuide .sideGuide-qrcode {
	background: #fff url(images/client/sideGuide_bg.png) -11px -211px no-repeat;
	border-bottom: #ccc 1px solid;
}
.sideGuide .sideGuide-wechat {
	background: #fff url(images/client/sideGuide_bg.png) -11px -143px no-repeat;
	border-bottom: #ccc 1px solid;
}
.sideGuide .sideGuide-wechat a,
.sideGuide .sideGuide-qrcode a {
	position: relative;
}
.sideGuide .sideGuide-wechat a div,
.sideGuide .sideGuide-qrcode a div {
	display: none;
}
.sideGuide .sideGuide-wechat a:hover div,
.sideGuide .sideGuide-qrcode a:hover div {
	display: block;
	position: absolute;
	right: 50px;
	bottom: 0px;
	background: #fff;
}
.sideGuide .sideGuide-wechat a:hover div img,
.sideGuide .sideGuide-qrcode a:hover div img {
	width: 150px;
	height: 150px;
	padding: 5px;
	border: #ccc 1px solid;
}
.sideGuide .sideGuide-wechat a div i,
.sideGuide .sideGuide-qrcode a div i {
	display: block;
	font-style: normal;
	line-height: 30px;
	text-align: center;
	border: #ccc 1px solid;
	border-top: 0;
}
.sideGuide .sideGuide-hotline {
	background: #fff url(images/client/sideGuide_bg.png) -11px -277px no-repeat;
	border-bottom: #ccc 1px solid;
}
.sideGuide .sideGuide-hotline a {
	position: relative;
}
.sideGuide .sideGuide-hotline a dl {
	display: none;
}
.sideGuide .sideGuide-hotline a:hover dl {
	display: block;
	position: absolute;
	right: 50px;
	bottom: 0px;
	width: 300px;
	border: #ccc 1px solid;
	background: #fff;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0;
}
.sideGuide .sideGuide-hotline a:hover dl dt,
.sideGuide .sideGuide-hotline a:hover dl dd {
	font-size: 14px;
	color: #333;
	border-bottom: #ccc 1px solid;
	padding: 10px;
	-webkit-margin-start: 0px;
	line-height: 1.5em;
}
.sideGuide .sideGuide-hotline a:hover dl dd:last-child {
	border-bottom: none;
}
.sideGuide ul li.sideGuide-shoppingCart {
	border-bottom: #ccc 1px solid;
	position: relative;
}
.sideGuide ul li.sideGuide-shoppingCart b {
	position: absolute;
	left: 22px;
	top: 11px;
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
/* --------------------------------------- */
/*                 goodsList               */
/* --------------------------------------- */
.googdsList {}
.googdsList ul {}
.googdsList ul li {
	float: left;
	position:relative;
	overflow: hidden;
	margin: 0 0 20px 0;
	text-align: center;
	width: 33%;
	background: #fff;
}
.googdsList .img {
	text-align:center;
	display:block;
	margin:0 10px;
	border:#ccc 1px solid;
}
.googdsList .img img {
	width:100%;
}
.googdsList .title {
	display:block;
	text-align:center;
	margin:0 10px;
	border:#ccc 1px solid;
	border-top:0;
	border-bottom:0;
	height:20px;
	line-height:20px;
	color:#666;
	padding-top:5px;
	text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
}
.googdsList b.price {
	display:block;
	text-align:center;
	margin:0 10px;
	border:#ccc 1px solid;
	border-top:0;
	border-bottom:0;
	line-height:20px;
	padding-bottom:5px;
	font-size:14px;
}
.googdsList a.buy {
	display:block;
	text-align:center;
	margin:0 10px;
	border:#ccc 1px solid;
	line-height:40px;
	font-size:14px;
	font-weight:bold;
	background:#CE2441;
	color:#fff;
}
/* --------------------------------------- */
/*               goodsDisplay              */
/* --------------------------------------- */
.goods {
	display: block;
}
.goods h1 {
	font-size: 25px;
	padding-bottom: 10px;
	color: #c60033;
	line-height: 1.5em;
}
.goodsSku {
	padding: 10px 10px 10px 0px;
}
.goodsSkuItem {
	margin-bottom: 10px;
	font-size: 14px;
}
.goodsSkuItem label {
	float: none;
	display: inline-block;
	border: #eaeaea 1px solid;
	padding: 0 10px;
	cursor: pointer;
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
}
.goodsSkuItem label.on {
	background: #D61335;
	border: #D61335 1px solid;
	text-shadow: none;
	color: #fff;
}
.goodsSkuItem label input[type="radio"] {
	display: none;
}
.goodsSkuItem .buttons {
	width: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
	text-align: center;
	display: inline-block;
	border: #eaeaea 1px solid;
	background: #fff;
	text-shadow: none;
	color: #333;
}
.goodsSkuItem .countTnput {
	width: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #D61335;
	margin: 0 5px;
	border: none;
}
.goodsDetail h2.title {
	background: #f8f8f8;
	border: #eaeaea 1px solid;
	text-align: left;
	text-indent: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	margin: 20px 0;
}
.goodsDetail ul.goodsAttrList {
	padding: 0 10px;
}
.goodsDetail ul.goodsAttrList li {
	float: left;
	width: 33%;
	margin: 5px 0;
}
.goodsDetail ul.goodsAttrList li label {
	font-weight: bold;
	margin-right: 10px;
}
.goodsDetail .goodsDetailBody {
	padding: 10px;
}
/* --------------------------------------- */
/*                goodsTable               */
/* --------------------------------------- */
.goodsTable {
	padding: 10px !important;
	background: #fff;
	border: #eaeaea 1px solid;
	border-radius: 5px;
	margin-bottom: 10px;
}
.goodsTable table {
	border: 0;
	border-radius: 0;
}
.goodsTable table td {
	border-bottom: #eaeaea 1px solid;
	padding: 10px;
}
.goodsTable table tr:last-child td {
	border-bottom: none;
}
.goodsTable table td.pic {
	width: 100px;
	overflow: hidden;
}
.goodsTable table td img {
	width: 100%;
}
.goodsTable table td.info {
	padding-left: 30px;
	vertical-align: text-top;
}
/* --------------------------------------- */
/*                cartTable                */
/* --------------------------------------- */
.cartTable {
	padding: 10px !important;
	background: #fff;
	border: #eaeaea 1px solid;
	border-radius: 5px;
	margin-bottom: 10px;
}
.cartTable table {
	border: 0;
	border-radius: 0;
}
.cartTable table td {
	border-bottom: #eaeaea 1px solid;
	padding: 10px;
}
.cartTable table td.pic {
	width: 150px;
	overflow: hidden;
}
.cartTable table td img {
	width: 100%;
}
.cartTable table td.info {
	padding-left: 30px;
	vertical-align: text-top;
}
.cartTable table td.info h3 {
	margin-bottom: 10px;
}
.cartTable table td.info b {
	line-height: 2em;
}
.cartTable table td.info em {
	display: block;
	line-height: 2em;
	font-style: normal;
	text-decoration: line-through;
}
.cartTable table td.del {
	width: 80px;
	text-align: right;
}
.cartTable table td.totalFee {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
.cartTable table tfoot td {
	text-align: right;
	border-bottom: 0;
}
.cartTable table .stockSet {
	margin: 10px 0;
}
.cartTable table .stockSet .buttons {
	width: 20px !important;
	height: 20px !important;
	line-height: 20px !important;
	text-align: center;
	display: inline-block;
	border: #ccc 1px solid;
	background: #fff;
	text-shadow: none;
	color: #333;
}
.cartTable table .stockSet .number {
	width: 30px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 5px;
	border: none;
}
/* --------------------------------------- */
/*               clientrOrder              */
/* --------------------------------------- */
.clientrOrderList {
}
.userOrders				{
						margin-bottom:20px;
						padding:10px 10px 20px 10px;
						border-top:#eaeaea 3px solid;
						border-radius:0px;
						line-height:2em;
						font-size:14px;
						background:#f8f8f8;
						background-image:-webkit-gradient(linear,50% 0,0 100%,from(transparent), color-stop(.5,transparent),color-stop(.5,#fafafa),to(#fafafa)),
						 -webkit-gradient(linear,50% 0,100% 100%,from(transparent), color-stop(.5,transparent),color-stop(.5,#fafafa),to(#fafafa));
						background-image:-moz-linear-gradient(50% 0 -45deg,transparent,transparent 50%,#fafafa 50%,#fafafa),
										-moz-linear-gradient(50% 0 -135deg,transparent,transparent 50%,#fafafa 50%,#fafafa);                                
						background-size:10px 5px;
						background-repeat:repeat-x;
						background-position:0 100%;
						position:relative;
						}
.userOrders h3			{
						border-bottom:#ccc 1px dotted;
						padding:0 0 10px 0;
						margin:0 0 10px 0;
						font-weight:normal;
						text-overflow:ellipsis;
						overflow:hidden;
						white-space:nowrap;
						font-size:14px;
						color:#A48266;
						}
.userOrders h3 a		{
						color:#A48266 !important;
						font-weight:normal !important;
						}
.userOrders b			{
						font-size:14px;
						font-weight:bold;
						font-family:Arial, Helvetica, sans-serif;
						}

.userOrders .last		{
						border-top:#ccc 1px dotted;
						padding-top:10px;
						margin-top:10px;
						}
.userOrders .last .payment {
						border-bottom:#ccc 1px dotted;
						padding-bottom:10px;
						margin-bottom:10px;
						font-size:14px;
						line-height:2em;
						}
.userOrders .buy		{
						color:#fff !important;
						text-shadow:none;
						background:#F00;
						text-align:center;
						font-size:14px;
						padding:0 10px;
						border-radius:25px;
						margin-left:10px;
						float:right;
						}
.userOrders .paid		{
						color:#fff !important;
						text-shadow:none;
						background:#999;
						text-align:center;
						font-size:14px;
						padding:0 10px;
						border-radius:25px;
						margin-left:10px;
						float:right;
						}
.userOrders .customer	{
						padding-left:10px;
						}
.userOrders .del		{
						padding-left:10px;
						font-size:12px;
						}
.userOrders .orderStateIcon_cancelled {
						position:absolute;
						right:0;
						bottom:0;
						width:100px;
						height:100px;
						z-index:0;
						background:url(images/client/orderStateIcon_cancelled.png) no-repeat;
						background-size:100%;
						}
.userOrders .orderStateIcon_paid {
						position:absolute;
						right:0;
						bottom:0;
						width:100px;
						height:100px;
						z-index:0;
						background:url(images/client/orderStateIcon_paid.png) no-repeat;
						background-size:100%;
						}
.userOrders .orderStateIcon_shipped {
						position:absolute;
						right:0;
						bottom:0;
						width:100px;
						height:100px;
						z-index:0;
						background:url(images/client/orderStateIcon_shipped.png) no-repeat;
						background-size:100%;
						}
.userOrders .orderStateIcon_successful {
						position:absolute;
						right:0;
						bottom:0;
						width:100px;
						height:100px;
						z-index:0;
						background:url(images/client/orderStateIcon_successful.png) no-repeat;
						background-size:100%;
						}
/* --------------------------------------- */
/*                couponList               */
/* --------------------------------------- */
.couponList {
	width: 50%;
	float: left;
}
.couponList table		{
						height:113px;
						background-size:100% 100%;
						margin:0 auto 10px auto;
						padding:10px 10px 20px 10px;
						border-top:#ccc 2px solid;
						background:#F0F0E1;
						background-image:-webkit-gradient(linear,50% 0,0 100%,from(transparent), color-stop(.5,transparent),color-stop(.5,#fafafa),to(#fafafa)),
						 -webkit-gradient(linear,50% 0,100% 100%,from(transparent), color-stop(.5,transparent),color-stop(.5,#fafafa),to(#fafafa));
						background-image:-moz-linear-gradient(50% 0 -45deg,transparent,transparent 50%,#fafafa 50%,#fafafa),
										-moz-linear-gradient(50% 0 -135deg,transparent,transparent 50%,#fafafa 50%,#fafafa);                                
						background-size:10px 5px;
						background-repeat:repeat-x;
						background-position:0 100%;
						}
.couponList .priceBox	{
						text-align:center;
						padding:10px;
						width:100px;
						min-height:150px;
						border-right:#fff 2px dotted;
						position:relative;
						overflow:hidden;
						}
.couponList .couponIcon {
						font-size:50px;
						font-weight:normal;
						color:#ddd;
						border:#ddd 5px solid;
						border-radius:80px;
						width:80px;
						height:80px;
						line-height:80px;
						text-align:center;
						position:absolute;
						z-index:0;
						left:-18px;
						top:-18px;
						}
.couponList .couponLabel {
						font-size:12px;
						font-weight:normal;
						line-height:12px;
						color:#666;
						text-shadow:none;
						width:100%;
						text-align:center;
						margin-bottom:15px;
						position:absolute;
						top:20px;
						left:0;
						z-index:1;
						}
.couponList b.price		{
						display:block;
						font-size:40px;
						font-weight:normal;
						color:#900 !important;
						font-family:Arial, Helvetica, sans-serif;
						width:100%;
						text-align:center;
						position:absolute;
						left:0;
						top:50px;
						z-index:1;
						}
.couponList b.price i 	{
						font-size:24px;
						font-style:normal;
						font-weight:normal;
						}
.couponList b.price small {
						font-size:18px;
						font-weight:normal;
						}
.couponList .infoBox	{
						padding:10px;
						position:relative;
						}
.couponList .couponName	{
						font-size:18px;
						font-weight:normal;
						color:#333;
						margin-bottom:5px;
						}
.couponList .couponName a {
						color:#333 !important;
						font-weight:normal;
						}
.couponList .couponId	{
						font-size:12px;
						line-height:20px;
						color:#999;
						text-transform:uppercase;
						text-shadow:none;
						border-bottom:#ccc 1px dotted;
						}
.couponList .couponTime	{
						font-size:12px;
						line-height:20px;
						color:#999;
						text-shadow:none;
						border-bottom:#ccc 1px dotted;
						}
.couponList .couponTime strong {
						color:#960;
						font-weight:normal;
						}
.couponList .couponFrom {
						color:#999;
						font-size:12px;
						line-height:20px;
						border-bottom:#ccc 1px dotted;
						}
.couponList .couponExchangeInfo
						{
						font-size:12px;
						color:#999;
						text-shadow:none;
						margin-top:10px;
						}
.couponList .couponExchangeInfo a {
						font-size:12px;
						font-weight:normal;
						}
.couponList .couponStateIcon_1{
						position:absolute;
						right:0;
						bottom:0;
						width:90px;
						height:90px;
						z-index:0;
						background:url(images/client/coupon_status_1.png) no-repeat;
						background-size:100%;
						}
.couponList .couponStateIcon_2{
						position:absolute;
						right:0;
						bottom:0;
						width:90px;
						height:90px;
						z-index:0;
						background:url(images/client/coupon_status_2.png) no-repeat;
						background-size:100%;
						}
.couponList .couponCommand
						{
						font-size:12px;
						line-height:2em;
						color:#900;
						text-shadow:none;
						}
.couponList .couponCommand a {
						font-size:12px;
						font-weight:normal;
						margin-top:10px;
						}