@CHARSET "UTF-8";

.pay_tips {
	border-top: none;
}

.pay_tips a {
	display: block;
	width: 100%;
	height: 100%;
	color: #666;
}

.pay_tips a:hover {
	color: #ff7f14;
}

.pay_tips .cursor a {
	color: #fff;
}

.pay_tips .cursor:hover a {
	color: #fff;
}

.pay_plan {
	padding: 30px;
	background-color: #fff;
}

.pay_plan_cover {
	margin-bottom:20px;
	color: #ff7f14;
	background:url(/myroom/images/pay_title.png) repeat-x center 4px;
	text-align: center;
}

.pay_plan_cover p {
	display:inline-block;
	padding: 0 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7em;
	background-color:#fff;
}


.pay_plan_bd {
}

.pay_plan_bd li {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.pay_plan_bd li.cut_line {
	border-bottom: 1px dashed #ddd;
	padding: 0;
	margin: 10px 0 20px 0;
}

.pay_plan_bd label {
	float: left;
	width: 100px;
	margin-right: 10px;
	line-height: 28px;
	text-align: right;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.pay_plan_form {
	float: left;
	width: 630px;
	line-height: 28px;
}

.pay_plan_form .txt {
	font-size: 14px;
}

.pay_plan_form .ipt, .pay_plan_form .ipt2 {
	width: 100px;
	height: 26px;
	margin-right: 4px;
	line-height: 26px;
	font-size: 14px;
	border: solid 1px #ccc;
	text-indent: 6px;
}

.pay_plan_form .select {
	float: left;
	width: 136px;
	height: 26px;
	margin-right: 4px;
	line-height: 26px;
	font-size: 14px;
	border: solid 1px #ccc;
}

.pay_plan_form .ipt2 {
	width: 416px;
	margin-top: 10px;
}

.pay_plan_argee {
	display: inline-block;
	padding:20px 20px 10px 20px;
	text-align: center;
	color: #ff7f14;
	font-size: 14px;
}

.pay_plan_argee:hover {
	color: #f26005;
}

.pay_plan_argee i {
	margin-right: 4px;
}
.btn_viewplan {
	padding:20px 20px 10px 20px;
	font-size:14px;
	color:#ff7f14;  
	font-weight:normal;
}
.btn_viewplan i{
	margin-right:2px;
}
.btn_viewplan:hover{
	color:#f26005;
}
.pay_plan_submit {
	position: relative;
	padding-top: 30px;
	text-align: center;
}

.pay_plan_submit .help{
	position:absolute;
	right:110px;
	top:56%;
}
.pay_plan_submit .help i{
	margin-right:4px;
	font-size:1.4em;
}
.pay_plan_submit input {
	padding: 0 40px;
	font-size: 16px;
	font-weight: bold;
}

.pay_plan_submit input:hover {
	background-color: #f26005;
}

/*必克英语六大保障*/
.pay_ensure {
	margin-top: 15px;
	padding: 20px;
	background-color: #fff;
}

.pay_ensure h3 {
	color: #333;
	font-size: 16px;
	line-height: 16px;
}

.pay_ensure h3 i {
	margin-right: 4px;
	font-size: 18px;
}

.pay_ensure ul {
	width: 750px;
	padding: 0 5px;
	margin: auto;
	margin-top: 10px;
}

.pay_ensure li {
	float: left;
	width: 250px;
	margin-bottom: 10px;
	text-align: center;
}

.pay_ensure_icon {
	position: relative;
	width: 150px;
	height: 165px;
	margin: auto;
}

.pay_ensure_icon .icon_bg {
	position: absolute;
	left: 6px;
	top: 0;
	*top: 10px;
	top: 10px \9;
	z-index: 1;
	color: #f0f0f0;
	font-size: 140px;
}

.pay_ensure_icon .icon {
	position: absolute;
	left: 0;
	top: 35px;
	z-index: 2;
	width: 100%;
	color: #ff7f14;
	font-size: 55px;
}

.pay_ensure_icon .title {
	position: absolute;
	left: 0;
	top: 105px;
	z-index: 2;
	width: 100%;
	font-size: 14px;
	color: #333;
}

.pay_ensure_txt {
	width: 170px;
	margin: auto;
	line-height: 1.7em;
}

/*课程购买记录*/
.pay_list {
	padding: 20px;
	background-color: #fff;
	border: solid 1px transparent;
}

.danwei{
	height:16px;
	margin-bottom:10px;
}

.pay_list_table th {
	padding: 10px 0;
	line-height: 1.2em;
}

.pay_list .remark {
	display: none;
}

.pay_list_bd{
	float:left;
	width:760px;
}
.pay_list_bd li{
	margin-bottom:20px;
	background-color:#fff;
	border:solid 1px #e0e0e0;
	box-shadow:5px 5px 3px #eee;
	box-shadow:5px 5px 3px rgba(0,0,0,.05);
}
.pay_list_bd .b{
	font-weight:bold;
	color:#ff7f14;
}
.pay_list_bd dl{
	float:left;
	width:730px;
	padding:15px;
}
.pay_list_bd .color:hover{
	display:inline-block;
	padding:0 8px;
	line-height:24px;
	background-color:#ff7f14;
	color:#fff;
}
.pay_list_bd dt{
	padding-bottom:15px;
	margin-bottom:10px;
	border-bottom:solid 1px #e0e0e0;
}
.pay_list_bd .name{
	display:inline-block;
	line-height:1.6em;
	font-size:14px;
	color:#333;
	font-weight:bold;
}
.pay_list_bd dd{
	float:left;
	width:25%;
	min-height:24px;
	padding:4px 0;
	line-height:24px;
}

.pay_list_bd dd.clear {
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	min-height: 0;
	border: 0;
	padding: 0;
	margin: 0;
	float: none;
	clear: both;
}

.pay_list_bd dd.center {
	display: block;
	text-align: center;
}

.pay_list_bd label{
	display:inline-block;
	width:62px;
	padding-right:3px;
	text-align:right;
	white-space:pre;
}
.pay_list_bd .per50{
	width:100%;
}
.pay_list_bd .beizhu{
	float:left;
	width: 630px;
}
.pay_list_bd .btn{
	margin-left:10px;
}
.nopay {
	padding: 60px 0;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
}

.nopay_dialog {
	float: left;
	width: 700px;
	padding: 10px 30px;
	background-color: #f0f0f0;
}

.nopay_dialog li {
	float: left;
	width: 100%;
	padding: 5px 0;
}

.nopay_dialog img {
	float: left;
	width: 88px;
	height: 86px;
}

.nopay_dialog .dialog1, .nopay_dialog .dialog2 {
	position: relative;
	padding: 15px;
	background-color: #fff;
	border-radius: 6px;
}

.nopay_dialog .dialog1 {
	float: left;
	margin: 25px 0 0 20px;
}

.nopay_dialog .dialog2 {
	float: right;
	margin: 45px 20px 0 0;
}

.nopay_dialog  .arrow_l, .nopay_dialog  .arrow_r {
	position: absolute;
	top: 50%;
	height: 0;
	width: 0;
	margin-top: -6px;
	border-top: solid 6px transparent;
	border-bottom: solid 6px transparent;
}

.nopay_dialog  .arrow_l {
	left: -6px;
	border-right: solid 6px #fff;
}

.nopay_dialog  .arrow_r {
	right: -6px;
	border-left: solid 6px #fff;
}

.nopay_dialog .iconfont {
	float: right;
	font-size: 110px;
	color: #ff7f14;
}

/*---------支付渠道---------*/
.pay_way {
	padding-bottom: 0;
	margin-bottom: 15px;
}

.pay_way h2.title, .pay_way_mode h2.title {
	font-size: 16px;
}

/*请确认基本信息后进行支付*/
.pay_way_inf {
	float:left;
	margin-top: 10px;
	padding:10px;
	background:#f0f0f0;
}

.pay_way_inf .bd {
	float:left;
	width:708px;
	padding: 15px;
	border: dashed 1px #ccc;
	background-color: #fff;
}

.pay_way_inf ul {
	float: left;
	width: 450px;
}

.pay_way_inf li {
	float: left;
	width: 100%;
	padding-bottom: 8px;
	line-height: 25px;
	font-size: 14px;
}

.pay_way_inf label {
	float: left;
	width: 80px;
	color: #333;
	text-align: right;
	font-weight: bold;
	white-space: pre;
}

.pay_way_inf .inf {
	float: left;
	width: 355px;
	padding-left: 5px;
}

.pay_way_inf .money {
	display: block;
	width: 120px;
	background-color: #fff;
	border: 1px solid #ff7f14;
	border-radius: 3px;
}

.pay_way_inf .money i.p {
	display: block;
	width: 20px;
	height: 25px;
	line-height: 26px;
	color: #ff7f14;
	text-align: center;
	font-style: normal;
	float: left;
}

.pay_way_inf .inf .balance {
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	color: #ff7f14;
	border: none;
	background-color: transparent;
	float: left;
}

.pay_way_inf a {
	float: right;
}

.pay_way_inf a img {
	max-width:250px;
}

.pay_way_inf .money {
	font-size: 18px;
	font-weight: bold;
	color: #ff7f14;
}

/*----选择支付方式-----*/
.pay_way_mode {
	
}

.pay_way_mode h3 {
	margin-top: 20px;
	margin-bottom: -10px;
	font-size: 16px;
	color: #333;
}
/*平台支付*/
.pay_way_platform {
	float: left;
	width: 744px;
	margin-top: 10px;
	padding: 15px 8px;
	background-color: #f0f0f0;
}

.pay_way_platform dt, .pay_way_bank dt,.pay_ku .title {
	height: 30px;
	padding-left: 12px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.pay_way_platform dd {
	float: left;
	width: 186px;
}

.pay_way_platform dd a {
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	margin: auto;
	text-align: center;
	font-size: 14px;
	color: #333;
	border: solid 1px #fff;
	background-color: #fff;
}

.pay_way_platform .alipay {
	background: #fff url(/myroom/images/pay_alipay.png) no-repeat center
		center;
}

.pay_way_platform .weixin {
	position: relative;
	background: #fff url(/myroom/images/pay_weixin.png) no-repeat 12px
		center;
}
.pay_way_platform .weixin2 {
	background: #fff url(/myroom/images/pay_weixin2.png) no-repeat 12px
		center;
}

.pay_way_platform .saoma {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 34px;
	height: 40px;
	padding-top: 10px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-family: simsun;
	line-height: 1.2em;
	background: url(/myroom/images/pay_weixin_bg.png)
}

.pay_way_platform .caifutong {
	background: #fff url(/myroom/images/pay_caifutong.png) no-repeat center
		center;
}

.pay_way_platform .zhaoshang {
	background: #fff url(/myroom/images/pay_zs.png) no-repeat center center;
}

.pay_way_platform .bill {
	background: #fff url(/myroom/images/pay_99bill.png) no-repeat center
		center;
}

.pay_way_platform dd a:hover {
	border: solid 1px #ff7f14;
}

/*公司账号*/
.pay_way_bank {
	float: left;
	width: 744px;
	margin-top: 15px;
	padding: 15px 8px 0 8px;
	background-color: #f0f0f0;
}

.pay_way_bank dd {
	float: left;
	width: 372px;
	padding-bottom: 18px;
}

.pay_way_bank ul {
	position: relative;
	width: 330px;
	height: 145px;
	margin: auto;
	padding: 10px;
	background-color: #fff;
}

.pay_way_bank .btn_white2 {
	position: absolute;
	right: 10px;
	top: 15px;
	z-index: 1;
	padding: 0 5px;
}

.pay_way_bank li {
	padding-bottom: 10px;
}

.pay_way_bank .bank {
	margin-bottom: 10px;
	border-bottom: solid 1px #e8e8e8;
}

.pay_way_bank .bank a {
	display: block;
}

.pay_way_bank .bank a.stage {
	display: inline-block;
	width: 153px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #ff7f14;
	margin: 5px 5px 4px 5px;
	background-color: #fff;
	border: 1px solid #ff7f14;
}

.pay_way_bank .bank a.stage:hover {
	color: #fff;
	background-color: #ff7f14;
}

.pay_way_bank .bank img {
	max-width: 100%;
}

.pay_way_credit ul {
	height: auto;
	padding-bottom: 0;
}

.pay_way_credit .bank {
	border-bottom: none;
}

.pay_way_remits dd {
	padding-left: 12px;
	line-height: 1.8em;
}

.pay_way_ts {
	margin-top: 15px;
	padding-left: 20px;
	background-color: #fff;
}

.bank_block {
	position: relative;
	display: block;
	margin: auto;
	width: 330px;
	padding: 10px;
	background-color: #fff;
}

.bank_block span {
	display: block;
	line-height: 2em;
}

.bank_logo {
	width: 288px;
	height: 36px;
	background: url(/myroom/images/yingh_bg.png) no-repeat;
}

.bank_line {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e8e8e8;
}

.bank_quick {
	position: absolute;
	right: 10px;
	top: 15px;
}

.bank_quick i {
	margin-left: 4px;
	vertical-align: middle;
}

.addressbtn {
	float: right;
	border-radius: 5px;
}

.addressbtn:hover {
	color: #fff;
	background-color: #ff7f14;
}

.errorMsg {
	display: block;
	width: 270px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #e50000;
	margin: 50px auto;
	border-radius: 3px;
}

.errorMsg:hover {
	color: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.pay_way_bar {
	height:41px;
	margin-top:10px;
	border-bottom: 2px solid #ff7f14;
}

.pay_way_bar a {
	display: block;
	width: 252px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #666;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	float: left;
	position: relative;
}

.pay_way_bar a.first {
	border-right: none;
}

.pay_way_bar a.last {
	border-left: none;
}

.pay_way_bar a.cursor {
	color: #fff;
	background-color: #ff7f14;
	border-color: #ff7f14;
	cursor: default;
}

.pay_way_bar a.first.cursor {
	border-left: 1px solid #ff7f14;
}

.pay_way_bar a.cursor .arrow {
	display: block;
	width: 0px;
	height: 0px;
	line-height: 0px;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	margin: 0 0 -2px -6px;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
}

.payblock {
	display: none;
}

.pay_way_bar a.noline {
	width: 254px;
	border-right: none;
}

.pay_way_bar a:hover {
	color: #ff7f14;
}

.pay_way_bar a.cursor:hover {
	color: #fff;
	background-color: #ff7f14;
}

.myroom_ts p {
	width: 675px;
}

/*-------------------- 支付结果页面 --------------------*/
.notify_info {
	display: block;
	margin: 20px 0 20px;
}

.notify_info i.iconfont{
	display: block;
	width: 120px;
	font-size: 50px;
	text-align: center;
	float: left;
}

.notify_info.success i.iconfont {
	color: #4a9f0d;
}

.notify_info.fail i.iconfont {
	color: #e50000;
}

.notify_info .notify_title {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
}

.notify_info .notify_detail {
	display: block;
	line-height: 30px;
	font-size: 14px;
}

.notify_info .notify_detail i.clear {
	display: block;
	width: 0;
	height: 0;
	clear: both;
}

.notify_info .notify_detail label, .notify_info .notify_detail span {
	display: block;
	float: left;
}

.notify_info .notify_detail label {
	width: 70px;
}

.notify_info .notify_detail span {
	width: 530px;
}

.notify_info .notify_remark {
	display: block;
	color: #888;
	margin-top: 20px;
}

.notify_btn {
	display: block;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 40px;
}

.notify_info .notify_hint {
	display: block;
	width: 640px;
	float: left;
}

/*-------------------- 页面错误信息展示模块 --------------------*/
.pageError {
	display: block;
	width: 760px;
	margin: 40px 0;
}

.pageError .msg > i.iconfont {
	display: block;
	width: 100px;
	font-size: 40px;
	color: #e50000;
	text-align: right;
	float: left;
}

.pageError .msg > .msg_text {
	display: block;
	width: 630px;
	line-height: 30px;
	font-size: 14px;
	margin: 10px 0 0 30px;
	float: left;
}

.pageError .btn {
	display: block;
	text-align: center;
	margin-top: 20px;
}

/*-------------------- 订单表单信息 --------------------*/
.pay_form {
	display: block;
}

.pay_form .title {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
}

.pay_form .form_wrap {
	display: block;
	padding: 20px;
	background-color: #f1f1f1;
	border-radius: 3px;
}

.pay_form .form_wrap div {
	display: block;
	line-height: 24px;
	padding: 5px 0;
	background-color: #fff;
}

.pay_form .form_wrap div.firstrow {
	padding-top: 25px;
}

.pay_form .form_wrap div>label {
	display: block;
	width: 100px;
	text-align: right;
	float: left;
}

.pay_form .form_wrap div>span {
	display: block;
	width: 600px;
	float: left;
}

.pay_form .form_wrap div>i {
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	border: none;
	float: none;
	clear: both;
}

.pay_form .form_wrap div.center {
	display: block;
	text-align: center;
	padding: 20px 0;
}

.pay_way_bank .alipay{
	width:400px;
}
.pay_way_bank .alipay ul{
	width:100%;
}
.alipay .txt{
	white-space:pre;
	display:inline-block;
	width:220px;
	margin-left:20px;
	padding-left:20px;
	line-height:30px;
	font-size:14px;
	text-align:left;
	border-left:solid 1px #ccc;
	vertical-align:middle;
	font-weight:bold;
}
.alipay .bank{
	padding-left:10px;
}
.alipay .txt label{
	display:inline-block;
	width:75px;
	text-align:right;
}
.alipay .img{
	vertical-align:middle;
}

.pay_price_bg{
	margin-top: 15px;
	background-color: #fff;
}
.pay_price_bg h3{
	position: relative;
	padding: 20px;
	color: #333;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
}
.pay_price_bg h3 .arrow{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 22;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #ff7f14;
	animation:move 1s linear infinite;
}
@keyframes move{
	50%,100%{
		transform:translateY(0);
	}
	25%{
		transform:translateY(2px);
	}
	75%{
		transform:translateY(-2px);
	}
}

.pay_price_bg h3 i{
	margin-right: 4px;
	font-size: 18px;
}
.pay_price{
	padding-bottom: 20px;
}
.pay_price table{
	width: 95%;
	margin: auto;
	font-size: 14px;
	border-collapse: collapse;
	border-left: solid 1px #dfdfdf;
	border-top: solid 1px #dfdfdf;
	box-shadow: 5px 5px 3px rgba(0,0,0,.05);
}
.pay_price th,
.pay_price td{
	padding: 15px 10px;
	text-align: center;
	border-right: solid 1px #dfdfdf;
	border-bottom: solid 1px #dfdfdf;
}
.pay_price th{
	font-size: 16px;
	background-color: #f0f0f0;
}

.pay_ku{
	text-align: center;
}
.pay_ku dt{
	text-align: left;
}
.pay_ku dd{
	width: 100%;
}