.noScrollBar::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
    -webkit-appearance: none;
    background: transparent;
}
.no_copy{
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.list_tab{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 8px;
    padding-bottom: 0;
    background-color: white;
    width: 100%;
    overflow-x: auto;
    position: sticky;
    top: 0;
    z-index: 12;
    border-radius: 10px;
    border-bottom: 1px solid rgb(235, 235, 235);
    /* box-shadow: 0 0 12px 0 rgba(0, 0, 0, .08); */
}

.list_tab span{
    display: block;
    padding: 0 20px;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #444;
    position: relative;
    flex-shrink: 0;
    /* border-left: 1px solid rgb(214, 214, 214); */
}

.list_tab span.active{
    color: #2d73ff;
    font-size: 16px;
    font-weight: 700;
    position: relative;

}
.list_tab span.active::after{
    content: "";
    display: block;
    width: 42px;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #2d73ff;
    border-radius: 50px;

}
.header-right .city .left a{
    font-size: 14px;
}
.header .header-right .city {
    width: 100px;
    position: unset;
    top: unset;
    right: unset;
    padding: unset;
    font-size: 14px;
}
.header .header-right .city img{
    margin: 0;
}

.entrance-wrap{
    margin-bottom: 10px;
}
.entrance-wrap-tiaojian-content a{
    color: #5e82ff;
}

.search_box {
margin-top: 10px;
margin-bottom: 10px;
padding: 20px 12px;
border-radius: 10px;
box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
background: #fff;
}

.search_box button {
margin-left: 15px;
padding: 5px 12px;
border: 0;
border-radius: 8px;
font-size: 14px;
}

.search_box select {
padding: 5px 15px;
outline: none;
border: none;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
font-size: 14px;
color: #666666;
text-align: center;
background: url(https:m.bendibao.com/news/yifenyiduanchaxun/resource/images/city.png) no-repeat 100% center transparent;
background-size: 8px 5px;
}

.search_box .search input {
padding: 8.5px 11.5px;
border-radius: 25px;
font-size: 13px;
background-color: #f5f5f5;
}

.search_box .search_btn {
color: #fff;
background: linear-gradient(141.3deg, rgba(255, 102, 0, 0.4) 0%, rgba(255, 102, 0, 1) 100%);
}

.search_box .reset_btn {
background-color: #F5F5F5;
}

.search_box .search_result {
margin-top: 20px;
}
.search_result p{
    color: rgb(102,102,102);
    font-size: 14px;
}
.search_result p span{
    color: rgb(102,102,102);
    font-size: 14px;
}

.search_box .search_result p:first-child {
margin-bottom: 10px;
}
.search.flex{
    justify-content: flex-start;
}
.search input{
    border:none
}
.search input:focus{
    outline: 0px solid #fff !important;
}

.table_con {
max-height: 300px;
overflow-y: auto;
border-radius: 10px;
margin-bottom: 20rpx;
}

.table_tab {
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-content: flex-start;
padding: 5px;
padding-bottom: 0;
background-color: white;
width: 100%;
overflow-x: auto;
border-bottom: 1px solid rgb(235, 235, 235);
margin-bottom: 10px;
margin-top: 10px;
}

.table_tab_item {
display: block;
padding: 0 16px;
text-align: center;
border-radius: 5px;
height: 33px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
color: #444;
position: relative;
flex-shrink: 0;
cursor: pointer;
transition: all 0.3s ease;
}

.table_tab_item.active {
color: rgba(255, 102, 0, 1);
font-weight: 700;
position: relative;
border:none;
border-top:0px solid;
margin-bottom:0
}

.table_tab_item.active::after {
content: "";
display: block;
width: 50px;
height: 4px;
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 0;
background-color: rgba(255, 102, 0, 1);
border-radius: 25px;
}

.table_con table {
width: 100%;
border: 1px solid #E5F2FB;
border-radius: 10px;
border-spacing: 0;
font-size: 13px;
text-align: center;
background-color: #E5F2FB;
}

.table_con table tr td,.table_con table tr th {
height: 40px;
}

.table_con table tr th {
color: rgba(255,102,0,1);
position: sticky;
background-color: rgba(255, 237, 224, 1);
top: 0;

z-index: 10;
}
.table_con table tr:nth-child(2n-1) {
    background-color: rgba(255, 237, 224, 1);
    }
.table_con table tr:nth-child(2n) {
background-color: #fff;
}

.table_con table {
display: none;
}

.table_con table.active {
display: table;
} 
.model13{
    display:block!important
}
.model13 .light-orgin{
    display:inline-block!important
}


.model5 .main-right-one-wrap{
    padding-top:20px
}