/* Write your styles */
.channels-wrap {
    width: 100%;/*position:relative;top:48px;overflow:hidden;*/
    /*	max-width: 720px;*/
    font-size: 16px;
    z-index: 98
}.channels {
     background: #fff;
     padding: 8px 5px 5px 5px;
     clear: both;
     border-top: 1px solid #D7D7D7;
     overflow: hidden;
     position: relative
 }
.channels:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden
}
.channels li {
    float: left;
    position: relative;
    width: 20%;
    text-align: center;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.channels li>a, .channels-all-list li>a {
    display: block;
    position: relative;
    color: #000000;
}

.search {
    width: 100%;
    padding-top: 10px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.search_txt {
    float: left;
    border: 1px solid #E8E8E8;
    width: 96%;
    padding-left: 4%;
    height: 38px;
    line-height: 38px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    background: #fff url(../images/search.jpg) left no-repeat
}
.search_btn {
    position: absolute;
    right: 0;
    top: 11px;
    width: 60px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-left: none;
    background: #4763b2;
    color: #fff;
    font-size: 16px;
    font-size: 1.4rem;
    text-align: center;
    border: none;
}
.search_btn:active, .search_btn:hover, .search_btn:link, .search_btn:visited {
    color: #fff
}
body {
    min-width: 320px;
    font: 400 14px/1.5 "\5FAE\8F6F\96C5\9ED1", Helvetica;
    background: #f0f5f9;
    font-size: 14px;
    
    margin: 0 auto;
}
.toolbar{
    width: 100%;
    color: #3e98f0;
    font-size: 1.4rem;
    border-bottom: 2px solid #3e98f0;
    display: block;
    margin: 20px auto auto;
    padding: 0 10px;
}
.am-u-md-8asd{
    background: #fff;
    margin-bottom: 20px;
    margin-top: 20px;

}
.hover a{
    color: #3e98f0;
}