/* 底部版权关闭按钮去掉 */
.gw-editor-copyright-close{
    display: none !important;
}
    /* 强制轮播图显示背景100% */
.mobile .carousel-component .gw-browse-component .swiper-slide .swiper-img{
    background-size: cover !important;
}
/* 编辑器代码 */
.gw-header .gw-logo{
    line-height: 75px;
}
#gw-body #module{
    overflow: auto !important;
}
.gw-header .gw-logo img{
    max-width: 100%;
    max-height: 75px;
}
.gw-header-center .gw-equipment>a:first-child{
    margin-right: 16px;
}
.gw-header-center .gw-equipment>a:first-child i{
    font-size: 36px;
    vertical-align: middle;
}
.gw-header-center .gw-equipment>a:last-child i{
    font-size: 26px;
    vertical-align: middle;
}
.layer-right-box{
    margin-top: 20px;
}
.layer-publish .layer-right-box{
    padding-top: 15px;
}
/* 文章排版 */
.pc .article_style_5 .article_style_5_content .article_date{
    margin-right: 10px;
}
/* 发布之后的代码 */
.mobile>div.gw-browse-module[data-fixed-position]{
    overflow: hidden !important;
}
.mobile>div.gw-browse-module[data-fixed-position].no-hidden,
.mobile>div.gw-browse-module[name="导航栏"],
.mobile>div.gw-browse-module[name="导航"]{
    overflow: visible !important;
}
.mobile .goods-detail-container .goods-detail-content{
    padding: 20px 15px;
}
.pc{
    overflow-x:hidden;
}
body .gw-editor-copyright.fixed-bottom .gw-editor-copyright-box{
    margin-top: 0;
    line-height: 50px;
    display: block;
}
.gw-editor-copyright{
    display:block !important;
}

/* dashboard.blade.php */
.wdwz .tpmz .tupian{
    height: 240px;
    line-height: 240px;
}
.wdwz .bjll{
    width: 353px;
}
.wdwz .bjll a{
    width: 50%;
}
.wdwz .bjll a:nth-child(2){
    border-right: none;
}
.sidebar .list a i{
    margin-top:0;
}
.change-status{
    display: none !important;
}
.xxtx{
    padding-left: 0;
}
a.pc-addr{
    color: #5299db;
}
.wdwz .tpmz .tupian img{
    max-height: 238px;
    max-width: 242px;
}
/* 文章详情 强制换行 */
.article-detail-content p{
    word-wrap: break-word;
}
/* 实时添加组件,高度不能自动刷新 */
#component-edit .gw-editor-content-list{
   overflow: auto;
}
/* 隐藏滚动条 */
#component-edit .gw-editor-content-list::-webkit-scrollbar{
    display: none;
}
/* 商品详情图片显示 */
.goods-detail-container .goods-detail-img{
    padding: 0;
}
.pc .goods_style_1.col-xs-4 .goods_img{
    border: 0;
    margin-bottom: 10px;
}
.pc .goods_style_1.col-xs-4 .goods_img img{
    width: 100%;
    max-height: 268px;
}
.mobile .goods_style_1.col-xs-6 .goods_img{
    padding: 0;
}
.mobile .goods_style_1.col-xs-6 .goods_img img{
    width: 100%;
}
