﻿header {
	height: 78px;
	line-height: 78px;
	padding: 1px 0;
	background: #ffffff;
	-moz-box-shadow: 0px 2px 10px #E7E7E7;
	-webkit-box-shadow: 0px 2px 10px #E7E7E7;
	box-shadow: 0px 2px 10px #E7E7E7;
}

header>div {
	width: 1000px;
	height: 78px;
	line-height: 78px;
	margin: 0 auto;
	position: relative;
}

header img {
	width: 108px;
	/*height: 43px;*/
	padding: 18px 0;
}

header img,
#nav,
#nav li {
	float: left;
	line-height: 66px;
	display: inline-block;
	vertical-align: middle;
}

#nav {
	margin-left: 28px;
}

#nav li {
	font-size: 18px;
	cursor: pointer;
}

#nav li p {
	color: #333333;
	width: auto;
	height: auto;
	line-height: 30px;
	padding: 25px 20px;
}

#nav li p:hover {
	color: #3696FF !important;
}

.activeNav {
	font-weight: bold;
	font-family: helvetica;
	text-align: center;
	color: #2664FF;
	background: -webkit-linear-gradient(left, #2664FF, #41C4FE);
	background: -moz-linear-gradient(left, #2664FF, #41C4FE);
	background: -o-linear-gradient(left, #2664FF, #41C4FE);
	/*background: -ms-linear-gradient(left, #2664FF, #41C4FE);*/
	background: linear-gradient(left, #2664FF, #41C4FE);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2664FF, endcolorstr=#41C4FE, gradientType=1);
	/* 背景色渐变 */
	-webkit-background-clip: text;
	/* 规定背景的划分区域 */
	-webkit-text-fill-color: transparent;
	/* 防止字体颜色覆盖 */
}

.userLogin {
	float: right;
	line-height: 20px;
	padding: 25px 0;
}

.userLogin img {
	width: 30px;
	height: 30px;
	padding: 0 8px;
	cursor: pointer;
	border-radius: 50%;
}

.userLogin p {
	margin-top: 5px;
	font-size: 18px;
	float: left;
	padding: 0 8px;
	cursor: pointer;
	border-right: 1px solid #CCCCCC;
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	user-select: none;
}

.userLogin p:first-of-type {
	padding-left: 0px;
}

.userLogin p:last-of-type {
	border-right: none;
	/*width: 94px;*/
	height: 30px;
	padding-right: 0px !important;
}

.userName {
	width: 144px !important;
	display: none;
	padding-left: 8px !important;
	cursor: pointer;
	margin-top: 0px !important;
	position: relative;
}

.userMassage {
	position: absolute;
	left: 30px;
	top: -12px;
	display: none;
}

.userMassage2 {
	display: none;
}

.Nickname {
	width: 94px;
	font-size: 16px !important;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 !important;
	margin-left: 8px;
	text-align: left;
}

.userName>img {
	padding: 0 !important;
}

.userName:hover .Nickname {
	color: #3696FF;
}

.userName:hover #triangle-up {
	border-top: 8px solid #3696FF;
}

#triangle-up {
	width: 0;
	height: 0;
	margin-top: 12px;
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #2F2F30;
}

.APPdownImg {
	display: none;
	position: absolute;
	right: 134px;
	top: 80px;
	z-index: 999;
}

.downBox {
	position: relative;
	width: 145px;
	height: 145px;
	background: #fff;
	line-height: 8px;
	font-size: 16px;
	text-align: center;
	box-shadow: 2px 2px 36px #E7E7E7;
}

.downBox:after {
	position: absolute;
	display: inline-block;
	top: -11px;
	left: 63px;
	width: 0;
	height: 0px;
	content: '';
	border-style: solid;
	border-width: 13px;
	border-color: #fff #fff transparent transparent;
	transform: rotate(-45deg);
	box-shadow: 2px -2px 2px #E7E7E7;
}

.downBox>img {
	width: 107px !important;
	height: 107px !important;
	padding: 8px 19.5px !important;
}

.userInfo {
	display: none;
	position: absolute;
	right: 14px;
	top: 80px;
	z-index: 999;
}

.InfoBox {
	position: relative;
	width: 120px;
	height: auto;
	background: #fff;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	box-shadow: 2px 2px 36px #E7E7E7;
}

.InfoBox:after {
	position: absolute;
	display: inline-block;
	top: -11px;
	left: 49px;
	width: 0;
	height: 0px;
	content: '';
	border-style: solid;
	border-width: 13px;
	border-color: #fff #fff transparent transparent;
	transform: rotate(-45deg);
	box-shadow: 2px -2px 2px #E7E7E7;
}

.InfoBox ul li {
	cursor: pointer;
	border-bottom: 1px solid #CCCCCC;
}

.InfoBox ul li a {
	color: #333333 !important;
	display: block;
	padding: 10px 0;
	position: relative;
}

.InfoBox ul li a>img {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0px;
	top: -16px;
}

.InfoBox ul li:hover a {
	color: #3696FF !important;
}

.InfoBox ul li:last-of-type {
	border-bottom: none;
}


/*成功*/

#success {
	width: 122px;
	height: 122px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 5px;
	position: fixed;
	left: 45%;
	top: 295px;
	display: none;
	text-align: center;
	font-size: 18px;
	box-shadow: 2px 2px 36px #E7E7E7;
	z-index: 1002;
}

#success>img {
	width: 60px;
	height: auto;
	text-align: center;
	margin-top: 20px;
}


/*页脚*/

.footer {
	width: 100%;
	padding: 40px 0;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background: #FFFFFF;
	margin-top: 20px;
}


/*退出账号*/

#popWindow,
#setUp {
	width: 380px;
	height: 195px;
	text-align: center;
	position: fixed;
	left: 40%;
	top: 30%;
	display: none;
	background: #FFFFFF;
	border-radius: 2px;
	z-index: 1002;
	box-shadow: 2px 2px 36px #E7E7E7;
}

#popWindow>img,
#setUp>img {
	cursor: pointer;
	position: absolute;
	right: 8px;
	top: 8px;
}

#popWindow>p,
#setUp>p {
	font-size: 22px;
	margin-top: 18%;
}

#popWindow>div,
#setUp>div {
	width: 190px;
	height: 45px;
	color: #FFFFFF;
	float: left;
	font-size: 18px;
	line-height: 45px;
	margin-top: 53px;
	cursor: pointer;
}

#popWindow>div:first-of-type,
#setUp>div:first-of-type {
	background: #828282;
	border-radius: 0 0 0 2px;
}

#popWindow>div:last-of-type,
#setUp>div:last-of-type {
	background: #055FD5;
	border-radius: 0 0 2px 0;
}

#setUp>div a {
	display: block;
	color: #FFFFFF;
}

/*遮罩层*/
#mengban {
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .3;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}


#otherLogin {
	width: 235px;
	height: 122px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 5px;
	position: fixed;
	left: 42%;
	top: 295px;
	display: none;
	text-align: center;
	font-size: 18px;
	box-shadow: 2px 2px 36px #E7E7E7;
	z-index: 1002;
}

#otherLogin>p {
	margin-top: 25px
}