.gc-tab{width:100%;background-color:#fff}.gc-tab-main{width:100%;height:.8rem;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.gc-tab-item{list-style:none;padding:0 .93rem}.gc-tab-item.active{position:relative;z-index:10;font-weight:700}.gc-tab-item.active .gc-tab-text{color:#333}.gc-tab-item.active .gc-tab-text:before{display:block;content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%,30%);width:100%;height:.11rem;background-image:linear-gradient(-90deg,rgba(255,131,149,0),#fd4c5c);border-radius:6px;z-index:-1}.gc-tab-text{position:relative;height:100%;font-size:.32rem;font-family:PingFangSC-Regular;color:#666}