﻿.newbook_right_list_1 li {
    position: relative;
    padding-top: 0px;
    margin-top: 30px;
}
.btrl {
    width: 126px;
    height: 78px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
text-align:center;
  
}

.btrl a {
    font-size: 14px;
    padding: 3px 10px;
    border: 1px solid #ffffff;
    line-height: 75px;
    color: #ffffff;
    border-radius: 5px;
    background: #ef0712;
}

.btrl a:nth-child(2) {
    background: #ff8400;
}

.brand_tit {
    font-size: 16px;
    font-weight: bold;
    /* margin-bottom: 10px; */
    height: 30px;
    line-height: 30px;
    background-color: #cc3333;
    color: #ffffff;
    text-indent: 10px;
}

.brand_text {
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 34px;
    margin-right: 34px;
}
.newbook_right_list_1 li:hover .btrl {
    display: block;
}
.wap_btnbar {
    text-align: center;
    margin-top: 10px;
display:none;
}
.wap_btnbar a {
    padding: 5px 5px;
    background-color: #bf1923;
    font-size: 12px;
    color: #fff;

}
@media screen and (max-width: 750px) {
    .wap_btnbar {
display:block;    
}
}