* {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    height: 100%;
    background: #fff;
}

a {
    text-decoration: none;
    outline: none;
    display: block;
}

/* index-start */
.index_head {
    padding-top: 10px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-bottom: 10px; */
    overflow: hidden;
    /* background: red; */
}

.index_head_logo_img {
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 10px;
}

.index_head_image {
    width: 150px;
    height: 50px;
    display: block;

    /* background: #FFFFFF; */
}

.index_img_div {
    width: 96%;
    /* height: 200px; */
    margin: 10px auto;
    position: relative;
}

.index_img_div_image {
    width: 100%;
    height: 100%;
    display: block;
}

.index_img_div_content {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    background: rgba(256, 256, 256, 0.8);

    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;

}

.index_ipt_div {
    width: 96%;
    height: 30px;
    /* background: red; */
    margin: 0 auto;
    box-shadow: 0px 0px 5px #888888;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_ipt_div1 {
    width: 96%;
    height: 30px;
    /* background: red; */
    margin: 0 auto;
    box-shadow: 0px 0px 5px #888888;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eee;
}

.index_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_search_img {
    height: 20px;
    width: 20px;
    display: block;

}

.index_wenben1 {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    color: #999;
    margin-left: 20px;
}

.index_input {
    height: 30px;
    width: 75%;
    background: #EEEEEE;
    display: block;
    outline: none;
    border: 0;

}

.index_padd_10 {
    padding-right: 10px;
    padding-left: 10px;
    height: 20px;
    width: 20px;
    display: block;

}

.index_classify_box {
    width: 96%;
    height: auto;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;


}

.index_classify_div {
    display: block;
    width: 25%;
    /* height: 100px; */

    display: flex;
    align-items: center;
    justify-content: center;

}

.index_classify_img {
    /* width: 70px; */
    width: 83%;
    margin: 0 auto;
    /* height: 70px; */
    border-radius: 100%;
    /* border-radius: 38px; */
    display: block;

}

.index_classify_content {
    /* height: 20px; */
    /* line-height: 20px; */
    width: 100%;
    text-align: center;
    /* font-size: 14px; */
    font-size: 0.8rem;
    /* margin-top: 4px; */
    margin-top: 0.5rem;
    color: #000;

}

.index_static_img {
    width: 96%;
    /* height: 100px; */
    border-radius: 10px;
    overflow: hidden;
    margin: 10px auto;
}

.index_static_image {
    width: 100%;
    height: 100%;
    display: block;
}

.index_static_box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

.index_static_wenben {
    font-size: 20px;
    margin: 0 20px;
}

.index_xian {
    width: 80px;
    height: 4px;
    background: #333;
    border-radius: 2px;
}

.index_list_box {
    width: 96%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
}

.index_shop {
    width: 100%;
    /* height: 230px; */
    border-radius: 10px;
    box-shadow: 0px 0px 8px #888888;
    margin-bottom: 20px;
    overflow: hidden;
}

.index_title {
    font-size: 1rem;
    padding: 5px;


    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 10px;
    color: #333333;
    width: 88%;
}

.index_shop_image {
    display: block;
    width: 100%;

}


.index_top_div {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 2;
    right: 3%;
    bottom: 100px;
}

.index_top_image {
    width: 100%;
    height: 100%;
    display: block;
}


.index_mask {
    position: fixed;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;

}

.index_block_box {
    position: fixed;
    z-index: 3;
    background: #FFFFFF;
    width: 100%;
    height: 240px;
    left: 0;
    bottom: 0;
    display: none;
}

.index_block_div {
    width: 80%;
    height: 120px;
    margin: 20px 10%;
    /* background: red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_yuyan {
    width: 80px;
    height: 80px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.index_red {
    border: 1px solid red;
}

.index_guoqi {
    width: 80px;
    height: 80px;
    display: block;
}

.index_btn {
    width: 70%;
    height: 40px;
    background: #006699;
    border-radius: 10px;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 40px;

}

/* index-end */

/* classify-start */


.classify_head {
    padding-top: 10px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    overflow: hidden;
    /* background: red; */
}

.classify_head_image {
    width: 150px;
    height: 50px;
    display: block;
    /* background: #FFFFFF; */
}

.classify_head_logo_img {
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 10px;
}


.classify_ipt_div {
    width: 96%;
    height: 30px;
    /* background: red; */
    margin: 0 auto;
    box-shadow: 0px 0px 5px #888888;
    display: flex;
    justify-content: center;
    align-items: center;
}

.classify_ipt_div1 {
    width: 96%;
    height: 30px;
    /* background: red; */
    margin: 0 auto;
    box-shadow: 0px 0px 5px #888888;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eee;
}

.classify_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.classify_search_img {
    height: 20px;
    width: 20px;
    display: block;

}

.classify_wenben1 {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    color: #999;
    margin-left: 20px;
}

.classify_input {
    height: 30px;
    width: 75%;
    background: #EEEEEE;
    display: block;
    outline: none;
    border: 0;

}

.classify_padd_10 {
    padding-right: 10px;
    padding-left: 10px;
    height: 20px;
    width: 20px;
    display: block;

}

.classify_classify_box {
    width: 96%;
    height: auto;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;


}

.classify_classify_div {
    display: block;
    width: 25%;
    height: 100px;

    display: flex;
    align-items: center;
    justify-content: center;

}

.classify_classify_img {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    display: block;

}

.classify_classify_content {
    height: 20px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;

}


.classify_top_div {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 2;
    right: 3%;
    bottom: 100px;
}

.classify_top_image {
    width: 100%;
    height: 100%;
    display: block;
}

.classify_list_box a {
    width: 49%;

    box-shadow: 0px 0px 8px #888888;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    display: block;
}

.classify_list_box {
    width: 96%;
    margin: 10px auto;
    display: flex;
    height: auto;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    white-space: nowrap;

}

.classify_shop {
    /* width: 49%;
    height: 150px;
    box-shadow: 0px 0px 8px #888888;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden; */
    width: 100%;
    height: 100%;
}

.classify_shop_image {
    width: 100%;

    display: block;
}

.classify_shop_content {
    width: 100%;
    /* height: 30px; */
    display: block;
    /* line-height: 30px; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1rem;
    padding: 5px;

    color: #333;
}


/* classify-end  */

/* deails-start */


.deails_head {
    padding-top: 10px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    overflow: hidden;
    /* background: red; */
}

.deails_head_image {
    width: 150px;
    height: 50px;
    display: block;
    /* background: #FFFFFF; */
}

.deails_head_logo_img {
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 10px;

}

.deails_name {
    font-size: 18px;
    width: 96%;
    height: auto;
    line-height: 24px;
    margin: 0 auto;
    font-weight: bold;
    margin-bottom: 10px;
}

.deails_name_content {
    font-size: 14px;
    color: #aaa;
    width: 96%;
    height: auto;
    margin: 0 auto;
    line-height: 20px;
    margin-bottom: 10px;
}

.deails_img_box {
    white-space: nowrap;
    overflow-x: auto;
}

.deails_img_div {
    border-radius: 5px;
    margin: 0 1px;
    display: inline-block;
    overflow: hidden;
}

.deails_img_div a {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin: 0 6px;
    /* display: inline-block; */
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.deails_image {
    height: 100%;
    width: auto;
    display: block;
}

.deails_static_div1 {
    width: 96%;
    height: 40px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.deails_xian {
    width: 120px;
    height: 1px;
    background: #999;
}

.deails_wenben2 {
    font-size: 16px;
    color: #999;
}

.deails_static_div2 {
    width: 80%;
    height: 40px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.deails_xian2 {
    width: 80px;
    height: 4px;
    background: #333;
    border-radius: 2px;
    margin: 0 10px;
}

.deails_wenben4 {
    font-size: 16px;
    color: orange;
}

.deails_static_div {
    width: 96%;
    height: auto;
    margin: 10px auto;
    margin-bottom: 20px;

}

.deails_search_img {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    display: block;
}


.deails_box {
    width: 96%;
    height: auto;
    margin: 20px auto;
    position: relative;
}

.deails_img_static {
    width: 25px;
    height: 25px;
}

.deails_image_static {
    width: 25px;
    height: 25px;
    display: block;
}

.deails_xz {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -o-transform: rotate(180deg); /* Opera */
    -moz-transform: rotate(180deg); /* Firefox */
    position: absolute;
    right: 0;
}

.deails_jiao_list {
    width: 78%;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    color: #aaa;
}

.deails_wenben3 {
    line-height: 30px;
    width: 100%;
    height: auto;
    box-shadow: 0 0 4px #ddd;
    padding: 5px;
    margin-bottom: 10px;
}

.deails_jiaoimg {
    width: 100%;
    height: auto;
    display: block;
    padding: 5px;
    box-shadow: 0 0 5px #ddd;
    margin-bottom: 10px;
}


.deails_food_box {
    width: 96%;
    height: auto;
    margin: 0 auto;
}

.deails_food_wenben {
    width: 100%;
    height: auto;
    line-height: 24px;
    font-size: 16px;
    color: #333333;
}

.deails_food_img {
    width: 100%;

    display: block;
    margin: 10px auto;
}


video {
    height: 13.125rem !important;

    object-fit: fill;
}

/* deails-end  */


/* search_no-start */


.deails_name {
    font-size: 18px;
    width: 96%;
    height: auto;
    line-height: 24px;
    margin: 0 auto;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.deails_name_content {
    font-size: 14px;
    color: #aaa;
    width: 96%;
    height: auto;
    margin: 0 auto;
    line-height: 20px;
    margin-bottom: 10px;
}

.deails_img_box {
    white-space: nowrap;
    overflow-x: auto;
}

.deails_img_div {
    border-radius: 5px;
    margin: 0 1px;
    display: inline-block;
    overflow: hidden;
}

.deails_img_div a {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin: 0 6px;
    /* display: inline-block; */
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.deails_image {
    height: 100%;
    width: auto;
    display: block;
}

.deails_static_div1 {
    width: 96%;
    height: 40px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.deails_xian {
    width: 120px;
    height: 1px;
    background: #999;
}

.deails_wenben2 {
    font-size: 16px;
    color: #999;
}

.deails_static_div2 {
    width: 80%;
    height: 40px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.deails_xian2 {
    width: 80px;
    height: 4px;
    background: #333;
    border-radius: 2px;
    margin: 0 10px;
}

.deails_wenben4 {
    font-size: 16px;
    color: orange;
}

.deails_static_div {
    width: 96%;
    height: auto;
    margin: 10px auto;
    margin-bottom: 20px;

}

.deails_search_img {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    display: block;
}


.deails_box {
    width: 96%;
    height: auto;
    margin: 20px auto;
    position: relative;
}

.deails_img_static {
    width: 25px;
    height: 25px;
}

.deails_image_static {
    width: 25px;
    height: 25px;
    display: block;
}

.deails_xz {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -o-transform: rotate(180deg); /* Opera */
    -moz-transform: rotate(180deg); /* Firefox */
    position: absolute;
    right: 0;
}

.deails_jiao_list {
    width: 78%;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    color: #aaa;
}

.deails_wenben3 {
    line-height: 30px;
    width: 100%;
    height: auto;
    box-shadow: 0 0 4px #ddd;
    padding: 5px;
    margin-bottom: 10px;
}

.deails_jiaoimg {
    width: 100%;
    height: auto;
    display: block;
    padding: 5px;
    box-shadow: 0 0 5px #ddd;
    margin-bottom: 10px;
}


.deails_food_box {
    width: 96%;
    height: auto;
    margin: 0 auto;
}

.deails_food_wenben {
    width: 100%;
    height: auto;
    line-height: 24px;
    font-size: 16px;
    color: #333333;
}

.deails_food_img {
    width: 100%;

    display: block;
    margin: 10px auto;
}


/* deails-end  */


/* search_no-start */


.search_no_head {
    padding-top: 10px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    overflow: hidden;

}

.search_no_head_image {
    width: 150px;
    height: 50px;
    display: block;
    /* background: #FFFFFF; */
}

.search_no_head_logo_img {
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 10px;
}


.search_no_ipt_div1 {
    width: 96%;
    height: 30px;
    /* background: red; */
    margin: 0 auto;
    box-shadow: 0px 0px 5px #888888;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eee;
}

.search_no_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_no_search_img1 {
    height: 20px;
    width: 20px;
    display: block;

}

.search_no_wenben1 {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    color: #999;
    margin-left: 20px;
}

.search_no_input {
    height: 30px;
    width: 75%;
    background: #EEEEEE;
    display: block;
    outline: none;
    border: 0;

}

.search_no_padd_10 {
    padding-right: 10px;
    padding-left: 10px;
    height: 20px;
    width: 20px;
    display: block;

}


.search_no_none_img {
    width: 160px;
    height: 160px;
    margin: 30px auto;
    display: block;
    /* background: red; */
}

.search_no_static {
    width: 100%;
    height: 40px;
    font-size: 14px;
    text-align: center;
    color: #333333;
}


.search_no_wenben {
    color: #333333;
    font-size: 14px;
    padding: 10px 2%;
}


.search_no_shop_box {
    width: 96%;
    height: auto;
    margin: 0 auto;
}


.search_no_shop {
    width: 100%;

    box-shadow: 0px 0px 8px #888888;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;


}

.search_no_shop_img {
    width: 100%;

    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.search_no_shop_wenben_div {
    width: 100%;

    height: 3.6rem;
    background: rgba(256, 256, 256, 0.8);

    line-height: 20px;
    font-size: 16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    position: absolute;
    bottom: 0;


}

.search_no_shop_wenben {

    width: 78%;
    margin-left: 4%;
    line-height: 1.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
}

.search_no_return {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 80%;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -o-transform: rotate(180deg); /* Opera */
    -moz-transform: rotate(180deg); /* Firefox */
}


.search_no_top_div {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 2;
    right: 3%;
    bottom: 100px;
}

.search_no_top_image {
    width: 100%;
    height: 100%;
    display: block;
}


.search_no_static_div {
    width: 96%;
    height: auto;
    margin: 10px auto;
    margin-bottom: 20px;

}

.search_no_search_img {
    width: 100%;

    border-radius: 10px;
    display: block;
}

.search_no_btn {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 10px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #FFFFFF;
    background: orange;
}

.search_no_btn_wenben {
    margin-right: 10px;
}


/* search_no-end  */


/* special-start */


.special_head {
    padding-top: 10px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    overflow: hidden;
    /* background: red; */
}

.special_head_image {
    width: 150px;
    height: 50px;
    display: block;
    /* background: #FFFFFF; */
}

.special_head_logo_img {
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 10px;
}


.special_top_div {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 2;
    right: 3%;
    bottom: 100px;
}

.special_top_image {
    width: 100%;
    height: 100%;
    display: block;
}


.special_shop_box {
    width: 96%;
    height: auto;
    margin: 0 auto;
}

.special_shop {
    width: 100%;

    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.special_shop_img {
    max-height: 100%;
    width: 100%;
    display: block;
}


.goods-list-2 {
    padding: .5rem .6rem;
}

.goods-list-2 li a {
    padding: .5rem .5rem;
    border: 1px solid #ddd;
    border-top: none;
    display: -webkit-flex;
    display: flex;
}

.goods-list-2 li:nth-child(1) {
    border-top: 1px solid #ddd;
}

.goods-list-2 li .thumb {
    width: 4.2rem;
    max-height: 4.2rem;
    overflow: hidden;
    flex: 0 0 auto;
}

.goods-list-2 li .thumb img {
    width: 100%;
}

.goods-list-2 li .ct {
    width: 70%;
    flex: 1 1 auto;
    padding-left: .6rem;
}

.goods-list-2 li .ct .tit {
    height: 2rem;
    line-height: 1.1rem;
    padding: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
}

.goods-list-2 li .ct .price {
    height: 2rem;
    padding: .5rem 0 0;
    overflow: hidden;
    color: #ed0000;
}

.goods-list-2 li .arrow {
    width: 1.6rem;
    flex: 0 0 auto;
    text-align: center;
    line-height: 100%;
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.goods-list-2 li .arrow .icon {

}

.ico_img {
    width: 25px;
    height: 25px;
    display: block;
}

.ICP {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #999;

    bottom: 0;
    /* background: #eee; */
    height: 30px;
    line-height: 30px;
    z-index: 3;
    background: #fff;
}

.fild {
    position: fixed;
}

.play-box {
	background: #fff;
	height: 12rem;
	overflow: hidden;
}

.play-box iframe {
	display: block;
	height: 14rem;
	padding: 10px 0;
	clear: both;
	border: none;
	transform: translate(0, -3rem);
}

@media screen and (min-width: 320px){
	.play-box {
		background: #fff;
		height: 12rem;
		overflow: hidden;
	}

	.play-box iframe {
		display: block;
		height: 14rem;
		padding: 10px 0;
		clear: both;
		border: none;
		transform: translate(0, -3rem);
	}
}
@media screen and (min-width: 375px){
	.play-box {
		background: #fff;
		height: 14rem;
		overflow: hidden;
	}

	.play-box iframe {
		display: block;
		height: 17.1rem;
		padding: 10px 0;
		clear: both;
		border: none;
		transform: translate(0, -3.1rem);
	}
}



@media screen and (min-width: 414px){
	.play-box {
		background: #fff;
		height: 15rem;
		overflow: hidden;
	}

	.play-box iframe {
		display: block;
		height: 19rem;
		padding: 10px 0;
		clear: both;
		border: none;
		transform: translate(0, -4rem);
	}
}

/* special-end  */


.footer-tips {
    text-align: center;
    color: #999;
    font-size: 12px;
    text-indent: 2%;
}

