.ta-clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.ta-hide {
    display: none;
}

/* 放大图片样式 start */
.ta-global-imgZoom {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999;
    cursor: zoom-in;
}

.ta-global-imgMask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    z-index: 9998;
    transition: all 1s;
    display: none;
}

.ta-global-imgZoom-closeBtn {
    display: none;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 10000;
    cursor: pointer;
    font-size: 48px;
    color: var(--ta-white-purple);
}

.ta-global-imgPointer {
    cursor: pointer;
}
/* 放大图片样式 end */

/* 页面模块标题 start */
.ta-global-blockTitleHeader {
    margin-top: 12px;
    user-select: none;
}

.ta-global-blockTitleHeader h2 {
    margin: 12px 0;
    text-align: center;
}
/* 页面模块标题 end */