@charset "UTF-8";

/* -------------------------------------------------- Layer -------------------------------------------------- */

body .inquiry-form-layer {
    background-color: #FFF;
    border-radius: 5px;   
}

body .inquiry-form-layer .layui-layer-title {
    background: none;
}

body .inquiry-form-layer .layui-layer-content {
    position: relative;
    overflow: unset;
    padding: 25px 28px;
}

body .inquiry-form-layer .desc {
    padding: 20px 0;
}

body .inquiry-form-layer .desc label {
    display: block;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #000;
}

body .inquiry-form-layer .desc p {
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: center;
    color: #555;
}

body .inquiry-form-layer .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

body .inquiry-form-layer .icon > i {
    font-size: 64px;
    color: #5fbd74;
}

.form-group .error-message {
    text-align: left;
    color: #e64545;
    clear: both;
}

/* -------------------------------------------------- Slide -------------------------------------------------- */

.swiper-slide-img {
    position: relative; 
    overflow: hidden; 
    width: 100%; 
    aspect-ratio: 16 / 9;
}
.swiper-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* -------------------------------------------------- 深圳市海愿创业投资有限公司 -------------------------------------------------- */

#fh5co-header .logo {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 60px;
    margin: 15px 0;
    padding: 0;
}

#fh5co-header .logo img {
    width: 75%;
    height: auto;
}

@media (max-width: 992px) {
    #fh5co-header .top-nav .nav li a {
        font-size: 14px;
    }
}

#fh5co-content_show .pagination li {
    list-style: none;
}

#fh5co-content_show .pagination a {
    display: block;
    cursor: pointer;
}

#fh5co-content_show .pagination .page-num-current a {
    border: 1px solid #337ab7;
    background: #337ab7;
    color: #fff;
}

.content_detail .pager a {
    padding: 0 0;
}

.article-media .media .media_img {
    width: 200px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.article-media .media .media_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-detail-title {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}
.portfolio-detail-title h1 {
    display: block;
    padding: 10px 20px;
    margin-bottom: 5px;
    background-color: #1356AE;
    font-weight: bold;
    color: #fff;
}
.portfolio-detail-title p {
    text-align: center;
    font-size: 12px;
    color: #999;
}
.portfolio-detail-title .imgwrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12rem;
}
.portfolio-detail-title .imgwrap img {
    width: 100%;   
}

.portfolio-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.portfolio-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background-color: #f0f0f0;
    border-radius: 5px;
}

/* -------------------------------------------------- Team -------------------------------------------------- */

#fh5co-content_show .team-list {
    position: relative;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}
#fh5co-content_show .panel.panel-team {
    margin-bottom: 50px; 
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
#fh5co-content_show .panel.panel-team .panel-heading {
    padding: 30px; 
    background-color: rgb(144, 71, 77); 
    text-align: center;
    color: #fff;
}
#fh5co-content_show .panel.panel-team .panel-heading h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
#fh5co-content_show .panel.panel-team .panel-heading p {
    line-height: 2;
    font-size: 16px; 
    color: #fff;
}
#fh5co-content_show .panel.panel-team .panel-body {
    padding: 30px; 
    background-color: rgb(246, 246, 246);
}
#fh5co-content_show .panel.panel-team .panel-body .team-avatar {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 30px;
}
#fh5co-content_show .panel.panel-team .panel-body .team-avatar > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* -------------------------------------------------- Investment history -------------------------------------------------- */

#fh5co-investment-history .bg-investment {
    position: relative;
    padding: 80px 0 90px;
    overflow: hidden;
    background:
        radial-gradient(ellipse at 20% 30%, rgba(25, 104, 183, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 70%, rgba(0, 160, 234, 0.06) 0%, transparent 45%),
        linear-gradient(180deg, #f5f8fb 0%, #eef3f8 50%, #f7f9fc 100%);
}

#fh5co-investment-history .bg-investment:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(25, 104, 183, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(25, 104, 183, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}

#fh5co-investment-history .container {
    position: relative;
    z-index: 2;
}

#fh5co-investment-history .invest-heading strong {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1a1a1a;
}

#fh5co-investment-history .invest-heading p {
    margin-top: 8px;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
}

#fh5co-investment-history .invest-desc {
    max-width: 720px;
    margin: 24px auto 56px;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

#fh5co-investment-history .invest-stats .stat-item {
    text-align: center;
    margin-bottom: 20px;
}

#fh5co-investment-history .invest-stats .stat-item strong {
    display: block;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    color: #232528;
}

#fh5co-investment-history .invest-stats .stat-item strong .stat-num {
    display: inline-block;
    margin-right: 8px;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: 100px;
    font-weight: 400;
    line-height: 1;
    color: #1968b7;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.18);
    vertical-align: middle;
}

#fh5co-investment-history .invest-stats .stat-item p {
    margin-top: 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    color: #555;
}

@media (max-width: 992px) {
    #fh5co-investment-history .bg-investment {
        padding: 60px 0 50px;
    }

    #fh5co-investment-history .invest-heading strong {
        font-size: 36px;
    }

    #fh5co-investment-history .invest-heading p {
        font-size: 20px;
    }

    #fh5co-investment-history .invest-desc {
        margin-bottom: 36px;
    }

    #fh5co-investment-history .invest-stats .stat-item strong .stat-num {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    #fh5co-investment-history .bg-investment {
        padding: 48px 0 36px;
    }

    #fh5co-investment-history .invest-heading strong {
        font-size: 26px;
    }

    #fh5co-investment-history .invest-heading p {
        font-size: 18px;
    }

    #fh5co-investment-history .invest-desc {
        margin: 16px auto 24px;
        padding: 0 10px;
    }

    #fh5co-investment-history .invest-stats .stat-item {
        margin-bottom: 8px;
    }

    #fh5co-investment-history .invest-stats .stat-item strong .stat-num {
        font-size: 72px;
    }

    #fh5co-investment-history .invest-stats .stat-item p {
        font-size: 15px;
        margin-top: -6px;
    }
}
