body {margin:0 auto;}
body,html{
    width: 100%;
    height: 100%;
    font-family: "微软雅黑";
}
a{color:inherit;text-decoration: none;}
ul,li{list-style: none;margin:0;padding:0;}

/*=============第一页=============*/
.header{
    margin:0 auto;
    width:100%;
    height:100vh;
    background-color:#000;
    position:relative;
}
.header canvas {
    width:100%;
    height:100%;/*默认全屏显示 可自己设置高度640px*/;
    display:inline-block;
    vertical-align:baseline;
    position:absolute;
    z-index:-1;
}
.header .canvaszz{  /*用来解决视频右键菜单，用于视频上面的遮罩层*/
    width:100%;
    background-image: url(../img/in_top_bj.png);
    background-size: 100% 100%;
    height:100%;
    position:absolute;
    z-index:10;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.audio{
    /*设置音乐显示位置*/
    width:45px;
    position:fixed;top:65px;left:94%;
    z-index:100;
    filter:alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
.header .top_logo{
    background-image: url(img/top_logo.png);
    margin:0 auto;
    width:750px;
    height:200px;
    position:absolute;
    z-index:30;
    top:10px;
    left: 50%;
    margin-left: -390px;
}
.header>.head{
    position:absolute;
    top:0;
    width:100%;
    z-index:2222;
}
.top-live{
    height:30px;
    line-height:30px;
    position:absolute;
    z-index:30;
    top:10px;
    left: 15px;
}
.top-live>img,.top-live>span{
    float:left;
}
.top-live>img{
    /*width:100%;*/
    height:100%;
}
.top-live>span{
    color:#999;
}
.nav-content{
    position:absolute;
    top:20px;
    right:20px;
    color:#888;
}
.nav-content a{
    margin-right: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
}
.nav-content a>img{
    transform-style: unset;
    margin-right:5px;
    width: 26px;
    height: 26px;
    border-radius: 100%;
}
span.txtspace{
    margin:0 15px;
    font-size:14px;
}
.nav-content>ul>li>a>span.navtxt{
    height:14px;
    line-height:1;
    float:left;
    font-size:14px;
    color:#aaa;
}
.header .nav{
    width:804px;
    height:auto;
    position:absolute;
    z-index:30;
    top:420px;
    left: 50%;
    margin-left: -400px;
}
.header .nav a.gv {
    text-decoration:none;
    background:url(img/nav_gv.png) repeat 0px 0px;
    width: 130px;
    height: 43px;
    display: block;
    text-align:center;		/*水平居中*/
    line-height:43px;  /*上下居中*/
    cursor:pointer;
    float:left;/*左浮动*/
    margin:8px 2px 8px 2px;
    font:18px/43px 'FangSong'; color:#066197;
}
.header .nav a.gv span {
    display: none;

}
.header .nav a.gv:hover {
    background: url(img/nav_gv.png) repeat 0px -43px;
    color:#1d7eb8;
    -webkit-box-shadow: 0 0 6px #1d7eb8;
    transition-duration: 0.5s;
}

.header	.topcn{
    width: 522px;
    height: 95px;
    top:50%;
    left: 50%;
    margin-top: -47px;
    margin-left: -295px;
    position:absolute;
    z-index:20;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
.topcn>img{width:100%;}
.names_list{
    position: absolute;
    width: 1200px;
    height: 680px;
    left: 50%;
    top: 50%;
    margin-left: -600px;
    margin-top: -340px;
}

.names_list li{
    color:#fff;
    display: inline-block;
    position: absolute;
}


/*通知区域*/
.header .___notice{
    transform-style: unset;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 12px;
    /*background: #ffffff;*/
    width: 900px;
    bottom: 0;
    left: 50%;
    margin-left: -450px;
    position: absolute;
    padding: 10px;
    border-radius: 3px;
    color: #666666;
    z-index: 12;
}
.header .___notice img{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.header .___notice .t{
    color: #ff7c21;
    margin-right: 10px;
}
.header .___notice span.money{
    color: #ff7c21;
}
.header .___notice i{
    font-size: 14px;
    cursor: pointer;
}

/*职位区域*/
.offer_module{
    background: #101012;
    padding: 30px 0;
    transform-style: unset;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.position{
    width: 1200px;
    min-height: 648px;
    margin: 0 auto;
}
.position .___right{
    width: 30%;
}
.position .___offer,
.position .___module{
    background: #ffffff;
    border-radius: 3px;
}
.position h2{
    margin: 0;
    font-size: 14px;
    border-bottom: 2px solid #ff7c21;
    display: inline-block;
    padding: 5px;
    font-weight: 500;
}
.position .tab .___row{
    padding: 3px 15px;
    color: #888888;
    cursor: pointer;
    border-bottom: 2px solid #ffffff;
    margin-right: 10px;
}
.position .tab .___row.active,
.position .tab .___row:hover{
    border-bottom: 2px solid #ff7c21;
    color: #333333;
    font-weight: bold;
}
.position .list__row{
    padding: 10px 0;
}
.position .list__row:last-child{
    border-bottom: none;
}
.position .list__row .avatar img{
    border: 2px solid #ff7c21;
    border-radius: 100%;
}
.position .list__row  .base-info{
    width: 40%;
}
.position .___module table{
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0 0;
}
.position .___module tr:nth-child(2n+1),
.position .___module tr:nth-child(2n+1) th{
    background: #f5f5f5;
}
.position .___module th,
.position .___module td{
    padding: 11px 0;
    text-align: center;
}
.position .___module th{
    font-weight: 500;
}
.position .___module td{
    color: #666666;
    padding: 8px 0;
}
.position .___module .offerLabel{
    color: #ffffff;
    padding: 0 5px;
    font-size: 12px;
    white-space: nowrap;
}
.position .___module .offerLabel.red{
    background: #f92869;
}
.position .___module .offerLabel.org{
    background: #ff543a;
}
.list.of{
    transform-style: unset;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 12px;
    min-height: 650px;
}
.list.of .list__row{
    padding: 10px 20px;
}
.list.of .list__row:first-child{
    padding-top: 30px;
}
.list.of .title{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    transform-style: unset;
}
.list.of .salary{
    margin-top: 5px;
}
.list.of .brokerage h1{
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}
.list.of .bili{
    font-size: 12px;
    margin-top: 5px;
}
.list.of .label{
    margin-top: 5px;
}
.list.of .label .tag-label{
    background: #ffffff;
    border: 1px solid #dddddd;
    color: #676767;
}
.list.of .code{
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.list.of .el-icon-caret-bottom{
    color: #dddddd;
}

/*--登陆界面--*/
.lg-content {
    position: absolute;
    width: 450px;
    height: auto;
    top: 15vh;
    left: 50%;
    margin-left: -225px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    color: #999;
    padding-top: 43px;
}

.lgrole {
    display: none;
}

.lg-title{
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-align: center;
    padding-bottom: 43px;
}

.lg-tab {
    overflow: hidden;
    padding: 0 20px;
    display: flex;
    padding-bottom: 14px;
    border-bottom: 2px solid #F6F6F6;
}
.lg-tab .lg-tab-item-split{
    width: 1px;
    height: 14px;
    background: #C3BFBF;
}


.lg-tab-item {
    flex: 1;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.lg-tab-item:last-child {
    border-left: none;
}

.lg-tab-item.active {
    color: #FF7B03;
}

.lg-wrap{
    padding: 18px 24px;
    padding-bottom: 0;
}

.lg-wrap .lg-item{
    gap: 20px;
    width: 100%;
    height: 41px;
    background: rgba(0,0,0,0);
    border-radius: 21px;
    border: 1px solid #D4D4D4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    box-sizing: border-box;
}

.lg-wrap .lg-item input{
    flex: 1;
    height: calc(100% - 2px);
    border: none;
    outline: none;
}

.lg-wrap .lg-item .lg-item-split{
    width: 1px;
    height: 100%;
    background: #D4D4D4;
}

.lg-wrap .lg-item-check{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lg-wrap .lg-item-check span{
    cursor: pointer;
    color: #6C6C6C;
}

.lg-wrap .lg-item-check .el-checkbox__inner{
    border-color: #B1B1B1 !important;
}

.lg-wrap .lg-item-check .is-checked .el-checkbox__inner{
    background-color: #67C23A !important;
    border-color: #67C23A !important;
}

.lg-wrap .lg-item-check .el-checkbox__label{
    color: #6C6C6C !important;
}

.selRole {
    height: 38px;
    padding: 0 10px;
    box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #dfdfdf;
    width: 100%;
    color: #999;
    font-family: "微软雅黑";
}

.lg-tab > ul > li + li {
    border-left: none;
}

.lg-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.lg-close img{
    width: 16px;
    height: 16px;
}

.lg-sub{
    border: none;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(109deg, #FFAD3D, #FF7B03);
    border-radius: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 15px;
}

.lg-reg{
    font-weight: 400;
    font-size: 12px;
    color: #6C6C6C;
    text-align: center;
}

.lg-reg a{
    font-weight: 400;
    font-size: 12px;
    color: #FE7900;
    margin-left: 6px;
    text-decoration: underline;
}

.verifycode {
    cursor: pointer;
}

.saying {
    text-align: center;
    margin-top: 5px;
}

.pagination{
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.pagination li{
    padding: 0 4px;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 5px;
    background-color: #f4f4f5;
    min-width: 30px;
    border-radius: 2px;
}
.pagination li a{
    color: #606266;
}
.pagination li.active{
    background-color: #409EFF;
    color: #fff;
}
.footer{
    background: #040404;
    transform-style: unset;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}
.list__row .base-info .tongji{
    transform-style: unset;
}
