* {
	margin: 0px;
	padding: 0px;
}

body {
    font-size: 14px;
    font-family: arial, "Microsoft YaHei";
    color: #666;
    background: #f5f5f5;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #568ff7;
}

/********** 登录 **********/
.main {
	width: 100%;
	min-height: 700px;
	height: auto;
	background: url(../images/bg.jpg) center top no-repeat;
}

.header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 80px 0px 0px 0px;
}

.logo img {
	margin: 0 auto;
    display: block;
}

.logo-text img {
    display: block;
	margin: 0 auto;
	margin-top: 38px;
}

.container-login {
	width: 860px;
	min-height: 400px;
	height: auto;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 4px 4px 0px rgba(0,58,150,0.10);
	margin: 0 auto;
	margin-top: 70px;
}

.footer {
 	width: 100%;
 	height: auto;
 	color: #999;
 	line-height: 28px;
 	text-align: center;
 	padding: 50px 0px 30px 0px;
}

.login-con {
	width: 370px;
	float: left;	
	display: block;	
	padding: 30px;
}

.trnds-con {
	width: 370px;
	float: left;
	display: block;
	padding: 30px 30px 20px 30px;
	background: url(../images/trnds_bg.png) repeat-y;
	border-radius: 0px 20px 20px 0px;
}

.login-con-title {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.login-con-tit-line {
	width: 100%;
	height: 2px;
	background: #c7ddff;
	margin-top: 10px;
}

.login-con-tit-line-t {
	width: 50px;
	height: 2px;
	background: #68a1f6;
}

.form-group {
	margin-bottom: 20px;
	float: left;
	display: block;
}

.form-group-title {
	font-size: 16px;
	line-height: 40px;
	color: #666;
	width: 65px;
	margin: 0px 10px;
	display: block;
    float: left;
}

.form-group input {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    height: 40px;
    width: 285px;
    color: #666;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
}

.form-group input:focus{ /* 文本框输入样式 */
	border-color: #66afe9;                     
	outline: 0;                     
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);                     
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

input::-webkit-input-placeholder { /* 文本框输入样式: WebKit, Blink, Edge */
    color: #999;
}
:-moz-placeholder { /* 文本框输入样式: Mozilla Firefox 4 to 18 */
    color: #999;
}
::-moz-placeholder { /* 文本框输入样式: Mozilla Firefox 19+ */
    color: #999;
}
input:-ms-input-placeholder { /* 文本框输入样式: Internet Explorer 10-11 */
    color: #999;
}
input::-ms-input-placeholder { /* 文本框输入样式: Microsoft Edge */
    color: #999;
}

.form-group input.input-error{ /* 文本框错误提示，边框样式 */
	border-color: #eaa8a8;                     
	outline: 0;                     
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(233,168,168,.6);                     
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(233,168,168,.6)
}

.form-group input.login-input-code {
	width: 97px;
}

.login-code-pic {
	width: 84px;
	height: 32px;
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	float: left;
    overflow: hidden;
    padding-top: 6px;
    margin: 0px 12px;
}

.login-code-pic img {
	margin-top: 4px 0px 0px 0px;
}

.refresh-btn {
	width: 78px;
	height: 40px;
	float: left;
}

.refresh-btn a {
	width: 78px;
	height: 40px;
	background: url(../images/refresh_btn_1.png) no-repeat;
	float: left;
}

.refresh-btn a:hover {
	background: url(../images/refresh_btn_2.png) no-repeat;
}

.refresh-btn a:active {
	background: url(../images/refresh_btn_3.png) no-repeat;
}

.login-btn {
	width: 178px;
	height: 53px;
	float: left;
	margin: 10px 10px 0px 4px;
}

.login-btn a {
	width: 178px;
	height: 53px;
	background: url(../images/login_btn_1.png) no-repeat;
	float: left;
}

.login-btn a:hover {
	background: url(../images/login_btn_2.png) no-repeat;
}

.login-btn a:active {
	background: url(../images/login_btn_3.png) no-repeat;
}

.register-btn {
	width: 178px;
	height: 53px;
	float: left;
	margin-top: 10px;
}

.register-btn a {
	width: 178px;
	height: 53px;
	background: url(../images/register_btn_1.png) no-repeat;
	float: left;
}

.register-btn a:hover {
	background: url(../images/register_btn_2.png) no-repeat;
}

.register-btn a:active {
	background: url(../images/register_btn_3.png) no-repeat;
}

.login-forget-password {
	float: right;
	margin-top: 10px;
}

.login-forget-password i {
	width: 16px;
	height: 16px;
	margin: 2px 4px 0px 0px;
	float: left;
}

.login-forget-password a {
	color: #568ff7;
}

.login-forget-password a:hover {
	color: #0a4eca;
	text-decoration: underline;
}

.login-con-tit-line-trnds {
	width: 80px;
	height: 2px;
	background: #68a1f6;
}

.trnds-con ul {
	width: 345px;
    height: 292px;
    margin-left: 12px;
	list-style: none;
	line-height: 36px;
	overflow: hidden;
}

.trnds-con-title {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.trnds-con ul li a {
	color: #999;
}

.trnds-con ul li a:hover {
	color: #568ff7;
}

.trnds-con ul li .trnds_list {
	margin-right: 6px;
}

.form-group-error {
	width: 100%;
	height: 30px;
	background: #ffebec;
	border: 1px solid #eaa8a8;
	color: #d11d1d;
	line-height: 30px;
	margin-top: -20px;
	margin-bottom: 10px;
	border-radius: 2px;
}

.form-group-error .form-group-error-ico {
	float: left;
	margin: 3px 5px 0px 10px;
}

.form-group-error .form-group-error-close {
	float: right;
	width: 16px;
	height: 16px;
	margin: 7px 8px 0px 0px;
}

.form-group-error .form-group-error-close a {
	width: 16px;
	height: 16px;
	background: url(../images/form_error_close_1.png) no-repeat;
	float: right;
}

.form-group-error .form-group-error-close a:hover {
	background: url(../images/form_error_close_2.png) no-repeat;
}


/********** 通知公告-详细 **********/
.trends-detailed {
	width: 800px;
	float: left;
	display: block;
	padding: 20px 30px 0px 30px;
}

.trends-detailed-con {
	width: auto;
	padding: 0px 50px;
	margin: 0 auto;
}

.trends-detailed-con-tit {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	text-align: center;
	margin-bottom: 10px;
}

.trends-detailed-con-main {
	width: 100%;
	color: #666;
	line-height: 32px;
	overflow: auto;
    height: 225px;
    white-space: pre-wrap;
}

.return-btn {
	width: 178px;
	height: 53px;
	margin: 0 auto;
	margin-top: 10px;
}

.return-btn a {
	width: 178px;
	height: 53px;
	background: url(../images/return_btn_1.png) no-repeat;
	float: left;
}

.return-btn a:hover {
	background: url(../images/return_btn_2.png) no-repeat;
}

.return-btn a:active {
	background: url(../images/return_btn_3.png) no-repeat;
}

.trends-detailed .trnds-con-title {
    margin-bottom: 15px;
}

/*滚动条样式*/
.trends-detailed-con-main::-webkit-scrollbar {
    width: 6px;
}
.trends-detailed-con-main::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.trends-detailed-con-main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

.trends-detailed-con-main p {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	font-weight: bold;
	color: #2a6be1;
}

.trends-detailed-download {
	float: left;
	line-height: 40px;
}

.trends-detailed-con-main p a {
	width: 	80px;
	height: 30px;
	line-height: 30px;
	background: #5c82ff;
	display: block;
	border-radius: 4px;
	margin: 5px 0px 5px 50px;
	color: #fff;
	text-align: center;
}

.trends-detailed-con-main p a:hover {
	background: #2b6be0;
}


/********** 注册 **********/
.header-register {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 30px 0px 0px 0px;
}

.container-register {
	width: 500px;
	min-height: 400px;
	height: auto;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 4px 4px 0px rgba(0,58,150,0.10);
	margin: 0 auto;
	overflow: auto;
}

.register-con {
	width: 440px;
	float: left;	
	display: block;	
	padding: 30px;
}

.register-form-group-title {
	font-size: 16px;
	line-height: 40px;
	color: #666;
	width: 80px;
	margin: 0px 10px 0px 0px;
	display: block;
    float: left;
    text-align: right;
}

.register-form-group-title em {
	color: #dd0000;
	font-size: 18px;
	font-weight: bold;
	height: auto;
    line-height: 30px;
    margin-top: 8px;
    margin-right: 4px;
    float: right;
}

.register-form-group-title span {
	float: right;
}

.register-con-form {
	float: left;
	margin-left: 30px;
}

.register-con .register-btn {
	margin-right: 10px;
}

.register-con .return-btn {
	float: left;
}

/********** 下拉框样式 **********/
/*.form-group select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance:none;
	background:none;
	background:white\9\0;
    height: 40px;
    width: 285px;
	border:1px solid #e4e4e4;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
    padding: 0px 10px;
    box-sizing: border-box;
    float: left;
}*/

.selectbox { 
	width: 283px; 
	display: inline-block; 
	overflow-x: hidden; 
	height: 38px; 
	font-size: 0;  
	background:#fff url(../images/arrow.png) right center no-repeat; 
	border:1px solid #e4e4e4;
	border-radius: 4px;
    color: #666;
    font-size: 14px;
	vertical-align: middle;
	}

.selectbox select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance:none;
	background:none;
	background:white\9\0;
	cursor: pointer; 
	padding: 0 10px; 
	height: 38px; 
	line-height: 38px; 
	font-size: 14px; 
	width:100%; 
	background:none; 
	border: none;
	color: #666;
	}

.selectbox select option { 
	padding:5px;
}

.form-group select::-ms-expand {
	color: #568ff7;
	font-size:22px;
	background: #edf4ff;
	border: 0px;
	width: 28px;
	margin-right: -50px;
}

/*.form-group .select-diy {
	position:relative;
	width:285px;
	float: left;
}*/

/*.form-group .select-diy-select {
	position:absolute;
	top:0px;
	right:1px;
	width:31px;
	height:40px;
	background: url("../images/arrow.png") center center no-repeat;
	border-radius:0px 4px 4px 0px;
}*/

.form-group select:focus{ /* 下拉框输入样式 */
	border-color: #d8e4f6;                     
	outline: 0;                     
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);                     
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

/********** 注册成功 **********/
.container-register-success {
	width: 500px;
	min-height: 370px;
	height: auto;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 4px 4px 0px rgba(0,58,150,0.10);
	margin: 0 auto;
	overflow: auto;
	margin-top: 40px;
	margin-bottom: 50px;
}

.register-success-pic img {
	margin: 35px auto;
    display: block;
}

.register-success-text {
    width: 100%;
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 30px;
}

/********** 找回密码 **********/
.container-forpassword {
	width: 500px;
	min-height: 370px;
	height: auto;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 4px 4px 0px rgba(0,58,150,0.10);
	margin: 0 auto;
	overflow: auto;
	margin-top: 40px;
	margin-bottom: 50px;
}

.container-forpassword .login-con-tit-line-t {
	width: 100px;
	height: 2px;
	background: #68a1f6;
}

.password-btn {
	width: 178px;
	height: 53px;
	float: left;
	margin: 10px 14px 0px 4px;
}

.password-btn a {
	width: 178px;
	height: 53px;
	background: url(../images/forget_password_btn_1.png) no-repeat;
	float: left;
}

.password-btn a:hover {
	background: url(../images/forget_password_btn_2.png) no-repeat;
}

.password-btn a:active {
	background: url(../images/forget_password_btn_3.png) no-repeat;
}