.classify dd {
    display: none;
}
.classify {
    bottom: auto;
}
.classify:hover dd {
    display: block;
}
.cssxbox {
    background: rgba(255,255,255,1);
    border: 1px solid rgba(229,229,229,1);
}
.cssxboxtop {
    width: 100%;
    box-sizing: border-box;
    height: 44px;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    line-height: 44px;
    color: #2F3037;
    font-size: 16px;
    padding: 0 34px 0 20px;
    font-weight: 600;
}
.cssxboxcon {
    padding: 20px;
}

.cssxboxbot {
    padding-left: 20px;
    height: 44px;
    line-height: 44px;
    background: rgba(255,255,255,1);
    border-top: 1px solid rgba(229,229,229,1);
}
.cssxboxtop span {
    font-size: 14px;
    float: right;
    font-weight: normal;
    color: #2F3037;
}
.criteria {
    margin-bottom: 15px;
}
.criteria span{
    padding-right: 10px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 5px;
}
.csproducttop .criteria>span{
    padding-left: 0;
}
.criteria a {
    font-size: 14px;
    background: #88b7b3;
    padding: 4px 0 4px 8px;
    color: #FFF;
    margin-right: 1%;
    border-radius: 5px;
}
.criteria a span{
    font-size: 12px;
}
.criteria a:not([href]):not([tabindex]) {
    color: #fff;
}
.cssxboxconlist {
    margin-bottom: 15px;
}
.cssxboxconlist span {
    padding-left: 8px;
    font-size: 16px;
    float: left;
    display: block;
    line-height: 34px;
    text-align: center;
    padding-right: 13px;
}
.cssxboxconlist a {
    font-size: 16px;
    display: block;
    float: left;
    text-align: center;
    height: 32px;
    line-height: 32px;
    margin-left: 2%;
    padding: 0 1.5%;
    color: #2F3037;
    cursor: pointer;
}
.cssxboxconlist a:hover, .cssxboxconlist .cssxboxconlistact {
    background: rgba(136,183,179,1);
    border-radius: 5px;
    color: #FFF;
}
.cssxboxconlist:nth-child(3) {
    margin-bottom: 0px;
}
.cssxboxbot>span {
    margin-right: 1%;
    float: left;
}
.videoShow {
    padding-top: 30px;
    background: #F5F5F5;
    padding-bottom: 30px;
}
.criteria a:hover{
    color: #fff;
}

.videoShowtab{
    margin-top:20px;
    height: 44px;
    border:1px solid rgba(229,229,229,1);
    background: #FFF;
}
.videoShowtableft{
    float: left;
}
.videoShowtableft a{
    line-height: 43px;
    font-size: 14px;
    padding:0 30px;
    display: block;
    float: left;
    text-align: center;
}
.videoShowtableft a:hover,.videoShowtableft a.videoShowtabact{
    background: #88B7B3;
    color:#FFF;
}
.videoShowtabright{
    float: right;
    width: 414px;
    border:0 none;
    background: none;
    padding-left: 0;
}
.videoShowtabright select{
    width: 117px;
    float: left;
    display: block;
    margin-top:8px;
    height: 28px;
}
.videoShowtabright>span{
    float: left;
    display: block;
}
.selectbox{
    float: left;
    position: relative;
    margin-top:6px;

}
.selectbox .select{
    float: left;
    width: 100px;
    height: 30px;
    background-color:#f9f9f9;
    line-height: 30px;
    background-color:rgba(249,249,249,1);
    border:1px solid rgba(229,229,229,1);
    appearance:none;
    color:rgba(169,169,169,1);
    -moz-appearance:none;
    -webkit-appearance:none;
    padding-left: 10px;
    border-radius: 5px;
    cursor:pointer;
    font-size: 14px;
}
.selectbox .select span{
    float: right;
    margin-right: 10px;
}
.selectbox:hover .select{
    color:#88b7b3;
    border-color: #88b7b3;
}
.selectcon{
    position: absolute;
    border-radius: 5px;
    width: 328px;
    background: #FFF;
    top:30px;
    background-color:rgba(249,249,249,1);
    border:1px solid rgba(229,229,229,1);
    padding:10px;
    display: none;
    z-index: 5;
}
.selectbox:hover .selectcon{
    display: block;
}
.selectcon a{
    display: block;
    float: left;
    font-size: 14px;
    padding:0px 8px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px;
    margin-right: 8px;
}
.selectcon a:nth-child(6n){
    margin-right: 0;
}
.selectcon a:hover,.selectcon a.selectconact{
    background: #88b7b3;
    color:#FFF;
    border-radius: 5px;
}
.tabSummary .ltsumMain h6, font {
    color: #2F3037;
    font-size: 14px;
}
.cslbsmallpage {
    float: right;
    margin-right: 2%;
}
.smallpage p{
    float: left;
    font-size: 16px;
    color:#999;
    line-height: 42px;
    margin-left: 30px;
    margin-right: 10px;
}
.smallpage p .atpresent{
    color:#88B7B3;
}
.smallpage a{
    width:30px;
    height:30px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(229,229,229,1);
    border-radius:1px;
    display: block;
    float: left;
    line-height: 28px;
    text-align: center;
    margin-left: 5px;
    margin-top:6px;
}
.smallpage a.noclick{
    background:rgba(249,249,249,1);
}
.smallpage a span{
    color:#999;
    font-size: 16px;

}
.smallpage a:hover {
    border-color: #88B7B3;
}
.smallpage a:hover span{
    color:#88B7B3;
}
.smallpage a.noclick:hover span{
    color:#999;
}
.smallpage a.noclick:hover{
    border-color: rgba(229,229,229,1);
}

.smallpage a:nth-child(3) span {
    transform: rotate(180deg);
    display: inline-block;
}
.videoShowproMain {
    margin-top: 20px;
}
.videos li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    overflow: hidden;
}
.videos li:nth-of-type(4n) {
    margin-right: 0%;
}
.videos li video {
    width: 100%;
    height: 190px;
}
.videos li >div >a {
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    float: left;
}
.videos li a>i {
    line-height: 36px;
    padding-left: 20px;
}
.videos li:hover >div >i {
    color: #88b7b3;
}
.videos li >div >a:hover{
    color: #88b7b3;
}












