.tabs{
    padding:0 0.25rem;
}
a {
	color: #4d4d4d;
	text-decoration:none;
	cursor:pointer;
}
.find_nav {
    width: 100%;
    /* background-color: #f9f9f9; */
    top: 0;
    border-bottom: 1px solid #ccc;
}
.find_nav_list ul {
    /* position: relative; */
    white-space: nowrap;
    display: flex;
    justify-content: space-around;
    background:#fff;
}
.find_nav_list ul .find_nav_cur{
	border-bottom: 3px solid #48a5f4;
}
.find_nav_list ul li {
    display: inline-block;
    /*width:33.3%;*/
}
.find_nav_list ul li a {
    flex:1;
    display: block;
    padding:0.275rem 0;
    text-align: center;
    color: #666;
}
.find_nav_cur a {
    color: #0093fd !important;
}
.find_nav_list a.active{color:/*#0093fd;*/}
.sideline {
    display: block;
    position: absolute;
    border: 0;
    height: 3px;
    background-color: #48a5f4;
   /* left: 0.75rem;*/
    bottom: 0;
    pointer-events: none;
}
/*.li_list{ min-height:800px; font-size:40px; line-height:800px; color:#fff; text-align:center}*/
/* .swipe{height:auto;} */