@charset "utf-8";
/* CSS Document */
html, body { height: 100%; }
body  { max-width: 640px; min-height: 100%; margin: 0px auto; color: #666; font: normal 14px/1.5 Tahoma,"Lucida Grande",Verdana,"Microsoft Yahei",STXihei,hei; background: #f5f5f5; }
img   { margin: 0px; border: 0px; }
ul,li,dl,dt,dd { margin: 0px; padding: 0px; list-style: none; }
a { color: #666; text-decoration: none; outline: 0 none; -webkit-tap-highlight-color:rgba(0,0,0,0); }
input,textarea,button { outline: 0 none; font: normal 14px/1.5 Tahoma,"Lucida Grande",Verdana,"Microsoft Yahei",STXihei,hei; box-sizing:border-box; }
input,textarea,select { resize: none; -webkit-appearance : none; }
h1,h2,h3,h4,h5,h6 { margin: 0px; padding: 0px; font-weight: normal; }
*{ -webkit-tap-highlight-color: transparent; }


.bg-fff{background:#fff;}
.pr15{padding-right:15px;}
.pl15{padding-left:15px;}
.pb10{padding-bottom:10px;}
.p15{padding:15px;}
.c-515151{color:#515151;}
.none{display:none;}
.pt0{padding-top: 0;}
.margin_top_60{margin-top: 60px;}
.color_000{color:#000;}

/*阿里图标*/
@font-face {
	 font-family: 'iconfont';
	    src: url('iconfont/iconfont.eot'); 
	    src: url('iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
	    url('iconfont/iconfont.woff') format('woff'),
	    url('iconfont/iconfont.ttf') format('truetype'), 
	    url('iconfont/iconfont.svg#iconfont') format('svg');
	font-family: 'iconfont';  project id："110749" 
 /* src: url('http://at.alicdn.com/t/font_pkkg6rorwm4h1tt9.eot');
  src: url('http://at.alicdn.com/t/font_pkkg6rorwm4h1tt9.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_pkkg6rorwm4h1tt9.woff') format('woff'),
  url('http://at.alicdn.com/t/font_pkkg6rorwm4h1tt9.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_pkkg6rorwm4h1tt9.svg#iconfont') format('svg');*/
}
                
.iconfont{font-family:"iconfont";font-size:12px;font-style:normal; }

/* 字号 */
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size15 { font-size: 15px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size22 { font-size: 22px; }
.size24 { font-size: 24px; }
.size26 { font-size: 26px; }
.size28 { font-size: 28px; }
.size30 { font-size: 30px; }
.size32 { font-size: 32px; }
.size34 { font-size: 34px; }
.size36 { font-size: 36px; }
.size38 { font-size: 38px; }
.size40 { font-size: 40px; }

/* 文字颜色 */
.color_fff { color: #fff; }
.color_333 { color: #333; }
.color_666 { color: #666; }
.color_999 { color: #999; }
.color_bbb { color: #bbb; }
.color_ccc { color: #ccc; }
.color_default { color: #555; }
.color_safe { color: #3cb22a; }
.color_warning { color: #ff4e00; }
.color_warning1 { color: #ff6826; }

/* 间距 */
.margin_0 { margin: 0px; }
.margin_5 { margin: 5px; }
.margin_10 { margin: 10px; }
.margin_15 { margin: 15px; }
.margin_20 { margin: 20px; }
.margin_top_5 { margin-top: 5px; }
.margin_top_10 { margin-top: 10px; }
.margin_top_15 { margin-top: 15px; }
.margin_top_20 { margin-top: 20px; }
.margin_top_30 { margin-top: 30px; }
.margin_bottom_5 { margin-bottom: 5px; }
.margin_bottom_10 { margin-bottom: 10px; }
.margin_bottom_15 { margin-bottom: 15px; }
.margin_bottom_20 { margin-bottom: 20px; }
.margin_bottom_30 { margin-bottom: 30px; }
.margin_bottom_50 { margin-bottom: 50px; }
.padding_5 { padding: 5px; }
.padding_10 { padding: 10px; }
.padding_12 { padding: 15px 12px; }
.padding_15 { padding: 15px; }
.padding_20 { padding: 20px; }
.padding_left_15 { padding-left: 15px; }
.padding_right_10 { padding-right: 10px; }
.padding_right_15 { padding-right: 15px; }
.padding_top_2 { padding-top: 2px; }
.padding_top_5 { padding-top: 5px; }
.padding_top_7 { padding-top: 7px; }
.padding_top_8 { padding-top: 8px; }
.padding_top_10 { padding-top: 10px; }
.padding_top_15 { padding-top: 15px; }
.padding_top_20 { padding-top: 20px; }
.padding_top_30 { padding-top: 30px; }
.padding_left15_right15_bottom{padding-left: 15px;padding-right: 15px;padding-bottom: 5px;}
.padding_bottom_10 { padding-bottom: 10px; }
.padding_bottom_15 { padding-bottom: 15px; }
.padding_bottom_20 { padding-bottom: 20px; }
.padding_bottom_30 { padding-bottom: 30px; }

/* 边框 */
.border_dotted { border-style: dotted; }
.border_line { border: #eee solid 1px; }
.border_left_line { border-left: #eee solid 1px; }
.border_right_line { border-right: #eee solid 1px; }
.border_top_line { border-top: #eee solid 1px; }
.border_bottom_line { border-bottom: #eee solid 1px; }
.border_none { border: none; }

/* 对齐 */
.f_l { float: left; }
.f_r { float: right; }
.t_l { text-align: left; }
.t_c { text-align: center; }
.t_r { text-align: right; }
.center { margin: 0px auto; }

/* 盒子模型 */
.box_default { background: #fff; }
.box_reverse { background: #009900; }
.box_overflow { overflow: hidden; }
.box_f5f5f5{background:#f5f5f5;}
/* 顶部 */
.headerview { height: 44px; }
header { max-width: 640px; width: 100%; height: 44px; padding: 0px; background: #3d3d46; position: fixed; top: 0px; z-index: 999; }
	header h1 { line-height: 44px; color: #FFF; font-size: 18px; text-align: center; font-weight: 100; }
	header .more,header .close,header .back { width: 44px; height: 44px; background: url(../images/more.png) no-repeat; position: absolute; right: 0px; top: 0px; }
	header .close { background: url(../images/close.png) no-repeat; right: auto; left: 0px; top: 0px; }
	header .back { background: url(../images/back.png) no-repeat; right: auto; left: 0px; top: 0px; }

/* 主体 */
.mainview { padding-bottom: 50px; }
.list_menu a:before,.menu_group li:before,.box_block:before .list_menu a:after,.menu_group li:after,.box_block:after { display: table; content: ""; }
.list_menu a:after,.menu_group li:after,.box_block:after { clear: both; }

/* 按钮 */
.button,.button_mini { width: 100%; height: 50px; line-height: 50px; padding: 0px 12px; color: #fff; font-size: 14px; border-radius: 0px; border: none; background: #666; display: inline-block; cursor: pointer; text-align: center; box-sizing:border-box; }
.button_mini { width: auto; height: 34px; line-height: 34px; padding: 0px 10px; font-size: 14px; }
.button_default { background: #009900; }
.button_reverse { background: #bbb; }
.button_secure { background: #3cb22a; }
.button_warning { background: #ff4e00; }
.button_general { background: #fff; border: #ddd solid 1px; color: #999; }
.button_gray { background: #f5f5f5; border: #ddd solid 1px; color: #999; }
.button_radius_none { border-radius: 0px; }
.button:active,.button_mini:active { -webkit-filter:saturate(1.5); }

.box_radius_3 { border-radius: 3px; }
.box_radius_5 { border-radius: 5px; }

/* 底部 */
.footerview { height: 50px; }
	.footerbar { max-width: 640px; width: 100%; height: 49px; border-top: #ddd solid 1px; background: #F7F7FA; position: fixed; bottom: 0px; z-index: 999; }
	.footerbar ul { overflow: hidden; }
	.footerbar li { float: left; text-align: center; }
	.footerbar li a { height: 49px; font-size: 12px; display: block; }
	.footerbar li .iconfont { height: 26px; color: #999; display: inline-block; vertical-align: top; }
	.footerbar li p { margin: 0px; }
	.footerbar li.current a,.footerbar li.current .iconfont { color: #009900; }
	.footerbar li.zx .iconfont { height: 23px; padding-top: 2px; }
	.footerbar .tab2 li { width: 50%; }
	.footerbar .tab3 li { width: 33.33%; }
	.footerbar .tab4 li { width: 25%; }
	.footerbar .tab5 li { width: 20%; }
	.bottombar { max-width: 640px; width: 100%; height: 49px; position: fixed; bottom: 0px; z-index: 9999; }
	.bottombar .button { height: 49px; display: block; }
	.bottombar .but_two { overflow: hidden; }
	.bottombar .but_two li { width: 50%; float: left; }
	.bottombar .but_two li .iconfont { margin: -5px 5px 0px 5px; font-size: 15px; display: inline-block; vertical-align: middle; }

/* 星星 */
.star_num_mini { display: inline-block; }
	.star_num_mini i { color: #ddd; margin: 0px -3px 0px 0px; font-size: 16px; }
	.star_num_mini i.current { color: #f3ce02; }

/* 情景模式 */
.modal_backdrop { position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:rgba(0,0,0,0.6); display: none; }
.modal_dialog { min-width: 200px; background: #fff; border-radius: 5px; position: absolute; z-index: 9999; top: 0px; display: none; }
.modal_head { padding: 0px 10px; overflow: hidden; }
.modal_head .close { width: 20px; height: 20px; margin-top: 8px; float: right; background: url(../images/modal/close.png) no-repeat center center; background-size: 14px 14px; }
.modal_head h4 { font-size: 14px; line-height: 30px; }
.modal_body { padding: 0px 15px; }
.modal_body p { margin: 0px; padding-top: 5px; }
.modal_foot { padding: 15px 15px 20px 15px; text-align: center; }

/* 菜单 */
.list_menu,.input_menu,.radio_menu,.check_menu,.select_menu { position: relative; }
.menu_group li { position: relative; line-height: 24px; }
.menu_group li .f_r { margin-left: 120px; float: none; white-space: nowrap; word-break: keep-all; overflow: hidden; text-overflow: ellipsis; }
.menu_group li .f_r_tips { float: right; }
.list_menu a { padding: 12px 30px 12px 12px; display: block; overflow: hidden; }
.list_menu a:active { background: #f5f5f5; }
	.list_menu .f_m { white-space: nowrap; word-break: keep-all; overflow: hidden; text-overflow: ellipsis; }
	.list_menu .f_l .iconfont,.input_menu .iconfont { width: 18px; margin: -4px 0px 0px 0px; color: #bbb; display: inline-block; vertical-align: middle; }
	.list_menu .arrow { margin-top: -13px; font-size: 16px; color: #bbb; position: absolute; right: 12px; top: 50%; }

.input_menu span,.view_menu span { position: absolute; left: 12px; top: 13px; }
.input_menu input[type="text"],.input_menu input[type="password"],.input_menu input[type="date"],.input_menu input[type="month"],.input_menu input[type="number"] { width: 100%; height: 50px; line-height: 18px; border: none; padding: 0px 15px 0px 130px; }
.input_menu input[type="date"],.input_menu input[type="month"] { padding: 7px 15px 5px 130px; height: 48px; line-height: 30px; background: #fff; color: #bbb; -webkit-appearance: none; }
.input_menu input[type="text"].auto,.input_menu input[type="number"].auto { padding: 12px 15px; border: #ddd solid 1px; text-align: left; }
.input_menu input.phone { padding: 14px 90px 14px 130px; text-align: left; }
.menu_group .input_menu .get_btn { width: 80px; height: 42px; text-align: center; line-height: 42px; font-size: 13px; border-radius: 3px; background: #09d; color: #fff; position: absolute; right: 3px; top: 4px; }
.menu_group .input_menu .get_btning { background: #e5e5e5; color: #999; }
.menu_group input[type="text"].auto_mini { width: 100%; padding: 8px 10px; border: #ddd solid 1px; border-radius: 3px; text-align: left; box-sizing: border-box; }
.menu_group li .num { margin: -3px 0px 0px 3px; width: 20px; height: 20px; text-align: center; line-height: 20px; background: #009900; color: #fff; font-size: 12px; border-radius: 3px; display: inline-block; vertical-align: middle; -webkit-transform:scale(0.8,0.8); -o-transform:scale(0.8,0.8); -moz-transform:scale(0.8,0.8); }
.menu_group li .link { padding: 0px 5px; height: 20px; line-height: 20px; font-size: 12px; border-radius: 3px; background: #009900; color: #fff; display: inline-block; }
.menu_group textarea { width: 100%; height: 100px; padding: 5px 10px; margin-top:10px; border: #e5e5e5 solid 1px; background: #fff; border-radius: 3px; }
.menu_group textarea.bs{ margin:50px 15px 0; width:90%;}
.radio_menu,.check_menu{ padding: 12px; }
.menu_group .radio_menu .f_r { padding-top: 2px; line-height: 20px; }
.check_menu .f_r { height: 28px; }
.check_menu .f_r input { margin: 0px 0px 0px 0px; }
.view_menu { padding: 15px 12px; }
.view_menu span { top: 15px; }
.view_menu .val { padding-left: 80px; }
.menu_group_view li { padding: 10px 12px; }
.menu_group_view li .address_value { margin: 30px 0px 0px 0px; }

.menu_group .rz_tag .iconfont { margin: -3px 3px 0px 0px; font-size: 14px; display: inline-block; vertical-align: middle; }

/* 表单样式 */
input[type='radio'],
input[type='checkbox']{display: none; cursor: pointer;}
input[type='radio']:focus, input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active{outline: none;}
input[type='radio'] + label,
input[type='checkbox'] + label{cursor: pointer; display: inline-block; position: relative; padding-left: 25px; margin-right: 5px; color: #0b4c6a;}
input[type='radio'] + label:before, input[type='radio'] + label:after,
input[type='checkbox'] + label:before,
input[type='checkbox'] + label:after{content: ''; font-family: helvetica; display: inline-block; width: 18px; height: 18px; left: 0; top: 0px; text-align: center; position: absolute;}
input[type='radio'] + label:before,
input[type='checkbox'] + label:before{background-color: #fff; border: #ddd solid 1px; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
input[type='radio'] + label:before { margin-top: 0px; }
input[type='radio'] + label:after,
input[type='checkbox'] + label:after{color: #fff;}
input[type='radio']:checked + label:before,
input[type='checkbox']:checked + label:before{-moz-box-shadow: inset 0 0 0 10px #009900; -webkit-box-shadow: inset 0 0 0 10px #009900; box-shadow: inset 0 0 0 10px #009900; border-color: #009900; background: #009900; }
input[type='radio']:checked + label:after,
input[type='checkbox']:checked + label:after{}
/*Radio Specific styles*/
input[type='radio'] + label:before{-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;}
input[type='radio'] + label:after, input[type='radio']:checked + label:after{content: '\2022'; position: absolute; top: -2px; left: 1px; font-size: 26px; line-height: 26px;}
input[type='radio'] + label:after{color: #fff;}
input[type='radio'] + label:hover:after{color: #fff;}
input[type='radio']:checked + label:after, input[type='radio']:checked + label:after{color: #fff;}
/*Checkbox Specific styles*/
input[type='checkbox'] + label:before{-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
/*input[type='checkbox'] + label:hover:after, */input[type='checkbox']:checked + label:after{ content: "\e631"; border:1px solid #009900; border-radius: 4px; height:18px;width:18px; font:bold 14px/22px 'iconfont';   }
input[type='checkbox'] + label:hover:after{color: #c7c7c7;}
input[type='checkbox']:checked + label:after, input[type='checkbox']:checked + label:hover:after{color: #fff;}
/*Toggle Specific styles*/
input[type='checkbox'].toggle{margin-top:0px; display: inline-block; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 55px; height: 28px; background-color: #fafafa; border: #ddd solid 1px; position: relative; -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px; @inlcude box-shadow(none); -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
input[type='checkbox'].toggle:hover:after{background-color: #c7c7c7;}
input[type='checkbox'].toggle:before {content: '否'; color: #bbb; position: absolute; left: 28px; top: 2px; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
input[type='checkbox'].toggle:after{content: ''; display: inline-block; position: absolute; width: 22px; height: 22px; background-color: #adadad; top: 2px; left: 2px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
input[type='checkbox']:checked.toggle{-moz-box-shadow: inset 0 0 0 15px #009900; -webkit-box-shadow: inset 0 0 0 15px #009900; box-shadow: inset 0 0 0 15px #009900; border:#009900 solid 1px;}
input[type='checkbox']:checked.toggle:after{left: 29px; background-color: #fff;}
input[type='checkbox']:checked.toggle:before{content: '是'; left: 10px; color: #fff; }

input[type='checkbox'].toggle1{margin-top:0px; display: inline-block; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 80px; height: 28px; background-color: #fafafa; border: #ddd solid 1px; position: relative; -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px; @inlcude box-shadow(none); -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
input[type='checkbox'].toggle1:hover:after{background-color: #c7c7c7;}
input[type='checkbox'].toggle1:before {content: '不接受'; color: #bbb; position: absolute; left: 28px; top: 2px; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
input[type='checkbox'].toggle1:after{content: ''; display: inline-block; position: absolute; width: 22px; height: 22px; background-color: #adadad; top: 2px; left: 2px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
input[type='checkbox']:checked.toggle1{-moz-box-shadow: inset 0 0 0 15px #009900; -webkit-box-shadow: inset 0 0 0 15px #009900; box-shadow: inset 0 0 0 15px #009900; border:#009900 solid 1px;}
input[type='checkbox']:checked.toggle1:after{left: 50px; background-color: #fff;}
input[type='checkbox']:checked.toggle1:before{content: '接  受'; left: 10px; color: #fff; }


/* 其它 */
.nodata_add { margin-top: 60px; }
	.nodata_add span { display: inline-block; }
	.nodata_add span i { font-size: 50px; color: #ccc; }
	.nodata_add p { margin: 0px; padding-bottom: 30px; color: #bbb; }
	.nodata_add a { width: 200px; height: 44px; line-height: 44px; color: #009900; display: inline-block; border: #009900 solid 1px; border-radius: 40px; }
	.nodata_add a i { margin: -4px 5px 0px 0px; font-weight: bold; display: inline-block; vertical-align: middle; }
	.nodata_add a:active { background: #009900; color: #fff; }
.activity_cover,.img_cover { overflow: hidden; }
	.activity_cover img,.img_cover img { width: 100%; float: left; }
	.img_cover p { width: 100%; float: left; }

/* 图片上传 */
.upload_imgs { padding: 15px 12px; }
	.upload_imgs ul { overflow: hidden; }
	.upload_imgs ul li { width:80px; height:80px; padding: 0px; margin: 0px 10px 10px 0px; border: #eee solid 1px; float: left; overflow: hidden; position: relative; }
	.upload_imgs ul li img { width: 80px; height: 80px; margin: 0px; float: left; }
	.upload_imgs ul li a.del { width: 20px; height: 20px; padding: 0px; min-height: 16px; line-height: 20px; text-align: center; font-size: 14px; background: rgba(0,0,0,0.5); position: absolute; top: 0px; right: 0px; color: #fff; }
	.upload_imgs ul li.add { line-height: 74px; }
.upload_card_imgs { overflow: hidden; }
	.upload_card_imgs ul { width: 272px; margin: 0px auto; }
	.upload_card_imgs ul li { width:114px; height:80px; margin: 0px 10px; border-radius: 3px; border: #eee solid 1px; float: left; overflow: hidden; position: relative; }
	.upload_card_imgs ul li img { width: 114px; height: 80px; margin: 0px; float: left; }
	.upload_card_imgs ul li a.del { width: 20px; height: 20px; padding: 0px; min-height: 16px; line-height: 20px; text-align: center; font-size: 14px; background: rgba(0,0,0,0.5); position: absolute; top: 0px; right: 0px; color: #fff; }
	.upload_card_imgs ul li.add { line-height: 74px; }


.pic-list{font-size: 0;}
.t_r_i{text-align:right !important;}

.input_menu .input label{line-height:1.4;}

.notice{display:box;display:-webkit-box;height:36px;   line-height: 35px; font-size: 14px;}
.notice >div{position: fixed;  left:0;top:0; color:#fff;  width:100%; background:rgba(255,144,0,1);  height:36px; -webkit-box-flex:1;box-flex:1; overflow:hidden;  white-space: nowrap; z-index: 99999;}
.notice >div>span{position: relative; }
.notice >div a i{font-style:normal; padding-left:10px;}
.notice >div>span a{margin:0; display:inline;padding-right:15px;color:#fff;}
.notice >span{display:inline-block;-webkit-box-flex:1;box-flex:1; margin-left:15px; display:none; }
.notice >i{position: fixed;background:rgba(255,144,0,1); right:0; color:#fff; display:inline-block; -webkit-box-flex:1;box-flex:1; width:30px; text-align: center; z-index: 99999;}

.tips-bottom{padding:0 15px 15px 15px; color:#5b5b5b;}
.tips-bottom a{color:#00a0e9;}

.select_menu .f_l { line-height: 40px; }
.select_menu .f_r select { height: 40px; width: 100%; padding-right: 24px; color: #999; font-size: 14px; border: 0px; box-sizing: border-box; }
    .list_menu .arrow,.select_menu .arrow { margin-top: -13px; font-size: 16px; color: #bbb; position: absolute; right: 12px; top: 50%; }

.lh50{line-height:49px;height:49px;}
.lh50  .f_l{line-height:49px; padding-left:12px;}
.lh50 .f_r select{line-height:49px;}

.tab-catalog-00{font:normal 14px/50px 'microsoft yahei'; background:#fff;  height:50px; clear:both;}
.tab-catalog-00 >a{float:left;width:50%; text-align:center;}
.tab-catalog-00 >a.atthis{background:#f5f5f5;}

.dhm{padding:30px 15px; position:relative;}
.dhm input{border:0;padding:10px 0; border:1px solid #ccc; background:#fff; width:100%; text-indent:15px; margin-bottom:15px;}
.dhm p{color:#a0a0a0;}
.dhm span{position:absolute;top:99px;right:30px; color:#f06404;padding-left:15px; border-left:1px solid #ccc;}
.dhm span.sended{color:#ccc;}

.xbbar{overflow:hidden; display:flex; width:100%;}
.xbbutton{background:#0093dc;}
.xbbar input{display:block;width:auto; flex:1; }

/*新的支付 全部统一支付样式*/
.hidePaymentType{display:none;}
.pay-2017{clear:both;padding-top:10px;}
.pay-2017 label{width:100%;padding:0; line-height:20px;}
.pay-2017 label img{position:relative; top:4px;}
.pay-2017 label span{font-size:10px; color:#a1a1a1; margin-left:5px;}
.pay-2017 label b{font:normal 10px/16px 'microsoft yahei'; display:inline-block; height:16px;   color:#be3636; margin-left:5px;position:relative;padding:2px 5px;}
.pay-2017 label b:after{content:''; position:absolute;left:0;top:0;width:200%;height:200%;border:1px solid #be3636;border-radius:3px;transform-origin:0 0;transform:scale(.5,.5); box-sizing:border-box;}
.pay-2017 >div{padding:9px 0;}
input[type='radio'].right + label, input[type='checkbox'].right + label{padding:0;margin:0;height: 20px;}
input[type='radio'].right + label:before, input[type='radio'].right + label:after, input[type='checkbox'].right + label:before, input[type='checkbox'].right + label:after{left:auto;right:0;}
input[type='radio'].right + label:hover:after, input[type='radio']:checked.right + label:after{left:auto; right:1px;}

.bottombar{text-align: center; background:#f06404; line-height: 50px;color:#fff;}
.bottombar a{color:#fff;}

.pay-pop{position: fixed;  bottom:-420px; width:100%; z-index:99999; background:#fff;padding-top:10px;}
.pay-pop h1{text-align:center;font-size:16px; text-indent:-35px;}
.pay-pop h1 i{float: left;padding-left:15px; font-size:20px;text-indent:0;}
.pay-pop p{text-align:center; position:relative; font-size: 27px; color:#ff4e00; margin:10px  0; line-height:70px; height:70px;}
.pay-pop p:after{content:''; border:1px solid #e5e5e5; border-width:1px 0; position: absolute; left:0;top:0;width:200%; height:200%; transform:scale(.5,.5); transform-origin:0 0; box-sizing:border-box;}
.pay-pop .bottombar{position:relative;}
.pay-pop .pay-2017{padding:20px 30px 30px;}
.zoom{position:fixed; top:0;display:none; left:0; background: rgba(0,0,0,.5); width:100%; height:100%; z-index:9;}

.pj_new ul li p{padding:5px 0; color:#000;}

.tx-tips{display:none; font:normal 12px/20px 'microsoft yahei';padding:5px 0;}
.tx-tips a{text-decoration: underline; color:#0093dc;}