/* 左侧切换开始 */
.left-tab-wrapper{margin-top:0;}
.left-tab-wrapper a{
    height:43px;
    line-height: 42px!important;
    padding-top:0!important;
    padding-bottom: 0!important;
}
.left-tab-wrapper .icon-span{
    display: inline-block;
    vertical-align: middle;
    width:18px;
    height:18px;
}
.left-tab-wrapper a em{
    display: inline-block;
    vertical-align: middle;
    height:18px;
    line-height: 18px;
    font-size:14px;
}

.left-tab-wrapper .shop-evaluate-icon{
    background:url(../images/evaluationManagement/tab_icons.png) -46px -60px no-repeat;
}
.left-tab-wrapper  .active .shop-evaluate-icon{
    background:url(../images/evaluationManagement/tab_icons.png) -73px -60px no-repeat;
}
.left-tab-wrapper .evaluate-intercept-icon{
    background:url(../images/evaluationManagement/tab_icons.png) -45px -96px no-repeat;
}
.left-tab-wrapper  .active .evaluate-intercept-icon{
    background:url(../images/evaluationManagement/tab_icons.png) -75px -96px no-repeat;
}
/* 左侧切换结束 */
/* 可以提取出来的公共的页面内容顶部切换样式开始 */
.pub-top-tabs{
    padding-left:22px;
    font-size: 0;
    color: #313534;
    border-bottom: 1px solid #DDDDDD;
}
.pub-top-tabs li{
    padding:0 5px;
    display: inline-block;
    min-width: 109px;
    height:36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border:1px solid #DDDDDD;
    border-bottom:none;
    border-right:none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #F6F6F6;
}
.pub-top-tabs li::after{
    position: absolute;
    left: 0;
    bottom:-1px;
    content: "";
    width: 100%;
    height: 1px;
    background: #F6F6F6;
}
.pub-top-tabs li.active{
    color:#3b82ed;
    background: #ffffff;
    font-weight: bold;
}
.pub-top-tabs li.active::before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 5px;
    background: #6FADF8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.pub-top-tabs li.active::after{
    position: absolute;
    left: 0;
    bottom:-1px;
    content: "";
    width: 100%;
    height: 1px;
    background: #ffffff;
}
.pub-top-tabs li:nth-last-of-type(1){
    border-right: 1px solid #DDDDDD;
}
/* 可以提取出来的公共的页面内容顶部切换样式结束 */
/* 店铺评价开始 */
.shopEvaluateItemContent{
    display: none;
    font-size: 12px;
}
.shopEvaluateItemContent .item-name{
    line-height: 25px;
    text-indent: 10px;
}
.shopEvaluateItemContent label{font-size: 12px!important;}
[type="radio"]:checked + label{
    color:#3b82ed!important;
}
[type="radio"].with-gap:checked+label:before{
    border: 1px solid #3b82ed!important;
}
[type="radio"].with-gap:checked+label:after{
    border: 2px solid #3b82ed;
    background-color: #3b82ed;
}
[type="checkbox"].filled-in:checked+label:after{
    width: 18px;
    height: 18px;
    border: 1px solid #3b82ed;
    background-color: #3b82ed;
}
[type="checkbox"]:not(:checked)+label:after{
    width: 18px;
    height: 18px;
    border: 1px solid #999999;
    /* background-color: #ffffff; */
}
.evaluation-ul{
    overflow: hidden;
}
.evaluation-ul a{color:#313534;}
label{color:#313534;}
.add-evaluations-btn{
    padding:0 5px;
    width:108px;
    height:28px;
    line-height: 25px;
    color:#ffffff;
    border:none;
    border-radius:4px;
    background:#FB9645;
}
.add-evaluations-btn:hover{
    color:#ffffff;
    background:#FB9645;
}
.add-evaluations-btn:focus{
    color:#ffffff;
    background:#FB9645;
}
.add-evaluations-btn img{
    display: inline-block;
    vertical-align: middle;
    width:14px;
    height:14px;
}
.add-evaluations-btn i{
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}
.mailbox-options{
    border-bottom:none;
}
.mailbox-options ul li{
    margin-right: 5px;
    height:auto;
    color:#333333;
}
table thead th{
    font-size: 14px;
    color:#313534;
}
table tbody tr:nth-of-type(1){
    border-top:1px solid #E0E0E0;
}
.pagination li.active{
    background:#3b82ed;
}
.drp-popup{
    top:50px;
}
.recent90DateBtn{
    display: none;
}
/* 店铺评价结束 */
.right-item-wrapper{
    display: none;
}
.mailbox-options ul li.evaluation-result{
    width: 260px;
    height: 28px;
    line-height: 28px;
}
.mailbox-options ul li.evaluation-result label{
    padding-left:25px;
}
.medium-poor-evaluation-table .order-info-tr{
    background:#E6E6E6;
}
.medium-poor-evaluation-table .order-info-tr td{
    height: 28px;
}
.medium-poor-evaluation-table .order-info-tr .wwicon,.medium-poor-evaluation-table .order-info-tr em{
    display: inline-block;
    vertical-align: middle;
}
.medium-poor-evaluation-table .order-info-tr .wwicon img{
    display: block;
}
.medium-poor-evaluation-table .order-info-tr .buyer-nick{
    display: inline-block;
    vertical-align: middle;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.medium-poor-evaluation-table .goods-box dl{
    width: 285px;
}
.medium-poor-evaluation-table .goods-box dt{
    display: inline-block;
    vertical-align: middle;
}
.medium-poor-evaluation-table .goods-box dt img{
    display: block;
    width: 60px;
    height: 60px;
}
.medium-poor-evaluation-table .goods-box dd{
    margin: 0;
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    width:calc(100% - 60px);
}
.medium-poor-evaluation-table .goods-box dd p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.add-black-list-modal .modal-content input{
    width:100%;
}