::-webkit-scrollbar {
    width: 0px;
    background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ccc;
}
.class-cont{
    /*position: fixed;*/
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 101px);
    max-width: 640px;
}
.class-cont .class-hd{
    float: left;
    width: 28%;
    height: calc(100vh - 101px);
    position: fixed;
    overflow-y: auto;
}
.class-cont .class-bd{
    float: right;
    width: 72%;
	min-height: 500px;
}
.class-cont .class-hd>li {
    border-bottom: 1px solid #e6e6e6;
    font-size: 1rem;
}
.class-cont .class-hd>li:last-child {
    border-bottom: none;
}
.class-cont .class-hd>li>a {
    margin-right: 0;
}
.class-cont .class-hd li a span{
	word-break: break-all;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.class-cont .class-hd>li.active{
    border-bottom: transparent;
}
.class-cont .class-hd>li.active>a, .class-cont .class-hd>li.active>a:focus, .class-cont .class-hd>li.active>a:hover {
    cursor: default;
    background-color: #fff;
    border: none;
}
.class-bd-cont{
    padding: 1rem 1rem;
}
.class-bd-cont .bd-box{
}
.class-bd-cont .bd-box .bd-box-title{
    font-size: 1.2rem;
    line-height: 3rem;
	border-bottom: 1px dashed #cccccc;
}
.class-bd-cont .bd-box .bd-box-info{}
.class-bd-cont .bd-box .bd-box-info .info-item{
        text-align: center;
    margin-bottom: 1rem;
}
.class-bd-cont .bd-box .bd-box-info .info-item img {
    width: 80%;
	max-width: 80%;
	height: 50px;
    max-height: 50px;
}

.class-bd-cont .bd-box .bd-box-info .info-item .item-img{
    width: 33%;
	height: 9rem;
	float: left;
	max-height: 9rem;
	min-height: 9rem;
	overflow: hidden;
	max-width:100%;
	margin:auto;
	background-position-y: 0px;
    background-position-x: 8px;
	background-size: 70%;
	background-repeat: no-repeat;
}
.class-bd-cont .bd-box .bd-box-info .info-item span{
    font-size: 1.2rem;
    color: #000;
	word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	width: 65%;
    height: 4rem;
	line-height: 1.5rem;
    float: right;
	padding: 0px 5px;
}
.class-bd-cont .bd-box .bd-box-info .info-item p {
    font-size: 0.8rem;
    line-height: 20px;
    height: 40px;
    color: #777;
	 overflow: hidden;
    text-overflow: ellipsis;
    
}
/*.class-bd-cont .bd-box .bd-box-info .info-item p{
	width: 65%;
    height: 2rem;
    float: right;
	padding: 0px 5px;
	font-size: 1.0rem;
	line-height: 2rem;
	margin: 0px;
}*/

/*搜索页面*/
.search-hot{
    padding: 0.625rem;
}
.search-hd{
    font-size: 1.25rem;
    color: #777;
}
.search-hot-bd{}
.search-hot-bd li{
    float: left;
    list-style-type: none;
    font-size: 1.0rem;
    color: #777;
    margin-right: 10px;
    margin-bottom: 8px;
    background: #fff;
    padding: 2px 10px;
    border-radius: 4px;
}
.search-history{
    padding: 0.625rem;
}
.search-history-bd{
    border-radius: 4px;
}
.search-history-bd li{
    border-bottom: 1px solid #eee;
    line-height: 3rem;
    padding: 0 0.625rem;
    color: #777;
    font-size: 1.1rem;
}
.search-history-bd li:last-child{
    border-bottom: none;
}
.search-history-bd li i{
    margin-right: 5px;
    font-size: 1.3rem;
}
@media only screen and (max-width: 600px) {
	.return-item{background-size: 100%;}
}
.clearfloat {zoom: 1;}
	.sideMenu {
    width: 100%;
    border-bottom: 1px solid #DDDBD4;
    position: relative;
    z-index: 99;
}
.sideMenu h3 {
    border-top: 1px solid #DDDBD4;
    margin: 0 auto;
    background: url(../img/huid.png) left center no-repeat;
    background-size: 5%;
    background-position: 3%;
    cursor: pointer;
    font-size: .4rem;
    padding: 5% 0;
    color: #333333;
    font-weight: normal;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding-left: 10%;
}
.sideMenu h3 em {
    float: right;
    display: block;
    width: 30px;
    height: 16px;
    margin-right: 5%;
    background: url(../img/shang.png) center no-repeat;
    cursor: pointer;
    background-size: 50%;
}
sideMenu .slist {
    display: none;
    padding: 5% 0;
    width: 100%;
}
.box-s {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.sideMenu .slist .list {
    width: 33.333%;
    text-align: center;
    margin-bottom: 3%;
}
.fl {
    float: left;
    display: inline;
}
.sideMenu .slist .list img {
    width: 60%;
}
.sideMenu .slist .list .tit {
    color: #666666;
    font-size: .3rem;
    margin-top: .5em;
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sideMenu h3.on {
    border-bottom: 1px solid #DDDBD4;
}
.sideMenu h3.on {
    background: url(../img/che.png) left center no-repeat;
    background-size: 5%;
    background-position: 3%;
}
label,.weui-cells__title {font-weight:normal;margin-bottom:0px;color:#606060;font-size:0.9em;}
.weui-cells__title {margin-bottom:0.7em;}
.weui-cell input[type='checkbox'] {margin-top:0px;}
.weui-btn-area {margin-bottom:1.8em;}
.weui-btn{background-color:	#E80000;}
#advancedSearch {
	width:90%;
	background-color:#E80000;
	border:1px solid #E80000;
	padding:10px 0px;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	border-radius:5px;
}
#begindate,#enddate {padding-left:20px;}
#categoryTree {
    height: 400px;
    overflow-y: scroll;
}