﻿/*common*/
body{ margin: 0;padding: 0;background: #fff;}
*{text-decoration: none;list-style: none;font-family: "Microsoft YaHei UI";}
img{border: 0px;}
ul,li,dl,dd,dt,p,ol,h1,h2,h3,h4,h5{padding: 0;margin: 0;}
h1,h2,h3,h4,h5{font-weight:normal;}
.fl{float: left;}
.fr{float: right;}
.clr{clear:both; height:0px; width:100%; font-size:1px; line-height:0px; visibility:hidden; overflow:hidden;}
.pointer{cursor:pointer;}
a,input,button{ outline:none;border:0}
a{color: #3a3a3a;}
a:link {background: #fff;color: inherit;}
	a:visited {background: #fff;color: inherit;} 
	a:hover {background: #fff;color: inherit;} 
	a:active {background: #fff;color: inherit;} 
i,em{font-style:normal}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#ccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#ccc;
}
/*mui*/
.mui-table-view{
	margin: 0 0.6rem 0 0.45rem;
	border: none;
	box-shadow: 0 0.01rem 0.8rem #eaeaea;
}
.mui-active .mui-navigate-right{
	border-bottom: 1px solid #ededed;
}
.mui-table-view-cell.mui-active{
	background: #fff;
}
.mui-table-view-cell > a:not(.mui-btn){
	font-size: 0.7rem;
	color: #333;
}
.mui-table-view-cell{
	/*height: 2.5rem;*/
	line-height: 1.4rem;
}
.mui-table-view-cell.mui-collapse .mui-collapse-content{
	padding:0  0.95rem;
	
}
.mui-table-view-cell.mui-collapse.mui-active .mui-collapse-content{
	padding: 0.62rem 0.95rem ;
}
.mui-table-view-cell.mui-collapse .mui-collapse-content p{
	line-height: 1.95rem;
	color: #666;
	font-size: 0.7rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mui-table-view-cell.mui-collapse.mui-active{
	margin-top: 0;
}
.mui-table-view-cell:after,.mui-table-view:after{
	display: none !important;
}
.mui-table-view-cell:before,.mui-table-view:before{
	display: none !important;
}
/*登录*/
.layer{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index:2
}
.layer-box{
	position: fixed;
	width: 15.8rem;
	height: 16.75rem;
	background: #fff;
	border-radius: 10px;
	top: 50%;
	left: 50%;
	margin-left: -7.9rem;
	margin-top: -8.4rem;
	padding: 1rem 1.15rem 1.5rem;
	z-index:3
}
.layer-box p{
	line-height: 3.12rem;
	text-align: center;
	font-size: 0.75rem;
	color: #333;
}
.layer-box input{
	width: 11.67rem !important; 
}
.layer-box .layer-cell{
	height: 2.75rem;
	border-bottom: 1px solid #ededed;
	position: relative;
}
.layer-box .layer-cell img{
	width: 3rem;
	height: 1.5rem;
	position: absolute;
	right: 0;
	top: 0.6rem;
}
.layer-box .layer-cell span{
	float: left;
	display: block;
	line-height: 2.7rem;
}
.layer-box .layer-cell .icon-tuxingyanzhengma{
	font-size: 14px;
}
.layer-box .layer-cell input{
	/*line-height: 2.75rem;*/
	height: 2.7rem;
	margin-bottom: 0;
	float: left;
	width: auto;
	padding: 0.5rem 0;
	text-indent: 0.95rem;
}
.layer-box  .submit{
	width: 100%;
	background: #fb6638;
	height: 2rem;
	line-height: 2rem;
	border-radius: 2rem;
	margin-top: 1.5rem;
	color: #fff;
	text-align: center;
	font-size: 0.62rem;
	font-weight: bold;
}

.layer-box.layout .close{
	top:-3.05rem;
}
.layer-box.layout{
	text-align: center;
	height: 13rem;
}
.layer-box.layout img{
	width: 2.72rem;
	height: 2.72rem;
	margin-top: 1.55rem;
}
.layer-box img.close{
	position: absolute;
	right: 0;
	top:-2.05rem;
	height: 1.25rem;
	width: 1.25rem;
}
.layer-box.layout p{
	line-height: 3.35rem;
}
.layer .layer-box.layout .submit{
	margin-top: 0.4rem;
	background: #fe2140;
}
.loading{
	 width:2rem;
     height:2rem;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -1rem;
	margin-left: -1rem;
}
.loading img{
	position: absolute;
	width: 2rem;
	height:2rem;
}
.loading img.out{
	 width:2rem;
     height:2rem;
	animation: spin 1s linear infinite;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
input:-webkit-autofill {    -webkit-box-shadow: 0 0 0px 1000px white inset !important; }  
.footer {
    padding-top: 0.9rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 0.9rem;
    height: 3.45rem;
    font-size: 0.4rem;
    background: #f7f7f7;
    color: #999;
}