﻿@charset "utf-8";
/* 全局 */
html {background: none;}
body {background:#000; font-family: "微软雅黑","Arial","宋体"; color: #333; font-size: 12px; min-width:1000px;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {margin:0; padding:0; cellspacing:0; cellpadding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
input,select,textarea {font-size: 12px;}
ul,li,ol {list-style-type: none;}
img {border:0;}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
*html .clearfix {
	height:1%;
}
*+html .clearfix {
	height:1%;
}
body {background: url(/Content/images/login/banner_00.jpg) no-repeat center top #000;}
/*body, html {height:100%;}*/

/* 去掉A标签和按钮的虚线框 谷歌默认无虚线 */
a {blr:expression(this.onFocus=this.blur());} /* A标签：IE7 IE6  */
a:focus {outline:none;} /* A标签：FF IE8  */
input::-moz-focus-inner{border:0;} /* 按钮：FF */
area {outline:none;} /* 热区：360取消蓝色边线 */

/* 去掉谷歌两种文本框和下拉的阴影 */
input,textarea,select,button  {outline: none;}

/* 去掉谷歌文本框记住的样式 */
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
	/*-webkit-text-fill-color: #FF0000 !important;*/ /*文字颜色*/
	transition: background-color 50000s ease-in-out 0s; /*背景颜色*/
}

/* 特有 */
.clr{clear:both; font-size:0; height:0; line-height:0;}
.clr10{clear:both; font-size:0; height:10px; line-height:normal;}
.fl {float: left;}
.fr {float: right;}
.va_t{vertical-align:text-top;}
.va_c{vertical-align: middle;}
.va_b{vertical-align:text-bottom;}
.w_auto {width:auto;}
.h_auto {height:auto;}
.wh_auto {width:auto; height:auto;}

/* 链接 */
a {text-decoration: none; color: #FFF;}
a:hover {text-decoration: none; color: #FFEEAA;}

/* 浏览器升级提示 */
#errorie {text-align:center; position: absolute; top:20px; left:0; width:100%; color:#FFFFFF; font-size:16px; font-family:"微软雅黑","黑体";}

/* IE6 提示升级 */
.ie6_prohibit {background: #000; opacity:0.40; filter:alpha(opacity=40); position: fixed; left:0; top:0; width:100%; height:100%; z-index:1;}
.ie6_bg {background: url(/Content/images/ie6/ie6_bg.gif) repeat-x; height: 110px; position:relative; z-index:2;}
.ie6 {background: url(/Content/images/ie6/ie6.gif) no-repeat; width:924px; height: 110px; margin:0 auto; }
.ie6 ul {padding-left:310px; }
.ie6 li {float:left; padding-left:40px; }
.ie6 li a {width:61px; height: 110px; display:block; }

/* 登录页 */
.block_login_logo {
	text-align:center;
	padding:7% 0 45px;
}
.block_login {
	background:url(/Content/images/login/login_bg.png) no-repeat;
	width:1000px;
	height:520px;
	margin:9% auto 0;
}
.block_login .user_login {
	padding:65px 0 0 570px;
}
.block_login .user_login .logo {
	height:110px;
	padding-left:18px;
}
.block_login .login_bg {
	background:url(/Content/images/login/ico_01.png) no-repeat;
	width:350px;
	height:180px;
	/*margin:0 auto;*/
}
.block_login .login_bg ul {
	padding:0 0 0 50px;
}
.block_login .login_bg .text {
	padding-bottom:15px;
	position:relative;
}
.block_login .login_bg .text.a3 {
	padding-bottom:0;
}
/*.block_login .login_bg .a2 {
	background-position:8px -85px;
}
.block_login .login_bg .a3, .block_login .login_bg .a4 {
	background-position:8px -185px;
}*/
.block_login .login_bg .text input {
	background:none !important; border: none; padding: 0; width: 260px; color: #333; font-size:14px; height: 50px; line-height: 50px;
}
.block_login .login_bg .a3 input {
	width: 120px;
}
.block_login .login_bg .text input.text {
	color: #000; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;
}
.block_login .login_bg .a2 input {
	color: #878999;
}
.block_login .button {
	/*width:350px;
	margin:0 auto;*/
	padding-top:30px;
}
.block_login .button button {
    background:url(/Content/images/login/button.png) no-repeat;
	/*background: #0088FF;*/ border: none; margin:0; padding:0; cursor:pointer; overflow: visible; width:350px; height:50px;
	font-family:"微软雅黑","黑体"; color:#FFFFFF; font-size:18px; border-radius:0;
}
.block_login .button button:hover {
	/*background:#007BEA;*/
}
.block_login .button_a {
	font-size:14px;
	padding:12px 0 0;
	height:40px;
	width:350px;
	margin:0 auto;
	color:#999999;
}
.block_login .button_a a {
	color:#0088FF;
}
.block_login .button_a a:hover {
	color:#FF6600;
}
/*.block_login .button_a span {
	font-size:12px;
	color:#999999;
}
.block_login .button_a .fr i {
	font-style:normal;
	padding:0 8px;
	opacity:0.40; filter:alpha(opacity=40);
}
.block_login .button_a .fr a {
	color:#999999;
}
.block_login .button_a .fr a:hover {
	color:#FF6600;
}*/
.block_login .login_bg .code {
	position: absolute;
	top:10px;
	right:20px;
}
.block_login .login_bg .but {
	position: absolute;
	top:15px;
	right:20px;
}
.block_login .login_bg .but button {
	background: none; border: none; margin:0; padding:0; cursor:pointer; overflow: visible;
	font-size:14px; color:#FF6600;
}
.block_login .login_bg .assist {
	font-size:14px;
	color: #878999;
	padding-top:20px;
}
.block_login .login_bg .assist a {
	float:right;
	color: #878999;
}
.block_login .login_bg .assist a:hover {
	color: #FFF;
}
.block_login_b {
	padding-top:30px;
	padding-bottom:50px;
	text-align:center;
	line-height:30px;
	font-size:14px;
	color:#FFFFFF;
}
.block_login_b p {
	padding-bottom:15px;
}
.block_login_b .a1 {
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
	/*opacity:0.60; filter:alpha(opacity=60);*/
}
.block_login .login_tips {
	color: #FF3300;
	text-align:center;
}


.block_login.register .user_login {
	padding:45px 0 0 510px;
}
.block_login.register .title {
	height:50px;
	text-align:center;
}
.block_login.register .layui-form-item {
    margin-bottom: 5px;
}
.block_login.register .layui-form-label {
    padding: 9px 12px 9px 0;
    width: 110px;
	font-size:14px;
	color:#000000;
}
.block_login.register .layui-form-item .layui-input-inline {
    width: 300px;
}
.block_login.register .layui-input, .block_login.register .layui-select, .block_login.register .layui-textarea {
    border-radius:3px;
}
.block_login.register .code {
    padding: 5px 0 0;
	float:left;
}
.block_login.register .but {
    padding: 10px 0 0;
	float:left;
}
.block_login.register .but button {
	background: none; border: none; margin:0; padding:0; cursor:pointer; overflow: visible;
	font-size:14px; color:#FF6600;
}
.block_login.register .button {
    padding-top: 20px;
}

/*二维码*/
/*.block_login .login_code .a1 {
	height:237px;
	text-align:center;
}*/

/*选项卡*/
/*.tab_t {
	padding:30px 0 0 435px;
	height:130px;
}
.tab_t li {
	background:url(/Content/images/login/ico_04.png) no-repeat 0 bottom;
	width:116px;
	height:40px;
	display:block;
	cursor:pointer;
}
.tab_t li#anniu2_2 {
	background-position:0 0;
}
.tab_t li.on {
	display:none;
}
.tab_c#neirong2_2 p {
	text-align:center;
}
.tab_b {
	color:#2F57C7;
	font-size:14px;
	font-family:"微软雅黑","Arial";
	padding-left:105px;
}*/

/*登录选择*/
/*.block_login_choice {
	width:1032px;
	height:707px;
	background:url(/Content/images/login/choice_bg.png) no-repeat;
	margin:5% auto 20px;
}
.block_login_choice .choice_bg {
	padding:7px 0 0 11px;
	width:1000px;
}
.block_login_choice .choice_t {
	padding-right:40px;
}
.block_login_choice .choice_t li {
	float: right;
	width:95px;
}
.block_login_choice .choice_t a {
	display: block;
	height:150px;
	text-align:center;
	font-size:14px;
}
.block_login_choice .choice_t a span {
	background:url(/Content/images/login/ico_05.png) no-repeat center 50px;
	display: block;
	padding-top:90px;
}
.block_login_choice .choice_t .a2 a span {
	background-position: center -148px;
}
.block_login_choice .choice_t a:hover {
	font-weight:bold;
}
.block_login_choice .choice_c {
	height:468px;
}
.block_login_choice .choice_b {
	text-align:center;
	font-size:14px;
	line-height:25px;
}
.block_login_choice .choice_01 li {
	float:left;
	padding:0 0 0 85px;
}
.block_login_choice .choice_01 li.a2 {
	padding-left:35px;
}
.block_login_choice .choice_01 li.a3 {
	padding-left:35px;
}
.block_login_choice .choice_01 li a {
	display: block;
}
.block_login_choice .choice_01 .ps {
	background:url(/Content/images/login/ico_06.png) no-repeat 85px 49px;
	padding:58px 0 0 125px;
	color:#2F57C7;
	font-size:14px;
	height:75px;
}
.block_login_choice .choice_01 .point {
	padding:50px 0 0 85px;
	color:#2F57C7;
	font-size:14px;
}
.block_login_choice .choice_02 .title {
	font-size:18px;
	text-align:center;
	color:#000000;
	font-family:"微软雅黑","黑体";
	padding:65px 0 30px;
}
.block_login_choice .choice_02 .form table {
	margin:0 auto;
}
.block_login_choice .choice_02 .form th {
	color:#525252;
	text-align: right;
	padding-right:10px;
	font-size:14px;
	font-weight: normal;
}
.block_login_choice .choice_02 .form td {
	padding:7px 0;
}
.block_login_choice .choice_02 .form .star {
	color: #FF0000;
	padding-right:3px;
}
.block_login_choice .choice_02 .form .text input {
	background: #FFF; border: 1px solid #90BBE3; padding: 0 10px; width: 297px; height: 47px; line-height: 47px; color: #333; font-size:16px;
}
.block_login_choice .choice_02 .form .button input {
	background: url(/Content/images/login/button2.png) no-repeat; border: none; margin:0; padding:0; cursor:pointer; overflow: visible;
	width:319px; height:45px; line-height:45px; font-size:18px; color:#FFF; font-family:"微软雅黑","黑体";
}*/

/*APP下载*/
/*.body_app_download {
	background:url(/Content/images/login/app_download.jpg) no-repeat center 0 #FFF;
	min-width:1250px;
}
.app_download .return {
	text-align:right;
	padding:25px 0 0;
	width:1200px;
	margin:0 auto;
	height:740px;
}
.app_download .return a {
	background:url(/Content/images/login/ico_08.png) no-repeat;
	font-size:14px; color:#FFF; font-family:"微软雅黑","黑体";
	width:150px;
	height:37px;
	line-height:37px;
	text-align:center;
	display:inline-block; *display:inline; zoom:1;
}
.app_download .return a:hover {
	opacity:0.90; filter:alpha(opacity=90);
}
.app_download .copyright {
	text-align:center;
	color:#4F4F4F;
	padding-bottom:30px;
}
.app_download .copyright a {
	color:#4F4F4F;
}
.app_download .copyright a:hover {
	color:#FF6600;
}
.app_download .copyright .pic {
	padding-top:20px;
}*/

/*背景图切换*/
/*#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em;}
#supersized { display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }
#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading {width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
#supersized img { max-width: none !important }*/