* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* 平方和微软雅黑字体 */
    font-family: "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #151C26;
    background-color: #F9F9FD;
    font-size: 12px;
}

main {
    padding-top: 72px;
}

/* flex 上下居中 */
.align-center { 
    display: flex;
    align-items: center;
}

.justify-center { 
    display: flex;
    justify-content: center;
}

.justify-between { 
    display: flex;
    justify-content: space-between;
}

.align-start {
    display: flex;
    align-items: flex-start;
}

.align-end { 
    display: flex;
    align-items: flex-end;
}


#app {
    min-height: 100vh;
}

header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem 0;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

header h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.max-width { 
    width: 1200px;
    margin: 0 auto;
}

.container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.card {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.card h2 {
    color: #333;
    margin-bottom: 1rem;
    border-bottom: 2px solid #667eea;
    padding-bottom: 0.5rem;
}

button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: transform 0.2s;
}

button:hover:not(:disabled) {
    transform: translateY(-2px);
}

button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.form-group textarea {
    min-height: 100px;
    resize: vertical;
}

.posts-list {
    margin-top: 1rem;
}

.post-item {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 1rem;
    background: #fafafa;
}

.post-item h3 {
    color: #667eea;
    margin-bottom: 0.5rem;
}

.error {
    background: #ffebee;
    color: #c62828;
    padding: 1rem;
    border-radius: 4px;
    margin: 1rem 0;
}

.header {
    background-color: #fff;
    height: 72px;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11111;
}
.header .logo {
    height: 40px;
    cursor: pointer;
}

.head-right img{
    width: 18px;
    height: 18px;
    margin-right: 4px;
}

.head-right .h-r-b {
    font-size: 14px;
    margin-left: 48px;
}

.c-C5CAD4 {
    color: #C5CAD4;
}

.c-62676C {
    color:#62676C;
}

.c-444951 {
    color: #444951;
}

.m-b-6 {
    margin-bottom: 6px;
}

.l-h-1 {
    line-height: 1;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}
.bold {
    font-weight: bold;
}
.f-15 {
    font-size: 15px;
}
.f-16 {
    font-size: 16px;
}
.t-center {
    text-align: center;
}

.t-right {
    text-align: right;
}

.f-17 {
    font-size: 17px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 22px;
}

.f-24 {
    font-size: 24px;
}

.f-30 {
    font-size: 30px;
}

.c-727B8C {
    color: #727B8C;
}

.c-909399 {
    color: #909399;
}

.c-white { 
    color: white;
}

.c-FFBB00 {
    color: #FFBB00;
}

.footer {
    background: #1D2125;
}

.l-30 {
    line-height: 30px;
}

.l-18 {
    line-height: 18px;
}

.l-17 {
    line-height: 17px;
}

.l-20 {
    line-height: 20px;
}

.l-21 {
    line-height: 21px;
}

.l-22 {
    line-height: 22px;
}

.l-24 {
    line-height: 24px;
}

.l-34 {
    line-height: 34px;
}

.m-t-17 {
    margin-top: 17px;
}

.m-b-2 {
    margin-bottom: 2px;
}

.m-b-10{
    margin-bottom: 10px;
}

.m-b-13{
    margin-bottom: 13px;
}

.m-b-22 {
    margin-bottom: 22px;
}

.m-b-24 {
    margin-bottom: 24px;
}

.bg-white {
    background: white;
}

.m-r-22 {
    margin-right: 22px;
}

.p-12 {
    padding: 12px;
}

.line-b-F7F8FC{
    background-color: #F7F8FC;
    height: 1px;
}

/* 文案只显示一行 */
.one-line { 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scale-1px-F7F8FC-b {
	position: relative;
	border: none;
}
.scale-1px-F7F8FC-b:after{
	border-bottom: 1px solid #F7F8FC;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 200%;
	height: 200%;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	pointer-events:none;
}

.scale-1px-EDEFF2-b {
	position: relative;
	border: none;
}
.scale-1px-EDEFF2-b:after{
	border-bottom: 1px solid #EDEFF2;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 200%;
	height: 200%;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	pointer-events:none;
}

.scale-1px-fff {
	position: relative;
	border: none;
}
.scale-1px-fff:after{
	border: 1px solid rgba(255, 255, 255, 0.10);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 200%;
	height: 200%;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	pointer-events:none;
    border-radius: 8px;
}

.p-b-12 {
    padding-bottom: 12px;
}

/* 右侧固定二维码栏 begin */
.fix-code{
    position: fixed;
    top: 50%;
    /* 屏幕垂直居中 */
    transform: translateY(-70%);
    right: 20px;
    background: #30BF62;
    border-radius: 6px 6px 6px 6px;
    padding:12px 13px 16px;
    z-index: 11111;
}

.fix-code img{
    width: 130px;
    height: 130px;
    border-radius: 6rpx;
    margin-bottom: 16px;
}

/* 右侧固定二维码栏 end */



/* 底部footer begin */

.footer{
    background-color: #1D2125;
    height: 286px;
}

.footer-item{
    display: flex;
    align-items: center;
    margin-right: 30px;
}

/* 底部二维码 */
.footer .f-logo {
    /* width: 150px; */
    height: 52.82px;
}

.footer-item img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.qr-code img {
    border-radius: 54px;
    width: 108px;
    height: 108px;
    margin-bottom: 12px;
}

/* 底部footer end */


/* 联系我们 hover 效果 */
.h-r-b {
    position: relative;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.h-r-b .on{
    display: none;
}

.head-concat-pop img{
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.h-r-b:hover .contact-text {
    color: #FF6A00;
}

.h-r-b:hover .on{
    display: block !important;
}

.h-r-b:hover .default{
    display: none;
}

.contact-popup {
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translateX(50%);
    background: #FFFFFF;
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.08);
    border-radius: 14px 14px 14px 14px;
    min-width: 240px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    margin-top: 8px;
}

.head-qrcode-pop {
    padding: 20px 24px;
    text-align: center;
}

.contact-popup .logos{
    width: 180px;
    height: 180px;
    border-radius: 8.31px;
    margin-bottom: 20px;
}
.h-r-b:hover .contact-popup {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    color: #151C26;
    font-size: 14px;
}

.head-concat-pop .popup-item {
    padding: 24px 20px;
}

.contact-text {
    margin-left: 4px;
}



/* nav begin */
.nav-content {
    display: flex;
    justify-content: flex-start;
    margin: 14px auto;
}

.nav-content div{
    font-size: 14px;
}

.nav-content img {
    width: 14px;
    height: 14px;
}

/* nav end */

/* 首页 begin */
.brand-banner {
    position: relative;
    margin: 12px auto 16px auto;
}

.brand-banner .banner-bg {
    width: 100%;
    height: 200px;
}

.banner-list {
    position: absolute;
    bottom: 12px;
    display: flex;
    left: 12px;
    align-items: center;
}

.home-tab-inner {
    margin-right: 10px;
    cursor: pointer;
}

.home-tab-inner .imgDefault {
    /* width: 84px; */
    height: 45px;
}

.home-tab-inner .imgActive {
    /* width: 96px; */
    height: 52px;
}

.brand-content {
    margin-bottom: 118px;
    min-height: 500px;
}

.brand-item {
    padding: 16px;
    cursor: pointer;
}

.brand-item .item-left {
    display: flex;
    align-items: center;
}

.brand-item .brand-img img {
    width: 80px;
    height: 80px;
    margin: 0 16px;
}

.rank img{
    width: 36px;
    height: 36px;
}

.rank div {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.brand-info .brand-name {
    font-weight: 600;
    font-size: 18px;
    color: #151C26;
    line-height: 25px;
    margin-bottom: 12px;
}

.brand-info .brand-remark {
    background: linear-gradient( 270deg, rgba(255,255,255,0) 0%, #F0F3F8 100%);
    padding: 4px 8px;
    font-size: 12px;
    color: #727B8C;
    line-height: 17px;
    max-width: 500px;
    width: 500px;
}

.brand-item .brand-num {
    background: #F7F8FC;
    border-radius: 2px 2px 2px 2px;
    padding: 4px 8px;
    font-size: 12px;
    color: #151C26;
    line-height: 17px;
}

.brand-item .brand-star .point{
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 6px;
}

.brand-item .brand-star .star{
    width: 12px;
    height: 12px;
    margin-right: 2px;
}

.brand-item .brand-star .point span{
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
}

/* 首页 end */

/* 返回顶部按钮 */
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20%;
    transform: translateX(50%);
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.08);;
    cursor: pointer;
    z-index: 999;
    text-align: center;
}

.back-to-top img {
    width: 26px;
    height: 26px;
    margin-bottom: 6px;
    margin-top: 10px;
}

/* 返回顶部按钮 end */


/* 媒体查询 屏幕大于1300px 时*/
@media (min-width: 1300px) {
    .fix-code {
        right: calc(((100% - 1200px) / 2) - 176px);
    }
    .back-to-top {
        right: calc(((100% - 1200px) / 2) - 50px);
    }
}

/* 滚动条样式定制 - 更细的版本 */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
    transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.all-reply-container .tit {
    padding: 16px 0;
    font-weight: 600;
    font-size: 18px;
    color: #151C26;
    line-height: 25px;
}

.all-reply-container .allreply-content {
    /* padding: 12px 0; */
}

.all-reply-container .allreply-content .re-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 10px;
}

.all-reply-container .allreply-content .reply-title {
    margin-bottom: 8px;
}

.all-reply-container .allreply-content .reply-time {
    margin-top: 9px;
}

.all-reply-container .allreply-content .areas{
    margin-left: 16px;
}

/* Firefox 滚动条样式 */
* {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
}