.shopView {
    width: 100%;
    height: 100%;
    margin: 0 auto;
	position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.shop-navBar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 102;
}
.shop-navBar-item {
    height: 44px;
    min-width: 15%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    padding: 0 .9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .7rem;
    white-space: nowrap;
    overflow: hidden;
    color: #808080;
    position: relative;
}
.shop-navBar-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -25%;
    font-size: .9rem;
    font-weight: bold;
}
.shop-navBar-item:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.shop-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 47px;
    width: 80%;
    margin-left: 25%;
}
.shop-center-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
}
.shop-search-box {
    background: #ffffff;
    border-radius: 22px;
    position: relative;
    width: 100%;
    height: 31px;
}
.shop-search-box input {
    width: 100%;
    background: none;
    border: none;
    font-size: .85rem;
    text-align: left;
    height: 31px;
    padding: .55rem 0 .45rem 2rem;
}
.icon-search {
    position: absolute;
    left: 8px;
    top: .35rem;
    background-size: 19px;
	background-image: url('../images/icon-top-search.png');
}

.m-slider {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}
.slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.slider-item {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #f6f6f6;
}
.slider-item img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}
.slider-pagination {
    text-align: right;
    position: absolute;
    width: 100%;
    z-index: 2;
    right: 0;
    bottom: 10px;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slider-pagination > .slider-pagination-item {
    margin: 0 .25rem;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: rgba(255,255,255,0.4);
}
.slider-pagination > .slider-pagination-item.slider-pagination-item-active {
    background-color: #fff;
    border-radius: 100%;
}

/* DIY商品分类 */
.shop-palace {
    padding: .5rem 0;
    position: relative;
    overflow: hidden;
}
.shop-palace-grid {
    position: relative;
    float: left;
    padding: 1px;
    width: 20%;
    box-sizing: border-box;
    margin: 5px 0;
}
.shop-palace-grid-icon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
.shop-palace-grid-icon img {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}
.shop-palace-grid-text {
    display: block;
    text-align: center;
    color: #333;
    font-size: .85rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: .2rem;
}
.shop-palace-grid-text h2 {
    font-size: .8rem;
    font-weight: normal;
    color: #666666;
}
.shop-palace-one .shop-palace-grid-icon {
    width: 40px;
    height: 40px;
}

/* DIY商品板块整体风格 */
.shop-goods-wrap{
	background-color: #fff;
}

/* DIY商品板块标题 */
.shop-flex-title {
    text-align: center;
}
.shop-flex-title .shop-recommend-title {
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-flex-title .shop-recommend-title .icon-title{
    width: 25px;
    height: 15px;
    display: block;
	background-repeat: no-repeat;
    background-size: 19px;
    margin-top: 6px;
}

/* DIY一行两个商品样式 */
.shop-recommend-two {
    overflow: hidden;
}
.shop-recommend-two .shop-hot-list-img {
    margin: 0 1% 2% 1%;
    width: 47.999%;
    background: white;
    padding: .8rem;
	float: left;
}
.shop-recommend-two .shop-hot-list-img .goods-cover{
	padding-bottom: 100%;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.shop-recommend-two .shop-hot-list-img .goods-cover .img-cover{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    font-size: 0;
}
.shop-recommend-two .shop-hot-list-img .goods-cover .img-cover img{
	width: 100%;
	height: 100%;
}
.shop-recommend-two .shop-hot-list-img .goods-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    font-size: .8rem;
    font-weight: normal;
    margin-bottom: .5rem;
	line-height: 1.2rem;
	height: 2.5rem;
}
.shop-recommend-two .shop-hot-list-img h2 {
    color: #f34b25;
    font-size: .9rem;
    font-weight: normal;
    width: 100%;
    position: relative;
}
.shop-recommend-two .shop-hot-list-img h3 em {
	font-size: .75rem;
    color: #bdbdbd;
	font-weight: normal;
    font-style: normal;
    text-decoration: line-through;
}
.shop-recommend-two.static .shop-hot-list-img {
	border-bottom: 1px #efefef solid;
	border-right: 1px #efefef solid;
    margin: 0;
    width: 50%;
}
.shop-recommend-two.static .shop-hot-list-img:nth-child(2n){
	border-right: none;
}
.shop-recommend-two.static .shop-hot-list-img:nth-last-child(1),.shop-recommend-two.static .shop-hot-list-img:nth-last-child(2){
	border-bottom: none;
}

/* DIY一行一个商品样式 */
.shop-recommend-one {
    overflow: hidden;
}
.shop-recommend-one .shop-flex-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
	padding: 15px 10px;
	border-bottom: 1px solid #e2e2e2;
}
.shop-recommend-one .shop-flex-2:last-child{
	border-bottom: none;
}
.shop-recommend-one .shop-flex-2 .shop-goods-img {
	position: relative;
    width: 122px;
    height: 122px;
    margin-right: .7rem;
}
.shop-recommend-one .shop-flex-2 .shop-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}
.shop-recommend-one .shop-flex-2 .shop-flex-box h2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    font-size: .85rem;
    margin-bottom: .8rem;
    position: relative;
    font-weight: normal;
}
.shop-recommend-one .shop-flex-2 .shop-flex-box h3 {
    color: #ff3d00;
    font-weight: normal;
    font-size: .85rem;
    overflow: hidden;
	margin-bottom: 1rem;
}
.shop-recommend-one .shop-flex-2 .shop-flex-box h3 em {
    font-style: normal;
    float: left;
}
.shop-recommend-one .shop-flex-2 .shop-flex-box h3 i {
    font-style: normal;
    font-size: .75rem;
    color: #bdbdbd;
    text-decoration: line-through;
    margin-left: .6rem;
}
.shop-recommend-one .shop-flex-2 .shop-flex-box h4{
	position: relative;
	font-weight: normal;
}
.shop-recommend-one .shop-flex-2 .shop-flex-box h4>em {
	font-style: normal;
    color: #777;
    font-size: .8rem;
}
.shop-recommend-one .shop-flex-2 .shop-flex-box h4>i {
    font-style: normal;
    float: right;
}

/* DIY商品板块查看更多 */
.browse-more{
	font-size: .7rem;
    padding: 10px 15px;
	text-align: center;
}

/* DIY通知公告样式 */
.show-news-wrap .shop-news {
	display: block;
    width: 45px;
}
.show-news-wrap .news-line {
    color: #fff;
    height: 45px;
    min-height: 23px;
    overflow: hidden;
	margin-top: -4px;
}
.show-news-wrap .news-line a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #3f3f3f;
    font-size: .9rem;
}
.show-news-wrap .news-line li {
    height: 25px;
    padding-left: 12px;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: justify;
    width: 100%;
    position: relative;
    padding-right: 20px;
}
.show-news-wrap .news-line li em{
    font-style: normal;
    color: #fec10d;
	background: #f5f5f5;
    font-size: .7rem;
    border-radius: 3px;
    padding: 3px 5px;
    margin-right: 5px;
}

/* 图片组样式 */
.cubeimg_wrap {
    position: relative;
    width: 100%;
	overflow: hidden;
}
.cubeimg_wrap .cubeimg-inner {
    float: left;
    margin: 0;
    text-align: center;
    overflow: hidden;
}

.cubeimg_wrap .cubeimg-left {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.cubeimg_wrap .cubeimg-inner img {
    height: 100%;
    width: 100%;
	vertical-align: middle;
}
.cubeimg_wrap .cubeimg-right {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
}
.cubeimg_wrap .cubeimg-right .cubeimg-top {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.cubeimg_wrap .cubeimg-right .cubeimg-bottom {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 0;
}
.cubeimg_wrap .cubeimg-right .cubeimg-bottom .cubeimg-bottom-one {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.cubeimg_wrap .cubeimg-right .cubeimg-bottom .cubeimg-bottom-two {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
}
.cubeimg_wrap .w-25 {
    width: 25%;
}
.cubeimg_wrap .w-33 {
    width: 33.33333%;
}
.cubeimg_wrap .w-50 {
    width: 50%;
}
.cubeimg_wrap .cubeimg-most {
    position: relative;
}
.cubeimg_wrap .cubeimg-most:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.cubeimg_wrap .cubeimg-most img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 商品分类搜索框 */
.shop-category-header{
	position: fixed;
	width: 100%;
	z-index: 1001;
}
.shop-category-header .shop-category-input{
	color: #8e8e93;
	background: #f7f7f7 !important;
	border-radius: 22px;
}

/* 右上角菜单列表 */
.header-right-top-shortcut {
    position: fixed;
    top: 46px;
    right: .7rem;
    z-index: 1002;
    border-radius: 4px;
    width: 125px;
    background: rgba(0,0,0,.8);
}
.header-right-top-shortcut:after {
    position: absolute;
    top: -5px;
    right: .5rem;
    width: 10.5px;
    height: 5px;
    background: url('../images/icon-right-top-shortcut-after.png') no-repeat 50%;
    background-size: 100% 100%;
    content: "";
}
.header-right-top-shortcut li {
    display: block;
    position: relative;
    margin-left: 40px;
    border-bottom: 1px solid hsla(0,0%,100%,.2);
    height: 40px;
    line-height: 40px;
    z-index: 1000;
}
.header-right-top-shortcut li:last-child {
    border-bottom: none;
}
.header-right-top-shortcut li a {
    display: block;
    border: 0;
    width: 100%;
    font-size: 14px;
    color: #fff;
    z-index: 1000;
    text-decoration: none;
}
.header-right-top-shortcut a span {
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 40px;
}
.header-right-top-shortcut a strong {
    font-weight: 400;
}
.white-shade{
	display: none;
	position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

/* 返回顶部 */
.btn-scroll-up {
    display: none;
    position: fixed;
    bottom: 135px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 111;
}

/* 加载更多 */
.loading_div{
	margin: 15px 0;
	height: 15px;
	text-align: center;
}
.loading_div .loading_bd{
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../images/loaded.png?') no-repeat center;
	background-size: auto 100%;
}
.loading_div a{
	font-size: 12px;
	color: #4a4a4a;
}
.loading_div a > img{
	width: 12px;
	height: 12px;
	vertical-align: -2px;
}

/* 没有记录 */
.my_empty {
    position: relative;
    width: 100%;
    height: 250px;
    background: #FFF;
	border-top: 1px #f4f4f4 solid;
}
.my_empty .empty_bd {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -60px;
    padding-top: 70px;
    width: 100%;
    text-align: center;
}

.my_empty .empty_bd:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 60px;
    background: url(../images/icon_empty_record.png) no-repeat;
    background-size: 100%;
	background-position: 0 0;
}
.my_empty .empty_bd p {
    line-height: 1.8em;
    font-size: 16px;
    color: #7e7e84;
}

/* 非微信接口图片浏览 */
.cmt-picture-view {
    box-sizing: border-box;
    display: flex;
    position: relative;
    flex-direction: column;
    flex-shrink: 0;
    align-content: flex-start;
    border: 0 solid #000;
    margin: 0;
    padding: 0;
    min-width: 0;
}
.cmt-modal-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.9);
    z-index: 112;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    pointer-events: auto;
	visibility: visible;
	display: none;
}
.cmt-modal-mask.show{
	height:100vh;
	display: flex;
}
.cmt-picture-view.cmt-modal-main {
	width: 100vw;
	height: auto;
	max-height: 80vh;
    background-color: #fff;
    overflow: auto;
}

/* 新版右侧悬浮菜单 */
.right_menu_item {
	border-radius: .75rem;
    position: fixed;
    background: #fff;
    bottom: 120px;
    right: -120vw;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 20%);
    width: 52px;
    z-index: 202;
    display: block;
}
.right_menu_item.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.right_menu_item.bounceInRight {
    right: 12px;
	animation: bounceInRight .3s ease-out;
    transition: all .3s;
    transform-origin: bottom center;
}
.right_menu_item .weui-tabbar__item{
	padding: 6px 0;
}
.right_menu_item .weui-tabbar__item .weui-tabbar__label{
	font-size: .55rem;
	width: 52px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.right_menu_item .item_icon {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
    left: auto;
    top: auto;
    position: relative;
	padding-bottom: 3px;
}
.right_menu_name {
    opacity: .9;
    position: fixed;
    right: 12px;
    bottom: 120px;
    font-size: .75rem;
	font-style: normal;
    color: #fff;
    width: 40px;
    height: 40px;
	line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: all .5s;
	background-color: #5D5D5D;
	box-shadow: 0 0 8px #5D5D5D;
	z-index: 201;
}