body{
    background:#eee;
}
.header{
    background-color: #FFF;
}
.header a{
    display:block;
    margin:0 auto;
}
.tit-con{
    width: 100%;
    padding: 20px 0 10px;
    background: #fff;
    text-align:center;
}

.tit-con h1,.tit-con .h2{
    color:#000;
    z-index:2;
    padding:0;
    margin:0 20px;
    font-size:14px;
    line-height:25px;
    font-weight:700;
}

.tit-con p{
    color:#000;
    line-height:19px;
    z-index:2;
    font-family: Roboto-Light;
    font-size:12px;
}
.homepage .tit-con p{
    padding:10px 17px 0;
}
.homepage .tit-con h1{
    line-height:30px;
    text-align:center;
}
.homepage h2{
    font-size:18px;
    font-weight:700;
}
.tit-con .tit-img{
    width: 82.4%;
    position: relative;
    z-index: 1;
}

.tit-con a{
    font-size:12px;
    color:rgba(255,255,255,.3);
    position: relative;
    z-index: 1;
}

.tit-con .index_bg1{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.tit-con .top_ad{
    width:96%;
    margin:5px auto 0;
    background:#fff;
}

.categories{
    margin-top: 25px;
}

.discounts .h-con{
    margin: 15px 15px 25px;
    height: 100px;
}

.discounts .tit-img{
    width: 78.9%;
    position: relative;
    z-index: 1;
}

.discounts h2{
    position: absolute;
}

.discounts .h-con .index_bg2{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/***read more***/
.read-more-wrapper {
    position: relative;
    max-height: 87px;
    overflow: hidden;
    padding-top: 15px;
    -moz-transition: max-height 1s ease-in-out;
    -ms-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}
.read-more-wrapper:not(.expanded) {
    -moz-transition: max-height 250ms ease-in-out;
    -ms-transition: max-height 250ms ease-in-out;
    -o-transition: max-height 250ms ease-in-out;
    -webkit-transition: max-height 250ms ease-in-out;
    transition: max-height 250ms ease-in-out;
    -moz-animation: readLessAnimation 250ms;
    -ms-animation: readLessAnimation 250ms;
    -o-animation: readLessAnimation 250ms;
    -webkit-animation: readLessAnimation 250ms;
    animation: readLessAnimation 250ms;
}
.read-more {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-top: 25px;
    margin-bottom: 0;
    text-align: center;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
}
.read-more p {
    color: #689F38;
    cursor: pointer;
    width: 100%;
    display: block;
    line-height: 35px;
    font-size: 14px;
    margin-bottom: 0;
}
.read-more-wrapper .read-more p svg path {
    fill: #689F38;
}
.read-more p span.less {
    display: none;
}
.read-more-wrapper.expand {
    max-height: 999999px;
}
.read-more-wrapper.expanded {
    padding-bottom: 35px;
}
.read-more-wrapper .read-more p svg {
    width: 5px;
    height: 10px;
    margin: 0 0 0 4px;
    vertical-align: middle;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.read-more-wrapper.expanded .read-more svg {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.ui.container .read-more-wrapper .read-more p {
    color: #689F38;
    cursor: pointer;
    width: 100%;
    display: block;
    line-height: 30px;
    font-size: 12px;
    margin-bottom: 0;
}

.popular_list_wrap ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.popular_list_wrap ul li{
    border-bottom: 1px solid #eee;
    padding:0 10px;
    display:none;
}
.popular_list_wrap ul li:nth-of-type(1), .popular_list_wrap ul li:nth-of-type(2), .popular_list_wrap ul li:nth-of-type(3), .popular_list_wrap ul li:nth-of-type(4), .popular_list_wrap ul li:nth-of-type(5){
    display:block;
}
.popular_list_wrap ul li:last-child{
    border-bottom: 1px solid #eee;
}
.popular_list_wrap ul li a{
    overflow: hidden;
    font-size: 14px;
    padding:15px 0 10px;
    display: block;
    position:relative;
}
.popular_list_wrap ul li a i{
    float: right;
}
.popular_list_wrap ul li .toptitle{
    width:65%;
    float:right;
    color:#212121;
}
.popular_list_wrap ul li .topimage img{
    width:100%;
    border:1px solid #e9e9e9;
}
.popular_list_wrap ul li .topimage{
    width:30%;
    float:left;
}
.popular_list_wrap ul li button.ui.basic.button{
    position:absolute;
    right:0;
    bottom:15px;
    font-size:12px!important;
    background:#9c27b0!important;
    color:#fff!important;
}
a.alphabet{
    display:block;
    text-align:center;
    padding:5px 0;
    background-color: #F1F8E9;
    -webkit-box-shadow: 0px 0px 0px 1px #F1F8E9 inset;
    box-shadow: 0px 0px 0px 1px #F1F8E9 inset;
    color:#33691E;
}
a.alphabet.active{
    background-color:#F1F8E9;
}

header.nav {
    background: #8BC34A;
    color: #fff;
    height: 48px;
    position: relative;
}
.nav_btn {
    float: left;
    width: 48px;
    height: 100%;
}
.nav_btn i.ui.icon {
    font-size: 20px;
    color: #fff;
    margin: 14px 0 0 7px;
}
header.nav div.header {
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0 5px;
    line-height: 48px;
    width: calc(100% - 110px);
    padding:0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.titleblock{
    background:#9c27b0;
    width:100%;
    padding:10px 10px;
}
.titleblock h1.header{
    background:#9c27b0;
    text-align:left;
    font-size:16px;
    padding:0 0 0px;
}
.titleblock p{
    color:#fff!important;
    margin:10px 0 0;
    font-size:12px!important;
}
.category_list .list_item span{
    line-height: 21px;
    overflow-wrap: break-word;
    padding: 13px 50px 13px 16px;
    display: block;
    color: #333;
    cursor: pointer;
    outline: 0;
    text-decoration: none;

    border-bottom: 1px solid #e6e7e8;
    position: relative;
    display: block;
    margin: 0;
}

.ampTabContainer {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    width:100%;
    border-radius: 0 0 6px 6px;
}
.tabButton {
    width: 35px;
    display: inline-block;
    list-style: none;
    flex-grow: 1;
    text-align: center;
    cursor: pointer;
    padding: 14px 0 10px;
    border-bottom:1px solid #eee;
    outline: none;
}
.tabContent {
    display: none;
    width: 100%;
    order: 1;
    border-top: 1px solid #eee;
    background: #fff;
    padding: 0px 20px;
    border-radius: 0 0 6px 6px;
}
.tabButton span {
    display: inline-block;
    width: 25px;
    background: #fff;
    border-radius: 50%;
    font-size: 15px;
    color: #000;
    line-height: 25px;
    font-family: Roboto-Bold;
}
.tab-item {
    width:50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tab-item a {
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
    color: #333;
    line-height: 40px;
}
.tabButton[option][selected] span, .tabButton:hover span {
    background: #A4006A;
    color: #fff;
}

.all_stores h2{
    display:block;
    position:relative;
    padding:15px;
    font-size:15px;
    font-family: Roboto-Bold;
    border-bottom:1px solid #eee;
}
/****** search part *****/
/*.gsc-search-box-tools .gsc-search-box .gsc-input{*/
/*    background:none!important;*/
/*}*/
.searcharea {
    width:100%;
    min-height: 33px;
    margin: 5px auto 0;
}

.searct_img {
    display: block;
    margin: 0 auto;
    width: 282px;
    height: 22px;
    margin-top: 42px;
}

.searct_text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 12px;
    margin-top: 9px;
    opacity: 0.8;
}

.index_search {
    width: 90%;
    height: 33px;
    background: rgba(242, 242, 242, 1);
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
}

input::-webkit-input-placeholder {
    color: #C4C4C4;
    font-size: 14px;
}

#search_form .commit {
    position: absolute;
    top: 4px;
    left: 22px;
    border: none;
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(196, 196, 196, 1);
    line-height: 24px;
    background: transparent;
}

.search_icon {
    position: absolute;
    right: 33px;
    top: 10px;
    width: 14px;
    height: 14px;
    background: url(/images/index_new_mobile/fdj.png)no-repeat center;
    background-size: 100%;
}
.mySwiper{
    position:relative;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet {
    background-color: #a4006a!important;
}
.swiper-pagination-bullet-active {
    background-color: #a4006a!important;
}
.swiper-button-prev {
    color: #a4006a!important;
}
.swiper-button-next {
    color: #a4006a!important;
}
.swiper-pagination {
    position: absolute;
    bottom: -20px!important;
    left: 0;
    width: 100%;
    text-align: center;
}
