/* 店铺头部页面样式 */
.seller_header{
    height: 190px;
    width: 100%;
    min-width: 1200px;
}

.seller_header_content{
    display: flex;
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.seller_logo{
    width: 168px;
    height: 168px;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
    margin-right: 30px;
    z-index: 11;
    background: #fff;
}

.seller_logo img{
    width: 168px;
    height: 168px;
}

.seller_detail{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.seller_title {
    height: 30px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.seller_title > a {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-right: 23px;
    color: #000;
}

.seller_detail_title {
    display: inline-block;
    margin-right: 4px;
}

.seller_phone, .seller_header .seller_header_content .seller_detail .seller_address, .seller_header .seller_header_content .seller_detail .seller_description {
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
    font-weight: 400;
}

.seller_phone span, .seller_header .seller_header_content .seller_detail .seller_address span {
    color: #13acec;
    margin-left: 20px;
    cursor: pointer;
}

.seller_description span {
    border: 1px solid#f1813a;
    border-radius: 2px;
    color:#f1813a;
    font-size: 12px;
    padding: 0 4px;
    margin: 0;
    margin-right: 6px;
}

.seller_statistic {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.seller_statistic .seller_focus,.seller_statistic .seller_comment,.seller_statistic .seller_grade{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-left: 50px;
    text-align: right;
    line-height: 24px;
}

.seller_focus div ,.seller_comment div,.seller_grade div{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-top: 1px;
}

.seller_info_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.seller_info_btn div {
    height: 40px;
    border: 1px solid#f1813a;
    border-radius: 20px;
    color:#f1813a;
    font-weight: 400;
    font-size: 14px;
    padding: 0 22px;
    line-height: 38px;
    margin: 12px 0 0 10px;
    cursor: pointer;
}


.seller_tabbar {
    width: 100%;
    height: 44px;
    background:#f1813a;
    position: relative;
    top: -44px;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.seller_tab {
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 44px;
    line-height: 43px;
    cursor: pointer;
}

.seller_tab:hover {
    background: rgba(255, 255, 255, 0.15);
}

.seller_tabbar_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1200px;
    height: 44px;
    padding-left: 190px;
}

.seller_tabbar_container .active{
    background: rgba(255, 255, 255, 0.28);
    color:#000;
}
