body{
	color: #393939;
	font-family: "微软雅黑";
}
li{
	list-style: none;
}
a{
	color: #222;
	text-decoration: none;
}
ul{
	padding-left: 0;
	margin: 0;
}
.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}
 .text-delic{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
}
.text-delic2{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-delic3{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
}
.fl {
    float: left;
}

.fr {
    float: right;
}
.flex-b{
    display: flex;
    justify-content: space-between;
    align-items:center;
}

.flex-s{
    display: flex;
    justify-content:flex-start;
    align-items:center;
}
.flex-a{
    display: flex;
    justify-content:space-around;
    align-items:center;
}
.flex-m{
    display: flex;
    justify-content:center;
    align-items:center;
}

.hide {
    display: none;
}
*{
	/* box-sizing: border-box; */
}

.col{
    color:#d64954;
}
.col-g{
    color:#38d591;
}
.col-y{
    color:#ff894d;
}
.col-h{
    color:#b0b0b0;
}
.col-h2{
    color:#9b9b9b;
}
.col-b{
    color:#000000;
    }
.back-b{
	background: #ffffff;
}
/*清除浮动影响*/
.clearfix:after{
	content: "";
	display: table;
	clear:both;
}
/*字体*/
.text-through{
	text-decoration: line-through;
}
.f10{
	font-size: 10px;
}
.f12{
	font-size: 12px;
}
.f14{
	font-size: 14px;
}
.f16{
	font-size: 16px !important;
}
.f18{
	font-size: 18px;
}
.f20{
	font-size: 20px;
}
.f24{
	font-size: 24px;
}
/*元素位置*/
.db{
	display: block;
}
.di{
	display: inline;
}
.dib{
	display: inline-block;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
/*覆盖mui样式*/
.mui-bar{
	background-color: #fff;
}
.mui-bar-nav{
	-webkit-box-shadow: none;
	border-bottom: 1px solid #e9e9e9;
}
.mui-content>.mui-table-view:first-child{
	margin-top: 0px;
}
.mui-bar{
	box-shadow: 0 0 1px #e9e9e9;
}
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
a:link,a:visited{color:#444;text-decoration:none;}
a:hover{color:#444;}
.mui-pull{font-weight: 100!important;font-size: 14px!important;}


.empt{
	width: 100%;
	height: 10px;
	background: #efeff4;
}

/*//苹果手机样式的覆盖开始*/
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

button {
    text-align: center;
    border-radius: 0;
}

input {
    -webkit-user-select: auto;
}
/*//苹果手机样式的覆盖结束*/
