/* CSS Document */
body {background: #3b37fe; min-width: 0;}
.pc_hide {display: block;}
.pc_show {display: none;}


/* 桌面电脑布局: 769px 至最高 1232px。样式继承自: 移动设备布局和平板电脑布局。 */
@media only screen and (min-width: 769px) {
	.pc_hide {display: none;}
	.pc_show {display: block;}
	html {font-size: 100px !important;}
	.pageBox {
		max-width: 750px;
		margin: 0 auto;
	}
	body {min-width: 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;
		z-index: 11;
	}
	.publicHeader a.active,
	.publicHeader a.navItem:hover {
		color: #da4b4b;
		border-bottom: solid 3px #da4b4b;
	}
	.publicHeader .navItemDownloadApp {
		width: 100px;
		display: block;
		width: 65px;
		text-align: center;
		margin: 20px 0 0 34px;
		padding: 8px 0;
		font-size: 16px;
		color: #666;
		border-bottom: solid 3px #fff;
		cursor: pointer;
	}
	.publicHeader .navItemDownloadApp .download_pop {
		display: none;
		position: absolute;
		left: 50%;
		top: 90%;
		width: 325px;
		margin: 0 0 0 -180px;
		min-height: 115px;
		padding: 20px;
		background: #fff;
		box-shadow: 0 0 10px #e6e6e6;
		-webkit-box-shadow: 0 0 10px #e6e6e6;
		-moz-box-shadow: 0 0 10px #e6e6e6;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	.publicHeader .navItemDownloadApp:hover .download_pop {
		display: block;
	}
	.publicHeader .navItemDownloadApp .download_pop .pic {
		width: 116px;
		height: 116px;
		overflow: hidden;
	}
	.publicHeader .navItemDownloadApp .download_pop .download_infor {
		width: 185px;
	}
	.publicHeader .navItemDownloadApp .download_pop .download_infor p {
		font-size: 14px;
		color: #666666;
	}
	.publicHeader .navItemDownloadApp .download_pop .download_infor .download_link {
		display: inline-block;
		margin: 12px 0 0 0;
	}
	.publicHeader .navItemDownloadApp .download_pop .download_infor .download_link:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
	
	.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;
	}
	/*public header style end*/

	/*public footer style start*/
	.publicFooter {
		background: #444547;
		line-height: 34px;
		overflow: hidden;
	}
	.publicFooter .content {
		width: 1200px;
		margin: 0 auto;
	}
	.publicFooter .content:after { 
		content:"."; 
		display:block; 
		clear:both; 
		height:0;
		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*/
	
}

