.contenter-fp {
    min-height: calc(100vh - 2.37rem);
}

.box_center {
    min-width: 14rem;
    width: 14rem;
}

/* Banner */
.gip_banner {
    background: url('../../img/patentGuide/bg.png') 0 0 / 100% 100% no-repeat;
    padding: 1.27rem 0 0 3.25rem;
    height: 3.6rem;
}

.gip_banner .cb_line {
    background: #fff;
    border-radius: 0.04rem;
    height: 0.02rem;
}

.line_long {
    width: 2.25rem;
    margin: 0.27rem 0 0.2rem 0;
}

.line_short {
    width: 0.7rem;
}

/* 标题样式 */
.gip_title {
    background: url('../../img/patentGuide/title_line.png') 0 0 / 100% 100% no-repeat;
    width: 6rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    margin: 0.52rem auto 0.46rem auto;
}

.txt_d24 {
    color: #D2482E;
}

/* 海关知识产权保护指南简介 */
.gip_intro {
    margin-bottom: 0.64rem;
    position: relative;
}

.gip_ni_title {
    position: relative;
    padding-left: 0.36rem;
    margin-bottom: 0.26rem;
}

.gip_ni_title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.03rem;
    width: 0.23rem;
    height: 0.27rem;
    background: url('../../img/patentGuide/icon_note.png') 0 0 / 100% 100% no-repeat;
}

.gip_info_left {
    width: 13.4rem;
    margin: 0.85rem 0 0 0.6rem;
    padding: 0.34rem 0.42rem 0 5.2rem;
    background: #e4f0f9;
    height: 3.9rem;
}

.gip_info_img {
    width: 5.5rem;
    height: 4.2rem;
    position: absolute;
    left: 0;
    top: 0;
}

.gip_info_img img {
    width: 100%;
    height: auto;
}

.gip_info_text {
    margin-bottom: 0.37rem;
}

.nl_button {
    width: 1.5rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    border: 0.01rem solid #096EAF;
    color: #0085C3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    align-self: flex-end;
}

/* 国家列表 */
.gip_countries {
    margin-bottom: 0.22rem;
}

.gip_countries_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gip_country_card {
    width: 3.2rem;
    height: 3.8rem;
    background: #FFFFFF;
    /* border: 0.01rem solid #e0e0e0; */
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    cursor: pointer;
    margin-bottom: 0.42rem;
    background: url('../../img/customs/card_bg.png') 0 0 / 100% 100% no-repeat;
}

.gip_country_card:hover {
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(-0.05rem);
}

.gip_country_flag {
    width: 100%;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gip_country_flag img {
    width: 1.6rem;
    height: auto;
    object-fit: contain;
    border-radius: 0.08rem;
}

.gip_country_name {
    font-size: 0.24rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 0.6rem;
    height: 0.6rem;
}

.gip_country_buttons {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding: 0 0.25rem 0.27rem 0.25rem;
}

.gip_country_button {
    width: 1.3rem;
    height: 0.4rem;
    background: #F2F6F9;
    border-radius: 0.04rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    color: #666;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    margin-bottom: 0.1rem;
}

.gip_country_button:hover {
    background: #096EAF;
    color: #fff;
    border-color: #096EAF;
}
