﻿     /*顶部的店铺信息*/
.w {
    width:1200px;
    margin:0 auto;
}a {
    text-decoration:none;
}
 ul {
    list-style:none;
}
.operation_btn {
    position:relative;
    width:100%;
    height:100%;
    vertical-align:top;
}

.operation_btn_group {
    display: none;
}
.report_item_edit_pic,
.report_item_edit_text,
.report_item_edit_link,
.report_item_del { width: 40px; height: 40px; position: absolute; top: -20px; cursor: pointer; z-index:1; }
.report_item_edit_pic,.report_item_edit_text  { right: -20px; }
.report_item_del { right: 0px; }
.report_item_edit_pic img,
.report_item_edit_text img,
.report_item_del img { width: 100%; height: 100%; }
.pic_upload_btn_pic {
    width:100%;
    height:100%;
    object-fit:cover;
    position: absolute;
    left: 0;
    top: 0;
}
.shop_info .des .operation_btn {
    align-items: center;
    display: flex;
}

.webuploader-pick {
    width: 100%;
    height: 100%;
}
    .shop_info {
        height: 100px;
        text-align: center;
        min-width: 1200px;
        position:relative;
    }
    
    .shop_info .w {
        position: relative;
    }
        .shop_info .shop_logo_box {
            height: 80px;
            margin-top: 10px;
            float: left;
            margin-right: 80px;
            width: 230px;
            object-fit: contain;
        }
        .shop_logo_box .pic_upload_btn_pic, 
        .shop_info .icon_box .pic_upload_btn_pic,
        .share_img_box .pic_upload_btn_pic{
            object-fit:contain;
        }
      .shop_info_email,
     .shop_info_phone,
      .shop_info_location {
        float:left;
        margin-top:25px;
    }
     .shop_info_phone .item ,
    .shop_info_email .item ,
    .shop_info_location .item  {
        height: 50px;
        line-height: 20px;
        color: #333333;
        margin-right: 16px;
        font-size: 20px;
    } 
     .shop_info .icon_box {
            width:50px;
            height:50px;
            vertical-align:top;
            margin-top:1px;
            margin-right:10px;
            display:inline-block;
        }
.shop_info .item .des {
    display: inline-flex;
    height: 50px;
    align-items: center;
    text-align: left;
}


        
.header_nav {
    height: 68px;
    background-color: #333333;
    box-sizing: border-box;
    padding-top: 12px;
    border-bottom:4px solid #C62C1E;
}

.nav_contain {

    height: 100%;
    margin: 0 auto;
    position:relative;

}

.nav_inner_ul {
    width: 794px;
    margin: 0 auto;
    padding-top: 13px;
    box-sizing: border-box;
    background:  no-repeat center center;
    text-align:center;
    padding-bottom:13px;
}

.nav_item {
    color: #fff;
    margin-left: 64px;
    line-height: 30px;
    padding: 0px 14px;
    display:inline-block;
    cursor: pointer;
    border-radius: 4px;
}
.small_space .nav_item {
    margin-left: 34px;
}
.nav_item.active {
    color: #D83526;
    background-color: #fff;

}
.nav_item:hover {
    color: #D83526;
    background-color: #fff;

}

.nav_item.first {
    margin-left: 0px;
}

.header_share_box {
    color: #fff;
    position: absolute;
    right: 22px;
    top: 0px;
    height: 100%;
}



.share_img_box,
.header_share {
    float: left;
}

.header_share {
    padding-top: 22px;
    line-height: 13px;
    margin-right: 22px;
}

.share_img_box {
    padding-top: 7px;
    position:relative;
    width:30px;
    height:30px;
}


.opration_btn_group {
    position:absolute;
    left:0;
    right:0;
    top:0;
    z-index:1;
    text-align:center;
    display:none;
}
.opration_btn_item {
    padding-left:10px;
    padding-right:10px;
    height:30px;
    line-height:30px;
    background:#ff6a00;
    color:#fff;
    text-align:center;
    display:inline-block;
    margin-left:10px;
    cursor:pointer;
    vertical-align:top;
}
    .opration_btn_item:first-child {
     margin-left:0px;
    }



    .copyright {
    background-color: #3B3B3D;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}

    .create_html {
    position: fixed;
    right: 10px;
    bottom: 10px;
    color: #fff;
    cursor:pointer;
}
.pic_upload_btn {
    overflow:hidden;
    position:relative;
}
.banner_box_data * {
    outline:none;
}
/*rewrite editor disable select*/
.ck-content .image > figcaption {
    display:none !important;
}
.ck.ck-editor__editable.ck-read-only .ck-widget {
    outline:none !important;
}