﻿.header_a{
	position:relative;
	height:360px;
	background:#FFF;
	margin-bottom:10px;
}
.website_warp{
	position:absolute;
	top:190px;
	z-index:1;
	width:100%;
}
.header_a .notice{
	position:absolute;
	bottom:5px;
	padding:0 15px;
}
.auto-roll{
	height:35px;
	overflow:hidden;
	background:#fff;
}
.auto-roll li{
	line-height:35px;
}
.auto-roll li a{
	color:orange;
}

.header_a .notice>div:first-child{
	color:orange;
	margin-right:8px;
	line-height:35px;
}
.header_a .notice>div{
	float:left;
}
.websitename{
	margin:auto;
	height:120px;
	background:#FFF;
	overflow:hidden;	
	width:90%;
	border-radius: 5px;
	border:1px solid #eee;
	box-shadow: 1px 1px 1px 1px #ccc;
}
.websitename>ul{
	display:table;
	width:100%;
	height:100%;
	position:relative;
}
.websitename>ul ol{
	position:absolute;
	top:10px;
	left:10px;
}
.websitename>ul .imgcode{
	position:absolute;
	top:15px;
	right:15px;
}

.websitename>ul li{
	position:absolute;
	bottom:15px;
	right:4px;
}
.websitename>ul dd{
	position:absolute;
	bottom:15px;
	left:20px;
	color:#999;
}
.websitename>ul ol{
	padding-left:15px;
}
.websitename>ul ol span{
	display:block;
	position:relative;
	height:50px;
	line-height:50px;
	font-weight:bold;
	font-size:18px;
	overflow:hidden;
}
.websitename>ul ol span img{
	width: 50px;
	height: 50px;
	line-height: 46px;
	background: #37CB83;
	color: #fff;
	font-size: 30px;
	border-radius: 50%;
	margin-right:15px;
}
.websitename>ul li{
	padding-right:15px;
	width:90px;
}
.websitename>ul li span{
	display: block;
	height: 30px;
	line-height: 30px;
	border: #37CB83 solid 2px;
	overflow: hidden;
	text-indent: 6px;
	color: #37CB83;
	border-radius: 5px;
	font-size: 20px;
}
.flash_wrap{max-width:640px;height:210px;position:relative;overflow:hidden;}
.swiper-container{height:100%;}
.swiper-slide img{max-width:100%;min-height: 210px;}
/*关于我们*/
.aboutUs{
	margin:10px auto;
	padding:10px;
	background:#FFF;
}
.aboutUs .head img{
	width:100%;
}
.aboutUs .cont{
	padding-top:10px;
	color:#666;
	line-height:25px;
}
/*发布菜单按钮*/
.post_btn_wrap{width:57px;height:57px;position:fixed;right:0;bottom:0;}
.post_btn_menu{
	width:57px;height:57px;background:orange;position:absolute;bottom:60px;right:2px;z-index:10;cursor:pointer;
	border-radius:100%;
	-moz-border-radius:100%;
	opacity:0.7;
	font-size:30px;
	color:#fff;
	text-align:center;
	line-height:57px;
}
.post_btn{
	width:52px;
	height:52px;
	background:orange;
	border-radius:100%;
	-moz-border-radius:100%;
	opacity:0.3;
	font-size:12px;
	color:#fff;
	text-align:center;
	line-height:52px;
	z-index:1;position:absolute;bottom:60px;right:0;margin:0 5px 2px 0;cursor:pointer;
}
.btn1.close, .btn2.close, .btn3.close, .btn4.close{bottom:60px;right:0;}
.btn1.open{bottom:175px;right:0;opacity:0.8;}
.btn2.open{bottom:150px;right:62px;opacity:0.8;}
.btn3.open{bottom:105px;right:112px;opacity:0.8;}
.btn4.open{bottom:48px;right:135px;opacity:0.8;}
.post_btn{
	-webkit-transition:bottom .2s,right .2s;-moz-transition:bottom .2s,right .2s;-o-transition:bottom .2s,right .2s;-ms-transition:bottom .2s,right .2s;transition:bottom .2s,right .2s;
}
#qun_wapshow_education_menu1{
	left:1px;
}
#qun_wapshow_education_menu2{
	left: 23%;
	top: 57%;
}
#qun_wapshow_education_menu3{
	left:47%;
}
#qun_wapshow_education_menu4{
	right:2px;
	top: 57%;
}

.MainMenu ul:nth-child(2) li:nth-child(1) span{
	background:#f17de1;
}
.MainMenu ul:nth-child(2) li:nth-child(2) span{
	background:#53c6ff;
}
.MainMenu ul:nth-child(2) li:nth-child(3) span{
	background:#d0733a;
}
.MainMenu ul:nth-child(2) li:nth-child(4) span{
	background:#d7c013;
}

.listYuyue li{
	margin-top:10px;
}

.listYuyue li{
	position:relative;
	height:140px;
	border-bottom:1px solid #eee;
}
.listYuyue li .pic{
	position:absolute;
	left:0px;
	top:0px;
}
.listYuyue li .pic img{
	width:160px;
	height:120px;
	border-radius: 5px;
	border:1px solid #fff;
	box-shadow: 3px 3px  #ddd;
}

.listYuyue li .title{
	position:absolute;
	left:180px;
	top:0px;
}
.listYuyue li .price{
	position:absolute;
	left:180px;
	bottom:20px;
	font-size:13px;
}
.listYuyue li .price em{
	color:orange;
	font-size:15px;
	margin:0 3px;
	font-weight:bold;
}
.listYuyue li .btn{
	position:absolute;
	right:10px;
	bottom:15px;
	background:orange;
	color:#fff;
	padding:3px 9px;
	border-radius: 2px;
}
.listYuyue li .sellnum{
	position:absolute;
	left:180px;
	bottom:55px;
	font-size:13px;
	color:#777;
}
.listYuyue li .sellnum b{
	color:orange;
}

.SideBox .head .tag{
	font-weight:bold;
}

.footerad{
	font-size:12px;
	width:100%;
	text-align:center;
	border-top:1px dotted #ccc;
}
.footerad a{
	color:#999;
}

.aboutUs .cont img{
	max-width:100%;
}



.mycard_warp{
	background:#fff;
	width:95%;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	height:230px;
	border-radius: 8px;
	border:1px solid #eee;
	box-shadow: 1px 1px 2px 0px #ccc;
}
.mycard_warp .top{
	height:40px;
	font-weight:bold;
	font-size:20px;
	text-align:center;
	margin-top:10px;
}
.mycard_warp .bg{
	height:90px;
	background: linear-gradient(170deg,#deb24e, #ecde2d, #deb24e);
	position:relative;
}
.mycard_warp .bg .icon{
	position:absolute;
	top:10px;
	left:15px;
}
.mycard_warp .bg .icon img{
	width:65px;
	height:65px;
	border-radius:100%;
	border:1px solid #eee;
}
.mycard_warp .bg .name,.mycard_warp .bg .level{
	position:absolute;
	left:100px;
	top:15px;
	color:#fff;
	text-shadow: 1px 1px 1px #827576;
}
.mycard_warp .bg .level{
	top:45px;
}
.mycard_warp .bg .level b{
	color: #dc1e1e;
    text-shadow: 1px 1px 2px #ffffff;
}
.mycard_warp .money{
	text-align:center;
	height:40px;
	line-height:40px;
}
.mycard_warp .money b{
	color:red;
}
.mycard_warp .time{
	padding:0 15px;
}
.mycard_warp .time span{
	height:40px;
	line-height:40px;
	float:left;
	font-size:13px;
	color:#999;
}
.mycard_warp .time em{
	color:#666;
}
.mycard_warp .time .exptime em{
	color:red;
}
.mycard_warp .time .exptime{
	float:right;
}