* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "微软雅黑";
	padding: 0;
	margin: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
ul,ol,li{
	list-style: none;
}
html {
	-ms-touch-action: none;
}
body,html{width: 100%; height: 100%; margin:0 auto!important;
	margin:0px; 
	padding:0px;
	background:#f6f6f6;
	font-size: 62.5%;
	font-family: "微软雅黑",ubuntu, helvetica, arial;
	
}
p,dl,dt,dd,a{
	font-size:14px;
}
body { 
	/*-moz-user-select: none;*/
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	padding: 0;
	min-width: 300px;
	max-width: 640px;
	margin: 0 auto;
	position: relative;
}
img{border:0px;}

a:link, a:visited{
	color:#4D4D4D;
	text-decoration:none;
}
a:hover, a:active{
	color:#4D4D4D;
	text-decoration:none;
}
#wrapper{
	width: 100%;
	height: 100%;
	background: #F5F5F5;
}
/*header*/
#header {
	height: 45px;
	width: 100%;
	background: #378dcc;
	position: relative;
}
#header .back {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: 10px;
}
#header #logo {
    width: 55px;
    height: 20px;
    position: absolute;
    top: 8px;
    left: 10px;   
}
#header #logo img{
    width: 100%;  
}
#header h3{
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size:18px;
    text-align: center;
    font-weight: normal;
}
#header h3 a{
    color: #fff;
}
#header #home {
	position: absolute;
	top:8px;
	right:10px;
    width: 25px;
    height: 20px;
}
#header #home img{
    width: 100%;  
}
.home_box{
	position: absolute;
	right:0px;
	top:45px;
	z-index:888;
	width:100px;
}
.home_box li{
	width:100px;
	margin-bottom:1px;
	background:#4193cf;
	height:35px;
	line-height:35px;
	text-align:center;
}
.home_box li a{
	color:#fff;
	font-size:14px;vertical-align:middle;
}
.home_box li img{
	width:20px;
	height:20px;
	vertical-align:middle;
	margin-right:5px;
}

/*container*/
#container {
	width: 100%;
	background: #f6f6f6;  padding: 0 0 0px 0;
	
	/* Safari、Opera 以及 Chrome */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/* Firefox */
	display: -moz-box;
	-moz-box-orient: vertical;
	
	display: box;
	box-orient: vertical;
}

/*footer*/

#footer {
	position: fixed;
	bottom: 0; 
	z-index: 777;
	height: 50px;
	width: 100%;
	background: #FFFFFF;
	border-top: 1px solid #d9d9d9;
}
#footer a {
	width: 50%;
	height: 100%;
	float: left;
	font-size: 14px;
	color: #5A5A5A;
	line-height: 50px;
	text-indent: 20%;
	/* padding-left: 12%;
	margin-left:10px; */
	/* Safari、Opera 以及 Chrome */
	
	/* display: -webkit-box;
	-webkit-box-flex: 1.0;
	-webkit-box-align: center;
	Firefox
	
	display: -moz-box;
	-moz-box-flex: 1.0;
	-moz-box-align: center;
	W3C
	
	display: box;
	box-flex: 1.0;
	box-align: center; */
}
#footer a {
	border-right: solid 1px #dddddd;
}
#footer a:last-child {
	border-right: none;
}
#footer a.baceCourse {
	background: url("http://static.vko.cn/m/common/images/mfbg1.png") no-repeat 30px center;
	background-size: 18%;
}
#footer a.knowledge {
	background: url("http://static.vko.cn/m/common/images/mfbg2.png") no-repeat 30px center;
	background-size: 18%;
}
#footer a.topics {
	background: url("http://static.vko.cn/m/common/images/mfbg3.png") no-repeat 30px center;
	background-size: 18%;
}

#footer a.baceCourseH {
	color: #FFFFFF;
	background:#378dcc url("http://static.vko.cn/m/common/images/mfbg11.png") no-repeat left center;
	background-size: 18%;
}
#footer a.knowledgeH {
	color: #FFFFFF;
	background:#378dcc url("http://static.vko.cn/m/common/images/mfbg22.png") no-repeat left center;
	background-size: 18%;
}
#footer a.topicsH {
	color: #FFFFFF;
	background:#378dcc url("http://static.vko.cn/m/common/images/mfbg33.png") no-repeat left center;
	background-size: 18%;
}

/*底部*/
#bottom{
	width: 100%;
	height: 200px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	background: #F6F6F6;
	border-top: solid 1px #d9d9d9;
}
#bottom .botNav{
	width: 100%;
	height:30px;
	border-bottom: solid 1px #d9d9d9;
	margin-bottom:20px;
} 
#bottom a{
	display:block;
	float:left;
	width: 25%;
	height:30px;
	line-height: 30px;
	font-size: 1rem;
	color: #5A5A5A;
	text-align:center;
}

#bottom .botNav	a{
	border-right: solid 1px #d9d9d9;
}
#bottom .botNav{
	height: 30px;
}
#bottom .botFot{
	height: 30px;
	border-top: solid 1px #d9d9d9;
	margin-top:20px;
}
#bottom .botFot span{
	display:block;
	width: 100%;
	line-height: 30px;
	text-align:center
}
#bottom .botCenter{	
	width:80%; 
	height:90px;  
	margin-left:10%;
}
.botCenter .box{
	width:33%;
	float:left;
}
.botCenter .quan{
	margin:0 auto;
	display:block;
	width:60px;
	height:60px;
	border-radius: 100px;
	-webkit-border-radius: 100x;
	-moz-border-radius: 100x;
	border:1px solid #a4a4a4;
}
.botCenter .quan2{
	border:1px solid #000;
}
.botCenter .quan img{
	width:35px;  
	margin-left:20%; 
	margin-top:11px; 
	margin-bottom:15px;
}
.botCenter .quan p{ 
	color: #5a5a5a; 
	font-size:11px; 
	height:25px; 
	line-height:25px; 
	text-align:center;
}

/* 每个页面的底部下载 */
.appshade{
	width:100%;
	height:50px;
	background:#f6f6f6;
	position:fixed;
	bottom:0px;
	z-index:888;
}
.appshade dl{
	float:left;
	height:50px;
}
.appshade dl dt{
	float:left;
	width:35px;
	margin-top:7px;
	margin-left:10px;
	margin-right:5px;
}
.appshade dl dt img{
	width:100%;
	height:100%;
}
.appshade dl dd{
	float:left;
	margin-top:5px;
}
.appshade dl dd h2{
	color:#378dcc;
	font-size:14px;
}
.appshade dl dd p{
	color:#000;
	font-size:14px;
}
.appshade .close_vko{
	float:right;
	width:20px;
	margin-top:15px;
	margin-right:10px;
	margin-left:10px;
}
.appshade a{
	display:block;
	float:right;
	background:url(http://m.vko.cn/common/images/m_download.png) no-repeat 8px center;
	background-size:15px;
	background-color:#378dcc;
	width: 85px;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    font-size: 13px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-align: right;
    margin-top: 9px;
    padding-right: 8px;
}

/*pad*/
@media (min-width: 640px) {
	
	#header,#container,#footer,#bottom,#tips,.hide,#appTips,.appshade{
		width: 640px!important;
	}
	/*header*/
	#logo{
		background-size: 25%;
	}
	/*footer*/
	#footer a.baceCourse,#footer a.topics{
		background-size: 12%;
	}
	#footer a.knowledge{
		background-size: 10%;
	}
	.item,.slide{
		width: 640px!important;
		margin:0 auto;
	}
}

.wxts {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.4) url(http://static.vko.cn/quan/images/point.png) no-repeat right 10%;
	background-size: 90%;
	filter: alpha(opacity=80);
}

.bot_toBuy_fixed,
.bot_consult_fixed{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	height: 45px;
	border-top: solid 1px #4acdff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}
.bot_toBuy_fixed .btf_price{
	width: 66%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 20px;
	color: #ea5413;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}
.toBuy_btn{
	display: block;
	width: 34%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background-image:-webkit-linear-gradient(to right, #4acdff, #009cff, #00a0e9);
	background-image:linear-gradient(to right,#4acdff, #009cff, #00a0e9);
	position: absolute;
	right: 0;
	top: 0;
}
