.clear {
    clear: both;
}

.showView {
    border: 1px solid #333;
}

#b_listlm {
    width: 100%;
    margin: auto;
    background-color: #f4f4f4;
    padding-bottom: 25px;
}

#b_listlm ul {
    width: 98%;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin: auto;
    padding: 7px 0px;
}

#b_listlm li {
    float: left;
    text-align: center;
    margin-left: 10px;
}

#b_listlm .b_list_btnoff a {
    background-color: #FFF;
    color: #66c8ef;
    text-decoration: none;
}

#b_listlm a {
    border: #CCC 1px solid;
    padding: 5px;
    color: #CCC;
    font-size: 12px;
    width: 50px;
    display: block;
    white-space: nowrap;
}

#b_listlm .b_list_bkon a {
    background-color: #66c8ef;
    color: #FFF;
    text-decoration: none;
    color: #FFF;
    border: 1px solid #66c8ef;
}

#b_listlm .b_list_bkoff a {
    background-color: #FFF;
    color: #9c9c9c;
    text-decoration: none;
}

#b_listlm .b_right {
    float: right;
    margin-right: 10px;
}

#b_listlm .b_ls {
    border: #66c8ef 1px solid;
    padding: 5px;
    color: #66c8ef;
    font-size: 12px;
    width: 180px;
    display: block;
    margin-right: -20px;
}

#b_listlm .b_lson {
    border: #66c8ef 1px solid;
    background-color: #66c8ef;
    padding: 5px;
    color: #FFF;
    font-size: 12px;
    width: 60px;
    display: block;
}

.b_ltin {
    width: 100vw;
    padding: calc(20rem/75) 2vw;
    box-sizing: content-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px #f3f3f3 solid;
    cursor: pointer;
}

.b_lt_left {
    width: calc(250rem/75);
    height: calc(120rem/75);
    overflow: hidden;
}
.b_lt_left img{
    width: 100%;
    object-fit: cover;
}

.b_lt_right {
    margin-left: calc(15rem/75);
    width: 100%;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-content: center;
}
.ttb_lt_right {
    margin-left: calc(15rem/75);
    height: calc(120rem/75);
    width: 100%;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ttb_lt_right_title {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    text-align: left;
    line-height: calc(50rem/75);
}
.ttb_lt_right_name {
    font-size: 11px;
    color: #666;
    text-align: left;
    line-height: calc(25rem/75);
}
.b_lt_right_title {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    text-align: left;
    line-height: calc(50rem/75);
}

.b_lt_right_img {
    margin-left: 180px;
    border-radius: 5px;
}

.b_lt_right_in {
    height: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.b_lt_right_logo {
    width: calc(25rem/75);
    height: calc(25rem/75);
    border-radius: calc(25rem/75/2);;
    object-fit: contain;
    margin-right: calc(10rem/75);

}
.b_lt_right_name {
    font-size: 13px;
    color: #666;
    text-align: left;
    line-height: calc(25rem/75);
}

.search-back {
    width: 100%;
    padding: calc(20rem / 75) calc(50rem / 75);
    background-color: #ffb612;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
}

.search-group {
    width: calc(400rem / 75);
    height: calc(45rem / 75);
    padding: calc(5rem / 75);
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: white;
    border-radius: 5px;
}

.search-icon {
    width: calc(25rem / 75);
    object-fit: contain;
    margin-left: calc(5rem / 75);
}

.input-search {
    width: calc(350rem / 75);
    height: calc(35rem / 75);
    line-height: calc(35rem / 75);
    font-size: 15px;
    color: #666;
    text-align: left;
    margin-left: calc(10rem / 75);
    outline: none;
    cursor: pointer;
    border: 0;

}

.search-btn {
    font-size: 15px;
    margin-left: 10px;
    line-height: calc(45rem / 75);
    color: #593a25;
    cursor: pointer;
}

.search-items {
    width: 96vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: calc(30rem / 75) 2vw calc(10rem / 75);
}

.search-item {
    padding: calc(5rem / 75) calc(20rem / 75);
    font-size: 13px;
    color: #999;
    background-color: #eee;
    border-radius: 5px;
    text-align: center;
    margin-right: calc(20rem / 75);
    font-weight: 100;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: calc(20rem / 75);
}

.search-item-select {
    background-color: #ffb612;
    color: #666;
}
.c_linkin {
    text-align:center;
    margin:calc(50rem/75) 0;
}
.ttc_linkin {
    width: 100%;
    text-align:center;
    padding: 0.1rem 0.3rem;
    box-sizing: border-box;

}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 15px;
    border-radius: 4px;
    font-size:12px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #66C8EF;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #66C8EF;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #66C8EF;
    border-color: #66C8EF;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}


.ttTab {
    position: fixed;
    background-color: white;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.5rem;
    border-top: 1px solid #eee;
    box-sizing: border-box;
}
.ttTabl{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ttTab1 {
    position: relative;
    padding: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ttTab1t {
    font-size: 10px;
    color: #666;
    text-align: center;
    width: 100%;
}
.ttTab1i {
    width: 0.6rem;
    object-fit: contain;
    height: 0.6rem;
    box-sizing: border-box;
}
.ttTab1c {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.5rem;
    background-color: red;
    color: white;
    font-size: 9px;
    text-align: center;
    box-sizing: border-box;
}
.ttTabr{
    background-color: #ff76ad;
    color: white;
    font-size: 13px;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.5rem;
    border-radius: 1rem;
    box-sizing: border-box;
}