.top {
    width: 100%;
    position: fixed;
    top: 0;
    background: #2089cb;
    z-index: 501;
    color:#FFFFFF;
    font-size:15px;
    height:3rem;    
    line-height:3rem;    
}

.top_bar_back {
	  padding-left:10px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    color:#FFFFFF;    
}


.top_bar_tit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top_bar_menu {
    padding-right: 10px;
    color:#FFFFFF;    
}

.top i.fa{
	font-size:18px;
}

.top_bank {
    height: 3rem;
}

.weui-textarea {
    border: 1px solid #f8f8f8;
}

.weui-label {
    width: 85px;
}    

.weui-cells {
    font-size: 16px;
}
    
.weui-cells_after-title {
  margin-top: 0;
}

.swiper-container {
     width: 100%;
     height:200px;
     max-height:200px;
     min-height:100px;
 }


 .swiper-slide img {
	   width: 100%;
	   height: 100%;
	   max-width: 100%;
	   max-height: 100%;
	   -ms-transform: translate(-50%, -50%);
	   -webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	   transform: translate(-50%, -50%);
	   position: absolute;
	   left: 50%;
     top: 50%;
 }
 

.page_bd {
  background:#009bdb;
}
  
.user-info {
	width:95%;
	padding:5px;
	text-align:center;
}

.userinfo-avatar {
	height:54px;
	width:54px;
	margin:5px;
	margin-top:10px;
	border-radius:50%;
}

.userinfo-nickname {
  color:#fff;
}


.weui-cell__bd_desc {
	display:inline-block;
	vertical-align:middle;
	color:#000;
}

.weui-form-preview__bd {
    line-height: 1.8;
}
.weui-form-preview__hd{
	text-align:left;	
  line-height: 1.5em;	
}

i.fa{
	padding-right:3px;
}

.weui-form-preview__value {
  	text-align:left; 
}
.weui-form-preview__label {
    margin-right: 0.3em;
    min-width: 0em;
}

.weui-form-preview {
	margin-bottom:10px;
  padding-top: 5px;	
}

.weui-tender-title{
	font-size:1.2em;
}

.weui-tender-cell .weui-label{
	width:8em;
}

.weui-tender-cell .weui-cell__bd{
  word-wrap : break-word; 
  overflow:hidden;
}

.solid{
    border-top: solid 1px #f0f0f0;
}

.weui-navbar__item.weui-bar__item_on {
    background-color: #ffffff;
    border-bottom: 2px solid #0BB20C;
}

.weui-menu-btn{
	margin-left:5px;
	line-height:30px;
	height:30px;
  color: blue;
  font-size: 16px;	
}

.weui-grid {
		padding: 20px 10px;
}
.weui-grid__icon {
    width: 45px;
    height: 45px;
    margin: 0 auto;
}

 .weui-tabbar {
    background-color: #fff; 
/*    background-color: #333333;*/

  }
.weui-tabbar__label  {
	font-size:14px;
 /* color: #09BB07;	
  color: #ffffff;	 */
}
  
  
.weui-tabbar__label i.fa{
	font-size:24px;
}  
  
.weui-tabbar__label {
    line-height: 1.5;
}

.TradingMarket .weui-flex__item{
/*	width:50%;
  position: relative;	
  text-align:center;
  */
}


.weui-flex.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.TradingMarket .weui-flex-img{
    height:8em;
    line-height:8em;
    width:8em;
    text-align:center;
    margin:0 auto;
}

.TradingMarket .weui-flex-img img{
	width:6em;
	height:6em;
  display: inline-block; 
  vertical-align: middle;   
}

.weui-item__desc{
	font-size:0.8em;
	color:#999999;
}

.font_red{
	color:red;
}
.font_weight{
	font-weight:600;
}

.font-black{
	color:#000;	
}
.font_white{
	color:#fff;	
}
.weui-loadmore_line .weui-loadmore__tips {
    background-color: #f8f8f8;
}

.mm-menu > .mm-panel:before{
	display:none;
}

.mm-menu .mm_search_input{
	padding:0px !important;
}

.mm-menu .mm_search_input .weui__title {
    /* margin-top: .77em; */
    /* margin-bottom: .3em; */
    margin:0px;
    color: #999999;
    font-size: 14px;
}

.mm-menu .mm_search_input .weui-cells{
	margin-top:0px;
}

.icon{
  margin-right: 5px;
  vertical-align: middle;
  align-items: center;
  width:20px; 
  height: 20px;  
}

  
 /* Ö§¸¶ÃÜÂëÊäÈë¿ò */
 
.mod_mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
 
.mod_mark_confirm {
    position: fixed;
    z-index: 5000;
    width: 95%;
    top: 50%;
    left: 50%;
    max-height:90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 3px;
    overflow: hidden; 
    overflow-y: auto;	       	
}
 
 
.pwd-box{
    border: 1px solid #ccc;
    border-radius: 0px;
    width: 260px;
    height: 40px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align:center;
		margin: 20px auto; 
	}
	.pwd-box input[type="tel"]{
		  width: 99%;
	    height: 45px;
	    color: transparent;
	    position: absolute;
	    top: 0;
	    left: 0;
	    border: none;
	    font-size: 45px;
	    opacity: 0;
	    z-index: 1;
	    letter-spacing: 45px;
	}

  .fake-box input{  
		    width: 16.66666%;
		    height: 100%;
        font-size: 32px;  
		    float: left;
		    margin: 0;
		    box-sizing: border-box;
        border: none;  
        border-right: 1px solid #e5e5e5;  
        text-align: center;  
  }  
  
  .fake-box input:nth-last-child(1){  
       border:none;  
  }  
    
    
.mod_confirm_ft a {
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #C3C3C3;
    color: #333;
    margin-right: 10px;
}    

.mod_mask .weui-vcode-btn {
    font-size: 15px;
}

.vailddate{
    padding:0.2em 1em 1em 1em;
    font-size: 12px;
}

.weui_member_money{
  font-weight: 700;
  font-size: 24px;
  color: #ff8040;
}

/*
.weui-footer a {
    color: #FFFFFF;
}
*/
.page_cmp .weui-cells{
	font-size:16px;
}

.page_cmp .weui-cells__title i.fa{
	color:#0BB20C;
	font-size:20px;
}

.page_cmp .weui-cells i.fa{
	font-size:16px;
}

.coupon_bg{
    font-size: 1em;
    color: #fff;
    background: url(http://app.mobecs.cn/Public/Home/wap/css/img/coupon_bg.png) repeat-x #da1f36 left bottom;
    border-radius: 0px;
    text-align: left;
    padding: 0.5em;
    position: relative;   
}

.coupon_used_bg{
    font-size: 1em;
    color: #fff;
    background: url(http://app.mobecs.cn/Public/Home/wap/css/img/coupon_used_bg.png) repeat-x #e0e0e0 left bottom;
    border-radius: 0px;
    text-align: left;
    padding: 0.5em;
    position: relative;       
}

.coupon_name{
		 height:50px;
		 line-height:50px;
    font-size:18px;
    font-weight:700;
    padding-left:0.5em;
    text-align:center;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.weui_blank{
	height:55px;
	width:100%;
}

.lightBoxGallery img {
    margin: 5px;
    width: 160px;
}

.weui-double_grid {
    position: relative;
    float: left;
    padding: 20px 10px;
    width: 50%;
    box-sizing: border-box;
  	background:#ffffff; 
  	text-align:center;
  	margin-bottom:2px;
  	border-right:1px solid #f8f8f8;   
}
.weui-title_left_red {
    padding-left:5px;
    border-left: 3px solid #ec725d;
}

.weui-flex__item_on{
/*  border-bottom: 2px solid #0BB20C;	 */
  background-color: #f8f8f8;  
}
.weui-cell_no_line:before,.weui-cell_no_line:after {
	display:none;
}
.weui_trading_type{
  padding: 5px 15px;	
}

.faq-answer {
    background: #f3f3f4;
    border: 1px solid #e7eaec;
    border-radius: 3px;
    padding: 15px;
}

.weui_btn_selected{
	border:1px solid red;
	
}

.weui-form-preview__ft {
    line-height: 45px;
}

.weui_cells_top_5{
	margin-top: 0.5em;
}

.weui-btn_follow {
    display: inline-block;
    padding: 0.2em 1.3em;
    border: 1px solid #ec725d;
    color: #ec725d;
    font-size: 1em;
    box-shadow: 0 0 5px rgba(236, 114, 93, 0.4);
    border-radius: 5px;
}

.weui-user_logo{
  border-radius:100%;
  width: 40px !important;;
  height: 40px !important;;
  margin-right: 5px;
}

.weui-footer-dialog {
    position: fixed;
    z-index: 5000;
    width: 100%;
    bottom:0px;
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 0px;
    overflow: hidden;
}

.weui-footer-dialog__title {
    padding: 1em 0.5em;
    font-weight: 600;
    font-size: 18px;    
}

.weui-footer-dialog__desc {
    padding: 0 1.6em 0.8em;
    min-height: 40px;
    font-size: 15px;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-all;
    color: #999999;
}

.weui-footer-dialog__ft {
    position: relative;
/*    
    line-height: 48px;
    font-size: 18px;
    */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0px 15px 15px;    
}


.weui_double_grid_title{
	font-sizee:14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;	
}

.weui_text_left{
  text-align:left;
}
.weui_text_right{
  text-align:right;
}

.weui_text_center{
  text-align:center;
}

.sBtn {
    position: fixed;	
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    right: .5rem;
    bottom: 70px;
    background-color: #0bb20c;
    text-align: center;
    line-height: 2.9rem;
    color: #ffffff;
    font-size: 30px;
    opacity: .8;
    z-index: 999999;
}

.weui_weibo_list_row{
    margin-bottom: 10px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.weui_weibo_title{
	font-size:1.2em;
	font-weight:600px;
	color:#000;
	text-align:center;
	padding:10px;
}
.weui_weibo_content{
	 color:#000;	
}

.weui_weibo_list_row .weui_weibo_content{
	 color:#000;	
	 transition: all 3s ease;
	 text-overflow:ellipsis;	 
	 overflow: hidden;	
	 max-height:110px;
}

.weui_weibo_images{
	padding-top:10px;
}

.weui_weibo_images img{
	width:100%;
	height:auto;
}

.wrapper03 {
    position: relative;
    height: 4em;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;    
}

.wrapper03 .scroller li {
    height: 1em;
    color: #333;
    float: left;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
}

.wrapper03 .scroller li.cur a {
    color: #1cbb9b;
    height: 1em;
    border-bottom: 2px solid #1cbb9b;
}
.wrapper03 .scroller li a {
    color: #333;
    display: block;
    margin: 10px;
    padding: 10px;
}


.weui-company-vailddate{
    font-weight: 600;
    font-size: 18px;
    color: #ff8040;	
}



.weui-status{
    position:absolute;
    display:none;
    top:40px;
    right:10px;
    width:30px;
    height:30px;
    background: url("../images/icon_bingo.png");
		background-size:30px 30px;
		background-repeat:no-repeat;    
}

.weui-status_bingo_status{
    position:absolute;
    top:40px;
    right:10px;
    width:40px;
    height:40px;
    background: url("../images/detail_bingo.png");
		background-size:40px 40px;
		background-repeat:no-repeat;    
}


.weui-status_eSuccess{
    position:absolute;
    top:10px;
    right:10px;
    width:40px;
    height:40px;
    background: url("../images/detail_eSuccess.png");
		background-size:40px 40px;
		background-repeat:no-repeat;    
}

.weui-status_expire{
    position:absolute;
    top:10px;
    right:10px;
    width:40px;
    height:40px;
    background: url("../images/detail_expire.png");
		background-size:40px 40px;
		background-repeat:no-repeat;    
}

.weui-status_detail_eSuccess{
    position:absolute;
    top:80px;
    right:10px;
    width:80px;
    height:80px;
    background: url("../images/detail_eSuccess.png");
		background-size:80px 80px;
		background-repeat:no-repeat;    
}


.weui-status_detail_expire{
    position:absolute;
    top:80px;
    right:10px;
    width:80px;
    height:80px;
    background: url("../images/detail_expire.png");
		background-size:80px 80px;
		background-repeat:no-repeat;    
}


/*¿Í·þ*/

.fixedBar {
    width: 80px;
    position: fixed;
    top: 50%;
    margin-top: 0px;
    z-index: 999;
    right: 10px;
}

.fixedBar ul li {
    width: 80px;
/*    background: url(../images/darkrbga.png) repeat; */
    background-color:#2089cb;
    margin-bottom: 5px;
    padding: 5px 0;
}

.fixedBar ul li i {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/sprite.png) no-repeat 0 -1057px;
    margin: 0 auto;
}

.fixedBar ul li.chat i {
    background-position: 0 -1115px;
}

.fixedBar ul li.phone i {
    background-position: 0 -1057px;
}


.fixedBar ul li .text {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
}
/**/
.service-container{
  position:fixed;
  right:10px;
  bottom:20%;
  color: #009bdb;
  font-size: 12px;  
  text-align: center;
  z-index:101;  
}
.service-button{
  background: #009bdb;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em; 
  margin-left: 0.8em; 
}

.contact-button {
  margin-top:5px;
  margin-left:1px;
}

.service-text{
  padding-top: 0.2em; 
}

.page-aside {
    position: fixed;
    width: 80px;
    z-index: 2001;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    border-right: 1px solid #e4eaec;
    -webkit-transition: visibility .1s ease,top .3s ease,left .5s ease;
    -o-transition: visibility .1s ease,top .3s ease,left .5s ease;
    transition: visibility .1s ease,top .3s ease,left .5s ease;
}

.page-main {
    height: 100%;
    margin-left: 80px;
    overflow-y: auto;
}


.fixedMenuTop {
    width: 60px;
    position: fixed;
    top: 100px;
    margin-top: 0px;
    z-index: 999;
    right: 0px;
}

.fixedMenuTop ul li {
    width: 50px;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    height:50px;    
}


.fixedMenuTop ul li .menu_tender {
    position: absolute;
    top: 0;
    left: 0;	
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #f1f1f1;
    text-align: center;
    background-color: #2089cb;
    color: #ffffff;    
}


.fixedMenuTop ul li .menu_qa {
    position: absolute;
    top: 0;
    left: 0;	
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #f1f1f1;
    text-align: center;
    background-color: #f8ac59;
    color: #ffffff;    
}

.fixedMenuTop ul li .menu_result {
    position: absolute;
    top: 0;
    left: 0;	
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #f1f1f1;
    text-align: center;
    background-color: #1ab394;
    color: #ffffff;    
}

.fixedMenuTop ul li i {
    display: block;
    width: 18px;
    height: 18px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -15px;
}


.fixedMenuTop ul li .text {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 22px;
}