	@charset "utf-8";
	/*锟斤拷锟斤拷锟斤拷式*/
	* {margin: 0;padding: 0; }
  .html {font-size:.625rem;/*10 锟斤拷 16 锟斤拷 100% = 62.5%*/  height:100%;}
	body{background:#f6f6f6; margin: 0; padding: 0; font-family: "微软雅黑"; color:#434546;}
	h1,h2,h3,h4,h5,h6{font-size:100%}
	/*头锟斤拷*/
	#header{z-index:999;position: fixed;top: 0;right: 0;  height:40px; width: 100%;/*background:linear-gradient(#186014, #4d7d4e);*/background-color:#eeeeee;}
	#header h1{color: #333;font-size: 1.2rem;line-height: 0.9rem;text-align:center;  font-weight:600;margin-top: 15px;;}
	/*#header .header_r{position: absolute;top: 0;right: 0;}*/
	#header .header_r a {width: 40px;height:40px;display: block;padding: 0 0.2rem;text-indent: -999em;overflow: hidden;}
	#header .header_l{position: absolute;top: 0;left: 0;}
	#header .header_l a {width: 40px;height:40px;display: block;padding: 0 0.2rem;text-indent: -999em;overflow: hidden;margin-top:-3px;}
	#header .header_search .ico_03{ -webkit-background-size:2rem 2rem;-moz-background-size:2rem 2rem;background-size:2rem 2rem; }
	.invisible{display: none!important;}
		/* 图锟斤拷 */
	.ico_1{background:url(icon_top_back.png)  no-repeat 80% 80%;background-size:1.5rem 1.5rem; } /* 锟斤拷头锟斤拷锟斤拷_锟斤拷色 */

   .body-boxer{ position: relative;     padding: 10px 2px 0; 	}
.mt50{margin-top: 50px;}
.body-panel{
    margin-top:0.5rem;
    padding: 2rem 2rem 1rem;
    background-color: #fff;
    border-radius:0.3rem;
    position: relative;
    width: 100%;
    border: 1px solid #d7d8dd;
    display: block;
    /*box-shadow: 0 1px 3px #b7b7b7;*/
}

.safeCenter-layer{}
.safeCenter-panel .panel-item{padding: 1rem 2rem;}
.safeCenter-panel .item-icon{width: 3.2rem;height: 3.2rem;display: block;left: 1.5rem;}
.safeCenter-panel .item-content{width: 100%;}
.safeCenter-panel .item-right{right: 1rem;}


.pd0{padding: 0!important;}

.usercenter-icon-go{
    width: 1.6rem;height: 2rem;display: block;
    position: absolute;
    right: 0; 
    top: 50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
.usercenter-icon-go:before,.usercenter-icon-go:after{
    border-bottom: 0.9rem solid transparent;
    border-top: 0.9rem solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    width: 0;
}
.usercenter-icon-go:before{
    border-left: 0.9rem solid #d7d8dd;
    right: 0.2rem;
}
.usercenter-icon-go:after{
    border-left: 0.9rem solid #fff;
    right: 0.4rem;
}

/********************************-----------navlist*/
.mui-bar~.mui-content .mui-fullscreen {
				top: 231px;
				height: auto;
			}
			.mui-pull-top-tips {
				position: absolute;
				top: -20px;
				left: 50%;
				margin-left: -25px;
				width: 40px;
				height: 40px;
				border-radius: 100%;
			}
			.mui-bar~.mui-pull-top-tips {
				top: 24px;
			}
			.mui-pull-top-wrapper {
				width: 42px;
				height: 42px;
				display: block;
				text-align: center;
				background-color: #efeff4;
				border: 1px solid #ddd;
				border-radius: 25px;
				background-clip: padding-box;
				box-shadow: 0 4px 10px #bbb;
				overflow: hidden;
			}
			.mui-pull-top-tips.mui-transitioning {
				-webkit-transition-duration: 200ms;
				transition-duration: 200ms;
			}
			.mui-pull-top-tips .mui-pull-loading {
				/*-webkit-backface-visibility: hidden;
				-webkit-transition-duration: 400ms;
				transition-duration: 400ms;*/
				
				margin: 0;
			}
			.mui-pull-top-wrapper .mui-icon,
			.mui-pull-top-wrapper .mui-spinner {
				margin-top: 7px;
			}
			.mui-pull-top-wrapper .mui-icon.mui-reverse {
				/*-webkit-transform: rotate(180deg) translateZ(0);*/
			}
			.mui-pull-bottom-tips {
				text-align: center;
				background-color: #efeff4;
				font-size: 15px;
				line-height: 40px;
				color: #777;
			}
			.mui-pull-top-canvas {
				overflow: hidden;
				background-color: #fafafa;
				border-radius: 40px;
				box-shadow: 0 4px 10px #bbb;
				width: 40px;
				height: 40px;
				margin: 0 auto;
			}
			.mui-pull-top-canvas canvas {
				width: 40px;
			}
			.mui-slider-indicator.mui-segmented-control {
				background-color: #efeff4;
			}


.mui-segmented-control.mui-segmented-control-inverted .mui-control-itemX {
    color: inherit;
    border: 0;
}
.mui-segmented-control .mui-control-itemX:first-child {
    border-left-width: 0;
}

.mui-segmented-control.mui-scroll-wrapper .mui-control-itemX {
    display: inline-block;
    width: auto;
    padding: 0 20px;
    border: 0;
}
.mui-segmented-control .mui-control-itemX {
    line-height: 38px;
    display: table-cell;
    overflow: hidden;
    width: 1%;
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #007aff;
    border-color: #007aff;
    border-left: 1px solid #007aff;
    }
    
.tabs-container .panel-body{padding:2px; }
	.tabs-container{margin-top: 50px; }
	#divHelpListOut strong{font-size: medium;}
	.imgsm1{width: 25px!important;height: 25px;margin-top: -6px;}
	.imgsm2{width: 20px!important;;height: 13px;}
	
.inlineflex{display: flex!important;}
.inline1 { display: inline !important; }
	.searchinput {border:0px!important;width: 95%!important;height: 18px!important;line-height: 18px!important;color: #444f31!important;font-size: 11px!important;  
		padding: 0px 0px 0px 15px!important;margin:0 0 0 0!important;}
.feed-element:first-child{padding-top: 5px;}	
.fixme{position: relative;top: 5px;right: 5px;float:right;z-index:111}
.fixscrolltop	{position: fixed;bottom: 45px;right: 5px;float:right;z-index: 200;}
#idTitle,.xyg_box_top ul .top_center{  display:block; height:40px; line-height:40px;   font-size:18px; color:#ffffff; font-family:"微软雅黑";}

.faduptab:active{display: inline!important;}


.dListMute{ padding-top:10px;width: 100%;bottom: 5px;float:right}
.imgmargin100{padding-left: 85px;}
#tabsort1{text-align: center;}
