html {
    position: relative;
    height: 100%;
    overflow: hidden;
	padding-top: 70px;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background: none;
    overflow-x: auto;
}

.mediaListWrapper {
    background: #f5f6f8;
    width: 100%;
    color: #333;
    padding-bottom: 20px;
}
.common_w {
    width: 1200px;
    margin: 0 auto;
}
.mediaListWrapper {
    border-top: 2px solid #ff6000;
}
.mwlist .mwlist-item {
    font-size: 16px;
    float: left;
    cursor: pointer;
}
.mwlist .mwlist-item a {
    color: #333;
    display: block;
    padding: 10px 15px;
}
.mwlist .mwlist-item.active a {
    background:#ff6000;
    color: #fff;
}
.draft_process {
    padding: 40px 80px
}
.draft_process .dp_title {
    font-size: 18px;
    margin-right: 46px;
    line-height: 30px
}

.order-list li {
    float: left;
    padding: 3px 10px;
}
.order-list .order-list-tit:hover {
    background: none!important;
    color: #000;
}
.ul-param li {
    cursor: pointer;
	color: #666;
}
.order-list li.selected {
    color: #ffffff!important;
}
.order-list .selected {
	background-color: #d7342e;
    color: #ffffff;
}
.charge lable.lab {
    display: inline-block;
    margin-top: 15px;
    border: 1px solid #eee;
    width: 100%;
    padding: 15px 0;
    margin-left: 0;
    text-indent: 2em;
}
.lab {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.sort-reorder {
    display: inline-block;
    border-bottom: none;
}
.fl {
    float: left;
    display: block;
}
.sort-reorder li.active {
    border-bottom: none;
}

.sort-reorder li {
    float: left;
    font-size: 15px;
    margin: 20px 30px 0 0;
    padding-bottom: 10px;
    cursor: pointer;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: none;
}
input[type="text"], input[type="number"] {
    -webkit-appearance: none;
}
.sort-reorder li .btn {
    background-color: transparent;
    color: #333;
    margin: 0;
    padding: 0;
    outline: none;
}
.txt_inp {
    margin-bottom: 0px;
    width: 206px;
    border: 1px solid #dddddd;
    padding: 6px 6px 6px 10px;
    background-color: #fff;
}
.btn_ser {
    background-color: #ff6000;
    color: #ffffff;
    margin-left: 10px;
    border-radius: 3px;
    border: none;
    outline: none;
    padding: 3px 10px;
}
.charge .btn-groups {
    position: relative;
}
.charge .btn-groups .export {
    position: absolute;
    right: 20px;
    top: -46px;
}
.order-list .order-list-tit {
    font-size: 12px;
    padding: 0;
    margin-right:0px;
}

.order-list-tit select[name='tutoutiao'] {
    width: 72px;
    height: 24px;
    border: 1px solid #ccc;
    color: #999;
}
.order-list-tit select {
    width: 72px;
    height: 24px;
    border: 1px solid #ccc;
    color: #333;
    outline: none;
}
.order-list-tit span {
    color: #666;
}
.order-list-tit, .order-list-tit:hover {
    color: #333!important;
}
.classfity-box {
    padding: 10px 0;
    background: #fff;
    margin: 0;
	padding-bottom: 0;
}
.order-list {
    height: 40px;
    padding: 10px 16px 8px 16px;
    border: none;
	margin:0 35px 0 20px;
}
.specialBtnColor .order-list-wrapper{
	border-bottom: 1px solid #e4e4e4;
	padding-right: 75px;
}
.power_all{
	margin-top: 20px;
}
.order-extra{
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

.order-list-wrapper>div{
	vertical-align: top;
	margin-top: 12px;
}

.order-extra .open {
    color:#999;
    font-size: 12px;
    padding:0px 2px 0 6px;
    border: 1px solid #ddd;
    line-height: 18px;
}
.order-extra .open:hover {
    border: 1px solid #d7342e;
    color: #d7342e;
}
.order-extra.active .open {
    border: 1px solid #d7342e;
    color:#d7342e;
}
.order-extra.active .open i img {
    transform-origin:center center;
    /*旋转中心要是正中间 才行*/
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: transform 0.2s;
    /*过度时间 可调*/
    -moz-transition: -moz-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
}
.order-list li {
    padding: 0px 7px;
    margin: 10px 3px;
    font-size: 12px;
}
.order-list li:hover {
    background-color: #d7342e;
    color: #fff;
}
.order-list.active {
    height: auto;
    overflow: auto;
}
.order-list li.noparam {
    margin-right: 15px;
}
.order-list-wrapper {
    overflow: hidden;
    margin: 0;
    position: relative;
}
.order-extra-btn>span {
    margin: 0 3px
}
.order-extra-btn .btn {
    width: 60px;
    height:28px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 12px;
    color: #333;
    border-radius: 0;
}
.b_submit {
	border: 1px solid #ddd;
	padding: 4.5px 12px!important;
    width: 46px;
    height: 25px!important;
    margin-left: 8px;
    display: inline;
    vertical-align: middle;
}
.charge lable.lab {
    background: #fff;
    border: none;
    padding: 8px 0;
}
.sort-reorder li {
    margin: 0;
    padding-bottom: 0;
    position: relative;
}
.sort-reorder li .btn {
    border: none;
    font-size: 12px;
    color: #666;
}
.sort-reorder li.active .btn {
    color: #d7342e
}
.export_list {
    width: 88px;
    font-size: 12px;
    margin-bottom: 0px;
    border: 1px solid #ccc;
    padding: 4px 6px 4px 6px;
    background-color: #fff;
}
.export_list:hover, .order-extra-btn .btn.b_submit:hover {
    border: 1px solid #d7342e;
    color: #fff;
}
.sort-reorder li:hover .btn, .sort-reorder li:hover .btn i.fa {
    color: #fff;
}
/*.btn_ser i.fa, .sort-reorder i.fa*/
.txt_search {
    padding-right:34px;
    width: 260px;
}
.searchWrapper {
    position: relative;
    margin-right: 85px;
}
.searchWrapper .btn_ser {
    background: none;
    color: #333;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 17px;
}
.mediaListWrapper .row-fluid {
    margin-top: 15px;
    background: #fff;
}
.text_red {
    color:#ff6000;
}
.shopCarWrapper {
    height: 22px;
    background:none;
    padding: 4px;
    padding-left: 25px;
    border:1px solid #ff6000;
    border-radius: 3px;
    color:#ff6000;
    position: relative;
    width: 75px;
    margin: 0 auto;
}
.shopCarWrapper .shopCar {
    background: url(../images/shopcar_actives.png) no-repeat 1px 2px;
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 9px;
    top: 5px;
}
.shop_car_icon.shopcar_active {
    background: #ff6000;
    color: #fff;
}
.shop_car_icon:hover {
    background: #ff6000;
    color: #fff;
}
.shop_car_icon.shopcar_active .shopCar {
    background: url(../images/shopcar_actives.png) no-repeat -25px 2px;
}
.shop_car_icon:hover .shopCar {
    background: url(../images/shopcar_actives.png) no-repeat -25px 2px;
}
.wx_mediaWrapper .wx_img {
    display:block;
    width: 90px;
    height:100px;
    line-height:100px;
    text-align:center;
    margin-left:10px;
    margin-right: 15px;
}
.wx_mediaWrapper .wx_img img {
    max-width: 100%;
    max-height: 100px;
}
.wx_mediaName {
    text-align: left;
    width: 24px;
    position: relative;
    display: inline-block;
}
.wx_mediaName .layer {
    display: none;
    width:115px;
    height:115px;
    line-height: 115px;
    text-align: center;
    padding:5px;
    border:1px solid #333;
    position: absolute;
    background: #fff;
    z-index: 2;
}
.wx_mediaName .layer img {
    max-width: 100%;
    max-height: 100%;
}
.wx_media {
    display:block;
    width:180px;
    padding: 17px 0px;
    text-align: left;
}
/*.wx_media p.title*/
.wx_media .tiaoDetail a {
    font-size: 12px;
    color: #666;
    margin-right: 10px;
    display: inline-block;
}
.wx_media .tiaoDetail a:hover {
    color: #ff6000;
}
.wx_mediaName .wx_icon {
    display: inline-block;
    padding: 4px;
    text-align: center;
    height: 16px
}
.wx_mediaName .wx_icon img {
    vertical-align: text-top
}
.wx_mediaName:hover .layer {
    display: block
}
/* .ruletype {
    margin-bottom: 20px;
} */

/*.mediaList{overflow: hidden}*/
.mj_footer {
    margin-top: 0
}
/*点击采购箱弹出框*/
.shopCar_box {
    width: 100%;
    /*height:157px;*/
    border: 1px solid #ff6000;
    border-top: 0;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /*box-sizing: border-box;*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    position: absolute;
    top: 32px;
    left: -1px;
    overflow: hidden;
    display: none;
}
.box_shops {
    height:34px;
    background: #ff6000;
    color: #fff;
    padding-left: 24px;
    padding-top: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.box_shops .shopCar {
    background: url(../images/shopcar_active.png) no-repeat -24px 0;
}
ul.top_line {
    /*height: 118px;*/
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px 0;
}
.top_line li {
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #fff;
    color: #666;
    margin-top: 2px;
}
.top_line li:hover {
    background-color: #f0f0f0;
}
/*微信发稿媒体选择*/
.text_red .choices {
    max-width: 100px;
    margin: 0 auto;
    padding: 9px 0;
    border:1px solid rgb(221, 221, 221);
    background: url('../images/choice_false.png') no-repeat right bottom;
}
.text_red .choices.active {
    border:1px solid rgb(235, 42, 41);
    background: url('../images/choice_trues.png') no-repeat right bottom;
}
.cues span {
    margin-left: 15px;
    color: #999;
    font-size: 12px;
}
.cues span i {
    color: #333;
}
.btn_ser i.fa, .sort-reorder i.fa {
    color: #999;
}
.sort-reorder li.active .btn, .sort-reorder li.active .btn i.fa {
    color: #ff6000;
}
.collection_star {
    width: 20px;
    height: 18px;
    display: inline-block;
    padding: 5px;
    box-sizing: content-box;
    position: absolute;
    margin-left: -10px;
    cursor: pointer;
    background: url("../images/xingxing.png") no-repeat center
}
.collection_star_red {
    background: url("../images/xingxingred.png") no-repeat center
}
.sort-reorder li.active .export_list {
    border: 1px solid #ff6000;
    color: #ff6000;
}
.recruit {
    border-radius: 50%;
    background-color: rgb(221, 221, 221);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left:3px;
    cursor:pointer;
    line-height: 16px;
    text-align: center;
    color: #fefefe;
    font-family:'Arial';
    position: relative;
}
.recruit .line {
    display:none;
    width: 320px;
    height: 127px;
    font-size:12px;
    padding:20px;
    box-sizing:border-box;
    line-height:20px;
    text-align:left;
    color:#333;
    position: absolute;
    top: 30px;
    left: -158px;
    z-index: 99;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
/*.recruit .line:before,.recruit .line:after{content:"";display:block;border-width:20px;position:absolute; bottom:128px;left:1px;border-style:solid dashed dashed;border-color: transparent  transparent #f7f7f7 transparent;font-size:0;line-height:0;}*/

/*.recruit .line:after{bottom:127px;border-color:transparent transparent #fff transparent;}*/
.recruit .line img {
    position: absolute;
    top: -11px;
    left: 155px;
}
.recruit_th {
    cursor: pointer;
}
.recruit_th:hover .line {
    display: block;
}
/*微博列表新增优化*/
.table-advance tr td.text_item {
    text-align: left;
}
.text_item span {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
.text_item span i {
    display:inline-block;
    width:48px;
    height:20px;
    margin-right:5px;
    line-height:20px;
    text-align:center;
    color:#666;
    /*border: 1px solid #ccc;*/
}
.table-advance .wx_media p.title span {
    margin-right: 3px;
    position: relative;
}
p.title span .tit_type {
    display:inline-block;
    width:28px;
    height:18px;
    line-height:18px;
    text-align:center;
    border: 1px solid #ccc;
}
/*.wx_media span.tit_list{display: inline-block;}*/

/*.wx_media span.tit_list i{display: inline-block;width: 18px;height: 18px;}*/
.wx_media span.tit_list i img {
    width: 13px;
    height: 12px;
    margin-top: -3px;
}
.v_list img {
    margin-right: 3px;
}
.tit_list .v_list {
    position: relative;
}
/*
**
微信微博列表优化改版
***
*/
.sort-reorder li .droplist {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: -1px;
    border: solid 1px #ccc;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
}
.sort-reorder li.has-droplist-hover .droplist {
    display: block;
}
.sort-reorder li .droplist .sort {
    float: none;
    white-space: nowrap;
    width: 100%;
    padding: 0;
}
.sort-reorder li .droplist .link {
    border: none;
    margin-left: 0;
    /*padding: 0;*/
    /*padding-right: 20px;*/
    font-size: 12px;
    padding: 0 20px;
}
.sort-reorder li .link {
    float: left;
    display: block;
    height: 30px;
    margin-left: -1px;
    padding: 0 15px;
    border-left: solid 1px #f5f5f5;
    border-right: solid 1px #f5f5f5;
    text-decoration: none;
    color: #6d6d6d;
}
.sort-reorder li .link:hover {
    color: #ff6000;
}
.wx_media p.title span.tit_list .lines {
    display: none;
    width: 73px;
    height: 37px;
    font-size: 12px;
    padding: 0;
    box-sizing: border-box;
    line-height: 37px;
    text-align: center;
    color: #333;
    position: absolute;
    top: 28px;
    left: -20px;
    z-index: 99;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 18px 0px rgba(42, 42, 42, 0.15);
}
.wx_media p.title span.tit_list:hover .lines {
    display: block;
}
.tit_list .lines img {
    position: absolute;
    top: -11px;
}
.wx_info p {
    display: inline-block;
}
.fill-line {
    color: black;
    display: none;
    width: 200px;
    min-height: 71px;
    padding: 20px;
    position: absolute;
    left: -22px;
    top: 30px;
    z-index: 99;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    opacity: 1;
}
.bill_state:hover .fill-line {
    display: block;
}
.fill-line img {
    position: absolute;
    top: -11px;
    left: 20px;
}
.bill_state {
    display: inline-block;
    position: relative;
}
.browse-media {
    font-size: 13px;
    color: #827157;
    height: 50px;
    line-height: 50px;
    padding-left: 27px;
    width: 100%;
    background-color: #fbf6dc;
    margin: -10px 0 21px 0;
    position: relative;
}
.browse-media p:nth-of-type(2) {
    font-size: 25px;
    position: absolute;
    right: 43px;
    top: 0px;
    color: #827157;
}

.add_wrap_titles {
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 5px 8px;
    font-size: 18px;
    font-weight: bold;
    color: #595757;
    margin: 0 10px 20px;
    position: relative;
}
.add_wrap_titles:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 80px;
    background-color: #ff6000;
}

.add_input { overflow: visible;}
a.model_change_a:hover { text-decoration: none!important;}
a.model_change_a:visited { text-decoration: none!important;}
a.model_change_a:link {text-decoration: none!important;}
a.model_change_a:active {text-decoration: none!important;}
/*.layui-container-fulid{padding: 0 33px;}*/
.layui-row{padding: 0 30px 30px;background-color: #f5f7fb;border-radius: 3px;}
.layui-input-block{display: inline-block;margin-left: 10px;}
.content_head{height: 70px;}
.content_head img{height: 100%;}
.bgf{border-radius: 3px;height: 180px;}
.nav-summar{margin-left: 30px;}
.white_content {
    position: absolute;
    bottom: 75%;
    left: 0%;
    width: 200px;
    height: 100px;
    padding: 2px;
    border: 1px solid #ebeef4;
    background-color: white;
    z-index:1002;
    overflow: auto;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.white_1 {
    margin: 0 auto;
    margin-top:10px;
    width: 80%;
    height: 33px;
    line-height:33px;
    border: 1px solid #33b4ff;
    background-color: #e9f0f9;
    color: #33b4ff;
    cursor:pointer;
}
.white_2 {
    margin: 0 auto;
    margin-top:10px;
    width: 80%;
    height: 33px;
    line-height:33px;
    border: 1px solid #33b4ff;
    background-color: #e9f0f9;
    color: #33b4ff;
    cursor:pointer;
}
.white_1:hover{
    color: #ffffff;
    background-color:#33b4ff;
}
.white_2:hover{
    color: #ffffff;
    background-color:#33b4ff;
}

.layui-form-select dl {
    z-index: 1000;
}
/*.layui-form-checkbox[lay-skin=primary] {*/
    /*display: none;*/
/*}*/

.select_cont ul {
    border-top: none;
    max-height: 135px;
    overflow-y: scroll;
    /*padding: 10px;*/
}
.select_cont ul li {
    width: auto;
    height: 32px;
    line-height: 32px;
    margin: 5px;
    color: #ffffff;
    background-color: #ff8d3a;
}
.select_cont ul li i {
    margin: 5px;
    font-size: 12px;
}
.banner-box {
    height: 38px;
    line-height: 38px;
    position: relative;
    width: 100%;
    margin: 10px 0;
    padding: 0 15px;
    border: 1px #eee solid;
    background-color: #f8f8f8;
    overflow: hidden;
}
.banner-box-slide {
    width: 70%;
    float: left;
    height: 36px;
}
.banner-box-slide-data-title {
    font-size: 18px;
    /*font-weight: bold;*/
    color: #d7342e;
    float: left;
}

.banner-box-slide-data {
    width: 100%;
    height: 36px;
    position: relative;
}

.banner-box-slide-data-region {
    height: 36px;
    position: relative;

}

.banner-box-slide-data-region-list {
    font-size: 14px;

}
.banner-box-slide-data-region-list a {
    display: inline-block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #666;
    vertical-align: top;
    padding-right: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.order-list-sort {
    float: left;
}
.order-list-sort ul.sort-reorder {
    margin-top: 5px;
}

.order-list-sort .sort-reorder li.active .btn, .order-list-sort .sort-reorder li.active .btn i.fa {
    color: #ff6000;
}
.order-list .order-list-sort li:hover {
    background-color: #ffffff;
    color: #fff;
}
.order-list-sort .sort-reorder li {
    margin: 0;
    padding: 0 20px;
    padding-bottom: 0;
    line-height: 27px;
    position: relative;
}
.sort-reorder li .droplist {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: -1px;
    border: solid 1px #ccc;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,.1);
    box-shadow: 0 3px 3px rgba(0,0,0,.1);
}
.sort-reorder li .droplist .link {
    border: none;
    margin-left: 0;
    /* padding: 0; */
    /* padding-right: 20px; */
    font-size: 12px;
    padding: 0 20px;
}
.sort-reorder li .link {
    float: left;
    display: block;
    height: 30px;
    margin-left: -1px;
    padding: 0 15px;
    border-left: solid 1px #f5f5f5;
    border-right: solid 1px #f5f5f5;
    text-decoration: none;
    color: #6d6d6d;
}
.add_res {
    max-width: 100%;
    padding: 10px;
    overflow: hidden;
}

.certificate_box {
    width: 75px;
    height: 25px;
    border: 2px solid #F60;
    background: #FF9A00;
    border-radius: 25px;
    text-align: center;
    color: #FFF;
    line-height: 21px;
    margin: 0 auto;
    cursor: default;
}

/* 新标签功能效果 */
.newBrandStyle{
	position: relative;
	z-index: 9999;
	display:inline-block
}
.showBrandChoice{
	display: inline-block;
}
.showBrandChoice,.showBrandChoice:hover{
	background-color: transparent;
}
.showBrandChoice1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.showBrandChoice1>p{
	position: relative;
}
.showBrandChoice1>p::after {
    position: absolute;
    top: 11px;
    right: 10px;
    border-color: #788493 transparent #788493 transparent;
    border-style: solid;
    border-width: 9px 7px 0 7px;
    content: '';
}
.chooseBrandValShow{
	cursor: pointer;
	width: 180px;
	height: 30px;
	padding-left: 8px;
	box-sizing: border-box;
	border: 1px solid #aaa;
	border-radius: 4px;
	color: #666;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
	background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
	background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
	background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

.showBrandOperate{
	position: absolute;
	top: 30px;
	right: 0;
	width: 400px;
	box-shadow: 0px 2px 10px #aaa;
	border: 1px solid #ddd;
	background-color: #fff;
}
.showBrandOperate1{
	left: 128px;
}
.brandDiaTitle{
	display: flex;
	justify-content: space-between;
	padding: 10px;
	box-sizing: border-box;
	align-items: center;
	background-color: #eee!important;
	font-size: 15px;
	color: #333;
}
.brandCloseBtn{
	cursor: pointer;
}
.brandDelIcon{
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 28px;
	margin-left: 5px;
	display: inline-block;
	cursor: pointer;
}
.brandDelIcon i{
	margin: 0!important;
	padding: 0;
}
.brandDelIcon i:hover{
	background-color:transparent;
}
.brandDiaContent{
	padding:15px;
	box-sizing: border-box;
}
.brandDiaContent>ul>li{
	display: flex;
	flex-wrap: wrap;
}
.brandDiaContent>ul>li>p{
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	padding:0 6px;
	box-sizing: border-box;
	margin-left: -1px;
	font-size: 13px;
	margin-bottom: 10px;
}
.brandDiaContent>ul>li>p:hover ,.brandDiaContent>ul>li>p.active{
	background-color: #d7342e;
	border-color: #d7342e;
	color: #fff!important;
}
.brandDiaContent>ul>li>p:hover .brandNameShow,.brandDiaContent>ul>li>p.active .brandNameShow{
	color: #fff!important;
}
.brandNameShow{
	height: 30px;
	line-height: 30px;
	color: #000!important;
	cursor: pointer;
}
.brandDiaFoot{
	border-top: 1px solid #eee;
	padding: 12px;
	box-sizing: border-box;
}
.brandDiaFoot>p{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.brandDiaFoot>p>span:first-child{
	width: 75%;
}
.brandInpusVal{
	border: 1px solid #ccc;
	height: 30px;
	padding-left: 10px;
	box-sizing: border-box;
	width: 100%;
	color: #333;
}
.addBrandBtn{
	display: inline-block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #d7342e;
	color: #fff;
	cursor: pointer;
}