@charset "utf-8";

.ovfHiden{overflow: hidden;height: 100%;}
/*首页页面头部*/
.mindextop{
    /*padding: 0px 10px;*/
    background: #5ca4ec;
    height: 40px;
    position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 8990;
}
.mtopleft{
    display: block;
    width: 25px;
    height: 20px;
    position: absolute;
    top:10px;
    left: 10px;
    
}
.toplogo{
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}
.toplogo img{
	margin-top:4px;
}
.mtopright{
    display: block;
    color: #fff;
    position: absolute;
    right: 10px;
    top:8px;
    border-radius: 50%;
    width:24px;
    height:24px;
    overflow: hidden;
}
.mtopright img{
	border-radius: 50%;
    width:24px;
    height:24px;
    overflow: hidden;
}
.mtopright01{
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
}
.my-center{
	width:100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	z-index: 9999;
    display: none;

}
.my-cen{
	width:100%;
	height:100%;
	background: rgba(0,0,0,.3);
	position: fixed;
	top:0;
	left:0;
    display: none;
}
.my-centercon{
	background: #fff;
	width:1.2rem;
	height:100%;
	position: absolute;
	top:0;
	right:-1.2rem;	
}
.my-centertop{
	padding:28px 0 15px 0;
	border-bottom: 1px solid #dfdfdf;
}
.already-in{
	display: block;
}
.log-out{
	display: none;
}
.head-portrait{
	width:45px;
	height:45px;
	margin:0 auto;
	overflow: hidden;
	border-radius: 50%;
}
.head-portrait img{
	width:45px;
	height:45px;
	display: block;
	overflow: hidden;
	border-radius: 50%;
}
.my-centername{
	font-size:12px;
	color: #229edb;
	line-height: 16px;
	margin:6px auto 0 auto;
	width:82px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.please-login{
	display: block;
	font-size:12px;
	color: #229edb;
	line-height: 16px;
	margin:6px auto 0 auto;
	width:82px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.my-centerli{
	border-bottom: 1px solid #dfdfdf;
	padding-left:10px;
	height:39px;
}
.my-centerli a{
	display: block;
}
.my-centerli a p{
	background: url(../m_images/my-centericon01.png) no-repeat 0 10px;
	background-size: 18px 16px;
	display: block;
	font-size:13px;
	color: #000;
	line-height: 39px;
	padding-left:24px;
}
.my-centerli a .m-c{
	background: url(../m_images/my-centericon02.png) no-repeat 0 11px;
	background-size: 18px 16px;
	display: block;
	font-size:13px;
	color: #000;
	line-height: 39px;
	padding-left:24px;
}
.my-centerli a .m-d{
	background: url(../m_images/my-centericon03.png) no-repeat 0 10px;
	background-size: 18px 16px;
	display: block;
	font-size:13px;
	color: #000;
	line-height: 39px;
	padding-left:24px;
}
.my-centerli a .x-k{
	background: url(../m_images/my-centericon04.png) no-repeat 0 13px;
	background-size: 18px 13px;
	display: block;
	font-size:13px;
	color: #000;
	line-height: 39px;
	padding-left:24px;
}
.my-centerli a .ji-huo{
	background: url(../m_images/my-centericon05.png) no-repeat 0 11px;
	background-size: 18px 16px;
	display: block;
	font-size:13px;
	color: #000;
	line-height: 39px;
	padding-left:24px;
}
.my-centerli a .m-hong{
	background: url(../m_images/my-centericon06.png) no-repeat 0 11px;
	background-size: 18px 16px;
	display: block;
	font-size:13px;
	color: #000;
	line-height: 39px;
	padding-left:24px;
}
.my-centerli a .ge-r{
	background: url(../m_images/my-centericon07.png) no-repeat 0 12px;
	background-size: 15px 15px;
	display: block;
	font-size:13px;
	color: #000;
	line-height: 39px;
	padding-left:24px;
}
.my-centerli a .t-chu{
	background: url(../m_images/my-centericon08.png) no-repeat 0 12px;
	background-size: 15px 15px;
	display: block;
	font-size:13px;
	color: #fd3f3f;
	line-height: 39px;
	padding-left:24px;
}
.my-centerli a:active p{
	color: #5ca4ec;
}
.goback {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    top: 12px;
    left: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}



