.searchBox{
    position:relative;
}
.searchRow {
    border-bottom: 1px solid #f4f4f4;
    padding:3px 0px;
    margin-top: 2px;
    line-height: 30px;
}

.searchRow:after {
    content: '';
    display: block;
    clear: boths
}
.search-btn{
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -15px;
}
.btnArr {
    /*margin-top: 10px;*/
    display: none;
}
.btnArrtype, .btnArrtypes {
    border-bottom: 1px solid #f4f4f4;
    padding: 3px 0px;
    margin-top: 2px;
    overflow: hidden;
    /*height: 30px;*/
    line-height: 30px;

}

.btnArrtype div {
    float: left;
}

.btnArrtype div:first-child {
    width: 90px;
    text-align: left;
}

/*.btnArrtype div:last-child {*/
/*    width: 80%;*/
/*}*/

.btnArrtype button {
    margin-right: 20px;
    cursor: pointer;

}
.searchMoreList{
    cursor: pointer;
}
.check {
    border: 1px solid #0085E8;
    background: #0085E8;
    color: #ffffff;
    border-radius: 2px;
}

.check:hover {
    color: #ffffff;
}

.advancedSearch {
    text-align: center;
    color: #999999;
    height: 30px;
    line-height: 30px;
}

.advancedSearch span {
    cursor: pointer;
}

.mores {
    border: none;
}
.btnArrtypes input{
    height: 30px;
    line-height: 30px;
}
.btnArrtypes label{
    padding: 0px;
    line-height: 30px;
    padding-right: 10px;
    text-align: left;
 }
.searchMore{
    cursor: pointer;
    margin-left: 10px;
}
