.crumbs-box {
    font-size: 14px;
    background: #f6f6f6;
    color: #999999;
    padding: 7px 8px;
}

.crumbs-box a {
    color: #666666;
    display: inline-block;
    margin-right: 4px;
}

.crumbs-box i {
    display: inline-block;
    width: 12px;
    height: 12px;
}
.c-box{
    width: 100%;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
}
.classify-nav-box{
    width: 94%;
    margin: 0px 3% 0;
    height: 36px;
    background: #f4f4f4;
}
.classify-nav-box ul{
    width: 92%;
    float: left;
    zoom: 1;
    overflow-x: scroll;
    display: flex;
}
.classify-nav-box ul li{

    padding:0 7px;
    flex-shrink: 0;
}   
.classify-nav-box ul li a{
    color:#333333;
    font-size:14px;
    line-height: 36px;
}
.classify-nav-box div{
    width: 8%;
    float: left;
    height: 36px;
   
}
.classify-nav-box div em{
    display: block;
    width: 7px;
    height: 12px;
    vertical-align: top;
    background: url(https://mip.mdpda.com/statics/pc/images/right-icon.png) no-repeat 0 0;
    margin: 12px auto;
}
.c-active a{
    color: #fbb40c !important;
    font-weight: bold;
}
.list-box{
    padding:0 10px ;
}
.iList li{
    display: flex;
    margin-top: 14px;
    margin-bottom: 2px;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 14px;
   }
   .iList li .iList-img{
       width: 60px;
       height: 60px;
       display: block;
       overflow: hidden;
       border-radius: 10px;
       margin-right: 10px;
   }
   .iList li .iList-img img{
       width: 100%;
       height: 100%;
   }
   .iList li p{
       flex: 1;
       width: 80%;
      
   }
   .iList li p a{
       display: block;
       width: 80%;
       height: 22px;
       line-height: 22px;
       overflow: hidden;
       color:#333333;
       font-size: 16px;
       margin-top: 6px;
   }
   .iList li p span{
       color:#999999;
       display: block;
       margin-top: 10px;
       font-size: 13px;
       height: 15px;
       overflow: hidden;
   }
   .iList li p span i{
       margin: 0 5px;
   }
   .iList li a.btn{
       width: 56px;
       display: block;
       height: 26px;
       color: #fff;
       background: #4cb749;
       text-align: center;
       line-height: 26px;
       border-radius: 5px;
       margin-top: 20px;
       font-size: 14px;
   }
   #page {
    clear: both;
    margin: 0px;
    height: auto;
    font-size: 15px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding:10px;
    text-align: center;
}

#page a.selected {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 3px;
    color: #fff;
    background-color: #4cb749;
    border: 1px solid #4cb749;
    vertical-align: middle;
    font-size: 15px;
}

#page a {
    box-shadow: 0px 0px 4px #f7f7f7;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 3px;
    color: #9b9b9b;
    background-color: #fff;
    vertical-align: middle;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

#page a:hover {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 3px;
    color: #fff;
    background-color: #4cb749;
    vertical-align: middle;
    font-size: 15px;
    text-decoration: none;
}

#page strong.total {
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    color: #b2b2b2;
}

.nav-lt{
    background-color:#fff;
    margin-bottom: 20px;
}
.nav-lt a {
    float: left;
    width: 20%;
    margin-left: 3%;
    margin-top: 4px;
    margin-bottom: 4px;
    display: block;
    text-align: center;
    padding: 6px 0;
    font-size: 14px;
    /*background-color:#f2f2f2;*/
}
#nTab a{
    line-height: 44px;
}
section {
    overflow: hidden;
}
.check {
    background: #4CB749;
    color: #fff;
}
a:link {
    text-decoration: none;
}
a {
    color: #333;
    cursor: pointer;
}

.downbox .list li{
    display: -webkit-box;
    display: box;
    padding: 12px 10px;
    border-bottom: 1px dashed #ddd;
}
.downbox .list li .pic-box {
    display: inline-block;
    margin-right:10px;
}
.downbox .list li .pic-box img{
    width:57px;
    height:57px;
    border-radius:10px;
}
.downbox .list .state{
    height:57px;
    -webkit-box-flex: 1;
    box-flex: 1;
}
.downbox .list span{
    display:block;
}
.downbox .list  .state .name {
    font-size: 15px;
    color: #333;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.downbox .list  .state .size {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    color: #999;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.downbox .list  .line {
    height:10px;
    width: 1px;
    background: #ddd;
    display: inline-block;
    margin: 0 7px 2px;
    vertical-align: middle;
}
.downbox .list .down-btn{
    width:70px;
    height:40px;
    line-height:40px;
    text-align: center;
    border:1px solid #4CB749;
    border-radius:2px;
    color:#4CB749;
    display:block;
    font-size:20px;
}
.downbox .list .state span.star {
    display: block;
    width: 73px;
    height: 12px;
    margin: 4px  0;
    background: url("/images/star.png") no-repeat;
    position: relative;
}
.downbox .list .state .count{
    position: absolute;
    display: block;
    height: 12px;
    background: url("/images/start.png") no-repeat;
    z-index: 1;
}
.downbox .list .state .count1 {
    width: 15px;
}
.downbox .list .state .count2 {
    width: 30px;
}
.downbox .list .state .count3 {
    width: 45px;
}
.downbox .list .state .count4 {
    width: 60px;
}
.downbox .list .state .count5,.downbox .list .state .count6 {
    width: 75px;
}
.downbox .show-more{
    color:#666;
    font-size:14px;
    text-align: center;
    display:block;
    padding:12px 0;
}
.downbox .dtab{
    display: -webkit-box;
    display: box;
    height:40px;
    line-height:40px;
    border-bottom:1px solid #e4e4e4;
    margin-top:5px;
}
.downbox .dtab a{
    display:block;
    -webkit-box-flex:1.0;
    box-flex:1.0;
    text-align: center;
    font-size:15px;
    position: relative;
}
.downbox .dtab a.cur{
    color:#4CB749;
    border-bottom:1px solid #4CB749;
}
.downbox .dtab a.cur:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: -7px;
    margin-left: -5px;
    background:#fff;
    border:1px solid #4CB749;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.downbox .labcon{
    background:#f2f2f2;
    overflow:hidden;
    padding:8px 0;
}
.downbox .labcon  a{
    float:left;
    display:block;
    width:25%;
    text-align: center;
    line-height:36px;
    font-size:14px;
}
.downbox .labcon  a.cur{
    color:#4CB749;
}
#sNav{height:34px;margin:10px;border:1px solid #4CB749;border-radius:5px;background:#fff;display:-webkit-box;text-align:center;}
#sNav a{line-height:34px;font-size:14px;-webkit-box-flex:1;display:block;text-align:center;color:#4CB749;}
#sNav a:not(:last-child){border-right:1px solid #4CB749;}
#sNav a.cur{background:#4CB749;color:#fff;}
.turnpage{display: -webkit-box; display: -moz-box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox; display: flex;}
.turnpage{margin:0.3rem 0.14rem;}
.turnpage a, .turnpage span{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;text-align: center;font-size: 0.24rem; height: 0.48rem;line-height: 0.48rem;border:1px solid #57bf9c;margin: 0 0.1rem;border-radius: 0.04rem;color: #57bf9c;}
.turnpage .past{color: #999;border-color: #999;}

