.content-container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    padding: 32px 96px;
    margin: 0 auto;
    background-color: #f7f8f9;
}
.shop-card-container {
    width: 100%;
    /*height: 100%;*/
    padding-top: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
}
.shop-card-container .tabledata-container{
    width: 100%;
    /*height: 100%;*/
    padding-top: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;

}
.shop-card-container .tabledata-container .page-box{
    width: 100%;

}
.shop-card-container .card-item {
    width: calc(16.6666667% - 20px);
    padding: 20px;
    margin-right: 24px;
    margin-bottom: 24px;
    border-radius: 6px;
    background: linear-gradient( 180deg, #FFFFFF 25%, #FFEDEC 100%);
    -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05);
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05);
}
.shop-card-container .card-item:nth-child(6n) {
    margin-right: 0px;
}
.shop-card-container .card-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /*height: 100%;*/
}
.shop-card-container .card-item a .card-item-avatar {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

.shop-card-container .card-item a .card-item-bottom {
    padding-left: 20px;
    flex: 1;
    overflow: hidden;
}
.shop-card-container .card-item a .card-item-bottom .name {
    color: #333;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
}

.shop-card-container .card-item a .card-item-bottom .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.shop-card-container .card-item a .card-item-bottom .info .cell {
    flex: 1;
    text-align: center;
}
.shop-card-container .card-item a .card-item-bottom .info .cell span {
    font-size: 14px;
    color: #E20A00;
}
.shop-card-container .card-item a .card-item-bottom .info .cell p {
    color: #555;
    font-size: 14px;
    line-height: 1.25;
}

.theme-wrapper {
    width: 100%;
}
.theme-wrapper .theme-module {
    width: 100%;
    min-height: 360px;
    background-image: url('../images/theme/new-fav-1.png');
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: center top;
    background-color: #ffffff;
    padding: 24px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.theme-wrapper .theme-module .title {
    font-weight: 700;
    font-size: 44px;
    line-height: 40px;
    color: #fff;
}
.theme-wrapper .theme-module .tip {
    font-size: 18px;
    line-height: 22px;
    margin-top: 24px;
    color: #fff;
}
.theme-wrapper .theme-search-box {
    width: 520px;
    height: 50px;
    background: #fff;
    padding: 2px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-top: 48px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.theme-wrapper .theme-search-box input {
    width: 440px;
    height: 46px;
    padding: 8px 12px;
    font-size: 14px;
    color: #666;
}
.theme-wrapper .theme-search-box .theme-search-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 46px;
    background: #E20A00;
    border-left: 1px solid #e8e8e8;
    -webkit-border-radius: 0 40px 40px 0;
    border-radius: 0 40px 40px 0;
    color: #FFF;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.theme-wrapper .theme-search-box .theme-search-btn span {
    margin-left: 4px;
}
.theme-wrapper .nav-menu {
    width: 100%;
    max-width: 1920px;
    margin: 0px auto;
    padding: 32px 96px;
    /*    border-bottom: 1px solid #f5f5f5;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.theme-wrapper .nav-menu a.nav-menu-item {
    margin-right: 90px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}