body {
    overflow: hidden;
}

.visual_page {
    height: 100%;
}

.visual_page_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px;
}

.visual_page_header_left img {
    position: absolute;
    left: 160px;
    top: 20px;
}

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

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

.visual_page_header_right {
    position: relative;
    right: 120px;
}

.visual_page_header_right_item i {
    top: -2px;
    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: 30px 160px;
    padding: 40px 80px;
    border-radius: 30px;
    background: transparent;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    padding-top: 20px;
}

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

.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: 36px;
    color: #000000;
    text-align: left;
    margin-bottom: 10px;
}

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

.visual_robot_img {
    text-align: right;
}

.visual_robot_img img {
    width: 500px;
    height: auto;
    margin-top: 10px;
    margin-right: 120px;
}

.tender,
.report,
.work,
.helper {
    width: 280px;
    margin: 15px 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 185px;
}

.visual_moduleList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    width: 100%;
}

.tender_content,
.report_content,
.work_content,
.helper_content {
    width: 100%;
    height: 220px;
    padding: 25px;
    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/智写标书平台.img') !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.visual_content .report .report_content {
    background-image: url('/files/pub/img/zntbproject/智能报告平台.img') !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.visual_content .work .work_content {
    background-image: url('/files/pub/img/zntbproject/智能办公平台.img') !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.visual_content .helper .helper_content {
    background-image: url('/files/pub/img/zntbproject/智能助手平台.img') !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.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: #ffffff;
    margin-bottom: 10px;
    text-align: center;
}

.helper_content_desc,
.tender_content_desc,
.report_content_desc,
.work_content_desc {
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    text-align: left;
    opacity: 0.95;
    padding-left: 80px;
    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="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 .layui-btn {
    width: 100%;
}

.visual_login_user button[lay-filter="phoneLogin"] {
    position: relative;
    bottom: -59px;
}

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

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

.visual_login .layui-tab-brief {
    margin: 15px 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: 20px 0;
    margin: 0;
}

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

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