.all-search-main{
    width: 100%;
    height: 45px;
    border-top: 1px solid black;
    background-color: white;
    align-content: center;
    position: relative;
}
.all-search-main .all-search{
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.all-search-main .all-search .input-group{
    width: 40%!important;
    position: relative;
    align-items: center;
    flex-wrap: nowrap;
}
.all-search-main .all-search .input-group button{
    width: 75px;
    background-color: #e6e6e6;
    border: 1px solid #ced4da;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.all-search-main .all-search .input-group .all_search_input {
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-right: none;
    margin-left: 5px;
}
.all-search-main .all-search .input-group img{
    border-radius: 20px;
    position: absolute;
    height: 80%;
    right: -2%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.all-search-main .all-search .concern-main{
    display: flex;
    align-items: center;
    justify-content: center;
}
.all-search-main .all-search .concern-main .concern{
    text-align: center;
    height: 40px;
    width: 155px;
    font-size: 13px;
    border: 1px solid #999999;
    border-radius: 15px;
    position: relative;
    background: #8e7948;
}
.all-search-main .all-search .concern-main .concern:hover{
    background-color: #A68F58;
    color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.all-search-main .all-search .concern-main .concern .erweima{
    position: absolute;
    top: -195%;
    transform: translate(-50%, -50%);
    visibility: hidden;
}
.all-search-main .all-search .concern-main .concern .contact-service{
    width: 85%;
    position: absolute;
    top: -182%;
    transform: translate(-50%, -50%);
    visibility: hidden;
}
.all-search-main .all-search .concern-main .concern p{
    margin: 0;
}
.all-search-main .all-search .concern-main .concern .concern-img{
    display: flex;
    justify-content: center;
}
.all-search-main .all-search .concern-main .concern .concern-img img{
    min-width: 2%;
    max-width: 10%;
    margin-left: 5px;
}



.all-search-main .loading{
    display: none;
    position: absolute;
    top: -305%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.all-search-main .swiper{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #131313;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
  }
.all-search-main .all-search-data-main{
    width: 72%;
    height: 396px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #f3e7cf;
    position: absolute;
    top: -450%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 14px;
    z-index: -1;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition:all .5s;
}
.all-search-main .all-search-data-main .all-search-data .all-search-data-list{
    width: 15%!important;
    height: 98%!important;
    margin-left: 21.5px;
    margin-right: 21.5px;
    text-align: center;
    background-color: white;
    transition: all 0.5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition:all .5s;
}
.all-search-main .all-search-data-main .all-search-data .all-search-data-list:hover{
	transition: all .4s;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}
.all-search-main .all-search-data-main .all-search-data .all-search-data-list:first-child{
    margin-left: 38px!important;
}
.all-search-main .all-search-data-main .all-search-data .all-search-data-list:last-child{
    margin-right: 38px!important;
}
.all-search-main .all-search-data-main .all-search-data .all-search-data-list .all-search-thumbnail_div{
    border-bottom: 1px solid #959292;
    margin-bottom: 10px;
    height: 160px;
}
.all-search-main .all-search-data-main .all-search-data .all-search-data-list .all-search-thumbnail_div .all-search-thumbnail{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.all-search-main .all-search-data-main .all-search-data .all-search-data-list .all-search-thumbnail_div .all-search-thumbnail img{
    max-height: 95%;
    max-width: 95%;
    width: 100%;
    height: 100%;
}
.all-search-main .all-search-data-main .all-search-data .all-search-data-list .all-search-data-text{
    padding-left: 5px;
    padding-right: 5px;
}
.all-search-main .all-search-data-main .all-search-data .all-search-data-list .all-search-data-text p{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
.all-search-main .all-search-data-main .all-search-data .all-search-data-list .all-search-data-text div{
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.all-search-main .all-search-data-main .data-hidden-button{
    margin-bottom: 10px;
    color: white;
    background-color: #CC9900;
    border: 1px solid black;
    border-radius: 5px;
}
#js-warning{
    text-align: center;
	background-color: #fff;
	border-radius: 20px;
    border: 1px solid black;
	width: 300px;
	height: 60px;
	margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition:all .3s;
}
#js-warning div{
    display: inline-block;
}
#js-warning #js-warning-hidden{
    margin-right: 12px;
}
#js-warning #js-warning-hidden img{
    width: 25px;
}