@charset "utf-8";
/*
   文件名：common.css
   备注：页面公用css文件
   版本：v2.0
 Created by lc on 2016-01-13.
 Copyright 2016 lc. All rights reserved.
*/
/*页面初始化    #########################################################################################*/
html,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,menu,nav{
	margin: 0;
	padding: 0;
	font-family:"微软雅黑",arial, helvetica, sans-serif;
}
html,body {
	height:100%;
	color: #000;
	background: #fff;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
em{
	font-style: normal;
}
mark{
	background:none;
}
small {
	font-size: 12px;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
	*zoom: 1;
}
a:hover {
	color: #C00000;
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	text-align: left;
}
img {
	border: none;
	-ms-interpolation-mode: bicubic;
	*display: inline;

}
label, button {
	cursor: pointer;
}
body, form {
	position: relative;
	z-index: 0;
}
/*页面初始化 end#########################################################################################*/
/*公用样式      #########################################################################################*/
.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
	overflow: hidden;
}
.hide {
	display: none;
}
.wrapper{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	*z-index: 0;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
/*表单样式*/
input,textarea{
	border: none;
	border: 1px solid #ddd;
	height:35px;
	line-height: 35px;
	padding: 0 10px;
}
input[type=button]{
	border: none;
	outline: none;
}
input[type=button]:active{
	border: none;
}
.select_box{
	display: inline-block;
	position: relative;
	padding: 0 10px;
	line-height: 35px;
	height: 35px;
	border: 1px solid #ddd;
	padding-right: 15px;
	width: 150px;
}
.select_box ins{
    text-decoration: none;
    padding: 0;
}
.select_box:after{
    content: "";
	border: 5px solid #fff;
	border-top: 5px solid #ddd;
	width: 0;
	height: 0;
	overflow: hidden;
	display: block;
	position: absolute;
	right: 5px;
	top: 15px;
}
.select_box select{
	display: block;
	height: 35px;
	line-height: 35px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
}
/*按钮样式*/
.btn {
  display: inline-block;
  *display: inline;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f2f2f2;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  *zoom: 1;
  border: none;
  border: 1px solid #ddd;
  outline: none;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  color: #333333;
  background-color: #e6e6e6;
}
.btn:first-child {
  *margin-left: 0;

}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
  outline: none;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled]{
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background: #EDEDED;
  color: #999;
}
.btn.disabled:hover,
.btn[disabled]:hover{
	background: #EDEDED;
	 color: #999;
}
.btn-large {
  padding: 12px 19px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  background-color: #006dcc;
  border: 1px solid #006dcc;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active{
  color: #ffffff;
  background-color: #0044cc;
}
.btn-warning {
  color: #ffffff;
  background-color: #faa732;
  border: 1px solid #faa732;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active{
  color: #ffffff;
  background-color: #f89406;

}

.btn-danger {
  color: #ffffff;
  background-color: #FE480B;
   border: 1px solid #FE480B;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active{
  color: #ffffff;
 background-color: #F23100;
}
.btn-success {
  color: #ffffff;
  background-color: #5bb75b;
  border: 1px solid #5bb75b;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active{
  color: #ffffff;
  background-color: #51a351;
}
.btn-info {
  color: #ffffff;
  background-color: #00CCCE;
  border: 1px solid #00CCCE;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #00BDBD;
}
.btn-inverse {
  color: #ffffff;
  background-color: #363636;
  border:1px solid #363636;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active{
  color: #ffffff;
  background-color: #222222;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 5px;
  *padding-bottom: 5px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 8px;
  *padding-bottom: 8px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.btn[disabled]{
	border: 1px solid #ddd;
}
/*对齐*/
.text_left{
	text-align: left;
}
.text_right{
	text-align: right;
}
.text_center{
	text-align: center;
}
/**/
.font_small{
    font-size: 12px;
}
.font_big{
    font-size: 16px;
}
.font_bold{
    font-weight: bold;
}
/*字体颜色*/
.color_red{
	color: #FF3300;
}
.color_cyan{
	color: #00BDBD;
}
.color_blue{
	color: #0088CC;
}
.color_gray{
    color: #999;
}

/*弹窗口样式*/
.layer{
	background: url(../images/transparent_forIE.png);
	background: rgb(0,0,0,.4);
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
}
.pop_window{
	display: block;
	position: fixed;
	width: 800px;
	height: 400px;
	margin-top: -200px;
	margin-left: -400px;
	top: 50%;
	left: 50%;
	z-index: 1001;
	background: #fff;
	border: 1p solid #ddd;
}
.pop_window_header{
	padding:0 20px;
	height: 40px;
	line-height: 40px;
	background: #F2F2F2;
	border-bottom: 1px solid #ddd;
	position: relative;
	font-weight: bold;
}
.pop_window_header a.close_pop_window{
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 12px;
}
.pop_window_header a.close_pop_window:hover{
	text-decoration: none;
	color:#F23100;

}
.pop_window_border{
	padding: 20px;
}
/*弹窗样式end*/

/*弹窗登录样式*/
.other-login-link {
	display: block;
	cursor: pointer;
	width: 270px;
	margin:0 auto 15px auto;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-indent: 35px;
	font-size: 16px;
	border-radius: 3px;
	color: #fff;
	background: url(https://www.elecfans.com/skin-2014/images/other-login.png) no-repeat;
}
.other-login-link:hover {
	color: #fff;
	text-decoration: none;
}
.sina-login-link {
	background-color: #FA8C35;
	background-position: 45px 3px;
}
.qq-login-link {
	background-color: #0C95D9;
	background-position: 45px -42px;
}
/*表单*/
.login-form {

	border-top: 1px dotted #E5E5E5;
	width: 270px;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 5px;
}
.login-line {
	position: absolute;
	left: 110px;
	top: -12px;
	background-color: #fff;
	display: inline-block;
	font-size: 14px;
	color: #ccc;
}
.login-form-item {
	width: auto;
	height: auto;

}
.login-input,.login-form-tip,.forgetPw,#back-login-link {
	background: url(https://www.elecfans.com/skin-2012/images/login-ico1.png) no-repeat;
}
.login-input {
	width: 225px;
	padding: 7px 5px 7px 40px;
	border: 1px solid #D0CECF;
	border-radius: 3px;
	font-family: \5fae\8f6f\96c5\9ed1;
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	margin-top: 15px;
}
.li .red-bor {
	border: 1px solid red;
}
.login-input:focus {
	border-color: #4aabff;
}
.login-input-username {
	background-position: 8px 5px;
}
#password {
	background-position: 8px -33px;
}
/*loading*/
.btn-area {
	padding: 15px 0;
	line-height: normal;
}
.btn-area .btn {
	width: 80px;
	height: auto;
	line-height: 21px;
	background-image: none;
	text-align: center;
	float: left;
	padding: 3px 20px;
	background-color: #C80C00;
	border: none;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	cursor: pointer;
}
.btn-area .btn:hover {
	background: #c20;
	color: #fff;
	text-decoration: none;
}
.login-submit,.lostpw-submit {
	padding: 5px 30px;
	font-size: 16px;
	margin: 0;
}
.forgetPw,.regist,.remember{
	color: #1EA3E4;
	padding-right: 48px;
	background-position: right -103px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
.regist{
	padding-right: 0;
}
.forgetPw:hover {
	text-decoration: none;
}
.login-form-tip {
	display: none;
	line-height: 24px;
	width: 243px;
	padding-left: 27px;
	background-position: 0 -73px;
	font-size: 14px;
	margin-top: 10px;
	color: #F22E00;
}
.login-form-tip.tip-show {
	display: block;
}
/*忘记密码*/
.lostpw-form {
	width: 270px;
	margin: 0 auto;
}
.login-input-email {
	background-position: 8px -124px;
}
#back-login-link {
	padding-left: 52px;
	background-position: 0 -231px;
}
.btn.btn_loading,.btn.btn_loading:hover{
	background-image: url(https://skin.elecfans.com/images/loading.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.success-tip ,.error-tip{
	padding: 40px 30px 30px 130px;
	background:url(https://skin.elecfans.com/images/tip-ok.jpg) no-repeat 50px 22px;
	font-size: 20px;
}
.error-tip{
	background: url(../images/error.png) no-repeat 31px 0px;
	padding: 9px 30px 15px 112px;
}
/*弹窗登录样式 end*/
/**art-dialog.css样式覆盖**/
.ui-dialog{
	    border: 8px solid #d8d8d8;
}
.ui-dialog-header{
	background: #F6F6F6;
    color: #555;

}
.ui-dialog-title{

	padding: 10px 15px;
}
.ui-dialog-close{
	font-size: 28px;
	top: 5px;
}
/**art-dialog.css样式覆盖**/
/*公用样式    end########################################################################################*/
/*页眉样式      #########################################################################################*/
#page_top{
	background: #F5F5F5;
	line-height: 35px;
}
#page_top .wrapper{
	*z-index: 10;
}

/* 顶部原厂入驻链接 */
#page_top .origin-item {
    float: right;
    margin-right: 20px;
    line-height: 35px;
}
#page_top .origin-item .hot {
    position: relative;
    margin: -15px 0 0 10px;
    padding: 1px 2px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    border-radius: 3px;
    background-color: #feff02;
    color: #d00000;
    font-size: 12px;
    font-style: italic;
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
}
#page_top .origin-item .hot:before {
    position: absolute;
    left: -4px;
    top: 3px;
    content: "";
    width: 0;
    height: 0;
    line-height: 1;
    background-color: #feff02;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: #fff #feff02 #fff #fff;
}
/* 顶部原厂入驻链接 end */


.top_menue span{
	position: relative;
	padding: 0 15px;
	margin-left: 10px;
	display: block;
	height: 35px;
	line-height: 35px;
	float: left;
}

.top_menue .icon{
	display:block;
	position:absolute;
	width: 13px;
	height: 10px;
	background: url(../images/page_icon.png) no-repeat;
	overflow:hidden;
	top:12px;
	right: 0;
}
.top_menue .icon_arrow{
	background-position: 0 0;
}
.top_menue .icon_list{
	background-position: 0 -22px;
	right: auto;
	left: 0;
}
.top_menue span:hover .icon_arrow{
	background-position:0 -11px ;
}
.top_menu_list{

	display:none;
	position: absolute;
	border: 1px solid #F5F5F5;
	border-top: none;
	*overflow: hidden;
	background: #fff;
	top: 35px;
	left: 0;
	z-index: 1000;
	*width: 105px;
}
.top_menue span:hover .top_menu_list{
	display:block;
	padding: 10px 0;

}

.top_menu_list li{
	line-height: 25px;
	word-break: keep-all;
	white-space: nowrap;
	*display: block;
	*width: 120px;
}
.top_menue_content ul.top_menu_list{
	*width: 220px;
}
.top_menue_content li{
	padding: 0 10px;
}
.top_menu_list a{
	line-height: 25px;
	padding: 0 10px;
	display: block;
	cursor: pointer;
}
.top_menu_list a:hover{
	background: #F5F5F5;

}
/*页眉样式  end########################################################################################*/
/*页头样式     ########################################################################################*/
#page_header{
	display: block;
	border-bottom: 4px solid #00ccce;
	padding: 15px 0 0 0;
}
#page_header .wrapper{
	*z-index: 9;
}
.page_logo{
	float: left;
	width: 200px;
	height: 60px;
}
.page_logo img {
    margin-top: 8px;
    width:200px;
}
.page_nav{
	float: left;
	line-height: 60px;
	width: 980px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.page_nav li{
	float: left;
	position: relative;
	padding: 0 15px;
	margin-left: 20px;
}
.page_nav a{
	font-size: 16px;
	word-break: keep-all;
	white-space: nowrap;
}
.page_nav .my_crowdfunding{
	float: right;
	width: 100px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #E4E4E4;
	margin-top: 10px;
	border-radius: 3px;
}
.my_crowdfunding a{
	font-size: 14px;
}
.my_crowdfunding li:hover{
	background: #00CCCD;
}
.my_crowdfunding li:hover a{
	color: #fff;
}
.my_crowdfunding .icon_arrow{
	position: absolute;
	width: 10px;
	height: 10px;
	right: 20px;
	top: 15px;
	overflow: hidden;
	background: url(../images/page_icon.png) no-repeat -15px 0;
}
.my_crowdfunding:hover .icon_arrow{
	background-position: -27px -11px;
}
.page_nav .search{
	float: right;
	width: 172px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #E4E4E4;
	margin-top: 10px;
	border-radius: 3px;
	padding: 0;
}
.search input{outline:none;}
.search .search_text{
	width: 140px;
	border: none;
	height: 40px;
	box-sizing: border-box;
}
.search .submit_btn{
	width: 30px;
	background: #fff;
	border: none;
	height: 40px;
	float: right;
	background: url(../images/new_icon/search.png) no-repeat 0;
	background-size: 15px;
    cursor: pointer;
}
.nav_sub_menue{
	display: none;
	position: absolute;
	left: 0px;
	top: 41px;
	tab-size: 30px;
	border: 1px solid #ddd;
	background: #fff;
	z-index: 1000;
}
.my_crowdfunding:hover .nav_sub_menue{
	display: block;
}
.nav_sub_menue li{
	margin: 0 ;
	padding: 0;
}
.nav_sub_menue .icon{
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url(../images/page_icon.png) no-repeat;
	layout-flow: 10px;
	left: 10px;
	top: 50%;
	margin-top: -9px;
}
.my_support .icon{
	background-position: 0 -37px;
}
.my_support:hover .icon{
	background-position: -19px -37px;
}
.my_initiates .icon{
	background-position:0  -52px;
}
.my_initiates:hover .icon{
	background-position: -19px -52px;
}
.my_crowdfund .icon{
	background-position: 0 -139px;
}
.my_crowdfund:hover .icon{
	background-position: -19px -139px;
}
.nav_sub_menue a{
	display: block;
	font-size: 12px;
	cursor: pointer;
	height:30px;
	line-height: 30px;
	padding: 0 20px 0 30px;
	border-bottom: 1px dotted #ddd;
}

.nav_sub_menue li:last-child a{
	border-bottom: none;
}
/*页头样式  end########################################################################################*/

/*页脚样式  end########################################################################################*/
#page_footer{
	clear: both;
}
/*发起项目流程*/
.footer_progress{
	background: #f4f4f4;
	padding: 20px 0;
	overflow: hidden;
}
.footer_progress_intro {

	float: left;
	padding-top: 10px;
	margin-right: 40px;
}
.footer_classify {
	width: 220px;
	overflow: hidden;
}
.footer_classify li {
	width: 90px;
	height: 20px;
	line-height: 20px;
	margin: 10px 0;
	padding-left: 20px;
	overflow: hidden;
	float: left;
	position: relative;
}
.footer_classify li a {
	color: #a0a0a0;
	font-size: 14px;
}
.footer_classify .icon{
	background: url(../images/page_icon.png) no-repeat;
	width: 18px;
	height: 18px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
}
.footer_classify .help .icon{
	background-position: -50px 0;
}
.footer_classify .clause .icon{
	background-position: -50px -19px;
}
.footer_classify .feedback .icon{
	background-position: -71px 0;
}
.footer_classify .serviceintro .icon{
	background-position: -71px -19px;
}
/*主体导航*/
.footer {
	position: relative;
	border-top: 1px solid #c4c4c4;
	padding: 10px 0;
	line-height: 21px;
	text-align: center;
	margin-top: 10px;

}

.foot_nav {
	color: #ccc;
	margin-bottom: 5px;
	line-height: 26px;
}

.foot_nav  a {
	display: inline-block;
	*zoom: 1;
	height: 25px;
	margin: 0 8px;
}

.foot_nav img {
	vertical-align: middle;
}

.small_weixin {
	position: absolute;
	top: 5px;
	right: 0;
}
/*页脚样式  end########################################################################################*/