.storeManage_page {
    width: 1200px;
    margin: auto;
    padding: 40px 0;
}

.storeManage_page>ul {
    overflow: hidden;
    background-color: #EEEEEE;
    font-size: 14px;
}

.storeManage_page>ul>li {
    float: left;
    margin-right: 10px;
}

.storeManage_page>ul>li>a {
    display: inline-block;
    padding: 10px 16px;
    min-width: 88px;
    box-sizing: border-box;
    text-align: center;
}

.storeManage_page>ul>li:hover a {
    background: #E4151A;
    color: white;
}

.storeManage_nav_acitive>a {
    background: #E4151A;
    color: white!important;
}

/*  */

.storeManage_search {
    margin: 40px 0;
    overflow: hidden;
}

.storeManage_search>input {
    width: 443px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    box-sizing: border-box;
    float: left;
    padding-left: 16px;
}

.storeManage_search>a {
    float: left;
    display: block;
    width: 70px;
    height: 40px;
    background: #E4151A;
    text-align: center;
    line-height: 40px;
}

.storeManage_search>a>img {
    width: 25px;
    height: 24px;
}

.storeManage_search>span {
    cursor: pointer;
    display: inline-block;
    width: 134px;
    height: 40px;
    background: #E4151A;
    border-radius: 20px;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin-left: 38px;
}

/*  */

.storeManage_table>ul {
    overflow: hidden;
    border-bottom: 1px solid #EEEEEE;
    display: table;
    width: 100%;
}

.storeManage_table>ul>li {
    display: table-cell;
    /* float: left; */
    width: 25%;
    text-align: center;
    /* height:82px;
    line-height:82px ; */
    padding: 14px 0;
    border-left: 1px solid #EEEEEE;
    box-sizing: border-box;
}

.storeManage_table>ul:first-child {
    background: #EEEEEE;
}

.storeManage_table>ul>li img {
    max-width: 230px;
    max-height: 100px;
    border: 1px solid #EEEEEE;
}

.storeManage_table>ul>li>span {
    width: 57px;
    height: 25px;
    background: #EEEEEE;
    color: #888888;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    margin-left: 14px;
    cursor: pointer;
}

.storeManage_table>ul>li>span:first-child {
    color: #E4151A;

}

/* 新增品牌弹窗 */

.brand_dialog {
    width: 580px!important;
    height: 438px!important;
    margin: -219px 0 0 -290px!important;
}

.brand_info {
    padding-top: 70px;
}

.brand_info>div {
    width: 392px;
    text-align: left;
    margin: auto;
    font-size: 14px;
    margin-bottom: 20px;
}

.brand_info>div>span {
    display: inline-block;
    width: 88px;
    text-align: left;
}

.brand_info>div .layui-form {
    width: 300px;
    display: inline-block;
    box-sizing: border-box;
}

.brand_upload {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    color: #C9C9C9;
}

.brand_upload>p {
    width: 197px;
    height: 84px;
    background: #F7F7F7;
    border: 1px solid #E5E5E5;
    text-align: center;
    line-height: 84px;
    margin-bottom: 6px;
    cursor: pointer;
}

.brand_info>a {
    display: block;
    width: 120px;
    height: 45px;
    background: #E4151A;
    border-radius: 22px;
    font-size: 14px;
    color: white;
    text-align: center;
    line-height: 45px;
    margin: auto;
}

.brand_upload>img {
    max-width: 197px;
    max-height: 84px;
}

/* ====================店铺分类编辑============================================= */

.storeClassify_table>div {
    overflow: hidden;
    font-size: 14px;
    display: table;
    width: 100%;
}

.storeClassify_table_header {
    background: #EEEEEE;
}

.storeClassify_table_header>div {
    padding: 16px 0;
    box-sizing: border-box;
    width: 50%;
    display: table-cell;
    border: 1px solid #EEEEEE;
    text-align: center;
}

.storeClassify_table_item>ul {
    display: table;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
}

.storeClassify_table_item>ul>li {
    display: table-cell;
    padding: 16px 0;
    box-sizing: border-box;
    width: 50%;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    padding-left: 40px;
}

.storeClassify_table_item>ul>li>img {
    max-width: 14px;
    max-height: 14px;
    margin-right: 20px;
    cursor: pointer;
}

.storeClassify_table_item li span {
    min-width: 57px;
    height: 25px;
    background: #EEEEEE;
    color: #888888;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    margin-left: 14px;
    padding: 0 6px;
    cursor: pointer;
}

.storeClassify_table>.storeClassify_table_item>ul li span:first-child {
    color: #E4151A;
    cursor: pointer;
}

.storeClassify_info>div>input {
    display: inline-block;
    width: 300px;
    height: 40px;
    border: 1px solid #E5E5E5;
    padding-left: 14px;
    box-sizing: border-box;
}

#dialog_box6 .brand_dialog {
    width: 580px!important;
    height: 320px!important;
    margin: -160px 0 0 -290px !important;
}

/* ==================================店铺资料编辑=========================== */

.store_material_title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    margin: 40px 0;
}

.store_material_info {
    overflow: hidden;
    font-size: 14px;
}

.store_material_info>div {
    float: left;
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.store_material_info>div>span {
    display: inline-block;
    width: 100px;
    text-align: left;
}

.store_material_info>div>input {
    width: 425px;
    height: 40px;
    border: 1px solid #E5E5E5;
    padding-left: 16px;
    box-sizing: border-box;
}

.store_material_info>div>textarea {
    width: 425px;
    height: 211px;
    border: 1px solid #E5E5E5;
    padding: 4px 16px;
    box-sizing: border-box;
    vertical-align: top;
    resize: none;
}

.store_material_upload {
    display: inline-block;
    width: 425px;
    vertical-align: top;
    color: #BCBBBB;
}

.store_material_upload>p {
    width: 200px;
    height: 126px;
    background: #EEEEEE;
    border: 1px solid #E5E5E5;
    margin-bottom: 10px;
    text-align: center;
    line-height: 126px;
    cursor: pointer;
}

.store_material_upload>p>img {
    /*width: 44px;*/
    /*height: 44px;*/
}

.store_material_page>a {
    display: block;
    width: 276px;
    height: 55px;
    background: #E4151A;
    border-radius: 27px;
    font-size: 18px;
    color: white;
    text-align: center;
    line-height: 55px;
    margin: 140px auto 0;
}

/*================================================ 爆款位推荐================================================= */

.popularityRecommend_table {
    margin-top: 47px;
}

.popularityRecommend_table>ul>li {
    width: 15%;
}

.popularityRecommend_table>ul>li:nth-of-type(3) {
    width: 35%;
}

.popularityRecommend_table>ul>li:last-of-type {
    width: 25%;
    border-right: 1px solid #EEEEEE;
}

.popularityRecommend_table>ul>li:first-child {
    width: 10%;
}

.popularityRecommend_table>ul>li>img {
    width: 84px;
    height: 84px;
}

/* =======================================评价管理=============================== */
.evaluate_table{
    margin-top: 40px;
}
.evaluate_table>ul>li{
    width: 12%!important;
    vertical-align: middle;
    padding: 10px;
    box-sizing: border-box;
    word-break: break-all;
}

.evaluate_table>ul>li:first-child,.evaluate_table>ul>li:last-of-type{
    width:8%!important;
}
.evaluate_table>ul>li:last-of-type{
    border-right: 1px solid #EEEEEE;
}
.evaluate_table>ul>li:nth-of-type(3){
    width:16%!important;

    text-align: left;
 
}
.evaluate_table>ul>li:nth-of-type(5){
    width: 14%!important;
    padding: 10px 10px;
    text-align: left;

}
.evaluate_table>ul>li:nth-of-type(6){
    width: 28%!important;
    text-align: left;
 
}
.evaluate_table>ul>li:nth-of-type(6)>img{
    width:56px;
    height:56px;
    margin: 3px;

}
.evaluate_table>ul>li>p>img{
    width:18px;
height:17px;
margin-bottom: 5px;
}
.evaluate_table>ul:first-child>li{
    text-align: center!important;
}
/* 弹窗 */
.reply_dialog{
    width:580px!important;
    height:386px!important;

    margin: -193px 0 0 -290px!important;
}
.reply_info>div{
    width: 430px!important;
}
.reply_info>div>textarea{
    width:332px;
    height:176px;
    border:1px solid #E5E5E5;
    resize: none;
    display: inline-block;
    vertical-align: top;
    padding: 4px 10px;
    box-sizing: border-box;
}


/* ======================================运费设置============================================== */
.freigh_table>ul>li{
    width: 18%;
}
.freigh_table>ul>li:last-of-type{
    width: 28%;
}
.freigh_dialog{
    height:500px!important;
    margin:-250px 0 0 -290px ;
}
.freigh_info{
    padding-top: 70px;
    font-size: 14px;

}
.freigh_info>div{
    width: 450px;
    margin:0 auto 20px;
    
}
.freigh_info>div>span{
    display: inline-block;
    width: 110px;
    text-align: right;
    margin-right: 20px;
    vertical-align: middle;
}
.freigh_info>div>.layui-form{
    width: 300px;
    display: inline-block;
}

.freigh_info>div>input{
    width: 300px;
    height:40px;
    padding-left: 14px;
    box-sizing: border-box;
    border:1px solid rgba(229,229,229,1);
}
.freigh_info>a{
    width:120px;
height:45px;
display: block;
margin: auto;
text-align: center;
line-height: 45px;
background:#E4151A;
border-radius:22px;
color: white;
}