/* ---- 补充公共样式 ---- */
* {
	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	padding-bottom: 36px;
}
.container {
	width: 1200px;
	margin: 0 auto;
}

.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}
@media screen and (max-width:1200px) {
.container{
	width:auto;
	max-width:970px;
	padding:0 10px;}
}
@media screen and (max-width:768px) {
body{
	padding-top:96px;}
.mb20 {
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 16px;
}
.mb60 {
	margin-bottom: 25px;
}
}
@media screen and (max-width:420px) {
body{
	padding-top:86px;}
}
/* ---- 头部适配补充 ---- */

#systop .systop {
	width: 1220px;
}
#sysmenu {
	right: 10px;
}
#syschannel li{
	font-size:14px;}
#sysmenu li.net a {
	width: 60px;
}
#syschannel li:first-child a{
	margin-left:10px;}
#syschannel {
	width: auto;
	max-width: 1200px;
}
#syschannel ul {
	width: 100%;
}
@media screen and (max-width:1200px) {
#systop .systop {
	width: auto;
	max-width: 970px;
	padding:0 10px;
}
#systop, #syssp, #sysfoot p {
	display: block;
}
#syschannel li {
	font-size: 12px;
	margin: 6px 0;
}
#syschannel li a {
	margin: 0 6px;
}
#syschannel li:first-child a{
	margin-left:6px;}
}
@media screen and (max-width:800px) {
#systop, #syssp, #sysfoot p {
	display: block;
}
}
@media screen and (max-width:768px) {
#systop {
	background-size: auto 100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:999;
	background-color: #f0f0f0;
}
#sysmenu {
	display: none;
}
#systop .sysnet li {
	padding: 0 10px 2px 0;
	font-size: 11px;
}
#syschannel {
	display: none;
}
}
/* ---- 广告 ---- */
.adsBox {
	width: 100%;
	margin: 10px 0 20px;
}
.adsBox img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:1200px) {
.adsBox {
	margin: 0px 0 10px;
}
}
@media screen and (max-width:768px) {
.adsBox {
	display: none;
}
}
/* ---- logo ---- */
.logoBox{
	overflow:hidden;
	position:relative;
	margin-bottom:20px;}
.logoBox .logo{
	float:left;
	height:62px;}
.logoBox .logo img{
	height:100%;
	width:auto;}
.logoBox .slogan{
	float:right;
	height:62px;}
.logoBox .slogan img{
	height:100%;
	width:auto;}
.menu-btn {
	display:none;}
@media screen and (max-width:1200px) {
.logoBox{margin-bottom:16px;}
.logoBox .logo{
	height:56px;}

.logoBox .slogan{
	height:56px;}
}
@media screen and (max-width:1024px) {
.logoBox{margin-bottom:12px;}
.logoBox .logo{
	height:46px;}

.logoBox .slogan{
	height:46px;}
}
@media screen and (max-width:768px) {
.logo_coat{
	position:fixed;
	top:30px;
	width:100%;
	background:#fff;
	left:0px;
	z-index:9999;
	border-bottom:2px solid #e70012;
	}
.logoBox{
	margin-top:8px;
	margin-bottom:8px;}
.logoBox .logo{
	height:40px;}
.logoBox .slogan{
	display:none;}
.menu-btn {
	display: block;
	position: absolute;
	top: 50%;
	right:26px;
	margin-top: -11px;
	cursor: pointer;
	color: #fff;
	padding: 3px 0 0 2px;
	border: 2px solid #e70012;
	border-radius: 3px;
	width: 22px;
	height: 22px;
	z-index: 9999;
}
menu-btn span.m, .menu-btn span.n, .menu-btn span.u {
	font-size: 12px;
	opacity: 0;
	-webkit-transition: 250ms;
	transition: 250ms;
	letter-spacing: 4px;
}
.menu-btn span.e {
	display: inline-block;
	height: 14px;
	width: 14px;
}
.menu-btn span.e span.bar {
	-webkit-transition: 250ms;
	transition: 250ms;
	position: relative;
	display: block;
	background: #fff;
	border-radius: 4px;
	border-bottom: 2px solid #e70012;
	width: 14px;
	height: 2px;
}
.menu-btn span.e span.bar:nth-child(2) {
	margin: 3px 0;
}
}
@media screen and (max-width:420px) {
.logoBox{
	margin-top:6px;
	margin-bottom:6px}
.logoBox .logo{
	height:32px;}

}

/* ---- 菜单 ---- */
.menu_coat {
	border-top: 3px solid #e70012;
	background: #fff;
	width: 100%;
	margin-bottom:25px;
}
.menu {
	width: 1200px;
	margin: 0 auto;
}
.menu li {
	float: left;
	width: 8.29%;
	height: 47px;
	position:relative;
}
.menu li a {
	position:absolute;
	top:-3px;
	display: block;
	width: 100%;
	height: 50px;
	border-top:3px solid #e70012;
	line-height: 47px;
	text-align: center;
	font-size: 18px;
	color: #090204;
	overflow: hidden;
}
.menu li.active a{
	background: #e70012;}
.menu li a:hover {
	text-decoration: none;
	background: #fd6458;
color: #ffffff;
	border-top:3px solid #f83128;
}
@media screen and (max-width:1200px) {
.menu{
	width:auto;
	max-width:950px;}
.menu_coat {
	margin-bottom:20px;
}
.menu li a {
	font-size: 16px;
}
}
@media screen and (max-width:1024px) {
.menu_coat {
	margin-bottom:16px;
}
.menu li a {
	font-size: 14px;
}
}
@media screen and (max-width:820px) {
.menu li a {
	font-size: 13px;
}
}
@media screen and (max-width:768px) {
.menu_coat {
	position:fixed;
	left:0px;
	top:88px;
	display: none;
	border-top:none;
	margin-bottom:10px;
	z-index:9999;
}
.menu li {
	width: 25%;
	height: 32px;
}
.menu li a {
	top:0;
	border:none;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
}
.menu li a:hover{
	border:none;}
}
@media screen and (max-width:420px) {
.menu_coat {
	position:fixed;
	left:0px;
	top:76px;
}
}
@media screen and (max-width:360px) {
.menu_coat {
	margin-bottom:8px;
}
.menu li {
	width: 25%;
	height: 26px;
}
.menu li a {
	height: 26px;
	line-height: 26px;
	font-size: 13px;
}
}
/* ---- 关注福彩 Style ---- */
.aboutBox img{
	width:100%;
	height:auto;
	margin-bottom:10px;
	}
.aboutBox p{
	padding:2px 0;
	line-height:20px;
	color:#333;
	font-size:14px;}
@media (max-width:950px) {
.aboutBox img{
	margin-bottom:6px;
	}
.aboutBox p{
	line-height:18px;
	font-size:12px;}
}
@media (max-width:768px) {
.aboutBox{
		display:none;}
}
/* ---- 页面分享  Style ---- */
.popup_share_btn{
	display:none;
}
@media (max-width:768px) {
.popup_share_btn{
	display:block;
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-11px;
	width:22px;
	height:22px;
	border:2px solid #e70012;
	border-radius: 3px;
	cursor:pointer;
	overflow:hidden;
	text-indent:-9999px;
	background:url(http://www.jiaodong.net/finance/caipiao/images/2017/icon_share_on.png) center center no-repeat;
	background-size:80% auto;}
}
.popup_share_coat{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.3);
	z-index:99998;}
.popup_share{
	display:none;
	width:80%;
	position: fixed;
	left:10%;
	top:16%;
	z-index:99999;}
.popup_share_main{
	width:100%;
	height:auto;
	background:#fff;
	padding:5%;
	margin-bottom:16px;
	border-radius:10px;
	position:relative;}
.popup_share_main::before{
	content:"";
	position:absolute;
	top:100%;
	left:50%;
	margin-left:-10px;
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top:10px solid #fff;}
.popup_share_main h1{
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:18px;
	color:#505050;
	margin-bottom:16px;}
.popup_share_main ul{
	overflow:hidden;}
.popup_share_main ul li{
	width:50%;
	padding:0 10%;
	float:left;
	text-align:center;
	margin-bottom:10px;}
.popup_share_main ul li img{
	width:100%;
	max-width:80px;
	margin-bottom:6px;}
.popup_share_main ul li p{
	font-size:15px;
	color:#505050;}
.popup_share_main ul li a{
	text-decoration:none;}
.popup_share_close{
	width:100%;
	height:24px;
	text-align:center;}
.popup_share_close img{
	height:100%;
	width:auto;}
/* ---- 烟台财知道 Style ---- */
.footerBox_coat{
	width:100%;
	background:#e3e6ef;}
.footerBox{
	max-width:1220px;
	padding:16px 10px 18px;
	margin:0 auto;}
.footerBox .qrcode{
	width:72.5%;
	float:left;}
.footerBox .qrcode img{
	width:120px;
	height:auto;
	float:left;}
.footerBox .qrcode img.qrcode_pc{
	display: inline;}
.footerBox .qrcode img.qrcode_phone{
	display:none;}
.footerBox .qrcode h1{
	float:right;
	width:83.9%;
	width:calc(100% - 140px);
	height:40px;
	line-height:40px;
	color:#555;
	font-size:18px;
	font-weight:bold;}
.footerBox .qrcode h1 span{
	margin-left:7px;
	font-size:14px;
	color:#999;
	font-weight:normal;}
.footerBox .qrcode p{
	float:right;
	width:83.9%;
	width:calc(100% - 140px);
	line-height:24px;
	font-size:14px;
	color:#888;}
.footerBox .other{
	padding:12px 0 0;
	width:25%;
	height:120px;
	float:right;
	line-height:24px;
	font-size:14px;
	color:#888;
	text-align:left;
	}
.footerBox a{
	color:#888;}
@media screen and (max-width:1200px) {
.footerBox{
	max-width:970px;
	padding:12px 10px 12px;}
.footerBox .qrcode{
	width:72.5%;
	float:left;}
.footerBox .qrcode img{
	width:120px;
	height:auto;
	float:left;}
.footerBox .qrcode h1{
	width:calc(100% - 140px);
	height:32px;
	line-height:32px;
	font-size:16px;}
.footerBox .qrcode h1 span{
	margin-left:5px;
	font-size:14px;}
.footerBox .qrcode p{
	width:calc(100% - 140px);
	line-height:22px;
	font-size:13px;}
.footerBox .other{
	padding:10px 0 0;
	height:120px;
	line-height:22px;
	font-size:13px;
	}
}
@media screen and (max-width:768px) {
.footerBox{
	padding:10px;}
.footerBox .qrcode{
	width:100%;}
.footerBox .qrcode img{
	display:block;
	width:120px;
	height:auto;
	float: none;
	margin:0 auto;}
.footerBox .qrcode img.qrcode_pc{
	display: none;}
.footerBox .qrcode img.qrcode_phone{
	display:block;}
.footerBox .qrcode h1{
	width:100%;
	height:32px;
	line-height:32px;
	font-size:14px;
	text-align:center;
	font-weight:normal;}

.footerBox .qrcode p{
	display:none;
}
.footerBox .other{
	display:none;
	}
}
/* ---- 脚部适配补充 ---- */
#sysfoot {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#sysfoot .sysfoot {
	max-width: 1220px;
	padding: 0 10px;
	width: auto;
}
#sysfoot .sysfoot p {
	right: 10px;
}
@media screen and (max-width:1200px) {
#sysfoot .sysfoot p a {
	font-size: 12px;
	padding: 0 0 0 16px;
}
}
@media screen and (max-width:800px) {
#sysfoot .sysfoot {
	text-align: left;
}
}
@media screen and (max-width:768px) {
#sysfoot .sysfoot {
	text-align: center;
}
#sysfoot .sysfoot p {
	display: none;
}
}
