body{
	width:100%;
	min-height:570px;
	min-width:1050px;
	position:relative;
    background:url("../images/login_bg.jpg") #3d5fa6;
    background-repeat:no-repeat;
    /*background-size:cover;
    background-position:center;*/
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/login_bg.jpg',sizingMethod='scale'); 
}

.login_icon_group{
	padding-top: 30px;
}
.login_icon_group .top_btn{
	width:100px;
	height:40px;
	line-height:40px;
	display:inline-block;
	cursor:pointer;
	margin-right: 40px;
}
.logo{
    float:left;
}
.download_icon{
	background:url("../images/login_download.png") no-repeat;
    float:right;
    padding-left:48px;
}
.download_icon:hover{
	background:url("../images/login_download_hot.png") no-repeat;
}
.login_icon_group .back_to_login{
	display:none;
	width:160px;
	background:url("../images/dl_back.png") no-repeat;
    float:right;
    padding-left:50px;
}
.login_icon_group .back_to_login:hover{
	background:url("../images/dl_back_hot.png") no-repeat;
}
.login_icon_group .language_icon{
	width:130px;
	height:50px;
    float:right;
    margin-right:40px;
    margin-left:20px;
    background:url("../images/login_language.png") no-repeat;
}
.login_icon_group .language_icon:hover{
    background:url("../images/login_language_hot.png") no-repeat;
}
.login_icon_group .language_icon i{
	display:inline-block;
	width:28px;
	height:28px;
	margin:0 10px 0 6px;
	vertical-align: middle;
}
.login_icon_group .language_chn i{
	background:url("../images/login_language_chn.png") no-repeat;
}
.login_icon_group .language_eng i{
	background:url("../images/login_language_eng.png") no-repeat;
}
.login_icon_group .language_container{
	padding:7px 0;
	display:none;
	height:102px;
	width:130px;
	background:url("../images/login_language_menu.png") no-repeat;
	position:absolute;
	top:75px;
	right:40px;
	z-index:110;
}
.language_container .lang_option{
	padding:8px 10px 0 10px;
	width:130px;
	height:44px;
	cursor: pointer;
}
.language_container .lang_option:hover{
	background:#9fc0eb;
}
.language_container .lang_option i{
	display:inline-block;
	width:28px;
	height:28px;
	margin:0 10px 0 0;
	vertical-align: middle;
}
.language_container .chn_option i{
	background:url("../images/login_language_chn.png") no-repeat;
}
.language_container .eng_option i{
	background:url("../images/login_language_eng.png") no-repeat;
}

.content_container{
	height:420px;
	width:1000px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-210px;
	margin-left:-500px;
	/*margin:0 auto;*/
	text-align:center;
}

.login_title{
	float:left;
    display: inline-block;
    margin-right:200px;
    /*margin-top:175px;*/
    vertical-align:top;
}
.login_box{
	float:right;
	display:inline-block;
    width: 380px;
    height: 420px;
    background: #fff;
    margin: 0;
    /*margin-top: 174px;*/
    padding: 50px 50px 0 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.login_button{
    width: 280px;
    height: 50px;
    margin-top: 30px;
    background: #2997da;
    color:#fff;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url("PIE.htc");
}

.login_box input{
    padding-left: 10px;
    width: 280px;
    height: 50px;
    border:1px solid #d2d2d2;
    line-height: 50px;
}
.login_box .user_pwd{
    margin-top: 30px;
}

.choose_box{
    margin-top: 15px;
}
.choose_box span{
    font-size:14px;
    color:#323232;
    margin-left: 8px;
}
.choose_btn{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/checkbox.png") no-repeat;
    cursor: pointer;
    vertical-align: middle;
}
.choosed_btn{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/checkbox_sel.png") no-repeat;
    cursor: pointer;
    vertical-align: middle;
}
.foot{
	width:100%;
	position:absolute;
	bottom:50px;
	left:0;
	height:30px;
    font-size: 12px;
    color:#619ad8;
    text-align: center;
    line-height:30px;
    /*margin-bottom: 10px;*/
}
.check_code_box{
    box-sizing: border-box;
    height: 50px;
    width: 280px;
    margin-top: 30px;
    position: relative;
}

.check_img{
	border:1px;
    height: 40px;
    background: red;
    position: absolute;
    top: 5px;
    right: 10px;

}

.download_container{
	display:none;
	width:1200px;
	height:500px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background:#fff;
    position:absolute;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-600px;
	z-index:100;
	text-align:center;
}
.download_title{
	width:100%;
	margin:40px 0;
	font-size:30px;
	color:#323232;
}
.download_main{
	width:1090px;
	height:340px;
	margin:0 auto;
}
.left_box{
	width:530px;
	height:340px;
	float:left;
	display:inline-block;
}
.left_top{
	width:530px;
	height:190px;
	margin-bottom:10px;
	background:#eaedf3;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-top:25px;
}
.win_load{
	width:280px;
	height:80px;
	display:block;
    background: url("../images/dl_win.png") no-repeat;
    color:#fff;
    font-size:20px;
    padding-left:80px;
    text-align:left;
    text-decoration:none;
    margin:0 auto;
    padding-top:16px;
}
.win_v{
	font-size:14px;
}
.win_load:hover{
	color:#fff;
	text-decoration:none;
    background: url("../images/dl_win_hot.png") no-repeat;
}
.win_introduce{
	width:280px;
    margin:20px auto 0 auto;
    color:#777;
    font-size:12px;
}

.left_bottom{
	width:530px;
	height:140px;
	margin-bottom:10px;
	background:#eaedf3;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-top:40px;
}

.mac_load{
	width:210px;
	height:60px;
	display:inline-block;
    background: url("../images/dl_mac.png") no-repeat;
    color:#fff;
    font-size:20px;
    padding-left:66px;
    text-align:left;
    text-decoration:none;
    margin:0 auto;
    padding-top:6px;
}
.rtx_load{
	width:210px;
	height:60px;
	display:inline-block;
    background: url("../images/dl_rtx.png") no-repeat;
    color:#fff;
    font-size:20px;
    padding-left:66px;
    text-align:left;
    text-decoration:none;
    margin:0 auto;
    /* padding-top:6px; */
    margin-left:30px;
    vertical-align: top;
    line-height: 60px;
}
.mac_load:hover{
	color:#fff;
	text-decoration:none;
    background: url("../images/dl_mac_hot.png") no-repeat;
}
.rtx_load:hover{
	color:#fff;
	text-decoration:none;
    background: url("../images/dl_rtx_hot.png") no-repeat;
}

.right_box{
	width:530px;
	height:340px;
	float:right;
	display:inline-block;
	background:#eaedf3;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align:center;
    padding-top:25px;
}
.right_left{
	display:inline-block;
	width:210px;
}
.right_right{
	display:inline-block;
	width:210px;
	margin-left:30px;
}
.android_load{
	width:210px;
	height:60px;
	display:inline-block;
    background: url("../images/dl_abdroid.png") no-repeat;
    color:#fff;
    font-size:20px;
    padding-left:66px;
    text-align:left;
    text-decoration:none;
    margin:32px auto 0 auto;
    padding-top:6px;
}
.ios_load{
	width:210px;
	height:60px;
	display:inline-block;
    background: url("../images/dl_ios.png") no-repeat;
    color:#fff;
    font-size:20px;
    padding-left:66px;
    text-align:left;
    text-decoration:none;
    margin:32px auto 0 auto;
    padding-top:6px;
}
.android_load:hover{
	color:#fff;
	text-decoration:none;
    background: url("../images/dl_abdroid_hot.png") no-repeat;
}
.ios_load:hover{
	color:#fff;
	text-decoration:none;
    background: url("../images/dl_ios_hot.png") no-repeat;
}
.download_main a:link {color:#fff;text-decoration:none;outline:none;}

.download_main a:visited {color:#fff;text-decoration:none;outline:none;}

.download_main a:hover {color:#fff;text-decoration:none;outline:none;}

.download_main a:active {color:#fff;text-decoration:none;outline:none;}
