/* ----------------------------------- layout ----------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #f9f9f9;
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ol,ul {
	list-style: none;
}
a {
	color: #900b09;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
img {
	border: 0;
}
a,input,textarea,button {
    outline: 0;
}
.gray {
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    background: #AE4141;
    border: 1px solid #AE4141;
    color: #FFF;
    padding: 4px 12px;
    border-radius: 4px;
    cursor: pointer;
}
.gray:hover {
	background: #900b09;
	color: #FFF;
}

/* ----------------------------------- header ----------------------------------- */
#header_item {
	width: 100%;
	position: relative;
}
#header_index {
	width: 1129px;
	margin: 0 auto;
	height: 80px;
	line-height: 80px;
}
#header-l {
	float: left;
	width: 55%;
	height: 80px;
}
#header_index .logo {
	float: left;
	height: 80px;
}
#header_index .logo img {
	display: block;
	width: 195px;
	height: 44px;
	margin: 18px 0;
}
#header-l .header-menu {
    float: left;
    margin: 0 0 0 10px;
}
#header-l li {
    float: left;
    position: relative;
    margin: 0 5px;
}
#header-l li a {
    display: inline;
    padding: 8px 5px;
    font-size: 16px;
    color: #666;
}
#header-l li a:hover,#header-l li a.active {
    color: #900b09;
}
.new-icon {
	position: relative;
	display: inline-block;
    width: 13px;
    height: 14px;
    background: url("../img/ico-new.png") no-repeat scroll 0px 0px;
    top: -10px;
}
.header-app {
	position: relative;
	float: right;
	height: 25px;
	line-height: 25px;
	padding-left: 25px;
	background: url("../img/header-app.png") no-repeat 0px 0px;
	font-size: 15px;
	color: #333;
	margin: 28px 15px 0 0;
}
.header-app:hover {
	background: url("../img/header-app.png") no-repeat 0px -40px;
	color: #AE4141;
}
.create-btn {
	float: right;
	width: 64px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #900b09;
	background-color: transparent;
	margin: 25px 15px 0 0;
	border-radius: 4px;
	text-align: center;
	color: #900b09;
}
.create-btn:hover,.create-btn:focus {
	border: 1px solid #AE4141;
	background-color: #AE4141;
	text-decoration: none;
    color: #fff;
}
.vip-sicon {
	display: inline-block;
    width: 20px;
    height: 18px;
    vertical-align: middle;
}
.vip-sicon0 {
	background: url("../img/vip-sicon0.png") no-repeat scroll 0% 0%;
}
.vip-sicon1 {
	background: url("../img/vip-sicon1.png") no-repeat scroll 0% 0%;
}
.vip-sicon2 {
	background: url("../img/vip-sicon2.png") no-repeat scroll 0% 0%;
}
.down-icon1 {
	display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
}
.angle-down-icon {
    background: url("../img/icon-angle-down1.png") no-repeat scroll 0% 0%;
}
#header-l .dropdown-content {
    display: none;
    position: absolute;
    top: 65px;
    left: -25px;
    background-color: #fff;
    width: 235px;
    box-shadow: 5px 8px 16px 0px rgba(0,0,0,0.5);
    z-index: 1;
    line-height: 0;
}
#header-l .dropdown:hover .dropdown-content {
    display: block;
}
#header-l .dropdown-content a {
	width: 100px;
    padding: 0 0 0 10px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 15px;
    color: #333;
    text-align: center;
}
#header-l .dropdown-content a:hover {
	border-radius: 0;
	background-color: #fff;
	color: #900b09;
}
#header-l .dropdown-content a:first-child::before {
    border-bottom: 8px solid #fff;
    border-left: 8px solid rgba(255, 255, 255, 0);
    border-right: 8px solid rgba(255, 255, 255, 0);
    top: -8px;
    content: "";
    width: 0;
    height: 0;
    left: 45%;
    margin-left: -50px;
    position: absolute;
}
#header-r {
	float: right;
	width: 45%;
	height: 80px;
}
/* 头部搜索   */
#header_index .searchbox {
	float: right;
	position: relative;
	width: 190px;
	height: 35px;
    line-height: 35px;
	margin: 22px 20px 0 0;
	background: #EFEFEF;
	border-radius: 4px;
}
#header_index .searchbox input.box {
	width: 139px;
    height: 35px;
	line-height: 35px;
	background: #EFEFEF;
	font-size: 14px;
	color: #333;
	border: none;
	padding: 0 8px;
}
#header_index .searchbox input.box:hover {
	background-color: #f3f3f3;
}
#header_index .searchbox .button {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	border: none;
	background: url("../img/icons.png") no-repeat scroll 0px 3px;
	text-indent: -9999px;
	cursor: pointer;
}
.sig-box {
	float: right;
}
.sig-box a {
	font-size: 15px;
	color: #333;
}
.sig-box a:hover {
	text-decoration: none;
	color: #900b09;
}
/* 已登录展示  */
#header_notification_bar,#dropdown-user{
	display: inline-block;
	position: relative;
}
.sig-box .dropdown-toggle-list {
    display: inline-block;
    color: #333;
}
.sig-box img{
	width: 30px;
	height: 30px;
	vertical-align: middle;
} 
.sig-box .dropdown-menu{
    position: absolute;
    float: none;
    left: auto;
    top: 80%;
    width: 150px;
    z-index: 1200;
    background-color: #fff;
    margin: 0;
    padding: 9px 0;
    border: 1px solid #eee;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
	border-radius: 4px;
}
.sig-box .dropdown-menu a {
    display: inline-block;
    width: 120px;
    background-color: #fff;
    padding: 0;
    font-size: 15px;
    color: #333;
    text-align: left;
}
.sig-box .dropdown-menu .j {
    position: absolute;
    left: 50%;
    top: -16px;
    margin-left: -8px;
    display: block;
}
.sig-box .dropdown-menu .j::before,.sig-box .dropdown-menu .j::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    position: absolute;
    left: 0;
    top: 0;
}
.sig-box .dropdown-menu .j::before {
    border-color: transparent transparent #ddd transparent;
}
.sig-box .dropdown-menu .j::after {
    border-color: transparent transparent #fff transparent;
    top: 1px;
}
.sig-box .dropdown-list,.dropdown-feed-list {
	margin: 0;
	padding: 0;
}
.sig-box .dropdown-list li{
	height: 25px;
    line-height: 25px;
	padding-left: 10px;
}
.sig-box .dropdown-list li a{
	height: auto;
	color: #333;
}
.sig-box .dropdown-list li.divider{
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;	
}
.sig-box .dropdown-list li a:hover {
	color: #900b09;
	text-decoration: none;
}
.sig-box .sns-icon {
	display: inline-block;
    width: 16px;
    height: 16px;
    background-position: 0px 2px;
    background-repeat: no-repeat;  
}
.sig-box .home-icon {
	background-image: url("../img/icon-home1.png");
}
.sig-box .cog-icon {
	background-image: url("../img/icon-cog1.png");
}
.sig-box .key-icon {
	background-image: url("../img/icon-key1.png");
}
.sig-box .icon-user1 {
	background-image: url("../img/icon-user1.png");
}
.sig-box .dropdown-menu a:hover .home-icon {
	background-image: url("../img/icon-home2.png");
}
.sig-box .dropdown-menu a:hover .cog-icon {
	background-image: url("../img/icon-cog2.png");
}
.sig-box .dropdown-menu a:hover .key-icon {
	background-image: url("../img/icon-key2.png");
}
.sig-box .dropdown-menu a:hover .icon-user1 {
	background-image: url("../img/icon-user2.png");
}

/* ----------------------------------- 关键词二级导航 -----------------------------------*/
#navfirst_item {
	width: 100%;
	min-width: 1129px;
	background-color: #b6b6b6;
	height: 35px;
}
#navfirst {
	width: 1129px;
	margin: 0 auto;
	overflow: hidden;
}
#navfirst ul#menu {
	position: relative;
	width: 1129px;
	height: 35px;
}
#navfirst ul#menu li {
	float: left;
	margin: 0 6px;
}
#navfirst ul#menu li,#navfirst ul#menu a {
	height: 35px;
	line-height: 35px;
}
#navfirst ul#menu li a {
	display: inline-block;
	font-size: 14px;
	color: #FFF;
	padding: 0 5px;
}
#navfirst ul#menu li a:hover {
	background: #929292;
}
#navfirst ul#menu li a .home-icon {
	background: url("../img/icon-home.png") no-repeat scroll 0px -1px;
}

/* ----------------------------------- 注册、登录样式----------------------------------- */
.sig-wrapper {
	width: 1000px;
	margin: 80px auto;
}
.sign-banner {
	float: left;
	width: 850px;
	margin-right: 50px;
	margin-left: -280px;
}
.sign-banner img {
	width: 850px;
}
.login-content {
	float: right;
	position: relative;
	width: 400px;
}
.reg-content {
	width: 600px;
	margin: 0 auto;
}
.form-wrapper {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 30px 40px;
	border-radius: 4px;
}
.form-wrapper .regbox {
	width: 400px;
	margin: 0 auto;
}
.sig-up {
	width: 100%;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	overflow: hidden;
}
.sig-up .form-title {
	float: left;
	font-weight: normal;
	font-size: 22px;
	color: #333;
}
.sig-up a {
	float: right;
	margin-top: 5px;
	font-size: 14px;
}
.sig-item {
    margin-top: 28px;
}
.sig-item2 {
    margin-top: 18px;
}
.sig-item .label-con {
    float: left;
    width: 80px;
    line-height: 40px;
    font-size: 15px;
    color: #666;
    text-align: right;
    margin-right: 15px;
}
.sig-item .required {
    padding: 0px 5px;
    font-size: 13px;
    color: #ff0000;
}
.form-con {
    display: inline-block;
    width: 268px;
    line-height: 18px;
    border: 1px solid #CCC;
    padding: 10px 8px 10px 10px;
    font-size: 15px;
    color: #666;
    vertical-align: middle;
    border-radius: 4px;
}
.form-con:focus {
	border: 1px solid #AAA;
    box-shadow: 2px 0px 5px 0px #fff;
}
.sig-item .input-user,.sig-item .input-pwd {
    padding: 10px 8px 10px 40px;
}
.input-code {
    width: 183px;
    padding: 10px 8px 10px 10px !important;
}
.pass-label {
	display: block;
	position: absolute;
	left: 47px;
	width: 25px;
	height: 25px;
	overflow: hidden;
	z-index: 20;
	background-image: url("../img/pass.png");
	background-repeat: no-repeat;    
}
.pass-user {
    background-position: 0px 5px;
    margin: 4px 0 0;
}
.pass-mm {
    background-position: 0px -25px;
    margin: 8px 0 0;
}
.code_box {
    width: 100px;
    height: 40px;
    padding-left: 10px;
    vertical-align: middle;
}
.sig-item .checkbox-text {
	vertical-align: 2px;
}
.sig-item .find-pwd {
	float: right;
}
.btn-session {
    padding: 10px 20px;
    width: 318px;
    font-size: 16px;
}
.reg-content .sig-item .label-con {
    width: 94px
}
.reg-content .form-con {
	width: 271px;
}
.reg-content .input-code {
	width: 134px !important;
}
.reg-content .btn-session {
	width: 400px;
}




body{background:#ffffff;}
#login-area,.modal-backdrop{display:none !important;}
.login-wrap{position:absolute !important;top:141px !important;margin-left:101px !important;margin-top:0px !important;width:430px !important;height:510px !important;border:1px solid #DDD;border-radius:4px;}
/*.login-wrap .content-wrap .box .freeregister{margin-top:-36px;}*/
.is_reg_html{position:relative;top:0px;}
.footer_top_margin{position:fixed;left:0px;right:0px;bottom:0px;z-index:9999999;}


.toqrcode .fa-wechat{
	margin-right: 8px;
	color: #43c843;
	font-size: 20px;
	vertical-align: middle;
}