html, body {
    height: 100%;
    background: #FFF;
}
a {
    color:#363535;
    text-decoration: none;
}
.fr{
    float:right;
}
.fl{
    float: left;
}
.clear{
    clear:both;
}
.section-box{
    background-color:#FFF;
}
.cityList {
    color: #212121;
}

.nav_iconbox ul li {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: .12rem;
    position: relative;
}

.cate-list {
}
.cate-list .title {
    border-bottom: 1px #f3f3f3 solid;
    padding: .2rem .2rem;
    background-color: #62b3fe0a;
}
.cate-list .title a {
    font-size: .26rem;
    display: block;
    border-left: 5px #62b3fe solid;
    padding-left: .1rem;
}
a.one-category {
    width: 30%;
    text-align: center;
    height: 0.60rem;
    line-height: 0.60rem;
    overflow: hidden;
    float: left;
    color: #404040!important;
    white-space: nowrap;
}

.aui-course-list .aui-flex {
    height: 5vw;
    overflow: hidden;
}

.aui-flex-box h3 {
    color: #62b3fe;
    font-size: 0.25rem;
    margin-top: 0.05rem;
}
.aui-product .aui-flex-box h2:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: -7px;
    left: 0px;
    width: 4px;
    height: 20px;
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    background: #62b3fe;
    border-radius: 5px;
}
.aui-product-img img {
    width: 1.8rem;
    height: 1.8rem;
    display: block;
    border: none;
    border-radius: .03rem;
}
.aui-flex-box p {
    color: #959595;
    font-size: 0.2rem;
    margin: 0.1rem 0px;
    height: 1.2rem;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: normal;
    line-height: .4rem;
}

.pagination li{
    width:49%;
}


.contact p {
    height: auto;
    line-height: .6rem;
    font-size: .23rem;
    border-bottom: .1px #e3e3e3 solid;
    color: #777777;
}
.contact p span {
    width: 2rem;
    display: block;
    float: left;
    font-size: .23rem;
    font-weight: bold;
    color: #363535;
}

.article-info{
    margin: 0 .2rem;
}
.article-info .view-title {
    line-height: .6rem;
    height: .6rem;
    font-size: .26rem;
    border-left: 5px #62b3fe solid;
    margin: .3rem 0;
    background-color: #62b3fe12;
    padding-left: .1rem;
    border-bottom: none;
}

.article-info article {
    text-indent: 2em;
    line-height: .6rem;
}
.article-info .title {
    font-size: .28rem;
    color: #000;
    font-weight: bold;
    border: none;
    width: 4.5rem;
}
.article-info .view-number {
    float: right !important;
    color: #363535;
    font-weight: 100 !important;
    width: 1.5rem;
    text-align: right;
}
.article-info .price {
    color: #f92f2f;
    font-size: .3rem;
    font-weight: bold;
    margin-top: .3rem;
}
.article-info .date {
    float: right !important;
    display: block;
    width: 3rem !important;
    text-align: right;
    color: #777777 !important;
    font-weight: 100 !important;
}

.footer div {
    float: left;
    width: 50%;
    text-align: center;
    background-color: #FFF;
    line-height: .7rem;
    font-size: .26rem;
}

.footer .mobile{
    background-color: #f92f2f;
    color: #FFF;
}
.footer .tel{
    background-color: #62b3fe;
    color: #FFF;
}

.banner_shouy img {
    width: 100%;
    display: block;
    max-height: 60vw;
}

.bottom-fixed {
    display:none;
    position: fixed;
    right: .2rem;
    bottom: 1rem;
    z-index: 900;
    width: .8rem;
    height: .8rem;
    background: #0000001f;
    border-radius: 100%;
    text-align: center;
    line-height: .8rem;
    border: 1px #e3e3e3 solid;
}
.bottom-fixed i{
    font-size: .5rem;
    color: #FFF;
}











#showfilter{
    line-height: .5rem;
    font-size: .3rem;
    color: #62b3fe;
    margin-right: .2rem;
}

.filter-title {
    font-size: .25rem;
    font-weight: bold;
    line-height: 1rem;
    background: #e3e3e3;
    color: #000;
    padding-left: .2rem;
}
.filter-list a {
    display: block;
    float: left;
    margin: .2rem;
    background-color: #f9f7f7;
    padding: .15rem;
    border-radius: .5rem;
}

.ovh{
    overflow: hidden;
}
.filter-list {
    margin: 0 .2rem;
}

.filter-list .on {
    background: #62b3fe;
    color: #FFF;
}