.yhsm-fast-order-container {
max-width: 100%;
margin: 0 auto;
padding: 15px;
background: #ffffff;
border-radius: 6px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.yhsm-fast-order-container h2 {
color: #333;
font-size: 18px;
margin-bottom: 15px;
padding-bottom: 8px;
border-bottom: 2px solid #e74c3c;
} .yhsm-input-section {
margin-bottom: 30px;
}
#yhsm-sku-input {
width: 100%;
height: 150px;
padding: 15px;
border: 1px solid #ddd;
border-radius: 6px;
font-size: 14px;
font-family: monospace;
resize: vertical;
box-sizing: border-box;
transition: border-color 0.3s;
}
#yhsm-sku-input:focus {
outline: none;
border-color: #4CAF50;
box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.1);
}
.yhsm-button-primary {
display: inline-block;
background: #4CAF50;
color: white;
border: none;
padding: 12px 24px;
font-size: 16px;
font-weight: 500;
border-radius: 6px;
cursor: pointer;
margin-top: 15px;
transition: all 0.3s;
text-decoration: none;
text-align: center;
min-height: 44px;
box-sizing: border-box;
}
.yhsm-button-primary:hover:not(:disabled) {
background: #45a049;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}
.yhsm-button-primary:disabled {
background: #ccc;
cursor: not-allowed;
transform: none;
box-shadow: none;
} @media (max-width: 768px) {
.yhsm-button-primary {
width: 100%;
padding: 12px 18px;
font-size: 16px; }
.yhsm-button-primary:active:not(:disabled) {
transform: scale(0.98);
opacity: 0.9;
} #yhsm-sku-input {
font-size: 16px; }
} .yhsm-result-section {
margin-top: 30px;
}
.yhsm-products-grid {
margin-bottom: 20px;
} .yhsm-product-header {
background: #4CAF50;
color: white;
font-weight: 600;
margin-bottom: 10px;
border-radius: 6px 6px 0 0;
overflow: hidden;
}
.yhsm-product-header .yhsm-product-row {
padding: 8px 10px;
font-weight: 600;
font-size: 12px;
border-bottom: none;
min-height: auto;
height: 40px;
align-items: center;
} .yhsm-product-header .yhsm-product-name {
font-size: 13px;
color: white;
font-weight: 600;
flex: 1;
min-width: 0;
}
.yhsm-product-header .yhsm-product-price,
.yhsm-product-header .yhsm-product-discount-price {
flex: 0 0 65px;
text-align: right;
font-size: 13px;
color: white;
font-weight: 600;
padding-right: 5px;
}
.yhsm-product-header .yhsm-product-quantity {
flex: 0 0 80px;
text-align: center;
font-size: 13px;
color: white;
font-weight: 600;
}
.yhsm-product-header .yhsm-product-subtotal {
flex: 0 0 70px;
text-align: right;
font-size: 13px;
color: white;
font-weight: 600;
padding-right: 5px;
} @media (max-width: 1200px) {
.yhsm-product-header .yhsm-product-price,
.yhsm-product-header .yhsm-product-discount-price {
flex: 0 0 60px;
font-size: 12px;
}
.yhsm-product-header .yhsm-product-quantity {
flex: 0 0 70px;
font-size: 12px;
}
.yhsm-product-header .yhsm-product-subtotal {
flex: 0 0 65px;
font-size: 12px;
}
}
@media (max-width: 768px) {
.yhsm-product-header .yhsm-product-row {
padding: 8px 6px;
}
.yhsm-product-header .yhsm-product-price,
.yhsm-product-header .yhsm-product-discount-price,
.yhsm-product-header .yhsm-product-subtotal {
flex: 0 0 45px;
font-size: 11px;
padding-right: 2px;
}
.yhsm-product-header .yhsm-product-quantity {
flex: 0 0 55px;
font-size: 11px;
}
} .yhsm-product-row {
display: flex;
align-items: center;
padding: 12px 10px;
border-bottom: 1px solid #eee;
flex-wrap: nowrap;
overflow: hidden;
min-height: 80px;
} .yhsm-product-item {
border: 1px solid #eee;
margin-bottom: 8px;
border-radius: 6px;
transition: all 0.2s ease;
overflow: hidden;
background: #ffffff;
}
.yhsm-product-item:hover {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
} .yhsm-product-image {
flex: 0 0 50px;
height: 50px;
margin-right: 10px;
border-radius: 4px;
overflow: hidden;
background-color: #f5f5f5;
display: flex;
align-items: center;
justify-content: center;
}
.yhsm-product-image img {
width: 100%;
height: 100%;
object-fit: cover;
} .yhsm-product-info {
flex: 1;
display: flex;
flex-direction: column;
min-width: 0;
margin-left: 0;
}
.yhsm-product-name {
font-size: 14px;
font-weight: 500;
color: #333;
line-height: 1.2;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 4px;
min-width: 120px;
}
.yhsm-product-sku {
font-size: 12px;
color: #666;
font-family: monospace;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
flex: none;
} .yhsm-price-info {
display: flex;
flex-direction: column;
align-items: flex-start;
margin-left: 8px;
flex: 0 0 120px;
} .yhsm-product-price {
flex: 0 0 65px;
text-align: right;
color: #666;
font-size: 13px;
padding-right: 5px;
}
.yhsm-product-discount-price {
flex: 0 0 65px;
text-align: right;
font-weight: 600;
font-size: 13px;
padding-right: 5px;
}
.yhsm-product-discount-price .yhsm-discount-price {
color: #e74c3c;
padding: 2px 4px;
background-color: #fff5f5;
border-radius: 4px;
font-weight: 700;
font-size: 13px;
}
.yhsm-discount-price {
color: #e74c3c;
font-weight: 600;
font-size: 13px;
}
.yhsm-regular-price {
color: #999;
font-size: 12px;
text-decoration: line-through;
} .yhsm-product-quantity {
flex: 0 0 80px;
display: flex;
justify-content: center;
}
.yhsm-quantity-input {
width: 60px;
height: 32px;
font-size: 14px;
padding: 0 8px;
text-align: center;
border-radius: 4px;
border: 1px solid #ddd;
} .yhsm-product-subtotal {
flex: 0 0 70px;
text-align: right;
font-weight: 600;
color: #333;
font-size: 13px;
padding-right: 5px;
}
.yhsm-subtotal {
color: #333;
font-weight: 700;
font-size: 13px;
} @media (max-width: 1200px) {
.yhsm-product-name {
font-size: 13px;
}
.yhsm-product-sku {
font-size: 11px;
}
.yhsm-product-price,
.yhsm-product-discount-price {
flex: 0 0 60px;
font-size: 12px;
}
.yhsm-product-quantity {
flex: 0 0 70px;
}
.yhsm-quantity-input {
width: 50px;
height: 28px;
font-size: 13px;
}
.yhsm-product-subtotal {
flex: 0 0 65px;
font-size: 12px;
}
.yhsm-price-info {
flex: 0 0 100px;
}
}
@media (max-width: 992px) {
.yhsm-product-row {
padding: 10px 8px;
}
.yhsm-product-image {
flex: 0 0 45px;
height: 45px;
margin-right: 8px;
}
.yhsm-product-name {
font-size: 12px;
min-width: 100px;
}
.yhsm-product-sku {
font-size: 10px;
}
}
@media (max-width: 768px) {
.yhsm-product-row {
padding: 8px 6px;
}
.yhsm-product-image {
flex: 0 0 40px;
height: 40px;
margin-right: 6px;
}
.yhsm-product-price,
.yhsm-product-discount-price {
flex: 0 0 55px;
font-size: 11px;
}
.yhsm-product-quantity {
flex: 0 0 65px;
}
.yhsm-quantity-input {
width: 45px;
height: 26px;
font-size: 12px;
padding: 0 6px;
}
.yhsm-product-subtotal {
flex: 0 0 60px;
font-size: 11px;
}
.yhsm-price-info {
flex: 0 0 90px;
}
} @media (max-width: 480px) {
#yhsm-fast-order {
padding: 10px;
}
#yhsm-fast-order h2 {
font-size: 16px;
margin-bottom: 12px;
}
.yhsm-product-info {
min-width: 90px;
}
.yhsm-product-name {
font-size: 11px;
}
.yhsm-product-sku {
font-size: 10px;
}
.yhsm-product-price,
.yhsm-product-discount-price,
.yhsm-product-subtotal {
flex: 0 0 45px;
font-size: 10px;
padding-right: 2px;
}
.yhsm-product-quantity {
flex: 0 0 55px;
}
.yhsm-quantity-input {
width: 40px;
height: 24px;
font-size: 11px;
}
#yhsm-add-to-cart {
padding: 10px 15px;
font-size: 14px;
width: 100%;
margin-top: 15px;
float: none;
}
} @media (max-width: 360px) { .yhsm-fast-order-container {
padding: 10px;
margin: 5px;
max-width: calc(100% - 10px);
} .yhsm-product-header .yhsm-product-row {
font-size: 10px;
padding: 5px 2px;
flex-wrap: nowrap;
overflow-x: auto;
height: 36px;
} .yhsm-product-item {
margin-bottom: 8px;
}
.yhsm-product-row {
padding: 6px 3px;
flex-wrap: nowrap;
overflow-x: auto;
min-height: auto;
align-items: center;
} .yhsm-product-image {
flex: 0 0 30px;
height: 30px;
margin-right: 5px;
} .yhsm-product-info {
flex: 1;
min-width: 110px;
} .yhsm-product-price {
flex: 0 0 50px;
font-size: 11px;
padding-right: 2px;
}
.yhsm-product-discount-price {
flex: 0 0 60px;
font-size: 11px;
padding-right: 2px;
} .yhsm-price-info {
display: none !important;
} .yhsm-product-quantity {
flex: 0 0 45px;
}
.yhsm-quantity-input {
width: 40px;
height: 26px;
font-size: 13px;
} .yhsm-product-subtotal {
flex: 0 0 50px;
font-size: 11px;
padding-right: 2px;
} .yhsm-product-name {
font-size: 12px;
line-height: 1.2;
}
.yhsm-product-sku {
font-size: 10px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} .yhsm-bottom-bar {
padding: 15px 10px;
gap: 15px;
} .yhsm-button-primary {
height: 40px;
font-size: 14px;
min-height: 40px;
}
} .yhsm-product-header .yhsm-product-row {
padding: 10px 12px;
font-size: 12px;
font-weight: 600;
}
.yhsm-product-header .yhsm-product-name,
.yhsm-product-header .yhsm-product-price,
.yhsm-product-header .yhsm-product-discount-price,
.yhsm-product-header .yhsm-product-quantity,
.yhsm-product-header .yhsm-product-subtotal {
color: white;
} @media (max-width: 992px) {
.yhsm-fast-order-container {
padding: 15px;
margin: 15px;
}
.yhsm-product-row {
padding: 10px;
}
.yhsm-price-info {
flex: 0 0 120px;
}
.yhsm-product-quantity {
flex: 0 0 80px;
}
.yhsm-product-subtotal {
flex: 0 0 80px;
}
} @media (max-width: 768px) {
.yhsm-fast-order-container {
padding: 10px;
margin: 0;
box-shadow: none;
max-width: 100%;
overflow-x: hidden;
} #yhsm-sku-input {
height: 100px;
font-size: 16px; padding: 10px;
} #yhsm-check-button,
#yhsm-add-to-cart {
height: 44px;
font-size: 16px;
padding: 0 20px;
} #yhsm-check-button:active:not(:disabled),
#yhsm-add-to-cart:active:not(:disabled) {
transform: scale(0.98);
opacity: 0.9;
} .yhsm-quantity-input {
width: 70px;
height: 36px;
font-size: 16px;
padding: 0 8px;
} .yhsm-product-header .yhsm-product-row {
font-size: 12px;
padding: 8px 5px;
}  .yhsm-product-row {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
} .yhsm-product-image {
flex: 0 0 40px;
height: 40px;
margin-right: 8px;
}
.yhsm-product-info {
flex: 1;
min-width: 150px;
}
.yhsm-product-price {
flex: 0 0 60px;
font-size: 13px;
text-align: center;
}
.yhsm-product-discount-price {
flex: 0 0 70px;
font-size: 13px;
text-align: center;
color: #e53935;
font-weight: bold;
}
.yhsm-product-quantity {
flex: 0 0 60px;
text-align: center;
}
.yhsm-product-subtotal {
flex: 0 0 60px;
text-align: right;
} .yhsm-price-info {
display: none; } .yhsm-product-name {
font-size: 14px;
}
.yhsm-product-sku {
font-size: 12px;
}
.yhsm-discount-price {
font-size: 14px;
}
.yhsm-regular-price {
font-size: 11px;
text-decoration: line-through;
} #yhsm-sku-input:focus,
.yhsm-quantity-input:focus {
outline: 2px solid #3498db;
outline-offset: 2px;
}
} @media (min-width: 769px) and (max-width: 1024px) {
.yhsm-fast-order-container {
padding: 15px;
}
.yhsm-product-row {
padding: 12px 10px;
}
.yhsm-product-image {
flex: 0 0 50px;
width: 50px;
height: 50px;
}
.yhsm-product-info {
min-width: 180px;
padding-right: 12px;
}
.yhsm-product-name {
font-size: 14px;
}
.yhsm-product-sku {
font-size: 12px;
}
.yhsm-product-price,
.yhsm-product-discount-price {
flex: 0 0 70px;
font-size: 14px;
}
.yhsm-product-quantity {
flex: 0 0 90px;
}
.yhsm-quantity-input {
width: 50px;
height: 28px;
font-size: 14px;
}
.yhsm-product-subtotal {
flex: 0 0 80px;
font-size: 14px;
} .yhsm-product-header .yhsm-product-row {
height: 44px;
padding: 10px 10px;
font-size: 13px;
} @media (max-width: 480px) { .yhsm-product-header .yhsm-product-row {
font-size: 11px;
padding: 6px 3px;
overflow-x: auto;
} .yhsm-product-row {
padding: 6px 3px;
} .yhsm-price-info {
display: none !important;
} .yhsm-product-image {
flex: 0 0 35px;
height: 35px;
margin-right: 6px;
}
.yhsm-product-info {
flex: 1;
min-width: 130px;
}
.yhsm-product-price {
flex: 0 0 55px;
font-size: 12px;
}
.yhsm-product-discount-price {
flex: 0 0 65px;
font-size: 12px;
}
.yhsm-product-quantity {
flex: 0 0 50px;
}
.yhsm-product-subtotal {
flex: 0 0 55px;
} .yhsm-product-name {
font-size: 13px;
}
.yhsm-product-sku {
font-size: 11px;
} .yhsm-quantity-input {
width: 45px;
height: 30px;
font-size: 14px;
}
}
.yhsm-no-discount {
color: #333;
font-weight: 600;
font-size: 18px;
} .yhsm-member-discount-tag {
display: inline-block;
background-color: #f1c40f;
color: #333;
font-size: 12px;
padding: 2px 8px;
border-radius: 3px;
margin-left: 8px;
font-weight: bold;
} .clean-role-discount-tag {
display: inline-block;
background-color: #f1c40f;
color: #333;
font-size: 12px;
padding: 2px 8px;
border-radius: 3px;
margin-left: 8px;
font-weight: bold;
}  .yhsm-bottom-bar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
background: #f8f9fa;
border-radius: 6px;
border-top: 1px solid #eee;
flex-wrap: wrap;
gap: 20px;
}
.yhsm-total-info {
display: flex;
gap: 30px;
font-size: 16px;
}
.yhsm-total-info span {
font-weight: 500;
color: #333;
}
.yhsm-total-info strong {
color: #e53935;
font-size: 18px;
} .yhsm-loading {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 40px;
text-align: center;
transition: opacity 0.3s ease;
} .yhsm-loading-active {
opacity: 1 !important;
animation: pulse 1.5s infinite;
}
@keyframes pulse {
0% {
opacity: 0.6;
}
50% {
opacity: 1;
}
100% {
opacity: 0.6;
}
} .yhsm-top-loading {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 3px;
background-color: transparent;
z-index: 9999;
}
.yhsm-top-loading-active {
background-color: #e74c3c;
animation: progress 2s infinite ease-in-out;
}
@keyframes progress {
0% {
width: 0;
left: 0;
}
50% {
width: 50%;
left: 25%;
}
100% {
width: 0;
left: 100%;
}
}
.yhsm-loading-spinner {
width: 40px;
height: 40px;
border: 4px solid #f3f3f3;
border-top: 4px solid #4CAF50;
border-radius: 50%;
animation: spin 1s linear infinite;
margin-bottom: 15px;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.yhsm-error-message {
background: #ffebee;
border-left: 4px solid #f44336;
padding: 15px;
margin: 20px 0;
border-radius: 4px;
transition: all 0.3s ease;
} .yhsm-error-active {
animation: shake 0.5s ease-in-out, fadeOut 5s ease-out;
animation-delay: 0s, 0.5s;
}
@keyframes shake {
0%, 100% { transform: translateX(0); }
25% { transform: translateX(-5px); }
75% { transform: translateX(5px); }
}
@keyframes fadeOut {
0% { opacity: 1; }
100% { opacity: 0.8; }
}
.yhsm-error-message p {
color: #c62828;
margin: 0;
font-weight: 500;
} .yhsm-empty-result {
text-align: center;
padding: 40px;
color: #666;
} @media (max-width: 768px) {
.yhsm-fast-order-container {
margin: 15px;
padding: 15px;
}
.yhsm-bottom-bar {
flex-direction: column;
align-items: stretch;
}
.yhsm-total-info {
flex-direction: column;
gap: 10px;
}
.yhsm-button-primary {
width: 100%;
}
}
@media (max-width: 480px) {
.yhsm-product-item {
flex-direction: column;
align-items: flex-start;
}
.yhsm-product-image {
margin-bottom: 15px;
}
}.yhsm-wechat-login-container {
margin: 20px 0;
text-align: center;
} .yhsm-wechat-login-button {
display: inline-flex;
align-items: center;
justify-content: center;
background-color: #07C160;
color: white;
border: none;
border-radius: 6px;
padding: 12px 24px;
font-size: 16px;
font-weight: 500;
cursor: pointer;
text-decoration: none;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
box-shadow: 0 2px 8px rgba(7, 193, 96, 0.3);
}
.yhsm-wechat-login-button:hover {
background-color: #06AD56;
text-decoration: none;
color: white;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(7, 193, 96, 0.4);
}
.yhsm-wechat-login-button:active {
background-color: #059B4C;
transform: translateY(0);
box-shadow: 0 2px 6px rgba(7, 193, 96, 0.3);
} .yhsm-wechat-login-button .wechat-icon {
display: inline-block;
width: 20px;
height: 20px;
margin-right: 8px;
vertical-align: middle;
background-image: url(//yhsm.xyz/wp-content/plugins/yhsm-wechat-login/assets/images/wechat-icon.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
flex-shrink: 0;
} .yhsm-wechat-qrcode-container {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
z-index: 9999;
align-items: center;
justify-content: center;
backdrop-filter: blur(4px);
}
.yhsm-wechat-qrcode-container.show {
display: flex;
}
.yhsm-wechat-qrcode-content {
background-color: white;
border-radius: 12px;
padding: 30px;
width: 350px;
text-align: center;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
position: relative;
transform: translateY(0);
animation: yhsm-wechat-fadeIn 0.3s ease-out;
}
@keyframes yhsm-wechat-fadeIn {
from {
opacity: 0;
transform: translateY(-20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.yhsm-wechat-qrcode-title {
font-size: 18px;
font-weight: 600;
margin-bottom: 20px;
color: #333;
}
.yhsm-wechat-qrcode-image {
width: 200px;
height: 200px;
margin: 0 auto 20px;
padding: 10px;
background-color: #fff;
border: 1px solid #eee;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.yhsm-wechat-qrcode-image img {
width: 100%;
height: 100%;
object-fit: contain;
}
.yhsm-wechat-qrcode-tips {
font-size: 14px;
color: #666;
margin-bottom: 20px;
line-height: 1.5;
}
.yhsm-wechat-qrcode-close {
position: absolute;
top: 15px;
right: 15px;
width: 30px;
height: 30px;
border: none;
background-color: transparent;
font-size: 24px;
color: #999;
cursor: pointer;
transition: all 0.3s ease;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.yhsm-wechat-qrcode-close:hover {
color: #333;
background-color: #f5f5f5;
} @media (max-width: 768px) {
.yhsm-wechat-qrcode-content {
width: 90%;
max-width: 320px;
margin: 20px;
padding: 25px 20px;
}
.yhsm-wechat-qrcode-image {
width: 180px;
height: 180px;
}
.yhsm-wechat-login-button {
width: 100%;
padding: 10px 0;
font-size: 15px;
}
.yhsm-wechat-login-container {
margin: 15px 0;
}
} .yhsm-wechat-login-divider {
display: flex;
align-items: center;
margin: 20px 0;
color: #999;
font-size: 14px;
}
.yhsm-wechat-login-divider::before,
.yhsm-wechat-login-divider::after {
content: '';
flex: 1;
height: 1px;
background-color: #e0e0e0;
}
.yhsm-wechat-login-divider::before {
margin-right: 15px;
}
.yhsm-wechat-login-divider::after {
margin-left: 15px;
} .yhsm-wechat-loading {
display: inline-block;
width: 18px;
height: 18px;
border: 2px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
border-top-color: white;
animation: yhsm-wechat-spin 0.8s linear infinite;
margin-right: 8px;
vertical-align: middle;
flex-shrink: 0;
}
@keyframes yhsm-wechat-spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} .yhsm-wechat-login-status {
display: none;
margin-top: 15px;
padding: 12px 15px;
border-radius: 6px;
font-size: 14px;
line-height: 1.5;
transition: all 0.3s ease;
border-left: 4px solid transparent;
}
.yhsm-wechat-login-status.success {
display: block;
background-color: #f0f9ff;
color: #0073aa;
border-color: #0073aa;
box-shadow: 0 2px 8px rgba(0, 115, 170, 0.1);
}
.yhsm-wechat-login-status.error {
display: block;
background-color: #fdf2e9;
color: #d63638;
border-color: #d63638;
box-shadow: 0 2px 8px rgba(214, 54, 56, 0.1);
}
.yhsm-wechat-login-status.info {
display: block;
background-color: #e7f3ff;
color: #0056b3;
border-color: #0056b3;
box-shadow: 0 2px 8px rgba(0, 86, 179, 0.1);
} @media (prefers-color-scheme: dark) {
.yhsm-wechat-qrcode-content {
background-color: #1e1e1e;
color: #e0e0e0;
}
.yhsm-wechat-qrcode-title {
color: #ffffff;
}
.yhsm-wechat-qrcode-tips {
color: #b0b0b0;
}
.yhsm-wechat-qrcode-image {
background-color: #2a2a2a;
border-color: #404040;
}
.yhsm-wechat-login-divider {
color: #707070;
}
.yhsm-wechat-login-divider::before,
.yhsm-wechat-login-divider::after {
background-color: #404040;
}
.yhsm-wechat-qrcode-close:hover {
background-color: #333333;
color: #ffffff;
}
}:root{--ep-c-white:#fff;--ep-c-medium-white:#eee;--ep-c-white-gray:#ccc;--ep-c-white-red:#ffe8ed;--ep-c-white-yellow:#fdeeca;--ep-c-medium-gray:#626262;--ep-c-light-gray:#999;--ep-c-black:#000;--ep-c-medium-red:#d73c38;--ep-c-dark-red:#b93431;--ep-c-medium-dark-blue:#0073aa;--ep-status-ok:#6aa000;--ep-status-warning:#e3e600;--ep-status-error:red}:root{--ep-default-icon-color:#82878c}#ep-ab-icon{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHN0eWxlPSJmaWxsOiM4Mjg3OGMiIHZpZXdCb3g9IjAgMCA3MyA3MS4zIj48cGF0aCBkPSJNMzYuNSA0LjdjLTE3LjEgMC0zMC45IDEzLjktMzAuOSAzMSAwIDEwIDQuNyAxOC45IDEyLjEgMjQuNWw0LjUtNC41Yy4xLS4xLjEtLjIuMi0uM2wuNy0uNyA2LjQtNi40YzIuMSAxLjIgNC41IDEuOSA3LjEgMS45IDggMCAxNC41LTYuNSAxNC41LTE0LjVzLTYuNS0xNC41LTE0LjUtMTQuNVMyMiAyNy42IDIyIDM1LjZjMCAyLjguOCA1LjMgMi4xIDcuNWwtNi40IDYuNGMtMi45LTMuOS00LjYtOC43LTQuNi0xMy45IDAtMTIuOSAxMC41LTIzLjQgMjMuNC0yMy40czIzLjQgMTAuNSAyMy40IDIzLjRTNDkuNCA1OSAzNi41IDU5Yy0yLjEgMC00LjEtLjMtNi0uOGwtLjYuNi01LjIgNS40YzMuNiAxLjUgNy42IDIuMyAxMS44IDIuMyAxNy4xIDAgMzAuOS0xMy45IDMwLjktMzAuOVM1My42IDQuNyAzNi41IDQuNyIvPjwvc3ZnPg==");background-position:0 6px;background-repeat:no-repeat;background-size:20px;float:left;height:30px;width:26px}#wpadminbar .ep-status-indicator{background-color:#82878c;background-color:var(--ep-default-icon-color);border-radius:100%;display:inline-block;height:10px;margin-right:6px;width:10px}#wpadminbar .ep-status-indicator--success{background-color:#6aa000;background-color:var(--ep-status-ok)}#wpadminbar .ep-status-indicator--warning{background-color:#e3e600;background-color:var(--ep-status-warning)}#wpadminbar .ep-status-indicator--error{background-color:red;background-color:var(--ep-status-error)}#wp-admin-bar-ep-basic-status .ab-item{height:auto!important}#wp-admin-bar-ep-basic-status-summary ul{padding-left:1.5em}#wp-admin-bar-ep-basic-status-summary ul,#wp-admin-bar-ep-basic-status-summary ul li{list-style:disc}#wp-admin-bar-ep-basic-status-summary a{font-weight:700}