/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/invitation-cn.css");
@import url("/static/public/parts-cn.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #3C9B9B; /* H3、H4标签字体颜色 */
    --HbgColor: #BEE7E7; /* H3、H4的span背景颜色 */
    --WbgColor: #3FA6A6; /* 适配白色字体的背景颜色*/
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #3C9B9B; /* 左右浮动子菜单项背景色*/
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等 */
    --bgColor2: #E0F2F3; /* 交替背景色2 */
    --bgColor3: #EFF6EF; /* 交替背景色3 */
}
.box-main h2 {
    margin: 25px 0 10px 0;
    padding: 0;
    color: var(--HnnColor);
    font-size: 30px;
    line-height: 36px;
    height: auto;
    background-image: none;
}

/* 拟邀观众类别 */
.ExpectVisitors div {
    margin: 4px 2px;
    padding: 0 16px;
    border: solid 2px #7C6156;
    border-radius: 25px;
    height: 50px;
    line-height: 19px;
    /* 以下4句定义：实现文字纵向和横向都居中。 */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
