.warp {
    position: relative;
    background: #FAFAFA;
}

.Crumbs {
    background: #fff;
}

.Crumbs p {
    width: 1000px;
    margin: 0 auto;
    line-height: 60px;
    font-size: 14px;
    color: #666666;
}
.Crumbs p a{
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}

.swiperBox{
    overflow: hidden;
}
.scrollImg .swiper-wrapper{
    height: 300px!important;
    cursor: pointer;
}
.scrollImg .swiper-slide{
    width: 100%;
    height: 300px!important;
    background-image: url("./../Image/1.png");
    background-size: cover;
    background-position: center;
}
.scrollImg .swiper-pagination-bullet{
    width: 24px;
    height: 4px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
}
.scrollImg .swiper-pagination-bullet-active{
    background: #028B7B;
}

.scrollImg .swiper-pagination{
    width: 250px!important;
    bottom: 13px!important;
    text-align: right;
    padding-right: 20px;
    right: 0;
    left: inherit!important;
}

.scrollImg .swiper-title{
    width: 500px;
    height: 41px;
    line-height: 41px;
    background: rgba(0,0,0,.6);
    color:rgba(255,255,255,0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.scrollImg .swiper-title span{
    display: inline-block;
    width: 305px;
    padding-left: 12px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.swiper-slide{
    border-radius:5px;
}
.slideTitle{
    width:100%;
    height: 42px;
    background: linear-gradient(180deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.5) 100%);
    border-radius: 0px 0px 5px 5px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    padding:10px 15px;
    box-sizing:border-box;
}
.swiper-pagination-fraction{
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #FFFFFF;
}
.warpContent{
    position: relative;
    background: #F6F8FA;
}
.warpContent .back_bg{
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, #0EC091 0%, #FAFAFA 100%);
    opacity: 0.15;
}
.iconBox{
    position: relative;
    top: -280px;
    width: 1440px;
    margin:0 auto;
    padding:0 320px;
    box-sizing: border-box;
}
.searchResult.dis{
    display: none;
}
.total{
    color: #35663a;
}
.searchBox{
    margin-top:30px;
}
.searchBar{
    width:100%;
    height:50px;
    margin-bottom:20px;
}
.searchDrop{
    position: relative;
}
.clearIcon{
    position: absolute;
    background-image:url('../Image/clearIcon.png');
    width:15px;
    height: 15px;
    right:15px;
    top:0;
    bottom: 0;
    margin:auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    cursor: pointer;
}
.searchBar>div:first-child{
    float:left;
}
.searchBtnBox{
    float: right;
    width: 105px;
    height: 50px;
    background: #17B574;
    border-radius: 0px 5px 5px 0px;
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.searchIcon{
    background-image:url('../Image/searchIcon.png');
    width: 22px;
    height: 22px;
    margin-right:5px;
}
.searchInput{
    width:695px;
    height:50px;
    padding-left:30px;
    background: white;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8B8B8B;
    border:0;
    outline: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
    border: 1px solid #EEEEEE;
}

.iconWrap{
    margin-top:20px;
}
.icon_item{
    height:140px;
    width:100%;
    background-image:url('../Image/iconItem_bg.png');
    background-size:260px 120px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color:white;
    margin-bottom:15px;
    border-radius: 5px;
    padding:20px 0px 20px 30px;
    box-sizing: border-box;
    overflow: hidden;
}
.icon_img{
    width:88px;
    height: 88px;
    margin-right:20px;
    float:left;
    border: 1px solid #F6F6F6;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.icon_box{
    width: calc(100% - 108px);
    float: left;
}
.icon_title{
    font-size: 18px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 16px;
}
.icon_title .marks{
    color:#17B574;
}
.icon_phone{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 20px;
}
.icon_phone img{
    width: 20px;
    height:20px;
    margin-right:5px;
}
.icon_bottom{
    margin-top:16px;
    display: flex;
    justify-content: flex-start;
}
.icon_bottom>div{
    width:22%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5E5E5E;
    position: relative;
    cursor: pointer;
}
.icon_bottom>div:last-child::after{
    display: none;
}
.icon_bottom>div::after{
    content:' ';
    position: absolute;
    height: 12px;
    background: #E6E6E6;
    width:1px;
    right:13%;
    top:4px;
}
.icon_bottom span.active{
    color: #17B574;
}
.icon_bottom .bottom_Icon{
    width:20px;
    height:20px;
    margin-right:5px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.icon_bottom .icon_home{
    background-image:url('../Image/icon_home.png');
}
.icon_bottom .icon_home.active{
    background-image:url('../Image/icon_home_active.png');
}
.icon_bottom .icon_money{
    background-image:url('../Image/icon_money.png');
}
.icon_bottom .icon_money.active{    
    background-image:url('../Image/icon_money_active.png');
}
.icon_bottom .icon_net{
    background-image:url('../Image/icon_net.png');
}
.icon_bottom .icon_net.active{
    background-image:url('../Image/icon_net_active.png');
}
.icon_bottom .icon_more{
    background-image:url('../Image/icon_more.png');
}
.icon_bottom .icon_more.active{
    background-image:url('../Image/icon_more_active.png');
}

.searchReasult{
    overflow: auto;
    display: none;
    width: 100%;
    height: 325px;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    bottom: -325px;
    z-index: 9;
    padding:15px;
    box-sizing:border-box;
}
.searchTip{
    width: 100%;
    height: 60px;
    background: rgba(30, 132, 255, 0.08);
    border-radius: 8px;
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #1E84FF;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
}
.searchItem{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    width: 100%;
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #E7E7E7;
}
.searchItem .marks{
    color:#17B574;
}
.resultIcon{
    width: 20px;
    height: 20px;
    margin-right:5px;
    background-image:url('../Image/searchItemIcon.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.noData{
    margin: 0 auto;
    text-align: center;
}
.noData img{
    display: block;
    width:231px;
    height:180px;
    margin: 60px auto 0px auto ;
}
.noData span{
    font-size: 15px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #8B8B8B;
    margin-top:10px;
}