.historyPrice * {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #333;
    font-family: "pingfang SC", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", helvetica, arial, verdana, tahoma, sans-serif;
    box-sizing: border-box;
    font-style: normal;
    font-weight: normal;
    list-style: none;
    text-decoration: none;
    outline: none;
} 
.historyPrice .hptitle span {
    color: #01A56C;
    font-size: 16px;
}
.historyPrice .filterbox {
    display: flex;
    margin-top: 10px;
}
.historyPrice .filterbox .selepiao {
    width: 200px;
    height: 30px;
    line-height: 30px;
    background-image: none !important;
    -webkit-appearance: menulist;

}
.historyPrice .filterbox .shijians {
    width: 330px;
    margin-left: 20px;
}
.wnshijianspan {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
}
.historyPrice .filterbox .shijians .mylaydate {
    display: inline-block;
    width: 35%;
    height: 30px;
    line-height: 30px;
    background: url(../imgs/rili.png) no-repeat 98% center;
    background-size: 20px;
    border:1px solid #e6e6e6;
    float: left;
}
.historyPrice .filterbox .searchbtn {
    display: inline-block;
    padding: 0 20px;
    background: #01A56C;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.historyPrice .tiswin {
    margin: 10px 0;
}
.historyPrice .tiswin p {
    color: #FA6400;
    line-height: 20px;
}
.historyPrice .hptitle {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.historyPrice .hptitle span {
    color: #01A56C;
    font-size: 16px !important;
}
.historyPrice .hptitle a {
    color: #01A56C;
    font-size: 14px;
}
.historyPrice .tablebox {
    margin-top: 5px;
    width: 100%;
    background: #F2FAFF;
}
.historyPrice .tablebox th,
 .historyPrice .tablebox td {
   padding: 0 10px;
   line-height: 30px;
   border: solid 2px #fff;
 }
 .historyPrice .tablebox th {
   font-size: 14px;
   color: #666;
   background: #B9E8D3;
   text-align: left;
   font-weight: bold;
 }
 .historyPrice .tablebox tr {
   color: #666;
 }
 .historyPrice .tablebox tr:nth-child(odd) {
   background: #DAF1FF;
 }
 .historyPrice .tiswin {
   margin: 10px 0;
 }
 .historyPrice .tiswin p {
   color: #FA6400;
   line-height: 20px;
 }


.tlxbottomDiv {
    margin-top: 10px;
}
.tlxbottomDiv p.lixtxg {
    line-height: 30px;
    font-size: 14px !important;
}
.downlist {
    padding:10px 0;
}
.downlist .title {
    color: #168750;
    font-weight: bold;
    clear: both;
}
.downlist .showContent {
    padding: 0px 15px 10px;
    height: 30px;
    line-height: 30px;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.downlist .more {
    background: url(/jw/web/app/AboutUs/resources/ratejt.jpg) no-repeat  left center;
    margin: 5px 0px;
    padding: 0px 20px 0px 10px;
    color: #fa6400 !important;
}
 @media (max-width: 700px){
    .historyPrice .filterbox {
        display: inherit;
    }
    .historyPrice .filterbox .shijians {
        overflow: hidden;
        margin: 10px 0;
    }
 }