body {
    overflow: hidden;
}

body.platform-limited .tender,
body.platform-limited .work,
body.platform-limited .helper {
    display: none !important;
}

.visual_page {
    height: 100%;
}

.visual_page_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 0px;
    margin: 0px 160px;
}

.visual_page_header_left {
    display: flex;
    align-items: center;
}

.visual_page_header_left img {
    top: 20px;
    width: 60px;
    height: 60px;
}

.visual_page_header_left span {
    margin-left: 20px;
    font-size: 25px;
}

#userLogin {
    cursor: pointer;
    color: #333333;
}

span img {
    position: absolute;
    width: 30px;
    left: -36px;
}

.visual_page_header_right {
    position: relative;
}

.visual_page_header_right_item {
    height: 60px;
    display: flex;
    align-items: center;
}

.visual_page_header_right_item i {
    right: 54px;
    border: 1px solid #518afa;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #518afa;
    position: absolute;
}

span.signOut {
    padding-left: 20px;
    cursor: pointer;
    color: #999999;
}

.visual_page_header_right_item span {
    font-size: 16px;
    font-family: 'Arial Normal', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.visual_content {
    margin: 0px 160px;
    padding: 0px;
    border-radius: 30px;
    background: transparent;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    min-height: calc(80vh - 90px);
}

.visual_content_left {
    flex: 1;
    min-width: 300px;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 303px;
}

.visual_content_right {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: flex-end;
}

.visual_content_title {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 50px;
    color: #000000;
    text-align: left;
    margin-bottom: 10px;
    color: #005AFF;
}

.visual_content_subtitle {
    font-family: 'Arial Normal', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: #000000;
    text-align: left;
    margin-bottom: 40px;
    white-space: normal;
    width: 100%;
    display: block;
    color: #005AFF;
    /* font-weight: 700; */
}

.visual_robot_img {
    text-align: right;
}

.visual_robot_img img {
    width: 640px;
    height: 450px;
}

.tender,
.report,
.work,
.helper {
    width: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 200px;
    min-width: 225px;
}

.visual_moduleList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -50px;
    width: calc(100% - 50px);
    margin-left: 25px;
}

.tender_content,
.report_content,
.work_content,
.helper_content {
    width: 100%;
    height: 275px;
    padding: 30px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    text-align: center;
    cursor: pointer;
    border-radius: 16px;
    /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

.card_icon {
    font-size: 42px;
    margin-bottom: 15px;
    color: #ffffff;
    opacity: 0.9;
}

.tender_content:hover,
.report_content:hover,
.work_content:hover,
.helper_content:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.visual_content .tender .tender_content {
    background-image: url('/files/pub/img/zntbproject/tender_content.img') !important;
    background-color: #fff;
    background-size: 60px auto !important;
    background-position: 20px center !important;
    background-repeat: no-repeat !important;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border: 1px solid #E5E9F2;
    padding: 20px 20px 20px 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.visual_content .report .report_content {
    background-image: url('/files/pub/img/zntbproject/report_content.img') !important;
    background-color: #fff;
    background-size: 60px auto !important;
    background-position: 20px center !important;
    background-repeat: no-repeat !important;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border: 1px solid #E5E9F2;
    padding: 20px 20px 20px 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.visual_content .work .work_content {
    background-image: url('/files/pub/img/zntbproject/work_content.img') !important;
    background-color: #fff;
    background-size: 60px auto !important;
    background-position: 20px center !important;
    background-repeat: no-repeat !important;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border: 1px solid #E5E9F2;
    padding: 20px 20px 20px 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.visual_content .helper .helper_content {
    background-image: url('/files/pub/img/zntbproject/helper_content.img') !important;
    background-color: #fff;
    background-size: 60px auto !important;
    background-position: 20px center !important;
    background-repeat: no-repeat !important;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border: 1px solid #E5E9F2;
    padding: 20px 20px 20px 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card_title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    text-align: left;
    margin-left: 20px;
}

.card_content .tender_content_desc,
.card_content .report_content_desc,
.card_content .work_content_desc,
.card_content .helper_content_desc {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    text-align: left;
    margin-left: 20px;
}

.tender_top_img,
.report_top_img,
.work_top_img,
.helper_top_img {
    display: none;
}

.helper_content_title,
.tender_content_title,
.report_content_title,
.work_content_title {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #717171;
    margin-bottom: 10px;
    text-align: center;
}

.helper_content_desc,
.tender_content_desc,
.report_content_desc,
.work_content_desc {
    font-size: 14px;
    color: #717171;
    line-height: 18px;
    text-align: left;
    opacity: 0.95;
    padding-left: 20px;
    line-height: 1.9;
}

/* 登录 */

.modal-title {
    display: flex;
    justify-content: center;
}

.modal-title span {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #000000;
    text-align: center;
}

.visual_login_user ul.layui-tab-title {
    text-align: center;
}

.visual_login_user {
    display: flex;
    justify-content: center;
}

/* i.layui-icon {
    font-size: 24px;
    line-height: 44px;
    position: absolute;
    margin-left: 5px;
} */
.visual_login_user i.layui-icon {
    font-size: 24px;
    line-height: 44px;
    position: absolute;
    margin-left: 5px;
}

.layui-tab-content form.layui-form {
    width: 330px;
}

img.visual_vercode_img {
    width: 118px;
    height: 40px;
}

button[lay-filter="phoneLogin"],
button[lay-filter="phoneLogin2"],
button[lay-filter="userNameLogin"] {
    width: 330px;
    height: 44px;
    text-align: center;
    border-radius: 5px;
    line-height: 44px;
    font-family: '思源黑体 Medium', '思源黑体', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
    background: -webkit-linear-gradient(270deg, rgba(91, 147, 255, 1) -163%, rgba(65, 127, 249, 1) 173%);
}

/* .layui-layer-btn {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
} */
.visual_login .layui-input {
    padding: 0 0 0 45px;
    width: 100%;
    height: 44px;
    border-radius: 5px;
}

span.layui-unselect.layui-tab-bar {
    display: none;
}


.visual_login .visual_login_user {
    padding: 0;
    margin: 0;
}

.visual_login .layui-form-item {
    position: relative;
}

.visual_login .isAgree1,
.visual_login .isAgree2 {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}

.visual_login .isAgree1 > div:last-child,
.visual_login .isAgree2 > div:last-child {
    line-height: 20px;
}

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

.responsive_vercode_input {
    flex: 1;
    margin-right: 10px;
}

.visual_login .layui-btn {
    width: 100%;
}

.visual_login_user button[lay-filter="phoneLogin"],
.visual_login_user button[lay-filter="phoneLogin2"] {
    position: relative;
}

.visual_login .visual_vercode_img {
    width: 100px;
    height: 38px;
    cursor: pointer;
}

.visual_login .visual_vercode_btn {
    width: 106px;
    color: #333333;
    background: unset;
    border: 1px solid #eee;
    border-radius: 5px;
}

.visual_login .visual_vercode_btn2 {
    width: 106px;
    color: #333333;
    background: unset;
    border: 1px solid #eee;
    border-radius: 5px;
}

.visual_login .layui-tab-brief {
    margin: 5px 30px 0;
}

.visual_login .layui-tab-title .layui-this {
    font-weight: bold;
    color: rgb(91, 147, 255);
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid rgb(91, 147, 255);
}

.visual_login .layui-tab-title li {
    font-size: 16px;
    color: #7f7f7f;
    padding: 0;
    margin: 0 20px 0 0;
}

.visual_login .layui-tab-content {
    padding: 10px 0;
    margin: 0;
}

.visual_login .visual_login_code {
    text-align: center;
}

.visual_login .visual_login_code img {
    width: 200px;
    height: 200px;
}

.bottom_left {
    width: 65%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.bottom_left_top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.bottom_left_item {
    width: 25%;
}

.bottom_left_top {
    font-size: 16px;
    line-height: 35px;
}

.bottom_left_bottom {
    color: #7B6F71;
    font-size: 16px;
    text-align: left;
}

.bottom_left_bottom img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.bottom_left_bottom1 {
        color: #7B6F71;
        font-size: 16px;
        text-align: center;
        width: 100%;
        margin-top: 5px;
    }

.bottom_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 25%;
}

.bottom_right_item span {
    display: block;
    text-align: center;
    margin-top: 5px;
}

.bottom_right_item img {
    width: 80px;
    height: 80px;
}

.layui-layer-iframe .layui-layer-btn {
    background: #282828;
}

.layui-form-radio:hover>*,
.layui-form-radioed,
.layui-form-radioed>i {
    color: rgba(91, 147, 255, 1);
}

.layui-form-checked[lay-skin=primary]>i {
    border-color: rgba(91, 147, 255, 1) !important;
    background-color: rgba(91, 147, 255, 1);
}

.isAgree1 .layui-icon-ok:before {
    content: '';
    border: 10px solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    left: 3px;
    top: -1px;
    font-weight: bold;
}

.isAgree2 .layui-icon-ok:before {
    content: '';
    border: 10px solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    left: 3px;
    top: -1px;
    font-weight: bold;
}

/* 模态框样式 */
.modal {
    display: none;
    /* 默认隐藏 */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}

.modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-height: 80%;
    overflow-y: auto;
}

.disabled {
    background-color: #ccc !important;
    /* 禁用状态的样式 */
    border: solid 1px #eee !important;
}

/* 移动端与不同尺寸适配 */
.responsive_margin {
    margin: 0px 160px;
}

.responsive_moduleList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -50px;
    width: calc(100% - 50px);
    margin-left: 25px;
}

.responsive_img {
    width: 640px;
    height: 450px;
    cursor: zoom-in;
}

.responsive_bottom_left {
    width: 75%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.responsive_bottom_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 22%;
}

.responsive_visual_row {
    height: 20vh;
    margin: 0px 160px;
    width: calc(100vw - 320px);
}

.visual_main11 {
    min-height: 710px;
}

@media screen and (max-width: 1200px) {
    .pc_address_list {
        display: block !important;
    }
    .mobile_address_list {
        display: none !important;
    }
    body {
        overflow: auto;
    }

    .module_box {
        height: auto !important;
        min-height: 100vh;
        background-size: cover !important;
    }

    .visual_main11 {
        height: auto !important;
        min-height: auto !important;
        /* border: 1px solid #3a14e4; */
    }

    .visual_page_header {
        margin: 0 40px;
    }

    .visual_content {
        margin: 0 40px;
        height: auto;
        padding-bottom: 40px;
    }

    .responsive_margin {
        margin: 0px 40px;
    }

    .visual_robot_img img {
        width: 100%;
        max-width: 480px;
        height: auto;
    }

    .visual_moduleList {
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
        justify-content: center;
        gap: 20px;
    }

    .tender,
    .report,
    .work,
    .helper {
        width: 100%;
        min-width: unset;
        height: 140px !important;
    }

    .bottom_left_item {
        width: 48% !important;
        margin-bottom: 15px;
    }

    .responsive_visual_row {
        height: auto;
        margin: 0px 40px;
        width: calc(100% - 80px);
        box-sizing: border-box;
        padding: 20px 0;
    }
}

@media screen and (max-width: 768px) {
    .pc_address_list {
        display: none !important;
    }
    .mobile_address_list {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }
    .responsive_bottom_left {
        width: 100% ;
    }
    .mobile_address_list .bottom_left_bottom1 {
        display: none !important;
    }
    .copyright_info_mobile {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 20px;
        text-align: center;
        font-size: 12px;
        color: #666;
        line-height: 1.8;
    }
    .copyright_info_mobile span {
        margin: 0 5px;
    }
    .visual_content_title {
        font-size: 46px !important;
    }

    .bottom_left_item_mobile {
        width: 100% !important;
        margin-bottom: 12px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        position: relative;
    }
    .bottom_left_top_mobile {
        margin-left: 0;
        margin-right: 8px;
        color: #333;
        font-size: 16px;
        font-weight: bold;
        min-width: 64px; /* 保证城市名字足够宽且对齐 */
        white-space: nowrap;
    }
    .bottom_left_bottom_mobile {
        margin-left: 0;
        display: flex;
        align-items: center;
        color: #666;
        font-size: 15px;
    }
    .bottom_left_icon_mobile {
        margin-right: 8px;
        position: relative;
        left: 0;
        flex-shrink: 0;
    }

    .responsive_visual_main {
        background: url(/files/pub/img/zntbproject/index_bg.img) !important;
        background-size: cover !important;
        background-position: center !important;
    }
    .responsive_visual_row {
        height: auto;
        margin: 0px 15px;
        width: calc(100% - 30px);
        box-sizing: border-box;
        padding: 20px 0;
        flex-direction: column;
    }

    .responsive_bottom_left_mobile {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
    }
    .bottom_left_item_wrapper_mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 0;
        width: 95%; /* 加宽显示 */
        max-width: 600px;
    }
    .contact_info_mobile {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
        margin-top: 15px;
        width: 100%;
    }
    .contact_icon_mobile {
        display: none !important; /* 隐藏电话和邮件的小图标 */
    }
    .contact_text_mobile {
        font-size: 14px !important;
        color: #333 !important;
        margin: 0 5px;
        white-space: nowrap;
    }

    .responsive_bottom_right {
        width: 100%;
        margin-top: 20px;
        justify-content: space-around;
        gap: 8px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .responsive_bottom_right .bottom_right_item {
        flex: 1 1 0;
        min-width: 0;
        text-align: center;
    }

    .responsive_bottom_right .bottom_right_item img {
        width: min(28vw, 100px) !important;
        height: min(28vw, 100px) !important;
        max-width: 100%;
    }

    .responsive_bottom_right .bottom_right_item span {
        font-size: 13px;
        white-space: nowrap;
    }

    .visual_page_header {
        margin: 0 15px;
        padding: 12px 0 8px;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 8px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .visual_page_header_left {
        width: 100%;
        min-width: 0;
        justify-content: center;
        align-items: center;
    }

    .visual_page_header_left img.header_logo {
        display: block !important;
        position: static !important;
        flex: none;
        width: 42px !important;
        height: 42px !important;
        top: 0;
    }

    .visual_page_header_left > span,
    .visual_page_header_left span.header_title {
        display: block !important;
        min-width: 0;
        margin-left: 10px !important;
        font-size: 22px !important;
        line-height: 1.2;
        font-weight: 500;
        color: #111;
        white-space: nowrap;
    }

    .visual_page_header_right {
        width: 100%;
        position: static;
    }

    .visual_page_header_right_item {
        height: auto;
        min-height: 28px;
        justify-content: center;
        align-items: center;
    }

    .visual_page_header_right_item > i.layui-icon-return {
        position: static !important;
        flex: none;
        margin-right: 6px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }

    .visual_page_header_right_item #userLogin {
        font-size: 14px;
    }

    .userInfo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-width: 0;
        gap: 6px;
    }

    .userInfo span {
        font-size: 12px;
        color: #333;
    }

    .userInfo .userImg {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: none;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin-right: 0;
    }

    .userInfo .userImg img {
        position: static !important;
        width: 20px !important;
        height: 20px !important;
        left: auto !important;
    }

    .userInfo .userName {
        max-width: 96px;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .userInfo .signOut {
        display: inline-flex;
        align-items: center;
        padding-left: 0;
        flex: none;
        color: #666;
    }

    .userInfo .signOut i.layui-icon-switch {
        position: static;
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 14px;
        margin-right: 4px;
    }

    .visual_content {
        margin: 0 15px;
        flex-direction: column;
    }

    .responsive_margin {
        margin: 0px 10px;
    }

    .visual_content_left {
        margin-right: 0;
        margin-top: 10px !important;
        text-align: center;
        align-items: center;
        height: auto !important;
        min-height: unset !important;
    }

    .visual_content_title {
        font-size: 32px !important;
        text-align: center !important;
    }

    .visual_content_subtitle {
        font-size: 20px !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    .responsive_br {
        display: none;
    }

    .visual_content_right {
        justify-content: center;
        width: 100%;
    }

    .responsive_img_container {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    .visual_robot_img {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    .responsive_img {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .visual_robot_img img {
        display: none !important;
        width: 0 !important;
        max-width: 0 !important;
        height: 0 !important;
    }

    .responsive_moduleList {
        flex-direction: column;
        align-items: center;
        margin-top: 5px !important;
        margin-left: 0;
        padding-bottom: 20px;
        width: 100%;
        gap: 15px; /* 根据截图调整卡片之间的上下间距 */
    }

    #policyModal {
        width: 100% !important;
        padding: 0 20px !important;
        box-sizing: border-box !important;
    }
    
    #policyModal > div {
        width: 100% !important;
    }

    .policy_scroll_area {
        height: 520px !important;
    }

    .modal-content {
        width: 95% !important;
        padding: 15px !important;
    }

    .layui-layer.myLogin {
        width: 90% !important;
        height: auto !important;
        left: 5% !important;
        margin-left: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        border-radius: 12px !important;
        overflow: hidden !important;
    }
    .layui-layer.myLogin .layui-layer-content {
        height: auto !important;
        padding: 10px 0 !important;
    }
    .visual_login .layui-tab-brief {
        margin: 5px 15px 0 !important;
    }
    
    .visual_login .layui-btn[lay-submit] {
        height: 44px;
        line-height: 44px;
        border-radius: 5px;
        background: #4b7afa !important;
        font-size: 16px;
    }

    .layui-tab-item.visual_login_phone.layui-show,
    .layui-tab-item.visual_login_phonezc.layui-show {
        display: flex !important;
        flex-direction: column;
    }
    .visual_login_phone .textClass,
    .visual_login_phonezc .textClass {
        order: 99;
        margin-top: 0px;
        margin-bottom: 0px !important;
        text-align: center;
        color: #999;
        font-size: 14px;
    }

    .responsive_box_1,
    .ax_default.box_1 {
        display: none !important;
    }

    .tender_content,
    .report_content,
    .work_content,
    .helper_content {
        width: 100%;
        height: auto !important;
        aspect-ratio: 184 / 62 !important; /* 根据截图2调整的宽高比 */
        padding: 10px 15px 10px 85px !important;
        background-size: 65px auto !important;
        background-position: 10px center !important;
    }

    .responsive_vercode_container {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        margin: 0 0 10px 0 !important;
    }
    .responsive_vercode_input,
    .responsive_vercode_input2 {
        flex: 1 !important;
        min-width: 0 !important;
        margin: 0 10px 0 0 !important;
        width: auto !important;
    }
    .visual_vercode_btn {
        flex: none !important;
        width: 110px !important;
        margin: 0 !important;
        padding: 0 10px !important;
    }
    .visual_vercode_img {
        flex: none !important;
        margin: 0 !important;
    }

    .isAgree1, .isAgree2 {
        display: flex !important;
        align-items: flex-start !important;
        margin-top: 15px !important;
    }
    .isAgree1 > div:last-child,
    .isAgree2 > div:last-child {
        position: static !important;
        margin-left: 8px !important;
        line-height: 1.5 !important;
    }
    .isAgree1 .layui-form-checkbox,
    .isAgree2 .layui-form-checkbox {
        margin-top: 2px !important;
    }

    .layui-layer-iframe {
        width: 100% !important;
        max-width: 100vw !important;
        height: 100% !important;
        left: 0 !important;
        top: 0 !important;
        box-sizing: border-box !important;
        border: none !important;
        border-radius: 0 !important;
        overflow: hidden !important;
    }
    .layui-layer-iframe .layui-layer-content {
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .layui-layer-iframe iframe {
        width: 100% !important;
        box-sizing: border-box !important;
    }

}
@media screen and (max-width: 480px) {
    .layui-layer.myLogin .layui-layer-content {
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
    .layui-layer.myLogin .visual_login,
    .layui-layer.myLogin .visual_login_user,
    .layui-layer.myLogin .layui-tab,
    .layui-layer.myLogin .layui-tab-content,
    .layui-layer.myLogin .layui-tab-item,
    .layui-layer.myLogin form.layui-form {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .layui-layer.myLogin form.layui-form {
        padding: 0 15px !important;
    }
    .layui-layer.myLogin .layui-form-item {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }
    .layui-layer.myLogin .layui-input {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .layui-layer.myLogin button[lay-filter="phoneLogin"],
    .layui-layer.myLogin button[lay-filter="phoneLogin2"],
    .layui-layer.myLogin button[lay-filter="userNameLogin"] {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}
.mobile_address_list {
    display: none;
}

.copyright_info_mobile {
    display: none;
}













































/*单独调pc端图标和字体*/
.visual_content .tender .tender_content,
.visual_content .report .report_content,
.visual_content .work .work_content,
.visual_content .helper .helper_content {
    background-position: 20px calc(50% - 10px) !important;
}

@media screen and (min-width: 769px) {
    html,
    body {
        height: 100%;
        overflow: hidden;
    }

    .responsive_module_box {
        height: 100vh !important;
        overflow: hidden !important;
    }

    .visual_main11 {
        height: calc(100vh - 205px) !important;
        min-height: 0 !important;
    }

    .visual_page {
        height: 100%;
    }

    .visual_page_header {
        padding: 10px 0 !important;
    }

    .visual_content.responsive_margin {
        min-height: calc(100vh - 321px) !important;
        height: calc(100vh - 321px) !important;
        align-content: center;
    }

    .visual_content_left {
        height: 250px !important;
        transform: translateY(-14px);
    }

    .visual_content_title {
        margin-bottom: 6px !important;
        font-size: 46px !important;
    }

    .visual_content_subtitle {
        margin-bottom: 18px !important;
        font-size: 28px !important;
    }

    .visual_robot_img img,
    .responsive_img {
        width: 640px !important;
        max-height: 390px;
        height: auto !important;
        object-fit: contain;
    }

    .visual_content_right {
        transform: translateY(8px);
    }

    .responsive_visual_main {
        min-height: 205px !important;
    }

    .responsive_visual_row {
        height: 205px !important;
        min-height: 205px !important;
        box-sizing: border-box;
        padding-top: 12px;
        padding-bottom: 8px;
    }

    .responsive_bottom_right .bottom_right_item img {
        width: 100px !important;
        height: 100px !important;
    }

    .responsive_bottom_right .bottom_right_item span {
        margin-top: 2px;
        line-height: 16px;
    }

    .pc_address_list .bottom_left_top {
        line-height: 24px;
    }

    .pc_address_list .bottom_left_bottom {
        line-height: 24px;
    }

    .pc_address_list .bottom_left_bottom1 {
        margin-top: 0;
        line-height: 22px;
    }

    .visual_moduleList {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: calc(100% + 110px);
        margin-top: 0px;
        margin-left: -40px;
        transform: translateY(0);
    }

    .tender,
    .report,
    .work,
    .helper {
        width: 365px;
        min-width: 225px;
        height: 200px;
    }

    .visual_content .tender .tender_content,
    .visual_content .report .report_content,
    .visual_content .work .work_content,
    .visual_content .helper .helper_content {
        width: 100%;
        height: 200px;
        padding: 34px 28px 26px 104px;
        background-size: 60px auto !important;
        background-position: 22px 42px !important;
        box-sizing: border-box;
    }

    .helper_content_title,
    .tender_content_title,
    .report_content_title,
    .work_content_title {
        margin-bottom: 10px;
        margin-left: 0;
        font-size: 20px;
        text-align: left;
    }

    .helper_content_desc,
    .tender_content_desc,
    .report_content_desc,
    .work_content_desc {
        margin-left: 0;
        padding-left: 0;
        font-size: 14px;
        line-height: 1.9;
        text-align: left;
    }
}

.pc_address_list .bottom_left_item {
    box-sizing: border-box;
    width: auto;
    min-width: 280px;
    padding-right: 28px;
}

.pc_address_list.responsive_bottom_left {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 58px;
    column-gap: 120px;
    row-gap: 4px !important;
    align-items: start;
}

.pc_address_list .bottom_left_bottom {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.pc_address_list .bottom_left_bottom img {
    flex: 0 0 auto;
}

.pc_address_list .bottom_left_bottom1 {
    grid-column: 1 / -1;
    justify-self: center;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

.pc_address_list .bottom_left_bottom1 + .bottom_left_bottom1 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media screen and (max-width: 1500px) {
    .pc_address_list.responsive_bottom_left {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 72px;
    }
}

@media screen and (max-width: 1200px) {
    .pc_address_list.responsive_bottom_left {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 56px;
    }

    .pc_address_list .bottom_left_item {
        width: auto !important;
        min-width: 0;
    }
}

.visual_login .layui-tab-content form.layui-form {
    width: 330px;
}

.visual_login .layui-btn[lay-submit] {
    height: 44px;
    line-height: 44px;
    margin-top: 6px;
    border-radius: 5px;
    font-size: 16px;
}

.visual_login .isAgree1,
.visual_login .isAgree2 {
    display: flex !important;
    align-items: center !important;
    width: 100%;
    margin-top: 12px !important;
    margin-bottom: 0;
}

.visual_login .isAgree1 > div:last-child,
.visual_login .isAgree2 > div:last-child {
    position: static !important;
    flex: 1 1 auto;
    margin-left: 8px !important;
    color: #666;
    font-size: 14px;
    line-height: 20px !important;
    white-space: nowrap;
}

.visual_login .isAgree1 .layui-form-checkbox,
.visual_login .isAgree2 .layui-form-checkbox {
    flex: 0 0 auto;
    margin: 0 !important;
}
















































































































































/* PC 端放大时自适配 */

@media screen and (min-width: 769px) and (max-width: 1800px) and (min-resolution: 1.05dppx) {
    .responsive_visual_row {
        width: auto !important;
    }

    .pc_address_list.responsive_bottom_left {
        display: grid !important;
        width: 74% !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        column-gap: 26px !important;
        row-gap: 2px !important;
        align-items: start !important;
        min-width: 0 !important;
    }

    .pc_address_list .bottom_left_item {
        width: auto !important;
        min-width: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
    }

    .pc_address_list .bottom_left_top {
        font-size: 14px !important;
        line-height: 21px !important;
        white-space: nowrap !important;
    }

    .pc_address_list .bottom_left_bottom {
        display: flex !important;
        align-items: center !important;
        min-width: 0 !important;
        overflow: hidden !important;
        font-size: 13px !important;
        line-height: 21px !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .pc_address_list .bottom_left_bottom img {
        flex: 0 0 auto !important;
        width: 18px !important;
        height: 18px !important;
        margin-right: 4px !important;
    }

    .pc_address_list .bottom_left_bottom1 {
        margin-top: 0 !important;
        font-size: 13px !important;
        line-height: 19px !important;
        white-space: nowrap !important;
    }

    .pc_address_list .bottom_left_bottom1 span[style*="font-size: 24px"] {
        font-size: 18px !important;
        margin-left: 36px !important;
    }

    .responsive_bottom_right {
        width: 24% !important;
        gap: 8px !important;
        justify-content: space-between !important;
        min-width: 0 !important;
    }

    .responsive_bottom_right .bottom_right_item {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        text-align: center !important;
    }

    .responsive_bottom_right .bottom_right_item img {
        width: 78px !important;
        height: 78px !important;
    }

    .responsive_bottom_right .bottom_right_item span {
        margin-top: 2px !important;
        font-size: 12px !important;
        line-height: 16px !important;
        white-space: nowrap !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1536px) and (min-resolution: 1.2dppx) {
    html,
    body {
        min-width: 0 !important;
        overflow: hidden !important;
    }

    .visual_page_header,
    .visual_content.responsive_margin,
    .responsive_visual_row {
        margin-left: clamp(64px, 5.6vw, 96px) !important;
        margin-right: clamp(64px, 5.6vw, 96px) !important;
    }

    .responsive_visual_row {
        width: auto !important;
    }

    .visual_page_header {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .visual_page_header_left img,
    .visual_page_header_left img.header_logo {
        width: 52px !important;
        height: 52px !important;
    }

    .visual_page_header_left > span,
    .visual_page_header_left span.header_title {
        margin-left: 14px !important;
        font-size: 22px !important;
        line-height: 1.25 !important;
    }

    .visual_page_header_right_item {
        height: 52px !important;
    }

    .visual_main11 {
        height: calc(100vh - 180px) !important;
        min-height: 0 !important;
    }

    .visual_content.responsive_margin {
        height: calc(100vh - 292px) !important;
        min-height: calc(100vh - 292px) !important;
        align-content: center !important;
        gap: 8px 18px !important;
        box-sizing: border-box !important;
    }

    .visual_content_left {
        flex: 1 1 38% !important;
        min-width: 280px !important;
        height: auto !important;
        margin-right: 24px !important;
        transform: translateY(-8px) !important;
    }

    .visual_content_title {
        margin-bottom: 6px !important;
        font-size: 40px !important;
        line-height: 1.16 !important;
    }

    .visual_content_subtitle {
        margin-bottom: 14px !important;
        font-size: 24px !important;
        line-height: 1.35 !important;
    }

    .visual_content_right {
        flex: 1 1 42% !important;
        min-width: 380px !important;
        transform: none !important;
    }

    .visual_robot_img img,
    .responsive_img {
        width: min(42vw, 520px) !important;
        max-height: 310px !important;
        height: auto !important;
        object-fit: contain !important;
    }

    .visual_moduleList,
    .responsive_moduleList {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        gap: 12px !important;
        justify-content: space-between !important;
        transform: none !important;
    }

    .tender,
    .report,
    .work,
    .helper {
        flex: 1 1 0 !important;
        width: auto !important;
        max-width: calc((100% - 36px) / 4) !important;
        min-width: 0 !important;
        height: 152px !important;
    }

    .visual_content .tender .tender_content,
    .visual_content .report .report_content,
    .visual_content .work .work_content,
    .visual_content .helper .helper_content {
        width: 100% !important;
        height: 152px !important;
        padding: 20px 16px 16px 82px !important;
        background-size: 48px auto !important;
        background-position: 18px 34px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .helper_content_title,
    .tender_content_title,
    .report_content_title,
    .work_content_title,
    .card_title {
        margin-left: 0 !important;
        margin-bottom: 8px !important;
        font-size: 17px !important;
        line-height: 24px !important;
        text-align: left !important;
    }

    .helper_content_desc,
    .tender_content_desc,
    .report_content_desc,
    .work_content_desc,
    .card_content .tender_content_desc,
    .card_content .report_content_desc,
    .card_content .work_content_desc,
    .card_content .helper_content_desc {
        display: -webkit-box !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        overflow: hidden !important;
        color: #666 !important;
        font-size: 13px !important;
        line-height: 1.6 !important;
        text-align: left !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .responsive_visual_main {
        min-height: 180px !important;
    }

    .responsive_visual_row {
        height: 180px !important;
        min-height: 180px !important;
        padding-top: 10px !important;
        padding-bottom: 8px !important;
        box-sizing: border-box !important;
    }

    .pc_address_list.responsive_bottom_left {
        width: 76% !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        column-gap: 22px !important;
        row-gap: 2px !important;
    }

    .pc_address_list .bottom_left_item {
        width: auto !important;
        min-width: 0 !important;
        padding-right: 0 !important;
    }

    .pc_address_list .bottom_left_top {
        font-size: 14px !important;
        line-height: 21px !important;
    }

    .pc_address_list .bottom_left_bottom {
        min-width: 0 !important;
        overflow: hidden !important;
        font-size: 13px !important;
        line-height: 21px !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .pc_address_list .bottom_left_bottom img {
        width: 18px !important;
        height: 18px !important;
        margin-right: 4px !important;
    }

    .pc_address_list .bottom_left_bottom1 {
        font-size: 13px !important;
        line-height: 20px !important;
        white-space: nowrap !important;
    }

    .responsive_bottom_right {
        width: 22% !important;
        gap: 10px !important;
        justify-content: space-between !important;
    }

    .responsive_bottom_right .bottom_right_item {
        min-width: 0 !important;
        text-align: center !important;
    }

    .responsive_bottom_right .bottom_right_item img {
        width: 82px !important;
        height: 82px !important;
    }

    .responsive_bottom_right .bottom_right_item span {
        margin-top: 2px !important;
        font-size: 13px !important;
        line-height: 18px !important;
        white-space: nowrap !important;
    }

    .visual_login .layui-tab-brief {
        margin: 5px 24px 0 !important;
    }

    .visual_login .layui-tab-content form.layui-form {
        width: 310px !important;
    }

    .visual_login .layui-input {
        height: 42px !important;
        box-sizing: border-box !important;
    }

    .visual_login_user i.layui-icon {
        line-height: 42px !important;
    }

    .visual_login .layui-btn[lay-submit],
    .visual_login_user button[lay-filter="phoneLogin"],
    .visual_login_user button[lay-filter="phoneLogin2"],
    .visual_login_user button[lay-filter="userNameLogin"] {
        width: 100% !important;
        height: 42px !important;
        line-height: 42px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1320px) and (min-resolution: 1.4dppx) {
    .visual_page_header,
    .visual_content.responsive_margin,
    .responsive_visual_row {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }

    .visual_page_header_left img,
    .visual_page_header_left img.header_logo {
        width: 46px !important;
        height: 46px !important;
    }

    .visual_page_header_left > span,
    .visual_page_header_left span.header_title {
        margin-left: 12px !important;
        font-size: 20px !important;
    }

    .visual_page_header_right_item {
        height: 46px !important;
    }

    .visual_main11 {
        height: calc(100vh - 156px) !important;
    }

    .visual_content.responsive_margin {
        height: calc(100vh - 252px) !important;
        min-height: calc(100vh - 252px) !important;
        gap: 6px 14px !important;
    }

    .visual_content_left {
        flex-basis: 35% !important;
        min-width: 250px !important;
        margin-right: 12px !important;
        transform: translateY(-4px) !important;
    }

    .visual_content_title {
        font-size: 34px !important;
        line-height: 1.15 !important;
    }

    .visual_content_subtitle {
        margin-bottom: 10px !important;
        font-size: 20px !important;
        line-height: 1.3 !important;
    }

    .visual_content_right {
        flex-basis: 36% !important;
        min-width: 320px !important;
    }

    .visual_robot_img img,
    .responsive_img {
        width: min(38vw, 420px) !important;
        max-height: 248px !important;
    }

    .visual_moduleList,
    .responsive_moduleList {
        gap: 10px !important;
    }

    .tender,
    .report,
    .work,
    .helper {
        height: 122px !important;
    }

    .visual_content .tender .tender_content,
    .visual_content .report .report_content,
    .visual_content .work .work_content,
    .visual_content .helper .helper_content {
        height: 122px !important;
        padding: 14px 12px 12px 66px !important;
        background-size: 40px auto !important;
        background-position: 14px 24px !important;
    }

    .helper_content_title,
    .tender_content_title,
    .report_content_title,
    .work_content_title,
    .card_title {
        margin-bottom: 4px !important;
        font-size: 15px !important;
        line-height: 21px !important;
    }

    .helper_content_desc,
    .tender_content_desc,
    .report_content_desc,
    .work_content_desc,
    .card_content .tender_content_desc,
    .card_content .report_content_desc,
    .card_content .work_content_desc,
    .card_content .helper_content_desc {
        font-size: 12px !important;
        line-height: 1.45 !important;
        -webkit-line-clamp: 3;
    }

    .responsive_visual_main {
        min-height: 156px !important;
    }

    .responsive_visual_row {
        height: 156px !important;
        min-height: 156px !important;
        padding-top: 8px !important;
        padding-bottom: 6px !important;
    }

    .pc_address_list.responsive_bottom_left {
        width: 78% !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        column-gap: 32px !important;
        row-gap: 0 !important;
    }

    .pc_address_list .bottom_left_top {
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .pc_address_list .bottom_left_bottom {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .pc_address_list .bottom_left_bottom img {
        width: 16px !important;
        height: 16px !important;
    }

    .pc_address_list .bottom_left_bottom1 {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .pc_address_list .bottom_left_bottom1 span[style*="font-size: 24px"] {
        font-size: 17px !important;
        margin-left: 28px !important;
    }

    .responsive_bottom_right {
        width: 20% !important;
        gap: 6px !important;
    }

    .responsive_bottom_right .bottom_right_item img {
        width: 62px !important;
        height: 62px !important;
    }

    .responsive_bottom_right .bottom_right_item span {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .modal-title span {
        font-size: 20px !important;
    }

    .visual_login .layui-tab-title li {
        margin-right: 14px !important;
        font-size: 14px !important;
    }

    .visual_login .layui-tab-content {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .visual_login .layui-tab-content form.layui-form {
        width: 300px !important;
    }

    .visual_login .layui-form-item {
        margin-bottom: 10px !important;
    }

    .visual_login .isAgree1,
    .visual_login .isAgree2 {
        margin-top: 8px !important;
    }

    .visual_login .isAgree1 > div:last-child,
    .visual_login .isAgree2 > div:last-child {
        font-size: 12px !important;
        line-height: 18px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1180px) and (min-resolution: 1.4dppx) {
    .visual_page_header,
    .visual_content.responsive_margin,
    .responsive_visual_row {
        margin-left: 28px !important;
        margin-right: 28px !important;
    }

    .visual_content.responsive_margin {
        flex-wrap: wrap !important;
    }

    .visual_content_left {
        flex: 1 1 36% !important;
        min-width: 240px !important;
    }

    .visual_content_right {
        flex: 1 1 34% !important;
        min-width: 300px !important;
    }

    .visual_robot_img img,
    .responsive_img {
        width: min(36vw, 380px) !important;
        max-height: 230px !important;
    }

    .visual_content .tender .tender_content,
    .visual_content .report .report_content,
    .visual_content .work .work_content,
    .visual_content .helper .helper_content {
        padding-left: 58px !important;
        background-size: 34px auto !important;
        background-position: 12px 24px !important;
    }
}
