html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

a, label, button, input, select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    border: 0;
}

body {
    background: #f2f2f2;
    color: #666;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}
.fl-icon li{ width: 20%;}
.mui-grid-view.mui-grid-9 .mui-table-view-cell { padding: 0;}

i {
    font-family: 'iconfont';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    padding-right: .3125rem /* 5px */;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    speak: none;
    line-height: 18px;
    color: #999;
}
.mui-tab-item i{ font-size: 2rem; height: 30px; padding:0.5rem 0 0 0.2rem ; }
.mui-tab-item i.icon-jifen{ font-size: 1.1rem;}
.mui-tab-item i.icon-kaoshi{ font-size: 1.0rem;}
.mui-tab-item i.icon-lianxi{ font-size: 1.2rem;}
.mui-tab-item i.icon-tongji{ font-size: 1.2rem;}
.mui-tab-item i.icon-home_my{ font-size: 1.2rem;}
.mui-active i,.mui-active p{ color: #0062CC; }
.aui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px;
    position: relative;
	background: #fff;
}
.aui-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}
.divHeight {
    width: 100%;
    height: 10px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.aui-flex2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding:10px 15px;
    position: relative;
}
.aui-flex-box2 h2 {
    font-weight: normal;
    color: #484848;
    position: relative;
    font-size: 1rem;
    padding-left: 1rem;
}

.aui-flex-box2 h2:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 2px;
    left: 0;
    width: 4px;
    height: 80%;
    background-image: -webkit-gradient(linear,left top,bottom top,from(#0d91ff),to(#0071cf));
    background-image: -webkit-linear-gradient(left,#0d91ff,#0071cf);
    background-image: -moz-linear-gradient(left,#0d91ff,#0071cf);
    background-image: linear-gradient(to bottom,#0d91ff,#0071cf);
    background-color: #19ebaf;
}
.box {
    height: 50px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    background: #fff;
}
.t_news {
    height: 50px;
    color: #fff;
    margin: 0;
    overflow: hidden;
    position: relative
}

.t_news b {
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    height: 20px;
    width: 20px;
}
.aui-book-news {
    width: 50px;
    height: 50px;
    float: left;
}

.aui-book-news img {
    width: 50px;
    height: 50px;
    display: block;
    border: none;
}
.news_li {
    line-height: 25px;
    position: absolute;
    top: 0;
    left: 20px
}

.news_li a {
    color: #333;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 0.8rem;
}
.news_li li h2{ font-weight: normal;}
.news_li li {
    color: #333;
    display: block;
    height: 50px;
}
.aui-book-arrow {
    text-align: right;
    color: #808080;
    padding-right: 13px;
    position: relative;
}

.aui-book-arrow img {
    width: 28px;
    height: auto;
    display: block;
    border: none;
}

.aui-book-arrow:after {
    content: " ";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #a0a0a0;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 2px;
    border-radius: 1px;
}
.aqsg li{
	float:left;
	background:#fff;
	box-shadow: 2px 2px 3px #C7C7CC;
    border: #C7C7CC solid 1px;
	width:22%;
	margin:5px 0 60px 10px;
	padding:10px ;
}
.mui-slider .mui-slider-group .mui-slider-item .aqsg li img{ width: 40px;  height:40px; border-radius:50% ; margin-left: 0.8rem;}
.aqsg li p{color: #333; width: 100%; text-align:center; }
.aqsg a.look{ width: 80%; margin:0.3rem 0 0 0.5rem;  line-height: 22px;border-radius:3px; display: block; background:#fdf7ef; color:#ba9e83; text-align: center;}
.icon-dx{ width: 48px; height: 48px;}