.show {
    display: block;
}
.hide {
    display: none;
}
.header-top {
    background: #f5f5f5;
}

.smt-icon-container {
    overflow: hidden;
    background: #fff;
}

.tap-wrap {
    overflow: hidden;
    padding-top: 36.23rpx;
    font-size: 0;
    background: #f5f5f5;
}

.tab-wrap-inner {
    overflow: hidden;
    padding: 23.55rpx 30.8rpx 0 30.8rpx;
    border-radius: 8px 8px 0 0;
    background: #fff;
}

.tab-container {
    padding: 0 23.55rpx;
}

.tab-container .icon-list {
    overflow: hidden;
    width: 100%;
    font-size: 0;
}



.tab-container .icon-sub-title {
    display: flex;
    padding-top: 72.46rpx;
    padding-bottom: 23.55rpx;

    align-items: center;
    justify-content: center;
}

.icon-sub-title .title-inner {
    position: relative;
    display: inline-block;
    font-size: 28.99rpx;
    font-weight: 700;
}

.icon-sub-title .prefix {
    width: 41.67rpx;
    height: 1px;
    margin-right: 21.74rpx;
    opacity: .6;
    border-radius: 1px;
    background-image: linear-gradient(90deg, #f5f5f5 0%, #ccc 100%);
}

.icon-sub-title .afterfix {
    width: 41.67rpx;
    height: 1px;
    margin-left: 21.74rpx;
    opacity: .6;
    border-radius: 1px;
    background-image: linear-gradient(90deg, #ccc 0%, #f5f5f5 100%);
}

.tab-container .icon-item {
    display: inline-block;
    box-sizing: border-box;
    width: 25%;
    text-align: center;
}

.tab-container .icon-item .icon-inner {
    display: flex;
    flex-direction: column;
    height: 22.94686vw;
    width: 100%;
    padding: 0 22rpx;
    font-size: 0;
    text-align: center;

    align-items: center;
    justify-content: center;
}

.tab-container .icon-item .en-name {
    box-sizing: border-box;
    width: 100%;
    margin-top: 27.17rpx;
    font-size: 23.55rpx;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
}

.tab-container .custom-spin * {
    box-sizing: content-box;
}
