/* CSS Document */

/*
	z-index:  max value 1000;
	popElement: z-index set 9999
	other page position element set < 9999
*/
.hide {display: none;}
.content {
	width: 1200px;
	margin: 0 auto;
}
.content:after { 
	content:"."; 
	display:block; 
	clear:both; 
	height:0;
	overflow:hidden;
}
.pageContent {
	background: url("../images/public/linearBg.jpg") repeat-x center top;
	min-height: 30px;
	padding: 1px 0 0 0;
}

/*public header style start*/
.publicHeader {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9000;
	height: 79px;
	background: #fff;
	font-family: "Microsoft YaHei","微软雅黑";
	font-weight: normal;
	border: solid 1px #F0F0F0;
}
.publicHeader .content {
	width: 1200px;
	margin: 0 auto;
}
.publicHeader .content:after { 
	content:"."; 
	display:block; 
	clear:both; 
	height:0;
	overflow:hidden;
}
.topSpace {
	padding-top: 80px;
}
.publicHeader .logoLink {
	margin: 16px 10px 0 0;
}
.publicHeader a.navItem {
	width: 65px;
	text-align: center;
	margin: 20px 0 0 34px;
	padding: 8px 0;
	font-size: 16px;
	color: #666;
	border-bottom: solid 3px #fff;
}
.publicHeader a.active,
.publicHeader a.navItem:hover {
	color: #da4b4b;
	border-bottom: solid 3px #da4b4b;
}
.publicHeader .navItemDownloadApp {
	width: 100px;
}
.publicHeader a.navItemDownloadApp .qrcode_pic {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100px;
	height: 100px;
	border: solid 1px #ccc;
	padding: 4px;
	background: #fff;
	max-width: inherit;
}
.publicHeader a.navItemDownloadApp:hover .qrcode_pic {
	display: block;
}
.publicHeader .searchInput {
	width: 165px;
	height: 42px;
	line-height: 42px;
	border-radius: 21px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	padding: 0 40px 0 15px;
	background: #f5f5f5 url("../images/public/search_icon.png") no-repeat 185px center;
	color: #333;
	font-size: 16px;
	margin: 18px 25px 0 0;
}
.publicHeader .messageLink {
	padding: 0 18px 0 12px;
	margin: 22px 0 0 0;
	font-size: 16px;
	line-height: 28px;
	color: #666;
}
.publicHeader .messageLink .hasMsg {
	right: 12px;
	top: 0;
}
.publicHeader .loginLink {
	color: #666;
	font-size: 16px;
	height: 16px;
	line-height: 14px;
	margin: 29px 0 0 0;
	max-width: 165px;
	padding: 0 0 0 12px;
	border-left: solid 1px #cccccd;
}
.publicHeader .loginLinked {
	padding: 0 0 0 14px;
	position: relative;
	z-index: 101;
	height: 80px;
	width: auto;
	width: 148px \9;
	white-space: nowrap;
}
.publicHeader .loginLinked:after {
	display: block;
	content: " ";
	position: absolute;
	left: 0;
	top: 29px;
	height: 16px;
	width: 1px;
	background: #cccccd;
}
.publicHeader .loginLinked img {
	margin: 18px 0 0 0;
}
.publicHeader .loginLinked .userId {
	line-height: 74px;
	font-size: 16px;
	color: #666;
	margin: 0 0 0 10px;
	max-width: 80px;
}
.publicHeader .loginLinked .controlItem {
	display: none;
	width: 142px;
	top: 97%;
	left: 50%;
	margin: 0 0 0 -65px;
	padding: 5px 0;
	background: #fff;
	border: solid 1px #e6e6e6;
	transition: linear 0.5s;
	-webkit-transition: linear 0.5s;
	-moz-transition: linear 0.5s;
}
.publicHeader .loginLinked:hover .controlItem {
	display: block;
}
.publicHeader .loginLinked .controlItem .icon {
	position: absolute;
	left: 50%;
	top: -10px;
	margin: 0 0 0 -8px;
}
.publicHeader .loginLinked .controlItem a.btnItem {
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #212121;
	margin: 6px 0;
	padding: 0 0 0 40px;
}
.publicHeader .loginLinked .controlItem a.btnItem01 {
	background: url("../images/public/logined_icon01.png") no-repeat 19px center;
}
.publicHeader .loginLinked .controlItem a.btnItem02 {
	background: url("../images/public/logined_icon02.png") no-repeat 19px center;
}
.publicHeader .loginLinked .controlItem a.btnItem03 {
	background: url("../images/public/logined_icon03.png") no-repeat 19px center;
}
.publicHeader .loginLinked .controlItem a.btnItem04 {
	background: url("../images/public/logined_icon04.png") no-repeat 19px center;
}
.publicHeader .loginLinked .controlItem a.btnItem01:hover {
	background: #da4b4b url("../images/public/logined_icon01Active.png") no-repeat 19px center;
	color: #fff;
}
.publicHeader .loginLinked .controlItem a.btnItem02:hover {
	background: #da4b4b url("../images/public/logined_icon02Active.png") no-repeat 19px center;
	color: #fff;
}
.publicHeader .loginLinked .controlItem a.btnItem03:hover {
	background: #da4b4b url("../images/public/logined_icon03Active.png") no-repeat 19px center;
	color: #fff;
}
.publicHeader .loginLinked .controlItem a.btnItem04:hover {
	background: #da4b4b url("../images/public/logined_icon04Active.png") no-repeat 19px center;
	color: #fff;
}
/*个人中心，学习中心，订单中矮头 样式覆盖*/
.publicHeaderSmall {
	height: 60px;
}
.publicHeaderSmall .logoLink {
	margin-top: 7px;
}
.publicHeaderSmall .messageLink {
	margin-top: 14px;
}
.publicHeaderSmall .loginLinked {
	height: 60px;
}
.publicHeaderSmall .loginLinked:after {
	top: 22px;
}
.publicHeaderSmall .loginLinked img {
	margin-top: 9px;
}
.publicHeaderSmall .loginLink {
	margin-top: 21px;
}
/*public header style end*/

/*public footer style start*/
/*.publicFooter {
	background: #161616;
	font-family: "Microsoft YaHei","微软雅黑";
	font-weight: normal;
}
.publicFooter .content {
	width: 1200px;
	margin: 0 auto;
}
.publicFooter .content:after { 
	content:"."; 
	display:block; 
	clear:both; 
	height:0; 
	overflow:hidden;
}
.publicFooter .footerSmall {
	padding: 26px 0;
	font-size: 12px;
	color: #fff;
}
.publicFooter .footerSmall a {
	color: #fff;
}
.publicFooter .footerSmall span {
	margin: 0 6px;
}
.publicFooter .footerBig {
	padding: 20px 0;
}
.publicFooter .footerBig .gzh_qrcode {
	height: 90px;
}
.publicFooter .footerBig .fl p {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.publicFooter .footerBig .fl p a {
	color: #fff;
}
.publicFooter .footerBig .fl p a:hover {
	color: #d94b4b;
}
.publicFooter .footerBig .fl span {
	margin: 0 10px;
}
.publicFooter .footerBig a.downloadLink {
	display: inline-block;
	padding: 0 22px 0 50px;
	height: 46px;
	line-height: 46px;
	border-radius: 23px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	font-size: 16px;
	color: #fff;
	background: #d94b4b;
	margin: 0 0 0 16px;
}
.publicFooter .footerBig a.downloadLink .qrcode_pic {
	bottom: 50px;
	left: 50%;
	width: 100px;
	margin: 0 0 0 -50px;
	display: none;
}
.publicFooter .footerBig a.downloadLink01 {
	margin: 0;
	background: #d94b4b url("../images/public/apple_download.png") no-repeat 24px center;
}
.publicFooter .footerBig a.downloadLink02 {
	background: #d94b4b url("../images/public/android_download.png") no-repeat 24px center;
}
.publicFooter .footerBig a.downloadLink:hover {
	background-color: #ff5858;
}
.publicFooter .footerBig a.downloadLink:hover .qrcode_pic {
	display: block;
}
.publicFooter .footerBig .shareBox {
	line-height: 26px;
	color: #ccc;
	font-size: 16px;
	padding: 16px 0 0 0;
}
.publicFooter .footerBig .shareBox img {
	margin: 0 0 0 10px;
}
.publicFooter .footerBig .shareBox img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}*/

/*verson 2.0*/
.publicFooter {
	background: #444547;
	line-height: 34px;
	overflow: hidden;
}
.publicFooter .footerSmall {
	margin: 12px auto;
}
.publicFooter .footerSmall .fr,
.publicFooter .footerSmall .fr a {
	color: #808080;
	font-size: 12px;
}
.publicFooter .footerBig {
	margin: 30px auto;
}
.publicFooter .footerBig a,
.publicFooter .footerBig p,
.publicFooter .footerBig span {
	color: #808080;
}
.publicFooter .footerBig p.linkBox {
	padding: 10px 0 0 0;
	line-height: 20px;
	font-size: 14px;
}

/*public footer style end*/

/*side float window start*/
.sideFloatBox {
	width: 60px;
	position: fixed;
	z-index: 199;
	right: 0;
	top: 35%;
	border: solid 1px #e6e6e6;
}
.sideFloatBox a {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 98px;
	font-size: 12px;
	color: #6f8ba7;
}
.sideFloatBox a.sideItem01 {
	background: #fff url("../images/public/side_icon01.png") no-repeat center center;
}
.sideFloatBox a.sideItem02 {
	background: #fff url("../images/public/side_icon02.png") no-repeat center center;
}
.sideFloatBox a.sideItem03 {
	background: #fff url("../images/public/side_icon03.png") no-repeat center center;
}
.sideFloatBox a.sideItem04 {
	background: #fff url("../images/public/side_icon04.png") no-repeat center center;
}
.sideFloatBox a:hover {
	background-color: #f6f6f6;
}
.sideFloatBox li .objCount {
	min-width: 12px;
	height: 14px;
	line-height: 14px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	right: 12px;
	top: 8px;
	background: #d94b4b;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 0 2px;
}
/*.sideFloatBox a.sideItem01:hover {
	color: #fff;
	background: #d54243 url("../images/public/side_icon01Active.png") no-repeat center center;
}
.sideFloatBox a.sideItem02:hover {
	color: #fff;
	background: #d54243 url("../images/public/side_icon02Active.png") no-repeat center 9px;
}
.sideFloatBox a.sideItem03:hover {
	color: #fff;
	background: #d54243 url("../images/public/side_icon03Active.png") no-repeat center 9px;
}*/
.sideFloatBox li .pop_ele {
	display: none;
	width: 180px;
	background: #f6f6f6;
	right: 101%;
	bottom: -2px;
	height: 122px;
	overflow: hidden;
}
.sideFloatBox li .pop_ele01 {
	bottom: inherit;
	top: 0;
	padding-top: 0;
	width: 130px;
	height: 122px;
}
.sideFloatBox li:hover .pop_ele {
	display: block;
}
.sideFloatBox li .pop_ele .redText {
	font-size: 14px;
	padding: 14px 0 10px 0;
	color: #da4b4b;
}
.sideFloatBox li .pop_ele01 .redText {
	padding-top: 10px;
}
.sideFloatBox li .pop_ele .numberEle {
	font-size: 16px;
	color: #3a3a3a;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.sideFloatBox li .pop_ele .btnBox {
	padding: 6px 0 2px 0;
	margin: 0 10px;
}
.sideFloatBox li .pop_ele .btnItem {
	width: 100px;
	height: 30px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	color: #fff;
	font-size: 14px;
	background: #da4b4b;
}
.sideFloatBox li .pop_ele .qrcodeText {
	line-height: 16px;
	color: #3a3a3a;
	font-size: 12px;
	padding: 4px 0 0 0;
}
.sideFloatBox li .pop_ele .qrcodeItem {
	display: inline-block;
	width: 80px;
	margin: 8px 0 0 0;
}
.sideFloatBox li .pop_ele .qrcodeItem .pic img {
	width: 72px;
	height: 72px;
}

/*side float window end*/


