@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;}
.h50{height:50px;}
.box_f5f5f5{background:#f5f5f5;}

/*阿里图标*/
@font-face {
	font-family: 'iconfont';
    src: url('iconfont/iconfont.eot'); /* IE9*/
    src: url('iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('iconfont/iconfont.woff') format('woff'), /* chrome、firefox */
    url('iconfont/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('iconfont/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
                
.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: #0093dc; }
.color_default1 { color: #0080ff; }
.color_safe { color: #3cb22a; }
.color_warning { color: #ff4e00; }
.color_warning1 { color: #ff6826; }
.color_order_status_wfk{color:#ff3300}
.color_order_status_djd{color:#ff6501}
.color_order_status_ing{color:#4889db}
.color_order_status_ywc{color:#00cc99}
.color_order_status_cancel{color:#999}

/* 间距 */
.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; }
.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_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_bottom_10 { padding-bottom: 10px; }
.padding_bottom_15 { padding-bottom: 15px; }
.padding_bottom_20 { padding-bottom: 20px; }
.padding_bottom_30 { padding-bottom: 30px; }
.padding_bottom_40 { padding-bottom: 40px; }
.ls1{letter-spacing:1px;}
.ls2{letter-spacing:1.6px;}
.ls3{letter-spacing:1.8px;}
/* 边框 */
.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,.right { 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: #0093dc; }
.box_overflow { overflow: hidden; }
.box_radius_6 {background-image: -webkit-linear-gradient(top, white, white); box-shadow: 0 3px 6px rgba(102,154,255,.6);border: #eee solid 1px; border-radius: 10px; }
.box-innner { margin-left: 30px;}
.edit-a {color: red;font-size: 20px;}

/* 顶部 */
.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: 18px; 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: #0093dc; }
.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: 55px; }
	.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: #0093dc; }
	.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; text-algin:center;bottom: 2px; z-index: 999; }
	.bottombar .button { height: 49px; display: block; }
	.bottombar .button1 { width: 80%; display: block;margin-left:10% }
	.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: 3px; 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; }
.mask { width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; z-index: 999; background-color: rgba(0,0,0,.5); pointer-events: auto; display: none;  }

/* 菜单 */
.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: 28px; margin: -4px 0px 0px 0px; color: #bbb; display: inline-block; vertical-align: middle; }
	.list_menu .arrow,.select_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; }
.input_menu input.date { background: url(../images/jy/rq.png) no-repeat right center; background-size: 18px 18px; }
.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: #0093dc; 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: #0093dc; color: #fff; display: inline-block; }
.menu_group textarea { width: 100%; height: 100px; padding: 5px 10px; border: #e5e5e5 solid 1px; background: #fff; border-radius: 3px; }
.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; }
.select_menu { padding: 5px 12px; }
.menu_group li.select_menu .f_r { margin-left: 112px; }
.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; }
.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 #0093dc; -webkit-box-shadow: inset 0 0 0 10px #0093dc; box-shadow: inset 0 0 0 10px #0093dc; border-color: #0093dc; background: #0093dc; }
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:hover: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:hover:after{color: #c7c7c7;}
input[type='radio']:checked + label:after, input[type='radio']:checked + label:hover: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 #0093dc; 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 #0093dc; -webkit-box-shadow: inset 0 0 0 15px #0093dc; box-shadow: inset 0 0 0 15px #0093dc; border:#0093dc solid 1px;}
input[type='checkbox']:checked.toggle:after{left: 29px; background-color: #fff;}
input[type='checkbox']:checked.toggle: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: #0093dc; display: inline-block; border: #0093dc 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: #0093dc; 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; }


.footer-img{ text-align: center; padding:10px 0  15px 0;}
.footer-img img{width:128px;}


.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;}

.imgwidth{padding:0 15px;}
.imgwidth img{max-width:100%}

.title-red{color:red !important; text-decoration:underline;}

.xbbar{overflow:hidden; display:flex; width:100%;}
.xbbutton{background:#0093dc;}
.xbbar input{display:block;width:100%; flex:1; }

.t_r_i{text-align:right !important;}
.telPhone {position:relative;}
.telPhone >b{position:absolute; right:15px;top:12px; font-weight:normal;}

/*自定义弹窗属性*/
.layermmain  .layermchild  {border-radius:5px;overflow:hidden; background:transparent;}
.layermmain  .layermcont{background:#f5f5f5;}
.layermbox2 .layermcont{background:transparent;}
.layermmain  .layermbtn{border:0; background:#fff;}
.layermmain .layermbtn span[type='0']{color:#6aa9ed;margin-right:0; border-radius:0;background:#fff; }
.layermmain  .layermbtn span[type='1']{float:right; margin-right:-3px; background:#6aa9ed; color:#fff; border-radius:0;}
.layermmain  .layermbtn span:first-child{background:#fff;float: none; color:#6aa9ed; border-radius:0;}
.layermmain .layermbtn span[type='0'] div{color:#6aa9ed;margin-right:0; border-radius:0;background:#fff; }
.layermmain  .layermbtn span[type='1'] div{ background:#6aa9ed; color:#fff; border-radius:0;}
.layermmain  .layermbtn span:first-child div{background:#fff; color:#6aa9ed; border-radius:0;}
.title-red{color:red !important; text-decoration:underline;}

/*新的支付 全部统一支付样式*/
.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;}

.yfgh_item{overflow:hidden;padding:15px; background:#fff;}
.yfgh_item h1{font:bold 18px/30px 'microsoft yahei'; color:#000;}
.yfgh_item h1 img{width:30px; float:left; margin-right:5px;}
.yfgh_item >div {padding-top:15px; color:#0093dc;}
.yfgh_item >div a{float:right; background:#0093dc; color:#fff; border-radius:5px; width:90px; height:40px; line-height:40px; text-align:center;}
.yfgh_item >p{font:normal 12px/30px 'microsoft yahei'; color:#555; border-top:1px solid #e5e5e5; margin:0 -15px; padding:0 15px; padding-top:5px; margin-top:15px;}
.yfgh_item >p >i{float:right;}
.yfgh_item >p span{color:#ff4e00; float:left; margin-top:4px; font-size:10px; border:1px solid #ff4e00; border-radius:3px;padding:2px 5px; margin-right:5px; line-height:normal;}

.pj_new {overflow:hidden;}
.pj_new h1 {font:normal 14px/40px 'microsoft yahei'; color:#555;padding:0 15px;}
.pj_new h1 i{float:right;}
.pj_new ul li {padding:10px 15px;}
.pj_new ul li div> span{float:right;color:rgba(255,144,0,1);}
.pj_new ul li h2{font:normal 12px/20px 'microsoft yahei'; color:#0093dc;}
.pj_new ul li h2 span{color:#999;margin-left:5px;}
.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;}