@charset "utf-8";

/* 导航 开始 */
.navBox {
	background-color: #FFFFFF;
	height: 60px;
	line-height: 60px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 2px 3px 6px 0px #F2F2F2;
}

.nav a {
	font-size: 16px;
	margin-right: 20px;
}

.nav a:hover {
	color: #f5872d;
}

.loginIn {
	border: 1px solid #CCCCCC;
	border-radius: 15px;
	padding: 3px 15px;
}

.loginTitle {
	font-size: 16px;
	color: #6B6B6B;
	line-height: 80px;
}

.clickPopup {
	position: relative;
}

/* 点击头像下拉 */
.navRight{
	position: relative;
}
.photo{
	margin-left: 15px;
	position: relative;
}

.vip{
	width: 30px;
	height: 30px;
}
.vipRz{
	position: absolute;
	bottom: -10px;
	right: -5px;
}
#divTop {
	position: absolute;
	display: none;
	width: 100px;
	background: #fff;
	right: 0;
	top: 60px;
	text-align: center;
}

#divTop li:hover {
	background-color: #FFF6F0;
	padding: 0 15px;
	position: relative;
}
/* 登录 */
.tit span {
	font-size: 16px;
	margin-bottom: 15px;
	margin-right: 15px;
	padding-bottom: 8px;
	text-align: center;
	cursor: pointer;
}

.con li {
	display: none;
}

.tit span.select {
	color: #f5872d;
	border-bottom: 2px solid #f5872d;
}

.con li.showIn {
	display: block;
}

.forget {
	cursor: pointer;
}

.send,
.dis,
.input{
	position: absolute;
	right: 25px;
	top: 8px;
	background: none;
	border: none !important;
	cursor: pointer;
	text-align: right;
}

.login {
	width: 100%;
	background-color: #f5872d;
	font-size: 16px;
	border-radius: 6px;
	border: none;
}

.login:hover {
	background-color: #f5872d;
	color: #fff;
}

/*复选*/
.check_box {
	display: inline-block;
	position: relative;
}

.check_box label {
	width: 17px;
	height: 17px;
	position: absolute;
	top: 2px;
	left: -2px;
	border: 2px solid #cacaca;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	margin-bottom: 0;
}

.check_box label:hover {
	border: 2px solid #f5872d;
}

.check_box label:after {
	content: '';
	width: 8px;
	height: 4px;
	position: absolute;
	top: 4px;
	left: 3px;
	border: 2px solid #cacaca;
	border-top: none;
	border-right: none;
	opacity: 0.4;
	transform: rotate(-45deg);
}

.check_box label:hover:after {
	border: 2px solid #f5872d;
	border-top: none;
	border-right: none;
}

.check_box input:checked+label {
	border: 2px solid #f5872d;
}

.check_box input:checked+label:after {
	opacity: 1;
	border: 2px solid #f5872d;
	border-top: none;
	border-right: none;
}

.check_box em {
	margin: 0 0 0 5px;
}

.footer{
	padding: 15px 0 30px;
	margin-top: 60px;
}
.footLogo{
	overflow: hidden;
}
.footer span{
	margin-right: 5px;
}

/* 返回顶部 */
#back-top {
	position:fixed;
	width:60px;
	height:60px;
	bottom:160px;
	right:30px;
	background:#fff;
	text-align:center;
	line-height:60px;
	text-decoration:none;
}
.modalWidth340 {
	width: 340px!important;
}
.number {
	position: relative;
	padding: 0 15px;
}
.copyright{
	padding-top: 30px;
	margin-top: 15px;
	border-top: 1px solid #F5F7FA;
}
.marginTop20{
	margin-top: 20px;
}
.informationIcon{
	position: relative;
}
.informationActive{
	position: absolute;
	top: 0;
	right: 0;
	background-color: #E60000;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}