
    html,body{
        margin: 0px;
        padding:0px;
    }
    [v-cloak] {
        display: none !important;
    }
    a{
        text-decoration: none;
    }
    body, h1, h2, h3, h4, h5, h6, html, li, ol, p, ul{
        margin: 0px;
        padding:0px;
    }
    * {
        
        font-family: arial, verdana, helvetica, 'PingFang SC', 'HanHei SC', STHeitiSC-Light, Microsoft Yahei, sans-serif;
        -webkit-font-smoothing: antialiased;
    }
    
    .rights {
        margin-top: 0px;
        min-height: 800px;
        overflow: hidden ;
    }
    
    .rights .ceBox3 {
            min-height: 260px;
            background-color: #fff;
            border-radius: 12px;
            cursor: pointer;
    }
    
    .rights .ceBox3 h2 {
        background-image: linear-gradient(#d4f3f6 10%, #fff);
        border-radius: 10px 10px 0 0;
        font-size: 17px;
        line-height: 50px;
        padding: 0 20px;
    }
    
    .rights .ceBox3 h3 {
        font-size: 15px;
        font-weight: 500;
        color: #333;
    }
    
    .rights .ceBox3 .minCeBox3 {
        height: 50px;
        border-radius: 10px;
        margin: 0 10px;
        margin-bottom: 10px;
        padding: 0 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 15px;
    }
    
    .rights .ceBox3 .minCeBox3:hover {
        background-color: #f1f1f1;
        transition: all .5s linear;
    }
    
    .rights .ceBox3 .minCeBox3 .minCeBox3left p {
        width: 70px;
        color: #999;
        font-size: 10px;
        overflow: hidden;
        /*文本不会换行*/
        white-space: nowrap;
        /*当文本溢出包含元素时，以省略号表示超出的文本*/
        text-overflow: ellipsis;
        cursor: pointer;
        font-size: 13px;
        margin-top: 5px;
    }
               
    
    
    .rights .ceBox3 .acct_info_box{
        position: relative;
        min-height: 480px;
    }

    .rights .ceBox3 .acct_info_box .acct_info_box1{
        position: relative;
        display: flex !important;
        flex-direction: column !important;
    }

    .rights .ceBox3 .acct_info_box .acct_info_box1 .acct_info_fill{
        position: relative;
        display: flex !important;
        flex-direction: column !important;
        flex: 1 1 auto !important;
        color: #999;
    }

    .rights .ceBox3 .acct_info_box .acct_info_box1 .acct_info_fill .acct_info_top{
        position: relative;
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 50px;
        padding: 0 10px 0 15px;
        display: flex;
    }

    .rights .ceBox3 .acct_info_box .acct_info_box1 .acct_info_fill .acct_info_top .acct_info_name{
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        color:#444;
        font-weight: bolder;
        font-size:14px;
    }

    .rights .ceBox3 .acct_info_box .acct_info_box1 .acct_info_fill .acct_info_top .acct_wh_text{
        margin-right: auto !important;
        margin-left: 4px;
        font-size:14px;
        color:#999;
    }

    .rights .ceBox3 .acct_info_box .acct_info_box1 .acct_info_fill .acct_info_top .acct_info_tcdl{
        color: #6e86b1;
        margin-left: 10px;
        float:right;
        font-size: 80%;
    }
                       
    .rights .ceBox3 .acct_info_box .acct_info_box1 .acct_info_fill .acct_info_top:before{
        content: "";
        position: absolute;
        display: inline-block;
        width: 3px;
        height: 17px;
        background-color: #fe6135;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .rights .ceBox3 .acct_info_box .acct_info_box1 .acct_info_fill .acct_info_top:after{
        content: "";
        display: table;
        clear: both;
    }
    
    .centers {
        min-height: 800px;
        width: 890px;
        margin-right: 10px;
        padding: 0;
        flex-shrink: 0;
        overflow: hidden;
    }
    
    .centers .Center {
        width: 100%;
        height: 150px;
        margin: 20px 0;
        background: #fff;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-radius: 10px;
        position: relative;
        cursor: pointer;
    }
    
    .centers .Center:hover {
        box-shadow: 0px 10px 10px #e1e3e5;
        transition: all 0.4s linear;
    }
    
    .centers .Center .Button {
        width: 100%;
        height: 30px;
        background-image: linear-gradient(to right, #f7fbfb 50%, #fcfbfa 50%);
        border-radius: 0px 0px 10px 10px;

        position: absolute;
        bottom: 0;
    }
    
    .centers .Center .minright .nav{
        width: 365px;
        display: flex;
        align-items: center;
    }
    
    .centers .Center .minright .nav img {
        width: 100px;
        height: 100px;
    }
    
    .centers .Center .minright .nav div {
        margin-left: 20px;
    }

    .centers .Center .minright .nav div p{
        line-height: 30px;
    }
    
    .centers .Center .minright .p1 {
        display: flex;
        line-height: 42px;
        position: absolute;
        bottom: 0;
    }
    
    .centers .Center .minright .p1 p {
        text-align: center;
        margin: 0 6px;
        font-size: 13px;
        line-height: 30px;
    }
    
    .centers .Center .minleft p1{
        display: flex;
        position: absolute;
        bottom: 0;
    }
    
    .centers .Center .minleft p1 p {
        text-align: center;
        margin: 0 10px;
        font-size: 13px;
    }
                
    .centers .Center .minleft h2 span{
        margin-right: 10px;
    }
    
    .centers .Center .minleft p {
        line-height: 30px;
    }
    
    .centers .Center .minleft p b {
        color: red;
        font-size: 20px;
    }
    
    .centers .Center .minleft p span:nth-child(2),.centers .Center .minleft p span:nth-child(3) {
        background: #f1f1f1;
        padding: 2px;
        font-size: 13px;
        margin-left: 10px;
    }
               
    
    .bx1 {
        display: flex;
        width: 1200px;
        /* height: 100%; */
        margin: 0 auto;
    }
    
    .top {
        position: relative;
        top: 0;
        z-index: 999;
        min-height: 0px;
        height: auto !important;
        background: linear-gradient(90deg, #3b526a 0, #345a6d 100%);
        overflow-y: overlay;
    }

    .top .bx {
        width: 1200px;
        /* height: 100%; */
        margin: 0 auto;
        padding-top: 0px;
    }

    .top .bx .drbox {
        display: flex;
        margin-top: 30px;
    }

    .top .bx .drbox .drCenter {
        width: 900px;
        height: 50px;
        display: flex;
        border: 2px solid #55bbbc;
        background: #55bbbc;
        border-radius: 10px;
        margin-right: 0;
    }

    .top .bx .drbox .drCenter input {
        height: 100%;
        flex: 1;
        border: none;
        outline: none;
        border-radius: 0px 10px 10px 0px;
    }

    .top .bx .drbox .drCenter .down {
        height: 100%;
        border: none;
    }

    .top .bx .drbox .drCenter .down .downButton {
        border: none;
        height: 100%;
        border-radius: 10px 0 0 10px;
        background: #fff;
        color: #000;
    }

    .top .bx .drbox .drCenter .bButton {
        width: 80px;
        border: none;
        background: #55bbbc;
        color: #fff;
        border-radius: 0 10px 10px 0;
    }

    .top .bx .drbox .bButton2 {
        height: 50px;
        width: 270px;
        border: 2px solid #55bbbc;
        color: #55bbbc;
        float: right;
        margin: 2px 0 0 auto;
        border-radius: 10px 10px;
    }

    .top .bx .oneNav {
        display: flex;
        margin-top: 20px;
        height: 40px;
    }

    .top .bx .oneNav h3 {
        width: 40px;
        line-height: 40px;
        text-align: center;
        margin: 0px 20px 0 0;
    }

    .top .bx .oneNav ul {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .top .bx .oneNav ul li {
        margin: 0 20px;
        padding: 10px;
    }

    .top .bx .oneNav ul li:hover {
        color: aqua;
        cursor: pointer;
    }

    .top .bx .twoNav {
        display: flex;
        height: 40px;
    }

    .top .bx .twoNav h3 {
        width: 40px;
        line-height: 40px;
        text-align: center;
        margin: 0px 20px 0 0;
    }

    .top .bx .twoNav .ul {
        width: 100%;
        height: 100%;
        display: flex;
        background: #f1f1f1;
        border-radius: 8px;
        align-items: center;
    }

    .top .bx .twoNav .ul li {
        margin: 0 20px;
        padding: 10px;
    }

    .top .bx .twoNav .ul li:hover {
        color: aqua;
        cursor: pointer;
    }
    
    .sticky {
        position: sticky;
        top: 0;
        z-index:9999;
    }

    .hideClass{
        display: none;
    }
    
    .conbox {
        background: #f8f8f8;
        padding-top: 16px;
        padding-bottom: 20px;
    }

    /* 中心内容盒子样式 */
    .conbox .centers_box {
        margin-bottom: 16px;
        padding: 20px 30px;
        background: #fff;
        border-radius: 12px;
    }

    .conbox .centers_box .centers_box_content {
        margin: 0;
    }

    .conbox .centers_box .centers_box_content dt {
        margin-bottom: 24px;
        color: #07132b;
        font-size: 18px;
        line-height: 25px;
        font-weight: 500;
    }

    .conbox .centers_box .centers_box_content dt .more_job_box {
        position: relative;
        float: right;
        font-size: 15px;
        color: #f26d49;
        font-weight: 500;
        line-height: 22px;
        display: flex;
        align-items: center;
        margin-top: 1px;
    }

    .conbox .centers_box .centers_box_content dd {
        margin: 0;
        color: #000;
        font-size: 15px;
        line-height: 28px;
        /* white-space: pre-wrap; */
        word-break: break-word;
    }

    .conbox .centers_box .centers_box_content dd .gxq_job_box {
        overflow: hidden;
        list-style: none;
    }

    .conbox .centers_box .centers_box_content dd .gxq_job_box li {
        position: relative;
        float: left;
    }

    .conbox .centers_box .centers_box_content dd .gxq_job_box li .job_dt_box {
        text-decoration: none;
        color: #414a60;
        display: block;
        width: 260px;
        height: 90px;
        border-radius: 12px;
        padding: 12px 16px;
        margin-bottom: 8px;
        border: 1px solid #ededed;
        box-sizing: border-box;
        transition: all .2s linear;
        cursor: pointer;
    }

    .conbox .centers_box .centers_box_content dd .gxq_job_box li:nth-child(3n+1) .job_dt_box {
        margin-right: 8px;
    }

    .conbox .centers_box .centers_box_content dd .gxq_job_box li:nth-child(3n+2) .job_dt_box {
        margin-right: 8px;
        /* margin-left: 8px; */
    }

    .conbox .centers_box .centers_box_content dd .gxq_job_box li .job_info_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .conbox .centers_box .centers_box_content dd .gxq_job_box li .job_info_box .name {
        font-size: 16px;
        font-weight: 500;
        color: #333;
        line-height: 22px;
        margin-top: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 4px;
        max-width: 120px;
    }

    .conbox .centers_box .centers_box_content dd .gxq_job_box li .job_info_box .salary {
        font-size: 15px;
        font-family: kanzhun-Regular, kanzhun;
        color: #fe574a;
        line-height: 24px;
        white-space: nowrap;
        flex: 1;
        text-align: right;
    }

    .conbox .centers_box .centers_box_content dd .gxq_job_box li .job_com_box {
        margin-top: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 13px;
        color: #666;
        line-height: 18px;
    }

    .conbox .centers_box .centers_box_content dd .gxq_job_box li .job_com_box .job_com_logo {
        display: flex;
        align-items: center;
    }

    .conbox .centers_box .centers_box_content dd .gxq_job_box li .job_com_box .job_com_logo .logo_img_box {
        width: 22px;
        height: 22px;
        border-radius: 4px;
        margin-right: 8px;
        border: 0px solid #f3f5fb;
    }

    .conbox .centers_box .centers_box_content dd .gxq_job_box li .job_com_box .job_com_logo .logo_img_box img {
        display: block;
        width: 22px;
        height: 22px;
        border-radius: 4px;
    }

    /* 更多信息内容样式 */
    .conbox .gxq_cont {
        background-color: #fff;
        color: #666;
        padding: 15px !important;
        padding-bottom: 40px !important;
    }

    .conbox .gxq_cont .lirow {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0px;
        font-size: 14px;
    }

    .conbox .gxq_cont .lirow a:hover {
        text-decoration: underline !important;
    }

    /* 底部盒子样式 */
    .conbox .bottom_box {
        margin-bottom: 16px;
        padding: 28px 32px 40px;
        background: #fff;
        border-radius: 12px;
    }

    .conbox .bottom_box h2 {
        margin: 0 0 24px;
        font-size: 18px;
        color: #07132b;
        line-height: 25px;
        font-weight: 500;
    }

    .conbox .bottom_box .cor_info {
        margin-bottom: 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .conbox .bottom_box .cor_info .logo {
        flex-shrink: 0;
        margin-right: 12px;
        cursor: pointer;
        width: 54px;
        height: 54px;
        border-radius: 6px;
    }

    .conbox .bottom_box .cor_info .content {
        flex: 1;
        overflow: hidden;
    }

    .conbox .bottom_box .cor_info .content .name {
        cursor: pointer;
        font-size: 14px;
        color: #000;
    }

    .conbox .bottom_box .cor_info_c {
        margin-bottom: 16px;
    }

    .conbox .bottom_box .cor_info_c .text_box {
        font-size: 12px;
        line-height: 24px;
    }

    .conbox .bottom_box .cor_info_c .text_box .label {
        color: #000;
    }

    .conbox .bottom_box .cor_info_c .text_box .text {
        color: #666;
    }

    .conbox .bottom_box .cor_lx_info {
        padding: 0px !important;
        font-size: 14px;
        font-weight: 400;
    }

    .conbox .bottom_box .cor_lx_info .cor_lx_box {
        display: flow-root;
        color: #999 !important;
    }

    .conbox .bottom_box .cor_lx_info .cor_lx_box a:hover {
        text-decoration: underline !important;
    }

    .conbox .bottom_box .uk-grid {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .conbox .bottom_box .uk-text-center {
        text-align: center !important;
    }

    .conbox .bottom_box .uk-grid-collapse,
    .conbox .bottom_box .uk-grid-column-collapse {
        margin-left: 0;
    }

    .conbox .bottom_box [class*=uk-width] {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
    }

    .conbox .bottom_box .uk-width-1-2 {
        width: 50%;
    }

    .conbox .bottom_box .uk-grid-collapse>*,
    .conbox .bottom_box .uk-grid-column-collapse>* {
        padding-left: 0;
    }

    .conbox .bottom_box .uk-text-bold {
        font-weight: 700;
    }

    .conbox .bottom_box .mb-1,
    .conbox .bottom_box .my-1 {
        margin-bottom: .125rem !important;
    }

    .conbox .bottom_box .uk-h5,
    .conbox .bottom_box h5 {
        font-size: 16px;
        line-height: 1.4;
    }

    .conbox .bottom_box .uk-grid>*>:last-child {
        margin-bottom: 0;
    }

    .conbox .bottom_box .uk-text-muted {
        color: #999 !important;
    }

    .conbox .bottom_box small {
        font-size: 80%;
    }

    .conbox .bottom_box .uk-hr,
    .conbox .bottom_box hr {
        box-sizing: content-box;
        height: 0;
        overflow: visible;
        text-align: inherit;
        margin: 0 0 14px;
        border: 0;
        border-top: 1px solid #e5e5e5;
        margin-top: 14px;
    }
  
    /* 外层容器 */
    .position {
        /* 可添加外层容器样式 */
    }

    /* 顶部区域 */
    .position .top {
        /* 可添加顶部区域样式 */
        /* height:224px !important; */
    }

    /* 顶部内容 */
    .position .top .h_top {
        position: relative;
        top: 0;
        z-index: 25;
        display: flex;
        justify-content: space-between;
        min-width: 1184px;
        padding: 35px calc(50% - 592px) 0;
    }

    /* 顶部左侧内容 */
    .position .top .h_top .h_top_content {
        flex: 1;
        margin-right: 16px;
        padding-left: 32px;
        overflow: hidden;
    }

    /* 主要内容 */
    .position .top .h_top .h_top_content .main_content {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }

    /* 职位名称 */
    .position .top .h_top .h_top_content .main_content .name_text {
        color: #fff;
        font-weight: 600;
        font-size: 28px;
        line-height: 34px;
        max-width: 360px;
    }

    /* 薪资范围 */
    .position .top .h_top .h_top_content .main_content .salary_text {
        flex-shrink: 0;
        margin-left: 30px;
        font-weight: 500;
        font-size: 24px;
        line-height: 40px;
        font-family: kanzhun-Regular, kanzhun;
        color: #f26d49;
        vertical-align: middle;
    }

    /* 附加信息 */
    .position .top .h_top .h_top_content .fj_content {
        height: 20px;
        margin-bottom: 20px;
        color: #fff;
        font-size: 14px;
    }

    /* 分隔线 */
    .position .top .h_top .h_top_content .fj_content .split {
        display: inline-block;
        width: 1px;
        height: 12px;
        margin: 0 12px;
        background: #f0f3f7;
    }

    /* 顶部右侧内容 */
    .position .top .h_top .h_top_right {
        width: 380px;
    }

    /* 操作按钮区域 */
    .position .top .operate_box {
        margin-top: 0px;
        margin-bottom: 16px;
        text-align: right;
    }

    /* 操作按钮 */
    .position .top .operate_box a {
        display: inline-block;
        /* min-width: 160px; */
        margin-left: 12px;
        padding: 0 48px;
        color: #fff;
        font-size: 18px;
        line-height: 44px;
        text-align: center;
        border: none;
        border-radius: 12px;
    }

    /* 顶部底部内容 */
    .position .top .h_top_bottom {
        display: flex;
        justify-content: space-between;
        min-width: 1184px;
        margin-bottom: 16px;
        padding: 0 calc(50% - 592px) 20px;
    }

    /* 标签区域 */
    .position .top .labels {
        max-width: 750px;
        overflow: hidden;
    }

    /* 标签 */
    .position .top .labels span {
        height: 28px;
        line-height: 28px;
        background: rgba(255, 255, 255, .05);
        border-radius: 4px;
        font-size: 14px;
        color: #fff;
        white-space: nowrap;
        padding: 0 8px;
        border: none;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    /* 公司信息 */
    .position .job_com_info {
        border-top: 1px solid #ededed;
        padding-top: 20px;
        margin-top: 10px;
    }

    /* 公司 logo 区域 */
    .position .job_com_info .com_photo_box {
        position: relative;
        float: left;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
        border: 1px solid #f6fdfd;
        border-radius: 100%;
    }

    /* 公司 logo 图片 */
    .position .job_com_info .com_photo_box img {
        width: 56px;
        height: 56px;
        display: block;
        border-radius: 100%;
        margin-right: 0;
    }

    /* 公司名称区域 */
    .position .job_com_info .com_name_box {
        font-size: 20px;
        font-weight: 500;
        color: #222;
        line-height: 28px;
        display: flex;
        align-items: center;
    }

    /* 公司最后活跃时间 */
    .position .job_com_info .com_name_box .com_active_time {
        font-size: 14px;
        color: #999;
        line-height: 20px;
        margin-left: 16px;
        font-weight: 400;
    }

    /* 公司全称区域 */
    .position .job_com_info .com_name_name {
        font-size: 15px;
        color: #666;
        line-height: 21px;
        margin-top: 8px;
        display: flex;
        align-items: center;
    }

    /* 分隔符 */
    .position .job_com_info .com_name_name em {
        font-style: normal;
        display: inline-block;
        padding: 0 10px 0 7px;
    }
    
    ::v-deep .verify-code-area {
        display: none;
    }
    
    ::v-deep .verify-code {
        width: 130px !important;
        height: 43px !important;
        line-height: 43px !important;
        font-size: 28px !important;
        position: absolute;
        right: 0px;
        top: 0px;
        border: 0px !important;
        background: transparent !important;
    }
    
    ::v-deep .verify-btn {
        display: none !important;
    }
    
    /* 外层容器，设置内边距 */
    .paddsix {
        padding: 17.5px !important;
    }

    /* 包含标题和红点的盒子 */
    .paddsix .xc_box {
        position: relative;
        margin-bottom: 4px !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* 标题样式 */
    .paddsix .xc_box .xc_title {
        margin-bottom: 0 !important;
        margin: 0 0 14px;
        text-transform: none;
        font-size: 16px;
        line-height: 1.4;
        font-weight: 700;
    }

    /* 红点列表样式 */
    .paddsix .xc_box .reddot {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        list-style: none;
        margin: 0 0 0 -12px;
        float: right;
        max-width: 100%;
        pointer-events: none;
        margin-bottom: 0;
        transform: scale(.8);
    }

    /* 红点列表项样式 */
    .paddsix .xc_box .reddot>* {
        padding-left: 5px;
    }

    /* 红点样式 */
    .paddsix .xc_box .reddot>*>* {
        display: block;
        box-sizing: border-box;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: transparent;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        border: 1px solid hsla(0, 0%, 40%, .4);
        transition: .2s ease-in-out;
        transition-property: background-color, border-color; 
        background-color: #f1c410;
        border-color: #f1c410;
    }

    /* 二维码盒子样式 */
    .xcxqr {
        position: relative;
        text-align: center !important;
    }

    /* 二维码图片样式 */
    .xcxqr img {
        border-style: none;
        vertical-align: middle;
        max-width: 100%;
        height: auto;
        box-sizing: border-box;
        margin-bottom: 2px !important;
        margin-left: auto;
        margin-right: auto;
    }

    /* 二维码下方文本样式 */
    .xcxqr .xcxtext {
        margin-top: 14px;
        color:#333 !important;
        margin-bottom: 0;
        font-size:14px;
    }
   
    /* 登录盒子整体样式 */
    .login_box {
        margin: 0 auto;
    }

    /* 内层登录盒子样式 */
    .login_box .login_box_1 {
        position: relative;
        margin: 0 auto;
        background-color: #fff;
        background-color: var(--theme-secondary-bg);
        color: var(--theme-secondary-color);
        color: #666;
        border-radius: 6px;
        border-radius: var(--radius-md);
        overflow: hidden;
        width: 100%;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
        display: flex;
    }

    /* 登录表单样式 */
    .login_box .login_box_1 .login-form {
        margin: 0 auto;
        padding: 0;
        margin-top: 0;
        background-size: 100% 100%;
        border-radius: 10px;
        width: 100%;
    }

    /* 表单项内容样式 */
    .login_box .login_box_1 .login-form .el-form-item__content {
        background: #f6f6f8;
        border-radius: 22px;
        line-height: 34px;
    }

    /* 输入框外层容器样式 */
    .login_box .login_box_1 .login-form .el-input,
    .login_box .el-input {
        display: inline-block;
        height: 44px;
        width: calc(100% - 60px);
    }

    /* 输入框样式 */
    .login_box .login_box_1 .login-form .el-input input,
    .login_box .el-input input {
        background: transparent;
        border: 0;
        -webkit-appearance: none;
        appearance: none; /* 补充标准属性实现兼容性 */
        border-radius: 0;
        padding: 12px 5px 12px 15px;
        color: #333;
        height: 44px;
    }

    .login_box .login_box_1 .login-form .el-input input{
        display: inline-block;
        /* width: calc(100% - 80px); */
        padding-left: 0px;
    }

    .login_box .login_box_1 .login-form .el-input .el-input-group__append{
        display: inline-block;
        border:0px;
        
    }

    .login_box .login_box_1 .login-form .el-input-group--append input{
        /* width: calc(100% - 80px) !important;  */
    }

    /* 输入框自动填充样式 */
    .login_box .login_box_1 .login-form .el-input input:-internal-autofill-previewed,
    .login_box .login_box_1 .login-form .el-input input:-internal-autofill-selected,
    .login_box .el-input input:-internal-autofill-previewed,
    .login_box .el-input input:-internal-autofill-selected {
        -webkit-text-fill-color: #999999 !important;
        transition: background-color 5000s ease-in-out 0s !important;
    }

    /* 提示信息样式 */
    .login_box .tips {
        font-size: 14px;
        color: #fff;
        margin-bottom: 10px;
    }

    /* 提示信息内的第一个 span 样式 */
    .login_box .tips span:first-of-type {
        margin-right: 16px;
    }

    /* SVG 容器样式 */
    .login_box .svg-container {
        padding: 2px 5px 4px 15px;
        color: #ddd;
        vertical-align: middle;
        width: 30px;
        display: inline-block;
    }

    /* SVG 图标样式 */
    .login_box .svg-container .svg-icon {
        width: 1em;
        height: 1em;
        vertical-align: -.15em;
        fill: currentColor;
        overflow: hidden;
        font-size: 18px;
    }

    /* 标题容器样式 */
    .login_box .title-container {
        position: relative;
    }

    /* 标题样式 */
    .login_box .title-container .title {
        font-size: 26px;
        color: #fff;
        margin: 0 auto 40px auto;
        text-align: center;
        font-weight: bold;
    }

    /* 设置语言区域样式 */
    .login_box .title-container .set-language {
        color: #fff;
        position: absolute;
        top: 3px;
        font-size: 18px;
        right: 0;
        cursor: pointer;
    }

    /* 显示密码区域样式 */
    .login_box .show-pwd {
        position: absolute;
        right: 10px;
        top: 7px;
        font-size: 16px;
        color: #889aa4;
        cursor: pointer;
        user-select: none;
    }

    /* 第三方登录按钮样式 */
    .login_box .thirdparty-button {
        position: absolute;
        right: 0;
        bottom: 6px;
    }

    /* 小屏幕下第三方登录按钮隐藏 */
    @media only screen and (max-width: 470px) {
        .login_box .thirdparty-button {
            display: none;
        }
    }

    /* 表单项样式 */
    .login_box .el-form-item {
        background: #fff;
        border-radius: 5px;
        color: #999;
        margin-bottom: 10px;
    }

    /* 角色标签盒子样式 */
    .login_box .role-tabs-box {
        padding: 4px;
        border-radius: 8px;
        background: #f8f9fb;
    }

    /* 角色列表盒子样式 */
    .login_box .role-tabs-box .role-list-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    /* 角色项盒子样式 */
    .login_box .role-tabs-box .role-list-box .role-item-box {
        position: relative;
        width: 142px;
        border-radius: 4px;
        padding: 4px 0;
        font-size: 18px;
        font-weight: 700;
        line-height: 35px;
        color: #07132b;
        cursor: pointer;
        text-align: center;
        background: transparent;
        z-index: 2;
    }

    /* 选中的角色项盒子样式 */
    .login_box .role-tabs-box .role-list-box .role-item-box.selected {
        color: #ff6400;
    }

    /* 角色项选中背景样式 */
    .login_box .role-tabs-box .role-list-box .role-item-select-bg {
        position: absolute;
        border-radius: 4px;
        -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .05);
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .05);
        background: #fff;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        z-index: 1;
    }
    
    ::v-deep .verify-code-area {
        display: none;
    }
    
    ::v-deep .verify-code {
        width: 130px !important;
        height: 43px !important;
        line-height: 43px !important;
        font-size: 28px !important;
        position: absolute;
        right: 0px;
        top: 0px;
        border: 0px !important;
        background: transparent !important;
    }
    
    ::v-deep .verify-btn {
        display: none !important;
    }
    
    .el-input-group__append {
        border-left: 0 !important;
        position: absolute !important;
        right: 40px !important;
        top: 18px !important;
        border: 0px !important;
    }

    .el-input-group__append .el-input{
        width: calc(100% - 60px);
    }
    
    ::v-deep .el-checkbox__label {
        font-size: 12px
    }
    
    ::v-deep .el-tabs__nav {
        float: none;
    }
    
    ::v-deep .el-tabs__item.is-active{
        color: #FF6400;
    }
    
    ::v-deep .el-tabs__active-bar{
        background-color: #FF6400;
    }
    
    ::v-deep .el-tabs__item:hover{
        color: #FF6400;
    }
