/*pc 公共的头部和导航栏*/
/*头部*/
.top {
	width: 100%;
	height: 67px;
	line-height: 67px;
}
.top .pc_logo{
	display: inline-block;
	height: 47px;
	vertical-align: middle;
}
.top_pc_title {
	margin-left: 10px;
	padding: 3px 0 4px;
	padding-left: 10px;
	font-size: 16px;
	color: rgb(30, 18, 74);
	border-left: 1px solid rgb(30, 18, 74);
}

.top_pc_phone {
	text-align: right;
	font-size: 16px;
	color: rgb(51, 51, 51);
	margin-right: 1px;
}

.top_pc_phone .icon {
	margin-left: 10px;
	color: rgb(92, 89, 129);
	font-size: 16px;
}

 .top_pc_phone b {
	font-size: 20px;
	font-family: impact;
	vertical-align: top;
}
.top_pc_phone .logined_zhu {
    padding: 3px 10px;
    color: rgb(153, 153, 153);
    font-size: 14px;
    border: 1px solid rgb(220, 220, 220);
    text-align: center;
    cursor: pointer;
}

/*导航*/
.nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.nav ul {
	height: 50px;
	padding: 0;
	border-radius: 0;
}

.nav .layui-item {
	display: inline-block;
	line-height: 50px;
}
.nav .layui-item.active{
	height: 50px;
}
.nav .layui-item.active a {
	border-right: none;
}

.nav .layui-item>a {
	padding: 0 53px;
	font-size: 16px;
}


.nav .layui-item:last-child a {
	border-right: none !important;
}

/*二级菜单*/

.nav .layui-child {
	position: absolute;
	top: 50px;
	z-index: 12;
	display: none;
}

.nav .layui-item.active.on>.layui-child {
	display: block;
}

.nav .layui-child dd a {
	display: inline-block;
	width: 172px;
	text-align: center;
	font-size: 16px;
}
/*底部*/
.footer {
	position: relative;
	padding: 40px 0 20px;
}

 .footer .footer_pc_contact,
 .footer .footer_pc_contact1 {
	text-align: center;
}

 .footer .footer_pc_contact>a {
	padding: 0 40px;
	font-size: 14px;
	color: rgb(51, 51, 51);
}
 .footer .footer_pc_contact>.link {
 	position: relative;
	padding: 4px 25px;
	margin: 0 15px;
	font-size: 14px;
	color: rgb(51, 51, 51);
	border:1px solid transparent;
	cursor: pointer;
}
 .footer .footer_pc_contact>.link  .icon{
 	color: rgb(153,153,153);
 }
 .footer .footer_pc_contact>.link.on{
 	border-radius: 30px;
 }
 .footer .footer_pc_contact>.link.on div{
 	display: block;
 }
 .footer .footer_pc_contact1 {
	padding-top: 30px;
}

 .footer .footer_pc_contact1>div {
	display: inline-block;
	vertical-align: middle;
}

 .footer .footer_pc_contact1 p {
	padding: 5px 0;
	font-size: 12px;
	color: rgb(51, 51, 51);
}

 .footer .footer_pc_contact1 p:last-child,
 .footer .footer_pc_contact1 p:nth-child(4) {
	color: rgb(102, 102, 102);
}

 .footer .footer_pc_img {
	margin-left: 20px;
}
.footer .link div{
	position: absolute;
	bottom: 30px;
	left: 0;
	height: 142px;
	width: 130px;
	border-radius: 3px;
	background: #fff;
	display: none;
	overflow-y: scroll;
	overflow-x: hidden;
}
/*.footer .link div::-webkit-scrollbar{
	display: none;
}*/
.footer .link div a{
	display: block;
	height: 35px;
	line-height: 35px;
	width: 100%;
	padding: 0 5px;
	text-overflow: -o-ellipsis-lastline;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   text-align: left;
   color:rgb(51,51,51);
}
.footer .link div a:first-child{
	border-radius: 3px 3px 0 0;
}
.footer .link div a:last-child{
	border-radius: 0 0 3px 3px;
}
/*筛选*/
.screen_pc_bar{
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: rgb(102,102,102);
}
.screen_pc_bar a{
	font-size: 14px;
	padding:0 8px;
}
.screen_pc_bar a:first-child{
	padding-left: 0;
}
/*手机端公共的头部和底部*/
@media screen and (max-width: 799px) {
	.header {
		position: fixed;
		top:0;
		z-index: 99;
		width: 100%;
		height: 1.46rem;
		padding: 0.2rem;
		background: #fff;
		box-shadow: 0 3px 5px rgb(234,234,234);
		}
	 .header .header_logo .app_img{
	 	display: inline-block;
		height: 0.75rem;
	}
	 .header .header_logo p {
		padding-top: 0.06rem;
		font-size: 0.3rem;
	}
	
	 .header .header_more ,.header .header_login,.header_logo{
		line-height: 1rem;
	}
	 .header .header_more .icon ,.header .header_login .icon{
		font-size: 0.53rem;
	}
	 .header .header_more .on {
		display: block;
	}
	 .header .header_more .off {
		display: none;
	}
	 .header .header_more.active .on {
		display: none;
	}
	 .header .header_more.active .off {
		display: block;
	}
	div.header_login_content{
		position: fixed;
		width: 100%;
		padding: 0.4rem 0;
		background: #fff;
		z-index: 98;
		text-align: center;
		display: none;
		box-shadow: 0 3px 5px rgb(234,234,234);
	}
	.header_login_content a{
		display: inline-block;
		height: 0.93rem;
		line-height: 0.93rem;
		padding: 0 0.66rem;
		border-radius: 2px;
		margin: 0.13rem;
		font-size: 0.4rem;
	}
	/*选项框*/
	body ul.header_chose{
		position:fixed;
		width: 100%;
		height: 100%;
		background: #fff;
		padding: 0 0.93rem;
		display: none;
		z-index: 98;
	}
	 .header_chose li a{
		display: block;
		font-size: 0.36rem;
		height: 1.06rem;
		line-height: 1.06rem;
	}
	 .header_chose li>a{
		border-bottom: 1px solid rgb(238,238,238);
	}
	 .header_chose li .header_chose_up{
		display: flex;
		justify-content: space-between;
		line-height: 1.06rem;
		border-bottom: 1px solid rgb(238,238,238);
	}
	.header_chose li .header_chose_up span:first-child{
		font-size: 0.36rem;
	}
	 .header_chose li .header_chose_show{
		display: none;
		margin-left: 0.46rem;
	}
	 .header_chose li.active .header_chose_show{
		display: block;
	}
	/*底部*/
	.footer_app {
		padding: 0.66rem 0 0.53rem;
		text-align: center;
		width: 100%;
	}
	.footer_app>div>a {
		display: inline-block;
		width: 32.5%;
		margin-bottom: 0.33rem;
		font-size: 0.34rem;
		color: rgb(102, 102, 102);
	}
	.footer_app>div .link{
		position: relative;
		display: inline-block;
		width: 32.5%;
		margin-bottom: 0.33rem;
		font-size: 0.34rem;
		color: rgb(102, 102, 102);
		border:1px solid transparent;
		padding: 0.06rem 0;
	}
	.footer_app>div .link.on{
		border-radius: 30px;
	}
	.footer_app>div .link.on div{
		display: block;
	}
	.footer_app .link div{
	position: absolute;
	bottom: 0.65rem;
	right: 0.05rem;
	height: 4.7rem;
	width: 4.2rem;
	border-radius: 3px;
	background: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
	display: none;
}
/*.footer_app .link div::-webkit-scrollbar{
	display: none;
}*/
.footer_app .link div a{
	display: block;
	height: 0.76rem;
	line-height:0.76rem;
	width: 100%;
	padding: 0 0.06rem;
	text-overflow: -o-ellipsis-lastline;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   text-align: left;
   color:rgb(153,153,153);
}
.footer_app .link div a.active{
	background: rgb(219,219,219);
}
.footer_app .link div a:first-child{
	border-radius: 3px 3px 0 0;
}
.footer_app .link div a:last-child{
	border-radius: 0 0 3px 3px;
}
	.footer_app>p {
		padding: 0 0.5rem;
		margin: 0.13rem 0;
		font-size: 0.34rem;
		color: rgb(153, 153, 153);
	}
}