/* CSS Document */
body{ background:#f5f5f5;}
.clearfixs{ width:1080px; height:auto; margin:0 auto; *zoom:1;}
.clearfixs:after{ content:""; display:block; visibility:hidden; clear:both; height:0;}
.btns{padding:10px 15px 10px 15px; border:none;cursor:pointer;font-size:14px; border-radius:3px;}
.btn-red{ 
	color:#fff; 
	background:#8c1012; 
	background: -webkit-linear-gradient(top,#8c1012,#711717);
	background: -moz-linear-gradient(top,#8c1012,#711717);
	background: -o-linear-gradient(top,#8c1012,#711717);
	background: -ms-linear-gradient(top,#8c1012,#711717);
	background: inear-gradient(top,#8c1012,#711717);
	}
.btn-red:hover{ 
	background:#711717;
	color:#fff;
	}
.btn-red:active{ color:#fcff00;}
.btn-green{ 
	color:#fff;
	background:#00770e; 
	background: -webkit-linear-gradient(top,#00770e,#005b0b);
	background: -moz-linear-gradient(top,#00770e,#005b0b);
	background: -o-linear-gradient(top,#00770e,#005b0b);
	background: -ms-linear-gradient(top,#00770e,#005b0b);
	background: linear-gradient(top,#00770e,#005b0b);
	}
.btn-green:hover{ 
	background:#005b0b;
	color:#fff;
	}
.btn-green:active{ color:#fcff00;}
.btn-gray{ 	
	color:#fff; 
	background:#4c4c4c;
	background:-webkit-linear-gradient(top,#4c4c4c,#353535);
	background: -moz-linear-gradient(top,#4c4c4c,#353535);
	background: -o-linear-gradient(top,#4c4c4c,#353535);
	background: -ms-linear-gradient(top,#4c4c4c,#353535);
	background: linear-gradient(top,#4c4c4c,#353535);
	}
.btn-gray:hover{ 
	background:#353535;
	color:#fff;
	}  
.btn-gray:active{ 
	color:#fcff00;
	}
.btn-white{ 
	color:#4c4c4c;
	background:#f3f3f3; 
	background: -webkit-linear-gradient(top,#f3f3f3,#b7b7b7);
	background: -moz-linear-gradient(top,#f3f3f3,#b7b7b7);
	background: -o-linear-gradient(top,#f3f3f3,#b7b7b7);
	background: -ms-linear-gradient(top,#f3f3f3,#b7b7b7);
	background: linear-gradient(top,#f3f3f3,#b7b7b7);
	}
.btn-white:hover{ 
	background:#929292;
	color:#fff;
	}
.btn-white:active{ background:#4c4c4c;}
/*导航条样式*/
#log_header{width:100%;height:50px;line-height:50px; background:#991010; overflow:hidden;zoom:1;}
#log_header .ul_l{float:left;overflow:hidden;zoom:1;}
#log_header li{float:left;padding:0 10px; color:#fff;}
#log_header li.hover{ background:#711717;}
#log_header li a{display:inline-block; color:#fff;font-size:15px;}
#log_header li.current{ background:#f5f5f5;}
#log_header li.current a{ color:#991010; font-weight:bold;}
#log_header li.t_yellow a{color:#ffff00;}
#log_header .ul_r{float:right;overflow:hidden;zoom:1;}
#log_header .ff_user{ background:url("http://imgs.redocn.com/image/daosanjiao.png") no-repeat right center;padding-right:15px;}
/*选择支付方式*/
.ff_steps{ text-align:center;overflow:hidden;zoom:1;}
.ff_steps .step_dire{margin-top:80px;}
.ff_steps .step_dire span{display:inline-block;width:235px; height:39px;line-height:39px; text-align:center;color:#fff; font-size:18px;}
.ff_steps .sel_way{ background:url(../images/red1.png) no-repeat;}
.ff_steps .sel_money{ background:url(../images/hui2.png) no-repeat;}
.ff_steps .sel_pay{ background:url(../images/hui3.png) no-repeat;}
.ff_paymain{width:850px;margin:0 auto;background: none repeat scroll 0 0 #fff;border: 1px solid #e0e0e0; overflow:hidden;zoom:1;}
.ff_pay{ padding:55px 44px 44px 44px; overflow:hidden;zoom:1;position:relative;}
.ff_pay .short-cut{position:absolute;right:95px;top:70px;width:186px;text-align:center;}
.ff_pay .short-cut p{font-size:16px;line-height:30px;}
.ff_pay .short-cut span{color:#ea2a2a;font-size:16px;display:block;line-height:30px;}
.ff_pay .short-cut span b{font-size:26px;font-family:'Arial';position:relative;top:3px;margin-right:5px;display:inline-block;}
.ff_pay .short-cut .saoma-links{margin-top:10px;font-size:14px;}
.ff_pay .short-cut .hide-fancy{display:none;}
.pay_type .pay_way_name{float:left;position:relative;line-height:40px;margin-top:10px;font-size:16px;}
.pay_account{ position:relative;overflow:hidden;zoom:1;}
.pay_account .write_name{float:left;position:relative;line-height:40px;margin-top:10px;margin-right:30px;}
.pay_account .write_name2{dispaly:none;}
.pay_account2{ position:relative;overflow:hidden;zoom:1;}
.pay_account2 .write_name{float:left;position:relative;line-height:40px;margin-top:15px;margin-right:30px;}
.pay_account2 .write_name2{dispaly:none;}
.write_name .payuser{width:auto;height:27px;line-height:27px;display:inline-block; position:relative;top:5px;font-weight:bold; font-size: 14px;}
.write_name .btn-text{width:140px;height:27px;display:inline-block; position:relative;top:5px;border:1px solid #ccc; overflow:hidden;zoom:1;}
.write_name .whos{position:absolute;top:0;left:0; width:110px;height:27px; line-height:27px;padding-left:5px;border:0 none;font-weight:bold; background:#fff;font-size:16px; overflow:hidden;text-overflow:ellipsis; white-space:nowrap;}
.write_name .whoes{display:inline-block; position:relative;width:135px;height:27px;line-height:27px;font-size:16px; font-weight:bold;}
.write_name .pen{display:inline-block;width:24px; height:25px; background:url(../images/pen.png) no-repeat;margin-left:5px; position:relative;top:1px;}
.write_name .ff_check{display:none; position:absolute;right:5px;top:5px;width:16px;height:16px; background:url(../images/check_right.png) no-repeat;}
.write_username{position:absolute; display:none;left:84px;top:15px;}
.write_username2{display:block;}
.write_username .write_ipt1{float:left;width:115px;height:27px;line-height:27px;border:1px solid #797979;font-size:12px;padding-left:5px;}
.write_username .write_ipt2{float:left;width:61px;height:27px;line-height:27px; text-align:center;border:1px solid #797979; border-left:0 none; background:#e4e4e4;font-size:14px;}
.write_username .ff_check_failed{display:none; position:absolute;left:100px;top:4px;width:21px;height:21px; background:url(../images/check_error.png) no-repeat;}
.bal_money{ float:left;line-height:40px;margin-top:10px; font-size:12px;overflow:hidden;zoom:1;}
.bal_money_user{ float:left;line-height:27px;height:27px; font-size:12px;overflow:hidden;zoom:1;}
.bal_money .bal_pur{ color:#991010;}
.bal_money .ff_info{ margin-right:45px;}
.ff_info_user{ padding-left:30px;font-weight:normal !important;}
.bal_pur_user{ color:#991010;}
.bal_money .ff_info_error{ margin-right:45px;color:#ff0000;}

.bal_money2{ float:left;line-height:40px;margin-top:10px; font-size:16px;overflow:hidden;zoom:1;}
.bal_money2 .bal_pur{ color:#991010;}
.bal_money2 .ff_info{ margin-right:45px;}
.bal_money2 .ff_info_error{ margin-right:45px;color:#ff0000;}

.pay_box{width:auto !important; overflow:hidden;zoom:1;}
.pay_way{float:left;width:84px;line-height:40px; text-align:right; font-size:16px;margin-top:10px;}
.pay_box .choo_way{float:left;width:655px; overflow:hidden;zoom:1;}
.pay_box .type{float:left;margin:10px 40px 10px 0 !important;width:500px;}
.type input{ position:relative;top:-12px;}
.ff_pay .btns{margin-left:85px;margin-top:30px;}
.ff_pay .wxts{margin-left:5px;line-height:30px;color:#5a5a5a;}
.ff_pay .wxts .qqqq{display:inline-block; position:relative;top:7px;width:102px; height:24px;margin-left:5px; background:url(../images/qqqq.png) no-repeat;}
/*步骤二*/
.ff_steps2 .sel_way{ background:url(../images/hui1.png) no-repeat;}
.ff_steps2 .sel_money{ background:url(../images/red2.png) no-repeat;}
.ff_chongzhi{float:left;width:536px;overflow:hidden;zoom:1;}
.cho_money{float:left;width:450px; font-weight:bold; overflow:hidden;zoom:1;margin-top: 10px;}
.cho_money .some_money{float:left;width:99px;height:36px;line-height:36px; text-align:center; margin:10px 7px 0 0; font-size:14px; background:#e7e7e7; cursor:pointer;color:#5a5a5a;}
.cho_money .some_money:hover{background:#9b9b9b;color:#ffffff;}
.cho_money .or_some_money{border:2px solid #991010;color:#991010;background:#fff;width: 95px;height:32px;}
.cho_money .or_some_money:hover{border:2px solid #991010;color:#991010;background:#fff;width: 95px;height:32px;}
.cho_money_mobile{float:left;width:450px; font-weight:bold; overflow:hidden;zoom:1;}
.cho_money_mobile .some_money{float:left;width:99px;height:36px;line-height:36px; text-align:center; margin:10px 7px 0 0; font-size:14px; background:#e7e7e7; cursor:pointer;color:#5a5a5a;}
.cho_money_mobile .or_some_money{border:2px solid #991010;color:#991010;background:#fff;width: 95px;height:32px;}
.con_info_mobile{float:left;width:395px;margin-top:10px;margin-left:84px;_margin-left:42px; overflow:hidden;zoom:1;line-height:20px;background:#fff4e1;border:1px solid #ffe3ac;text-align:left;color:#5a5a5a;padding:10px;}
.con_info_mobile span{color:#991010;}
.con_info{float:left;width:415px;margin-top:10px;margin-left:84px;_margin-left:42px; overflow:hidden;zoom:1;height:50px;line-height:50px;background:#fff4e1;border:1px solid #ffe3ac;text-align:center;color:#5a5a5a;}
.con_info .con_infos{display:block;line-height:20px;color:#ff0000;font-size:16px;}
.con_info .sp_green{color:#009966;}
.con_info span{color:#991010;}
.serve_info{float:left;width:300px;margin-top:19px; font-size:12px; line-height:20px;color:#5a5a5a; overflow:hidden;zoom:1;padding-left:10px;}
.serve_info span{color:#ff0000;}
.moneyPay{ background:red;width:534px; height:20px;}
.pay_type{ overflow:hidden;zoom:1;}
.pay_type .sp_greenss{float:left;color:#009966; font-size:20px; font-weight:bold;margin-top:19px;}
.pay_type .sp_shifu{float:left;color:#991010; font-size:26px; font-weight:bold;margin-top:13px;font-family:'microsoft yahei','微软雅黑',sans-serif;}
.pay_shifu{padding-top:22px;}
/*扫码*/
.dl_saoma{float:right;margin-top:15px; text-align:center;overflow:hidden;zoom:1;display: none;}
.dl_saoma .saosao{display:block;line-height:50px;font-size:18px;}
.dl_saoma .fukuan{display:block;line-height:24px;font-size:14px;}
.dl_saoma a{color:#048acd;margin-right:3px;font-size:14px;}
.pay_rnow{padding-bottom:30px;overflow:hidden;zoom:1;}
.pay_rnow .btns{display:inline-block;margin-left:128px;}
.pay_rnow .to_re{font-size:16px;margin-left:10px;}
.pay_rnow .to_re:hover{color:#991010;}
.pay_rnow .wxts{display:block;margin-left:128px;line-height:30px;color: #5a5a5a;}
.qqqq{display:inline-block; position:relative;top:7px;width:102px; height:24px;margin-left:5px; background:url(../images/qqqq.png) no-repeat;}
/*弹窗样式*/
#inline h2{height:53px; line-height:53px; font-size:24px; border-bottom:1px solid #000;}
#inline .infor_box{padding:25px; overflow:hidden;zoom:1;}
#inline .infor_box .ff_img{float:left;width:84px; height:93px; background:url(../images/pop.png) no-repeat;margin-right:21px;}
#inline .infor_box .infor{float:left;width:370px;padding-top:30px; overflow:hidden;zoom:1;}
#inline .infor p{line-height:30px; font-size:18px;}
#inline .infor a{display:inline-block;margin:45px 8px 0 13px;}
/*ie6*/
.write_name .pen{_top:-12px;_left:150px;}

/*弹窗*/
#chongzhitishi.box{overflow: hidden;zoom:1;font-size:14px;width:550px;padding:10px;background:rgba(134,134,134,0.9);filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#E5868686', endColorstr='#E5868686');font-family: 'microsoft yahei','微软雅黑';}
#chongzhi-box{background:#fff;overflow:hidden;zoom:1;}
#chongzhitishi .box_t{height:40px;line-height:40px;padding:0px 10px;background:#991010;color:#fff;}
#chongzhitishi .box_t .t{float:left;}
#chongzhitishi .box_t .close{float:right;margin-top:10px;}
#chongzhitishi .box_c{padding:35px;padding-top: 0px;overflow:hidden;zoom:1;}
#chongzhitishi .operate-tip{margin-top:40px;overflow:hidden;zoom:1;*height:164px;}
#chongzhitishi .operate-tip p{line-height:40px;background:url("../images/new_chongzhi/icon-tishi.png") no-repeat left center;margin-left:5px;padding-left:30px;}
#chongzhitishi .btn-group{margin:24px 0 45px 125px;overflow:hidden;zoom:1;}
#chongzhitishi .btn-group a{float:left;}
#chongzhitishi .btn-group .btn-problem{margin-left:20px;display:inline;}
#chongzhitishi .btn-change{float:right;line-height:20px;}
#chongzhitishi .btn-change:hover{color:#4ca1fb;text-decoration:underline;}
#chongzhitishi .sm_failed{border-top:1px solid #f7f7f7;}
.sm_failed_title{height:auto; line-height: 35px;}
.sm_failed_title .sm_title{margin-top:10px;}
#chongzhitishi .box_c .kf{overflow: hidden;zoom:1;padding-left:75px;margin-top:10px;}
#chongzhitishi .box_c .kf div{height:30px;line-height:30px;}
#chongzhitishi .box_c .kf div.qq{position: relative;}
#chongzhitishi .box_c .kf div.qq strong{color:#b00;}
#chongzhitishi .box_c .kf div.qq img{position: absolute;left: 85px;top: 3px;}
#fancybox-close{  display:none!important;}
/*微信快捷支付弹窗*/
#short-success{font-family: "微软雅黑","microsoft yahei";padding-bottom:20px;overflow:hidden;zoom:1;}
#short-success .short-tit{height:30px;line-height:30px;border-bottom:1px solid #ddd;}
#short-success .short-tit span{float:left;font-size:14px;}
#short-success .short-tit a{float:right;}
#short-success .success-txt{width:500px;margin:50px 0 0 50px;}
#short-success .success-txt dt{float:left;margin-right:20px;}
#short-success .success-txt dd{float:left;}
#short-success .success-txt dd h3{font-size:24px;line-height:30px;font-weight:normal;}
#short-success .success-txt dd p{font-size:14px;line-height:30px;}
#short-success .success-txt dd p span{color:#ea2a2a;}
#short-success .success-txt dd a{float:left;margin:10px 10px 0 0;}
#short-success .success-txt dd b{display:block;font-size:14px;margin-top:20px;}
#short-success .success-txt dd .col-ea2a2a{float:none;margin:0;color:#ea2a2a;}
#short-success .success-txt dd .col-ea2a2a:hover{color:#ea2a2a;text-decoration:underline;}
/*扫码支付*/
.hd-text-red{color:red;display:block;}
#chongzhi-get{float:left;overflow:hidden;}
#chongzhi-get-success{width:570px;height:80px;line-heigth:80px;text-align:center;font-size:20px;overflow:hidden;color:#ff0000;}
.chongzhi-pt{float:left;overflow:hidden;}
.chongzhi-pt{margin-top:35px;line-height:30px;font-size:16px;}
/*.sm_failed_title{font-size:20px;height:60px;line-height:60px;background:#ffffcc;text-align:center;font-size: 18px;}*/
.chongzji-mama{width: 186px;height: 186px;overflow: hidden;margin:10px 3px 0px 0px;}
.chongzhi-pt a{font-size:12px;}
.sm_failed dd{overflow:hidden;float:left;margin-top:10px;}
.rd-color-red{color:#991010 !important;}
.rd-pay-way{font-size: 15px;font-family: "宋体";}
.f-14{font-size: 14px;}
.rd-btn{padding: 8px 16px;background: #991010;border:none;color:#fff;border-radius:3px;cursor: pointer;margin-right: 10px;}
.rd-btn:hover{background: #711717;}
.rd-qq{background: url(images/qq.png) no-repeat;width:102px;height:24px;display: inline-block;position: relative;top:7px;*position: relative;*top:0;}
.rd-pay-main{width: 850px;margin: 0 auto;overflow: hidden;}
.rd-pay-step-nav{margin-top: 40px;}
.rd-pay-step-nav ul{width: 850px;overflow: hidden;}
.rd-pay-step-nav ul li{float: left;border-bottom: 2px solid #ccc;line-height: 80px; font-size: 30px;font-weight: 700;color:#999;padding-left: 100px;padding-right: 59px;overflow: hidden;text-align: center;}
.pay-default-1{background: url(images/step-daflut-1.png) no-repeat 50px center;}
.pay-default-2{background: url(images/step-daflut-2.png) no-repeat 50px center;}
.pay-default-3{background: url(images/step-daflut-3.png) no-repeat 50px center;}
.pay-active-1{background: url(images/step-active-2.png) no-repeat 50px center;color:#991010 !important;}
.pay-active-2{background: url(images/step-active-2.png) no-repeat 50px center;color:#991010 !important;border-bottom: 2px solid #991010 !important;}
.pay-active-3{background: url(images/step-active-2.png) no-repeat 50px center;color:#991010 !important;}
.rd-step-list{padding:55px 44px 44px 44px;overflow: hidden;}
.rd-step-list table{width:678px;margin-top:7px;font-family: "微软雅黑";}
.rd-step-list tr{height: 50px;line-height: 35px;overflow: hidden;}
.rd-step-list tr td .rd-radio{float: left;margin-right:10px;}
.rd-step-list-item .rd-pay-price{float: left;overflow: hidden;}
/*jq*/
.rd-dafault-style-1{background: #eee;float:left;width:125px;height:37px;line-height:37px;padding-left:15px;font-size: 15px;color:#5a5a5a;position:relative;}
.rd-dafault-style-1 i{position:absolute;right:0;top:1px;width:44px;height:16px;text-align:center;line-height:16px;background:#f53636;font-size:10px;color:#fff;font-weight:normal;}
.rd-dafault-style-2{float: left;border:1px solid #eee;overflow: hidden;padding: 0px 10px 0px 10px;}
.jq-background-1{background: #991010 !important;border:1px solid #991010;color:#fff !important;}
.jq-background-2{background: #fff4e1 !important;border: 1px solid #ffe3ac;color:#991010 !important;}
/*15.6.29 by gyf*/
/*充值方式*/
.ff_pay .pay_account .payuser{font-size:18px;color:#333;}
.ff_pay .pay_account .ff_info_user{font-size:14px;}
.ff_pay .return{margin:0 5px;font-size:14px;color:#666;}
.footer-explain{width: 100%;overflow: hidden;zoom: 1;background: #e6e6e6;font-family: 'microsoft yahei','微软雅黑';}
.footer-explain .footer-explain-list{height: 96px;background: #e6e6e6;overflow: hidden;zoom: 1;}
.footer-explain .footer-explain-list dl{float: left;margin-top: 22px;padding-left:38px;width: 245px;}
.footer-explain .footer-explain-list dl dt{float: left;}
.footer-explain .footer-explain-list dl dd{float: left;line-height: 1.5;margin-left: 15px;white-space: nowrap;}
.footer-explain .footer-explain-list dl dd.bold-title{font-size: 18px;color:#666;}
.footer-explain .footer-explain-list dl dd.small-title{color: #999;font-size: 14px;}
.myResources-items{margin:10px 0 0 55px;overflow:hidden;zoom:1;font-family: 'microsoft yahei','微软雅黑';padding-bottom:30px;}
.myResources-items li{color:#999;font-size:14px;width:240px;}
.ff_pay .wxts{display:block;margin-left:84px;}
.about-us{overflow:hidden;zoom:1;margin:50px 0 0 56px;font-family: 'microsoft yahei','微软雅黑';}
.about-us span{font-size:18px;color:#666;}
/*充值金额*/
.rd-step-list{padding-top:20px;}
.rd-step-list .wxts{display:block;margin-top:10px;height:40px;line-height:40px;}
.rd-step-list .gg-pay-name{overflow:hidden;zoom:1;}
.rd-step-list .gg-pay-name .tip-icon{position:absolute;top:13px;display:none;width:30px;height:30px;}
.rd-step-list .gg-pay-name .tip-right-icon{background: url(../images/right-icon.png) no-repeat center;left:218px;}
.rd-step-list .gg-pay-name .tip-wrong-icon{background: url(../images/wrong-icon.png) no-repeat center;left:218px;}
.rd-step-list .name-input{float:left;width:150px;padding-left:10px;height:30px;line-height:30px;margin-top:12px;}
.rd-step-list .name-input-usually{border:1px solid #999;color:#999;}
.rd-step-list .name-input-blur{border:1px solid #333;color:#666;}
.rd-step-list .sure-btn{float:left;width:47px;height:32px;line-height:32px;color:#fff;text-align:center;margin-top:12px;}
.rd-step-list .sure-btn-usually{background:#999;}
.rd-step-list .sure-btn-blur{background:#333;}
.rd-step-list .gg-pay-money{overflow:hidden;zoom:1;}
.rd-step-list .gg-money-number{float:left;overflow:hidden;zoom:1;font-family: 'microsoft yahei', "微软雅黑";}
.rd-step-list .change-txt{float:left;display:none;color:#35a6fe;margin:20px 0 0 10px;}
.rd-step-list .wrong-txt{float:left;display:none;color:#f53636;margin:20px 0 0 10px;}
.btn-black{background:#333;color:#fff;}
.btn-black:hover{color:#fff;}
.btn-box{margin:40px 0 0 31px;}
/*银行转账*/
.wrap#paymain .gg-notice{height:60px;line-height:65px;background:#ffffcc;}
.wrap#paymain .c-f53636{color:#f53636;font-size:16px;margin-left:20px;}
.wrap#paymain .tel_message dl{margin:35px 0 0 27px;overflow:hidden;zoom:1;color:#333;}
.wrap#paymain .tel_message dl dd{margin-left:74px;line-height:30px;margin-bottom:30px;}
.wrap#paymain .tel_message dl dd p{margin-left:13px;}
.wrap#paymain .tel_message dl dd p span{margin-right:70px;}
.wrap#paymain .tel_message dl .time-message{color:#f53636;}
#chongzhi_account{position: relative}
#showname {display: none;position: relative;}
#editname{position: relative;}
#editname .write_ipt2:hover{background: #3c3c3c;}
.bal_money{margin: 6px 0 10px 10px;}
.whos{background: #eee;}
#zhifu_btn{margin-top: 30px;}
.ff_pay .wxts{margin: 10px 0 0 84px;}
.rd-dafault-style-1 i{
    background: rgb(153, 16, 16);
}
/*增加微信扫码衍生代码*/

.sm_failed dd.code-pic{width:186px;text-align:center;float:left;}
.sm_failed dd.weixin{float:right;}
.sm_failed dd.preferential{width:125px;padding:0 15px;text-align:center;}
#chongzhitishi .saoma-links{overflow:hidden;zoom:1;margin-top:10px;}
#chongzhitishi .saoma-links a{color:#0088cc;}
#chongzhitishi .weixin .saoma-links a{color:#3cb034;}
#problem-pop{overflow:hidden;zoom:1;background:#fff;font-family: 'microsoft yahei', "微软雅黑";}
#problem-pop .problem-txt{width:490px;margin:0px;padding: 30px 0px 0px 140px;overflow:hidden;zoom:1;}
#problem-pop .problem-txt dd.img{float:left;overflow:hidden;zoom:1;}
#problem-pop .problem-txt dd.info{width:350px;float:left;overflow:hidden;zoom:1;margin-left:20px;height:140px;}
#problem-pop .problem-txt dd.info p{height:30px;line-height:30px;}
#problem-pop .problem-txt dd.info .infomation{padding-top:10px;margin-bottom: 25px;font-size:24px;height:60px;line-height:60px;}
#problem-pop .problem-txt dd.info a{padding:10px 30px;display:inline-block;}
.chongzji-mama2 div{height:186px;overflow:hidden;zoom:1;}
.chongzji-mama2 img{width: 237px;height: 237px;margin: -26px 0 0 -26px;}
/*确认用户名弹窗15.8.14*/
.pop-list{padding:0 10px;overflow:hidden;zoom:1;color:#333;font-family: 'microsoft yahei', "微软雅黑";}
.pop-list .pop-title{height:40px;line-height:40px;border-bottom:1px solid #d9d9d9;font-size:14px;}
.pop-list .pop-title span{float:left;}
.pop-list .pop-title a{float:right;margin-top:10px;}
.pop-list .pop-content{width:400px;margin-top:35px;padding-bottom:30px;overflow:hidden;zoom:1;position:relative;}
/*.pop-list .btn-group{margin-top:22px;padding:0 0 20px 90px;overflow:hidden;zoom:1;}
.pop-list .btn-group a{display:inline-block;padding:10px 15px;margin-right:30px;color:#fff;background:#fff;border:1px solid #999;color:#666;background: -webkit-linear-gradient(top,#8c1012,#711717);background: -moz-linear-gradient(top,#8c1012,#711717);background: -o-linear-gradient(top,#8c1012,#711717);background: -ms-linear-gradient(top,#8c1012,#711717);background: inear-gradient(top,#8c1012,#711717);border-radius:3px;}
.pop-list .btn-group a:hover{background:#711717;}*/
.pop-list .pop-content .del-tip{display:block;background:url(../images/del-warning-icon.png) no-repeat left center;height:28px;line-height:28px;margin-left:100px;font-size:16px;padding-left:40px;}
.pop-list .pop-content dl{margin-left: 50px;font-size: 16px;margin-top: 30px;}
.pop-list .pop-content dd{margin-left: 50px;line-height: 30px;}
.pop-list .pop-content dd a{color:#ea2a2a;}