@import "//at.alicdn.com/t/font_3054568_yxcz80k88v8.css";
/*
* Reset CSS
*/
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background-color: #FFFFFF;
    color: #333;
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 24px;
    text-rendering: optimizeLegibility;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
}

p {
    margin: 0 0 10px;
}

img {
    display: block;
    max-width: 100%;
    vertical-align: middle;
}

ul, ol, dl {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*lazyload*/
.lazyload:not(.visible), .lazyloading:not(.visible) {
    opacity: 0.85;
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

/*visible*/
.visible {
    visibility: visible !important;
}

.load-status {
    display: block;
    text-align: center;
    line-height: 49px;
    color: #666;
    font-size:14px;
}

/*
* Site CSS
*/
.site {
    position: relative;
    padding-bottom: 60px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.site-header {
    background-color: #fff;
}

.navbar {
    display: flex;
    align-items: center;
    height: 80px;
    position: relative;
    justify-content: inherit;
}

.navbar .nav-list{ margin-left: -6px;}

.navbar .menu-item {
    display: inline-block;
    position: relative;
}

.navbar .menu-item a {
    font-weight: 700;
    font-size: 16px;
    display: block;
    padding: 10px 6px;
    color: #666;
}

.navbar .menu-item.current-menu-item a {
    font-size: 20px;
    color: #000;
}

.navbar .menu-item.current-menu-item a:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    width: calc(100% - 7px);
    margin-left: -2px;
    height: 4px;
    border-radius: 2px;
    background-color: #c269a1;
}

.navbar .actions {
    position: relative;
    display: flex;
    -webkit-box-flex: 1;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}

.navbar .actions .login-btn {
    background-color: #f6f6f6;
    padding: 5px 8px;
    border-radius: 20px;
}

.navbar .actions .login-btn i {
    padding-right: 2px;
}

.site-content {
}

.search form {
    display: flex;
}

.search .ipt-wrap {
    background-color: #f6f6f6;
    border-radius: 20px;
    flex: 1;
    padding-left: 30px;
    position: relative;
}

.search .ipt-wrap > i {
    position: absolute;
    left: 10px;
    top: 6px;
}

.search .ipt-wrap .ipt-search {
    border: none;
    outline: none;
    width: 100%;
    background: none;
    height: 37px;
    line-height: 32px;
}

.search .btn {
    border-radius: 25px;
    border: none;
    width: 80px;
    background-color: #c269a1;
    color: #fff;
    margin-left: 8px;
}

.search .btn i {
    margin-right: 4px;
}

.slider {
    margin-top: 10px;
}

.slider .slider-item img {
    border-radius: 5px;
    width: 100%;
}

.topic {
    margin-top: 10px;
}

.topic ul {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
}

.topic ul li {
    list-style: none;
    width: 25%;
    text-align: center;
    margin-bottom: 15px;
}

.topic ul li a {
    position: relative;
    text-align: center;
    font-size: 14px;
}

.topic ul li a i {
    display: block;
    color: #c269a1;
    background-color: #fbf5f9;
    font-size: 29px;
    width: 50px;
    height: 50px;
    border-radius: 32px;
    margin: 0 auto 4px;
    padding: 14px 0;
}

.dynamic {
    margin-top: 10px;
    margin-bottom: 18px;
}

.dynamic .sub-name {
    font-weight: 600;
    padding: 0 24px 0 6px;
}

.dynamic .dynamic-container {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
    display: flex;
    padding: 6px 8px;
}

.dynamic .scroll-dynamic {
    flex: 1;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
}
.dynamic .scroll-dynamic ul li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dynamic .scroll-btn{
    padding:0 6px
}
.dynamic .scroll-btn i{
    color: #c269a1;
    font-size: 20px;
}

.video-box {
    margin-top: 10px;
}

.video-box .sub-name h2 {
    font-size: 18px;
    color: #000000;
}

.video-box .sub-name i {
    color: #c269a1;
    font-size: 22px;
    margin-right: 4px;
    font-weight: normal;
    vertical-align: text-top;
}

.video-box-carousel .video-bg {
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 768px) {
    .video-box-carousel .video-bg {
        height: 150px;
    }
}

.video-box-carousel .video-block {
    bottom: 0;
    left: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px;
    /*background: linear-gradient(to bottom, rgba(35, 38, 62, .20) 40%, rgba(35, 38, 62, 0.21) 35%, rgb(0 0 0 / 51%) 60%, rgb(21 21 33 / 91%) 100%);*/
}

.video-box-carousel .video-block:after{
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 10px 0px 10px 20px;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -10px;
}

.video-box-carousel .video-content {
    width: 100%;
    text-align: center;
}

.video-box-carousel .video-title {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 30px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner {
    margin-top: 10px;
    margin-bottom: 16px;
}

.banner img{
    width: 100%;
    border-radius: 10px;
}

.job-recommend {
    margin-top: 10px;
    background-color: #f7f7f7;
}
.job-recommend .sub-name{
    background-color: #fff;
}
.job-recommend .sub-name h2 {
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.job-recommend .sub-name i {
    color: #c269a1;
    font-size: 22px;
    margin-right: 4px;
    font-weight: normal;
    vertical-align: text-top;
}

.filter {
    height: 50px;
    line-height: 50px;
}
.filter .container{
    display: flex;
}

.filter .filter-links{
    flex: 1;
}
.filter .filter-links ul li{
    float: left;
    margin-right: 20px;
}
.filter .filter-links ul li.current a{
    font-weight: 700;
}
.filter .filter-area{

}

.filter .filter-area span{
    background: #f6f6f6;
    border-radius: 5px;
    padding: 4px 12px;
    margin-left: 4px;
}
.filter .filter-area span:after {
    border-bottom: 5px solid #c7c7c7;
    border-left: 5px solid transparent;
    border-top: none;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    transform: rotate(0);
    position: relative;
    top: 1px;
    left: 3px;
    transition: all .3s ease 0s;
}

.job-list {
    background-color: #f7f7f7
}

.job-list ul .item {
    display: inline-block;
    padding-top: 18px;
    padding-bottom: 17px;
    margin-top: 6px;
    height: auto;
    background: #fff
}

.job-list .item .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px
}

.job-list .item .title-text {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 25px;
    padding-right: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all
}

.job-list .item .title .salary {
    font-size: 17px;
    color: #37c2bc;
    line-height: 22px;
    flex-shrink: 0;
    font-weight: 700;
}

.job-list .item .name {
    display: flex;
    margin-bottom: 9px
}

.job-list .item .name span {
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 20px;
    margin-right: 10px
}

.job-list .item .labels {
    display: flex;
    margin-bottom: 11px;
    flex-wrap: wrap
}

.job-list .item .labels span {
    display: inline-block;
    padding: 3px 7px;
    font-size: 12px;
    color: #666;
    line-height: 17px;
    background: #f5f5f5;
    border-radius: 3px;
    margin-right: 6px;
    margin-bottom: 5px
}

.job-list .item .recruiter {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.job-list .item .recruiter .user-wrap {
    display: flex;
    align-items: center
}

.job-list .item .recruiter img {
    margin: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #40e0d0;
    margin-right: 8px
}

.job-list .item .recruiter .name {
    font-size: 12px;
    color: #333;
    line-height: 17px;
    margin-bottom: 0
}

.job-list .item .recruiter .area {
    font-size: 13px;
    color: #999;
    line-height: 30px;
    text-align: center;
    float: right
}
.job-list .more{
    background-color: #fff;
    margin-top:6px;
}
.job-list .more a {
    display: block;
    text-align: center;
    line-height: 49px;
}


.resume-list {
    background-color: #f7f7f7
}

.resume-list ul .item {
    display: inline-block;
    padding-top: 18px;
    margin-top: 6px;
    height: auto;
    background: #fff
}

.resume-list .item .avatar {
    float: left;
    width: 48px;
    text-align: center;
    height: 49px;
    position: relative;
}
.resume-list .item .avatar img {
    width: 48px;
    height: 48px;
    border-radius: 24px;
}

.resume-list .item .avatar i{
    display: block;
    color: #fff;
    font-size: 12px;
    width: 16px;
    height: 16px;
    line-height: 17px;
    border-radius: 8px;
    padding: 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-text-size-adjust: none;
    -webkit-transform : scale(0.75,0.75);
}

.resume-list .item .avatar i.icon-male{
    background-color: #89d1ff;
}

.resume-list .item .avatar i.icon-female{
    background-color: #ff7797;
}

.resume-list .item .basic-info{
    position: relative;
    margin: 0 0 0 62px;
    height: 49px;
    margin-bottom: 14px;
}

.resume-list .item .basic-info .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px
}

.resume-list .item .basic-info .title-text {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 25px;
    padding-right: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all
}

.resume-list .item .basic-info .title .salary {
    font-size: 17px;
    color: #37c2bc;
    line-height: 22px;
    flex-shrink: 0;
    font-weight: 700;
}

.resume-list .item .basic-info .meta{
    display: flex;
    line-height: 19px;
    align-items: center;
}

.resume-list .item .basic-info .meta span{
}

.resume-list .item .basic-info .meta span.s1{
    color: #666;
    font-size: 12px;
}

.resume-list .item .basic-info .meta span.s2 {
    display: inline-block;
    width: 1px;
    height: 9px;
    background: #ddd;
    margin: 0 9px;
    position: relative;
    top: 1px;
}

.resume-list .item .intent {
    padding: 9px 0;
    line-height: 19px;
    border-top: 1px solid #f5f5f5;
    color: #666;
    font-size: 12px;
    position: relative;
}

.resume-list .item .intent .t1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.resume-list .item .intent .t1 i{
    font-size: 14px;
    margin-right: 4px;
}

.news-list {
    background-color: #f7f7f7;
}

.news-list ul .item {
    display: inline-block;
    padding-top: 18px;
    padding-bottom: 17px;
    margin-top: 6px;
    height: auto;
    background: #fff
}

.news-list .item .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px
}

.news-list .item .title-text {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 25px;
    padding-right: 20px;
}

.news-list .item .meta{
    display: flex;
    line-height: 19px;
    align-items: center;
}

.news-list .item .meta span{
    font-size: 12px;
    color: #999;
    margin-right: 10px;
}
.news-list .item .meta i {
    font-size: 14px;
    margin-right: 4px;
}

.news-detail{
    padding: 20px 0;
}

.news-detail .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    line-height: 30px;
}

.news-detail .meta-img {
    float: left;
    width: 48px;
    text-align: center;
    height: 49px;
}

.news-detail .meta-img img {
    width: 48px;
    height: 48px;
    border-radius: 24px;
}

.news-detail .meta-content {
    position: relative;
    margin: 0 0 0 62px;
    height: 49px;
    margin-bottom: 14px;
}
.news-detail .meta-content i {
    font-size: 14px;
    margin-right: 4px;
}
.news-detail .meta-author {
    font-size: 14px;
    font-weight: 700;
    display: block;
}
.news-detail .meta-date, .news-detail .meta-views{
    font-size: 12px;
    color: #999;
    display: inline-block;
    margin-right: 6px;
}

.news-detail .content{
    line-height: 26px;
}

.news-detail .content img{
    max-width: 100% !important;
    height: auto !important;
}

.news-detail .content div, .news-detail .content p{
    max-width: 100% !important;
}

.video-list .video-item {
    position: relative;
    margin-top: 6px;
}

.video-list .video-bg {
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 768px) {
    .video-list .video-bg {
        height: 150px;
    }
}

.video-list .video-block {
    bottom: 0;
    left: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px;
    /*background: linear-gradient(to bottom, rgba(35, 38, 62, .20) 40%, rgba(35, 38, 62, 0.21) 35%, rgb(0 0 0 / 51%) 60%, rgb(21 21 33 / 91%) 100%);*/
}

.video-list .video-block:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 15px 0px 15px 30px;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -15px;
}

.video-list .video-content {
    width: 100%;
}

.video-list .video-title {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 30px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.data-tips {
    text-align: center;
    min-height: 340px;
    padding: 100px 0;
    position: relative;
    color: #999;
    background: #fff;
}

.data-tips img {
    max-width: 96px;
    display: inline;
}



.site-footer{
    background: #f7f7f7;
    padding: 20px 0;
}

.site-footer .beian{
    font-size: 12px;
    color: #999;
    line-height: 22px;
    text-align: center;
}

.menubar{
    position: fixed;
    bottom: 0;
    z-index: 998;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 24px;
    box-shadow: 0 -1px 5px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
}

.menubar ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.menubar ul li{
    flex: 1;
    text-align: center;
}
.menubar ul li a{
    display: block;
    color: #999;
    padding-top: 6px;
}

.menubar ul li.current a{
    color: #000;
}

.menubar ul li a i {
    display: block;
    color: #999;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    border: 2px solid #999;
    border-radius: 18px;
    margin: 0 auto 0;
    padding: 0 0;
}
.menubar ul li.current a i{
    border-color: #fcd201;
    background-color: #fcd201;
    color: #000;
}

.menubar ul li .icon-home:before{
    content: "\e61e";
}

.menubar ul li .icon-job:before {
    content: "\e61d";
}

.menubar ul li .icon-resume:before {
    content: "\e62a";
}

.menubar ul li .icon-my:before {
    content: "\e627";
}

.menubar ul li.current .icon-home:before{
    content: "\e631";
}

.menubar ul li.current .icon-job:before {
    content: "\e630";
}

.menubar ul li.current .icon-resume:before {
    content: "\e637";
}

.menubar ul li.current .icon-my:before {
    content: "\e638";
}