@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding : 0;
	margin : 0;
}
table {
	border-collapse : collapse;
	border-spacing : 0;
}
fieldset, img {
	border : 0;
}
img{ vertical-align:bottom;}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight : normal;
	font-style : normal;
}
ul {
	list-style : none;
}
caption, th {
	text-align : left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight : normal;
	font-size : 100%;
}
q:before, q:after {
	content : '';
}
abbr, acronym {
	border : 0;
}
strong, b {
	font-weight : normal;
}
body {
	font : 14px/1.5 "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
	color : #333;
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
a {
	color : #393d40;
	text-decoration : none;
}
a:hover {
	color : #4d7399;
	text-decoration : underline;
}
/*字体属性[定义规则，小写 "f" 加属性名称]*/
.fb {
	font-weight : bold;
}
/*字体大小[定义规则，小写 "f" 加字体大小]*/
.f12px {
	font-size : 12px;
}
.f18px {
	font-size : 18px;
}
.f36px {
	font-size : 36px;
}
.f48px {
	font-size : 48px;
}
/* 颜色属性[定义规则，小写 "c" 加 "-" 加颜色属性或名称] */
.c-4d7399 {
	color : #4d7399;
}
.c-4d7399 a {
	text-decoration : none;
	color : #4d7399;
}
.c-4d7399 a:hover {
	text-decoration : underline;
	color : #4d7399;
}
.c-393d40 {
	color : #393d40
}
.c-393d40 a {
	text-decoration : none;
	color : #393d40
}
.c-393d40 a:hover {
	text-decoration : underline;
	color : #393d40
}
/*浮动、清除浮动*/
.lf {
	float : left;
}
.rf {
	float : right;
}
.clearfix {
	zoom : 1;
}
.clearfix:after {
	content : '.';
	display : block;
	visibility : hidden;
	clear : both;
	height : 0;
}
/*通用元素*/
.hidden {
	display : none;
}
.mb20 {
	margin-bottom : 20px;
}
.mt60 {
	margin-top : 60px;
}
.mt80 {
	margin-top : 80px;
}
.pt80 {
	padding-top : 80px;
}
.off_screen {
	position : absolute;
	left : -9999px;
}
/*------------------------------------内容样式---------------------------------------*/

.icon {
	background : url('images/icon.png') no-repeat 0 -999em;
	overflow : hidden;

}
.icon-down {
	background : url('images/icon_down20.png') no-repeat 0 -999em;
	overflow : hidden;
}
.img-block {
	max-width : 100%;
	text-align : center;
	vertical-align:bottom;
}
.content {
	max-width : 1000px;
	_width : 1000px;
	margin : 0 auto;
}
.position-r {
	position : relative;
}
.header {
	height : 660px;
	width : 100%;
	background : url('images/banner.jpg') no-repeat center center;
}
.top-bar {
	height : 60px;
	width : 100%;
	background : rgba(0, 0, 0, .6);
	_background : #000;
	position : fixed;
	top : 0;
	z-index : 1000;
}
.top-bar-cont {
	max-width : 1000px;
	_width : 1000px;
	height : 60px;
	margin : 0 auto;
	position : relative;
	z-index : 1020;
}
.logo {
	float : left;
	width : 150px;
	margin-top : 8px;
}
.logo img{ width:147px; height:41px;}
.nav {
	float : right;
}
.nav li {
	float : left;
	padding-left : 40px;
	padding-right : 40px;
	height : 60px;
	line-height : 60px;
	text-align : center;
	color : #fff;
}
.nav li a {
	display : block;
	position : relative;
}
.nav li a b {
	width : 1px;
	height : 15px;
	background : #fff;
	margin-top : -7px;
	position : absolute;
	top : 50%;
+ top: 8 px;
	right : -40px;
	_right : 0;
}
.nav li.last {
	padding-right : 0;
}
.nav li.mp a{
	border: 1px solid #897c7f;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	margin-top: 13px;
	font-size: 14px;
	border-radius: 4px;
}
.nav li a {
	display : block;
	color : #fff;
	font-size : 18px;
	text-decoration : none;
}
.nav li a:hover {
	color : #fff;
}
.icon-nav {
	display : none;
	width : 24px;
	height : 17px;
	background-position : -26px -37px;
	position : absolute;
	top : 22px;
	right : 10px;
}
.top-cont {
	padding-top : 100px;
	position:relative;
}
.top-photo {
	left:-80px;
	width : 480px;
	height:560px;
	position:absolute;
}
.top-photo img{ bottom:0; position:absolute;}
.top-down {
	right : 0;
	width : 510px;
	position:absolute;
}
.app-2 {
	padding-bottom : 80px;
	color : #fff;
	padding-top : 80px;
}
.app-2 h2 {
	display : block;
	font-size : 350%;
	margin-bottom : 5px;
}
.app-2 h3 {
	display : block;
	font-size : 180%;
	opacity : .7;
	filter : alpha(opacity=70);
}
.app-down {
}
.app-btn-box {
	float : left;
	width : 220px;
	padding-left : 5px;
}
.app-btn-box a {
	display : block;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-ms-transition : all 0.2s ease-out;
	-o-transition : all 0.2s ease-out;
}
.app-btn-box a:hover {
	display : block;
	opacity : .7;
	filter : alpha(opacity=70);
}
.app-qr {
	float : right;
	width : 160px;
}
.app-qr span {
	display : block;
	text-align : center;
	color : #fff;
	padding-top : 8px;
}
.nav li .down-list {
	display : none;
	height : auto;
	padding-bottom : 15px;
	padding-top : 15px;
	background : rgba(0, 0, 0, .6);
	_background : #000;
	position : absolute;
	top : 60px;
	left : -15px;
	z-index : 1020;
}
.nav li .down-list .down-main {
	float : left;
	width : 472px;
	height : auto;
	min-height : 62px;
	padding-left : 18px;
	padding-right : 10px;
}
.nav li .down-list .down-main.down-iphone {
	width : 490px;
	border-right-style : solid;
	border-right-width : 1px;
	border-right-color : rgba(255, 255, 255, .5);
}
.nav li .down-list .down-main.down-android {
	width : 463px;
	padding-left : 30px;
}
.nav li .down-list .down-main .down-tit {
	height : 30px;
	line-height : 30px;
	text-align : left;
	color : #fff;
	font-size : 24px;
}
.nav li .down-list .down-main .down-icon-iphone, .nav li .down-list .down-main .down-icon-android {
	display : inline-block;
	width : 25px;
	height : 25px;
	margin-right : 5px;
	background : url('images/icon_down25.png') no-repeat 0 -999em;
	vertical-align : middle;
	overflow : hidden;
}
.nav li .down-list .down-main .down-icon-iphone {
	background-position : 0 -75px;
}
.nav li .down-list .down-main .down-icon-android {
	background-position : 0 -100px;
}
.nav li .down-list .down-main .down-app-list {
	padding-top : 10px;
}
.nav li .down-list .down-main .down-app-list li {
	width : auto;
	height : 20px;
	line-height : 20px;
	font-size : 13px;
	font-weight : normal;
	padding-left : 0;
	padding-right : 15px;
	white-space : nowrap;
}
.nav li .down-list .down-main .down-app-list li.last {
	padding-right : 0;
}
.nav li .down-list .down-main .down-app-list li a {
	font-size : 13px;
}
.nav li .down-list .down-main .down-app-list li a:hover {
	text-decoration : underline;
}
.nav li .down-list .down-main .down-app-list .icon-down-app, .nav li .down-list .down-main .down-app-list .icon-down-iphone, .nav li .down-list .down-main .down-app-list .icon-down-android {
	display : inline-block;
	width : 20px;
	height : 20px;
	margin-right : 5px;
	vertical-align : middle;
	overflow : hidden;
}
.nav li .down-list .down-main .down-app-list .icon-down-app {
	background-position : 0 0;
}
.nav li .down-list .down-main .down-app-list .icon-down-iphone {
	background-position : 0 -20px;
}
.nav li .down-list .down-main .down-app-list .icon-down-android {
	background-position : 0 -40px;
}
.floor {
	position : relative;
}
.shadow {
	width : 1000px;
	height : 30px;
	background : url('images/shadow.png') no-repeat right bottom;
	_background : none;
	position : absolute;
	bottom : 0;
	left : 0;
}
.shadow2 {
	width : 1000px;
	height : 30px;
	background : url('images/shadow2.png') no-repeat left bottom;
	_background : none;
	position : absolute;
	bottom : 0;
	left : 0;
}
.text span {
	display : block;
	line-height : 50px;
	padding-top : 130px;
	padding-bottom : 20px;
}
.text span img{ max-width:100%; max-height:60px;}
.text span.f36px {
	font-size : 36px;
}
.text span.f32px {
	font-size : 32px;
}
.text p {
	font-size : 24px;
	inline-box-align : 25px;
	color : #999;
	font-weight:100;
}
.floor-1 { /*height:450px; width:100%; top0; position:absolute;left:0; z-index:900;*/
}
.text-1 {
	float : left;
	width : 550px;
	text-align:right;
}
.photo-1 {
	float : right;
	width : 410px;
	text-align : right;
}
.floor-2 { /*width:100%;height:450px;position:absolute;left:0; z-index:900;*/
}
.text-2 {
	float : right;
	width : 550px;
	text-align:left;
}
.text-3 {
	float : right;
	width : 550px;
	/*padding-right : 100px;*/
}
.photo-2 {
	float : left;
	width : 410px;
	text-align : left;
}
.photo-3 {
	float : left;
	width : 295px;
	text-align : center;
	padding-left : 112px;
}
.fix-nav {
	_display : none;
	height : 50px;
	width : 100%;
	padding-top : 10px;
	padding-bottom : 10px;
	background : rgba(0, 0, 0, .6);
	_background : #000;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-ms-transition : all 0.2s ease-out;
	-o-transition : all 0.2s ease-out;
	position : fixed;
	bottom : -70px;
	z-index : 1000;
}
.fix-nav .logo2 {
	float : left;
	width : 150px;
	margin-top : 2px;
}
.fix-nav .footer-down {
	float : right;
}
.fix-nav .footer-down .app-iphone-btn2, .fix-nav .footer-down .app-android-btn {
	display : block;
	float : right;
	width : 198px;
	opacity : .7;
	filter : alpha(opacity=70);
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-ms-transition : all 0.2s ease-out;
	-o-transition : all 0.2s ease-out;
}
.fix-nav .footer-down .app-iphone-btn2:hover, .fix-nav .footer-down .app-android-btn:hover {
	display : block;
	opacity : 1;
	filter : alpha(opacity=100);
}
.fix-nav .footer-down .app-iphone-btn2, .fix-nav .footer-down .app-android-btn {
	margin-right : 20px;
}
.fix-nav .footer-down .app-qr2 {
	float : right;
	width : 50px;
	position : relative;
}
.fix-nav .footer-down .app-qr2 .hover-qr {
	display : none;
	width : 160px;
	height : 178px;
	padding : 6px;
	position : absolute;
	top : -205px;
	left : -110px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-ms-transition : all 0.2s ease-out;
	-o-transition : all 0.2s ease-out;
}
.fix-nav .footer-down .app-qr2 .hover-qr .qr-cont {
	width : 160px;
	height : 160px;
	position : relative;
	z-index : 1020;
}
.fix-nav .footer-down .app-qr2 .hover-qr .qr-cont b {
	display : block;
	width : 24px;
	height : 10px;
	position : absolute;
	bottom : -10px;
	right : 10px;
}
/*.fix-nav .footer-down .app-qr2:hover .hover-qr{left:-110px;}*/
.fix-nav .footer-down .close {
	float : right;
	display : block;
	width : 30px;
	height : 30px;
	cursor : pointer;
	margin-left : 10px;
	opacity : .7;
	filter : alpha(opacity=70);
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-ms-transition : all 0.2s ease-out;
	-o-transition : all 0.2s ease-out;
}
.fix-nav .footer-down .close:hover {
	opacity : 1;
	filter : alpha(opacity=100);
}
.gotop {
	display : none;
	height : 50px;
	width : 50px;
	text-indent : -999em;
	position : fixed;
	bottom : 100px;
	right : 5%;
	overflow : hidden;
	z-index : 900;
}
.gotop a {
	display : block;
	width : 50px;
	height : 50px;
	opacity : .7;
	filter : alpha(opacity=70);
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-ms-transition : all 0.2s ease-out;
	-o-transition : all 0.2s ease-out;
}
.gotop a:hover {
	opacity : 1;
	filter : alpha(opacity=100);
}
.log-tit-big {
	font-size : 36px;
	color : #888;
	margin-bottom : 20px;
}
.log-tit {
	height : 25px;
	line-height : 25px;
	font-size : 24px;
	color : #393d40;
	padding-left : 30px;
	position : relative;
}
.log-tit b {
	display : block;
	width : 25px;
	height : 25px;
	position : absolute;
	top : 0;
	left : 0;
}
.iphone b {
	background-position : 0 0;
}
.android b {
	background-position : -26px 0;
}
.log-cont {
	min-height : 320px;
	margin-left : 100px;
	margin-top : 20px;
	border-left : 2px solid #8fb1d3;
	position : relative;
	z-index : 800
}
.log-cont .log-cont-topbg {
	display : block;
	width : 2px;
	height : 50px;
	position : absolute;
	top : 0;
	left : -2px;
	z-index : 900;
}
.log-cont .log-cont-bottombg {
	display : block;
	width : 2px;
	height : 50px;
	position : absolute;
	bottom : 0;
	left : -2px;
	z-index : 900;
}
.log-cont.iphone .log-cont-topbg {
	background-position : 0 -37px;
}
.log-cont.iphone .log-cont-bottombg {
	background-position : 0 -87px;
}
.log-cont.android .log-cont-topbg {
	background-position : -3px -37px;
}
.log-cont.android .log-cont-bottombg {
	background-position : -3px -87px;
}
.log-cont-main {
	padding-left : 25px;
	padding-top : 25px;
}
.log-cont-main .log-cont-tit {
	line-height : 25px;
	margin-bottom : 10px;
	position : relative;
	font-size : 18px;
}
.log-cont-main .log-cont-tit .time {
	height : 20px;
	line-height : 20px;
	font-size : 14px;
	position : absolute;
	top : 0;
	left : -125px;
}
.log-cont-main .log-cont-tit .log-point {
	display : block;
	width : 10px;
	height : 10px;
	background-position : 0 -26px;
	position : absolute;
	top : 5px;
	left : -31px;
	z-index : 1010;
}
.log-cont-main ol {
	padding-left : 24px;
}
.log-cont-main ol li {
	color : #969899;
	line-height : 24px;
}
.log-cont-main p {
	color : #969899;
	line-height : 24px;
}
.log-cont.android {
	border-left : 2px solid #74afb3;
}
.log-cont.android .log-cont-tit .log-point {
	background-position : -11px -26px
}
.log-iphone {
	float : left;
	width : 490px;
}
.log-android {
	float : right;
	width : 490px;
	padding-left : 20px;
}
.footer {
	text-align : center;
	padding-top : 50px;
	padding-bottom : 85px;
	padding-left : 15px;
	padding-right : 15px;
}
.footer p {
	line-height : 25px;
}

@media screen and (min-width : 768px) and (max-width : 1023px) {
body{
overflow-x:hidden;
}
.content {
	width : 750px;
}
.shadow {
	width : 750px;
	height : 20px;
	background-position:right bottom;
}
.shadow2 {
	width : 750px;
	height : 20px;
}
.top-bar-cont {
	width : 100%;
}
.logo {
	padding-left : 10px;
}
.nav {
	padding-right : 10px;
}
.nav li .down-list .down-main.down-iphone {
	float : none;
	width : auto;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : rgba(255, 255, 255, .5);
	border-right : 0;
	margin-left : 30px;
	margin-right : 30px;
	margin-bottom : 15px;
	padding-bottom : 15px;
	padding-left : 0;
}
.nav li .down-list .down-main.down-android {
	width : 100%;
}
.top-photo {

}
.top-down {
	width : 340px;
}
.app-2 {
	padding : 20px 0 40px 0;
}
.app-2 h2 {
	font-size : 230%;
}
.app-2 h3 {
	font-size : 150%;
}
.app-btn-box {
	padding-left : 0;
}
.app-qr {
	float : left;
	margin-top : 20px;
}
.text-1 {
	padding-left : 10px;
	width : 270px;
}
.text-2 {
	padding-right : 10px;
	width : 280px;
}
.text-3 {
	padding-right : 20px;
	width : 250px;
}
.photo-1 {
	width : 450px;
	padding-right : 10px;
}
.photo-2 {
	width : 450px;
	padding-left : 10px;
}
.photo-3 {
	padding-left : 50px;
}
.text span {
	padding-top : 100px;
}
.fix-nav .logo2 {
	padding-left : 10px;
}
.fix-nav .footer-down {
	padding-right : 10px;
}
.log-tit-big {
	font-size : 32px;
	padding-left : 10px;
}
.log-iphone {
	width : 335px;
	padding-left : 10px;
}
.log-android {
	width : 345px;
	padding-right : 10px;
}
}

@media screen and (min-width : 480px) and (max-width : 767px) {
body{
overflow-x:hidden;
}
.content {
	width : auto;
	padding-left : 15px;
	padding-right : 15px;
}
.shadow {
	width : 100%;
	background-size : 755px;
	height : 20px;
	background-position:right bottom;
}
.shadow2 {
	width : 100%;
	background-size : 755px;
	height : 20px;
}
.top-bar-cont {
	width : 100%;
}
.logo {
	padding-left : 10px;
}
.nav {
	display : none;
	float : left;
	padding-right : 0;
	height : 40px;
	text-align : center;
	width : 100%;
	background : #000;
	margin-top:11px;
}
.nav li {
	height : 40px;
	line-height : 40px;
	padding-left : 25px;
	padding-right : 25px;
}
.nav li a b {
	right : -25px;
}
.nav li a {
	font-size : 16px;
}
.nav li .down-list {
	top : 100px;
}
.nav li .down-list .down-main.down-iphone {
	float : none;
	width : auto;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : rgba(255, 255, 255, .5);
	border-right : 0;
	margin-left : 30px;
	margin-right : 30px;
	margin-bottom : 15px;
	padding-bottom : 15px;
	padding-left : 0;
}
.nav li .down-list .down-main.down-android {
	width : 100%;
}
.nav li .down-list .down-main .down-app-list li {
	margin-bottom : 10px;
}
.icon-nav {
	display : block;
}
.top-photo {
	width : 320px;
	margin : 0 auto;
	left:50%;
	margin-left:-160px;
}
.top-down {
	width : 100%;
	margin : 0 auto;
	padding : 0;
}
.app-2 {
	width : 280px;
	margin : 0 auto;
	padding : 15px 0;
}
.app-2 h2 {
	font-size : 230%;
}
.app-2 h3 {
	font-size : 120%;
}
.app-btn-box {
	float : none;
	width : 320px;
	margin : 0 auto;
}
.app-iphone-btn {
	width : 150px;
	float : left;
	margin-bottom : 10px;
}
.app-android-btn {
	width : 150px;
	float : right;
}
.app-360-btn {
	width : 150px;
	float : left;
}
.app-btn-box {
	padding-left : 0;
}
.text-1, .text-2, .text-3 {
	float : none;
	width : 100%;
	margin : 0 auto;
	margin-bottom : 30px;
	padding : 0;
}
.text span {
	padding-top : 20px;
	text-align : center;
}
.text p {
	display : block;
	text-align : center;
}
.photo-1, .photo-2, .photo-3 {
	float : none;
	width : 100%;
	margin : 0 auto;
	padding : 0;
	text-align:center;
}
.photo-3 {
	width : 300px;
}
.fix-nav .logo2 {
	padding-left : 10px;
}
.fix-nav .footer-down {
	float : none;
	width : 420px;
	margin : 0 auto;
	padding : 0;
}
.fix-nav .footer-down .app-iphone-btn2.last {
	margin-right : 0;
}
.log-tit-big {
	font-size : 32px;
	padding-left : 10px;
}
.log-iphone {
	width : 410px;
	padding-left : 10px;
}
.log-android {
	float : left;
	width : 410px;
	padding-left : 10px;
	margin-top : 30px;
}
.fix-nav {
	width : 100%;
}
.logo2, .fix-nav .footer-down .close, .app-qr, .app-qr2 {
	display : none;
}
}

@media screen and (max-width : 480px) {
.mp{display: none}
body{
overflow-x:hidden;
}
.header{ height: 630px;}
.top-photo{ height: 530px;}
.content {
	width : auto;
	padding-left : 15px;
	padding-right : 15px;
}
.shadow {
	width : 100%;
	background-size : 755px;
	height : 20px;
	background-position:right bottom;
}
.shadow2 {
	width : 100%;
	background-size : 755px;
	height : 20px;
}
.top-bar-cont {
	width : 100%;
}
.nav {
	display : none;
	float : left;
	padding-right : 0;
	height : 40px;
	text-align : center;
	width : 100%;
	background : #000;
}
.nav li {
	height : 40px;
	line-height : 40px;
	padding-left : 25px;
	padding-right : 25px;
}
.nav li a b {
	right : -25px;
}
.nav li a {
	font-size : 16px;
}
.nav li .down-list {
	top : 88px;
}
.nav li .down-list .down-main.down-iphone {
	float : none;
	width : auto;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : rgba(255, 255, 255, .5);
	border-right : 0;
	margin-left : 30px;
	margin-right : 30px;
	margin-bottom : 15px;
	padding-bottom : 15px;
	padding-left : 0;
}
.nav li .down-list .down-main.down-android {
	width : 100%;
}
.nav li .down-list .down-main .down-app-list li {
	float : none;
	width : 100%;
	text-align : left;
	margin-bottom : 10px;
}
.icon-nav {
	display : block;
}
.logo {
	padding-left : 10px;
}
.top-photo {
	width : 320px;
	margin : 0 auto;
	left:50%;
	margin-left:-160px;
}
.top-down {
	width : 320px;
	margin : 0 auto;
	left:50%;
	margin-left:-160px;
}
.app-2 {
	width : 320px;
	margin : 0 auto;
	padding : 0 0 20px 0;
	max-width:94%;
}
.app-2 h2 {
	font-size : 200%;
}
.app-2 h3 {
	font-size : 100%;
}
.app-btn-box {
	float : none;
	width : 320px;
	margin : 0 auto;
}
.app-iphone-btn {
	width : 150px;
	float : left;
	margin-bottom : 10px;
}
.app-android-btn {
	width : 150px;
	float : right;
}
.app-360-btn {
	width : 120px;
	float : left;
}
.app-btn-box {
	padding-left : 0;
}
.text-1, .text-2, .text-3 {
	float : none;
	width : 100%;
	margin : 0 auto;
	margin-bottom : 30px;
	padding : 0;
}
.text span {
	padding-top : 20px;
	text-align : center;
}
.text span img{
	height:50px;
}
.text p {
	display : block;
	text-align : center;
	margin:0 20px;
}
.photo-1, .photo-2, .photo-3 {
	float : none;
	width : 100%;
	margin : 0 auto;
	padding : 0;
}
.photo-3 {
	width : 180px;
}
.log-tit-big {
	font-size : 32px;
	padding-left : 10px;
}
.log-iphone {
	width : 260px;
	padding-left : 10px;
}
.log-android {
	float : left;
	width : 260px;
	padding-left : 10px;
	margin-top : 30px;
}
.fix-nav {
	width : 100%;
	height : 35px;
}
.fix-nav .footer-down {
	padding-right : 15px;
}
.fix-nav .footer-down .app-iphone-btn2, .fix-nav .footer-down .app-android-btn2 {
	width : 130px;
	margin-right : 10px;
}
.fix-nav .footer-down .app-iphone-btn2.last {
	margin-right : 0;
}
.logo2, .fix-nav, .fix-nav .footer-down .close, .app-qr, .app-qr2 {
	display : none;
}
.log-cont {
	width : 170px;
}
.gotop {
	bottom : 10px;
	right : 10px;
}
.footer {
	padding-bottom : 50px;
}
}
