/*common style*/
* {
	margin:0;
	padding:0;
}
body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #FFF;
}

:focus {
	outline: 0;
}
.xbtn {
	background-repeat: no-repeat;
	cursor: pointer;
}
.xbtn:hover {
	background-position: bottom;
}

input {
	border: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
	height: 15px;
}
/*layout*/
#wrapper {
	width:1024px;
	height:auto;
	background-color: #FFF;
	margin: 0 auto;
}
#header {
	width: 1024px;
	height: 260px;
	margin: 0 auto;
	overflow: hidden;
}
.clear-fix {
    clear: both;
}
/*#header .bg {
	width: 1024px;
	height: 260px;
	background-image: url(../images/bg_index_sky.png);
	background-repeat: no-repeat;
	position: relative;
}
#header .bg .logo {
	width: 230px;
	height: 90px;
	background-image: url(../images/img_math8_logo.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 5px;
	top: 2px;
	z-index: 3;
}
#header .bg .cloud {
	width: 1060px;
	height: 260px;
	background-image: url(../images/bg_index_cloud.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
	animation: cloud_anim 6s infinite;
	-webkit-animation: cloud_anim 6s infinite;
}

@keyframes cloud_anim {
	0% {
		transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px); 
		-webkit-transform: translate(0px, 0px); 
	}
	25% {
		transform: translate(-30px, 0px);
		-ms-transform: translate(-30px, 0px); 
		-webkit-transform: translate(-30px, 0px); 
	}
	40% {
		transform: translate(-30px, 0px);
		-ms-transform: translate(-30px, 0px); 
		-webkit-transform: translate(-30px, 0px); 
	}
	100% {
		transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px); 
		-webkit-transform: translate(0px, 0px); 
	}
}

#header .bg .land {
	width: 1024px;
	height: 260px;
	background-image: url(../images/bg_index_land.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
}
#header .bg .char {
	width: 105px;
	height: 170px;
	background-image: url(../images/img_index_bighead.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 200px;
	bottom: 13px;
	z-index: 2;
}
#header .bg .car {
	width: 150px;
	height: 260px;
	background-image: url(../images/img_index_car.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 170px;
	z-index: 2;
}
#header .bg .bottom {
	width: 1024px;
	height: 32px;
	background-image: url(../images/img_front_bottom.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 228px;
	z-index: 3;
}*/
#left {
	width:290px;
	height:auto;
	float: left;
	padding: 0 0 0 24px;
	background-color: #FFF;
}
#login {
	width:290px;
	height:200px;
	position: relative;
	background-image: url(../images/login_bg.png);
	background-repeat: no-repeat;
}
#login input {
	width: 125px;
	height: 20px;
	position: absolute;
	left: 35px;
	font-size: 12px;
	line-height: 20px;
	color: #323232;
	background: transparent;
}
#login .user_login {
	top: 66px;
}
#login .user_pass {
	top: 110px;
}
#login .btn_forgetpw {
	width:150px;
	height:20px;
	position: absolute;
	left: 25px;
	top: 135px;
	background-image:url(../images/btn_forgetpw.png);
}
#login .btn_login {
	width:95px;
	height:71px;
	position: absolute;
	top: 65px;
	left: 175px;
	background-image:url(../images/btn_login.png);
}
#login #btn_gotoGS8{
    width:180px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	bottom: 15px;
    background-image: url("../images/btn_gogs.png");
}
#chart {
	width:290px;
	height:314px;
	background-image: url(../images/chart.png);
	background-repeat: no-repeat;
}
#right {
	width:710px;
	height:auto;
	float: right;
	background-image: url(../images/content_bg.png);
	background-repeat: no-repeat;
}
#footer {
	width:1024px;
	height:50px;
	margin: 0 auto;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
}
#footer_btn {
	width:1024px;
	height:50px;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
}
/*btn*/
.btn_i_intro {
	background-image:url(../images/btn_i_intro.png);
	background-repeat:no-repeat;
	width:130px;
	height:50px;
	display:block;
	float: left;
}
.btn_i_terms {
	background-image:url(../images/btn_i_terms.png);
	background-repeat:no-repeat;
	width:130px;
	height:50px;
	display:block;
	float: left;
}
.btn_i_faq {
	background-image:url(../images/btn_i_faq.png);
	background-repeat:no-repeat;
	width:130px;
	height:50px;
	display:block;
	float: left;
}
.btn_i_guide {
	background-image:url(../images/btn_i_guide.png);
	background-repeat:no-repeat;
	width:130px;
	height:50px;
	display:block;
	float: left;
}
.btn_i_contact {
	background-image:url(../images/btn_i_contact.png);
	background-repeat:no-repeat;
	width:130px;
	height:50px;
	display:block;
	float: left;
}
.btn_i_application {
	background-image:url(../images/btn_i_application.png);
	background-repeat:no-repeat;
	width:130px;
	height:50px;
	display:block;
	float: left;
}
.btn_join_now {
	background-image:url(../images/btn_join_now.png); 
	background-repeat:no-repeat;
	width:200px;
	height:30px;
	display:block;
	margin-right: 30px;
	text-indent: -2000px;
	text-decoration: none;
}
/*interactive*/
a {
	outline: 0;
}
a:link {
	background-position:top;
}
a:hover {
	background-position:bottom;
}
/*typo*/
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:justify;
	line-height: 1.8em;
	color: #323232;
	font-weight: normal;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	letter-spacing: 0.1em;
	color: #8BC53F;
}
.ranking_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
	color: #323232;
}
#FlashID_png{
        background-repeat: no-repeat;
        width: 200px;
        height:200px;
        display: block;
        float: left;
}
.FlashID_png {
	background-repeat: no-repeat;
	width: 200px;
	height:200px;
	display: block;
	float: left;
}



#promoBtns {
	position: relative;
	width: 640px;
	height: 200px;
	text-align: center;
}
#promoBtns .item {
	display: inline-block;
	width: 200px;
	height: 200px;
	/*margin: 0 5px;*/
	cursor: pointer;
	background-repeat: no-repeat;
}
.promoItem {
	display: inline-block;
	width: 200px;
	height: 200px;
	margin: 0 5px;
}
#flashLayer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 640px;
	visibility: hidden;
}
/*#flashBtn1,#flashBtn2,#flashBtn3 {*/
#flashLayer > ul.slides > .item {
	margin: 0 5px;
}
#imgLayer {
	position: absolute;
	top: 0;
	left: 5px;
	z-index: 20;
	width: 630px;
	overflow: hidden;
	white-space: nowrap;
	visibility: hidden;
}
#imgLayer > ul.slides > .item {
	width: 200px;
	height: 200px;
	margin: 0 5px;
	cursor: pointer;
}
#imgLayer .item:hover {
	background-position: left bottom;
}

#btn_marsResult {
	position: relative;
	width: 400px;
	height: 60px;
	margin: 0 auto;
}
#btn_marsResult #mr_flash {
	position: absolute;
	width: 400px;
	height: 60px;
	visibility: hidden;
	z-index: 10;
}
#btn_marsResult #mr_png {
	position: absolute;
	width: 400px;
	height: 60px;
	background: url('../images/btn_mars_result.png') no-repeat;
	visibility: hidden;
	cursor: pointer;
	z-index: 20;
}
#btn_marsResult #mr_png:hover {
	background-position: bottom;
}

/*
#btn_marsResult {
	position: relative;
	width: 400px;
	height: 60px;
	margin: 0 auto;
}
#btn_marsResult #mr_flash {
	position: absolute;
	width: 400px;
	height: 60px;
	visibility: hidden;
	z-index: 10;
}
#btn_marsResult #mr_png {
	position: absolute;
	width: 400px;
	height: 60px;
	background: url('../images/btn_mars_result.png') no-repeat;
	visibility: hidden;
	cursor: pointer;
	z-index: 20;
}
#btn_marsResult #mr_png:hover {
	background-position: bottom;
}
*/

#popLayer {
    background: rgba(0,0,0,0.85);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}
#videoPop {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1000;
    display: none;
}
#videoPop .btn_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    background: url('../images/btn_close.black-circle.png') center center no-repeat;
    background-size: 100%;
    cursor: pointer;
}

