/*共享人才左侧*/
.channel .related-header {
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    color: #333;
    margin-bottom: 16px;
    text-align: center
}
.channel{
    padding-bottom: 20px;
}
.logo {
    display: block;
    width: 110px;
    height: 28px;
    line-height: 0;
    background: url(../images/logo.png) no-repeat left top;
    background-size: 100%;
}
/*共享工作*/
.work_channel {
    width: 110px;
    padding-bottom: 20px;
}
.work_channel ul {
    margin-top: 16px;
}
.work_logo {
    display: block;
    width: 110px;
    height: 28px;
    line-height: 0;
    background: url(../images/work_logo.png) no-repeat left top;
    background-size: 100%;
}
.life_logo {
    display: block;
    width: 110px;
    height: 28px;
    line-height: 0;
    background: url(../images/life_logo.png) no-repeat left top;
    background-size: 100%;
}

.channel-fixed {
    position: fixed;
    top: 10px;
    z-index: 30
}
.channel ul {
    margin-top: 16px;
}

.channel-item {
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    margin-bottom: 2px;
    border-radius: 4px;
    transition-property: color, background-color;
}

.channel-item:hover {
    background: linear-gradient(to right, #3783fd, #7c55fe);;
    color: #fff;
    text-decoration: none !important;
}

/*顶部黑条*/
.gxsh_header {
    width: 100%;
    min-width: 1220px;
    height: 34px;
    line-height: 32px;
}

.header_right a {
    color: #fff;
}

.header_right a:hover {
    color: #3783fd;
}

.header_right .download-app, .header_left .download-app {
    padding: 0 10px;
    display: inline-block;
}

.download-app i {
    font-style: normal;
    color: #fff;
    font-family: 'icon';
    font-size: 16px;
    letter-spacing: 4px;
    vertical-align: middle;
}

.container .index-right-bar {
    width: 340px
}

.container .index-right-bar .search-wrapper {
    margin-bottom: 16px
}

.container .index-right-bar .news-struct {
    height: 386px
}

.upload-box {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative
}

.upload-box .title-input {
    width: 100%;
    height: 100px;
    display: block;
    font-size: 14px;
    line-height: 1.4;
    padding: 13px 19px;
    border: 0;
    outline: 0;
    resize: none;
    background-color: #f4f5f6;
    transition: all .5s;
    animation-duration: .8s;
    animation-fill-mode: both
}

.upload-box .title-input.warning {
    background-color: #fff7f8;
    color: #c91032;
    animation-name: shake
}

.upload-box .words-number {
    position: absolute;
    z-index: 3;
    bottom: 50px;
    right: 10px;
    display: inline-block;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50px;
    padding: 0 8px;
    color: #fff
}

.upload-footer {
    border-top: 1px solid #e8e8e8;
    min-height: 40px
}

.upload-footer .fr {
    text-align: right
}

.upload-footer .fr .iconfont {
    color: #000;
    line-height: 39px;
    vertical-align: middle;
}

.upload-footer .show-uploader {
    color: #222;
    font-size: 14px;
    line-height: 39px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
    cursor: pointer;
}

.upload-footer .show-uploader i {
    margin-right: 3px
}

.upload-footer .show-uploader i,
.upload-footer .show-uploader span {
    display: inline-block;
    vertical-align: middle;
    text-indent: 2em;
}

.upload-footer .msg-tip {
    color: #3783fd;
    font-size: 12px;
    margin-right: 10px
}

.upload-footer .upload-publish {
    display: inline-block;
    width: 120px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.upload-footer .upload-publish.active {
    opacity: 1
}


.tt-autocomplete {
    position: relative;
    display: inline-block;
    width: 100%
}

.tt-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #bfcbd9;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 10px 15px;
    color: #fff;
}


.tt-input__inner {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f4f5f6;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #e8e8e8;
    display: block;
    height: 40px;
    outline: 0;
    padding: 3px 10px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%
}

.tt-input-group {
    line-height: normal;
    display: inline-table;
    width: 100%;
    border-collapse: separate
}

.tt-input-group__append {
    color: #97a8be;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    width: 1%;
    white-space: nowrap;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.tt-button {
    display: block;
    border-color: transparent;
    background-color: transparent;
    border-top: 0;
    border-bottom: 0;
    width: 100%;
}

.tt-button span {
    color: #fff;
}

.search-wrap .tt-input-group__append {
    color: #fff;
    position: relative;
    left: -1px;
}

.search-wrap .tt-input__inner {
    height: 44px
}

.search-wrap .tt-input__inner:focus,
.search-wrap .tt-input__inner:hover {
    border-color: #3783fd;
}
.feed_article{

}
.single-mode {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
}

.single-mode-rbox {
    flex: 1;
}

.single-mode-lbox img{
    width: 158px;
    height: 102px;
    object-fit: cover;
}
.single-mode-inner{
    width: 100%;
    vertical-align: middle;
}
.single-mode-inner h2{
    margin-bottom: 20px;
}
.tag-style-hot {
    border-color: #ed4040 !important;
    color: #ed4040 !important
}

.tag-style-video {
    border-color: #ff7920 !important;
    color: #ff7920 !important
}

.tag-style-image {
    border-color: #ffae02 !important;
    color: #ffae02 !important
}

.tag-style-society {
    border-color: #41baad !important;
    color: #41baad !important
}

.tag-style-car {
    border-color: #539db8 !important;
    color: #539db8 !important
}

.tag-style-sport {
    border-color: #55c167 !important;
    color: #55c167 !important
}

.tag-style-finance {
    border-color: #b5743a !important;
    color: #b5743a !important
}

.tag-style-technology {
    border-color: #60a3f5 !important;
    color: #60a3f5 !important
}

.tag-style-entertainment {
    border-color: #b46aff !important;
    color: #b46aff !important
}

.video-list .video-item {
    padding: 8px 0
}

.video-list .video-item-a {
    display: block !important;
    padding: 0
}

.video-list .video-item:first-child {
    padding-top: 0
}

.video-list .video-item:last-child {
    padding-bottom: 0
}

.video-list .video-item dl {
    height: 68px;
    overflow: hidden
}

.video-list .video-item dl dt {
    position: relative;
    float: right;
    width: 118px;
    height: 100%;
    overflow: hidden;
    margin-left: 10px
}

.more-items-content {
    overflow: hidden;
    margin-right: -20px;
    margin-bottom: -20px
}


.friend-links-content {
    overflow: hidden;
}

.friend-links-content .item {
    float: left;
    margin: 0 20px 10px 0
}

.friend-links-content .item a {
    font-size: 14px
}
.outer.company {
    background-color: #f4f5f6;
    line-height: 2;
    text-align: left;

}
.outer.company a {
    display: block;
}

.outer_code .out_left{
    width: 45%;
}
.outer_code{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container .index-channel {
    width: 110px;
    height: 600px;
    margin-right: 30px;
    background: #fff;
}

.container .index-content {
    width: 660px;
    background: #fff;
}

.imgBox .title-input.long {
    height: 316px
}

.imgBox .save-btn {
    color: #406599;
    font-size: 14px;
    margin-right: 20px;
}
.show_picture{
    background: url("../images/tb1.png")no-repeat left center;
    background-size: 20px 20px;
}
.show_circle {
    background: url("../images/tb2.png")no-repeat left center;
    background-size: 20px 20px;
}
/*.fl .image-icon {*/
/*width: 20px;*/
/*height: 20px;*/
/*position: relative;*/
/*top: 6px;*/
/*vertical-align: baseline;*/
/*margin-right: 5px;*/
/*}*/
.link {
    color: #222
}

.link:visited {
    color: #999
}

.link:visited:hover {
    color: #999 !important
}

.link:hover {
    color: #406599
}

.title-box {
    display: block;
    /*max-height: 52px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;

}
.title-box a{
    position: relative;
}
.title-box .all_dt{
    position: absolute;
    bottom: 0;
    right: 0;
}

.title-box h2{
    width: 100%;
    margin-bottom: 10px;
    width: 480px;
}

.footer-bar {
    font-size: 12px;
    /*margin-top: 10px;*/
    display: block;
    zoom: 1;
}
.footer-bar .the_nickname{
    display: inline-block;
    max-width: 85px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    vertical-align: top;
}

.img-wrap {
    cursor: pointer;
    text-align: center;
    border: 1px solid #e8e8e8;
    background: #e8e8e8;
    transform-style: preserve-3d;
    margin-right: 20px
}

/*.img-wrap,*/
/*.img-wrap:before {*/
/*display: inline-block;*/
/*height: 100%*/
/*}*/

.outer {
    width: 340px;
    margin-bottom: 15px;
    padding: 20px;
    background: #f4f5f6
}

.outer .inner {
    text-align: center;
    background: #fff;
    border: 1px solid #e8e8e8;
    letter-spacing: 0
}

.outer .erwerima {
    width: 100%;
}
.article_list .normal .rbox-inner {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.ugc-icon {
    display: inline-block;
    text-align: right;
}

.ugc-icon .avatar {
    display: inline-block;
}

.article_list .ugc-box .ugc-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    /*height: 36px;*/
    /*line-height: 36px;*/
}

.ugc-box .ugc-user span {
    width: 80%;
}

.ugc-box p {
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
    line-height: 24px;
}

.ugc-content .ugc-user {
    margin-bottom: 10px;
}

.ugc-content > p {
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
    line-height: 30px;
}

/*.ugc_text {*/
/*margin-top: 5px;*/
/*}*/

.article_list .footer {
    font-size: 12px;
    color: #999;
    height: 18px;
    line-height: 18px;
    margin-top: 10px;
}

.article_list .ugc-box .ugc-user .avatar {
    margin-right: 5px;
    margin-left: 0;
}

.y-wrap .y-box {
    display: block;
}

.y-wrap .y-left {
    float: left;
}

.y-wrap .fr {
    float: right;
    *margin-right: -3px;
}

.article_list .lbtn {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
}

.lbtn .avatar {
    width:24px;
    height: 24px;
    margin-right: 5px;
    margin-left: 0;
}

.lbqz {
    margin-right: 5px;
    padding: 2px 6px;
    border-radius: 11px;
    font-size: 12px;
}

.qz_color {
    color: #1e70e6;
    border: 1px solid #1e70e6;
}

.y-wrap .y-box:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}

/*感兴趣的圈子*/
.group_lump ul li {
    width: 23%;
    margin: 0 auto;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    outline: 1px solid #ededed;
    margin-right: 2%;
    padding: 10px 0;
    height: 152px;
}

.group_lump ul li:nth-child(4n) {
    margin-right: 0;
}

.group_lump ul li img {
    width: 66px;
    height: 66px;
    font-size: 30px;
    line-height: 56px;
    border-radius: 50px;
}

.group_lump ul li span {
    display: block;
    margin-top: 10px;
}

.group_lump ul li button {
    width: 60px;
    height: 25px;
    text-align: center;
    background: #fff;
    color: #1e70e6;
    border: none;
    border-radius: 15px;
    margin-top: 10px;
    outline: none;
    border: 1px solid #1e70e6;
}

.group_lump ul li:hover {
    outline: 1px solid #1c8de0;
}

.obj_name {
    margin-bottom: 5px;
}


.WB_cardtitle_b {
    position: relative;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}


.PCD_user_a .picitems .pic_box .pic {
    vertical-align: middle;
}

.PCD_user_a .picitems .pic_wrap,
.PCD_user_a .picitems .pic_box,
.PCD_user_a .picitems .pic_box .pic {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.PCD_user_a .picitems .name {
    width: 50px;
    padding-top: 10px;
    padding-top: 11px \0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-primary {
    width: 60px;
    word-wrap: break-word;
}

.info-primary > p {
    line-height: 34px;
}

.info-company h3 {
    margin-bottom: 20px;
    /*height: 30px;*/
}

.job-left {
    width: 65%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.job-left h3 {
    margin-bottom: 20px;
}

/*.job-left span {*/
/*height: 38px;*/
/*line-height: 38px;*/
/*}*/


.PCD_user_a .picitems {
    display: inline;
    float: left;
}

.picitems {
    margin: 15px 50px 0 0;
}

.picitems_ul li:nth-child(7n) {
    margin-right: 0;
}

/*可能适合你的职位*/
/*.job-title p {*/
    /*max-width: 368px;*/
    /*display: inline-flex;*/
/*}*/

/*.job-title img{*/
/*margin-left: 0;*/
/*vertical-align: initial;*/
/*}*/
.job-title{
    line-height: 24px;
    margin-bottom: 20px;
}
.job-title a{
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    max-width: 65%;
}
.job-title .jobtime {
    width: 40px;
    height: 17px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
}

.job-title span {
    border-radius: 10px;
    font-size: 12px;
    padding: 0px 8px;
    display: inline-block;
    margin-left:10px;
    height: 20px;
    line-height: 19px;
    background: #3783fd;
    color: #fff;
}

.info-name {
    margin-left: 20px;
    width: 40%;
}

.info-name > em {
    font-style: normal;
    height: 35px;
    line-height: 35px;
    margin-bottom: 7px;
}

/*.info-name span i{*/
/*display: inline-block;*/
/*width:15%;*/
/*}*/
.info-name span em {
    display: inline-block;
    font-style: normal;
    color: #777;
}

.info-name span em:nth-child(1) {
    max-width: 50%;
}

.info-name span em:nth-child(2) {
    width: 25%;
}

.job-title i:nth-child(1) {
    background-color: #3783fd;
    background-size: 5%;
    background-position: top left;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 12px;
    /*padding: 2px 8px;*/
    padding-left: 6px;
    padding-right: 1px;
    display: inline-block;
    border: 1px solid #3783fd;
    border-right: none;
}

.job-title i:nth-child(2) {
    background-color: #fff;
    background-size: 5%;
    background-position: top left;
    color: #3783fd;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 12px;
    padding-right: 6px;
    padding-left: 1px;
    display: inline-block;
    border: 1px solid #3783fd;
    border-left: none;
}


.job-primary {
    padding: 15px 0;
    border-bottom: 1px #f2f2f5 solid;
}

.job-primary .info-company {
    width: 220px;
}

.job-primary .job_left {
    width: 60%;
}

.info-company .company-text {
    text-align: right
}
.info-company .company-text img{
    margin-left: 10px;
    margin-right: 0;
}


.company-text a span {
    width: 150px;
    height: 20px;
    line-height: 28px;
}


.job-list li .name {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.job-list li .name a {
    display: inline-block;
    line-height: 26px;
    font-weight: bold;
}

.red {
    color: #fc703e !important;
    font-weight: bold;
}
.red:hover{
    text-decoration: none !important;
}

.job-list li .name span {
    text-align: center;
    font-size: 12px;
    display: inline-block;
    width: 50px;
    height: 20px;
    line-height: 18px;
    border-radius: 50px;
    border: 1px solid #1e70e6;
    color: #1e70e6;
    margin-left: 10px
}

/*.job-list li:hover .name span {
    background: linear-gradient(to right, #3783fd, #7c55fe);
    color: #fff;
}*/

.job-primary .info-detail {
    position: absolute;
    white-space: normal;
    right: -30px;
    top: 0;
    width: 500px;
    height: auto;
    z-index: 20;
    display: none;
    padding: 16px 0 0 0;
    color: #abafba;
    background: rgba(244, 247, 252, .9);
    box-shadow: 0 4px 8px 0 rgba(65, 74, 96, .2);
    z-index: 1001;
}

.job-primary .info-detail-top {
    position: relative;
    height: 74px;
    padding: 10px 20px 0;
}

.job-primary .info-detail-top .detail-top-title {
    font-size: 16px;
    color: #414a60;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.job-primary .info-detail-top .detail-top-text {
    font-size: 12px;
}

.job-primary .detail-top-right {
    position: absolute;
    right: 20px;
    top: 16px;
    font-size: 13px;
}

/*可能认识的人*/

.acquain_lump ul li {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.acquain_lump .lump_left {
    margin-left: 20px;
    width: 0;
    flex: 2;
}

.acquain_lump .lump_left a {
    min-width: 10px;
    max-width: 350px;
}
.acquain_lump .lump_left span{
    display: block;
}
.lump_right {
    /*height: 60px;*/
    position: relative;
}

.acquain_lump ul li button {
    width: 60px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    color: #3783fd;
    border-radius: 14px;
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 50%;*/
    /*margin-top: -10px;*/
}

.acquain_lump ul li button:hover {
    background: linear-gradient(to right, #3783fd, #7c55fe);
    color: #fff;
}

/*可能感兴趣的企业*/

.company-tab-box {
    margin-bottom: 10px;
}

.company-tab-box ul li {
    width: 300px;
    height: auto;
    float: left;
    margin: 0 60px 16px 0;
    background: #fff;
    outline: 1px solid #ededed;
}

.company-tab-box ul li:nth-child(2n) {
    margin-right: 0;
}

.company-search .company-list li {
    height: 140px;
    margin-bottom: 16px;
}

.company-tab-box li .sub-li {
    display: block;
    width: 284px;
    padding: 30px 0;
}

.company-search .company-list .sub-li {
    height: 140px;
    width: 284px;
    background-color: #fff;
}

.company-tab-box li a {
    color: #414a60;
    display: block;
}

.company-tab-box li .company-info {
    margin: 0 20px;
    /*padding-top: 20px;*/
    /*border-bottom: dashed 1px #ededed;*/
}

.company-tab-box li .company-info img {
    height: 55px;
    width: 55px;
    float: left;
    border-radius: 10px;
    border: solid 1px #f2f5fa;
}

.company-tab-box li .conpany-text {
    margin-left: 65px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
}

.company-tab-box li .conpany-text h4 {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-bottom: 10px;
}

.company-tab-box li .conpany-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    text-align: left;
}

.company-tab-box li a {
    color: #414a60;
    display: block;
}

.company-list .sub-li .h {
    color: #00c2b3;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    max-width: 145px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*登陆注册*/

.outer input {
    border: none;
    outline: none;
}

.outer .sign-form {
    width: auto;
    height: auto;
    box-shadow: none;
    border-radius: 0;
}

.outer .sign-form .ipt-phone {
    width: 100%;
}

.outer #sign-side {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sign-form form {
    padding-top: 22px;
}

.sign-wrap-v2 .sign-form form {
    padding: 0;
}

.outer .sign-form form {
    margin: 0 auto;
    width: 300px;
}

.outer .sign-form .tip-error {
    background-position: 0 -1114px;
    color: red;
}

.sign-wrap-v2 .sign-form .tip-error {
    /*display: none;*/
    position: absolute;
    left: 3px;
    top: 40px;
    height: 18px;
    padding: 0 0 0 20px;
    background: url(../images/error.png) no-repeat 0 -1059px;
    background-size: 18px auto;
    color: #fc703e;
    text-align: left;
}

.sign-wrap-v2 .sign-quick .tip-error-form {
    position: static;
    height: auto;
}

.outer .sign-form .tip-error-form {
    top: 87px;
    left: 20px;
}

.sign-wrap-v2 .sign-form .tip-error-form {
    top: 126px;
}

.outer .sign-form .tip-error {
    background-position: 0 -1114px;
    color: red;
}

.outer .sign-form .tip-error-form {
    top: 87px;
    left: 20px;
}

.sign-form .row-select {
    position: relative;
    z-index: 10;
}

.sign-form .form-row {
    margin-top: 26px;
}

.sign-wrap-v2 .form-row {
    position: relative;
    margin: 0 0 20px;
}

.sign-form .dropdown-select {
    position: absolute;
    top: 1px;
    left: 28px;
    height: 40px;
    z-index: 1;
    background: 0 0;
}

.icon-arrow-down,
.icon-select-arrow {
    width: 16px;
    height: 16px;
    background-position: 2px -54px;
}

.dropdown-select .icon-select-arrow {
    position: absolute;
    right: 15px;
    top: 14px;
}

.sign-form .dropdown-select .icon-select-arrow {
    right: 5px;
    top: 12px;
}

.sign-form .dropdown-select .text-select {
    display: inline-block;
    font-style: normal;
    width: 37px;
    border: 0;
    text-align: right;
}

.sign-form .form-btn .btn {
    width: 100%;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    border: none;
}

.sign-form .ipt,
.sign-form .sel {
    width: 100%;
    min-width: 0;
    padding: 9px 18px 9px 30px;
    border-color: #333;
    vertical-align: middle;
}

.sign-form .ipt-phone {
    width: 209px;
}

.nc-container .nc_scale span {
    text-align: center;
    width: 40px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    cursor: move;
    background: #fff;
    z-index: 2;
}

.row-code.nc-container .nc_scale span {
    width: 46px;
    height: 40px;
    line-height: 40px;
}

.nc-container .nc_scale span.nc-lang-cnt {
    *line-height: 34px;
    float: none;
    width: auto;
    height: auto;
    *height: 34px;
    border: none;
    position: static;
    cursor: inherit;
    background: none;
    z-index: 0;
    display: inline;
}

.outer .sign-form .nc-lang-cnt {
    text-indent: 40px;
}

.sign-quick .row-code.nc-container .nc_scale .btn_ok,
.sign-quick .row-code.nc-container .nc_scale span {
    border-color: #fff;
}

.nc-container .scale_text.scale_text span[data-nc-lang="_startTEXT"] {
    display: inline-block;
    width: 100%;
}

.sign-form .btn-sms {
    position: absolute;
    right: 1px;
    top: 0px;
    font-size: 14px;
    background-color: #fff;
    background-position: 0 -356px;
    min-width: 104px;
    color: #1e70e6;
    border: 0;
}

.outer .sign-form .btn-sms {
    width: 92px;
    min-width: 0;
    outline: none;
}

.icon-sign-phone {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 9px;
    top: 11px;
}

.icon-sign-phone img {
    width: 100%;
}

.btn {
    display: inline-block;
    min-width: 112px;
    box-sizing: content-box;
    height: 36px;
    line-height: 36px;
    border: 1px #5dd5c8 solid;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}

.btn:hover {
    background-color: #1e70e6;
    color: #fff;
}

.search-job-list-wrap .sider .sign-form .form-btn .btn:hover {
    opacity: .9;
}

.sign-form .text-tip {
    color: #9fa3b0;
    text-align: center;
    padding: 28px 0 36px;
    overflow: hidden;
}

.outer .text-tip {
    padding: 24px 0 0 0;
}

.outer .sign-form .text-tip {
    padding: 20px 0 20px;
    font-size: 12px;
    color: rgba(255, 255, 255, .7);
    position: relative;
    z-index: 2;
}

.outer .text-tip .agree-policy {
    vertical-align: middle;
    margin-right: 5px;
}

.outer .sign-form .text-tip a {
    color: #1e70e6;
    opacity: 1;
}

.outer .text-tip {
    color: #1e70e6 !important;
    opacity: 1;
}

.login_box .password_box {
    margin: 0 0 10px;
    font-size: 14px;
}

.password_box_inline {
    float: left;
    width: 190px;
}

.outer .password_box_inline {
    width: 175px !important;
}

.outer .check_on {
    vertical-align: middle;
}


.outer .register {
    text-align: right;
    margin-top: 20px;
}

.outer .ipt-wrap {
    display: block;
    position: relative;
}

.outer .download {
    text-align: center;
}


/*更多*/

.module-head {
    padding: 0;
    margin-bottom: 10px;
}


.more-items-content {
    overflow: hidden;
}

.more-items-content .item {
    float: left;
    margin: 0 20px 20px 0;
}

.more-items-content .item a {
    line-height: 1.4;
    font-size: 14px;
}


/*浮动右侧*/

.toolbar {
    position: fixed;
    bottom: 36px;
    right: 9%;
    z-index: 999;
}

.toolbar i {
    vertical-align: middle;
    font-style: normal;
}

.toolbar .tool-item {
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(30, 112, 230, .7);
    margin-bottom: 2px;
    transition: all .4s;
}

.toolbar .tool-rest {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url(../images/rest.png) no-repeat;
    margin-bottom: 2px;
    transition: all .4s;
}

.toolbar .tool-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url(../images/top.png) no-repeat;
    margin-bottom: 2px;
    transition: all .4s;
}

.toolbar .tool-rest:hover {
    background: url(../images/rest1.png) no-repeat;
}

.toolbar .tool-top:hover {
    background: url(../images/top1.png) no-repeat;
}

.company p {
    margin-bottom: 10px;
}

.company p:last-child {
    margin-bottom: 0;
}

.company p span {
    display: block;
}

.outer_right {
    width: 47%;
}

.outer_right p {
    margin-top: 25px;
}

.outer_right .downIco {
    width: 37px;
    height: 38px;
    margin: 0 15px;
    display: inline-block;
}

.outer_right .downIco img {
    width: 100%;
    height: 100%;
}

.outer .signature {
    margin-top: 20px;
}

.big_avatar.circle {
    margin: 0 auto;
    line-height: 66px;
    background: rgb(38, 198, 218);
}

.login_success {
    padding: 15px 10px;
}

.login_number {
    position: relative;
    margin-top: 10px;
    padding-bottom: 10px;
}

.login_bottom {
    margin-top: 10px;
}

.login_bottom .bottom {
    font-size: 0;
    position: relative;
    position: relative;
}

.login_bottom .bottom .line {
    position: absolute;
    top: 0;
    width: 1px;
    height: 64px;
    transform: scale(.5);
    background: #e8e8e8;
}

.login_bottom .bottom li {
    display: inline-block;
    width: 50%;
    padding-bottom: 5px;
}

.login_bottom .bottom .num {
    width: auto;
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #222;
}

.login_bottom .bottom span {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
}

.login_box .com_L {
    position: relative;
}

.login_box .com_L img {
    width: auto;
    vertical-align: sub;
    position: absolute;
    top: 8px;
    left: 5px;
    z-index: 777;
}

.login_box .com_L input {
    background: none;
    padding: 5px 5px 5px 35px;
    outline: none;
    background: #fff;
    border: 1px solid #e8e8e8;
    height: 38px;
    box-sizing: border-box;
    width: 100%;
}

.Validform_checktip {
    margin-left: 0 !important;
    min-height: 1px;
    font-size: 12px;
    display: block;
    width: 100%;
}

.Validform_right {
    background: url('../images/right.png') no-repeat;
}

.login_box .com_L .passw {
    width: auto;
    /* height: 25px; */
    margin-left: 3px;
    margin-right: 3px;
    display: inline-block;
}

.login_box .com_L .eyes {
    position: absolute;
    right: 5px;
    left: auto;
    /*cursor: pointer;*/
    width: 20px;
}

.btn_box button {
    width: 100%;
    height: 40px;
    margin-top: 1px;
}

.inputxt {
    background: #fff;
    box-shadow: 0 0 0 1000px #fff inset !important;
}

.login_box .title {
    margin-bottom: 20px;
}

#rightModule > div:nth-child(5) {
    padding-bottom: 10px;
}

.newregisn {
    float: right;
}

.portrait {
    position: relative;
}

.portrait_women {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 1px solid #F95251;
    right: 0;
    bottom: 3px;
    background: #fff;
}

.portrait_women img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.portrait_men {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 1px solid #007ae6;
    right: 0;
    bottom: 3px;
    background: #fff;
}

.portrait_men img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.login_name a h3 {
    margin-top: 15px;
}


.ugc_title {
    height: 28px;
    line-height: 28px;
}

/*不感兴趣*/
.interest_none {
    position: relative;
    color: transparent;
    /*cursor: pointer;*/
    width: 20px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding-right: 20px;
    padding-left: 8px;
    transition: width .3s ease;
    white-space: nowrap;
    z-index: 2;
    margin-top: 6px;
}

.interest_none:hover {
    background-color: #3783fd;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    width: 80px;
}

.interest_none:hover .y-icon {
    color: #fff;
}


/*主页发图文*/
.send_share {
    padding-top: 10px;
    background: #fff;
    border-radius: 2px;
}

.send_ul {
    padding-bottom: 10px;
}

.send_ul li {
    float: left;
    margin-left: 19px;
}

/*.send_ul li a:hover {*/
/*color: #3783fd;*/
/*}*/

.send_content {
    width: 100%;
    height: 100px;
}

.send_look .layui-input-inline select {
    border: none;
    text-align: right;
    color: #777;
    font-size: 14px;
}

.title_input {
    width: 100%;
    height: 100px;
    display: block;
    font-size: 14px;
    line-height: 1.4;
    padding: 13px 19px;
    border: 0;
    outline: 0;
    resize: none;
    background-color: #f4f5f6;
    transition: all .5s;
    animation-duration: .8s;
    animation-fill-mode: both;
}

/*圈子*/
.send_circle {
    border-top: 1px solid #e8e8e8;
    padding: 10px 20px;
    width: 660px;
    min-height: 150px;
}

.send_picture {
    border-top: 1px solid #e8e8e8;
    padding: 10px 20px;
    width: 100%;
    min-height: 150px;
}

.ov li span {
    color: #fff !important;
    font-size: 14px !important;
}

.send_look .layui-inline {
    width: 52%;
}

.send_look .layui-form-select .layui-input {
    border: none;
    color: #3783fd;
    text-align: right;
    font-size: 14px;
}

.send_look .layui-form-select dl dd {
    font-size: 14px;
}

.send_look .layui-form-select .layui-edge {
    border-top-color: #3783fd;
}

.send_content .story_content {
    border: none;
    font-size: 14px;
    width: 100%;
    min-height: 100px;
    background: #f4f5f6;
    padding: 10px 19px;
}

.show1 {
    position: relative;
}

.send_show .close {
    text-align: right;
    /*cursor: pointer;*/
    position: absolute;
    right: 20px;
    top: 10px;
}

.send_show .close i {
    font-family: 'iconfont';
    color: #3783fd;
    font-size: 24px;
    text-align: right;
}

.work_group {
    line-height: normal;
    display: inline-table;
    width: 100%;
    border-collapse: separate;
}

.send_look_top .iconfont {
    font-size: 14px !important;
    color: #777 !important;
}

.send_look_list span {
    display: block;
    padding: 5px;
}

/*.ugc-bown {*/
/*margin-top: 12px;*/
/*min-height: 20px;*/
/*line-height: 20px;*/
/*}*/

.ugc-bown .fr {
    width: 25%;
    text-align: right;
    height: 28px;
}

.ugc-bown .fr a {
    vertical-align: top;
    /*gg*/
}

.ugc-bown .fr span {
    width: 100px;
}

.ugc-bown .fl span {

}


.user_treatment ul li, .up_treatment ul li {
    float: left;
    line-height: 33px;
    min-width: 82px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    border-radius: 3px;
}

.up_treatment ul li {
    background: #ccc;
    margin-bottom: 10px;
    margin-right: 10px;
}



.layui-layer .layui-layer-title {
    background-color: #2e8ded !important;
    color: #fff !important;
    font-size: 16px !important;
}

.info-name a em {
    margin-bottom: 20px;
}

#index_life_top li a span {
    color: #222;
}

.main_title {
    padding: 25px 0 15px 0;
}

.main_title a {
    padding-left: 20px;
}

.layui-form-radio > i {
    color: #333;
}

.pagemt {
    margin-top: 15px;
}

.signature img {
    width: 85%;
}

.company_seach_list ul li {
    padding: 15px 0;
}

.outer.company img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}