.wrap {
    margin-bottom: 46px;
}
.experience_banner {

}
.experience_search {
    display: flex;
    justify-content: space-between;
    margin: 42px 0;
    position: relative;
}
.experience_title1 {
    color: #E6E6E6;
    font-size: 50px;
    position: absolute;
    top: -28px;
    left: -39px;
    font-weight: 100;
    font-family: monospace;
}
.content1_right.wow.fadeInRight img{width:774px}
.experience_abs {
    margin-top: 19px;
    z-index: 9;
}
.experience_title2 {
    font-size: 23px;
    margin-top: 14px;
    margin-left: -76px;
    z-index: 9;
}
.experience_search .search_items {
    display: flex;
    padding: 10px 13px;
    background-color: #E4E4E4;
}
.experience_search .search_items .search_item {

}
.experience_search .search_items .search_item select {
    width: 250px;
    height: 39px;
    margin-left: 10px;
    border: none;
}
.experience_search .search_items .search_item:first-child select {
    margin-left: 0;
}
.experience_search .search_items .search_icon {
    margin-left: 12px;
    cursor: pointer;
}

.experience_shops {
    text-align: left;
}
.experience_shop {
    margin-bottom: 36px;

}
.experience_shop .shop_img {
    overflow: hidden;
}
.experience_shop:hover .shop_img img{
    transform: scale(1.05);
}
.shop_items {
    background-color: #F0F0F0;
    padding: 10px 10px 23px;
}
/* .experience_shop:hover .shop_items{
    background-color: #db0f65;
} */

.shop_items .shop_name {
    color: black;
    font-size: 14px;
}
.shop_items .addr_addr {
    color: #3E3E3E;
    margin-top: 2px;
    height: 42px !important;
    width: 100% !important;
    text-align: left;
}
.shop_items .addr_tel {
    margin-bottom: 18px;
    color: #3E3E3E;
    margin-top: 2px;
}
.shop_items .order {
    color: #DB0F65;
    border: 1px solid #DB0F65;
    padding: 8px 34px;
}
.shop_items .detail {
    background-color: #5C5C5C;
    color: #fff;
    padding: 9px 31px;
    margin-left: 32px;
}

.left, .right {
    overflow: hidden;
    opacity: 1;
    left: 0px;
}
.left img {
    position: absolute;
    top: 0px;
    left: -2.31818px;
    width: 684px;
    height: 235px;
    max-width: none;
}
.right img {
    position: absolute;
    top: 0px;
    left: -2.31818px;
    width: 684px;
    height: 235px;
    max-width: none;
}

/* 详情页 */
.content1 {
    background-image: url(../img/add/shop-5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content1 .content1_right {
    overflow: hidden;
}
.content1 .content1_right img:hover {
    transform: scale(1.05);
}
.content1 .content1_left {
    padding-left: 39px;
}
.content1 .content1_left .text1 {
    font-size: 19px;
    font-weight: 600;
    font-size: 22px;
}
.content1 .content1_left .text2 {
    margin-top: 14px;
    margin-bottom: 36px;
    font-size: 16px;
}
.content1 .content1_left .text3 {
    margin-top: 12px;
    font-size: 16px;
}
.content1 .content1_left .text3.last {
    margin-bottom: 50px;
}
.content1 .content1_left .btn {
    color: #fff;
    background-color: rgb(219,15,102);
    padding: 8px 46px;
    font-size: 17px;
}
.content2 {
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
    overflow: hidden;
}
.content2_left, .content2_right {
    position: relative;
    margin-left: 11px;
}
.content2 .experience_title1 {
    color: #E6E6E6;
    font-size: 50px;
    position: absolute;
    top: -22px;
    left: -9px;
    font-weight: 100;
    font-family: monospace;
    z-index: -1;
}
.content2 .experience_title2 {
    font-size: 23px;
    margin-top: 14px;
    margin-left: 0;
    z-index: 9;
    margin-bottom: 27px;
}
.content2_item {
    display: flex;
    
}
.content2_item > div {
    overflow: hidden;
}
.content2_item img:hover{
    transform: scale(1.05);
}
.content2_item,.last {
    margin-top: 24px;
}
.content2 .shop_items {
    background-color: #F0F0F0;
    padding: 18px 0px 0 16px;
    width: 219px;
}
.content2 .shop_items .shop_name {
    color: black;
    font-size: 15px;
}
.content2 .shop_items .addr_addr {
    color: #3E3E3E;
    margin-top: 2px;
}
.content2 .shop_items .addr_tel {
    margin-bottom: 18px;
    color: #3E3E3E;
    margin-top: 2px;
}
.content2 .shop_items .order {
    color: #DB0F65;
    border: 1px solid #DB0F65;
    padding: 8px 54px;
    display: inline-block;
}
.content2 .shop_items .detail {
    background-color: #5C5C5C;
    color: #fff;
    padding: 9px 41px;
    margin-left: 0;
    display: inline-block;
    margin-top: 10px;

}


experience_banner img {
    width: 100%;
}
.experience_shop {
   width: 30%;
   display: inline-block;
   margin-right: 4.5%;
}

.experience_shop:nth-child(3n) {
  margin-right: 0;
}


@media screen and (max-width: 1280px) {
    .experience_search .search_items .search_item select {
        width: 200px;
    }
    .experience_title2{
        font-size: 20px
    }
    .shop_items .order {
        padding: 8px 24px;
    }
    .shop_items .detail {
        padding: 9px 15px;
        margin-left: 10px;
    }
}

.experience_banner img {
    width: 100%;
}