﻿/*@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../font/glyphicons-halflings-regular.ttf'), url('../font/glyphicons-halflings-regular.woff'), url('../font/glyphicons-halflings-regular.woff2');
}*/
input::-webkit-input-placeholder{   /* WebKit browsers */
    color:#cccccc;
}
input:-moz-placeholder{   /* Mozilla Firefox 4 to 18 */
    color:#cccccc;
}
input::-moz-placeholder{   	/* Mozilla Firefox 19+ */
    color:#cccccc;
}
input:-ms-input-placeholder{   /* Internet Explorer 10+ */
    color:#cccccc;
}
@font-face {
	font-family: "Glyphicons Halflings";
	src: url("../font/glyphicons-halflings-regular.eot");	/* IE9  兼容模式*/
	src: url("../font/glyphicons-halflings-regular.ttf") format("truetype"),
	url("../font/glyphicons-halflings-regular.woff") format("woff"),
	url("../font/glyphicons-halflings-regular.woff2") format("woff2"),
	url("../font/glyphicons-halflings-regular.svg") format("svg"),
	url("../font/glyphicons-halflings-regular.eot") format("embedded-opentype"); /*Apache 服务器中，缺少了 # 会返回 403，所以再加上 #*/
}

.container {
	width: 1200px !important;
}


/*登录页面------Tait*/

.header {
	padding: 30px 0;
}

.header img {
	float: left;
}

.login_bg {
	background: url(../image/login_img.jpg) center top no-repeat;
	height: 550px;
}

.login_bg .loginbox {
	float: right;
	margin-right: 50px;
	margin-top: 70px;
	width: 350px;
	height: 400px;
	padding: 10px 30px;
	background-color: #ffffff;
}

.login_bg .loginbox h3 {
	color: #333333;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}

/*.login_bg .loginbox> div {*/
/*	border: 1px solid #e5e5e5;*/
/*	height: 44px;*/
/*	margin-bottom: 10px;*/
/*}*/

.login_bg .loginbox> div> span.user {
	background: url(../image/login_user.png) center center no-repeat;
}

.login_bg .loginbox> div> span.password {
	background: url(../image/login_pass.png) center center no-repeat;
}

.login_bg .loginbox> div> span.yz {
	background: url(../image/login_z.png) center center no-repeat;
	background-color: #ffffff !important;
}

.login_bg .loginbox> div> span {
	display: block;
	width: 44px;
	height: 42px;
	float: left;
	background-color: #e5e5e5 !important;
}

.login_bg .loginbox> div> input {
	border: 0;
	height: 42px;
	line-height: 42px;
	margin: 0 15px;
}

.login_bg .loginbox> div> img {
	float: right;
	margin-right: 1px;
	margin-top: 1px;
	cursor: pointer;
	width: 75px;
	height: 37.5px;
}

.login_bg .loginbox .forget {
	margin: 40px 0 15px;
}

.login_bg .loginbox .forget a {
	color: #666666;
}

/**/
.login_bg .loginbox> ul >li {
	color: #333333;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}

#LoginForm> div {
	border: 1px solid #e5e5e5;
	height: 44px;
	margin-bottom: 10px;
}

#LoginForm > div > span.user{
	background: url(../image/login_user.png) center center no-repeat;
}

#LoginForm > div > span.password {
	background: url(../image/login_pass.png) center center no-repeat;
}

#LoginForm > div > span.yz {
	background: url(../image/login_z.png) center center no-repeat;
	background-color: #ffffff !important;
}

#LoginForm > div > span {
	display: block;
	width: 44px;
	height: 42px;
	float: left;
	background-color: #e5e5e5 !important;
}

#LoginForm> div> input {
	border: 0;
	height: 42px;
	line-height: 42px;
	margin: 0 15px;
}

#LoginForm> div> img {
	float: right;
	margin-right: 1px;
	margin-top: 1px;
	cursor: pointer;
	width: 75px;
	height: 37.5px;
}

#LoginForm .forget {
	margin: 40px 0 15px;
}

#LoginForm .forget a {
	color: #666666;
}
/**/

.login_bg .loginbox .log {
	display: block;
	height: 44px;
	line-height: 44px;
	background-color: #00a0e9;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
}

.footer {
	padding: 110px 0 40px;
	color: #333333;
	text-align: center;
}


/*忘记密码-第一步*/

.header .loginzh {
	float: right;
	color: #999999;
	font-size: 16px;
	margin-top: 24px;
	margin-right: 20px;
}

.forget_passwordbox .box {
	border: 1px solid #dedede;
	border-top: 2px solid #0899c0;
	padding: 70px 0 100px;
	height: 650px;
}

.forget_passwordbox .box .procedure {
	color: #cccccc;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}

.forget_passwordbox .box .procedure> div {
	float: left;
	min-width: 70px;
}

.forget_passwordbox .box .procedure i {
	float: left;
	width: 100px;
	display: block;
	border-top: 1px dashed #d8d7d7;
	margin-top: 12px;
}

.forget_passwordbox .box .procedure> div span {
	display: block;
	margin: 0 auto;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #f2f2f2;
	border-radius: 50%;
	margin-bottom: 6px;
	font-size: 18px;
}

.forget_passwordbox .box .mag {
	width: 100%;
	text-align: center;
	margin-bottom: 70px;
}

.forget_passwordbox .box .procedure .curr {
	color: #83ccdf;
}

.forget_passwordbox .box .procedure .curr span {
	color: #ffffff;
	background-color: #83ccdf;
}

.forget_passwordbox .box .procedure .active {
	color: #0899c0;
}

.forget_passwordbox .box .procedure .active span {
	color: #ffffff;
	background-color: #0899c0;
}

.forget_passwordbox .box .info {
	width: 330px;
	margin: 0 auto;
}

.forget_passwordbox .box .info input[type="text"],
.forget_passwordbox .box .info input[type="password"]{
	width: 100%;
	border: 1px solid #dedede;
	border-radius: 5px;
	height: 52px;
	line-height: 50px;
	padding: 0 20px;
}

.forget_passwordbox .box .info>div {
	margin: 10px 0;
}

.forget_passwordbox .box .info>div input[type="text"],
.forget_passwordbox .box .info>div input[type="password"] {
	width: 194px;
}

.forget_passwordbox .box .info>div div {
	float: right;
	width: 126px;
	height: 52px;
	border-radius: 5px;
	border: 1px solid #dedede;
	cursor: pointer;
}

.forget_passwordbox .box .next {
	height: 52px;
	line-height: 52px;
	display: block;
	background-color: #0899c0;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	border-radius: 5px;
	font-weight: bold;
}


/*忘记密码-第二步*/

.forget_passwordbox .box .info .text {
	color: #666666;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 20px;
}

.forget_passwordbox .box .info>div .obtain {
	color: #666666;
	font-size: 14px;
	background-color: #f3f3f3;
	text-align: center;
	line-height: 50px;
}


/*忘记密码-第三步*/

.forget_passwordbox .box .info .tooltip {
	border: 0;
	margin: 0;
	display: block;
}

.forget_passwordbox .box .info .tooltip-arrow {
	display: none;
}

.forget_passwordbox .box .info .tooltip-inner {
	width: 140px;
	height: 50px;
	color: #666666;
	background-color: #ceecf4;
	border: 0;
	line-height: 22px;
}


/*忘记密码-完成*/

.forget_passwordbox .info> div> img {
	float: left;
	margin-right: 20px;
}

.forget_passwordbox .info> div>span {
	color: #666666;
	float: left;
	display: block;
	width: 260px;
	line-height: 20px;
}


/*绑定手机*/

.forget_passwordbox .info .agree {
	color: #666666;
	margin-bottom: 10px;
}

.forget_passwordbox .info .agree label {
	cursor: pointer;
}

.forget_passwordbox .info .agree input[type="checkbox"] {
	vertical-align: top;
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 5px;
}

.forget_passwordbox .info .tool {
	color: #999999;
	margin: 13px 0;
	margin-left: 5px;
}

.forget_passwordbox .info .tool.color {
	color: #da0202;
}


/*后台首页*/

.head {
	background-color: #f7f7f7;
	height: 50px;
	line-height: 50px;
	color: #333333;
}

.head a {
	color: #333333;
}

.head a:hover {
	color: #0899c0;
}

.head em {
	display: inline-block;
	height: 10px;
	width: 0;
	border-left: 1px solid #15151a;
	margin: 0 8px;
	vertical-align: middle;
	margin-top: -1px;
}

.head .right {
	float: right;
}

.head .right span {
	margin: 0 5px;
}


/*logo*/

.logo_nav {
	background-color: #0899c0;
	height: 100px;
}

.logo_nav img {
	float: left;
	margin-top: 25px;
}

.logo_nav .right {
	float: right;
	line-height: 100px;
}

.logo_nav .right a {
	color: #ffffff;
	font-size: 20px;
	display: inline-block;
	margin: 0 30px;
}

.logo_nav .right a:hover,
.logo_nav .right a.active {
	border-bottom: 4px solid #ffffff;
	height: 100px;
}

.logo_nav .right a em {
	background: url(../image/bottom.png) no-repeat;
	display: inline-block;
	width: 14px;
	height: 8px;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 15px;
}

.logo_nav .right> div {
	float: right;
	color: #f7f7f7;
	font-size: 18px;
}

.logo_nav .right> div i {
	display: inline-block;
	background: url(../image/phone.png) no-repeat;
	height: 36px;
	width: 36px;
	vertical-align: middle;
	margin-top: -8px;
	margin-left: 20px;
	margin-right: 10px;
}


/*后台中心区域*/

.background_center {
	background: url(../image/bg_img.jpg) center top no-repeat;
	padding: 20px 0 30px;
}

.background_center .nav_left {
	width: 210px;
	border: 1px solid #e4e4e4;
	line-height: 44px;
	background-color: #ffffff;
	float: left;
}

.background_center .nav_left> li> a {
	color: #333333;
	font-weight: bold;
	display: block;
	font-size: 16px;
}

.background_center .nav_left> li> a em {
	display: inline-block;
	vertical-align: top;
	height: 4px;
	width: 4px;
	background-color: #0099cc;
	margin: 20px 21px;
}

.background_center .nav_left> li> a i {
	display: inline-block;
	background: url(../image/sq_bom.png) no-repeat;
	height: 12px;
	width: 12px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

.background_center .nav_left> li> a i.curr {
	background: url(../image/sq_rig.png) no-repeat;
	margin-top: 16px;
	margin-right: 18px;
}

.background_center .nav_left ul li a {
	color: #333333;
	padding-left: 52px;
	display: block;
	font-size: 14px;
}

.background_center .nav_left ul li a.active {
	background-color: #fafafa;
	color: #45b2d0;
}

.background_center .nav_left ul li a:hover {
	color: #45b2d0;
}

.background_center .nav_right {
	width: 940px;
	float: left;
	margin-left: 10px;
}

.background_center .nav_right .box {
	width: 465px;
	max-height: 210px;
	border: 1px solid #e4e4e4;
	float: left;
	overflow: hidden;
	background-color: #ffffff;
}

.background_center .nav_right .box+.box {
	margin-left: 10px;
}

.background_center .nav_right .box> h5 {
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #e4e4e4;
	background-color: #f9f9f9;
	color: #333333;
	font-size: 18px;
}

.background_center .nav_right .box> h5 em {
	display: inline-block;
	height: 30px;
	width: 4px;
	background-color: #0899c0;
	vertical-align: top;
	margin: 8px 10px 0;
}

.background_center .nav_right .box .case {
	padding: 15px 20px;
	height: 160px;
}

.background_center .nav_right .box .case h4 {
	color: #333333;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.background_center .nav_right .box .case h4 img {
	float: left;
	margin-right: 10px;
}

.background_center .nav_right .box .case p {
	color: #333333;
	font-size: 14px;
	line-height: 28px;
}

.background_center .nav_right .box .case p i {
	display: inline-block;
	background: url(../image/background_center_02.png) no-repeat;
	width: 11px;
	height: 16px;
	vertical-align: middle;
	margin: 0 10px;
	margin-bottom: 4px;
}

.background_center .nav_right .box> h5 .move {
	color: #cccccc;
	float: right;
	margin-right: 20px;
}

.background_center .nav_right .box> h5 .move:hover {
	color: #0899c0;
}

.background_center .nav_right .box .notice {
	line-height: 32px;
	padding-top: 10px;
	height: 160px;
}

.background_center .nav_right .box .notice a {
	color: #333333;
	font-size: 14px;
	padding-left: 20px;
}

.background_center .nav_right .box .notice a:hover {
	color: #e42613;
}

.background_center .business_preview {
	margin-top: 20px;
}


/*.background_center .business_preview> h3 {
	height: 50px;
	font-size: 18px;
	color: #0899c0;
	line-height: 50px;
	padding-left: 20px;
	background-color: #f9f9f9;
	border: 1px solid #e4e4e4;
}*/

.business_preview> .box {
	border-bottom: 0 !important;
	width: 100% !important;
	margin-bottom: 15px;
}

.background_center .nav_right .box> h5.small {
	font-size: 14px;
}

.background_center .nav_right .box> h5.small>em {
	height: 10px;
	width: 10px;
	margin-top: 19px;
}

.background_center .nav_right .box .issued span {
	width: 50%;
	float: right;
	display: block;
}

.background_center .business_preview .title {
	margin: 15px 0;
	position: relative;
	clear: both;
}

.background_center .business_preview .title .left {
	float: left;
	width: 90px;
	color: #0096be;
	font-size: 18px;
	position: relative;
	height: 34px;
	overflow: hidden;
	line-height: 28px;
}

.background_center .business_preview .title .left .zl {
	display: inline-block;
	background: url(../image/background_center_03.png) no-repeat;
	width: 22px;
	height: 23px;
	vertical-align: top;
	margin: 0 8px;
}

.background_center .business_preview .title .left .fh {
	display: inline-block;
	background: url(../image/background_center_04.png) no-repeat;
	width: 28px;
	height: 28px;
	vertical-align: top;
	margin: 0 8px;
}

.background_center .business_preview .title .left span {
	display: block;
	border: 4px solid #0096be;
	border-bottom-color: transparent !important;
	border-right-color: transparent !important;
	margin-top: 2px;
}

.background_center .business_preview .title .right {
	float: left;
	width: 840px;
	margin-left: 10px;
	height: 1px;
	background-color: #0096be;
	margin-top: 31px;
}

.background_center .business_preview .title .red_cl {
	color: #eb4f38;
}

.background_center .business_preview .title .red_cl span {
	border-color: #eb4f38;
}

.background_center .business_preview .equal {
	width: 33.33%;
	float: left;
	margin: 10px 0 30px;
}

.background_center .business_preview .equal> h6 {
	color: #333333;
	font-size: 18px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.background_center .business_preview .equal img {
	float: left;
	margin: 0 35px;
}

.background_center .business_preview .equal p {
	color: #333333;
	font-size: 24px;
}

.background_center .business_preview .equal p > span {
	color: #333333;
	font-size: 24px;
}

.background_center .business_preview .equal a {
	color: #0096be;
	font-size: 14px;
	margin-top: 10px;
	display: inline-block;
}

.background_center .nav_right .box .take {
	width: 100%;
	line-height: 39px;
	color: #333333;
	font-size: 14px;
	height: 160px;
	text-align: center;
	table-layout: fixed;
	margin-top: 1px;
}

.background_center .nav_right .box .take td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.background_center .nav_right .box .take tr+ tr {
	border-top: 1px solid #e4e4e4;
}

.background_center .nav_right .box .take .link {
	color: #0096be;
}

.background_center .nav_right .box .take .wj {
	color: #e42613;
}

.background_center .nav_right .box .issued {
	height: 160px;
	line-height: 39px;
	color: #333333;
	font-size: 14px;
	text-indent: 20px;
	margin-top: 1px;
}

.background_center .nav_right .box .issued p+p {
	border-top: 1px solid #e4e4e4;
}

.background_center .business_preview .census {
	width: 100%;
	margin-top: 20px;
	border: 1px solid #cccccc;
	line-height: 40px;
	text-align: center;
	color: #333333;
	font-size: 14px;
	background-color: #ffffff;
	table-layout: fixed;
}

.background_center .business_preview .census th,
.background_center .business_preview .census td {
	border: 1px solid #cccccc;
}

.background_center .business_preview .census th {
	background-color: #0096be;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
}

.background_center .business_preview .census td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.background_center .business_preview .census .title {
	font-size: 12px;
}


/*后台中心-尾部*/

.foot {
	padding: 60px 0;
}

.foot .container {
	position: relative;
}

.foot p {
	color: #000000;
	font-size: 14px;
	line-height: 30px;
}

.foot> div> img {
	margin-left: 20px;
	margin-bottom: 10px;
}

.foot .right {
	position: absolute;
	top: 30px;
	right: 0;
}

.foot .right img {
	float: left;
	margin: 0 25px;
}


/*后台-消息通知*/

.messagebox {
	width:100%;
	padding:0 20px;
}
.background_center .nav_right .messagebox .box +.box {
	margin-left:0;
}

.messagebox .title {
	color: #535353;
	font-size: 20px;
	background-color: #f8f8f8;
	height: 60px;
	line-height: 58px;
	padding-left: 1em;
	border-bottom: 2px solid #cccccc;
}

.messagebox .box {
	border: 1px solid #cccccc;
	margin-top: 20px;
	padding: 20px;
	background-color: #ffffff;
}

.messagebox .box .lf {
	float: left;
	width: 500px;
}

.messagebox .box .lf h5 {
	color: #333333;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 12px;
}

.messagebox .box .lf p {
	color: #333333;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.messagebox .box .lf a {
	color: #cccccc;
	margin-top: 10px;
	display: inline-block;
}

.messagebox .box .mid {
	float: left;
	color: #666666;
	margin-left: 110px;
}

.messagebox .box .rig {
	float: right;
}

.messagebox .box .rig span {
	display: block;
	color: #cccccc;
	font-size: 40px;
	border-bottom: 1px solid #cccccc;
	width: 60px;
	text-align: center;
}

.messagebox .box .rig p {
	color: #cccccc;
	font-size: 18px;
	text-align: center;
}


/*一般订单*/

.back_home_order .box {
	width: 100% !important;
	height: auto !important;
}

.back_home_order .box> h5 {
	font-size: 16px !important;
}

.back_home_order .backorder {
	padding: 25px;
}

.back_home_order .backorder .top {
	padding-bottom: 20px;
}

.back_home_order .backorder .top .line {
	width: 400px;
	margin: 0 auto;
}

.back_home_order .backorder .top .line+ .line {
	margin-top: 20px;
}

.back_home_order .backorder .top .line> span {
	display: block;
	float: left;
	width: 100px;
	line-height: 34px;
	text-align: right;
	padding-right: 10px;
	color: #666666;
}

.back_home_order .backorder .top .dropdown {
	width: 300px;
	float: left;
}

.back_home_order .backorder .top .dropdown input {
	border-right: 0;
}

.back_home_order .backorder .top .dropdown a {
	border-left: 0;
	height:32px;
}

/*.box.addbankbox .back_home_order .backorder .top .dropdown a{
	height: 32px;
}*/

.back_home_order .backorder .order_title>h4 {
	color: #333333;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 20px;
	font-weight: bold;
}

.back_home_order .backorder .order_title .l {
	float: left;
	width: 33.33%;
	margin-bottom: 20px;
}

.back_home_order .backorder .order_title .l> span {
	width: 70px;
	text-align: right;
	display: block;
	float: left;
	line-height: 34px;
	color: #666666;
	padding-right: 5px;
}

.back_home_order .backorder .order_title .l .dropdown {
	float: left;
	width: 200px;
}

.back_home_order .backorder .order_title .l .dropdown input {
	border-right: 0;
}

.back_home_order .backorder .order_title .l .dropdown a {
	border-left: 0;
	height:32px;
}

.back_home_order .backorder .order_title .l .nex {
	float: left;
	width: 200px;
	height: 34px;
	line-height: 34px;
	color: #999999;
}

.back_home_order .backorder .order_title .l .nex input {
	height: 34px;
	width: 170px;
	padding: 6px 12px;
	border-radius: 4px;
	border: 1px solid #cccccc;
	margin-right: 15px;
}

.back_home_order .backorder .order_title .money {
	padding-bottom: 10px;
	color: #666666;
}

.back_home_order .backorder .order_title .money> div {
	float: left;
	width: 33.33%;
}

.back_home_order .backorder .order_title .money em {
	font-size: 14px;
	color: #ea0606;
}

.back_home_order .backorder .order_btn {
	text-align: center;
	margin: 30px 0;
}

.back_home_order .backorder .order_btn a {
	display: inline-block;
	margin: 0 10px;
}

.back_home_order .backorder .order_btn a span {
	height: 34px;
	width: 100px;
	line-height: 28px;
	display: block;
	color: #ffffff;
	font-size: 14px;
}

/*后台-添加银行卡-无*/

.background_center .nav_right .box.addbankbox {
	min-height: 660px;
	max-height: none;
	position: relative;
}

.background_center .nav_right .addbankbox .addbank {
	padding: 30px 20px;
}

.background_center .nav_right .addbankbox .addbank .add {
	width: 350px;
	height: 220px;
	text-align: center;
	border: 1px dashed #e4e4e4;
	border-radius: 5px;
	float: left;
}

.background_center .addbank .add a {
	display: inline-block;
	margin-top: 70px;
	color: #0899c0;
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
}

.background_center .addbank .add a img {
	margin: 0 auto;
}


/*后台-添加银行卡-有*/

.background_center .nav_right .addbankbox .addbank .bank {
	width: 350px;
	height: 220px;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	float: left;
	position: relative;
}
.background_center .nav_right .addbankbox .addbank .bank:hover{
	box-shadow:0px 0px 3px rgba(4,0,0,0.25);
}

.background_center .nav_right .addbankbox .addbank> div {
	margin-bottom: 30px;
	margin-right: 99px;
}

.background_center .addbank .bank> h5 {
	width: 330px;
	margin: 0 auto;
	margin-top: 10px;
	color: #333333;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e4e4e4;
	line-height: 24px;
	font-size: 12px;
}

.background_center .addbank .bank> h5 i {
	background: url(../image/bank.png);
	width: 20px;
	height: 22px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-left: 10px;
}

.background_center .addbank .bank> h5 span {
	float: right;
	margin-right: 10px;
}

.background_center .addbank .bank .btm {
	position: absolute;
	bottom: 0;
	border-top: 1px solid #e4e4e4;
	background-color: #f3f3f3;
	height: 33px;
	width: 100%;
	color:#333333;
	text-align: right;
	line-height:33px;
	padding-right:15px;
}

.background_center .addbank .bank .mid {
	margin-top: 50px;
}

.background_center .addbank .bank .mid> span {
	color: #ffffff;
	width: 90px;
	height: 24px;
	display: block;
	float: left;
	background-color: transparent;
	overflow: hidden;
	line-height: 24px;
	position: relative;
}

.background_center .addbank .bank .mid> span i {
	display: block;
	border: 24px solid #70baf8;
	border-right-color: transparent;
	position: absolute;
	width: 100%;
}

.background_center .addbank .bank .mid> span em {
	display: block;
	position: absolute;
	z-index: 5;
	width: 100%;
	text-indent: 2em;
}

.background_center .addbank .bank .mid> div {
	float: right;
	width: 140px;
	line-height: 22px;
}


/*单独的 预付款页面*/

.box.addbankbox .haf-form-content.in-frame {
	width: 938px;
	padding: 0 30px;
}

.box.addbankbox .haf-form-content .haf-form-title {
	margin: 10px 0 10px;
	padding: 10px 20px 15px 5px;
	color: #333333;
	font-size: 16px;
	border-bottom: solid 1px #ececec;
}

.form-control {
	height: 32px;
	border: 1px solid #cccccc;
}

.form-group {
	margin: 15px 0;
}

.form-horizontal .control-label {
	color: #666666;
	font-weight: normal;
	padding-top: 7px;
}

.color_b2393b {
	color: #b2393b;
}

.color_remarks {
	color: #b2393b;
}

.prepare_btn0 {
	text-align: center;
	margin: 100px 0 50px;
}

.prepare_btn0 a {
	/*display: inline-block;
	width: 92px;
	height: 32px;
	line-height: 32px;*/
	/*text-align: center;*/
	color: #ffffff;
	border-radius: 5px;
	margin: 0 6px;
	padding: 8px 20px;
}

.bgcolor_45b2d0 {
	background-color: #45b2d0;
}

.bgcolor_f50707 {
	background-color: #f50707;
}

.bgcolor_45b2d0:hover {
	background-color: #0899c0;
}

.bgcolor_f50707:hover {
	background-color: #e63e32;
}
.bgcolor_999 {
    background-color:#999;
}
.bgcolor_blue {
	background-color: #45b2d0;
}

.bgcolor_red {
	background-color: #f50707;
}

.bgcolor_blue:hover {
	background-color: #0899c0;
}

.bgcolor_red:hover {
	background-color: #e63e32;
}

.box.addbankbox .back_home_order .backorder {
	padding: 0;
}

.box.addbankbox .back_home_order .backorder .top .dropdown {
	width: 100%;
	line-height: 34px;
	height: 34px;
}

.box.addbankbox .back_home_order .backorder .top .dropdown input {
	height: 32px;
}

.box.addbankbox .input-required {
	line-height: normal;
	float: none;
}

/*.haf-datagrid-toolbar+ .form-horizontal {
	margin-top: -10px;
}*/

.haf-datagrid-toolbar+ .form-horizontal> .form-group {
	margin-top: 0;
}

.advanced-search> .btn.btn-default.search-btn {
	background-color: #0899c0;
	color: #ffffff;
	font-weight: normal;
	border: 1px solid #0899c0;
	box-shadow: none;
	text-shadow: none;
}
.height_32{
	height:32px;
	line-height:30px;
	color:#333333;
}
.verify_32{
	height:32px;
	line-height:30px;
	width:115px;
	display: block;
	text-align: center;
	color:#0899c0;
	background-color:#ffffff;
	border:1px solid #97d4e5;
	border-radius:5px;
	cursor: hand;
}
.protocol_ label{
	font-weight: normal;
	cursor:pointer;
}
.protocol_ input[type="checkbox"]{
	margin-top: 2px;
	vertical-align: top;
}
.mg10{
	margin:10px 0;
}
.note_25{
	margin-top:25px;
	color:#666666;
	line-height:20px;
}
.note_25 > h6{
	font-weight: bold;
	margin-bottom:3px;
	color:#333333;
}
.color_cccccc{
	color:#cccccc;
}
.seconds_60{
	color:#999999;
	border-color: #cccccc;
	cursor: default;
}


/*操作成功和失败页面*/

.success_or_error {
	margin-top: 150px;
	margin-left: 200px;
}

.success_or_error table {
	table-layout: fixed;
	width: 500px;
	color: #666666;
	font-size: 14px;
}


/*客户信息*/

.customer_info {
	padding: 20px 30px;
	color: #666666;
}

.customer_info>p>span {
	display: inline-block;
	width: 260px;
	vertical-align: top;
}

.customer_info>h6 {
	margin: 30px 0 20px;
	color: #333333;
	font-size: 14px;
	padding-bottom: 10px;
	padding-left: 2px;
	border-bottom: 1px solid #f0f0f0;
}

.customer_info>table {
	width: 600px;
	table-layout: fixed;
	line-height: 32px;
	text-align: center;
}

.customer_info>table th {
	color: #666666;
	font-size: 14px;
	text-align: center;
	background-color: #f9f9f9;
	font-weight: normal;
}

.customer_info>table td .wid {
	text-align: left;
	margin-left: 80px;
}

.customer_info>table td .shouq {
	background-color: #45b2d0;
	padding: 4px 8px;
	border-radius: 5px;
	color: #ffffff;
}

.customer_info_site {
	padding: 20px 25px;
	color: #333333;
}

.customer_info_site> h6 {
	color: #333333;
	font-size: 16px;
	padding: 0 2px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 25px;
}

.customer_info_site> h6 a {
	float: right;
	color: #333333;
	font-size: 12px;
	padding: 5px 12px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-right: 10px;
}

.customer_info_site .site {
	margin-bottom: 30px;
	color: #666666;
}

.customer_info_site .site>p {
	width: 50%;
}

.customer_info_site .site>p input {
	width: 300px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-left: 10px;
	padding: 0 10px;
}

.customer_info_site .site a {
	background-color: #45b2d0;
	padding: 6px 24px;
	color: #ffffff;
	border-radius: 5px;
	margin-top: 20px;
}

.customer_info_site .siteadd {
	border: 1px solid #e0e0e0;
	height: 36px;
	line-height: 34px;
	position: relative;
	margin-top: 10px;
	padding: 0 15px;
}

.customer_info_site .siteadd span {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

.customer_info_site .siteadd .wd {
	width: 360px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.customer_info_site .siteadd a {
	color: #00a0e9;
	margin-right: 10px;
	display: none;
}

.customer_info_site .siteadd.curr,
.customer_info_site .siteadd.curr:hover {
	border: 1px solid #0899c0;
}

.customer_info_site .siteadd.curr i {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../image/bt_rg.png);
	height: 10px;
	width: 10px;
}

.customer_info_site .siteadd:hover {
	border: 1px solid #8fd1e3;
}

.customer_info_site .siteadd:hover a {
	display: block;
}

.addsite {
	padding: 30px 40px;
}

.addsite> p {
	padding: 10px 0;
	color: #666666;
}

.addsite> p> span {
	display: inline-block;
	vertical-align: top;
	width: 60px;
	margin-top: 8px;
}

.addsite> p> input {
	width: 300px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 14px;
}

.addsite .wd {
	width: 150px;
}

.posi_bt {
	position: absolute;
	bottom: 50px;
	width: 100%;
	margin: 0;
	left: 0;
}

.security {
	padding: 20px 50px;
}

.security .block {
	padding: 25px 0;
	color: #666666;
	font-size: 14px;
}

.security .block> div {
	width: 700px;
	float: left;
}

.security .block> div img {
	float: left;
	margin-right: 20px;
}

.security .block>div>p>span {
	color: #333333;
}

.security .block> a {
	float: right;
	background-color: #cff0f9;
	color: #0899c0;
	border: 1px solid #159fc4;
	border-radius: 5px;
	display: block;
	width: 72px;
	height: 24px;
	line-height: 22px;
	text-align: center;
}

.security .block> .using {
	background-color: #0899c0;
	color: #ffffff;
}

.security .info {
	color: #333333;
	line-height: 22px;
	margin-top: 30px;
}

.security .info h6 {
	font-weight: bold;
	margin-bottom: 10px;
}

/* 修改绑定手机 */
.xgphone{
	text-align: center;
}
.xgphone .forget_passwordbox .box{
	border:0;
}
.xgphone .infobox{
	display: inline-block;
	width:400px;
	color:#333333;
	font-size:14px;
	position: relative;
	margin-top:-20px;
}
.xgphone .infobox .pl{
	margin-bottom:20px;
	line-height:32px;
}
.xgphone .infobox .pl > span{
	display: block;
	width:100px;
	text-align: right;
	float: left;
}
.xgphone .infobox .pl > p{
	float: left;
}
.xgphone .infobox .pl input[type="text"],
.xgphone .infobox .pl input[type="password"]{
	width:130px;
	height:32px;
	line-height:30px;
	border:1px solid #cccccc;
	border-radius:5px;
	padding:0 10px;
}
.xgphone .infobox .pl .yz{
	display: inline-block;
	height:32px;
	width:100px;
	line-height:30px;
	text-align: center;
	border:1px solid #cccccc;
	border-radius:5px;
	color:#0899c0;
	margin-left:10px;
}
.xgphone .infobox .next{
	width:130px;
	height:32px;
	line-height:32px;
	text-align: center;
	display: block;
	color:#ffffff;
	background-color:#0899c0;
	border-radius:5px;
	margin-left:100px;
}
.xgphone .infobox .pl .num{
	width:240px !important;
}
.xgphone .infobox .finish{
	margin-top:25px;
	color:#999999;
}
.xgphone .infobox .finish em{
	color:#0899c0;
	margin-right:3px;
}
/*消息通知*/
.message_notification{
	padding:25px;
	width:100%;
}
.message_notification .title{
	padding:5px 0 25px;
	border-bottom:1px solid #ebebeb;
	text-align: center;
}
.message_notification .title >h4{
	font-size:18px;
	font-weight: bold;
	margin-bottom:20px;
}
.message_notification .title span{
	margin:0 8px;
	color:#999999;
}
.message_notification .text{
	margin-top:35px;
	line-height:20px;
	color:#000000;
	margin-bottom:20px;
}

/******hap 下拉框的样式覆盖******/
.haf-input-group{
	height: 32px;
	padding: 4px 4px !important;
}

/*切换页签*/
.background_center .nav_right .addbankbox .toggle_tab{
	padding:30px 0px;
}
.toggle_tab .nav-tabs{
	height:34px;
	border-bottom:1px solid #0899c0;
	margin-bottom: 25px;
}
.toggle_tab .nav-tabs li{
	display: block;
	height:34px;
	line-height:34px;
	width:150px;
	text-align: center;
	color:#333333;
	font-size:16px;
	border:1px solid #cccccc;
	border-bottom: 0;
	float:left;
	position:relative;
}
.toggle_tab .nav-tabs li +li{
	margin-left:-1px;
}
.toggle_tab .nav-tabs .active{
	z-index: 10;
	border:1px solid #0899c0;
	border-bottom-color: #ffffff;
	border-top-width: 2px;
	line-height:32px;
}
.toggle_tab .nav-tabs a,.toggle_tab .nav-tabs a:hover{
    border: none !important;
    background: transparent !important;
}
.toggle_tab .info_count{
	color:#333333;
	border-bottom:1px solid #ececec;
	padding-bottom: 4px;
	font-size:16px;
	padding-left:3px;
}
.toggle_tab .background_center{
	padding-top: 5px;
}



/************登录异常信息**************/
.login-error{
	color: #e63e32;
}
/************通知列表分页***************/
.messagebox .pull-right .pagination a .glyphicon{
	line-height: inherit;
}

.pay-way-image{
	width: 125px;
	height: 40px;
}
.pay-way-radio{
	margin: 0px !important;
	vertical-align:top;
	height:40px;
	line-height:40px;
}

.block-pay-way{
	height:40px;
	line-height:40px;
	float: left;
}