a{
	outline: none !important;
}

/*顶部navbar*/
@media (min-width: 992px){
	.mobileMainNavbar{
		display: none;
	}
}
@media (max-width: 991px){
	.pcMainNavbar{
		display: none;
	}
}
.mainNavbar {
	min-height: 70px;
	position: relative;
	background-color: #2E2D49;
}
.navbarHeader{
	min-height: 70px;
}
.mainLogo{
	position: absolute;	
	top: 17px;
	left: 15px;
	overflow: hidden;
	display: inline-block
}
.btnNavbarMenu{
	position: absolute;
	top: 17px;
	right: 15px;
	line-height: 34px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}
.btnNavbarMenu.active .caret{
	border-top: 0;
	border-bottom: 4px dashed;
}
.navbarCollapse{
	display: none;
	position: absolute;
	width: 100%;
	background-color: #2E2D49;
}
.navbarCollapse ul{
	list-style: none;
	padding: 0;
	margin: 0 30px 0 55px;
}
.navbarCollapse li a{
	display: block;
	padding: 15px 0;
	color: #D9D1FA;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #574F72;
}
.navbarCollapse li:first-child a{
	padding-top: 5px;
}
.navbarCollapse li a:hover, .navbarCollapse li a.active{
	color: #fff;
}
.mobileMainNavbar .btnDownload{
	padding: 15px 0 15px 60px;
}
.pcMainNavbar .btnDownload{
	position: absolute;
	right: 15px;
	top: 15px;
}
.btnDownload a{
	display: inline-block;
	height: 40px;
	width: 120px;
	/* background: url(../images/down_normal.png) 0 0 no-repeat; */
	background: url(../images/down_normal-2.png) 0 0 no-repeat;
}
.btnDownload a:hover{
	/* background: url(../images/down_hover.png) 0 0 no-repeat; */
	background-image: url(../images/down_hover-2.png);
}

.navbarLink{
	text-align: center;
	line-height: 70px;
	padding: 0 135px 0 220px;
	white-space: nowrap;
}
.navbarLink a + a{
	margin-left: 60px;
}
.navbarLink a{
	color: #D9D1FA;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.navbarLink a:hover, .navbarLink a.active{
	color: #fff;
}



/*顶部navbar*/
/* .navbar{
	min-height: 70px;
	min-height: 70px;
}
.navbar-header{
	height: 70px;
}
.logo{
	margin-left: 16px;
	margin-top: 17px;
	overflow: hidden;
	display: inline-block
}
.navbar-nav {
    margin: 10px -15px;
}
.navbar-nav li{
	padding: 2px 0;
	border-bottom: 1px solid #574F72;
}
.navbar-right{
	margin-top: 15px;
}
.navbar-toggle{
	margin-top: 18px;
}
.navbar-default{
	border: none;
}
#navbarLink li a, .navbarLink a{
	color: #D9D1FA;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
#navbarLink li a:hover, .navbarLink a:hover, #navbarLink li a.active, .navbarLink a.active{
	color: #fff;
}
.navbarLink{
	text-align: center;
	line-height: 70px;
	padding: 0 135px 0 220px;
	white-space: nowrap;
}
.navbarLink a{
	margin: 0 20px;
}
.btnDownload{
	display: inline-block;
	height: 40px;
	width: 120px;
	background: url(../images/down_normal.png) 0 0 no-repeat;
}
.btnDownload.pos-a{
	right: 15px;
	top: 15px;
}
.btnDownload:hover{
	background: url(../images/down_hover.png) 0 0 no-repeat;
}
.btn-453F58,.btn-453F58:hover{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-color: #453F58;
} */


/*底部footer样式*/
footer{
	color: #fff;
	padding: 30px 0;
	margin-top: 50px;
	background-color: #353740;
}
#goTop{
	position: absolute;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	top: -50px;
	right: 30px;
	cursor: pointer;
	background-color: #353740;
}
.footer .loginTxt{
	margin-bottom: 50px;
}
.footer .loginTxt a{
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.footerLink .linkTit{
	color: #939AB1;
	font-weight: bold;
}
.footerLink  a{
	color: #fff;
}
.copyright{
	margin-top: 30px;
	font-size: 12px;
}
.copyright a{
	color: #fff;
	margin-right: 5px;
}

.explain{
	color: #777;
	font-size: 18px;
}

.watchVideoWrap .watchVideo {
	display: inline-block;
    color: #f60;
    font-size: 24px;
	/*padding-left: 40px;*/

}
.watchVideoWrap video{
	display: none;
}
.shadeDiv{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}
.whiteShadeDiv{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background-color: white;
}


/*字体尺寸*/
.f-b{font-weight: bold;}
.f-14{font-size: 14px}
.f-16{font-size: 16px}
.f-18{font-size: 18px}
.f-20{font-size: 20px}
.f-22{font-size: 22px}
.f-24{font-size: 24px}
.f-26{font-size: 26px}
.f-28{font-size: 28px}
.f-30{font-size: 30px}
.f-36{font-size: 36px}
.f-40{font-size: 40px}
.f-44{font-size: 44px}
.f-48{font-size: 48px}

/*字体颜色*/
.c-white{color: #fff}
.c-333{color: #333}
.c-666{color: #666}
.c-999{color: #999}
.c-ccc{color: #ccc}
.c-f60{color: #f60}
.c-0CBD2B{color: #0CBD2B}
.c-2C6FC6{color: #2C6FC6}
.c-857EE7{color: #857EE7}

/*背景颜色*/
.bg-2E2D49{background-color: #2E2D49}
.bg-fafafa{background-color: #fafafa}
.bg-fff{background-color: #fff}
.bg-f1eff8{background-color: #f1eff8}

/*宽度*/
.w-100{width: 100px;}
.w-150{width: 150px;}

/*高度*/
.h-50{height: 50px;}
.h-70{height: 70px;}
.minH-80{min-height: 80px;}

/*margin*/
.mt-8{margin-top: 8px}
.mt-10{margin-top: 10px}
.mt-20{margin-top: 20px}
.mt-30{margin-top: 30px}
.mt-40{margin-top: 40px}
.mt-50{margin-top: 50px}
.mt-60{margin-top: 60px}
.mt-70{margin-top: 70px}
.mt-80{margin-top: 80px}
.mt-90{margin-top: 90px}
.mt-100{margin-top: 100px}
.mb-20{margin-bottom: 20px}
.mb-30{margin-bottom: 30px}
.mb-50{margin-bottom: 50px}
.mb-80{margin-bottom: 80px}
.ml-50{margin-left: 50px}

/*padding*/
.pt-50{padding-top: 50px}
.pt-70{padding-top: 70px}
.pr-15{padding-right: 15px}

/*定位*/
.pos-s{position: static}
.pos-f{position: fixed}
.pos-r{position: relative}
.pos-a{position: absolute}




#loginSignupPanel{
	display: none;
	position: fixed;
	z-index: 9999;
	padding: 50px 100px 20px;
	width: 500px;
	background-color: #fff;
}
@media (max-width: 600px){
	#loginSignupPanel{
		padding: 50px 20px 20px;
		width: 340px;
	}
}
#loginSignupPanel.active{
	display: block;
}
#loginSignupPanel .btnCloseDialog{
	position: absolute;
	top: 5px;
	right: 5px;
	display: inline-block;
	width: 45px;
	height: 45px;
	cursor: pointer;
	background: url(../images/close.png) 0 0 no-repeat;
}
#loginSignupPanel .titName{
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
#loginSignupPanel .btnLoginFacebook, #loginSignupPanel .btnSignupFacebook, #loginSignupPanel .btnLogin, #loginSignupPanel .btnSignup{
	display: block;
	width: 300px;
	height: 50px;
	cursor: pointer;
}
#loginSignupPanel .btnLoginFacebook{
	background: url(../images/login_normal.png) 0 0 no-repeat;
}
#loginSignupPanel .btnLoginFacebook:hover{
	background: url(../images/login_hover.png) 0 0 no-repeat;
}
#loginSignupPanel .btnSignupFacebook{
	background: url(../images/sign_up_normal.png) 0 0 no-repeat;
}
#loginSignupPanel .btnSignupFacebook:hover{
	background: url(../images/sign_up_hover.png) 0 0 no-repeat;
}
#loginSignupPanel .btnLogin{
	margin-top: 20px;
	background: url(../images/login1_normal.png) 0 0 no-repeat;
}
#loginSignupPanel .btnLogin:hover{
	background: url(../images/login1_hover.png) 0 0 no-repeat;
}
#loginSignupPanel .btnSignup{
	margin-top: 20px;
	background: url(../images/sign_normal.png) 0 0 no-repeat;
}
#loginSignupPanel .btnSignup:hover{
	background: url(../images/sign_hover.png) 0 0 no-repeat;
}
#loginSignupPanel input{
	width: 300px;
	height: 50px;
	font-size: 16px;
	padding: 10px;
	border: 1px solid #999;
}
#loginSignupPanel .checkboxAgree{
	margin-top: 20px;
	overflow: hidden;
}
#loginSignupPanel .checkboxAgree span{
	display: inline-block;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	cursor: pointer;
	background: url(../images/checkbox_unchecked.png) 0 0 no-repeat;
}
#loginSignupPanel .checkboxAgree span.active{
	background: url(../images/checkbox_checked.png) 0 0 no-repeat;
}
#loginSignupPanel .forgotPWD{
	margin-bottom: 20px;
}
#loginSignupPanel .forgotPWD a{
	font-size: 14px;
	color: #999;
}
#loginSignupPanel .bottomTxt{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: -10px;
}
#loginSignupPanel .bottomTxt a{
	color: #f60;
}
#signupPanel{
	display: none;
}


