* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
    margin: 0;
    background: #f4f6fa;
}

body {
    color: #101828;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    padding: 0;
    border: 0;
    font: inherit;
}

.quality-supplier-page {
    position: relative;
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    overflow-x: hidden;
    background: #fff url("../../img/quality_supplier/vr_bg_mp.png") no-repeat;
	background-size: 100% auto;
	background-position: 0 -55px;
    padding-bottom: 84px;
}


.page-navbar {
    position: relative;
    z-index: 3;
    height: 44px;
}

.nav-title {
    height: 44px;
    color: #111827;
    font-size: 17px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
}

.nav-back,
.nav-home,
.nav-more {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
	color:#273449;
}

.nav-back {
    left: 2px;
	font-size:18px;
}


.nav-home {
    right: 0px;
	font-size:24px;
}

.nav-more {
    right: 0;
    background: transparent;
}

.nav-more span {
    width: 4px;
    height: 4px;
    margin: 0 2px;
    border-radius: 50%;
    background: #1f2937;
}

.hero-space {
    position: relative;
    z-index: 1;
    height: 118px;
}

.supplier-tabs {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    height: 40px;
    margin: 0 16px;
	background: #FFF3F2;
	border-radius: 14px 14px 0 0;

}
.supplier-tab {
    position: relative;
    height: 40px;
	line-height: 40px;
    color: #667085;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
	background: #FFF3F2;
	flex:1;
}

.supplier-tab.active {
    z-index: 2;
    color: #111827;
    background: #fff;
}
.supplier-tabs .tab1{
	border-radius: 14px 0 0 0;
}
.supplier-tabs .tab2{
	border-radius: 0 14px 0 0;
}
.supplier-tabs .tab1.active {
	height: 48px;
	line-height: 48px;
	-webkit-clip-path: polygon(10% 0, 95% -12%, 110% 330%, -48% 0%);
	clip-path: polygon(10% 0, 95% -12%, 110% 330%, -48% 0%);
    background: #fff;
	border-radius: 14px 24px 0 0;
}
.supplier-tabs .tab2.active {
	height: 48px;
	line-height: 48px;
	border-radius:38px 14px 0 0;
	background: #fff;
   -webkit-clip-path: polygon(10% 0, 111% 0%, 80% 282%, 0% 100%);
   clip-path: polygon(10% 0, 111% 0%, 80% 282%, 0% 100%);
}
.supplier-tabs .supplier-tab.active::after{
	content: "";
	
}


.supplier-panel {
    position: relative;
    z-index: 2;
    min-height: calc(100vh - 227px);
    margin-top: -1px;
    padding: 10px 16px 0;
    border-radius: 9px 9px 0 0;
    background: #fff;
}

.supplierList {
    width: 100%;
}

.supplier-panel-list {
    display: none;
}

.supplier-panel-list.active {
    display: block;
}

.vr-promo {
    display: flex;
    align-items: center;
    height: 30px;
    margin: 0 0 10px;
    color: #273142;
    font-size: 12px;
    white-space: nowrap;
}

.vr-promo .icon-bell{
	margin-right: 5px;
    color:#FF2F36;
}

.vr-notice-icon::before {
    position: absolute;
    left: 0;
    top: 3px;
    width: 6px;
    height: 7px;
    border-radius: 1px 0 0 1px;
    background: #f2261c;
    content: "";
}

.vr-notice-icon::after {
    position: absolute;
    right: 0;
    top: 1px;
    width: 8px;
    height: 11px;
    border-radius: 50%;
    border-right: 2px solid #f2261c;
    content: "";
}

.vr-promo-text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size:12px;
	color:#162131;
}

.vr-apply {
    flex: 0 0 72px;
    height: 28px;
    margin-left: 8px;
    border: 1px solid #f2261c;
    border-radius: 4px;
    color: #f2261c;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
}

.vr-card {
    position: relative;
    display: block;
    min-height: 122px;
    padding: 14px 0;
    border-bottom: 1px solid #edf0f5;
    color: #101828;
}
.vr-card:last-child{
	border: 0;
}
.vr-cover {
    position: absolute;
    left: 0;
    top: 14px;
    width: 120px;
    height: 88px;
    border-radius: 6px;
    object-fit: cover;
    background: #eef2f7;
}

.vr-info {
    min-height: 88px;
    padding-left: 128px;
}

.vr-name {
    overflow: hidden;
    color: #101828;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vr-category {
    display: inline-flex;
    align-items: center;
    height: 19px;
    margin-top: 6px;
    padding: 0 6px;
    border-radius: 3px;
    background: #f3f7ff;
    color: #8d99aa;
    font-size: 11px;
    line-height: 19px;
}

.vr-address {
    position: absolute;
    left: 128px;
    bottom: 18px;
    max-width: 120px;
    overflow: hidden;
    color: #667085;
    font-size: 12px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vr-entry {
    position: absolute;
    right: 0;
    top: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 28px;
    border-radius: 4px;
    background: #f2261c;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
}

.vr-entry img {
    margin-right: 4px;
}

.supplier-card {
    position: relative;
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid #edf0f5;
    color: #101828;
}

.supplier-name {
    width:100%;
    overflow: hidden;
    color: #101828;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.supplier-tags {
   padding-right:100px;
}

.supplier-tags.first-row {
    margin-top: 4px;
}

.supplier-tags.second-row {
    margin-top: 5px;
}

.tag {
    display: inline-flex;
    align-items: center;
    height: 17px;
    margin-right: 6px;
    padding: 0 4px;
    border-radius: 2px;
    font-size: 11px;
    line-height: 17px;
    white-space: nowrap;
}

.tag.cert {
    border: 1px solid #4b76e6;
	border-radius: 3px;
    color: #3465df;
    background: #f7faff;
}

.tag.cert i {
    position: relative;
    width: 17px;
    height: 16px;
    margin-right: 2px;
    border-radius: 2px;
    background:#2E5ED6;
	color:#fff;
}

.tag.address {
	display:inline-block;
	max-width: 220px;
	border: 1px solid #e8ecf3;
    color: #8d99aa;
    background: #f6f8fb;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.tag.category {
    border: 1px solid #2E5ED6;
    color: #2E5ED6;
    background:#f3f7ff;
}

.tag.active-shop {
    border: 1px solid #ff4d43;
    color: #f2261c;
    background: #fff8f6;
}

.tag.active-shop i {
    position: relative;
    width: 9px;
    height: 11px;
    margin-right: 3px;
    border-radius: 7px 7px 7px 7px;
    background: linear-gradient(180deg, #ff6b47 0%, #f2261c 100%);
}

.tag.active-shop i::before {
    position: absolute;
    left: 3px;
    bottom: 1px;
    width: 4px;
    height: 5px;
    border-radius: 4px 4px 0 0;
    background: #fff8f6;
    content: "";
}

.consult-btn {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 72px;
    height: 27px;
	margin-top:-14px;
    border-radius: 4px;
    background: #f2261c;
    color: #fff;
    font-size: 12px;
    line-height: 27px;
    text-align: center;
}

.more {
    display: none;
    padding: 12px 0;
    color: #8d99aa;
    font-size: 12px;
}

.pagination-loading {
    display: none;
    align-items: center;
    justify-content: center;
    height: 44px;
    color: #8d99aa;
    font-size: 12px;
}

.pagination-loading .loading-icon {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    border: 2px solid #ffd8d4;
    border-top-color: #f2261c;
    border-radius: 50%;
    animation: supplierLoadingRotate .8s linear infinite;
}

@keyframes supplierLoadingRotate {
    to {
        transform: rotate(360deg);
    }
}

.bottom-tabbar {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 20;
    display: flex;
    width: 100%;
    max-width: 375px;
    height: 84px;
    padding-top: 7px;
    border-top: 1px solid #f1f3f8;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(16, 24, 40, 0.03);
    transform: translateX(-50%);
}

.tabbar-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #1f2937;
    font-size: 11px;
    line-height: 16px;
}

.tabbar-item.active {
    color: #f2261c;
}

.tabbar-icon {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    margin-bottom: 3px;
}

.home-icon::before {
    position: absolute;
    left: 6px;
    top: 8px;
    width: 12px;
    height: 13px;
    border: 2px solid currentColor;
    border-top: 0;
    border-radius: 1px;
    content: "";
}

.home-icon::after {
    position: absolute;
    left: 6px;
    top: 4px;
    width: 12px;
    height: 12px;
    border-left: 2px solid currentColor;
    border-top: 2px solid currentColor;
    transform: rotate(45deg);
    content: "";
}

.hall-icon::before {
    position: absolute;
    left: 4px;
    top: 6px;
    width: 17px;
    height: 15px;
    border: 2px solid currentColor;
    border-radius: 1px;
    content: "";
}

.hall-icon::after {
    position: absolute;
    left: 2px;
    top: 4px;
    width: 21px;
    height: 3px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    content: "";
}

.hall-icon {
    background: linear-gradient(currentColor, currentColor) 8px 11px / 2px 10px no-repeat,
        linear-gradient(currentColor, currentColor) 15px 11px / 2px 10px no-repeat;
}

.goods-icon {
    border: 2px solid currentColor;
    border-radius: 2px;
    background: radial-gradient(currentColor 1.5px, transparent 2px) 3px 3px / 8px 8px repeat;
}

.mine-icon::before {
    position: absolute;
    left: 8px;
    top: 3px;
    width: 9px;
    height: 9px;
    border: 2px solid currentColor;
    border-radius: 50%;
    content: "";
}

.mine-icon::after {
    position: absolute;
    left: 4px;
    top: 14px;
    width: 17px;
    height: 9px;
    border: 2px solid currentColor;
    border-radius: 10px 10px 2px 2px;
    content: "";
}

.tabbar-publish {
    position: relative;
    flex: 0 0 74px;
    height: 50px;
}

.tabbar-publish::before {
    position: absolute;
    left: 50%;
    top: -5px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f2261c;
    transform: translateX(-50%);
    content: "";
}

.tabbar-publish span::before,
.tabbar-publish span::after {
    position: absolute;
    left: 50%;
    top: 18px;
    z-index: 1;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    transform: translateX(-50%);
    content: "";
}

.tabbar-publish span::after {
    width: 2px;
    height: 20px;
    top: 9px;
}

.home-indicator {
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 134px;
    height: 5px;
    border-radius: 999px;
    background: #000;
    transform: translateX(-50%);
}


