@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
}

body {
	background: url(http://files.mingbianji.com/images/weixin/weixin-bg.jpg) center no-repeat;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
	font-size:14px;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

* {
	font-family: "微软雅黑", "新宋体", "楷体";
}

ul li {
	list-style: none;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #fff;
	z-index: 10;
}

.header .logo {
	float: left;
}
	
.header .logo img {
	height: 49px;
    border: none;
    outline: none;
    padding: 5px 0 0 10px;

}
	
.header .back {
	float: right;
	margin-right: 20px;
	line-height: 60px;
}

.content {
	width: 820px;
	*width: 860px;
	_width: 860px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.phone-demo, .qr-contact {
	position: relative;
	float: left;
}

.phone-demo {
	margin-top: 80px;
}

.phone, .demo-effect {
	float: left;
}

.phone {
	position: relative;
	width: 300px;
	height: 570px;
	background: url(http://files.mingbianji.com/images/weixin/weixin-phone-bgg.png) center no-repeat;
}

/*.phone iframe {
	position: absolute;
	top: 51px;
	left: 15px;
	width: 272px;
	height: 465px;
}*/
.phone iframe {
	position: absolute;
	top: 0;
	left: 2px;
	width: 263px;
	height: 465px;
}

.phone div#ieImg {
	position: absolute;
	top: 51px;
	left: 15px;
	width: 272px;
	height: 465px;
}

.phone-demo .demo-effect ul {
	position: relative;
	padding: 0;
	margin-top: 90px;
}

.phone-demo .demo-effect ul li {
	display: none;
	position: absolute;
	left: 0;
}

.phone-demo .demo-effect ul li.cur {
	display: block;
}

.qr-contact {
	margin-left: 155px;
	margin-top: 100px;
}

.qr {
	width: 360px;
	height: 365px;
	padding-top: 70px;
	text-align: center;
	background: url(http://files.mingbianji.com/images/weixin/qr-bg.png) no-repeat;
	color: #fff;
}

.qr img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 
}

.contact a {
	display: block;
	padding: 30px 20px 30px 20px;
	border: #fff 2px solid;
	border-radius: 40px;
	background: none;
	text-align: center;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.contact a:hover {
	background: #fff;
	color: #666;
}

.contact a span {
    color: #0975c7;
	text-decoration: underline;
}

.contact a:hover span {
	color: #666;
}

.contact a:active {
	background: #09C;
	border-color: #09C;
	color: #fff;
}

.contact a:active span {
	color: #fff;
}

.switcher {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
}

.switcher ul {
	display: block;
	width: 87px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.switcher ul li {
	position: relative;
	float: left;
	width:15px;
	height: 15px;
	border: #fff 2px solid;
	border-radius: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.switcher ul li.cur {
	background: #fff;
}

.switcher ul li:hover {
	background: #fff;
}

.switcher ul li span {
	position: absolute;
	right: -45px;
	top: -45px;
	padding-top: 7px;
	padding-bottom: 7px;
	display: none;
	width: 100px;
	height: 40px;
	background: url(http://files.mingbianji.com/images/weixin/bottom-nav-hint.png) no-repeat;
	color: #FFF;
	text-align: center;
}

.switcher ul li:hover span {
	display: block;
}

.bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 100%;
	background: rgba(102,102,102,0.5);
	z-index: 10;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F7d7e83,endColorstr=#7F7d7e83); 
	zoom: 1;
}

.bottom:hover {
	background: rgba(102,102,102,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F363533,endColorstr=#7F363533); 
	zoom: 1;
}

.bottom .arrow {
	width: 100%;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background: url(http://files.mingbianji.com/images/weixin/weixin-bottom-arrow.png) center no-repeat;
}

.side-nav-item {position: absolute; top:30%; height:300px; width:80px; line-height: 300px; font-size:45px; text-align:center; font-weight:600; color:#666; transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; cursor:pointer;}
.side-nav-item:hover {background:rgba(102,102,102,0.5); color:#fff;}
.side-left {left:0;}
.side-right {right:0;}