/* 导入样式表 */
@import url("/static/public/style-en.css");
@import url("/static/public/parts-en.css");
@import url("/static/public/invitation-en.css");

/* 按具体网站的私有颜色配置 */
:root {
    --HnnColor: #298E89; /* H3、H4标签字体颜色 */
    --HbgColor: #D3EFEE; /* H3、H4的span背景颜色 */
    --HbwColor: #8BC06B; /* 适配白色字体的背景颜色 */
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    --menu-float-item-bg: #30A39D; /*左右子菜单项背景色，原始定义在：style-cn.css*/
    --bgColor1: #E9F4FA; /* 交替背景色1，如用于：ul-Testimonials、box-hang4son 等*/
    --bgColor2: #F0FBFB; /* 交替背景色2 */
    --bgColor3: #EFF4FA; /* 背景色3 */
}

.box-main h2 {
    margin: 25px 0 10px 0;
    padding: 0;
    color: var(--HnnColor);
    font-size: 28px;
    line-height: normal;
    font-weight: normal;
    letter-spacing:0;
    height: auto;
    background-image: none;
}


.tips-gray-small-right {
    font-size:10px;
}

/* 左侧附加一颗星，适宜h、p等有特别需求 */
.add-left-star {
    text-indent: 25px;
    background: url(/static/public/images/start.png) no-repeat left;
    margin-top: 30px;
    font-size: 19px;
}


/* ========== Organization ========= */
.my-Organization > div:first-child, .my-Organization > ul:first-child {
    width: 56%;
}

.my-Organization > div:last-child, .my-Organization > ul:last-child {
    float: right;
    width: 43%;
}
/* ================================ */

/* =========== Preview ============== */
/* ------------- 第1节 -------------- */
.my-Market1 > div:nth-child(2), .my-Market1 > div:first-child, .my-Market1 > div:last-child {
    width: 24%;
    margin-right: 4%;
    background-color: transparent;
}

.my-Market1 > div:last-child {
    width: 36%;
}

.my-Market1 img {
    float: right;
    margin: -8px -30px 0 0;
}

.my-Market1 b {
    font-size: 18px;
}

.my-Market1 h3 {
    height: 45px;
    margin: 0 auto;
    padding: 12px 0 0 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #555;
    background-color: #F7E390;
    border-top-left-radius: 30px;
}

.my-Market1 p {
    color: #fff;
    background-color: #F1C135;
    border-bottom-right-radius: 30px;
}

.my-Market1 > div:first-child h3 {
    background-color: #80CBCC;
}

.my-Market1 > div:first-child p {
    color: #fff;
    background-color: #3FA6A6;
}

.my-Market1 > div:last-child h3 {
    padding-top: 4px;
    background-color: #EE829F;
}

.my-Market1 > div:last-child p {
    color: #fff;
    background-color: #D43A57;
}


/* ------------- 第2节 -------------- */
.my-Market2 div:first-child, .my-Market2 div:last-child {
    width: 50%;
    text-align: center;
}

.my-Market2 p {
    margin: 5px auto;
    text-align: center;
    line-height: 20px;
}

.my-Market2 div p:nth-child(2) {
    color: gray;
    font-size: 12px;
    line-height: 16px;
    padding: 0 15px;
}

.my-Market2 div p:nth-child(3) {
    color: red;
    font-size: 13px;
}

.my-Market2 b {
    font-size: 16px;
}



/* ------------- 第3节 -------------- */
.my-Market3 div {
    width: 33.3%;
    text-align: center;
}

.my-Market3 p {
    margin: 5px auto;
    padding: 0 10px;
    text-align: center;
    line-height: 20px;
}

.my-Market3 span {
    color: var(--HnnColor);
}

.my-Market3 b {
    font-size: 16px;
}


/* ------------- 第4节 -------------- */
.my-Market4 div {
    border: solid 1px #ccc;
    border-radius: 15px;
    padding: 10px 0 0 0;
}

    .my-Market4 div:first-child {
        width: 49%;
        display: inline-block;
    }

    .my-Market4 div:last-child {
        float: right;
        width: 50%;
    }

.my-Market4 p {
    margin: 0 auto 5px auto;
    line-height: 20px;
    padding: 0 10px;
    font-size: 13px;
}

.my-Market4 span {
    font-size: 15px;
    color: var(--HnnColor);
}

.my-Market4 div:first-child img {
    float: right;
    margin: 0 0 10px 7px;
}
/* =================================== */

/* =========== 展会日程 ============== */
.my-Schedule > div, .my-Schedule > div:first-child, .my-Schedule > div:last-child {
    width: 32%;
}

.my-Schedule h3 {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    background-color: #84D0CF;
}

.my-Schedule p {
    padding: 5px 0 10px 15px;
}
/* =================================== */

/* ========== 展会数据 ============== */
.my-FactsFigures div {
    width: 50%;
}

    .my-FactsFigures div:last-child {
        text-align: right;
    }

.my-FactsFigures h3 {
    padding: 3px 25px;
    background-color: #B3E0E4;
    font-size: 16px;
    font-weight: bold;
    color: #555;
}

.my-FactsFigures p {
    padding: 10px 15px;
    background-color: #f8f8f8;
    border-bottom-right-radius: 30px;
}
/* =================================== */

/* ========== ExpoProfile ============== */
.my-ExpoProfile {
    border: solid 2px #B3E0E4;
}

    .my-ExpoProfile th {
        border-top: solid 1px #B3E0E4;
        padding: 3px;
    }

    .my-ExpoProfile td {
        border-top: solid 1px #B3E0E4;
        padding: 0;
    }

    .my-ExpoProfile h3 {
        margin: 0;
        padding: 4px 25px;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        color: #555;
        background-color: #B3E0E4;
    }

    .my-ExpoProfile ul {
        margin: 5px;
    }
/* =================================== */


/* ========== WhyExhibiting ========== */
/* -----WhyExhibiting1----- */
.my-WhyExhibiting1 {
    background: url(/en/Invitation/2026/images/WE-10.jpg) no-repeat right;
    text-shadow: 1px 1px 1px #fff
}

/* -----WhyExhibiting2----- */
.my-WhyExhibiting2 h3 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #555;
}

.my-WhyExhibiting2 div:first-child {
    width: 47%;
}

.my-WhyExhibiting2 div:nth-child(2) {
    width: 49.5%;
    float: right;
}

.my-WhyExhibiting2 div:last-child {
    margin-top: 10px;
    width: 100%;
}
/* =================================== */


/* ============= Review ============== */
/* --------Visitors -------- */
.my-Visitors div:first-child {
    width: 56%;
}

.my-Visitors div:last-child {
    width: 44%;
    float: right;
}

.my-Visitors h3 {
    margin: 0;
}

/* -------- VipBuyers -------- */
.my-VipBuyers ul {
    width: 50%;
}
/* =================================== */


/* ============= SeeYou ============== */
.my-SeeYou {
    text-align: center;
}
/* =================================== */
