.component-modal-logout .icon-warn {
    width: 21px;
    height: auto
}

.component-modal-logout .ant-modal-footer, .component-modal-logout .ant-modal-header {
    border: 0
}

.modal-avatar .btn-confirm {
    border: 1px solid #f1f1f1 !important
}

.avatar-upload-preview {
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    box-shadow: 0 0 4px #ccc;
    overflow: hidden
}

.avatar-upload-preview img {
    width: 100%;
    height: 100%
}

.layout-header-wrap .ant-badge-count {
    right: 14px !important;
    top: 10px
}

.layout-header .ant-dropdown-link {
    color: #333 !important
}

p {
    margin-bottom: 4px
}

.layout-header {
    color: #333;
    height: 64px;
    width: 100%;
    margin: 0 auto;
    width: 1200px
}

.layout-header .change-city {
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    min-width: 139px;
    margin: 0 12px 0 0
}

.layout-header .change-city span {
    font-weight: 700
}

.layout-header .layout-header-title {
    margin-right: 48px;
    height: 100%;
    width: 174px;
    cursor: pointer
}

.layout-header .layout-header-title img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.layout-header .layout-header-title span {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 500;
    margin-left: 4px
}

.layout-header .layout-header-right {
    text-decoration: none;
    font-size: 14px;
    color: #333;
    line-height: 1;
    transition: all .3s;
    border-radius: 15px;
    padding: 5px 12px
}

.layout-header .layout-header-right.active-link {
    font-size: 14px;
    color: var(--primary-color)
}

.layout-header .layout-header-right:hover {
    color: var(--primary-color)
}

.layout-header .layout-header-right-item.active-link, .layout-header .layout-header-right-item:hover {
    color: #033a51;
    background-color: #fff
}

.layout-header .layout-header-nav {
    display: inline-block;
    line-height: 64px
}

.layout-header .layout-header-nav .layout-header-city img {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: auto;
    overflow: hidden;
    scale: 1.2
}

.layout-header .layout-header-nav .nav-item {
    text-align: center;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    margin-left: 12px;
    transition: all .3s;
    display: inline-block
}

.layout-header .layout-header-nav .nav-item img {
    height: 14px;
    width: 28px;
    display: inline-block
}

.layout-header .layout-header-nav .nav-item span {
    font-weight: 700
}

.layout-header .layout-header-nav .nav-item.active-link, .layout-header .layout-header-nav .nav-item:hover {
    color: var(--primary-color)
}

.layout-header .layout-header-user {
    height: 64px;
    line-height: 64px;
    cursor: pointer;
    display: flex
}

.layout-header .layout-header-user ul {
    margin-right: 20px;
    display: flex;
    align-items: center;
    height: 100%
}

.layout-header .layout-header-user .user-name {
    font-size: 14px;
    font-weight: 400;
    margin: 0 8px 0 0;
    display: inline-block
}

.layout-header .layout-header-user a {
    display: flex;
    align-items: center
}

.layout-header .layout-header-user a img {
    display: inline-block;
    width: 100%
}

.layout-header .icon-down {
    font-size: 15px;
    vertical-align: middle;
    width: 18px;
    height: auto
}

.layout-header .dropdown-text {
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    padding: 7px 0;
    background-color: #fff;
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, .12);
    width: 240px;
    text-align: center
}

.layout-header .btn-upload-img {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-right: 22px;
    padding: 0 22px;
    height: inherit;
    display: inline-block;
    transition: all .3s
}

.layout-header .btn-upload-img:hover {
    color: var(--primary-color)
}

.layout-header .btn-upload-img:after {
    position: absolute;
    content: "";
    right: 10px;
    top: 20px;
    background-color: #ff4d4f;
    width: 8px;
    height: 8px;
    border-radius: 50%
}

.un_login_menu {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 14px
}

.un_login_menu span {
    padding-right: 16px;
    font-weight: 700
}

.un_login_menu .sign_group {
    color: var(--primary-color);
    display: flex;
    align-items: center;
    font-weight: 700
}

.un_login_menu .sign_group .sign_icon {
    width: 24px;
    height: 24px;
    background: #ddd;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px
}

.un_login_menu .sign_group .sign_icon img {
    width: 100%;
    height: 100%;
    display: block
}

.un_login_menu .sign_group > div {
    color: #333;
    border-radius: 4px;
    line-height: 28px;
    margin-right: 16px;
    text-align: center;
    cursor: pointer
}

.un_login_menu .sign_group > div:last-child {
    margin: 0
}

.logined_handle {
    margin-right: 0 !important
}

.logined_handle a {
    margin-right: 12px
}

.layout-footer {
    font-size: 1.25rem;
    text-align: center;
    z-index: 16;
    position: relative;
    width: 100%;
    background-color: #fff;
    margin: auto
}

.layout-footer .footer_content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 25px 0
}

.layout-footer .footer_content .footer_content_left p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #595959
}

.layout-footer .footer_content .footer_content_left .footer_content_left_detail {
    font-size: 12px;
    color: #8c8c8c;
    margin-bottom: 12px;
    cursor: pointer
}

.layout-footer .footer_content .footer_content_left .footer_content_left_detail:last-child {
    margin-bottom: 0
}

.layout-footer .footer_content .footer_content_left .footer_content_left_detail span {
    display: inline-block;
    width: 120px
}

.layout-footer .footer_content .footer_content_left .footer_content_left_detail:hover {
    color: var(--primary-color)
}

.layout-footer .footer_content .footer_content_center {
    min-width: 620px
}

.layout-footer .footer_content .footer_content_center p {
    margin-bottom: 16px;
    font-size: 14px;
    color: #595959
}

.layout-footer .footer_content .footer_content_center .footer_content_center_detail {
    font-size: 12px;
    color: #8c8c8c;
    margin-bottom: 12px
}

.layout-footer .footer_content .footer_content_center .footer_content_center_detail:last-child {
    margin-bottom: 0
}

.layout-footer .footer_content .footer_content_center .footer_content_center_detail span {
    display: inline-block
}

.layout-footer .footer_content .footer_content_center .footer_content_center_detail .link_text {
    color: #8c8c8c;
    margin: 0 12px
}

.layout-footer .footer_content .footer_content_center .footer_content_center_detail .link_text:hover {
    color: var(--primary-color)
}

.layout-footer .footer_content .footer_content_right {
    text-align: center;
    padding-top: 12px
}

.layout-footer .footer_content .footer_content_right img {
    width: 80px;
    height: 80px
}

.layout-footer .footer_content .footer_content_right p {
    font-size: 12px;
    color: #595959;
    margin-top: 5px
}

.layout-footer .box-frm {
    height: 16px
}

.layout-footer .footer-item .footer-left-text {
    font-size: 12px;
    font-weight: 400;
    color: #8c8c8c;
    line-height: 17px
}

.layout-footer .footer-left {
    float: left
}

.layout-footer .footer-right {
    float: right
}

.layout-footer .footer-right .footer-qrcode {
    width: 120px;
    margin: auto
}

.layout-footer .footer-right .footer-qrcode img {
    width: 60px;
    height: 60px
}

.layout-footer .footer-right .footer-right-text {
    font-size: 12px;
    font-weight: 400;
    color: #8c8c8c;
    line-height: 17px
}

.layout-header {
    background-color: #fff;
    height: 60px;
    width: 100%;
    margin: 0 auto;
    width: 1200px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1
}

.layout-header .layout-header-title {
    margin-right: 15px;
    height: 100%
}

.layout-header .layout-header-title img {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: auto
}

.layout-header .layout-header-title span {
    display: inline-block;
    vertical-align: middle;
    color: #262626;
    font-size: 24px;
    font-weight: 500;
    margin-left: 4px
}

.layout-header .layout-header-line {
    position: relative;
    top: 16px;
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 32px;
    border-right: 1px solid #f0f0f0
}

.layout-header .layout-header-text {
    position: relative;
    top: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, .85);
    margin-left: 15px
}

.showFont {
    visibility: hidden
}

.float_box {
    height: 100%;
    position: fixed;
    right: 0;
    z-index: 99
}

.float_box .right {
    float: right;
    width: 250px;
    height: 95vh;
    background-color: #fafafa;
    overflow-y: scroll
}

.float_box .right .right_header {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 16px;
    padding: 0 10px;
    margin-bottom: 20px;
    margin-top: 20px
}

.float_box .right .right_content .right_content_List_arrive {
    cursor: pointer;
    width: 100%;
    height: 160px;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 5px
}

.float_box .right .right_content .right_content_List_arrive img {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid #ccc;
    margin-right: 5px
}

.float_box .right .right_content .right_content_List_arrive:hover {
    background-color: #f0f5ff;
    overflow: visible
}

.float_box .right .right_content .right_content_List_arrive .enterprise_name {
    max-width: 98px
}

.float_box .right .right_content .right_content_List {
    cursor: pointer;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 5px
}

.float_box .right .right_content .right_content_List img {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid #ccc;
    margin-right: 5px
}

.float_box .right .right_content .right_content_List:hover {
    background-color: #f0f5ff;
    overflow: visible
}

.float_box .right .right_content .right_content_List_ash  {
    color: #bababa !important
}

.float_box .right .right_bottom {
    text-align: center;
    line-height: 20px;
    padding: 20px 0
}

.component-float-side {
    height: 100%;
    width: 40px;
    position: relative;
    float: left;
    z-index: 1052;
    padding: 40px 0;
    background-color: #fff;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .08);
    border-right: 1px solid #dbdada
}

.component-float-side .float-side-btn {
    position: relative;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    padding: 16px 0;
    color: #595959;
    cursor: pointer;
    overflow: hidden
}

.component-float-side .float-side-btn .middle {
    overflow: hidden
}

.component-float-side .float-side-btn .active_float2, .component-float-side .float-side-btn .active_float {
    color: var(--primary-color)
}

.component-float-side .float-side-btn img {
    width: 25px;
    height: 25px;
    margin: auto 0 5px
}

.component-float-side .float-side-btn:hover {
    background-color: #f0f5ff;
    overflow: visible
}

.component-float-side .position_ab {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0
}

.component-float-side #btn-go-top {
    overflow: visible;
    margin-bottom: 0
}

.component-float-side .float-app-box {
    position: relative;
    background-color: #fff;
    padding: 24px 26px;
    border-radius: 5px;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .08);
    z-index: 1
}

.component-float-side .float-app-box:after {
    position: absolute;
    content: "";
    right: -10px;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff
}

.component-float-side .float-app-box .icon-qrcode {
    width: 135px;
    margin-bottom: 16px
}

.component-float-side .float-app-box div {
    font-size: 14px;
    font-weight: 400;
    color: #262626
}

.component-float-side .float-wrap-box {
    position: absolute;
    right: 80px;
    top: 50%;
    margin-top: -135px;
    background: transparent;
    padding: 20px;
    transition: all .5s;
    transition-delay: .1s;
    opacity: 0
}

.component-float-side #btn-app:hover .float-app-box, .component-float-side #btn-app:hover .float-wrap-box, .component-float-side .float-wrap-box:hover .float-app-box {
    opacity: 1
}

.ant-form-item {
    display: flex !important
}

.ant-btn-primary {
    width: 60px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    background-color: #e8f7ff;
    font-size: 12px;
    color: var(--primary-color)
}

.company_msg {
    color: #595959;
    margin: 10px 0;
    font-size: 14px
}

.flex_ac {
    color: #8c8c8c;
    font-size: 12px
}

.float_box .ant-popover-inner-content {
    text-align: center !important
}

.ant-dropdown-menu-item .int {
    font-size: 12px;
    color: #adadad
}

.layout-header-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1051;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .08)
}

.layout-header-wrap .ant-badge-count {
    box-shadow: none
}

.layout-header .ant-dropdown-link {
    color: #fff;
    display: inline-block
}

.layout-header .ant-dropdown {
    top: 84px
}

.layout-header .ant-tooltip {
    top: 65px !important
}

.layout-header .ant-deopdown-menu {
    padding: 0
}

.layout-header .ant-deopdown-menu-item {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .65)
}

.layout-header .ant-menu {
    border-right: 0 !important
}

.layout-header .ant-menu-item {
    text-align: center;
    width: 96px !important;
    height: 32px !important;
    line-height: 32px !important;
    margin: 0 !important
}

.layout-header .ant-menu-item-active {
    background-color: #f0f7ff;
    color: rgba(0, 0, 0, .65)
}

.layout-header .ant-tooltip-inner {
    padding: 0;
    box-shadow: none
}

.layout-header .ant-tooltip-arrow:before {
    box-shadow: none !important;
    background-color: #fff !important;
    width: 10px !important;
    height: 10px !important
}

.login-modal .ant-modal-header {
    padding: 0
}

.login-modal .ant-modal-body {
    padding: 0 0 24px
}

.login-modal .ant-modal-footer {
    padding: 0;
    border: none
}

.intention_city .ant-modal-body, .intention_city .ant-modal-footer {
    padding: 0 !important
}

.intention_city .ant-modal-footer {
    border: none
}

.header_popover {
    z-index: 1054 !important
}

.header_popover .ant-popover-inner-content {
    padding: 20px 28px 20px 19px;
    position: relative;
    width: 200px !important
}

.header_popover .ant-popover-inner-content .anticon {
    position: absolute;
    top: 12px;
    right: 16px;
    cursor: pointer
}

.header_dropdown {
    z-index: 1055
}

p {
    margin-bottom: 4px
}


.un_login_menu {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px
}

.un_login_menu span {
    padding-right: 24px
}

.un_login_menu .sign_group {
    color: var(--primary-color);
    display: flex;
    align-items: center
}

.un_login_menu .sign_group > div {
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    height: 28px;
    line-height: 28px;
    width: 56px;
    margin-right: 16px;
    text-align: center;
    cursor: pointer
}

.un_login_menu .sign_group > div:last-child {
    margin: 0
}

.logined_handle {
    margin-right: 0 !important
}

.logined_handle a {
    margin-right: 12px
}