/*
 * @Author: itw_yanyang 
 * @Date: 2018-07-31 09:06:00 
 * @Last Modified by: itw_yanyang
 * @Last Modified time: 2018-08-31 10:13:16
 */
 .content{
	background: #F5F5F5;
	padding: 10px 50px;
}
.card_wrap{
	border: 1px dashed #cccccc;
}
#content-main{
	width: 920px;
   /* height: 820px;*/
    overflow: hidden;
    margin: 0 auto;
    /* margin-top: 40px; */
    padding: 0;
    padding-bottom: 30px;
}
.cl{
	clear: both;
	overflow: hidden;
	background: #F5F5F5;
	padding: 15px 0 15px 23px;
}
.cards{
	width: 276px;
	height: 170px;
	float: left;
	list-style: none;
	position: relative;
	border-radius: 10px;
	margin-top: 10px;
}
.padl{
	padding-left: 20px;
}
.mar9{
	margin: 10px 24px 0px 24px;
}
.cards img{
	width: 100%;
}
.card_num{
	position: absolute;
	top: 40%;
	width: 100%;
    text-align: center;
    font-size: 18px;
}
.eye_close{
	position: absolute;
	width: 24px;
	height: 24px;
	bottom: 20px;
    right: 25px;
	background: url(img/eye_close.png) no-repeat center;
}
.eye_open{
	position: absolute;
	width: 24px;
	height: 24px;
	bottom: 20px;
    right: 25px;
	background: url(img/eye_open.png) no-repeat center;
}
.medical_card{
	width: 1044px;
	float: left;
	border-bottom: 1px solid #CCC;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.del, .update{
	position: absolute;
	bottom: 30px;
	cursor: pointer;
	font-size: 14px;
	color: #24a998;
	padding: 0 5px;
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
    width: 50px;
    height: 24px;
    line-height: 24px;
}
.del{
	right: 90px;
}
.update{
	right: 30px;
}
.content_info{
	width: 100%;
	height: 360px;
	background: #ffffff;
	margin-top: 20px;
	box-shadow: -2px 3px 10px 0 #CCCCCC;
	position: relative;
	padding-left: 20px;
	border: 1px solid #CCCCCC;
}
.content_info:before{
	content: "";
	display:inline-block;
	width: 0;
	height: 0;
	border-width: 20px 92px ;
	border-style: solid;
	border-color: #289A92 transparent transparent #289A92;
	position: absolute;
	top: 0;
	left: 0;
}
.content_info:after{
	content: "";
	display:inline-block;
	width: 0;
	height: 0;
	border-width: 20px 92px ;
	border-style: solid;
	border-color: transparent #289A92 #289A92 transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}
/*支付人信息*/
.left{
	width: 450px;
	height: 360px;
	padding: 25px;
	border-right: 2px solid #F0F0F0;
	float: left;
}
.pay_person{
	width: 450px;
	height: 280px;
	border: 0;
}
/*支付方式--医保卡*/
.right_hospitalcard{
	width: 445px;
	float: right;
	padding: 65px 45px;
	box-sizing: border-box;
	position: relative;
	/*display: none;*/
}
.right_hospitalcard>button{
	margin-top: 10px;
    margin-left: 25px;
    font-size: 16px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    background: url(img/btn_color.png) no-repeat;
    color: #ffffff;
    outline: none;
    border: none;
    cursor: pointer;
}
.warnning{
	text-align: center;
	color:#ff4100;
	font-size: 16px;
	font-weight: bold;
}
.warnning>i{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 5px;
	background: url(../../img/banks/warning.png) no-repeat left center;
}
.right_hospitalcard>p>input{
	width: 280px;
	height: 30px;
	margin: 20px 0;
	padding: 5px;
	/*padding-left: 5px;*/
	outline: none;
	border: 1px solid #CBCBCB;
	font-weight: bold;
    font-size: 16px;
}
.wd100{
	width: 100px;
	display: inline-block;
}
.right_hospitalcard>p>input.wrong{
	width: 280px;
	height: 30px;
	margin: 20px 0;
	padding-left: 5px;
	outline: none;
	border: 1px solid #FF0000;
}
.right_hospitalcard>p>span.wrong{
	font-size: 14px;
	color: #ff0000;
	position: absolute;
	top: 70px;
	left: 0px;
	/*display: none;*/
}
/*支付方式--银行*/
.right_bank{
	width: 445px;
	float: right;
	padding: 45px;
	box-sizing: border-box;
	position: relative;
	/*display: none;*/
}
.right_bank>p,.right_hospitalcard>p{
	position: relative;
	width: 100%;
}
.right_bank>p>input{
	width: 280px;
	height: 30px;
	margin: 20px 0px;
	margin-top: 2px;
	padding: 5px;
	/*padding-left: 5px;*/
	outline: none;
	border: 1px solid #CBCBCB;
	font-weight: bold;
    font-size: 16px;
}
.right_bank>button{
	margin-top: 10px;
    margin-left: 25px;
    font-size: 16px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    background: url(img/btn_color.png) no-repeat;
    color: #ffffff;
    outline: none;
    border: none;
    cursor: pointer;
}
.right_bank>p>input.wrong{
	width: 280px;
	height: 30px;
	margin: 20px 0px;
	margin-top: 2px;
	padding-left: 5px;
	outline: none;
	border: 1px solid #FF0000;
}
.right_bank>p:first-child+p+p>input,.right_hospitalcard>p:first-child+p+p>input{
	background: url(img/sanjiaobottom.png) no-repeat 255px center;
}
.right_bank>p:nth-child(3)>input,.right_hospitalcard>p:nth-child(3)>input{
	background: url(img/sanjiaobottom.png) no-repeat 255px center;
}
.right_bank>p>span.wrong{
	color: #ff0000;
	position: absolute;
	top: 52px;
	left: 0px;
	font-size: 14px;
}
/*银行的选择*/
#choose_banks{
	width: 920px;
	height: 440px;
	background: #FFF;
	/*padding: 28px 16px;*/
	border: 1px solid #2cac9d;
	position: absolute;
	top: 250px;
	left: -473px;
	box-shadow: 0 0 10px 0 #CCCCCC;
	z-index: 2;
}
#choose_banks_medical{
	top: 166px;
}
.pages>li{
	position: absolute;
	bottom: 25px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.pages .pre_on:hover{
	background: url(img/pre.png) no-repeat;
}
.pages .next_on:hover{
	background: url(img/next.png) no-repeat;
}
.pages .pre_off{
	left: 350px;
	background: url(img/pre_off.png) no-repeat;
}
.pages .pre_on{
	left: 350px;
	background: url(img/pre_on.png) no-repeat;
}
.pages .next_on{
	left: 550px;
	background: url(img/next_on.png) no-repeat;
}
.pages .next_off{
	left: 550px;
	background: url(img/next_off.png) no-repeat;
}
.show{
	display: block;
}
.hidden{
	display: none;
}
.bank_list_container{
	width: 900px;
	height: 340px;
	position: absolute;
    top: 32px;
    left: 8px;
	overflow: hidden;
}
.bank_list{
	width: 930px;
	height: 410px;
	/*overflow-y: auto;*/
	box-sizing: border-box;
}
.bank_list>li{
	width: 200px;
	height: 86px;
	border: 1px solid #CBCBCB;
	float: left;
	box-sizing: border-box;
	margin-top: 20px;
	margin-left: 20px;
	cursor: pointer;
	text-align: center;
	line-height: 80px;
}
.bank_list .mgl0{
	/*margin-left: 0;*/
}
.bank_list>li:hover{
	border: 2px solid #ff5204;
}
.bank_list>li:last-child{
	margin-bottom: 20px;
}
.bank_list>li>img{
	width: 100%;
	height: 100%;
}
.close{
	position: absolute;
	width: 16px;
	height: 16px;
	right: 20px;
	top: 15px;
	cursor: pointer;
	z-index: 2;
	background: url(img/close_1.png) no-repeat center center;
}
/*兼容ie8*/
.nav_tab>li{
	padding-top: 15px;
	height: 40px;
    line-height: 0px; 
    cursor: pointer;
    float: left;
    list-style: none;
    min-width: 140px;
    text-align: center;
    border-top: 5px solid #F7F7F7!important;
}
