/**重写bootstrap CSS */
/* body{
 	background:url("../images/common/bj.png");
 	background-size: 100% 100% ; 
 	background-position: center; 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-color:transparent;
} */

body {
	background: #F7F7F7;
}

/*  单选按钮样式 start  */
div.radio ul{
	list-style: none;
}
div.radio {
	margin-top: auto;
}
div.radio ul li{
	float: left;
	border: 1px solid #E7D8CE;
	min-width: 30px;
	height: 30px;
	line-height: 28px;
	margin-left: 5px;
	padding:0px 6px;
	text-align: center;
	cursor: pointer;
}
div.radio ul li.checked{
	background-color: #2CA4F7;
	background-image: url('../images/radio/check.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	color: white;
}
div.radio ul li:first-child{
	margin-left: 0px;
}  
/* 单选按钮样式 end */


/*单选  选中样式*/
.card_selected{
	background: url("../images/common/xz_bj.png");	
	width: 65px;
	height: 31px;
	padding-top:2px;
	font-size: 17px;
	color: #FFFFFF;
}
/*单选  未选中样式*/
.card_bg{
	background: url("../images/common/u5.png");
	width: 65px;
	height: 31px;
	padding-top:2px;
	font-size: 17px;
	color: #000000;
}

.form-control {
	width: 70%;
	display: inline-block;
}

.input-group {
	width: 100%;
}

.input-group-addon{
	color: red;
}
.font-red {
	color: red;
	margin-right: 3px;
}

.btn-primary {
	margin: 20px 5px;
	width: 148px;
} 

.btn-primary-hide {
	display: none;
}

.radio-inline {
	margin-left: 10px;
}

.panel-group .panel+.panel {
	margin-top: 0;
}

/**自定义CSS*/
.desktop {
	min-width: 1040px;
	padding: 10px 10px 0 15px;
	max-width: 1316px;
	margin-left: auto;
	margin-right: auto;
}

#form_div {
	max-width: 678px;
	height: 350px;
	float: left;
	list-style-type: none;
}

#account_div {
	width: 305px;
	height: 305px; 	
	border-left: 1px solid #E4EBF0;
	border-bottom: 1px solid #E4EBF0;
	float: right;
}

#step {
	height: 42px;
	width: 797px;
	/* position: relative; */
	/* top: 10px; */
	background-repeat: no-repeat;
	background-position: center;
}
/**
.transfer-step-1 {
	background-image: url(../images/common/step_01.png);
}

.transfer-step-2 {
	background-image: url(../images/common/step_02.png);
}

.transfer-step-3 {
	background-image: url(../images/common/step_03.png);
}
*/

#transfer_info {
	border: 1px solid #E4EBF0;
	background: #fff;
	text-align: left;
	margin-top: 20px;
	height: 50px;
	font-size: 20px;
	color: #333333;
}

#transfer_info img {
	position: relative;
	left: 20px;
	top: 8px;
}

#transfer_info span {
	position: relative;
	left: 35px;
	top: 13px;
}

#transfer_1 {
	border: 1px solid #E4EBF0;
	border-top: none;
	background: #fff;
	/* height: 355px; */
}


.li_div_1 {
	width: 32%;
	color: #333333;
	text-align: right;
	padding-top: 5px;
	float: left;
}

.li_div_2 {
	width: 68%;
	height: 35px;
	text-align: left;
	float: left;
}

/* li { */
/* 	list-style: none; */
/* 	margin: 20px 0; */
/* } */


._find {
	color: #C7C7C7;
	font-size: 12px;
}

.icon_find {
	color: #2CA4F7;
	font-size: 12px;
	margin: 10px;
	position: relative;
	cursor: pointer;
}

.icon_find img {
	position: relative;
	top: -3px;
	margin-right: 5px;
}

#account_header {
	width: 100%;
	height: 35px;
	background: #007de3;
	text-align: left;
	font-size: 14px;
	color: #ffffff;
}

#account_header img {
	position: relative;
	left: 18px;
	top: 4px;
}

#account_header span {
	position: relative;
	left: 30px;
	top: 5px;
}

#account_body {
	width: 100%;
	height: auto;
	overflow: auto;
	margin-top: 2px;
}

._account {
	border-bottom: 1px dashed #E4EBF0;
	margin-bottom: 2px;
}

.account_card {
	height: 50px;
	/* color: #000; */
	cursor: pointer;
}

.deft_img{
	position: relative;
	top: -1px;
	left: -40px;
	z-index: 10;
	width: 0px;
	float: right;
}

.account_card_selected {
	background-color: #2BC2A3;
	color: #fff;
	height: 60px;
}

.account_card_details {
	height: 80px;
	font-size: 12px;
	background-color: #EAF1F7;
}

.account_arrow {
	position: relative;
	float: right;
	right: 7px;
	top: 15px;
}

.account-search{
	text-align :center;
	border-left: 1px solid #E4EBF0;
	position:relative;
	background-color: #F7F7F7;
	height: 50px;	
}

.account-search div{
	position:absolute;
	float:left;
	height:28px;
	z-indent:2;
	top:12px;
	/* margin-top: -6px\9; */
}

.account_number {
	font-size: 16px;
	margin-top: 4px;
}

.account_infos{
	float:left;
	margin-left: 15px;
}
.account_otherName{
	width:90px;
	float:left;
	font-size: 10px;
	color: #999999;
	text-align: left;
	padding-top: 6px;
}
.account_val_balance{
	/* float: right;
	font-size: 10px; */
	position: relative;
	/* color: #999999; */
	text-align: right;
	/* padding-top: 4px; */
}

.account_logos {
	position: relative;
	float: left;
	padding-left: 17px;
	top: 8px;
	width: 80px;
	color: #ff6600;
	height: 35px;
}

.account_card_details_left {
	width: 35%;
	height: 100%;
	float: left;
}

.account_card_details_right {
	width: 63%;
	height: 100%;
	float: right;
}

.account_card_details_othername {
	color: #2B5CAB;
	position: relative;
	top: 20px;
	cursor: default;
}

.default_pay {
	padding: 1px 0;
	position: relative;
	top: 30px; /**圆角*/
}

.account_card_details_balance {
	color: #333333;
	position: relative;
	top: 20px;
	cursor: default;
}

.account_card_details_quota {
	color: #333333;
	cursor: default;
	position: relative;
	top: 30px;
}

.account_card_details_balance_left {
	float: left;
	width: 47%;
	top: 1px;
	text-align: right;
}

.account_card_details_balance_right {
	float: right;
	top: 1px;
	padding-right: 10px;
	width: 45%;
	right: 10px;
	text-align: right;
}

#transfer_2 {
	border: 1px solid #E4EBF0;
	border-top: none;
	background: #fff;
	display: none;
}

.confirm-margin {
	position: relative;
	margin: 0 50px 60px 50px;
	top: 30px;
}

.config-img {
	margin: 10px;
}

.confirm-val-number {
	margin-left: 10px;
	color: #3C91EE;
	cursor: pointer;
}

.confirm-separate {
	height: 15px;
}

#transfer_3 {
	border: 1px solid #E4EBF0;
	border-top: none;
	background: #fff;
	display: none;
}

#success-info {
	height: 23px;
	margin: 5px 0;
	text-align: left;
}

#success-head {
	background-image: url(../images/common/img-tick1.png);
	background-repeat: no-repeat;
	/* background-position: center left; */
	background-position: 30% 35%;
	height: 100px;
	/* width: 400px; */
	width: 500px;
	margin-left: -60px;
}

#success-text1 {
	/* text-align: left;
	font-size: 30px;
	color: #000;
	margin-left: 125px; */
	text-align: left;
	margin-left: 215px;
	padding-top: 28px;
	margin-top: 20px;
	font-size: 30px;
	color: #000;
}

#success-text2 {
	text-align: left;
	 margin-left: 90px; 
	margin-top: 20px;
}
#success-text3 {
	text-align: left;
	margin-left: 215px;
	padding-top:28px;
	margin-top: 20px;
	font-size: 30px;
	color: #000;
}
#success-text4 {
	margin-left: 215px;
	padding-top:24px;
	font-size: 30px;
	color: #000;
}
/*
	�ֻ��ת�� 020301
*/
#transfer_4 {
	border: 1px solid #E4EBF0;
	border-top: none;
	background: #fff;
	display: none;
}

#form_div2 {
	width: 678px;
	height: 350px;
	float: left;
	list-style-type: none;
}

#form_div3 {
	width: 100%;
	height: 350px;
	float: left;
	list-style-type: none;
	align: center;
}
.input3{
	width:40%;
}
.li_3{
	margin:10px 0px;
}
.li_4{
	margin:10px 0px ;
}


/*
	ԤԼת�� 020501
*/
.tr-hide{
	display: none;
}

.btn-primarys {
	margin: -4px 0px;
	width: 148px;
	background-color:#3C91EE;
}
.btn-primarys-hide {
	margin: 20px 0px;
	width: 148px;
	background-color:#3C91EE;
	display: none;
}
.ellipsis{  
     overflow: hidden; /* 超出的部分隐藏起来 */  
     white-space: nowrap;/* 不显示的地方用省略号...代替 */  
     text-overflow: ellipsis;/* 支持 IE */  
     -o-text-overflow: ellipsis;/* 支持 Opera */  
}

.panel-group .top{
	/* position: absolute;
	top: 162px; */
	position: absolute;
	width:305px;
	height: 62px;
	margin:0px 140px 0px 0px;
    cursor: pointer;
    background-image: url(../images/common/account-top.png);
   /*  background-color: rgba(240,240,240,.9);  */
    background-size:100% 100%;
    z-index: 1000;
}
.panel-group .bottom{	
	/* position: absolute;	
	top: 382px; */
	position: absolute;
	width:305px;
	/* height: 62px; */
	margin:-30px 140px 0px 0px;
    cursor: pointer;
    background-image: url(../images/common/account-dow.png);
   /*  background-color: rgba(240,240,240,.9);  */
    background-size:100% 100%;
    z-index: 1000;
}
.panel-group .body{
	overflow: auto;
    list-style: none;
    overflow-y:hidden;
}
@charset "utf-8";
ul{margin:0;padding:0;}
ul li{list-style-type:none;}
/*bigGlass*/
#bigGlass{
	height:45px;
	width:400px;
	position:absolute;
	background-color:#FFF; 
	display:none;
	line-height:45px;
	font-size:30px;
	font-weight:bold;
	padding:0 5px;
	border: 1px solid #E8E9EB;
	}
#bigGlass span{margin-left:8px;}
#bigGlass span:first-child{margin-left:0;}
/*倒计时*/
.countDown {
	color:#C7C7C7;
}
/*下划线*/
.underline{
	text-decoration:underline;
}
/*下挂账户检索背景图*/
.searchBgImg{
	margin-top: 11px;
}
/*附言录入方式图片标志*/
#changeRemarkImg {
	width:30px;
	height:28px;
	float:left;
	margin-left:5px;
	background: url("../images/account/pen_on.png");
	background-size:30px 28px;
}
.toplable{
	border: 1px solid #E8E9EB;
	width: 100%;
	min-width: 1127px;
	background-color: #fff;
	border-bottom: 0;
	margin-top:10px;
	height:47px;
	text-align: left;
	font-size:16px;
	padding: 8px;
	min-width: 800px;
}
.toplable img{
	width:34px; height:34px;
	margin-left:8px;
	margin-right:5px;
}
input::-webkit-input-placeholder {
  			color: #aaa;
			}
input:-moz-placeholder {
  			color: #aaa;
			}
input:-ms-input-placeholder {
 			 color: #aaa;
		}
.my-placeholder{
	color:#aaa !important;
}

.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
	top: 2%;
	left: 50%;
	margin-left: -150px;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
 top: 2%;
left: 50%;
margin-left: -150px;
}
.toast-top-right {
  /* top: 12px;
  right: 12px; */
 top: 2%;
left: 50%;
margin-left: -150px;
}
.toast-bottom-right {
 top: 2%;
left: 50%;
margin-left: -150px;
 /*  right: 12px;
  bottom: 12px; */
}
.toast-bottom-left {
 top: 2%;
left: 50%;
margin-left: -150px;
/*   bottom: 12px;
  left: 12px; */
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/

}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
#success-dohead{
	background-image: url(../images/common/successmap.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 360px;
	width: 100%;
}
#success-dotext{
	text-align: center;
	font-size: 30px;
	padding: 110px 0px 15px 0px;
}
