<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.invite {
    overflow: hidden;
}

div.breadcrumb {
    margin-top: 20px;
}

div.invite&gt;.left {
    width: 860px;
    float: left;
    margin-bottom: -10000px;
    padding-bottom: 10000px;
}

div.invite&gt;.right {
    width: 300px;
    float: right;
    margin-bottom: -10000px;
    padding-bottom: 10000px;
}

div.invite&gt;.left&gt;.title {
    font-size: 16px;
    font-weight: bold;
    background: #f2f2f2;
    line-height: 40px;
    padding: 0 10px;
    margin-top: 10px;
}


div.pages {
    margin-bottom: 0;
}
.invite_search_wrapper{
    padding:24px 0;
    border-bottom:1px solid #ebebeb;
}
.invite_search_wrapper .drop-down{
    position:relative;
    width:158px;
    height:42px;
    line-height: 40px;
    border:1px solid #ebebeb;
    padding:0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float:left;
    margin-right: 10px;
    border-radius:3px;
    z-index:3;
}
.invite_search_wrapper .drop-down input{
    width: 100%;
    line-height: 40px;
    height: 30px;
    background:none;
    outline: none;
    border:none;
}
.drop-down .sj {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #999999 transparent transparent transparent;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: all 0.2s;
    margin-top: 3px;
}

.drop-down .sj.on{
    transform: translateY(-50%) rotate(-180deg);
    transition: all 0.2s;
    margin-top: -3px;
}

div.filter-masker{
    position:fixed;
    z-index:1;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background: rgba(0, 0, 0, 0.01);
    opacity: 0.01;
    filter: alpha(opacity=1);
}

.invite_search_wrapper .drop-down div.wrapper{
    position:absolute;
    top:50px;
    left:0;
    width: 100%;
    display: none;
}
.invite_search_wrapper .drop-down ul{
    min-width: 100%;
    /* height: 246px; */
    /* overflow-y: auto; */
    background-color: #fff;
    z-index: 10;
    line-height: 36px;
    /*padding: 5px 0;*/
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    /*display: none;*/
    border-radius:3px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.12);
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
}

.invite_search_wrapper .drop-down ul.sub-list{
    height: 246px;
    position:absolute;
    left: 100%;
    left: calc(100% - 1px);
    top:0;
    display: none;
}

.invite_search_wrapper .drop-down ul::-webkit-scrollbar {
    display: none;
}
.invite_search_wrapper .drop-down ul li{
    padding: 0 14px;
    white-space: nowrap;
    cursor: pointer;
    height:46px;
    line-height: 46px;
    border-bottom:1px  solid #ebebeb;
}
.invite_search_wrapper .drop-down ul li:last-child{
    /*border-bottom:none;*/
}
.invite_search_wrapper .drop-down ul&gt;li.on &gt; span,
.invite_search_wrapper .drop-down ul&gt;li:hover &gt; span{
    color: #eb6100;
}

/*
.invite_search_wrapper .drop-down ul ul{
    left: 100%;
    top:0;
}

*/

/*invitelist*/

.invite-list {
    overflow: hidden;
    margin-bottom: 30px;
}

.invite-list .item {
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
}
.invite-list .item &gt;a{
    display: block;
}

.invite-list .item&gt;a.title {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

.invite-list .item&gt;a.title span,.invite_detail .title h1 span{
    font-weight: normal;
    color: #eb6100;
    font-size: 12px;
    display: inline-block;
    padding: 0 9px;
    border-radius:9px;
    border:1px solid #eb6100;
    margin-left:4px;
}
.invite-list .item&gt;a.title span.used{
     border:1px solid #999;
     color: #999;
}
.invite-list .item .bottom{
    margin-top: 20px;
}
.invite-list .item .bottom .tag-wrapper span{
    color: #666666;
    font-size: 14px;
    display: inline-block;
    padding: 0 6px;
    border-radius:3px;
    background:#f8f8f8;
    line-height: 26px;
    height:26px;
    display: inline-block;
    margin-right: 10px;
    max-width:200px;
    overflow:hidden;
}
.invite-list .item .bottom .date{
    color: #999;
    line-height: 26px;
    font-size: 14px;
}

/*test list*/


div.invite&gt;.right {
    margin-top: 40px;
    overflow: hidden;
}

div.invite&gt;.right&gt;.title {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    padding-left: 10px;
    margin-top: 20px;
}

div.invite&gt;.right&gt;.title:before {
    display: block;
    content: '';
    width: 4px;
    height: 16px;
    background: #eb6100;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.article-list{
    border:1px solid #ebebeb;
    padding:10px 10px;
}
.article-list li a {
    display: block;
    line-height: 36px;
    font-size: 14px;
}

.article-list li a span {
    display: inline-block;
    line-height: 16px;
    height: 16px;
    padding: 0 4px;
    margin-right: 10px;
    background: #eb6100;
    color: #ffffff;
    font-size: 12px;
    border-radius: 4px;
}

.article-list li a span.bg-gray {
    background-color: #cccccc;
}


.invite_detail .title{
    padding:30px 0;
    border-bottom:1px solid #ebebeb;
    position:relative;
}
.invite_detail .title h1{
    font-size: 24px;
    width:760px;
    line-height: 32px;
    float:left;
}
.invite_detail .title h1 span{
    line-height: 22px;
    border-radius:11px;
}
.invite_detail .title a.apply-job{
    min-width:90px;
    line-height: 30px;
    padding:0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #eb6100;
    color: #eb6100;
    border-radius:15px;
    text-align:center;
    position:absolute;
    right: 0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.invite_detail .type{
    padding:20px 0;
    border-bottom:1px solid #ebebeb;
}
.invite_detail .type li{
    width:33.3%;
    float:left;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin-bottom: 6px;
}
.invite_detail .content_body{
    border-bottom:1px solid #ebebeb;
    padding-bottom: 30px;
}
.invite_detail .content_body h3{
    margin:26px 0 20px;
    font-size: 15px;
    font-weight: bold;
}
.invite_detail .content_body p{
    font-size: 15px;
    color: #666;
    line-height: 28px;
}

.invite_detail .load_resume{
    padding:38px 0 34px;
    border-bottom:1px solid #ebebeb;
}
.invite_detail .load_resume .load_resume_btn{
    display: inline-block;
    min-width: 90px;
    line-height: 30px;
    border: 1px solid #eb6100;
    padding:0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #eb6100;
    border-radius: 15px;
    text-align: center;
}
.invite_detail .load_resume &gt;p{
    color: #eb6100;
    font-size: 14px;
    margin-top: 12px;
}
.invite_detail .apply_job{
    display: block;
    width: 120px;
    line-height: 40px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    margin:40px auto;
    background-image:linear-gradient(180deg,#ff7c20,#fb5e2d);
}


.apply_pop.layui-layer{
    border-radius:12px;
}
.write_apply_wrapper{
    display: none;
}
.write_apply{
    /* margin:0 auto;
    width:500px; */
    padding:30px 55px;
    box-sizing:border-box;
}
.write_apply &gt;.tit{
    border-bottom:1px solid #ebebeb;
    padding-bottom: 20px;
}
.write_apply &gt;.tit &gt;.fl{
    font-size: 24px;
    line-height: 24px;
}
.write_apply &gt;.tit &gt;.close{
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
.write_apply .wrapper{
    margin-top: 30px;
}
.write_apply .item{
    margin-bottom: 16px;
}
.write_apply .item &gt;label{
    display: block;
    width:80px;
    line-height: 40px;
    height:40px;
    float:left;
}
.write_apply .item &gt;input{
    display: block;
    line-height: 40px;
    height:40px;
    border:1px solid #ebebeb;
    width:303px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 10px;
    border-radius:3px;
    float:left;
}
.write_apply .item &gt;button{
    display: block;
    line-height: 40px;
    height:40px;
    width:303px;
    color: #666;
    border-radius:3px;
}
.write_apply .item &gt; img{
    width:80px;
    height:40px;
    margin-left: 12px;
}
.write_apply .item .submit_apply{
    margin-left: 80px;
    color: #fff;
    background-color:#eb6100;
}</pre></body></html>