/*  添加Zurich 页面头样式 */
.header_container {
    height: 66px;
    width: 1160px;
    margin: 0 auto;
    position: relative;
    z-index: 50;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

/*.link_bar_container {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    padding-left: 30px;*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .link_item {*/
/*        display: none;*/
/*    }*/
/*}*/

/*.link_bar_container li {*/
/*    font-size: 16px;*/
/*    line-height: 66px;*/
/*    list-style-type: none;*/
/*    !* 去除默认的列表项符号 *!*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/

/*.link_bar_container a {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*    margin-right: 30px;*/
/*    font-family: Arial, "微软雅黑";*/
/*    color: #010262;*/
/*}*/

/*.home_link {*/
/*    margin-right: 60px !important;*/
/*    font-size: 18px !important;*/
/*}*/

/*.link_bar_container a:hover {*/
/*    color: #5495cf;*/
/*}*/

/*.link_box img {*/
/*    height: auto;*/
/*    width: auto;*/
/*    margin-right: 10px;*/
/*}*/

/*.link_img_0:hover img {*/
/*    content: url(https://www.zurich.com.cn/site/image/navAon.png);*/
/*}*/

/*.link_img_1:hover img {*/
/*    content: url(https://www.zurich.com.cn/site/image/img22_1on.png);*/
/*}*/

/*.link_img_2:hover img {*/
/*    content: url(https://www.zurich.com.cn/site/image/img22_4on.png);*/
/*}*/

/*.link_img_3:hover img {*/
/*    content: url(https://www.zurich.com.cn/site/image/img22_2on.png);*/
/*}*/

.zurich-logo {
    height: 100%;
    width: auto;
    padding: 10px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .zurich-logo {
        padding: 15px;
    }
}

/* 头样式结束 */
/* 尾样式结束 */
@media (min-width: 769px) {
    .footer_container {
        height: 360px;
        z-index: 2;
        background: #0A2B6E;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 0;
    }

    .footer_container a {
        text-decoration: none;
    }

    .footer_container a:hover {
        color: #fff;
    }

    .information_box {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .link_bar_box {
        padding-top: 70px;
        width: 700px;
    }

    .link_bar_box ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0;

    }

    .link_bar_box li {
        font-size: 12px;
        list-style-type: none;
        /* 去除默认的列表项符号 */
        padding: 0;
        margin: 0;
    }

    .link_bar_box h3 {
        position: relative;
        font-size: 16px;
        line-height: 1em;
        padding-bottom: 35px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
        margin: 0;
    }

    .link_bar_box h3:hover {
        color: #fff;
    }

    .link_bar_box h3:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 16px;
        width: 10px;
        height: 2px;
        background: rgba(255, 255, 255, 0.5);
    }

    .link_bar_box h3 a {
        color: rgba(255, 255, 255, 0.8);
    }

    .link_bar_box dd a {
        display: block;
        line-height: 2em;
        color: rgba(255, 255, 255, 0.5);
    }

    .link_bar_box dl {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .link_bar_box dl dd {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .contact-us {
        display: flex;
        flex-direction: column;
        background-image: url(https://www.zurich.com.cn/site/image/img320-1.png);
        background-size: contain;
        /* 让图片完整显示 */
        background-position: right;
        /* 保持图片居中 */
        background-repeat: no-repeat;
        /* 防止图片重复 */
        text-align: right;
        font-family: Arial, sans-serif;
        width: 365px;
        height: 234px;
        margin-left: 95px;
    }

    .contact-us p {
        margin: 0;
        /* 缩小间距，紧凑排列 */
        font-size: 12px;
        color: rgba(255, 255, 255, 0.4);
    }

    .title {
        color: rgba(255, 255, 255, 0.8) !important;
        font-size: 15px !important;
        padding-top: 50px;
        /* 常规文字大小 */
    }

    .phone {
        color: rgba(255, 255, 255, 0.8);
        font-size: 32px !important;
        font-weight: bold;
        padding: 10px 0 20px 0;
    }

    .filing_box {
        border-top: rgba(255, 255, 255, 0.2) solid 1px;
        height: 80px;
        width: 1160px;
        display: flex;
        justify-content: space-between;
        color: rgba(255, 255, 255, 0.5);
        align-items: center;
    }

    .filing_box p {
        margin: 0;
        padding: 0;
        font-size: 12px;
    }

    .left_info {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* 容器需要相对定位 */
    .qr-wrapper {
        position: relative;
        display: inline-block;
        /*margin: 50px;*/
    }

    .qr-wrapper img {
        height: 26px;
        width: 26px;
        margin-left: 60px;
    }

    /* 悬浮二维码实现 */
    .qr-wrapper::before {
        content: "";
        position: absolute;
        bottom: calc(100% + 15px);
        left: 50%;
        transform: translateX(-25%);
        width: 100px;
        height: 100px;
        background: url('https://www.zurich.com.cn/info/groupLink/20230601141718chowechatQRcode.jpg') white;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        opacity: 0;
        z-index: 10;
    }

    /* 悬停时显示效果 */
    .qr-wrapper:hover::before {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .footer_container {
        width: 100%;
        z-index: 2;
        background: #0A2B6E;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        box-sizing: border-box;
    }

    .footer_container a {
        text-decoration: none;
    }

    .information_box {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .link_bar_box {
        display: none;
    }

    .contact-us {
        display: flex;
        flex-direction: column;
        background-image: url(https://www.zurich.com.cn/site/image/img320-1.png);
        background-size: 75%;
        background-position: 145% 0;
        background-repeat: no-repeat;
        text-align: left;
        height: 220px;
    }

    .contact-us p {
        margin: 0;
        /* 缩小间距，紧凑排列 */
        font-size: 12px;
        color: rgba(255, 255, 255, 0.4);
        line-height: 26px;
    }

    .title {
        color: rgba(255, 255, 255, 0.8) !important;
        font-size: 15px !important;
        padding-top: 20px;
        /* 常规文字大小 */
    }

    .phone {
        color: rgba(255, 255, 255, 0.8) !important;
        font-size: 32px !important;
        font-weight: bold;
        padding: 10px 0 20px 0;
    }

    .filing_box {
        border-top: rgba(255, 255, 255, 0.2) solid 1px;
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        color: rgba(255, 255, 255, 0.5);
        align-items: center;
        width: 100%;
        padding: 20px;
    }

    .filing_box p {
        margin: 0;
        padding: 0;
        font-size: 12px;
    }

    .left_info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* 容器需要相对定位 */
    .qr-wrapper {
        position: relative;
        display: inline-block;
    }

    .qr-wrapper img {
        height: 26px;
        width: 26px;
        margin-top: 10px;
    }

    /* 悬浮二维码实现 */
    .qr-wrapper::before {
        content: "";
        position: absolute;
        bottom: calc(100% + 5px);
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 100px;
        background: url('https://www.zurich.com.cn/info/groupLink/20230601141718chowechatQRcode.jpg') white;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        opacity: 0;
        z-index: 10;
    }

    /* 悬停时显示效果 */
    .qr-wrapper:hover::before {
        opacity: 1;
    }
}

/* 尾样式结束 */