.control-drop-box{
    padding-left: 0 !important;
    border: none !important;
}

.logo img {
  margin-top:3px;
  width: 215px;
  height: 28px;
  float: left;
}
/* 2015.09.16 zl */
body {
	font-size: 16px;
	color: #9b9b9b;
	background-color: #f7f8fa;
}

/* 2015.09.16 zl header */
.header {
	width: 100%;
	min-width: 1000px;
	height: 66px;
	line-height: 66px;
	background-color: #fff;
	margin-top: -23px;
	box-shadow: 0 8px 10px #e7eaf1;
	z-index: 1900;
    position: relative;
}
.header .left-box {
	float: left;
	width: 63%;
}
.header .left-box .logo {
	float: left;
	width: 167px;
	margin-top: 16px;
    height: 34px;
	margin-left: 20px;
	vertical-align: middle;
}
.header .top-nav {
	float: left;
	margin-left: 20px;
	vertical-align: middle;
}
.header .top-nav li {
	float: left;
	margin: 0 20px;
}
.header .top-nav li a {
	display: inline-block;
	height: 62px;
	padding: 0 4px;
	color: #707473;
	border-bottom: 4px solid #fff;
	font-size: 18px;
}
.header .top-nav li.active a {
	color: #5d5d5d;
	border-bottom: 4px solid #4c89fb;
	transition: color .5s ease-in 0s;
}
.header .top-nav li:hover a {
	color: #005392;
	border-bottom: 4px solid #4c89fb;
	transition: border-bottom .5s ease-in 0s;
}
.header .right-box {
	float: right;
	width: 34%;
	padding-right: 20px;
	font-size: 14px;
	text-align: right;
}
.header .right-box a { color: #3b3b3b; }
.header .right-box span:hover .nav-drop-down { display: block; }
.header .more-moudule:hover .nav-drop-down { display: block; }
.header .more-moudule:hover .nav-drop-down a{ text-align: center;}
.header .right-box .mailer {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 12px;
	margin-right: 10px;
	vertical-align: middle;
	background-image: url("../img/project-img/right-box-mailer.png");
}
.header .right-box .mailer span {
	position: absolute;
	top: -4px;
	right: -4px;
	width: 4px;
	height: 4px;
	background-color: #ff6161;
	border-radius: 50%;
}
.head-img{
	display: inline-block;
    width: 32px;
    height: 32px;
    padding-right:20px;
    position: relative;
    top: 10px;
    background: url(../img/project-img/account/default-head.png) no-repeat center;
}
.down-arrow {
	display: inline-block;
	width: 6px;
	height: 4px;
	margin-left: 4px;
	vertical-align: middle;
	background-image: url("../img/project-img/down-arrow.png");

}
/* 2015.09.16 zl page-body */
.page-body {
	display: table;
	/*height: 100%;*/
	/*min-width: 1100px;*/
	margin: 20px;
	background-color: #fff;
	box-shadow: 0 8px 10px #e7eaf1;
}
.return-back {
	float: left;
	width: 38px;
	height: 16px;
	margin: 25px 0 0 20px;
	vertical-align: middle;
	background-image: url("../img/project-img/icon-page-nav.png");
	background-repeat: no-repeat;
}
.return-back:hover { background-position: 0 -54px; }
.top-page-nav {
	min-width: 980px;
	margin:20px 20px 0 20px;
	line-height: 70px;
	font-size: 18px;
	color: #303233;
	text-align: center;
	border-bottom: 1px solid #f2f2f2;
	background:#fff;
}
.top-page-nav a:hover .down-arrow { background-position: -6px 0; }
.top-nav-logo {
	position: relative;
	width: 38px;
	height: 38px;
	margin-top: 16px;
	vertical-align: top;
	background-image: url("../img/project-img/top-nav-logo-bg.png");
}
.top-nav-logo img {
	display: block;
	vertical-align: middle;
}
.left-nav {
	display: table-cell;
	width: 180px;
	min-height: 100%;
	border-right: 1px solid #f2f2f2;
	vertical-align: top;
}
.change-nav li:first-child{
	margin-top:20px;
}
.left-nav li a {
	display: inline-block;
	width: 180px;
	line-height: 70px;
	color: #585a5a;
	text-align: left;
	border-bottom: 1px solid #f2f2f2;
}
.left-nav li a span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: -3px 8px 0 20px;
	vertical-align: middle;
	/* background-image: url("../img/project-img/icon-left-nav.png"); */
}
.left-nav li a .icon-information { 
	margin-right: 12px;
	background-image: url("../img/project-img/message.png");
	background-size: 30px;
}
.left-nav li a .icon-channel {
	width: 30px;
	height: 30px;
	margin-right: 9px;
	background-image: url("../img/project-img/payChannel.png");
	background-size: 30px;
}
.left-nav li a .icon-set-up {
	width: 30px;
	height: 30px;
	background-image: url("../img/project-img/callBack.png");
	background-size: 30px;
}

.left-nav li.active a{
	color: #4693ff;
	background-color: #ebf4ff;
	transition: color .5s ease-in 0s;
	border-left: 2px solid #4693ff;
	padding-left:18px;
}
 .left-nav li:hover a {
	color: #68abf7;
	background-color: #fafafa;
	transition: color .5s ease-in 0s;
}
.left-nav li.active a .icon-channel,
.left-nav li:hover a .icon-channel{ 
	background-image: url("../img/project-img/payChannel_sel.png");
	background-size: 30px;
}
.left-nav li.active a .icon-set-up,
.left-nav li:hover a .icon-set-up{
	background-image: url("../img/project-img/callBack_sel.png");
	background-size: 30px; 
}
.left-nav li.active a .icon-information,
.left-nav li:hover a .icon-information {
	background-image: url("../img/project-img/message_sel.png");
	background-size: 30px; 
}
.cont-right-box {
	display: table-cell;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1140px;
	/*min-width: 700px;*/
	min-height: 100%;
	margin-left: 180px;
	padding:  20px 0 50px 50px;
}
.cont-right-box { padding-right: 50px; }
.cont-right-box .warp-box {
	width: 76%;
	min-width: 700px;
}
.pay-mode-nav {
	position: relative;
	width: 100%;
	line-height: 36px;
	border-bottom: 1px solid #4c89fb;
}
.pay-mode-nav span {
	display: table-cell;
	position: relative;
	width: 120px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.pay-mode-nav span:hover {
	color: #4c89fb;
	transition: color .6s ease-in 0s;
}
.pay-mode-nav span.current {
	color: #fff;
	background-color: #4c89fb;
}
.pay-mode-nav-arrow {
	display: none;
	position: absolute;
	top: 37px;
	left: 56px;
	width: 8px;
	height: 4px;
	background-image: url("../img/project-img/pay-mode-nav-arrow.png");
}
.pay-mode-nav span.current .pay-mode-nav-arrow { display: inline-block; }
.pay-mode-nav .icon-set-up {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 22px;
	margin: 6px 12px 0 0;
	background-image: url("../img/project-img/icon-set-up.png");
}
.pay-mode-nav .icon-set-up:hover { background-position: -22px 0; }
.pay-mode-nav2 {
	margin-top: 35px;
	line-height: 40px;
	border-bottom: 1px solid #f2f2f2;
}
.pay-mode-nav2 span {
	margin-bottom: -1px;
}
.pay-mode-nav2 span.current{
	color: #333;
	border-bottom: 1px solid #4c89fb;
}
.WX h5 {
	margin: 40px 0 20px 0;
	line-height: 16px;
}
.WX h5 span {
	float: left;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	margin-right: 5px;
	background-image: url("../img/project-img/icon-question-mark.png");
}
.btn-grey,
.btn-blue,
.btn-edit,
.btn-cancel,
.btn-conserve,
.btn-close{
	width: 100px;
	height: 48px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	vertical-align: top;
	background-color: #e0e0e0;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.6s ease 0s;
}
.btn-blue {
	color: #fff;
	background-color: #4c89fb;
}
.btn-edit,
.btn-cancel,
.btn-close {
	width: 98px;
	height: 46px;
	line-height: 46px;
	color: #696c74;
	background-color: #fff;
	border: 1px solid #bdc3d1;
	[;margin-left: 20px;]
}
.btn-close {
	width: 46px;
	height: 46px;
}
.btn-cancel,
.btn-conserve { display: inline-block; }
.btn-conserve { background-color: #4c89fb; }
.btn-grey:hover { background-color: #dcdcdc; }
.btn-cancel:hover,
.btn-edit:hover,
.btn-close:hover { background-color: #f7f7f7; }
.btn-blue:hover,
.btn-conserve:hover { background-color: #89bceb; }
.icon-eye {
	position: absolute;
	top: 14px;
	right: 15px;
	z-index: 3;
	width: 20px;
	height: 20px;
	background-image: url("../img/project-img/icon-eye.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.icon-eye.blue {
	background-image: url("../img/project-img/icon-eye-blue.png");
}
.inp-box {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group .form-control,
.input-group-btn { display: table-cell; }
.input-group .form-control {
	position: relative;
	float: left;
	z-index: 2;
	width: 99%;
	height: 46px;
	padding-left: 10px;
	margin-bottom: 0;
	font-size: 16px;
	color: #666;
	line-height: 46px\0;
	border: 1px solid #dfe1e8;
	border-radius: 3px;
}
.input-group .form-control:focus { border: 1px solid #b8b8b8; }
.input-group .form-control.disable {
	background-color: #f4f4f4;
	cursor: not-allowed;
}
.input-group-btn {
	position: relative;
	width: 1%;
	font-size: 0;
	white-space: nowrap;
	vertical-align: middle;
}
.cont-right-box .tab-bd { display: none; }
.input-group div.ps-r { display: flex; }

/* 2015.09.18 zl basic-info */
.basic-info .title {
	padding-bottom: 20px;
	font-size: 18px;
	color: #333;
}
.basic-info .input-group { margin-bottom: 60px; }

/* 2015.09.21 zl set-call-back */
.set-call-back .drop-down {
	display: table-cell;
	position: relative;
	width: 1%;
	font-size: 0;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
}
.set-call-back .drop-down span {
	width: 160px;
	height: 46px;
	padding-left: 10px;
	font-size: 16px;
	line-height: 46px;
	color: #696c74;
	text-align: left;
	border: 1px solid #dfe1e8;
}
.drop-down-arrow {
	position: absolute;
	top: 22px;
	right: 22px;
	display: inline-block;
	width: 9px;
	height: 5px;
	background-image: url("../img/project-img/drop-down-arrow.png");
}
.icon-notice-mark,
.icon-notice-edit,
.icon-notice-del {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-top: -2px;
	background-image: url("../img/project-img/icon-notice-event.png");
}
.icon-notice-edit {
	width: 16px;
	height: 15px;
	background-position: -46px 0;
}
.icon-notice-edit:hover { background-position: -14px 0; }
.icon-notice-del {
	width: 16px;
	height: 16px;
	background-position: -30px 0;
}
.icon-notice-del:hover { background-position: -62px 0; }
.btn-establish {
	display: inline-block;
	margin-top: 30px;
	font-size: 16px;
	color: #969899;
}
.btn-establish:hover { color: #4c89fb; }
.icon-establish {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-top: -2px;
	margin-right: 5px;
	vertical-align: middle;
	background-image: url("../img/project-img/icon-establish.png");
}
.btn-establish:hover .icon-establish { background-position: -15px 0; }

/* 2015.09.21 zl no-creation */
.no-creation { padding-left: 0; }
.no-creation .cont-box { min-width: 750px; }
.no-creation h3,
.no-creation h4{
	padding-top: 10px;
	font-size: 14px;
	color: #9d9d9d;
	text-align: center;
}
.no-creation h4 { color: #d6d6d6; }

.btn-round-establish {
	display: inline-block;
	width: 120px;
	height: 120px;
	margin-top: 35px;
	background-image: url("../img/project-img/5.png");
}
.addapp{
	text-align:center;
	color:#000;
	margin-top:20px;
}
/* .btn-round-establish:hover { background-position: -114px 0; } */
.tips-pop {
	position: absolute;
	top: 25px;
	left: -35px;
	z-index: 3;
	width: auto;
	padding: 7px 10px;
	font-size: 12px;
	color: #969899;
	text-align: left;
	background-color: #fafafa;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
}
.tips-pop p {
	line-height: 18px;
	white-space: nowrap;
}
.tips-pop-arrow {
	position: absolute;
	top: -6px;
	left: 36px;
	width: 10px;
	height: 6px;
	background-image: url("../img/project-img/tips-pop-arrow.png");
}

.setimg{
    border: 1px solid #673ab7;
    position: absolute;
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
    top: 110px;
    color: #673ab7;
    right: 50px;
    cursor: pointer;
}

/* 2015.09.22 zl application-box */
.application-box {
	/*width: 900px;*/
	padding-top:1px;
	margin: 0 auto;
	text-align: center;
}
.application-box .btn-round-establish {
	margin-top: 100px;
	vertical-align: top;
}
.application-box .left-box,
.application-box .right-box {
	display: inline-block;
	overflow: hidden;
	width: 290px;
	height: 390px; 
	margin: 80px 40px 0 40px;
	vertical-align: top;
	background-color: #fff;
	border-radius: 8px;
	transition: all 0.4s ease 0s;
	box-shadow: 0px 5px 10px 3px #d2d2d2;
}
.application-box .left-box:hover,
.application-box .right-box:hover {
	box-shadow: 5px 5px 8px #eee;
	transform: scale(1.02);
}
.application-box .left-box:hover .del-app{
	visibility: visible;
}
.application-head {
	position: relative;
	overflow: hidden;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin-top: 30px;
	vertical-align: top;
	cursor: pointer;
}
.application-head-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	background-image: url("../img/project-img/application-head.png");
	background-size:80px;
}
.application-head-bg2 {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	background-image: url("../img/project-img/application-head2.png");
	background-size:80px;
}
.application-head:hover .application-head-bg2 { display: inline-block; }
.application-head img {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.application-box .left-box h4 {
	position: relative;
	height: 38px;
	margin-top: 40px;
	margin-bottom:50px;
	font-size: 18px;
	line-height: 38px;
	color: #303233;
	vertical-align: top;
}
.application-box .left-box h4 input {
	height: 36px;
	padding: 0 10px;
	line-height: 36px;
	color: #666;
	border: 1px solid #dfe1e8;
	border-radius: 4px;
}
.inp-btn-true,
.inp-btn-wrong {
	position: absolute;
	top: 14px;
	right: 48px;
	width: 12px;
	height: 9px;
	background-image: url("../img/project-img/inp-btn-true.png");
}
.inp-btn-wrong { 
	width: 10px;
	height: 10px;
	background-position: -12px 0;
}
.inp-btn-true { right: 74px; }
.icon-edit {
	position: absolute;
	top: 11px;
	right: 40px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("../img/project-img/icon-edit.png");
}
.icon-edit:hover { background-position: 0 -16px; }
.application-nav {
	display: inline-block;
	overflow: hidden;
	width: 290px;
	margin-top: 24px;
	margin-bottom:30px;
}
.application-nav li{
	width:33%;
}
.application-nav li a {
	width:100%;
}
.application-nav li,
.application-nav li a {
	float: left;
	font-size: 13px;
	line-height: 45px;
	text-align: center;
}
.application-nav li {}
.application-nav li a { border: 0; }
.application-nav li a span {
	display: block;
	margin: 14px auto 0 !important;
}
.bd-r0 { border-right: 0 !important; }
.application-nav li.active a,
.application-nav li:hover a { background-color: inherit; }

.cont-right-box .set-pay-channel { max-width: 	inherit; }
.set-pay-channel .title {
	position: relative;
	text-align: center;
	border-bottom: 1px solid #f2f2f2;
}
.set-pay-channel .title span {
	display: inline-block;
	padding: 0 10px;
	margin: 0 auto -20px;
	font-size: 14px;
	color: #333;
	vertical-align: middle;
	background: #fff;
}
.pay-seller {
	padding: 30px 0 32px;
	text-align: center;
}
.pay-seller a {
	display: inline-block;
	width: 138px;
	height: 48px;
	margin: 20px 25px 0;
	line-height: 44px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #b8b8b8;
	border-radius: 4px;
}

.add-pay-seller { padding-top: 35px; }
.add-pay-seller a {
	display: block;
	width: 530px;
	height: 50px;
	margin: 20px auto 0;
	line-height: 50px;
	color: #9b9b9b;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
}
.icon-add-pay {
	display: inline-block;
	width: 13px;
	height: 14px;
	margin: 0 14px;
	background-image: url("../img/project-img/icon-add-pay.png");
}

/* 2015.09.23 zl nav-drop-down */
.nav-drop-down {
	display: none;
	position: absolute;
	top: 66px;
	right: 0;
	z-index: 2;
	width: 150px;
	color: #76838f;
	background-color: #fff;
	box-shadow: 0px 0px 10px #dcdfe0;
	border-radius: 4px;
}
.nav-drop-down a {
	display: block;
	width: 150px;
	font-size: 15px;
	line-height: 56px;
	text-align: center;
}
.nav-drop-down a em {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 10px -1px 20px;
	background-image: url("../img/project-img/nav-drop-down.png");
}
.nav-drop-down a.current,
.nav-drop-down a:hover { background-color: #ebf4ff;color: #4693ff ;}
.nav-drop-down a .icon-drop-down2 { background-position: 0 -14px; }
.nav-drop-down a .icon-drop-down3 { background-position: 0 -28px; }
.nav-drop-down a .icon-drop-down4 { background-position: 0 -42px; }

/* 2015.09.23 zl pop */
.pop {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 6666;
}
.pop .cont {
	width: 1000px;
	margin: 0 auto;
}
.pop .cont h2 {
	position: relative;
	width: 1000px;
	padding: 25px 0;
	text-align: right;
}
.btn-pop-close {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-right: 30px;
	vertical-align: middle;
	background-image: url("../img/project-img/btn-pop-close.png");
	cursor: pointer;
}
.btn-pop-close:hover { background-position: 0 -22px; }
.pop .cont-box {
	width: 574px;
	margin: 0 auto;
}
.pop .cont-box h3 {
	padding: 40px 0 18px 0;
	font-size: 18px;
	color: #333;
	text-align: left;
}
.pop input {
	width: 554px;
	height: 46px;
	line-height: 46px;
	padding: 0 10px;
	border: 1px solid #dfe1e8;
	border-radius: 4px;
	[;line-height: normal;]
}
.pop input:focus {
	color: #666 !important;
	border: 1px solid #b8b8b8;
}
.set-notice a {
	float: left;
	position: relative;
	width: 182px;
	height: 68px;
	margin-right: 10px;
	border: 1px solid #dfe1e8;
	border-radius: 4px;
	transition: all 0.6s ease 0s;
}
.set-notice a span {
	display: block;
	padding-top: 15px;
	font-size: 16px;
	line-height: 16px;
	color: #cecece;
	text-align: center;
	transition: all 0.6s ease 0s;
}
.set-notice a span.span-text {
	font-size: 14px;
	padding-top: 8px;
}
.set-notice a.current,
.set-notice a:hover { border-color: #68a8f9; }
.set-notice a.current span,
.set-notice a:hover span { color: #666; }
.set-notice a.current span.span-text,
.set-notice a:hover .span-text { color: #9d9d9d; }
.icon-set-notice {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background-image: url("../img/project-img/icon-set-notice.png");
}
.set-notice a.current .icon-set-notice { display: inline-block; }
.pop .cont-box.ask-box { width: 670px; }
.pop .ask-box h3 {
	font-size: 24px;
	color: #717171;
	text-align: center;
}
.del-info li {
	margin-top: 40px;
	line-height: 48px;
}
.del-info li .title {
	margin-right: 20px;
	font-size: 17px;
	color: #333;
}
.del-info li .span-text {
	min-width: 550px;
	padding: 0 10px;
	font-size: 14px;
	color: #666;
	background-color: #f4f4f4;
	border-radius: 4px;
}

/*2015.9.25 yy*/
.w-200{ width: 200px!important; }
.w-320{ width: 320px!important; }
.w-10per{ width: 10%!important; }
.w-30per{ width: 30%!important; }
.w-38per{ width: 38%!important; }
/*.w-47per{ width: 47%!important; }*/

.pt45{ padding-top: 50px!important; }
.pt60{ padding-top: 60px!important; }
.pr100{ padding-right: 100px!important; }

.mt20{ margin-top: 20px!important; }
.mt40{ margin-top: 40px!important; }
.mt45{ margin-top: 45px!important; }
.mt80{ margin-top: 80px!important; }
.mr5{ margin-right: 5px!important; }
.mb15{ margin-bottom: 15px!important; }

.ps-c{ margin: 0 auto; }
.ta-l{ text-align: left!important; }
.ta-r{ text-align: right!important; }

.bor-t{ border-top: 1px solid #f2f2f2;}
.bor-b{ border-bottom: 1px solid #f2f2f2;}

.col-76{ color: #767676!important; }
.col-333{ color: #333!important; }
.f16{ font-size: 16px!important; }

/*2015.10.9 yy*/
.w-70per{ width: 70%!important; }
.w-80per{ width: 80%!important; }
.min-w-700{ min-width: 700px!important; }

.ml48{ margin-left: 48px!important; }

.va-t{ vertical-align: top; }
input:focus{ border: 1px solid #b8b8b8!important; }
.lh-45{ line-height: 45px!important; }

/* 2015.10.09 zl footer */
.footer {
	margin-bottom: 20px;
	font-size: 12px;
	color: #b5b5b5;
	text-align: center;
}

/* 2015.10.09 zl header */
.header .right-box.sign { text-align: right; }
.header .right-box.sign .top-nav { float: right; }
.header .right-box.sign .top-nav li { margin: 0 10px; }

/* 2015.10.09 zl sign-cont*/
.sign-cont {
	position: relative;
	width: 100%;
	min-width: 1060px;
	min-height: 300px;
	margin: 20px auto;
	background-color: #fff;
}
.sign-cont .error-span{
	color: red;
	visibility: hidden;
}
.sign-cont ul {
	/*position: absolute;
	top: 5%;
	left: 40%;*/
	width: 292px;
	margin: 0 auto;
	text-align: center;
}
.sign-cont ul li { padding-bottom: 20px; }
.sign-cont ul .title {
	/*padding: 100px 0 40px 0;*/
	padding: 20px 0 40px 0;
	font-size: 22px;
	color: #333;
}
.sign-cont ul input {
	width: 253px;
	height: 46px;
	padding-left: 35px;
	line-height: 46px;
	border: 1px solid #dfe1e8;
	border-radius: 3px;
	[;line-height: normal;]
}
.sign-cont ul input:focus {
	color: #666;
	border: 1px solid #b8b8b8;
}
.sign-cont ul li.error input,
.sign-cont ul li.error input:focus {
	/*color: #ff6161;*/
	border: 1px solid #ff6161 !important;
}
.sign-cont .icon-sign-account,
.sign-cont .icon-sign-password,
.sign-cont .icon-sign-error{
	position: absolute;
	top: 17px;
	left: 14px;
	width: 14px;
	height: 14px;
	background-image: url("../img/project-img/icon-sign-account.png");
}
.sign-cont .icon-sign-error {
	width: 14px;
	height: 14px;
	background-image: url("../img/project-img/icon-sign-error.png");
}
.sign-cont .icon-sign-password { background-position: 0 -14px; }
.sign-cont .btn-grey {
	display: inline-block;
	width: 290px;
	height: 48px;
	margin: 0;
	line-height: 48px;
}
.sign-cont ul li.text {
	font-size: 14px;
	line-height: 14px;
	color: #9d9d9d;
}
.sign-cont ul li.text em {
	color: #4a4a4a;
}
.sign-cont ul li.text a {
	color: #278CE5;
	transition: all 0.6s ease 0s;
}
.sign-cont ul li.text a:hover { color: #0096ff;text-decoration: underline; }

.agree-content .title {
    font-weight: bold;
    color: #000000;
    font-size: 23px;
    text-align: center;
    padding-top: 20px;	
}
.agree-content .subTitle{
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    text-align: left;
    padding: 10px;		
}
.agree-content .content{
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    text-align: left;
    padding: 5px 10px 5px 10px;		
}
/* 2015.10.09 zl page-body notice */
.page-body.notice {
	display: block;
	min-width: 980px;
}
.page-body.notice .tab-warp-box {
	width: 90%;
	margin: 0 auto;
}
.page-body.notice .tab-warp-box .notice-event th { border-top: 0; }
.page-body.notice .tab-warp-box .notice-event th,
.page-body.notice .tab-warp-box .notice-event td {
	font-size: 14px;
	height: 60px;
	color: #666;
}
.icon-mailer,
.icon-mailer-open {
	display: inline-block;
	width: 17px;
	height: 10px;
	margin-top: -4px;
	vertical-align: middle;
	background-image: url("../img/project-img/icon-mailer.png");
}
.icon-mailer-open {
	width: 14px;
	height: 14px;
	background-position: 0 -10px;
}
.page-body.notice .tab-warp-box .notice-event .open-style th,
.page-body.notice .tab-warp-box .notice-event .open-style td { color: #b3b3b3; }
.no-notice {
	display: inline-block;
	padding-top: 16%;
}

/* 2015.10.09 pagination */
.pagination { padding: 40px 0 20px 0; }
.pagination-list>a {
	display: inline;
	float: left;
	padding: 1px 12px;
	margin-left: 6px;
	font-size: 12px;
	line-height: 22px;
	color: #666;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #bfbfbf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pagination .spec {
	float: left;
	margin-left: 6px;
}
.pagination-list>a.pre,
.pagination-list>a.next,
.pagination-list>a.pre-to-begin,
.pagination-list>a.next-to-end {
	width: 18px;
	background: #fff url(../img/project-img/ylf-icon.png) no-repeat;
}
.pagination-list>a.pre { background-position: -45px -298px; }
.pagination-list>a.pre:hover,
.pagination-list>a.pre.current { background-position: -159px -298px; }
.pagination-list>a.next { background-position: -95px -297px; }
.pagination-list>a.next:hover,
.pagination-list>a.next.current { background-position: -214px -297px; }
.pagination-list>a.pre-to-begin { background-position: -48px -268px; }
.pagination-list>a.pre-to-begin:hover,
.pagination-list>a.pre-to-begin.current { background-position: -159px -261px; }
.pagination-list>a.next-to-end { background-position: -97px -267px; }
.pagination-list>a.next-to-end:hover,
.pagination-list>a.next-to-end.current { background-position: -212px -264px; }
.pagination-list>a:hover { background-color: #eaeaea; }
.pagination-list>a.current {
	color: #fff;
	background-color: #4c89fb;
	border-color: #4c89fb;
}

/*2015.10.12 yy*/
.dis-ib{ display: inline-block; }
.w-75{ width: 75px!important; }
.w-175{ width: 175px!important; }
.w-181{ width: 161px!important; }
.w-200{ width: 200px!important; }
.w-280{ width: 280px!important; }

.pr0{ padding-right: 0px!important; }
.pr30{ padding-right: 30px!important; }
.pr40{ padding-right: 40px!important; }
.pb20{ padding-bottom: 20px!important; }
.ml3{ margin-left: 3px!important; }
.ml7{ margin-left: 7px!important; }
.ml8{ margin-left: 8px!important; }
.ml12{ margin-left: 12px!important; }
.ml25{ margin-left: 25px!important; }
.ml60{ margin-left: 60px!important; }
.ml80{ margin-left: 80px!important; }
.ml115{ margin-left: 115px!important; }
.ml130{ margin-left: 130px!important; }
.ml250{ margin-left: 250px!important; }
.f12{ font-size: 12px!important; }
.f14{ font-size: 14px!important; }
.f20{ font-size: 20px!important; }
.f28{ font-size: 28px!important; }
.col-666{ color: #666!important; }
.col-ddd{ color: #ddd!important; }
.col-green{ color: #4daf7b!important; }
.col-red{ color: #ff6161!important; }
.col-blue{ color: #4c89fb!important; }
.bcol-red{ background-color: #ff6161!important; }
.bcol-d87a80{ background-color: #d87a80; }
.bcol-ffb980{ background-color: #ffb980; }
.bcol-b6a2de{ background-color: #b6a2de; }
.bcol-4daf7b{ background-color: #4daf7b; }
.bcol-13aeef{ background-color: #13aeef; }
.bcol-db3c40{ background-color: #db3c40; }


.txt-del{ text-decoration: line-through; }
/*2015.10.13 yy calendar input*/
.icon-control-date,
.icon-control-time{
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	background: url(../img/project-img/icon-control-time.png) no-repeat left top;
}
.icon-control-time{ background-position: 0 -12px; }
.control-calendar,
.control-time{
	display: inline-block;
	width: 115px;
	height: 28px;
	padding-left: 10px;
	border: 1px solid #dfe1e8;
	border-radius: 4px;
}
.control-time{ width: 73px; }
.control-time input,
.control-calendar input{ 
	width: 90px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	color: #666;
	cursor: pointer; 
}
.control-time input{ width: 48px; }
/*2015.10.13 yy drop box*/
.control-drop-box{
	position: relative;
	display: inline-block;
	width: 115px;
	height: 28px;
	padding-left: 10px;
	vertical-align: middle;
	border: 1px solid #dfe1e8;
	border-radius: 4px;
}
.control-drop-box .drop-down-arrow{
	top: 12px;
	right: 10px;
}
.control-drop-box input{
	width: 90px;
	font-size: 12px;
	color: #666;
	cursor: pointer;
}
.control-drop-box input:focus{ border: none!important; }

.btn-grey.mini{
	display: inline-block;
	width: 80px;
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
}

.ellipsis{
	display: inline-block;
	width: 135px;
	overflow:hidden;
	white-space:nowrap;
	word-wrap:normal;
	text-overflow: ellipsis;
}

/* 2015.10.13 zl register */
.register .step-bar-box {
	padding: 50px 0;
	margin: 0 30px;
	text-align: center;
	border-bottom: 1px solid #f2f2f2;
}
.register .step-bar-box .step-bar {
	display: inline-block;
	width: 490px;
	height: 30px;
	vertical-align: top;
	background-image: url("../img/project-img/set-bar-bg.png");
}
.register .step-bar-box .step-bar.step-2 { background-position: 0 -30px; }
.register .step-bar-box .step-bar.step-3 { background-position: 0 -60px; }
.sign-cont.register ul {
	width: 292px;
	margin-top: 4%;
}
.sign-cont.register ul li label {
	float: left;
	width: 120px;
	margin-top: 12px;
	font-size: 17px;
	color: #333;
	text-align: left;
}
.sign-cont.register ul li .w-292 {
	float: left;
	width: 292px;
}
.sign-cont.register ul li input {
	width: 278px;
	padding-left: 10px;
	font-size: 14px;
}
.sign-cont.register ul li .btn-grey { float: left; }
.register .step-bar-box .step-text {
	position: relative;
	width: 446px;
	margin: 5px auto 0;
	font-size: 14px;
}
.register .step-bar-box .step-text span{
	position: absolute;
	overflow: hidden;
	width: 100px;
	height: 24px;
}
.register .step-bar-box .step-text span.text1 { left: -36px; }
.register .step-bar-box .step-text span.text2 { left: 194px; }
.register .step-bar-box .step-text span.text3 { left: 424px; }
.check-box,
.check-box-ed {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: -2px;
	margin-right: 10px;
	vertical-align: middle;
	background-image: url("../img/project-img/icon-check-box.png");
}
.check-box-ed { background-position: 0 -14px; }
.sign-cont.register ul li.text { font-size: 14px; }

.register-finish {
	text-align: center;
}
.register-finish h3 {
	padding-top: 45px;
	font-size: 17px;
	color: #666;
}
.register-finish h4 {
	padding-top: 35px;
	font-size: 18px;
	color: #333;
}
.register-finish h5 {
	padding-top: 15px;
	font-size: 16px;
	color: #9d9d9d;
}
.register-finish .btn-box { padding-top: 35px; }
.register-hint {
	position: absolute;
	bottom: 0;
	padding: 90px 0 45px 50px;
	text-align: left;
}
.register-hint h5 {
	padding-bottom: 10px;
	color: #b3b3b3;
}
.register-hint p {
	line-height: 26px;
	color: #cecece;
}
.register-hint p a {
	line-height: 26px;
	color: #cecece;
	transition: all 0.6s ease 0s;
}
.register-hint p a:hover {
	color: #4c89fb;
}
/*2015.10.14 yy change min-width for adapting all pages*/
.header{ min-width: 1060px;}
.top-page-nav{ min-width: 1040px; }
.cont-right-box{ min-width: 760px; }

/*2015.10.29 yy pay logo*/
.pay-logo span{
	display: inline-block;
	width: 122px;
	height: 30px;
	vertical-align: middle;
	background: url("../img/project-img/db-pay.png") no-repeat;
}
.pay-logo.WX span{ background: url(../img/project-img/wx-pay.png) no-repeat; }
.pay-logo.ALI span { background: url(../img/project-img/ali-pay.png) no-repeat; }
.pay-logo.al-pay span{ background: url(../img/project-img/al-pay.png) no-repeat; }
.pay-logo.UP span{ background: url(../img/project-img/union-pay.png) no-repeat; }
.pay-logo.JKT span{ background: url(../img/project-img/msy-pay.png) no-repeat; }
.pay-logo.POS span{ background: url(../img/project-img/pos-pay.png) no-repeat; }
.pay-logo.YYT span{ background: url(../img/project-img/yyt-pay.png) no-repeat; }
.pay-logo.on-line-pay span{ background: url(../img/project-img/on-line-pay.png) no-repeat; }
.pay-logo.ent-line-pay span{ background: url(../img/project-img/ent-line-pay.png) no-repeat; }
.pay-logo:hover span{ background-position: 0 -30px!important; }
.pay-logo.current span{ background-position: 0 -30px!important; }

/*2015.11.3 yy pay way input*/
.input-group .form-control{ border: none; }
.input-group .form-control:focus{ border: none!important; }
.input-group div.ps-r{
	padding-right: 60px;
	border: 1px solid #dfe1e8;
	height: 48px;
}
.left-box h4 div.ps-r{
	width: 160px;
	height: 37px;
	padding-right: 50px;
	margin: 0 auto;
	border: 1px solid #dfe1e8;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.application-box .left-box h4 input{ 
	width: 150px;
	padding: 0 0 0 10px;
	border: none!important; 
}
.application-box .left-box h4 input:focus{ border: none!important; }
.inp-btn-wrong{ right: 10px;}
.inp-btn-true{ right: 35px; }
.input-group div.ps-r.disable{ background: #f4f4f4;}

/*2015.11.09 zl */
.c-4daf7b { color: #4daf7b }
.c-68abf7 { color: #4c89fb; }
.c-ff6161 { color: #ff6161; }
/*2015.11.12 yy*/
.plr20{
	padding-left: 20px;
	padding-right: 20px;
}

/*2015.11.16 yy*/
.mh-550{ min-height: 550px!important; }
/*2015.11.19 yy*/
.mt150{ margin-top: 150px!important; }
.mb50{ margin-bottom: 50px!important; }
.pl0{ padding-left: 0px!important; }
.pt0{ padding-top: 0px!important; }

/*2015.11.23 yy*/
.slogan{
	float: left;
	display: inline-block;
	width: 109px;
	height: 17px;
	margin-top: 31px;
	margin-left: 15px;
	background: url(../img/project-img/op-slogan.png) no-repeat;
	
}
/*2015.11.24 yy*/
.nav-drop-down a .icon-drop-down5 { background-position: 0 -56px; }

/*2015.11.24 zl radio */
.icon-radio,
.icon-radio-ed {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -3px 10px 0 0;
	vertical-align: middle;
	background-image: url("../img/project-img/icon-radio.png");
	cursor: pointer;
}
.icon-radio-ed { background-position: -16px 0; }

/*2015.12.07 zl bug */
.register .step-bar-box .step-text.w-446 {
	width: 446px;
}

/*2016.1.28 yy*/
.no-bor{ border: none!important; } 
.icon-establish.active{ background-position: -15px 0; }
.mt10{ margin-top: 10px!important; }
.mb20{ margin-bottom: 20px!important; }
.pr20{ padding-right: 20px!important; }
.pt30{ padding-top: 30px!important; }
.ml-58{ margin-left: -58px!important; }

/*2016.2.16 yy*/
.control-txtend-box{
	position: relative;
	display: inline-block;
	width: 115px;
	height: 28px;
	padding-left: 10px;
	vertical-align: middle;
	border: 1px solid #dfe1e8;
	border-radius: 4px;
}
.control-txtend-box input{
	width: 90px;
	font-size: 12px;
	color: #666;
	cursor: pointer;
}
.control-txtend-box input:focus{ border: none!important; }
.ptb10{
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}
/*2016.3.2 yy*/
.ml95{ margin-left: 95px!important; }
.icon-card-delete{
	display: inline-block;
	width: 27px;
	height: 27px;
	margin-left: 7px;
	font-size: 12px;
	line-height: 27px;
	color: #dfe1e8;
	text-align: center;
	border: 1px solid #dfe1e8;
	border-radius: 4px;
	cursor: pointer;
}
/*2017/10/13 增加分页显示调整条数*/
.pagination-list > select{
	color: #444 !important;
	padding: 0 5px;
	float: left;
}
.header .package-name{
	font-size: 14px;
    color: #555555;
    letter-spacing: 0;
}
.update-account{
	border: 1px solid #86BA43;
    color: #86BA43 !important;
    font-size: 12px;
    height: 20px;
    padding: 1px 12px;
    border-radius: 2px;
    margin:0 10px 0 10px;
    background-color: transparent;
}
.keep-account{
	border: 1px solid #278ce5;
    color: #278ce5 !important;
    font-size: 12px;
    height: 20px;
    padding: 1px 12px;
    border-radius: 2px;
    margin:0 10px 0 10px;
    background-color: transparent;
}
