/* CSS Document */

/*
	z-index:  max value 1000;
	popElement: z-index set 9999
	other page position element set < 9999
*/

/*public header style start*/
.wrap{
	width:1200px;
	margin:0 auto;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
/*顶部联系方式*/
.topLink{
	height:56px;
	line-height:56px;
	color:#FFF;
	font-size:16px;
	text-align:right;
	background:#004990;
}
.topLink .content{
	margin: 0 auto;
	width: 1200px;
}
.topLink .content p{
	display:inline-block;
	margin:0 7px 0 45px;
}
.topLink .content a{
	color:#FFF;
}
.publicHeader {
	background: #fff;
	border-bottom: solid 1px #eaeaec;
}
.publicHeader .content {
	width: 1200px;
	height: 92px;
	margin: 0 auto;
}
.publicHeader .content:after { 
	content:"."; 
	display:block; 
	clear:both; 
	height:0; 
	overflow:hidden;
}

.publicHeaderOther {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}
.topFiexdSpace {
	padding-top: 93px;
}

.publicHeaderOther .logoLink {
	margin: 28px 0 0 0;
}
.publicHeaderOther .searchBox {
	width: 303px;
	height: 36px;
	border: solid 1px #eaeaec;
	margin: 27px 40px 0 0;
}
.publicHeaderOther .searchBox .searchInput {
	height: 36px;
	width: 230px;
	padding: 0 10px;
	font-size: 16px;
	color: #333;
}
.publicHeaderOther .searchBox input::-webkit-input-placeholder{
	opacity: 1;
	color: #9c9ca4;
}
.publicHeaderOther .searchBox input::-moz-placeholder{
	opacity: 1;
	color: #9c9ca4;
}
.publicHeaderOther .searchBox input:-moz-placeholder{
	opacity: 1;
	color: #9c9ca4;
}
.publicHeaderOther .searchBox input:-ms-input-placeholder{
	opacity: 1;
	color: #9c9ca4;
}
.publicHeaderOther .searchBox .searchBtn {
	width: 42px;
	height: 26px;
	background: url("../images/public/searchIcon.png") no-repeat center;
	border-left: solid 1px #eaeaec;
	margin: 5px 0 0 0;
}
.publicHeaderOther .navLink {
	font-size: 18px;
	color: #202242;
	line-height: 92px;
	margin: 0 22px;
}
.publicHeaderOther .navLink:hover {
	color: #eba146;
}
.publicHeaderOther .loginRelevant {
	margin: 0 0 0 28px;
}
.publicHeaderOther .loginRelevant .loginState01 {
	width: 92px;
	height: 26px;
	display: inline-block;
	background: #eba146 url("../images/public/loginRegister.png") no-repeat center 16px;
	padding: 66px 0 0 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.publicHeaderOther .loginRelevant .loginState01:hover {
	background-color: #f3b466;
}

.publicHeaderOther .loginRelevant .loginState02 {
    background: #eba146;
    position: relative;
    background: #eba146 url(../images/public/defaultHeadPic.png) no-repeat 22px 20px;
}

.publicHeaderOther .loginRelevant .loginState02 .headerPic {
    width: 50px;
    height: 50px;
    left: 22px;
    top: 19px;
}

.ab {
    position: absolute;
    z-index: 1;
}
.radius50 {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}



/*public header style end*/

/*public footer style start*/

.publicFooter {
	background: #1f345f;
}
.publicFooter .content {
	width: 1200px;
	margin: 0 auto;
}
.publicFooter .content:after { 
	content:"."; 
	display:block; 
	clear:both; 
	height:0; 
	overflow:hidden;
}

.publicFooterOther {
	background: #0b2d4e;
}
.publicFooterOther .content {
	padding: 28px 0 20px 0;
}
.publicFooterOther .footerContent .linkeItem,
.publicFooterOther .footerContent .linkeItem a {
	color: #fff;
	font-size: 14px;
}
.publicFooterOther .footerContent .linkeItem span {
	margin: 0 5px;
}
.publicFooterOther .footerContent .copyRight {
	color: #8daccb;
	font-size: 12px;
	padding: 16px 0 0 0;
	line-height: 24px;
}

/*public footer style end*/
/*关联词*/
.relatedWords{
	padding-top:24px;
	background:url(../images/news/linkIcon.png) no-repeat 10px top;
}
.relatedWords.noBg{
	padding-top:5px;
	background:none;
}
.relatedWords a{
	line-height:20px;
	color:#326ba3;
	font-size:14px;
	padding: 0 10px;
	margin:0 15px 10px 0;
	background:#eaf1f7;
	display:inline-block;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.relatedWords.margin-sm a{
	padding: 0 7px;
	margin:0 12px 10px 0;
}
.relatedWords.other a{
	min-width:76px;
	line-height:28px;
	color:#FFF;
	font-size:16px;
	text-align: center;
	padding: 0 10px;
	margin:0 10px 10px 0;
	background:#8daccb;
	border-radius:14px;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
}
/*相关操作*/
.newsOperation{
	font-size:14px;
	text-align:right;
	border-bottom: solid 1px #ececec;
}
.newsOperation.other{
	font-size:12px;
	text-align:left;
	border-bottom:none;
}
.newsOperation.other p{
	color:#a0a0a6;
	margin-left:15px
}
.newsOperation p{
	color:#717183;
	display:inline-block;
	margin-left:20px
}
.newsOperation p .icon{
	width:30px;
	height:30px;
	background-image:url(../images/news/infoIcon.png);
	background-repeat:no-repeat;
	background-size:180px 30px;
	display:inline-block;
	vertical-align:middle;
	margin:0 -2px 2px 0;
}
/*点赞*/
.newsOperation p.praise .icon{
	background-position:0 0;
}
/*收藏*/
.newsOperation p.collect .icon{
	background-position:-30px 0;
}
/*举报*/
.newsOperation p.report .icon{
	background-position:-60px 0;
}
/*播放次数*/
.newsOperation p.play .icon{
	background-position:-90px 0;
}
/*购买*/
.newsOperation p.buy .icon{
	background-position:-120px 0;
}
/*购买*/
.newsOperation p.comment .icon{
	background-position:-150px 0;
}
/*帮助小按钮*/
.help-mark{	
	width:16px;
	height:16px;
	line-height:16px;
	font-size:13px;
	color:#3197fc;
	text-align:center;
	cursor: pointer;
	border:solid 1px #3197fc;
	display:inline-block;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	margin-left:10px;
	position:relative;
}
.help-mark:hover > .help-content{
	display:block;
}
.help-mark .help-content{
	position:absolute;
	top:25px;
	left:-35px;
	z-index:2;	
	display:none;
	background:#FFF;
}
.help-mark .help-content .item{
	position:relative;
	width:160px;
	color:#eba146;
	font-size:12px;
	line-height:18px;
	padding:6px 5px;
	text-align:left;
	border:solid 1px #eba146;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.help-mark .help-content .item:before{
	content:"";
	width:8px;
	height:8px;	
	border-left:solid 1px #eba146;
	border-top:solid 1px #eba146;
	background:#FFF;
	position:absolute;
	top:-6px;
	left:36px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
.help-mark.grey{
	color:#07070a;
	border:solid 1px #07070a;
}
.help-mark.grey .help-content{
	position:absolute;
	top:30px;
	left:-35px;	
}
.help-mark.grey .help-content .item{
	width:320px;	
	color:#848693;
	font-size:14px;
	padding:10px 15px 0;
	border:solid 1px #848693;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
.help-mark.grey .help-content .item:before{
	width:14px;
	height:14px;	
	border-left:solid 1px #848693;
	border-top:solid 1px #848693;
	top:-8px;
	left:36px;
}
/*查看更多*/
.newsShowMore{
	line-height:36px;
	color:#a0a0a6;
	font-size:14px;
	text-align:center;
	display:block;
	margin-bottom:30px;
	background:#f3f3f3;
}
.newsShowMore.lg{
	line-height:60px;
	color:#939393;
	font-size:16px;
	margin-bottom:60px;
	background:#f3f4f6;
}
.newsShowMore.other{
	line-height:50px;
	font-size:20px;
	margin-bottom:40px;
	background:#fafafa;
}
.newsShowMore.other.blue{
	font-size:16px;
	color:#004990;
}
/*资讯模块标题*/
.newsBoxTitle{
	padding-bottom:5px;	
}
.newsBoxTitle .newsTypeName{
	line-height:44px;	
	color:#004990;
	font-size:22px;
	font-weight:normal;
}
.newsBoxTitle a{
	line-height:34px;	
	color:#a0a0a6;
	font-size:16px;
	margin:4px 0;
	padding-right:12px;
	background:url(../images/news/iconRight.png) no-repeat center right;
}
/*资讯推荐和相关课程*/
.newsTopOther li{
	position:relative;
	background:#f8f8fa;
	margin-bottom:17px;
}
.newsTopOther li .mark{
	position:absolute;
	top:0;
	left:0;
	z-index: 1;
	width:24px;
	height:20px;
	line-height:20px;
	text-align:center;
	color:rgba(255,255,255,.99);
	font-style:italic;
	padding:0 5px 2px 0;
	background:url(../images/news/rankIcon2.png) no-repeat;
}
.newsTopOther li .imgBox{
	position:relative;
	float:left;
}
.newsTopOther li .img{
	width:109px;
	height:62px;	
}
/*资讯关注数*/
.totalConcern{
	position:absolute;
	right:4px;
	bottom:5px;
	max-width:80%;
	line-height:14px;
	color:#FFF;
	font-size:10px;
	padding:0 4px 0 0;
	display:inline-block;
	background:rgba(0,0,0,.6);
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}
.totalConcern.lg{
	right:5px;
	line-height:22px;
	font-size:14px;
	padding:0 10px 0 5px;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
}
.totalConcern.lg.playTimes:before{
	margin:0 4px 3px 8px;
	border-left:solid 7px #FFF;
	border-top:solid 5px transparent;
	border-bottom:solid 5px transparent;
}
.totalConcern.lg.auditionTimes:before{
	width:16px;
	height:13px;
	margin:0 5px 4px 5px;
}
.totalConcern.lg.totalTimes{
	width:62px;
}
.totalConcern.lg.totalTimes p span{
	padding-top:50px;
}
.totalConcern.lg.totalTimes p:before{
	width:26px;
	height:26px;
	bottom: 56px;
	margin-right:-13px;
}
/*播放次数*/
.totalConcern.playTimes:before{
	content:"";
	width:0;
	height:0;
	margin:0 4px 4px 8px;
	display:inline-block;
	vertical-align:middle;
	border-left:solid 4px #FFF;
	border-top:solid 4px transparent;
	border-bottom:solid 4px transparent;
}
/*试听次数*/
.totalConcern.auditionTimes:before{
	content:"";
	width:9px;
	height:8px;
	margin:0 2px 4px 5px;
	display:inline-block;
	vertical-align:middle;
	background:url(../images/teacher/listIcon02.png) no-repeat;
	background-size:100% 100%;
}
/*播放或试听总数*/
.totalConcern.totalTimes{
	top:0;
	right:0;
	bottom:0;
	width:28px;
	max-width:auto;
	padding:0;
	display:inline-block;
	background:rgba(0,0,0,.6);
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
.totalConcern.totalTimes p{
	position:relative;
	height:100%;
	text-align:center;
}
.totalConcern.totalTimes p span{
	display:inline-block;
	padding-top:10px;
}
.totalConcern.totalTimes p:before{
	content:"";
	width:14px;
	height:14px;
	display:inline-block;
	background:url(../images/teacher/listIcon03.png) no-repeat;
	background-size:100% 100%;
	position: absolute;
	bottom: 20px;
	right:50%;
	margin-right:-7px;
}
.newsTopOther li .content{
	width:124px;
	line-height:22px;
	padding:6px 10px 0 12px;
	font-size:12px;
	float:right;
}
.newsTopOther li .content .title,.newsTopOther li .content .source{
	white-space:nowrap;
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis;
	overflow:hidden;
}
.newsTopOther li .content .title{
	color:#3a3c5d;
	font-size:14px;
	margin-bottom:7px;
}
.newsTopOther li .content .source{
	max-width:80px;
	color:#004990;
}
.newsTopOther li .content .time,.newsTopOther li .content .buyCount{
	color:#a0a0a6;
}
.newsTopOther li .content .price{
	color:#eba146;
	font-size:16px;
}
/*商城模块标题*/
.productItem .itemTitle{
	line-height:36px;
	color:#004990;
	font-size:24px;
	font-weight:normal;
	padding:6px 0 8px;
	position:relative;
	border-bottom:solid 1px #eef1f5;
}
.productItem .itemTitle.font-lg{
	line-height:48px;
	font-size:34px;
	font-weight:700;
}
.productItem .itemTitle.font-lg:before{
	width:136px;
}
.productItem .itemTitle.recommend:before{
	width:340px;
}
.productItem .itemTitle:before{
	content:"";
	width:100px;
	height:3px;
	background:#eba146;
	position:absolute;
	bottom:-1px;
	left:0;
}
.productItem .itemTitle .marginRt{
	margin-right:30px;
	display:inline-block;
}
.productItem .itemTitle .nav{	
	height:32px;
	line-height:32px;	
	font-size:16px;
	font-weight:normal;
	margin-left:10px;
	margin-top:10px;
}
.productItem .itemTitle .nav a{
	color:#717183;
	display:inline-block;
	margin:0 25px;
}
.productItem .itemTitle .nav a.on{		
	padding:0 10px;
	background:#eef1f5;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
}
.productItem .itemTitle .more{
	color:#004990;
	font-size:16px;
	font-weight:normal;
	margin-top:1px;
}
/*课程列表*/
.productCourse{
	margin:30px 0 10px;
}
.productCourse.lg li{
	width:280px;
	height:290px;
	margin-right:26px;
}
.productCourse.lg.height-sm{
	margin:30px 0 0;
}
.productCourse.lg.height-sm li{
	height:260px;
	margin-bottom:0;
}
.productCourse.lg.height-sm li .title{
	margin-bottom:10px;
}
.productCourse.lg.class li:nth-of-type(3n+3){
	margin-right:0;
}
.productCourse.lg.class li:nth-of-type(4n+4){
	margin-right:26px;
}
.productCourse.lg li .imgBox{
	height:160px;
}
.productCourse.lg li .info{	
	padding:8px 10px 18px 10px;
}
.productCourse.lg li .count{
	padding:2px 0 0 6px;
}
.productCourse.lg li .title{
	font-size:16px;
}
.productCourse.lg.other li:nth-of-type(1){
	width:586px;
}
.productCourse.lg.other li:nth-of-type(4n+3){
	margin-right:0;
}
.productCourse.lg.other li:nth-of-type(4n+4){
	margin-right:26px;
}
.productCourse.lg.other li:nth-of-type(1) .imgBox{
	height:205px;
}
.productCourse.lg.other li:nth-of-type(1) .info{	
	padding:7px 10px 18px 10px;
}
.productCourse.lg.other li:nth-of-type(1) .title{
	height:28px;
	line-height:28px;
	margin-bottom:10px;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	word-break: break-all;
}
.productCourse.lg.other li .text{
	line-height:24px;
}
.productCourse.lg.other li:nth-of-type(1) .priceBox{
	margin-top:0;
}
.productCourse.lg.other li .count{
	padding:2px 30px 0 15px;
}
.productCourse li{
	width:216px;
	height:255px;	
	margin-right:17px;
	margin-bottom:22px;
	background:#fafafa;
	float:left;
}
.productCourse li .imgBox{
	height:122px;
	position:relative;
}
.productCourse li .imgBox .img{
	width:100%;
	height:100%;
}
.productCourse li:nth-of-type(4n+4){
	margin-right:0;
}
.productCourse li .info{	
	padding:13px 5px 18px 10px;
}
.productCourse li .title{
	height:44px;
	line-height:22px;
	font-size:14px;
	color:#3a3c5d;
	font-weight:normal;
	margin-bottom:5px;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
}
.productCourse li .text{
	line-height:22px;
	color:#a0a0a6;
	font-size:14px;
}
.productCourse li .text span:nth-of-type(2){
	position:relative;
	padding-left:20px;
}
.productCourse li .text span:nth-of-type(2):before{
	content:"";
	width:1px;
	height:12px;
	background:#a0a0a6;
	position:absolute;
	left:11px;
	top:50%;
	margin-top:-5px;
}
.productCourse li .text span:nth-of-type(3){
	 position:relative;
	 padding-left:20px;
}
.productCourse li .text span:nth-of-type(3):after{
 content:"";
 width:1px;
 height:12px;
 background:#a0a0a6;
 position:absolute;
 left:8px;
 top:50%;
 margin-top:-5px;
}
.productCourse li .priceBox{
	line-height:24px;
	font-size:14px;
	margin-top:9px;
}
.productCourse li .price {	
	color:#eba146;
	font-size:12px;
}
.productCourse li .price span{	
	font-size:20px;
}
.productCourse li .count{
	color:#a0a0a6;
	padding:2px 0 0 3px;
}
.productCourse li .buyBtn{
	width:78px;
	color:#fef79d;
	text-align:center;
	background:#eba146;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	cursor:pointer;
}
/*分页*/
.pagingBox{
	text-align:center;
}
.pagingBox ul{ 
	font-size:0;
	display:inline-block;
	border-radius:2px;
	margin-bottom:68px;
	border-left:solid 1px #e6e0e4;
	overflow:hidden;	
}
.pagingBox ul li{
	height:28px;
	line-height:28px;
	color:#333;
	font-size:12px;
	cursor: pointer;
	display:inline-block;
	border-top:solid 1px #e6e0e4;
	border-bottom:solid 1px #e6e0e4;
	border-right:solid 1px #e6e0e4;
	padding:0 15px;
}
.pagingBox ul li.on{
	color:#FFF;
	border-top:solid 1px #4a91e3;
	border-bottom:solid 1px #4a91e3;
	border-right:solid 1px #4a91e3;
	background:#4a91e3;
}
.pagingBox ul li.number,.pagingBox ul li.text{
	cursor:auto;
}
.pagingBox ul li.number{
	padding:0 5px;
}
.pagingBox ul li.number input{
	width:30px;
	height:22px;
	text-align:center;
}
.pagingBox ul li.number input[type=number] {  
    -moz-appearance:textfield;  
}  
.pagingBox ul li.number input[type=number]::-webkit-inner-spin-button,  
.pagingBox ul li.number input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
}
.pagingBox ul li.text{
	color:#999;
	border:0;
}
.pagingBox ul li.text.padding-sm{
	padding:0 10px;
}
.pagingBox ul li.number,.pagingBox ul li.btn{
	border:solid 1px #e6e0e4;
	border-radius:2px;
}
/*分页样式2*/
.pagingPart{
	margin:20px 0 120px;
	text-align:center;
}
.pagingPart ul{ 
	font-size:0;
	display:inline-block;
	overflow:hidden;	
}
.pagingPart ul li{
	width:50px;
	height:50px;
	line-height:50px;
	color:#a1a0a6;
	font-size:28px;
	text-align:center;
	cursor: pointer;
	display:inline-block;
	vertical-align:middle;
	border:solid 1px #ececec;
	margin:0 10px;
}
.pagingPart ul li.on{
	color:#004990;
	border:solid 1px #004990;
}
.pagingPart ul li.more{
	height:32px;
	line-height:32px;
	padding-bottom:17px;
}
.pagingPart ul li.prev,.pagingPart ul li.next{
	background:url(../images/public/iconRt.png) no-repeat center center;
	background-size:15px 26px;
}
.pagingPart ul li.prev{
	transform:rotateY(-180deg);
	-webkit-transform:rotateY(-180deg);
	-moz-transform:rotateY(-180deg);
	-ms-transform:rotateY(-180deg);
}
/*浮在右侧的操作区域*/
.operationFixed{
	position:fixed;
	top:30%;
	right:0;
	border:solid 1px #ececec;
	background:rgba(255,255,255,.9);
	z-index:300;
}
.operationFixed li{
	width:78px;
	height:78px;
	cursor:pointer;
	position:relative;
	border-bottom:solid 1px #ececec;
}
.operationFixed li:last-of-type(1){
	border-bottom:none;
}
.operationFixed li:before{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
	width:50px;
	height:50px;
	display:block;
	background:url(../images/public/icon1.png) no-repeat;
	background-size:200px 50px;
}
/*返回顶部*/
.operationFixed li.backTop:before{
	background-position:0 0;
}
/*客服*/
.operationFixed li.service:before{
	background-position:-50px 0;
}
/*反馈*/
.operationFixed li.feedback:before{
	background-position:-100px 0;
}
/*微信*/
.operationFixed li.weChat:before{
	background-position:-150px 0;
}
@media screen and (max-width:1400px ) {
	.operationFixed{
		-moz-transform:scale(.6); 
		-webkit-transform:scale(.6); 
		-o-transform:scale(.6); 
		transform:scale(.6); 
	}
}
/*人气讲师*/
.popularLecturer li{
	position:relative;
	padding:86px 15px 15px 28px;
	margin:70px 0 20px;
	background:#fafafa;
}
.popularLecturer li:nth-of-type(1){
	margin:50px 0 20px;
}
.popularLecturer li .user{
	position:absolute;
	top:-38px;
	left:10px;
	right:10px;	
}
.popularLecturer li .user .photo{
	width:70px;
	height:70px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	display:block;
	margin:0 auto;
}
.popularLecturer li .user .name{
	margin-top:13px;
	color:#3e3a39;
	font-size:18px;
	text-align:center;
}
.popularLecturer li .info{
	line-height:28px;
	color:#a1a0a6;
	font-size:14px;
}
.popularLecturer.other li{
	padding:20px 10px 15px 20px;
	margin:0 0 20px;
}
.popularLecturer.other li .user{
	position:static;
	top:auto;
	left:auto;
	right:auto;	
}
.popularLecturer.other li .user .photo{
	display:inline-block;
	vertical-align:middle;
	margin:0 30px 0 0;
}
.popularLecturer.other li .user .name{
	line-height:70px;
	margin-top:0;
	color:#3a3c5b;
	font-size:16px;
	text-align:left;
	display:inline-block;
}
.popularLecturer.other li .info{
	line-height:28px;
	color:#a1a0a6;
	font-size:14px;
	margin-top:15px;
}
/*弹窗*/
.popupFixed{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:200;
	background:rgba(0,0,0,.8);
}
/*登录模块*/
.loginFixed{
	width:390px;
	position:fixed;
	top:50%;
	left:50%;
	z-index:500;
	background:#FFF;
	margin-left:-195px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}
.loginFixed .content{
	padding:23px 10px 14px 38px;
}
.loginFixed .user{
	padding:10px 10px 32px 0;
}
.loginFixed .user .photo{
	width:76px;
	height:76px;
	display:inline-block;
	vertical-align:middle;
	margin-right:24px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
.loginFixed .user .name{
	max-width:200px;
	line-height:76px;
	color:#333;
	font-size:20px;	
	display:inline-block;	
}
.loginFixed .operation{
	padding-left:14px;
}
.loginFixed .operation li{
	width:50%;
	line-height:38px;
	color:#333;
	font-size:18px;
	margin-bottom:24px;	
	float:left;	
}
.loginFixed .operation li p{
	display:inline-block;
	cursor:pointer;
}
.loginFixed .operation li p:before{
	content:"";
	width:30px;
	height:30px;
	display:inline-block;
	margin-right:13px;
	margin-bottom:2px;
	vertical-align:middle;
	background:url(../images/public/iconLogin.png) no-repeat;
	background-size:120px 30px;
}
.loginFixed .operation li.myTask p:before{
	background-position:0 0;
}
.loginFixed .operation li.myOrder p:before{
	background-position:-30px 0;
}
.loginFixed .operation li.car p:before{
	background-position:-60px 0;
}
.loginFixed .operation li.news p:before{
	background-position:-90px 0;
}
.loginFixed .operation li.spot p:after{
	content:"";
	width:6px;
	height:6px;
	background:#ff3232;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	display:inline-block;
	vertical-align:middle;
	margin-left:8px;
}
/*安全退出*/
.loginFixed .logoutBtn p{
	line-height:35px;
	color:#666;
	font-size:16px;
	cursor:pointer;
	display:inline-block;
}