*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body{
	font-family:"黑体", "Helvetica Neue", Helvetica, Arial, sans-serif;background-color: #edf1f1;
}
em{font-style: normal;}
.weui_label {
	font-weight:600;
	display: block;
	width: 5em;
}
.weui_tab {
    position: relative;
    height: 100%;
}
.weui_navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 1;
    top: 30px;
    width: 100%;
    background-color: #fff;
    border-top: 12px solid #F0F0F0;
}

.weui_navbar:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #BCBAB6;
    color: #BCBAB6;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.weui_navbar + .weui_tab_bd {
    padding-top: 50px;
    padding-bottom: 0;
} 
.weui_tab_bd {
    box-sizing: border-box;
    height: 100%;
    padding-bottom: 55px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.weui_navbar_item {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 13px 0;
    text-align: center;
    font-size: 15px;
    color: #A1A1A1;
    font-weight: bold;
    -webkit-tap-highlight-color: transparent;
}
.weui_navbar_item:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    color: #cccccc;
    border-right: 1px solid #cccccc;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.weui_navbar_item.weui_bar_item_on {
    border-bottom: 3px solid #0081fe;
    color: #000000;
}
.weui_navbar_item:active {
    background-color: #ededed;
}
.my_navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #fafafa;
}

.my_navbar:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    color: #BCBAB6;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.my_navbar_item {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 8px;
    text-align: center;
    font-size: 15px;
    color: #000;
    -webkit-tap-highlight-color: transparent;
    background-color: #FFFFFF;
 		border-bottom: 1px solid #E5E5E5;
    min-height: 40px;
    align-items:center; 
}
.my_navbar_item:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);

} 
.header{
	position: fixed;top: 0px;width: 100%;background-color: #0081fe;padding: 2px 0;z-index: 2;
}
.header h4{
	text-align: center;font-size: 18px;color: #fff;margin: 5px auto;
}
.header a{
	position: absolute;right: 16px;top: 8px;color: #FFFFFF;font-weight: bold;max-width: 5em;
}
.price{
	width: 0.5em;line-height: 1.2;display: inline-block;
}
	.btn {
    display: inline-block;
    padding: 6px 8px;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    margin-left: 3px;
}
.btn-orange{
	margin-top: -5px;
	margin-bottom: 8px;
	padding: 8px 12px;
	color: #FFFFFF;
	background-color: #0081fe;
	border: 1px solid #0081fe;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.card{
	margin:10px 4px;border-radius: 5px;border: 1px solid #FAFAFA;
}
.card .title{
	padding:0px 10px;background-color: #FAFAFA;height: 40px;
}
.card .title h4{
	float: left;
}
.card .title h4 >span{
	font-size: 25px;color: #fe2800;
}
.card .title label{
	float: right;margin-top: 7px;color:#0081fe ;
}
.card .detail{
	background-color: #fff;height: 95px;padding: 10px 2px;display: -webkit-box; display: -webkit-flex;display: -ms-flexbox;display: flex;
}
.card .detail .detail-item{
 position: relative;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 13px 0;
    text-align: center;
}
.card .detail .detail-item .lable-normal{
	line-height: 1.0;display: inline-block;
}
.card .detail .detail-item .lable-small{
	width: 1.0em;line-height: 1.0;display: inline-block;
}
.card .detail .detail-item .price-sinal{
	position: relative;top: -18px;
}
.price-large{
	font-size: 32px;color: #fe2800;margin-left: -3px;
}
.price-large_orange{
	font-size: 42px;color: #FF9A00;margin-left: -3px;
}

.price-small_orange{
	font-size: 22px;color: #FF9A00;
}
.text-delete{
	text-decoration: line-through;
}
.card .detail .position-right{
	/*position: absolute;*/
	/*right: 10px;*/
}
.card .detail .detail-item p{
	line-height: 1.10;
}
.card .detail .detail-item p>span>em{
	color:#fe2800;font-style: normal;margin-left: -3px;margin-right: 1px;
}
.card .detail .detail-item .price-current{
	font-size: 22px;color: #fe2800;margin-left: -10px;
}
.card .detail .detail-item .text-small{
	font-size: 12px;
}
.hide{
	display: none;
}
.weui_panel {
    background-color: #FFFFFF;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}
.weui_panel:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #E5E5E5;
    color: #E5E5E5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.weui_panel_hd {
    padding: 14px 15px 10px;
    color: #999999;
    font-size: 13px;
    position: relative;
}
.weui_panel_hd:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #E5E5E5;
    color: #E5E5E5;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.weui_media_box {
    padding: 12px;
    position: relative;
}
.weui_media_box.weui_media_text .weui_media_title {
    margin-bottom: 8px;
}
.weui_media_box .weui_media_desc {
    color: #999999;
    font-size: 13px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.red-font{
	color: #fe2800;
}
.icon-left{
	width: 2px;height: 34px;background-color:#0081fe ;display: block;position: absolute;left: 0px;margin-top: -5px;
}
.my_panel_hd{
	background-color:#ffffff ;padding: 5px 16px;border-top: 1px solid #F0F0F0;margin-top: 3px;
}
.my_panel_hd h3{
	color: #000000;
} 
.position-left{
	position: absolute;
	left: 16px;
}
.position-right{
	position: absolute;
	right: 8px;
}
.oil-dec{
	background-color: #FFFFFF;padding: 5px;min-height: 35px;
}
.oil-dec label:first-child{
	position: absolute;
	left: 12px;
}
.oil-dec label:last-child{
	position: absolute;
	right: 12px;
}
.text-gray{
	color: #999999;
}
.text-primary{
	color: #0081fe;
}
.myhd{
	text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.myhd h1,.myhd a{
	padding: 24px 8px;
	display:inline-block;
}
.myhd a:first-child{
	float: left;
	border-right:1px solid #CCCCCC;
}
.myhd a:last-child{
	float: right;
	border-left:1px solid #CCCCCC;
}
.icon-oil{
	width: 24px;
	margin-right: 5px;
	display: block;
}
.icon-oil-large{
	width: 36px;
	margin-right: 5px;
}
.my_panel_hide{
	position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: #F0F0F0;display: none;z-index: 3;
}
.weui_media_appmsg {
        display: flex;
        align-items: center;
        .weui_media_hd {
            margin-right: .8em;
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
        }
        .weui_media_appmsg_thumb {
            width: 100%;
            max-height: 100%;
            vertical-align: middle;
        }
        .weui_media_bd {
            flex: 1;
            min-width: 0;
        }
    }
.icon-up {
	background: url(../img/labal_ico_up.png) no-repeat;
	height: 24px;
	width: 24px;
	float: right;
	background-size: contain;
	display: block;
	margin-top: -24px;
	margin-right: -10px;
	
}
.icon-down {
	background: url(../img/labal_ico_down.png) no-repeat;
	height: 24px;
	width: 24px;
	float: right;
	background-size: contain;
	display: block;
	margin-top: -24px;
	margin-right: -10px;
}
#container{
	margin-bottom: 30px;
}
.myinput{
	background-color: #FFFFFF;border: 1px solid #DFDFDF;padding: 10px 16px;box-sizing: border-box;width: 100%;font-size: 16px;
}
.protocol-tip{
	font-size: 12px;
}
.arrive-tip{
	padding:5px 12px;
	font-size: 11px;
	color:#999999;
	text-align: right;
	background-color: #fff;
	border-bottom: 1px solid #E5E5E5;
}
#wfld, #wfxw {
    display: none;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    height: 10em;
    list-style: none;
    border: 1px solid #ccc;
    border-top: none;
    margin-right: 5px;
    background: #fff;
    border-radius: 1px;
    position: absolute;
    z-index: 1000;
    right: -5px;
    left: 1px;
}
#wfld li, #wfxw li {
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    height: 2em;
    line-height: 2em;
    font-size: 1em;
    list-style: none;
    text-indent: 1em;
}
#addCardPage{
	text-align: center;background-color: #FFFFFF;border: 1px solid #ECECEC;padding: 20px;
}
#addCardPage img{
	width: 72px;height: 72px;
}
#addCardPage button{
	border-radius: 50px;width: 140px;font-size: 14px;font-weight: 600;
}
.weui_panel_ft {
    padding: 10px 15px 12px;
    color: #0081fe;
    font-size: 14px;
    position: relative;
}
.icon-sound{
	background: url(../img/sound.png) no-repeat;
	height: 24px;
	width: 24px;
	float: left;
	background-size: contain;
	display: block;
	margin-left: 10px;
	margin-right: -10px;
}
.icon-zsh::before{
	background: url(../img/icon-zsh.png) no-repeat;
	height: 24px;
	width: 24px;
	float: left;
	background-size: contain;
	display: block;
	margin-left: 10px;
	margin-right: -10px;
}
.has_header{
	margin-top:42px;
}
.my_panel_red{
	border: 1px dashed red;border-radius: 4px;padding: 20px;margin: 20px;
}
.my_panel_red i{
	border: 1px solid #0081fe;color: #0081fe;border-radius: 2px;height: 24px;width: 24px;padding:0px 3px;font-size: 14px;
}
.my_weui_select {
  background-color: #FFFFFF;margin: 2px;flex: 1;
}
.my_weui_select .my_weui_cell_bd{
	position: relative;
}
.my_weui_select .my_weui_cell_bd::after{
	  content: " ";
    display: inline-block;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
}
.my_weui_cell {
    padding: 5px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
}
.my_list{

}
.my_list::after{
	  content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    color: #BCBAB6;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.my_list_item{
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFFFF;	
	  border-bottom: 1px solid #E5E5E5;
}
.my_list_item_col{
  position: relative; 
  display: block; 
  padding: 5px 3px;
  font-size: 13px;
  color: #000;
  -webkit-tap-highlight-color: transparent;
  background-color: #FFFFFF;
  overflow : hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my_time_small{
	font-size: 13px;
	margin-top: 3px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.col_center{
	text-align: center;
	margin: 0 auto;
}
.above-list{
	position: fixed;width: 100%;z-index: 1;background-color: #FFFFFF;
}
.my_btn_round{
	font-size: 20px;
	border-radius: 20px;
}
.inline-right{
	float: right;margin-top: -22px;
}
.webui-popover.bottom-left > .arrow {
	margin-left: -18px;
}
.webui-popover-inner{
	font-size: 14px;
}
.webui-popover-inner .close{
	color: #fff;
	font-weight: normal;
}
.icon-help{
	height: 20px;
	width: 20px;
	margin-left: 20px;
	background: url(../img/help_blue.png);
	background-size: contain;
  float: right;
  margin-top: -22px;
}
.cardInfo{
	padding:10px 16px;background-color: #fff;border-bottom:1px solid #E5E5E5;
}
.oilCardUserName{
	position: absolute;
	right: 5px;
	margin-top: 12px;
}
.gasCardName{
	color:#999999;position:absolute;font-size:12px;margin-top:2px;margin-left: 3px;display: none;
}
.my_panel_hide input[type=text]:read-only{
	color: #DFDFDF;
}
.my_panel_hide .myinput+input[type=text]:-moz-read-only{
	color: #DFDFDF;
}
.weui_check:disabled+.weui_icon_checked:before {
   -webkit-filter:grayscale(.8);
}
.icon-weixin{
	position: relative;
	top: 3px;
}
	.icon-weixin:before{
		background: url(../img/weixin.png) no-repeat;
		content: '    ';
	  background-size: contain;
	  height: 32px;
		width: 32px;
		font-size: 24px;
	} 
.icon-friendCycle{
	position: relative;
	top: 3px;		
}
.icon-friendCycle:before {
		background: url(../img/friend.png) no-repeat;
		content: '    ';
	  background-size: contain;
	  height: 32px;
		width: 32px;
		font-size: 24px;
}
.my_navbar_item_order{
 padding-top: 4px;padding-bottom: 4px;
}
.my_navbar_item_order span{
	color: #ccc;
}
.my_navbar .active{
	background: #0081fe;
	color: #fff;
}
.my_navbar .active p{
	background: #0081fe;
	color: #fff;
}
.my_navbar_item:active{
	background-color: #ECECEC;
}
.my_navbar .active:active{
	background: #0081fe;
	color: #fff;
}
.my_navbar_children .my_navbar_item p{
	color: #ccc;
}
.my_navbar_children .my_navbar_item_on .price-large{
	color: #fe2800;
}
.my_navbar_children .my_navbar_item_on .price-large+p{
	color: #000;
}
.edge-level{
	width: 20px;
  height: 20px;
  color: #fff;
  border: 1px solid #0081fe;
  background-color: #0081fe;
  padding: 0 2px;
}
.myad{
	width: 100%;
}
.myad a{
	
}
.myad img{
	width: 100%;
	height: 33vh;
}
.qlist{
	width: 500%;display: flex;overflow-x: hidden;position: fixed;top: 0;
}
.qlist .qlist-item{
	flex: 1;
}
.full-img{
	width: 100%;
	display: block;
}
.white-font{
	color: #fff;
}
.club-primary{
	background-color: #0081fe;
	color: #FFFFFF;
}
.club-deepen{
	padding: 2px;
	background-color: #0079f1;
	color: #fff;
}
.club-deepen:active{
	background-color: #1171d1;
}
.large-font{
	font-size: 22px;
}
.footer{
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #f0f0f0;
}
.footer a{
	padding: 2px;
}
.footer p{
	color: #CCCCCC;
	font-size: 13px;
}
.footer .icon-home{
	background-image: url(../img/icon_home.png);
}
.footer .icon-jiabei{
	background-image: url(../img/icon_jiabei.png);
}
.footer .icon-mine{
	background-image: url(../img/icon_mine.png);
}
.footer .active .icon-home{
	background-image: url(../img/icon_home_active.png);
}
.footer .active .icon-jiabei{
	background-image: url(../img/icon_jiabei_active.png);
}
.footer .active .icon-mine{
	background-image: url(../img/icon_mine_active.png);
}
.my_navbar_item_order i{
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 4px;
	height: 24px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-pay{
	background-image: url(../img/icon_pay.png);
}
.icon-deal{
	background-image: url(../img/icon_deal.png);
}
.icon-ok{
	background-image: url(../img/icon_ok.png);
}
.icon-total{
	background-image: url(../img/icon_total.png);
}
.my_navbar_item_money p{
	font-size: 28px;
}
.my_navbar_item_money{
	border-right: 1px solid #F0F0F0;
}
.my_navbar_item_money .money-edge{
	display: flex;
	justify-content: flex-end;
	margin-right: -4px;
	margin-top: -4px;
}
.money-edge span{
	background-color: #0081fe;
    color: #fff;
    border-radius: 17px;
    height: 20px;
    align-items: center;
    font-size: 12px;
    padding: 1px;
    width: 40px;
}
.my_navbar .my_navbar_item_money_active {
	color: #0081fe;
	background-color: #fff;
	background-image: url(../img/money_choosed.png);
	background-repeat: no-repeat;
	background-size: 28px 28px;
	background-position: right bottom; 
}
.my_navbar_item_money .active p{
	color: #0081fe;
	background-color: #fff;
}
.my_navbar_item_sub{
	display: flex;
}
.my_navbar_item_sub img{ 
	width: 36px;
	height: 36px;
}
.my_navbar_item_sub div{
	text-align: left;
}
.my_navbar_item_sub label{
	margin-left: 2px;
}
.my_navbar_item_sub p{
	text-align: left;
	font-size: 8px;
	color: #ccc;
	line-height: 1;
	position: relative;
	left: 2px;
}
.my_navbar_item_index{
	border: none;
	padding: 16px 0px;
	padding-left: 8px;
}
.border-line{
	margin-top: 5px;
}
.has_footer{
	margin-bottom: 60px;
}
.reset-bottom{
	border-bottom: none;
	margin-bottom: 2px;
}
.test_outer {
	position: fixed;
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}



.tishi {
	position: absolute;
	z-index: 4;
	width: 85%;
	top: 70%;
	left: 7.5%;
	background-color: #fafafc;
	text-align: center;
	border-radius: 3px;
	padding: 1.2em 20px .5em;
}
@media screen and (max-width: 320px) {
	.test_cover {
	width: 15.625em;
	height: 15.625em;
	border: 32em solid rgba(0, 0, 0, .25);
	border-radius: 50%;
	position: fixed;
	left: -29.6875em;
	top: -26em;
	box-sizing: initial;
}
}

@media screen  and (min-width:325px){
	     .test_cover {
	width: 15.625em;
	height: 15.625em;
	border: 32em solid rgba(0, 0, 0, .25);
	border-radius: 50%;
	position: fixed;
	left: -28.3em;
	top: -26em;
	box-sizing: initial;
}

       }
        @media screen  and (min-width:414px){
	     .test_cover {
	width: 15.625em;
	height: 15.625em;
	border: 32em solid rgba(0, 0, 0, .25);
	border-radius: 50%;
	position: fixed;
	left: -27.82em;
	top: -26em;
	box-sizing: initial;
}
.tishi {
	position: absolute;
	z-index: 4;
	width: 85%;
	top: 55%;
	left: 7.5%;
	background-color: #fafafc;
	text-align: center;
	border-radius: 3px;
	padding: 1.2em 20px .5em;
}
       }
       @media screen and (min-width: 768px) {
	.test_cover {
		width: 20em;
		height: 20em;
		border: 50em solid rgba(0, 0, 0, .25);
		border-radius: 50%;
		position: fixed;
		left: -36em;
		top: -29em;
		box-sizing: initial;
	}
	.tishi {
	position: absolute;
	z-index: 4;
	width: 85%;
	top: 73%;
	left: 7.5%;
	background-color: #fafafc;
	text-align: center;
	border-radius: 3px;
	padding: 1.2em 20px .5em;
}
}