
/* `common 
-------------------------------------------------- */
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden}
.clearfix{display:inline-block}
*html .clearfix{height:1%}
.clearfix{display:block}
.clear{clear:both}
a {
    cursor:pointer;
    color: #888;
    text-decoration: none;
}
a:hover {
    color: #888;
    text-decoration: underline;
}
.left{
    float:left; 
}
.right {
    float:right;
}
.center {
	margin: 0 auto;
}

/* container 
-------------------------------------------------- */
html {
	height: 100%;
}
body {
	font-family: "Microsoft YaHei", Arial, Vendana;
	font-size: 12px;
	height:100%;
	min-height: 645px;
	position:relative;
}
body.index {
    min-height: 900px;
    _height: 900px;
}
.container {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
    position: relative;
}

/* header menu
-------------------------------------------------- */
.header_menu {
    background: url(../img/bg_header_menu.png);
    _background:#666;
    border-bottom: 3px solid #149234;
    padding: 5px 0;
}
#logo {
    float: left;
    height: 30px;
    margin-right: 10px;
    width: 83px;
    background: url(../img/logo_text.png) no-repeat;
    _background: url(../img/ie6/logo_text.png) no-repeat;
}
.follow_us {
	margin-top: 6px;
}
.tab-text {
    float:right;
    line-height:30px;
}
.tab-text a{
	color: #3A96D7;
	font-size: 16px;
}
.tab-text a:hover {
    text-decoration: none;
}

/* splash
-------------------------------------------------- */
.splash {
    background:#F7F0E0 url(../img/index/splash.png) no-repeat center 0;
    _background:none;
}
.splash-cover {
    background:url(../img/index/bg_splash_cover.png);
    _background:#333;
}
.splash .container {
    height: 450px;
}
.slogan {
    position:absolute;
    top: 50px;
    left: 10px;
    width:340px;
    height:71px;
    background:url(../img/index/slogan.png);
    _background:url(../img/ie6/slogan.png);
}
.thumb {
	position:absolute;
    bottom: -32px;
    right: -10px;
    width:589px;
    height:366px;
    background:url(../img/index/thumb.png);
    _background:url(../img/ie6/thumb.png);
}
.login-btns {
    float: left;
    margin-top: 250px;
}
.login-btns a {
	display:block;
	margin-bottom: 30px;
	width:239px;
	height:48px;
}
.btn-sina {
    background:url(../img/index/weibo.png) no-repeat;
    _background:url(../img/ie6/weibo.png) no-repeat;
}
.btn-tencent {
    background:url(../img/index/qlogin.png) no-repeat;
    _background:url(../img/ie6/qlogin.png) no-repeat;
}
/* feature
-------------------------------------------------- */
.feature {
	height: 350px;
	background: #fff;
}
.feature-list {
    padding: 50px 10px;
}
.feature-list li{
    display: inline;
    width: 320px;
}
.feature-thumb {
    color:#3A96D7;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    width: 230px;
}
.feature-intro {
    margin-top: 20px;
    line-height: 2;
    color: #444;
    width: 230px;
    text-align: left;
}
/* main
-------------------------------------------------- */
#main {
    height: 470px;
    background: #fff;
    padding-top: 130px;
    
}
.error_img{
    margin-left: 100px;
}
.error_text{
    bottom: 25px;
    font-size: 28px;
    left: 348px;
    position: absolute;
}
/* return
-------------------------------------------------- */
.return_img {
    float: left;
    margin: 20px 30px 0 50px;
}
.return {
    float: left;
}
.index_title {
    color: #EC7064;
    font-size: 20px;
    margin-bottom: 15px;
}
table {
    font-size: 14px;
}
table td {
    border: 1px solid #E1E1E1;
    padding:7px 5px;
}
td.title {
    width: 100px;
    text-align: right;
    background: #B9E8AF;
    color: #7B7B7B;
}
td.content {
    width:245px;
    background: #F2F2F2;
    color: #3A96D7; 
}
span.success {
    color:#01B168;
}
span.fail {
    color: #EC7064;
}
span.invalid {
    color: #FF9900;
}
/* upgrade
-------------------------------------------------- */
.browsers {
    text-align:center;	
}
.browser_list {
    height:100px;
    width:625px;
    margin: 50px auto;
}
.browser_list li {
    float:left;
}
.browser_list li a{
    width:125px;
    float:left;
}
.browser_list li a:hover{
    color:#EC7064;
}
.browser_list img {
    display: block;
    margin: 10px auto;
}

/* footer
-------------------------------------------------- */
#footer {
	background-color: #000;
	color: #fff;
	padding: 15px 0;
	width: 100%;
	position:absolute;
	bottom: 0;
	left: 0;
}
.follow_me {
    background: url("../img/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    _background: url("../img/ie6/logo.png") no-repeat;
    float: left;
    height: 24px;
    width: 64px;
    padding-left: 24px;
}
#footer .container div {
    line-height: 24px;
}