﻿@charset "UTF-8";
/*一级区域*/
.ebankc-main {
	width: 100%;
	min-width:900px;
	/*position: relative;*/
	/*_position:static;*/
	background-color: #ffffff;
}
.ebankc-main-top {
	width:100%;
	background-color: #ffffff;
	border-bottom: 1px solid #000;
	margin-top: 10px;
	height:17px;
	text-align:center;
}
.ebankc-main-top td {
	vertical-align:bottom;
	padding:0;
}
.ebankc-main-top .ebankc-main-toptitle {
	width:30%;
}
.ebankc-main-top .ebankc-main-toptitle span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height:17px;
	width:80%;
	line-height:18px;
	*line-height:17px;
	text-align: center;
	color: #AD0014;
	font-size: 14px;
	margin:0 30px 0 20px;
	background-color: #D0D0D0;
	float: left;
	position: relative;
	*margin:0 30px 0 20px;
}
.ebankc-main-top .ebankc-main-toptitle span s {
	width:20px;
	height:17px;
	position: absolute;
	top:0;
	left:-20px;
	background:url(img/topyuan.png) center top no-repeat;
}
.ebankc-main-top .ebankc-main-toptitle span u {
	position: absolute;
	top:0;
	right:-17px;
	width:20px;
	height:17px;
	background:url(img/topjiao.png) center top no-repeat;
}
.ebankc-main-top p {
	float:left;
	height:17px;
	line-height: 18px;
	*line-height: 17px;
	text-align: center;
	color: #333333;
	font-size: 14px;
}
.ebankc-main-top .ebankc-main-topimg a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height:17px;
	float:right;
	background-color: #ffeeee;
}
/*底部*/
.ebankc-main-end {
	font-size: 14px;
	padding:15px 20px;
	background-color: #F0F0F0;
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
}
.ebankc-main-end p {
	width:100%;
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	margin:0;
	word-wrap: break-word;
	/*padding:5px 0;*/
}
.ebankc-main-end p a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*margin:0 10px;*/
	color: #003098 !important;
}

/*底部版权部分*/
.ebankc-main-copyright {
	padding:10px 20px;
	font-size: 14px;
	background-color: #ffffff;
	color:#999999;
	text-align:center;
}
/*内容区*/
.ebankc-main-content {
	/*width:92%;*/
	margin:2% 4%;
	/*position: relative;*/
	/*_position:static;*/
	background-color: #F0F0F0;
}
/*当左侧二级菜单收起时，内容区左侧留白消失  content添加该类*/
/*.ebankc-main-leftnonecontent {
	margin:2% 4% 2% 0;
}*/

/*三级区域--例：内容区分块--“表格查询区”级别*/
/*四月版*/
.ebankc-mc-part {
	/*margin-bottom: 10px;*/
	/*四月版需解除此处注释，并注释js相应脚本*/
	border: 1px solid #C8C8C8;
	/*position: relative;*/
	/*_position:static;*/
	padding-bottom:20px;
}
/*弹出框内容外层结构加.ebankc-mc-partpop类 (该类加在part上) 去除响应式*/
.ebankc-mc-partpop {
	border:0;
	background-color:#ffffff;
}
.ebankc-mc-partpop .ebankc-table-box {
	padding-left:0;
	padding-right:0;
}
.ebankc-mc-partpop .table-titletip {
	padding-left:25px;
}
.ebankc-mc-partpop .ebankc-tablebubbles .ebankc-remindtablebubbles {
	width:400%;
}
.ebankc-mc-partpop .ebankc-tablebubblesgt5 .ebankc-remindtablebubblesgt5 {
	width:400%;
}
/*四级区域--例：内容区分块内部再分1.2.3*/
.ebankc-mcp-block {
	border-bottom: 1px solid #C8C8C8;
	padding: 0 0 20px 0;
}
/*四级区域标题*/
.ebankc-mcp-title {
	padding:25px 25px 20px 25px;
	font-size: 20px;
	color: #333333;
	position: relative;
}
/*四级区域标题*/
.ebankc-mcp-title-130 {
	padding:25px 25px 20px 25px;
	font-size: 20px;
	color: #333333;
	position: relative;
}
.ebankc-mcp-title p {
	padding-right:5px;
	position: absolute;
	top:25px;
	right:0;
	*top:20px;
}
/*标准行结构*/
.ebankc-mcp-row {
	height: auto;
	vertical-align: middle;
	padding:5px 0 5px 35px;
	/*position: relative;*/
	/*_position:static;*/
}
.ebankc-mcp-rowtaxitems {
	height: auto;
	vertical-align: middle;
	padding:5px 0 10px 25px;
	/*position: relative;*/
	/*_position:static;*/
}
.ebankc-mcp-rowtaxitems label {
	text-align:left;
	width:auto;
}
.ebankc-mcp-rownotitle {
	padding-top:20px;
	padding-bottom:5px;
}
/*树形结构 第一行*/
.ebankc-mcp-setclassifytoprow {
	padding-bottom:20px !important;
}

/*切换至旧版 下方为输入信息*/
.ebankc-mcp-rowtoold{
	padding-left:25px;
	padding-top:15px !important;
	padding-bottom:0 !important;
}
.ebankc-mcp-rowtoold a {
	float:left;
}
.ebankc-mcp-rowtoold p {
	float:right;
	padding-right:5px;
}
.ebankc-mcp-rowtoold p a {
	float:none;
}
.ebankc-mcp-rowtoold p.linkwrap {
	width:78%;
	float:right;
	padding-right:5px;
}
.ebankc-mcp-rowtoold p.linkwrap a {
	float:right;
}
.ebankc-mcp-row span {
	font-size: 14px;
	*line-height:18px;
	margin-right: 20px;
	color:#333333;
	vertical-align:middle;
}
.ebankc-mcp-row span.width116 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 0;
	width:116px;
}
.ebankc-mcp-row span xmp {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	color:#333333;
	font-family: "Microsoft Yahei","微软雅黑","SimSun", "宋体","Helvetica","Arial";
}
.ebankc-mcp-row span.textanda a.ebankc-bombBox:link,
.ebankc-mcp-row span.textanda a.ebankc-bombBox:visited,
.ebankc-mcp-row span.textanda a.ebankc-bombBox:hover,
.ebankc-mcp-row span.textanda a.ebankc-bombBox:active {
	vertical-align:top;
	line-height:16px;
}
.ebankc-mcp-row div.ebankc-handlediv {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width:auto;
	height:18px;
}
.ebankc-mcp-row .ebankc-mcp-rowcontain {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width:80%;
}
.ebankc-mcp-rowcontainchild {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height:18px;
	vertical-align:top;
}
.ebankc-remittancemethod {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right:20px;
	vertical-align:middle;
}
.ebankc-remittancemethod .ebankc-inlinediv {
	vertical-align:middle;
}
.ebankc-remittancemethod .ebankc-remittanceset {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width:50px;
	_width:60px;
}
.ebankc-remittancemethod a.ebankc-default {
	margin:0 !important;
	vertical-align:middle;
}

.ebankc-remittancemethod span.remittancetext {
	margin-right:6px !important;
	vertical-align:middle;
}

.ebankc-mcp-row .ebankc-mcp-rowcontain .ebankc-mcp-rowcontainchild {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-top:5px;
}
.ebankc-mcp-row .ebankc-mcp-rowcontainleft {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width:65%;
}
.ebankc-mcp-row .ebankc-mcp-rowcontainleft .ebankc-mcp-rowcontainchild {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-top:5px;
}
.ebankc-mcp-row .ebankc-mcp-rowcontainright {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-top:5px;
	width:10%;
	height:100%;
	text-align:center;
	vertical-align:top;
}

.ebankc-mcp-row s.ebankc-mcp-graytext {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*width:50%;*/
	font-size: 14px;
	line-height:18px;
	text-align: left;
	/*margin-right: 20px;*/
	color:#999999;
	vertical-align:middle;
}
/*label占比40%*/
.ebankc-mc-instrdetail .ebankc-mcp-row {
	padding-bottom:10px;
	padding-left:0;
	height:auto;
}
.ebankc-mc-instrdetail .ebankc-lastrow {
	padding:5px 0 5px 0;
}
.ebankc-mc-instrdetail .ebankc-mcp-onebtn {
	padding:15px 0 5px 35px;
}
.ebankc-mc-instrdetail .ebankc-mcp-btns {
	padding:15px 0 5px 0;
	text-align: center;
}
.ebankc-mc-instrdetail .ebankc-mcp-rownotitle {
	padding-top:25px;
	padding-bottom:10px;
}
.ebankc-mc-instrdetail label{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width:40%;
	height:auto;
	vertical-align:middle;
}
.ebankc-mc-instrdetail span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width:55%;
	word-warp:break-word; 
    word-break:break-all;
}
/*label占比15%*/
.ebankc-mc-queryterms .ebankc-mcp-row {
	/*padding-left:0;*/
	height:auto;
}
.ebankc-mc-queryterms .ebankc-mcp-rownotitle {
	padding-top:25px;
	padding-bottom:5px;
}
.ebankc-mc-queryterms label{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width:15%;
	height:auto;
	vertical-align:middle;
}
.ebankc-mc-queryterms .zhangbu {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width:49%;
}
.ebankc-mc-queryterms .zhangburow1 {
	padding-bottom:10px;
}
.ebankc-mc-queryterms .zhangbu label {
	width:30.5%;
}

/*label占比20%*/
.ebankc-mc-1cols .ebankc-mcp-row {
	/*padding-left:0;*/
	height:auto;
}
.ebankc-mc-1cols .ebankc-mcp-rownotitle {
	padding-top:25px;
	padding-bottom:5px;
}
.ebankc-mc-1cols .ebankc-mcp-row .ebankc-mcp-rowcontain {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width:70%;
}
.ebankc-mc-1cols label{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width:20%;
	height:auto;
	vertical-align:middle;
}

label.verticalaligntop {
	vertical-align:top;
	margin-top:5px;
}
label.messageverticalaligntop {
	vertical-align:top;
}
.ebankc-mcp-rowpaddingchange1 {
	padding-top:10px;
	padding-bottom:10px;
}
.ebankc-mcp-rowpaddingchange2 {
	padding-top:10px;
	padding-bottom:5px;
}

/*含we cheese行*/
.ebankc-mcp-rowwecheese {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 1;
}
.ebankc-mcp-rowwecheese s {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	line-height:18px;
	color:#333333;
	text-align: center; 
}
/*三列*/
.ebankc-mc-3cols .ebankc-mcp-row {
	height:auto;
	padding-bottom: 10px;
}
.ebankc-mc-3cols .ebankc-lastrow {
	padding:5px 0 5px 35px;
}
.ebankc-mc-3cols .ebankc-mcp-rownotitle {
	padding-top:25px;
	padding-bottom:10px;
}
.ebankc-mc-3cols .ebankc-mcp-row div {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width:32%;
	
}
.ebankc-mc-3cols label {
	width:auto;
	height:auto;
	line-height:18px;
	text-align: left;
	/*padding-left: 25px;*/
	vertical-align:middle;
}
.ebankc-mc-3cols span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*margin: 0;*/
	/*vertical-align:middle;*/
}
.ebankc-mc-3cols span.wrap {
	width:60%;
	word-warp:break-word; 
    word-break:break-all;
}

/*两列*/
.ebankc-mc-2cols .ebankc-mcp-row {
	height:auto;
	padding-bottom: 10px;
}
.ebankc-mc-2cols .ebankc-lastrow {
	padding:5px 0 5px 35px;
}
.ebankc-mc-2cols .ebankc-mcp-rownotitle {
	padding-top:25px;
	padding-bottom:10px;
}
.ebankc-mc-2cols .ebankc-mcp-row div.colsdiv {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width:49%;
}

.ebankc-mc-2cols label {
	width:auto;
	height:auto;
	line-height:18px;
	text-align: left;
	/*padding-left: 25px;*/
	/*vertical-align:middle;*/
}
.ebankc-mc-2cols label.ebankc-mcp-labeltaxitems {
	width:25%;
	text-align:right;
}
.ebankc-mc-2cols span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*margin: 0;*/
	vertical-align:middle;
}
/*提交结果 成功 失败 可疑*/
.ebankc-mc-result {
	padding-bottom:20px;
}
.ebankc-mc-result .ebankc-mcp-row {
	padding-left:0;
	padding-top:15px;
	padding-bottom:5px;
}
.ebankc-mc-result .ebankc-paddingtop10 {
	padding-top:10px;
}
.ebankc-mc-result label{
	width:35%;
	vertical-align:middle;
}
.ebankc-mc-result .ebankc-mcp-title {
	text-align: center;
	height:36px;
	padding-left:0;
	padding-bottom:20px;
}
.ebankc-mc-result .ebankc-mcp-title a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 36px;
	height:36px;
	margin-right:20px;
	cursor:default;
	/*position: absolute;
	top:-5px;
	left:0;
	_top:20px;*/
	vertical-align:top;
}
.ebankc-mc-result .ebankc-mcp-title span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height:36px;
	line-height:36px;
	text-align: center;
	font-size: 24px;
	color: #333333;
	position: relative;
}
.ebankc-mc-result .ebankc-mcp-row s.ebankc-mcp-graytext {
	display: inline-block;
	padding-left: 27px;
	margin-left:20px;
	background: url(img/save.png) center left no-repeat;
	height:auto;
	line-height: 1;
	position: static;
}

.ebankc-mc-result p {
	padding: 0 12% 15px 12%;
	line-height: 20px;
	font-size: 14px;
	color: #333333;
}
.ebankc-mc-result p.multirowstextleft {
	text-align:left!important;
}
.ebankc-mc-result .ebankc-mcp-row p span {
	vertical-align:top;
}
.ebankc-mc-result .label40persent label {
	width:40%;
}

/*无结果页面*/
.ebankc-mcp-noresult {
	width:100%;
	height:75px;
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 100px;
}
/*提示页面，无返回按钮*/
.ebankc-mcp-tippara {
	width:100%;
	padding:25px 0 5px 0;
	text-align:center;
}
.ebankc-mcp-tippara p {
	padding: 0 12% 0 12%;
	/*padding-bottom: 5px;*/
	line-height: 16px;
	font-size: 14px;
	color: #333333;
}
.ebankc-mcp-tippara p a {
	vertical-align:top !important;
	margin-right:0 !important;
	line-height:16px !important;
}
.ebankc-fontsize16 {
	padding-bottom:15px;
}
.ebankc-fontsize16 p{
	font-size:16px;
}
.ebankc-fontsize12 {
	font-size:12px !important;
}
/*信息确认和指令详情使用  左列字体颜色#666666*/
.ebankc-mc-leftcolor label {
	color:#666666;
}


/*标题中的汇总信息*/
.ebankc-mcp-title p.ebankc-mcp-titletotal {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	height:20px;
	line-height: 20px;
	padding-left:40px;
	position: static;
}
.ebankc-mcp-title p.ebankc-mcp-titletotal span {
	margin-right: 20px;
}
.ebankc-mcp-title span {
	font-size:14px;
	color:#333333;
	vertical-align:top;
}
.ebankc-mcp-title span a.ebankc-bombBox{
	line-height:18px;
}
.ebankc-mcp-title div.ebankc-width90percent {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width:95%;
}
.ebankc-mcp-title div a {
	vertical-align:top!important;
}

/*短信内容标题*/
.ebankc-mcp-messagetitle {
	font-size:16px;
	padding-top:10px;
}
/*表格居中标题*/
.ebankc-titlecenter {
	padding:40px 0 26px 0;
	font-size: 20px;
	text-align: center;
	color: #333333;
	line-height:1;
	position:relative;
}
/*产品说明*/
.ebankc-instruction div {
	padding:5px 25px 10px 25px;
	font-size:14px;
	line-height:18px;
	text-align:left;
	color:#333333;
}
.ebankc-instruction .ebankc-mcp-btns {
	text-align:center;
}
div.ebankc-instructiontitle {
	padding:25px 25px 20px 25px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.ebankc-instruction div p {
	line-height:18px;
}
/*产品说明--兼容table*/
.ebankc-instructiontable {
	font-family: "Microsoft Yahei","微软雅黑","SimSun", "宋体","Helvetica","Arial";
	font-size:14px;
	color:#333333;
	line-height:18px;
	padding:0 25px;
}
.ebankc-instructiontable table {
	width:90%;
	height:auto;
	margin:0 25px;
}
.ebankc-instructiontable table td {
	padding:5px 0;
	line-height:18px;
}
.ebankc-instructiontable h1 {
	font-size:20px;
	margin:10px 20px;
}
.ebankc-instructiontable p {
	margin:10px 25px;
	font-size:14px;
	line-height:18px;
}
.ebankc-instructiontablein p {
	margin:15px 0 0 10px !important;
}
.ebankc-instructiontablein table td {
	padding:0;
	line-height:18px;
}
.ebankc-instructiontablein table td.info-under-agree {
	padding:10px 0 5px 0;
}

/*余额加载动画*/
.ebankc-balanceloading img {
	width:100px;
	height:100px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-50px;
	margin-top:-50px;
}


/*行高自适应结构*/
.ebankc-mcp-rowheightauto {
	height:auto;
	padding-left:35px;
	/**height: 68px;*/
}

/*row行高自适应*/
.ebankc-mcp-rowheightauto p.ebankc-mcp-para {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	line-height: 20px;
	margin-right: 25px;
	color:#333333;	
}

/*树形结构嵌套在iframes标签 全选行特殊样式*/
.ebankc-mcp-rowiframe {
	height:auto;
	padding-left:25px;
	padding-bottom:0;
}

/*验证码行*/
.ebankc-mcp-rowyanzhengma {
	height:auto;
	padding-top:20px;
	padding-bottom: 20px;
}

/*时间注释行*/
.ebankc-mcp-note {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*height:32px;*/
	line-height:20px;
	font-size: 14px;
	color: #333333;
	margin-right: 10px;
	vertical-align:middle;
}
.ebankc-mcp-note a.ebankc-bombBox:link,
.ebankc-mcp-note a.ebankc-bombBox:visited,
.ebankc-mcp-note a.ebankc-bombBox:hover,
.ebankc-mcp-note a.ebankc-bombBox:active  {
	vertical-align:top !important;
	line-height:20px;
}

/*信息展示页面行结构*/
.ebankc-mcp-rowtext {
	height:auto;
	padding-bottom: 15px;
}
.ebankc-mcp-rowtext label {
	height:auto;
	line-height: 1;
}
/*限额提示行 */
.ebankc-mcp-quotatips {
	padding:10px 5px 0 25px !important;
	/*position: relative;*/
	/*_position:static;*/
}
/*添加指令行 */
.ebankc-mcp-addorders {
	padding:15px 5px 5px 35px;
	text-align:left;
}
.ebankc-mcp-addorders s.ebankc-mcp-graytext {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*width:50%;*/
	font-size: 14px;
	color:#666666;
	vertical-align:middle;
	line-height:18px;
}

/*短信通知页面*/
.ebankc-messagetable {
	padding:0 0 5px 25px;
}
.ebankc-messagetable table td {
	padding:5px 10px 5px 0;
}
.ebankc-messagetable table td span.checktext {
	margin-right:20px;
}
/*短信内容页面*/
.ebankc-messagecontent div.msginfo {
	padding:5px 25px 10px 25px;
}
.ebankc-messagecontent div.msginfo span {
	line-height:18px;
}
.ebankc-messagesaveinfo {
	padding:5px 0 5px 25px;
}

/**/
/*结构微调*/
.ebankc-mcp-spanmarginr0 {
	margin-right:0 !important;
}
.ebankc-mcp-spanmarginr0 s {
	color:#b80020;
}
.ebankc-mcp-marginleft10 {
	margin-left:10px;
}
.ebankc-mcp-marginleft50 {
	margin-left:50px;
}
.ebankc-mcp-marginleft0 {
	margin-left:0 !important;
}
.ebankc-mcp-marginright50 {
	margin-right:50px;
}
.ebankc-mcp-marginright10 {
	margin-right:10px !important;
}
.ebankc-noborderbottom {
	border-bottom: none;
}
.ebankc-borderbottom {
	border-bottom: 1px solid #C8C8C8;
}
.ebankc-borderright {
	border-right: 1px solid #C8C8C8;
}

.ebankc-mcp-marginbottom15 {
	padding-top:2px !important;
	margin-bottom:15px !important;
}
.ebankc-mcp-marginbottom0 {
	margin-bottom:0 !important;
}
.ebankc-mcp-paddingtop20 {
	padding-top:20px !important;
}
.ebankc-mcp-paddingtop10 {
	padding-top:10px !important;
}
.ebankc-mcp-paddingbottom25 {
	padding-bottom:25px !important;
}
.ebankc-mcp-paddingbottom5 {
	padding-bottom:5px !important;
}

.ebankc-mcp-paddingbottom0 {
	padding-bottom:0 !important;
}

.ebankc-mcp-verticalaligntop {
	vertical-align:top !important;
}
.ebankc-minwidth720 {
	min-width:720px;
}
.ebankc-minwidth0 {
	min-width:0 !important;
}
.ebankc-widthauto {
	width:auto !important;
}


/*金额大写 特殊行结构*/
.ebankc-mcp-capital {
	height: 14px;
	padding-top:0;
}
.ebankc-mcp-capital label {
	height:14px;
}
/*按钮行-多按钮*/
.ebankc-mcp-btns {
	padding:15px 0 5px 0;
	text-align: center;
}
.ebankc-mcp-btnstop5 {
	padding-top:5px;
}
/*点击展开*/
.ebankc-mcp-clickshow {
	text-align: center;
	padding-top: 5px;
}
.ebankc-mcp-clickshowleft {
	text-align: left;
	padding-top: 5px;
	padding-bottom:0!important;
}
/*按钮行-一个按钮左对齐*/
.ebankc-mcp-onebtn {
	padding:15px 0 5px 35px;
}

.ebankc-mcp-onebtn .ebankc-commonbtn{
	margin-left: 0;
	margin-right:20px;
}
.ebankc-mcp-onebtn .ebankc-weakbtn{
	margin-left: 0;
	margin-right:20px;
}

/*行结构，最后一行距灰线25px*/
.ebankc-lastrow {
	padding:5px 0 5px 35px;
}

/*行内结构div*/
.ebankc-inlinediv {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.ebankc-inlinediv label {
	width:auto;
}
s.ebankc-inlinediv {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
s.ebankc-inlinediv a.ebankc-bombBox {
	vertical-align:top!important;
}
.ebankc-inlinedivh18 {
	height:18px;
}
.ebankc-lineheight18 {
	line-height:18px;
}
.ebankc-inlinea {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.ebankc-inlinea a.ebankc-bombBox {
	line-height:20px !important;
}
.ebankc-checkinlinediv {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width:200px;
	margin-left:10px;
}
.ebankc-checkinlinediv span.ebankc-inputcheckbox {
	vertical-align:middle;
}
/*三级或四级切标签*/
.ebankc-mcp-3or4tab {
	height: 50px;
	width:100%;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
.ebankc-mcp-3or4tab ul {
	position: absolute;
	top:0;
	left:0;
	height:50px;
	overflow: hidden;
}
.ebankc-mcp-3or4tab ul li {
	height: 46px;
	float:left;
	padding:0 10px;
	border-bottom: 4px solid #ffffff;
}
.ebankc-mcp-3or4tab li.ebankc-active {
	height: 46px;
	border-bottom: 4px solid #f5434b;
	background-color: #f4f3f8;

}
.ebankc-mcp-3or4tab ul li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	
}
.ebankc-mcp-3or4tab a.ebankc-left,
.ebankc-mcp-3or4tab a.ebankc-right {
	display: none;
}

.ebankc-errorbox {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
}
.ebankc-errorbox .ebankc-inputtexterror {
	border-color: red !important;
}
.ebankc-errorbox span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height:14px;
	line-height: 14px;
	font-size: 12px;
	color:#f95e66;
	position: absolute;
	top:32px;
	left:0;
	visibility: hidden;
}
.wall {
	padding:5px 0;
}

/*树形结构*/
.ebankc-setclasscify {
    padding:0 0 0 35px;
    background-color:#F0F0F0;
}
.ebankc-setclasscify div {
    background-color: #f0f0f0;
}
.ebankc-setclasscify p {
    padding-bottom:20px;
    display: inline-block;
	*display: inline;
	*zoom: 1;
	width:100%;
}
.ebankc-setclasscify .ebankc-btm5 {
	padding-bottom:5px;
}
.ebankc-pop-setclass i,
.ebankc-setclass-box i {
    display: inline-block;
	*display: inline;
	*zoom: 1;
    width: auto;
    height: auto;
    background: none;
    background-size: none;
    position: none;
    top: 0;
}

.ebankc-pop-setclass {
    width: 95%;
    margin: 50px 2.5%;
    border: 1px solid #ededed;
    *border: 2px solid #dedede;
    box-shadow: 0 0 10px #ccc;
    font-size: 14px;
    color: #333;
    font-family:"Microsoft Yahei","微软雅黑","SimSun", "宋体","Helvetica","Arial";
    background-color: #fff;
    position: absolute;
    border-radius: 2px;
    z-index: 2;
}

.ebankc-setclass-box {
    box-shadow: 0 0 10px #ccc;
    font-size: 14px;
    color: #333;
    font-family:"Microsoft Yahei","微软雅黑","SimSun", "宋体","Helvetica","Arial";
    border-radius: 2px;
    padding: 10px 25px;
}

.ebankc-pop-setclass p,
.ebankc-setclass-box p {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width:100%;
    height:16px;
    line-height:1;
    padding: 10px 0;
}
.ebankc-pop-setclass div,
.ebankc-setclass-box div {
    padding-top: 10px;
}


/*未设置分类组件*/

.ebankc-setclass {
    background-color: #f3f3f7;
}

.ebankc-setclass dl {
    line-height: 24px;
    padding: 0;
    margin-bottom:5px;
}

.ebankc-setclass dl dt {
    height:16px;
    line-height:1;
    margin-left: 26px;
    padding-bottom:20px;
}

.ebankc-setclass dl dd div {
    height:16px;
    line-height:1;
    color: #666;
    margin-left: 52px; 
    padding-bottom:15px;
}

.ebankc-setclass dl dd span {
    margin-right:10px;
    vertical-align:middle;
}

.ebankc-mcp-rowauto {
	height:auto !important;
}

/*文字居中结构*/
.ebankc-tipcenter {
	text-align:center;
	padding-top:10px;
}
.ebankc-tipcenter s.ebankc-mcp-graytext {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
	line-height:16px;
	text-align: left;
	color:#999999;
	vertical-align:middle;
}

@media screen and (min-width: 1200px){
	.ebankc-mcp-title {
		padding-left: 120px;
	}
	.ebankc-mcp-title-130 {
		padding-left: 130px;
	}
	.ebankc-messagetable {
		padding-left: 120px;
	}
	.ebankc-messagecontent {
		padding-left: 120px;
	}
	.ebankc-messagecontent div.msginfo {
		padding-left:0;
	}
	.ebankc-messagesaveinfo {
		padding-left: 120px;
	}
	.ebankc-mcp-row {
		padding-left: 130px;
	}
	.ebankc-mcp-rowheightauto {
		padding-left: 130px;
	}
	.ebankc-setclasscify {
        padding-left: 130px;
    }
    .ebankc-lastrow {
    	padding-left: 130px;
    }
    .ebankc-mc-3cols .ebankc-lastrow {
    	padding-left: 130px;
    }
    .ebankc-mc-2cols .ebankc-lastrow {
    	padding-left: 130px;
    }

    /*弹出框内容外层结构加.ebankc-mc-partpop类 (该类加在part上) 去除响应式*/
    .ebankc-mc-partpop .ebankc-mcp-title {
    	padding-left:25px;
    }
	.ebankc-mc-partpop .ebankc-mcp-row,
	.ebankc-mc-partpop .ebankc-mcp-rowheightauto,
	.ebankc-mc-partpop .ebankc-setclasscify,
	.ebankc-mc-partpop .ebankc-mcp-messagetitle,
	.ebankc-mc-partpop .ebankc-lastrow,
	.ebankc-mc-partpop .ebankc-mc-3cols .ebankc-lastrow,
	.ebankc-mc-partpop .ebankc-mc-2cols .ebankc-lastrow {
		padding-left:35px;
	}

	.ebankc-mc-partpop .ebankc-mc-instrdetail .ebankc-lastrow {
		padding-left:0;
	}

	/*子页面内容外层结构加.ebankc-mc-sonhtml类  去除响应式*/
	.ebankc-mc-sonhtml .ebankc-mcp-row,
	.ebankc-mc-sonhtml .ebankc-mcp-rowheightauto,
	.ebankc-mc-sonhtml .ebankc-setclasscify,
	.ebankc-mc-sonhtml .ebankc-messagetitle {
		padding-left:0;
	}
}
@media screen and (max-width: 1000px){
	.ebankc-mcp-block{
		padding: 0 0 20px 0;
	}
	.ebankc-mcp-row {
		padding-left: 35px;
	}
	.ebankc-mcp-rowheightauto {
		padding-left: 35px;
	}
	.ebankc-mcp-rowheightauto p.ebankc-mcp-para {
		margin-left: 0;
	}
	.ebankc-mcp-rowheightauto table {
		margin-left: 0;
	}
	.ebankc-setclasscify {
        padding-left: 35px;
    }
}

@media print {
	body,label,table,div,span,s,button,a,p,i,input,li,textarea {
		font-size:10px !important;
		height:auto !important;
		line-height:1 !important;
	}
	.ebankc-mc-part {
		padding-bottom:1px;
	}
	.ebankc-mcp-block {
		padding-bottom:1px;
	}
	.ebankc-commonbtn {
		height:auto !important;
		line-height:1 !important;
	}
	.ebankc-weakbtn {
		height:auto !important;
		line-height:1 !important;
	}
	.table-titletip {
		padding-top:2px !important;
		padding-bottom:2px !important;
	}
	.ebankc-titlecenter,.ebankc-rowleft,.ebankc-rowcenter {
		padding-top:2px !important;
		padding-bottom:2px !important;
	}
	.ebankc-table-boxtop40 {
		padding-top:2px !important;
	}
	.ebankc-table-boxtop60 {
		padding-top:2px !important;
	}
	.ebankc-table-box {
		padding-top:2px !important;
	}
	.ebankc-table-box .table-title-r div {
		padding-bottom:2px !important;
	}
	.ebankc-table-box .table-title-u {
		padding:2px 0 !important;
	}
	.ebankc-table-box .table-title-d {
		padding:2px 0 !important;
	}
	.ebankc-page-box {
		padding-top:2px !important;
		padding-bottom:2px !important;
	}
	/*label占比15%*/
	.ebankc-mc-queryterms .ebankc-mcp-rownotitle {
		padding-top:2px;
		padding-bottom:2px;
	}
	.ebankc-mc-queryterms .ebankc-mcp-row {
		padding-top:2px;
		padding-bottom:2px;
	}
	.ebankc-mcp-btns {
		min-width:0 !important;
		padding-top:2px;
		padding-bottom:2px;
	}
	.ebankc-table table th {
        padding:0px 0px !important;
        border:1px solid #dcdcdc !important;
    }
    .ebankc-table table {
    	table-layout: automatic !important;
    }
    .ebankc-table table td {
    	min-width:0 !important;
        height:auto;
        padding:0px 0px !important;
        border:1px solid #dcdcdc !important;
    }
    .ebankc-table table td p {
    	line-height:15px !important;
    }
    .ebankc-table .ebankc-tc-sum td  {
    	height:auto !important;
    	padding-top:0 !important;
    	border:1px solid #dcdcdc !important;
    }
    .ebankc-table .ebankc-tc-sum td p {
    	line-height:15px !important;
    	height:auto !important;
    }
    .ebankc-accountbubblebox .ebankc-remindaccountbubbles {
    	display:none !important;
    }
    .ebankc-mc-instrdetail label {
    	width:24%;
    	height:auto;
    }
    .ebankc-mcp-row {
    	padding-bottom:1px !important;
    	padding-top:1px !important;
    }
    .ebankc-inputcheckbox {
		background: none !important;
	}
    .ebankc-inputcheckbox .ebankc-checkboxclass {
    	opacity: 1 !important;
    	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)" !important;
		filter: alpha(opacity=1) !important;
    }
    .ebankc-inputcheckboxon {
		background: none !important;
	}
	.ebankc-checkboxdisabled {
		background: none !important;
	}
	.ebankc-checkboxdisabledon {
		background: none !important;
	}
	.ebankc-inputradio {
		background: none !important;
	}
    .ebankc-inputradio .ebankc-radioclass{
		opacity: 1 !important;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)" !important;
		filter: alpha(opacity=1) !important;	
	}
	.ebankc-inputradioon {
		background: none !important;
	}
	.ebankc-radiodisabled {
		background: none !important;
	}
	.ebankc-radiodisabledon {
		background: none !important;
	}
}
