html, body {
    position: relative;
    margin: 0 auto;
    min-height: 100%;
    min-width: 1220px;
}
#footer {
    /*min-width: 1920px;*/
    min-width: 1200px;
    width: 100%;
}
.main_container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 1000px;
    background: #fff;
}
.file_title {
    width: 400px;
    overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.files_jump {
    display: block;
}
.loading_container {
    display: none;
    background: rgba(255,255,255,0.6);
    width: 100%;
    margin: 0 auto;
    z-index: 999999;
    position: absolute;
    /* left: 360px; */
}
.loading {
    /* margin: 40px auto 570px auto; */
    height: 500px;
    width: 100%;
    background-image: url(/static/img/common/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

@keyframes light{
    0%{
        opacity: 1;
        /* zoom: 1; */
    }
    50%{
        opacity: 0.6;
    }
    100%{
        opacity: 1;
        /* zoom: 1.1; */
    }
}

.search ul li span {
    opacity: 1;
    /* zoom: 1; */
}

.search ul li .active {
    animation-name: light;
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-direction: alternate;
}

.company_cube {
    display: none;
    position: absolute;
    top: 44px;
    right: -340px;
    width: 700px;
    height: 560px;
    border: 1px solid#eee;
    background: #fff;
    z-index: 9;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px;
    overflow-y: auto;
}
.company_table_list .left-search-input {
    width: 190px;
    height: 30px;
    vertical-align: middle;
    margin-right: -1px;
    border: 1px solid #C9C9C9;
    border-radius: 4px 0 0 4px;
}
.company_table_list .right-search-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    FONT-SIZE: 12px;
    border: 1px solid #C9C9C9;
    background-color: #CC001B;
    color: #fff;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}
.company_table_list table {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.company_table_list table th {
    background-color: #eee;
    padding: 0 10px;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    height: 40px;
    line-height: 40px;
}
.company_table_list table td {
    background-color: #fff;
    padding: 0 10px;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    color: #606266;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.company_selection_btn {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    FONT-SIZE: 12px;
    border: 1px solid #C9C9C9;
    background-color: #CC001B;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
}
.pager {
    margin: 8px 0;
    text-align: center;
    list-style: none;
    /* zoom: 0.8; */
}
.company-table {
    table-layout:fixed;
}
.company_title_container {
    width: 620px;
    overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
}

/*享链弹窗*/
.xiangline_mask_btn_share {
    cursor: pointer;
}
.couplet_mask_fixed{
    /*display: none;*/
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 99;
}
.cxcp_mask_fixed {
    /*display: none;*/
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 99;
}
.popup_cx_cp{
    width: 531px;
    height: 211px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 325px auto;
    z-index: 100;
    overflow: hidden;
    border: 1px solid #EEEEEE;
}
.popup_cx_cp_title{
    width: 531px;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 1px 0px 0px #DEDEDE;
}
.popup_btn{
    width: 180px;
    height: 60px;
    line-height: 60px;
    background-color: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #CC001B;
    text-align: right;
    margin-top: 51px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.popup_btn span{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CC001B;
    line-height: 32px;
    display: inline-block;
    margin-right: 35px;
}
.popup_btn_left{
    margin-left: 70px;
    /* margin: 0; */
    margin-right: 30px;
}
.popup_btn_left:hover,.popup_btn_right:hover{
    background: #FFF5F5;
}
.popup_btn_left span:before{
    content: "";
    background-image: url(../img/index/cx.png);
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: center center;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 34px;
}
.popup_btn_right span:before{
    content: "";
    background-image: url(../img/index/cp.png);
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: center center;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 34px;
}


.couplet_popup{
    width: 1000px;
    height: 350px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 325px auto;
    z-index: 100;
    overflow: hidden;
    border: 1px solid #EEEEEE;
}
.couplet_popup_title{
    width: 1000px;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 1px 0px 0px #DEDEDE;
}
.couplet_popup_title_left{
    margin-left: 20px;
    FONT-SIZE: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    float: left;
    display: inline-block;
}
.couplet_popup_title_right{
    background-image: url("../img/index/pop_close.png");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    float: right;
    display: inline-block;
    background-position: center center;
    width: 24px;
    height: 50px;
    margin-right: 20px;
    cursor: pointer;
}
.couplet_popup .couplet_popup_content .couplet_popup_content_left{
    float: left;
    display: inline-block;
    margin: 60px 0 0 65px;
    width: 300px;
}
.couplet_popup .couplet_popup_content .couplet_popup_content_left img{
    width: 100%;
    height: 100%;
}
.couplet_popup .couplet_popup_content .couplet_popup_content_right{
    float: right;
    display: inline-block;
    margin: 50px 65px;
    width: 500px;
    FONT-SIZE: 0;
}
.couplet_popup_content_right p{
    text-indent: 2em;
    FONT-SIZE: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin: 0;
}

/* 上传组件 */
.fileLabel {
    width: 100%;
}
.Progress {
    width: 120px;
    height: 40px;
}
.Progress_over {
    FONT-SIZE: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FC853D;
    line-height: 20px;
}
.Progress_box {
    width: 120px;
    height: 12px;
    background: #FFDCCA;
    border-radius: 6px;
}
.Progress_line {
    width: 0px;
    height: 10px;
    background: linear-gradient(0deg, #FB7B33, #FFA35E);
    border-radius: 5px;
}
.fileContainer {
    position: relative;
    width: 110px;
    height: 30px;
    margin: 3px 29px;
    background: #1662D4;
    border-radius: 4px;
    text-align: center;
}
.fileContainer span {
    line-height: 30px;
    FONT-SIZE: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.fileContainer .update-input-file {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 110px;
    height: 30px;
    opacity: 0;
}
.previewContainer table {
    width: 490px;
    border-right:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6
}
.previewContainer table tr {
    height: 50px;
    line-height: 50px;
    border-color: #e6e6e6;
}
.previewContainer table th {
    background-color: #eee;
    padding: 0 10px;
    border-left:1px solid #e6e6e6;
    border-top:1px solid #e6e6e6;
}
.previewContainer table td {
    background-color: #fff;
    padding: 0 7px;
    border-left:1px solid #e6e6e6;
    border-top:1px solid #e6e6e6;
    color: #606266;
}
.file_update_btn, .file_view_btn {
    width: 72px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #4181E2;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
    color: #4181E2;
    cursor: pointer;
}
.file_view_btn {
    display: none;
    cursor: pointer;
}
.file_delete_btn {
    width: 48px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #F45858;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
    color: #F45858;
    cursor: pointer;
}


.hide {
    display: none;
}
.show {
    display: block;
}

/* 禁止选中文本 */
.usn{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
}
/* 浮动 */
.clearfix {
    zoom: 1;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
    line-height: 0;
    FONT-SIZE: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

/* 元素类型 */
.db { display: block; }
.dn { display: none; }
.di { display: inline }
.dib {display: inline-block;}
.transparent { opacity: 0 }


/*文字排版、颜色*/
.f12 { FONT-SIZE:12px }
.f14 { FONT-SIZE:14px }
.f16 { FONT-SIZE:16px }
.f18 { FONT-SIZE:18px }
.f20 { FONT-SIZE:20px }
.fb { font-weight:bold }
.fn { font-weight:normal }
.t2 { text-indent:2em }
.red,a.red { color:#cc0031 }
.darkblue,a.darkblue { color:#039 }
.gray,a.gray { color:#878787 }
.lh150 { line-height:150% }
.lh180 { line-height:180% }
.lh200 { line-height:200% }
.unl { text-decoration:underline; }
.no_unl { text-decoration:none; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
.tj { text-align: justify; text-justify: inter-ideograph; }
.wn { /* 强制不换行 */
    word-wrap:normal;
    white-space:nowrap;
}
.wb { /* 强制换行 */
    white-space:normal;
    word-wrap:break-word;
    word-break:break-all;
}
.wp { /* 保持空白序列*/
    overflow:hidden;text-align:left;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;
}
.wes { /* 多出部分用省略号表示 , 用于一行 */
    overflow:hidden;
    word-wrap:normal;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.wes-2 { /* 适用于webkit内核和移动端 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.wes-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.wes-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

/* 溢出样式 */
.ofh { overflow: hidden; }
.ofs {overflow: scroll; }
.ofa {overflow: auto; }
.ofv {overflow: visible; }

/* 定位方式 */
.ps {position: static; }
.pr {position: relative;zoom:1; }
.pa {position: absolute; }
.pf {position: fixed; }


/* 垂直对齐方式 */
.vt {vertical-align: top; }
.vm {vertical-align: middle; }
.vb {vertical-align: bottom; }


/* 鼠标样式 */
.csd {cursor: default; }
.csp {cursor: pointer; }
.csh {cursor: help; }
.csm {cursor: move; }

/* flex布局 */
.df-sb {
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.df-sa {
    display:flex;
    align-items: center;
    justify-content: space-around;
}

/* 垂直居中 */
.df-c {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tb-c {
    text-align:center;
    display:table-cell;
    vertical-align:middle;
}
.ts-c {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
}
.ts-mc {
    position: absolute;
    left: 0;right: 0;
    bottom: 0; top: 0;
    margin: auto;
}

/* 辅助 */
.mask-fixed-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    left:0;top:0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
}
.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bg-cover-all {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
/*加载中_居中显示*/
.loading_center{
    position: fixed;
    top: 50%;
    left: 50%;
    transform:translateX(-50%) translateY(-50%);
    z-index: 9999999;
    height: 50px;
    width: 50px;
    background-image: url("../img/common/loading.gif");
    background-repeat: no-repeat;
    background-position: center center;
}
/*未认证图片*/
.not_certified{
    cursor: pointer;
}
/*表单输入提示*/
.form_tip{
    clear: both;
    color: rgb(217,83,79);
    font-size: 12px;
    width: 490px;
    text-align: left;
    animation-name: light;
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-direction: alternate;
}

