﻿@charset "utf-8";
/* CSS Document */

a, a:link {
	color: #323433;
	text-decoration: none;
	outline: none;
	-webkit-transition: color .3s, background-color .3s, border-color .3s;
	-moz-transition: color .3s, background-color .3s, border-color .3s;
	-ms-transition: color .3s, background-color .3s, border-color .3s;
	-o-transition: color .3s, background-color .3s, border-color .3s;
	transition: color .3s, background-color .3s, border-color .3s;
	background-color: transparent;
}
a:hover, a:focus {
	text-decoration: underline;
	color: #de0e0e;
}
#header {
	width: 100%;
	height: 161px;
	margin: 0 auto;
    position:relative;
	z-index: 10000;
}
ul, li, ol {
	list-style-type: none;
	-webkit-padding-start: 0px;
}
.red{
	color: #de0e0e;
}
.nav{
	background-color: #f6f7f7;
}
.header-back{
	background-image:url(../img/header-back.jpg);
	height:161px;
}
.header-bgcolor {
	width: 100%;
	height: 40px;
	background-color: #666;
	opacity: 0.9;
	line-height: 40px;
	color: #ddd;
	font-size: 12px;
	position:absolute;
	top:0;
	z-index:1;
}
.header-bgcolor a {
	color: #ddd;
}
.header-bgcolor a:hover {
	color: #fff;
}
#header-fixed {
    background: #f6f7f7 none repeat scroll 0 0;
    border-bottom: 1px solid #d6d6d6;
    box-shadow: 0 2px 2px #ecebeb;
    height: 85px;
    width: 100%;
    z-index: 9999999999;
    position: fixed;
    top: 0;
    left: 0;
}
#header-fixed .register{
	float:right;
	margin-top:24px;
	margin-left:20px;
	}
.w1000 {
	width: 1000px;
	margin: 0 auto;
}
.f20 {
	font-size: 20px;
}
.f14 {
	font-size: 14px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ml20 {
	margin-left: 20px;
}
.logo {
	float: left;
	margin-top:75px;
}
.nav-menu {
	position: relative;
	float: right;
	margin-top: 91px;
}
.nav-menu .m {
	float: left;
	position: relative;
	z-index: 1;
}
.nav-menu .m a {
	font-size: 18px;
	color: #323433;
	width: 100px;
	display: block;
	text-align: center;
	text-decoration: none;
}
.nav-menu .sub {
	display: none;
	position: absolute;
	left: -3px;
	top: 50px;
	z-index: 1;
	width: 120px;
	border-top: 0;
	background: #fff;
	box-shadow: 0 0 6px #999;
}
.nav-menu .sub li {
	text-align: center;
}
.nav-menu .sub li a {
	display: block;
	height: 34px;
	line-height: 34px;
	color: #333;
	text-decoration: none;
}
.nav-menu .sub li a:hover {
	color: #de0e0e;
	background: #f3f3f3;
}
.nav-menu .block {
	height: 3px;
	width: 100px;
	background: #de0e0e;
	position: absolute;
	left: 0;
	top: 47px;
	overflow: hidden;
}
.focusDiv {
	clear: both;
	width: 100%;
	height: 690px;
	overflow: hidden;
	background: #eee;
	position: relative;/*margin-top:161px;*/
}
/*slide图片样式*/
input:-webkit-autofill {
 background-color: #FAFFBD;
 background-image: none;
 color: #000;
}
 input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	overflow: hidden;
	clear: both;
}
.clearfix {
 *zoom: 1;
}
.breadcrumbs {
	margin: 15px auto;
	line-height: 24px;
}
.focusDiv {
	clear: both;
	width: 100%;
	height: 589px;
	overflow: hidden;
	background: #eee;
	position: relative;
}
.imgDiv {
	position: relative;
}
.imgDiv a {
	position: absolute;
	left: 50%;
	margin-left: -1250px;
	top: 0;
	width: 2500px;
	height: auto;
	text-align: center;
}
.imgDiv img {
	border: 0;
	display: none;
}
.SwitchNav span {
	display: inline-block;
	width: 50px;
	height: 5px;
	overflow: hidden;
	border: 0;
	margin-left: 14px;
	_margin-left: 6px;
	margin-right: 14px;
	_margin-right: 20px;
	cursor: pointer;
	text-indent: 999px;
	list-style: none
}
.SwitchNav .nocurrent {
	background: #b4ddfd;
}
.SwitchNav .current {
	background: #eee
}
.SwitchNav {
	position: absolute;
	width: 100%;
	height: 14px;
	text-align: center;
	left: 0;
	top: 470px;
	z-index: 100;
	zoom: 1;
}
/*登录框*/
.consumer-login-box {
	width: 990px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.consumer-login-box .consumer-login-body {
	position: absolute;
	top: 50px;
	right: 0;
	border-radius:8px;
	padding: 25px 25px 40px;
	width: 350px;
	background: rgba(255,255,255,.3);
	background-position: -15px 3px;
}
.consumer-login-body .loginTitle {
	color: #ee3300;
	font-size: 21px;
	margin: 0;
}
.consumer-login-body a {
	color: #333;
	padding: 0;
	font-size: 14px;
}
.consumer-login-body a:hover {
	color: #ee3535;
}
.consumer-login-body .errorMessage {
	height: 30px;
	line-height: 30px;
	color: red
}
.consumer-login-body .loginHead {
	height: 30px;
	border-bottom: 1px solid #999;
	font-size: 16px;
}
.consumer-login-body .refresh_captcha {
	border: 0px;
}
.consumer-login-body .inputBoxs {
	height: 45px;
	line-height: 45px;
	background-image: url(../img/spriteIndex.png);
	background-color: #fff;
	background-repeat: no-repeat;
}
.consumer-login-body .inputBoxs input {
	border: none;
	width: 100%;
	height: 18px;
	line-height: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	outline: none;
	background: transparent;
}
.consumer-login-body .login-password input {
	border: none;
	height: 38px;
	width: 253px;
	line-height: 32px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: transparent;
	margin-top: 3px;
}
.consumer-login-body .login-account {
	background-position: 0px 3px;
	margin-bottom: 30px;
}
.consumer-login-body .login-password {
	background-position: 0px -62px;
	margin-bottom: 30px;
	position: relative;
	z-index: 10;
}
.consumer-login-body .loginLong {
	width: 100%;
	padding-left: 15%;
}
.consumer-login-body .passwordXaction {
	color: #fff;
	line-height: 40px;
	width: 50%;
	float: left;
	margin-left: -45px;
}
.consumer-login-body .passwordXactioned {
	border: 0;
	margin-top: -2px
}
.consumer-login-body .passwordForget {
	height: 40px;
	line-height: 40px;
	text-align: right;
	width: 40%;
	float: right;
	clear: right;
	position: relative;
	z-index: 20;
}
.consumer-login-body .checkcode {
	width: 60%;
	padding-left: 15%;
	background-position: 0px -125px;
}
.consumer-login-body .captchaCodeBox {
	height: 40px;
	line-height: 40px;
	clear: both;
	margin-bottom: 30px;
}
.consumer-login-body .captchaBox {
	display: inline-block;
	float: right;
}
.consumer-login-body .captcha {
	height: 45px;
	border: 0;
}
.consumer-login-body .forgivePwd {
	position: absolute;
	left: 215px;
}
.consumer-login-body .loginFoot {
	text-align: center;
}
.consumer-login-body .loginnedInfo {
	line-height: 24px;
	font-size: 16px;
	padding-left: 15px;
}
.consumer-login-body .loginnedAccount {
	line-height: 24px;
	margin-bottom: 15px;
	font-size: 16px;
	padding-left: 15px;
	color: #0b77cf
}
.consumer-login-body .loginFoot a {
	color: #fff;
	font-size: 16px;
}
.consumer-login-body .loginOtherBox {
	line-height: 28px;
}
.consumer-login-body .flLeft {
	float: left;
}
.consumer-login-body .flRight {
	float: right;
}
.close-btn{
	background:#ddd;
	color:#666;
	display:block;
	font-size:16px;
	border:0;
}
/*首页登录样式*/
.loginYZTbox {
	text-align: center;
	font-size: 12px;
}
.loginYZTbox .whiteLine {
	border: 0px;
	border-top: 1px solid #fff;
	margin: 20px auto;
	width: 100%
}
.loginYZTbox a {
	font-size: 14px;
	color: #333;
	padding: 0px 5px 0px 0px;
}
.loginYZTbox a:hover {
	text-decoration: none;
}
#ajax_error {
	display: none;
	color: #ff0000;
}
/*合作商户*/
.consumer-business-box {
	position: relative;
	width: 990px;
	margin: 0 auto;
}
.consumer-business-box .titleBar {
	display: inline-block;
	width: 5px;
	height: 18px;
	background: #2c96dd;
	margin-bottom: -4px;
	margin-right: 5px;
}
.consumer-business-box .banklistBody li {
	width: 127px;
	height: 31px;
	padding: 8px 0px;
}
.consumer-business-box .banklistBody li span {
	max-width: 125px;
	max-height: 29px;
}
.consumer-business-box .banklistBody .spriteBankList {
	display: inline-block;
	background: url(./banklist.png) no-repeat top left;
}
.consumer-business-box .banklistBody .spriteBank-abc {
	background-position: 0 0;
	width: 124px;
	height: 28px;
}
.consumer-business-box .banklistBody .spriteBank-boc {
	background-position: 0 -78px;
	width: 124px;
	height: 28px;
}
.consumer-business-box .banklistBody .spriteBank-bocom {
	background-position: 0 -156px;
	width: 124px;
	height: 28px;
}
.consumer-business-box .banklistBody .spriteBank-ccb {
	background-position: 0 -234px;
	width: 124px;
	height: 28px;
}
.consumer-business-box .banklistBody .spriteBank-ceb {
	background-position: 0 -312px;
	width: 124px;
	height: 28px;
}
.consumer-business-box .banklistBody .spriteBank-cib {
	background-position: 0 -390px;
	width: 124px;
	height: 28px;
}
.consumer-business-box .banklistBody .spriteBank-cmbc {
	background-position: 0 -468px;
	width: 124px;
	height: 28px;
}
.consumer-business-box .banklistBody .spriteBank-hxb {
	background-position: 0 -546px;
	width: 124px;
	height: 28px;
}
.consumer-business-box .banklistBody .spriteBank-icbc {
	background-position: 0 -624px;
	width: 124px;
	height: 28px;
}
.consumer-business-box .banklistBody .spriteBank-pab {
	background-position: 0 -702px;
	width: 124px;
	height: 28px;
}
.consumer-business-box .banklistBody .spriteBank-psbc {
	background-position: 0 -780px;
	width: 124px;
	height: 28px;
}
.consumer-business-box .banklistBody .spriteBank-spdb {
	background-position: 0 -858px;
	width: 124px;
	height: 28px;
}
.consumer-business-box .banklistBody .liBankImgBox {
	width: 127px;
	height: 31px;
	overflow: hidden;
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.consumer-business-box .banklistBody .liBankImgBox img {
	position: static;
	top: -50%;
	left: -50%;
	display: block;
}
.consumer-business-box .coopBusiness .liBusImgBox {
	height: 40px;
	overflow: hidden;
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.consumer-business-box .coopBusiness .liBusImgBox img {
	position: static;
	top: -50%;
	left: -50%;
	display: block;
}
.consumer-business-box .businessBody {
	margin: 10px auto;
	font-size: 16px;
}
.consumer-business-box .businessBody ul {
	overflow: auto;
	clear: both;
	padding-top: 10px;
	padding-left: 10px;
}
.consumer-business-box .businessBody ul li {
	float: left;
	margin-right: 30px;
	padding: 8px 0;
}
.business-hidden {
	height: 90px;
	overflow: hidden;
}
.consumer-business-box .business-updown {
	background: url(../img/spriteIndex.png);
	background-position: 0px -246px;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 5px;
	right: 0;
	cursor: pointer;
}
.consumer-business-box .business-upbtn {
	background-position: 0px -190px;
}
/*btn*/
.login-btn {
	background: #ee3535;
	cursor: pointer;
	display: block;
	font-size: 16px;
	color: #fff;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.login-btn:hover, .login-btn:focus {
	background: #de0e0e;
	text-decoration: none;
}
.merchant-business-box {
	padding: 60px 0px 40px;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0
}
.merchant-business-box .merchantBody {
	display: none;
	width: 990px;
	margin: 0 auto;
	height: 100px;
	position: relative;
}
.merchantBody a:hover {
	color: #fff;
	text-decoration: none;
}
.merchantBody ul li {
	width: 310px;
	height: 100px;
	display: inline-block;
	padding: 0 10px;
}
.merchantBody .media-object {
	float: left;
}
.merchantBody .media-body {
	zoom: 1;
	color: #fff;
}
.merchantBody .media-body h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 10px;
	font-style: italic;
}
.merchantBody .media-body p {
	line-height: 20px
}
.merchantBody .adImgBox {
	width: 100px;
	height: 105px;
	overflow: hidden;
	padding-right: 10px;
	text-align: center;
	line-height: 105px;
}
.merchantBody .adImgBox img {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 90px;
}
.error input {
	border-color: red;
}
.error .help-block.error {
	color: #FF9138;
	float: left;
	clear: both;
}
input, label, select, .displayInput, .displayLabel {
	height: 26px;
	line-height: 26px;
}
div .help-block {
	margin-left: 110px;
	background-color: #FFF1E5;
	border: 1px solid #FF9138;
	color: #FF9138;
	line-height: 28px;
	font-size: 14px;
	margin-left: 170px;
	margin-top: 10px;
	display: inline-block;
	min-width: 148px;
	padding-left: 2px;
}
.placeholder {
	color: #a9a9a9;
}
.passwordCtrl-install-link {
	margin-left: -45px;
}
.passwordCtrl {
	border: none;
}
.pop-tips {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 120;
}
.pop-tips-bg {
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.pop-tips-boxBg, .pop-tips-box {
	height: 315px;
	left: 50%;
	margin-left: -275px;
	margin-top: -140px;
	position: absolute;
	top: 50%;
	width: 550px;
}
.pop-tips-boxBg {
	background: #fff;
	border-radius: 2px;
}
.pop-tips-box p {
	padding: 10px;
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	position: relative;
	top: 15%;
}
.pop-tips-box .popBtn {
	background: #0087e3 none repeat scroll 0 0;
	border: medium none;
	border-radius: 2px;
	bottom: 30px;
	color: #fff;
	font-size: 18px;
	height: 40px;
	left: 50%;
	margin-left: -115px;
	position: absolute;
	text-align: center;
	width: 230px;
}
.pop-tips-box .popTopImg {
	height: 120px;
	left: 50%;
	margin-left: -85px;
	position: absolute;
	top: 25px;
	width: 170px;
}
.pop-tips-box .pop_hint {
	clear: both;
	height: 120px;
	margin: 0 50px;
	position: absolute;
	top: 185px;
}
.pop-tips-box .pop_hint_item {
	float: left;
	width: 200px;
}
.pop-tips-box .pop_hint_icon {
	height: 21px;
	width: 21px;
}
.pop-tips-box .pop_hint_big {
	font-size: 21px;
	margin-left: 4px;
}
.pop-tips-box .pop_hint_small {
}
.pop-tips-box .agreement {
	left: 50%;
	margin-left: -107px;
	position: absolute;
	top: 270px;
}
.pop-tips-box .agreement a {
	color: #44a7ea;
}
.new-announcement-Panle {
	width: 100%;
}
.new-announcement-Panle .announcement-Panle {
	background-color: #f8e19b;
	width: 100%;
}
.new-announcement-Panle .announcement-content {
	margin: 0 auto;
	width: 990px;
}
.new-announcement-Panle .announcement-content p {
	padding: 10px 0px;
	color: #ed6400;
}
.passwordCtrlHidden {
	display: none;
}
.titleHead {
	background-color: #f9f9f9;
}
.headTitleText {
	display: inline-block;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	margin: 0 20px;
}
.headClose {
	float: right;
	cursor: pointer;
}
.tishiyu {
	color: #b6b6b6;
	display: block;
	margin: 15px 0 0 20px;
}
.hidden {
	display: none;
}
.blockTime {
	display: block;
}
#card-box {
	clear: both;
	width: 100%;
	min-height: 451px;
	overflow: hidden;
	position: relative;
	background: url(../img/color-block.jpg);
}
.text-center {
	text-align: center;
}
.more-info {
	position: absolute;
	top: 40px;
	margin-top: 68px;
	right: 10%;
}
.mt50 {
	margin-top: 50px;
}
.mt20 {
	margin-top: 20px;
}
.ykt-wrap {
	margin-top: 40px;
	text-align: center;
}
#platform-box {
	clear: both;
	width: 100%;
	min-height: 590px;
	overflow: hidden;
	position: relative;
}
.platfrom-wrap {
	width: 250px;
	text-align: center;
	margin-bottom: 20px;
}
.platform-name {
	height: 120px;
	margin-top: 40px;
	text-align: center;
}
.bgcolor1 {
	background-color: #d61518;
}
.bgcolor2 {
	background-color: #ff6600;
}
.bgcolor3 {
	background-color: #63bb4e;
}
.platform-img{ width:303px; height:120px; overflow:hidden;}
.platform-descrip {
	color: #858585;
	height: 218px;
	border: 1px solid #e0e0e0;
	padding: 30px;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 20px;
	overflow: hidden;
}
#hakerspace-box {
	clear: both;
	width: 100%;
	min-height: 758px;
	overflow: hidden;
	position: relative;
	background: url(../img/color-block.jpg);
}
#foot {
	background-color: #353f49;
	padding: 20px;
	color: #777;
	text-align: center;
}
#foot p {
	line-height: 12px;
}
.fmenu {
	margin-bottom: 15px;
}
.fmenu a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	outline: none;
	-webkit-transition: color .3s, background-color .3s, border-color .3s;
	-moz-transition: color .3s, background-color .3s, border-color .3s;
	-ms-transition: color .3s, background-color .3s, border-color .3s;
	-o-transition: color .3s, background-color .3s, border-color .3s;
	transition: color .3s, background-color .3s, border-color .3s;
	background-color: transparent;
}
.fmenu a:hover, .fmenu a:focus {
	text-decoration: underline;
	color: #de0e0e;
}
.hakerspace-box {
	height: 220px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.hackerspace-wrap {
	height: 220px;
	line-height: 20px;
	background-color: #fff;
	padding: 30px;
	overflow: hidden;
}
.profil {
	color: #858585;
}
.hackerspace-wrap .title {
	color: #666;
	margin-top: 0;
}
/*  易卡通  */
#card-icon, #platform {
	background: url(../img/color-block.jpg);
}
#card-icon .icon {
	margin: 40px auto;
	text-align: center;
}
/*  关联平台  */
#platform .title {
	color: #EE0C0D;
	border-bottom: 2px solid #4f5d73;
	padding: 15px 0;
	margin-bottom: 20px;
}
.platform-box-shadow {
	background-color: #fff;
	box-shadow: 4px 4px 3px #e6e6e9;
	padding: 6px;
	margin-bottom: 30px;
	line-height: 20px;
}
.platform-box-shadow img{width: 240px;height: 180px;overflow: hidden;}
.bookbracket {
	font-family: asia;
	font-size: 10px;
}

/*资讯中心*/
#ckkj-box {
    clear: both;
    width: 100%;
    overflow: hidden;
    position: relative;
	margin-bottom:30px
}
.container-box{width: 1000px;}

.mt60{font-size: 36px; font-family: "微软雅黑";font-weight: normal;}
.mt30{font-size: 14px;font-family: "微软雅黑";font-weight: normal;}
.xinwu{width: 300px;border-bottom: 2px solid #ff6600; float: left; margin-right:30px;margin-top: 40px;}
.xinwu h6{font-size: 16px;font-weight: bold;}
.xinwu img, .xinwu_01 img{width: 300px; height:140px;}
.xinwu_01{width: 300px;border-bottom: 2px solid #ff6600; float: left;margin-top: 40px;}
.xinwu_01 h6{font-size: 16px;font-weight: bold;}
.xinwu_box_01{paddding-bottom:40px;}
.xinwu h5, .xinwu_01 h5{height: 20px;width: 300px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.xinwu_01 a{color: #333;}
.xinwu_01 a:hover{color: #ff6600;}
/* 显示项目 */
.select-type {
	z-index: 15;
	position: relative;
	height: 45px;
	color: #333;
	font-size: 12px;
	margin: 10px 0;
	background: #fff;
}
.select-type div {
	position: relative;
	cursor: pointer;
	display: block;
	float: left;
	width: 120px;
	padding-left: 30px;
	line-height: 45px;
	border-right: 1px solid #f5f7f9;
	background: url("../img/a_d_u.png") no-repeat 80% -230%;
}
.select-type div:hover {
	color: #EE0C0D;
}
.select-type span {
	cursor: pointer;
	display: block;
	float: right;
	color: #EE0C0D;
	font-size: 12px;
	position: absolute;
	top: 14px;
	right: 50px;
}
.select-type .rd {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 17px;
	right: 30px;
	background: url("../img/rd.png") no-repeat;
	float: right;
	width: 11px;
	height: 12px;
}
.select-type .rd.up {
	background-position: 0 -13px;
}
.select-type .menu-typedrop {
	display: none;
	position: absolute;
	top: 5px;
	background: #fff;
	z-index: 99999;
	left: 0;
	width: 120px;
	padding-left: 20px;
	box-shadow: -2px -2px 1px 0 #eaeaea, 1px 1px 4px 0 #666;
	-webkit-box-shadow: -2px -2px 1px 0 #eaeaea, 1px 1px 4px 0 #666;
	-moz-box-shadow: -2px -2px 1px 0 #eaeaea, 1px 1px 4px 0 #666;
}
.menu-typedrop li {
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #333;
	border-bottom: 1px dashed #f5f7f9;
	line-height: 24px;
}
.select-type .menu-typedrop li.type-default {
	color: #EE0C0D;
	background: url("../img/a_d_u.png") no-repeat 72% -290%;
	height: 36px;
	line-height: 36px;
}
.select-type .menu-typedrop li:hover {
	color: #EE0C0D;
}
.m-box03 {
	overflow: visible;
	padding: 0;
}
.renzheng-title span {
	border-right: 1px solid #ccc;
	height: 21px;
	padding-right: 16px;
	right: 90px;
	top: 14px;
}
.liulan {
	float: left;
	line-height: 30px;
	margin-right: 12px;
}
.hacker-nav {
	font-size: 20px;
	padding: 15px;
}
.hacker-nav a, .hacker-nav a:hover {
	padding: 0 20px;
	text-decoration: none;
}
.hacker-nav a.selected {
	color: #E20303;
	padding-bottom: 14px;
	border-bottom: 4px solid #E20303;
}
.business-bd {
	padding: 15px 20px;
	line-height: 20px;
}
/*经营团队*/
.team-img {
	width: 90px;
	height: 90px;
	margin-left: 30px;
	overflow: hidden;
}
.team-wrap {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
/*项目问答*/
.customer-img-wrap {
	width: 10%;
	float: left;
}
.customer-img {
	width: 70px;
	height: 70px;
	overflow: hidden;
}
.customer-name {
	font-size: 16px;
	margin-right: 10px;
}
.customer-question {
	width: 90%;
	float: left;
}
.reply {
	background-image: url(../img/answer.png);
	width: 14px;
	height: 12px;
	display: inline-block;
	margin-right: 6px;
}
.cominfodiv-author {
	margin-bottom: 10px;
	position: relative;
}
#commentform .cominfodiv-author label {
	position: absolute;
	left: 15px;
	color: #626773;
	line-height: 46px;
	cursor: text;
}
#commentform #author {
	width: 50%;
	padding-left: 70px;
	height: 46px;
	outline: medium none;
	border: 1px solid #e6eaf2;
	border-radius: 3px;
	background: #fff;
	color: #666;
	font-size: 14px;
	font-family: miranafont, "Hiragino Sans GB", STXiHei, "Microsoft YaHei", SimSun, sans-serif;
	line-height: 26px;
}
#commentform textarea {
	overflow: auto;
	padding: 10px 15px;
	width: 100%;
	height: 124px;
	outline: medium none;
	border: medium none;
	border: 1px solid #e6eaf2;
	background: 0;
	background: #fff;
	color: #666;
	font-size: 14px;
	font-family: miranafont, "Hiragino Sans GB", STXiHei, "Microsoft YaHei", SimSun, sans-serif;
	line-height: 24px;
	resize: none;
}
#cancel_comment_reply {
	float: left;
	line-height: 26px;
	margin-left: 10px;
}
/*帮助中心*/
.help-aside {
	width: 180px;
	float: left;
	margin-right: 15px;
	background-color: #fff;
}
.help-aside li {
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.help-aside li:hover, .help-aside .selected {
	background-color: #ddd;
	border-bottom: 1px solid #fff;
}
.help-aside li a {
	font-size: 14px;
}
article {
	float: left;
	width: 805px;
	background-color: #fff;
	min-height: 350px;
	padding: 20px;
}
article p {
	font-size: 14px;
	line-height: 30px;
	color: #595959;
	text-indent: 28px;
}
/*会员注册*/
.regwrap {
	padding: 50px;
	margin-bottom: 30px;
	background-color: #fff;
}
.regform {
	margin-left: 220px;
	margin-top: 20px;
	clear: both;
}
.regform li {
	position: relative;
	margin-bottom: 10px;
}
.regform li .starTag {
	position: absolute;
	top: 10px;
	left: -20px;
	color: #f76439;
	font-weight: 700;
	font-size: 16px;
}
.ipt {
	font-size: 12px;
	padding: 5px 10px;
	border: #ccc solid 1px;
	color: #2e2e2e;
	background: #fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.1) inset;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.1) inset;
	-o-box-shadow: 1px 1px 2px rgba(0,0,0,.1) inset;
	-ms-box-shadow: 1px 1px 2px rgba(0,0,0,.1) inset;
	box-shadow: 1px 1px 2px rgba(0,0,0,.1) inset;
	height:38px;
}
input[type="checkbox"] {
	margin: 6px 6px 0 0;
	width: 15px;
	height: 13px;
	position: absolute;
}
.regA {
	font-weight: normal;
	margin-left: 20px;
}
.login-reg {
	width: 35px;
	height: 36px;
	display: inline-block;
	position: absolute;
	left: 1px;
	top: 1px;
}
.login-reg .login-mobile {
	background-image: url(../img/login-reg.png);
	background-position: 0 0;
	display: inline-block;
	vertical-align: top;
	width: 27px;
	height: 24px;
	margin: 7px 0 0 10px;
}
.login-reg .login-user {
	background-image: url(../img/login-reg.png);
	background-position: 0 -65px;
	display: inline-block;
	vertical-align: top;
	width: 27px;
	height: 20px;
	margin: 9px 0 0 10px;
}
.login-reg .login-regPassword {
	background-image: url(../img/login-reg.png);
	background-position: 0 -24px;
	display: inline-block;
	vertical-align: top;
	width: 27px;
	height: 23px;
	margin: 8px 0 0 10px;
}
.idCode:hover {
	color: #fff;
	background: #567996;
}
.idCode {
	width: 140px !important;
	height: 30px !important;
	line-height: 30px !important;
	text-indent: 0 !important;
	border: none !important;
	color: #fff !important;
	margin-left: 10px !important;
	display: inline-block;
	background: #86a5bf;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
}
.refresh-code {
	display: inline-block;
	line-height: 40px;
	margin-left: 10px;
}
.imgcheck {
	background: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	display: inline-block;
	width: 140px;
	height: 38px;
	line-height: 36px;
	margin: 0 0 0 10px;
	text-align: center;
}
.imgcheck .imgcheck-img {
	width: 80px;
	height: 34px;
	vertical-align: top;
}
.imgcheck .fresh {
	background: #ebebeb;
	width: 36px;
	height: 36px;
	float: right;
	position: relative;
}
.imgcheck .fresh i.login-regRefresh {
	position: absolute;
	top: 9px;
	left: 9px;
}
i.login-regRefresh {
	background: url(../img/login-reg.png) no-repeat;
	background-position: 0px -85px;
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
}
.loginform {
	margin-left: 50px;
	margin-top: 20px;
	clear: both;
}
.loginform li {
	position: relative;
	margin-bottom: 10px;
}
.loginform li .starTag {
	position: absolute;
	top: 10px;
	left: -20px;
	color: #f76439;
	font-weight: 700;
	font-size: 16px;
}
/*  找回密码  */
.step-list {
	width: 100%;
	display: table;
	margin: 20px 0 10px;
	height: 50px;
}
.step-list .step-count {
	font-family: tahoma, arial, 'Hiragino Sans GB', 宋体, sans-serif;
	font-weight: bolder;
	font-style: normal;
	color: #567996
}
.step-list .step-u {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	float: left
}
.step-list .step-u .step-i {
	display: block;
	border-width: 1px 1px 1px 0;
	font-size: 14px;
	background: 0 0;
	border: 0;
	text-align: center;
	font-weight: bolder;
	color: #fff;
	height: 21px;
	padding: 8px 0 9px;
	cursor: default
}
.step-list .step-u .step-i em {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #fff;
	line-height: 20px
}
.step-list .step-u .step-i:active {
	box-shadow: none
}
.step-list .step-u .step-i:hover {
	box-shadow: none
}
.step-list .step-u:first-child .step-i {
	border-width: 1px
}
.step-list .step-u:last-child .tail {
	display: none
}
.step-list .step-i {
	position: relative
}
.step-list .step-i .tail {
	position: absolute;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	height: 100%;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-width: 19px;
	border-color: transparent transparent transparent #567996;
	border-style: dashed dashed dashed solid;
	line-height: 0;
	z-index: 10
}
.step-list .step-i .tail2 {
	top: -3px;
	border-width: 22px;
	border-color: transparent transparent transparent #fff!important
}
.step-list .step-i .head {
	position: absolute;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	height: 100%;
	right: 100%;
	top: 0
}
.step-list .active {
	background-color: #567996
}
.step-list .active .tail {
	border-left-color: #567996
}
.step-list .done {
	background-color: #86a5bf
}
.step-list .done .tail {
	border-left-color: #86a5bf
}
.step-list .done .step-count {
	background-position: -43px -78px;
	display: block;
	text-indent: -99999px;
	width: auto;
	height: auto;
	background-image: url(../img/T1UqT4FaNXXXX3F3I5-132-107.png);
	background-repeat: no-repeat
}
.step-list .todo {
	background-color: #c8c8c8
}
.step-list .todo .step-count {
	color: #c8c8c8
}
.step-list .todo .tail {
	border-left-color: #c8c8c8
}
.step-list-num2 .step-i .tail, .step-list-num2 .step-i .tail2 {
 *left: 474px
}
.step-list-num2 .step-u {
	width: 475px
}
.step-list-num3 .step-i .tail, .step-list-num3 .step-i .tail2 {
 *left: 316px
}
.step-list-num3 .step-u {
	width: 316.5px
}
.step-list-num4 .step-i .tail, .step-list-num4 .step-i .tail2 {
 *left: 237px
}
.step-list-num4 .step-u {
	width: 300px;
	height: 40px;
	line-height: 26px;
}
.step-list-num5 .step-u {
	width: 475px
}
/*我的易卡通*/
.art-title {
	position: relative;
	font-size: 16px;
	border-bottom: #e1e1e1 1px solid;
	height: 32px;
}
.sp {
	position: relative;
	top: 1px;
	padding-bottom: 7px;
	border-bottom: 3px solid #de0e0e;
}
.myinfobox {
	margin-top: 20px;
	margin-bottom: 40px;
}
.myphoto {
	float: left;
	margin-right: 25px;
}
.myphoto img {
	width: 114px;
	height: 114px;
	border-radius: 50%;
}
.myinfo p {
	font-size: 14px;
	line-height: 28px;
	text-indent: 0;
	margin: 0;
}
.applybtn {
	border: 1px solid #e1e1e1;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	line-height: 26px;
	color: #de0e0e;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	background-color: #fff;
}
.applybtn:hover, .btnnormal:hover {
	border: 1px solid #de0e0e;
}
.btnnormal {
	border: 1px solid #e1e1e1;
	font-size: 12px;
	padding: 5px 20px;
	line-height: 26px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	background-color: #fff;
	font-weight: bold;
}
.querybtn {
	display: inline-block;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	padding: 0 20px;
	line-height: 26px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	background-color: #fff;
	font-weight: bold;
}
.accountlist {
	text-align: center;
	margin-bottom: 30px;
}
.accountlist p {
	text-indent: 0;
	margin: 0;
}
.digital {
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	font-weight: 700;
	font-family: DINCond-Bold;
	color: #de0e0e;
}
.box01 {
	margin: 10px auto;
	padding: 20px;
	border: 1px solid #e1e1e1;
	text-align: center;
}
.padding-all0 {
	padding: 0;
}
.box01 p {
	margin-bottom: 0;
	text-indent: 0;
}
.recharge-box a:hover {
	color: #fff;
	background-color: #de0e0e;
}
.recharge-box a {
	display: block;
	font-size: 14px;
	color: #fff;
	border: none;
	text-align: center;
	background-color: #ee3535;
	padding: 5px 10px;
}
.remove-money-box {
	margin-top: 3px;
}
.remove-money-box a {
	font-size: 14px;
	border: 1px solid #e1e1e1;
	display: block;
	padding: 3px 10px;
}
.remove-money-box a:hover {
	border: 1px solid #ee3535;
}
.record-box {
	position: relative;
	margin: 0 auto 30px;
}
.tabchange-wrap {
	border: 1px solid #e1e1e1;
	border-bottom: none;
	float: left;
	width: 100%;
}
.tabchange-hd {
	border-bottom: none;
	float: left;
	margin-bottom: 0;
}
.tabchange-hd li {
	float: left;
	border-right: 1px solid #e1e1e1;
	background: #f3f3f3;
}
.tabchange-hd a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 40px;
}
.tabchange-hd .current a {
	position: relative;
	top: 1px;
	color: #de0e0e;
	background-color: #fff;
}
.date-query-box {
	float: right;
	margin: 6px 8px;
}
.date-query-box input[type="date"] {
	height: 26px;
	line-height: 26px;
	width: 150px;
	margin: 0 6px;
	padding: 0 5px;
}
.tabchange-main {
	border: 1px solid #e1e1e1;
	margin-top: 41px;
	padding-top: 10px;
	margin-bottom: 30px;
}
.record-table {
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.record-table thead tr, .no-record-table thead tr {
	font-weight: bold;
}
.record-table tbody td, .no-record-table tbody td {
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
        padding:6px;
        line-height:22px;
}
.no-record-table {
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.no-record-table tbody td {
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}
/*  易卡通充值 */
.recharge-box-wrap {
	font-size: 14px;
	margin: 10px auto;
	padding: 20px;
	border: 1px solid #e1e1e1;
}
.recharge-row {
	height: 40px;
	line-height: 40px;
}
.digital-ipt {
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	border: #ccc solid 1px;
	color: #2e2e2e;
	background: #fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.1) inset;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.1) inset;
	-o-box-shadow: 1px 1px 2px rgba(0,0,0,.1) inset;
	-ms-box-shadow: 1px 1px 2px rgba(0,0,0,.1) inset;
	box-shadow: 1px 1px 2px rgba(0,0,0,.1) inset;
	height: 30px;
	margin-right: 12px;
}
.pay-list {
	overflow: hidden;
	zoom: 1;
}
.paymentarea {
	margin-right: 10px;
	float: left;
	width: 200px;
	position: relative;
	cursor:pointer;
}
.paymentarea input[type="radio"] {
	position: absolute;
	top: 10px;
	margin: 0;
	margin-top:-5px;
}
.paymentarea label {
	font-weight: normal;
	cursor: pointer;
}
.bank-box {
	padding: 10px 14px;
	border: 1px solid #e1e1e1;
	line-height: 28px;
	margin-top:5px;
	margin-bottom:10px;
}
.remarks {
	font-size: 12px;
	color: #858585;
}
.jf-box li {
	float: left;
	width: 33.33%;
	border-right: 1px solid #eee;
}
.jf-box li:last-child {
	border-right: none;
}
.exchange {
	width: 450px;
	padding: 0 0 30px 0;
	font-size: 12px;
	text-align: center;
	border: #e1e1e1 1px solid;
	margin: 50px auto;
	border-radius: 15px;
}
.exchange .ex-title {
	font-size: 26px;
	font-weight: bold;
	width: 190px;
	position: relative;
	top: -28px;
	left: 130px;
	padding: 10px 10px;
	background: #fff;
	color: #585858;
}
.exchange li {
	padding: 0 0 10px;
	text-align: center;
}
.total-points {
	font-family: DINCond-Bold;
	font-size: 40px;
	color: #de0e0e;
	position: relative;
	font-weight: 700;
}
.btn-exchange a {
	margin: 0 auto;
	background: #ee3535;
	display: block;
	height: 38px;
	line-height: 38px;
	color: #f8f8f8;
	font-family: "\5fae\8f6f\96c5\9ed1", "Microsoft YaHei";
	font-weight: 600;
}
.btn-exchange a:hover {
	background: #de0e0e;
	text-decoration: none;
	color: #fff;
}
/*安全中心*/
.com-rate {
	margin: 0 5px;
	padding: 0;
	width: 350px;
	display: inline-block;
}
.com-rate .rate-bd {
	height: 11px;
	background-color: #d8d8d8;
	border-radius: 6px;
	overflow: hidden;
}
.com-rate .fill {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background-color: #de0e0e;
}
.renzheng {
	display: inline-block;
	float: right;
	padding-right: 20px;
	width: 70px;
	text-align: center;
}
.past a {
	color: #de0e0e;
}
.nopast a {
	color: #337ab7;
}
.renzheng-tb {
	text-align: left;
	padding-left: 50px;
}
.renzheng-tb label {
	position: relative;
	font-weight: normal;
}
.renzheng-tb .ipt {
	margin: 5px 10px;
}
.renzheng-tb .inner-l {
	width: 20%;
	display: inline-block;
	text-align: right;
}
.renzheng-tb .inner-r {
	width: 65%;
	display: inline-block;
}
.renzheng-tb .inner-r label {
	margin-right:10px;
}
.renzheng-tb input[type="radio"] {
	position: absolute;
	top: -4px;
}
.renzheng-tb .inner-r label  input[type="radio"]{
	position: relative;
	top:9px;
	margin-right:6px;
}
.head-portrait {
	width: 114px;
	height: 114px;
	overflow: hidden;
	display: inline-block;
	margin: 10px;
}
.fileUpload {
	position: relative;
	overflow: hidden;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
/* 返回顶部 */
.dn{display: none;}
.go-top{position: fixed;bottom: 40px;right: 20px;width: 46px;z-index: 999;}
.go-top a{display: block;width: 46px;height: 46px;margin-bottom: 10px;background-image: url(../img/go-top.png);}
.go-top a:last-child{margin-bottom: 0;}
.go-top .go{background-position: 0 -150px;}
.go-top .go:hover{background-position: 0 -249px;}
.go-top .feedback{background-position: 0 -100px;}
.go-top .feedback:hover{background-position: 0 -300px;}
.go-top .uc-2vm{background-position: 0 0;}
.go-top .uc-2vm:hover{background-position: 0 -349px;}
.go-top .uc-2vm-pop{position: absolute;right: 56px;top: -100px;box-shadow: 0px 1px 4px rgba(0,0,0,.1);background: #fff;text-align:center;}
.go-top .uc-2vm-pop .title-2wm{font-size: 12px; margin:10px 10px 0 10px;}
.go-top .uc-2vm-pop .logo-2wm-box{position: relative;}

/*帮助中心菜单*/

 .menu_list{width:180px;margin:0 auto; float:left;}
.menu_head{
	height: 50px;
	line-height: 50px;
	padding-left: 38px;
	font-size: 14px;
	color: #525252;
	cursor: pointer;
	position: relative;
	margin: 0px;
	font-weight: bold;
	background: #f5f5f5 url(../img/pro_left.png) center right no-repeat;
	border-bottom:1px solid #e1e1e1;
}
.menu_heads{
	height: 47px;
	line-height: 47px;
	padding-left: 38px;
	font-size: 14px;
	color: #525252;
	cursor: pointer;
	position: relative;
	margin: 0px;
	font-weight: bold;
    background: #f1f1f1 ;

	
}
.menu_headz{
	height: 47px;
	line-height: 47px;
	padding-left: 38px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #F1F1F1;
	position: relative;
	margin: 0px;
	font-weight: bold;
    background: #ff6600 ;

	
}
.menu_list .current{background:#ddd url(../img/pro_down.png) center right no-repeat;}
.menu_body{
	line-height: 38px;
	background: #fff;
	
}
.menu_body a{display:block;height:50px;line-height:50px;padding-left:38px;background:#fff;text-decoration:none;border-bottom:1px solid #e1e1e1;}
.payway{margin:15px auto;}
#Layer1 {
	display: none;
	position: relative;
	width: 200px;
	z-index: 1;
	left: 167px;
	top: 103px;
}
#Layer2 {
	display: none;
	position: relative;
	width: 300px;
	z-index: 2;
	left: 206px;
	top: 20px;
	background:#fff;
}
#Layer3 {
	display: none;
	position: relative;
	width: 158px;
	height: 176px;
	z-index: 3;
	left: 415px;
	top: 5px;
}

/*网站底部网站标识*/
.cert-ul {width:649px; margin:13px auto;}
.cert-ul li{float:left; width:126px;}
.cert-ul li .icon{background-image: url(../img/netpolice.png);width: 44px;height: 37px; margin-right: 10px;display: inline-block;float: left;}
.Trade-guarantee{background-position: 6px 0px;}
.reportinfo{background-position: 0 -39px;}
.netpolice{background-position: 2px -80px;}
.ICPcert{background-position: 2px -122px;}
.commerce{background: url(../img/gov_nbs_mbg.png) no-repeat 10px;width: 44px;height: 37px; margin-right: 10px;display: inline-block;float: left;}
/* 2017年1月3日新增旗下平台 */
.platform li{float:left; margin:10px 0 0 10px;}
.platform li img{width:158px;height:54px;overflow:hidden;border: 1px solid #D2D2D2;}

/* 资讯中心 */
.news_box,.news_con{ background-color: #fff; padding: 20px 30px;margin-bottom: 20px;position: relative;}
.news_con .back_btn{position: absolute; top:20px;right: 35px; cursor: pointer;}
.news_box li{border-bottom: 1px dotted #ccc; height: 40px;line-height: 40px;}
.news_box li span{color:#ccc; float: right;}
.news_con h2{font-size: 26px;text-align: center;}
.news_con .news_time{text-align: center;height: 50px;line-height: 50px;border-bottom: 1px solid #ddd;margin-bottom: 15px;position: relative;}
.news_con .news_time .bdsharebuttonbox{position:absolute; right:10px; top:12px}
.news_con p{line-height: 200%;text-indent: 2em; font-size: 14px;}
.relative_news{margin: 10px;width: 500px;}
.relative_news h3{font-size: 16px;}
.relative_news li{height: 30px;line-height: 30px;}
.relative_news li span{float: right;color: #666;}

