/* 首页 start*/
.sy-title {
    text-align: center;
}

.sy-title h3 {
    font-size: 38px;
    color: #000000;
}

.sy-title span,
.sy-title i {
    color: #30acf8;
}

.sy-title p {
    font-size: 22px;
    color: #636363;
    margin-top: 22px;
}

.sy-service {
    margin-top: 100px;
}

.sy-service-list li {
    width: 25%;
    text-align: center;
    padding: 50px 0 50px;
    margin-bottom: 24px;
}

.sy-service-list li a {
    display: block;
}

.sy-service-list li:hover {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.sy-service-list li img {
    display: inline-block;

}

.sy-service-list .imgs {
    height: 72px;
}

.sy-service-list li p {
    text-align: center;
    margin-top: 40px;
    color: #000;
    font-size: 22px;
}

.sy-service-list ul {
    margin: 55px 0 45px;
}

.sy-recom-list>ul {
    margin-top: 66px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sy-recom-list>ul li {
    width: -webkit-calc((100% - 128px)/ 3);
    width: -moz-calc((100% - 128px)/ 3);
    width: calc((100% - 128px)/ 3);
    margin-left: 64px;
    margin-bottom: 44px;
}

.sy-recom-list>ul li .imgs {
    height: 280px;
    width: 100%;
    overflow: hidden;
}

.sy-recom-list>ul li:nth-child(3n-2) {
    margin-left: 0;
}

.sy-recom-list .sy-recom-desc {
    height: 260px;
    padding: 36px 38px 54px;
    background-color: #ececec;
    box-sizing: border-box;
}

.sy-recom-list>ul .sy-recom-desc:hover {
    background-color: #2b87fe;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;

}

.sy-recom-list>ul .sy-recom-desc:hover h3,
.sy-recom-list>ul .sy-recom-desc:hover span,
.sy-recom-list>ul .sy-recom-desc:hover p {
    color: #fff;

}

.sy-recom-list>ul .sy-recom-desc p {
    height: 134px;
    overflow: hidden;
    color: #888888;
    font-size: 18px;
    line-height: 32px;
}

.sy-recom-list>ul .sy-recom-title {
    margin-bottom: 20px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.sy-recom-list>ul .sy-recom-title h3 {
    font-size: 24px;
    color: #333333;
}

.sy-recom-list>ul .sy-recom-title span {
    font-size: 18px;
    color: #333333;
    margin-left: 6px;
}

.recom-more {
    margin-bottom: 75px;
}

.recom-more a {
    display: block;
    width: 170px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-color: #2b87fe;
    margin: 0 auto;
    border-radius: 30px;
}

.sy-about {
    background-color: #fafafa;
    padding: 94px 0;
}

.sy-about-con {
    min-height: 384px;
    margin-top: 62px;
}

.sy-about-con .sy-about-text {
    flex: 1;
}

.sy-about-con .sy-about-text p {
    height: 224px;
    font-size: 18px;
    line-height: 32px;
    color: #636363;
    margin-bottom: 30px;
}

.sy-about-con .sy-about-imgs {
    flex: 1;
}

.sy-about-con a {
    display: block;
    width: 170px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-color: #2b87fe;
    border-radius: 55px;
}

.assure-box {
    background: url(../img/assure01.jpg) no-repeat;
    min-height: 773px;
    color: #fff;
}

.assure-con {
    margin-top: 60px;
    padding-top: 70px;
}

.assure-con ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.assure-con li {
    width: -webkit-calc((100% - 80px)/ 3);
    width: -moz-calc((100% - 80px)/ 3);
    width: calc((100% - 80px)/ 3);
    margin: 0 0 30px 40px;
    padding: 40px 40px 60px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;

}

.assure-con li:nth-child(3n-2) {
    margin-left: 0;
}

.assure-con li img {
    display: block;
    margin: 0 auto;
}

.assure-con li h3 {
    font-size: 22px;
    text-align: center;
    margin: 20px 0 12px;
}

.assure-con li p {
    height: 78px;
    line-height: 28px;
    font-size: 16px;
    overflow: hidden;
}

.sy-process {
    margin: 85px 0 90px;
}

.process-box {
    margin-top: 50px;
}


.process-box p {
    text-align: center;
    font-size: 24px;
    color: #333333;
}

.sy-evaluation {
    background-color: #fafafa;
    padding: 96px 0 90px
}

.evaluation-box {
    margin-top: 118px;
}

.sy-evaluation li {
    width: -webkit-calc((100% - 160px)/ 3);
    width: -moz-calc((100% - 160px)/ 3);
    width: calc((100% - 160px)/ 3);
    margin-left: 80px;
    padding: 82px 48px 36px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.sy-evaluation li img {
    position: absolute;
    left: 50%;
    top: -60px;
    transform: translateX(-50%);

}

.sy-evaluation li:first-child {
    margin-left: 0;
}
.content_box_mobile{
   word-wrap: break-word; 
   word-break: break-all; 
   overflow-wrap: break-word;
   text-align: justify; 
   width: 100%; 
   
}
.evaluation-title {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
}

.evaluation-title h3 {
    font-size: 24px;
    color: #333333;
}

.evaluation-title span {
    font-size: 18px;
    color: #333333;
    margin-left: 10px;
}

.evaluation-desc {
    position: relative;
}

.evaluation-desc .zyh,
.evaluation-desc .fyh {
    position: absolute;
    width: 28px;
    height: 25px;
}

.evaluation-desc .zyh {
    background: url(../img/zyh.png) no-repeat;
    top: 16px;
    left: 0;
}

.evaluation-desc .fyh {
    background: url(../img/fyh.png) no-repeat;
    bottom: 16px;
    right: 0;
}


.evaluation-desc p {
    font-size: 18px;
    color: #888;
    height: 130px;
    line-height: 26px;
    overflow: hidden;
    padding: 50px 0;
}

.sy-need {
    background: url(../img/need01.png) no-repeat;
    min-height: 325px;
    position: relative;
}

.need-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.need-box h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 48px;
}

.need-box a {
    display: block;
    color: #fff;
    font-size: 24px;
    width: 303px;
    line-height: 69px;
    text-align: center;
    background-color: #2b87fe;
    border-radius: 30px;
    margin: 0 auto;
}

/* 首页end */

/* otc服务 start*/
.banner {
    height: 189px;
    /* line-height: 189px; */
    box-sizing: border-box;
    padding-top: 30px;
}

.banner-text {
    color: #fff;
}

.banner-text h3 {
    font-size: 24px;

}

.banner-text h3 span {
    font-size: 48px;
    margin-right: 60px;
}

.banner-text p {
    font-size: 16px;
    margin-top: 20px;
}

.banner-nav {
    width: 410px;
    height: 52px;
    background-color: #fff;

    webkit-justify-content: space-around;
    justify-content: space-around;
    -moz-box-pack: space-around;
    -webkit-moz-box-pack: space-around;
    box-pack: space-around;

    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    margin-left: auto;
    margin-top: 2px;
}

.banner-nav a {
    font-size: 16px;
    color: #333333;
    padding-bottom: 11px;
    box-sizing: border-box;
    height: 35px;
}

.banner-nav a.on,
.banner-nav a:hover {
    border-bottom: 3px solid #2b87fe;
}


.otcfw {
    margin-bottom: 50px;
}

/* otc服务 end*/

/* 简历 start*/
.jianli {
    background-color: #f2f2f2;
}

.bread-crumbs {
    padding: 20px 0;
}

.bread-crumbs a {
    font-size: 16px;
}

.filter {
    background-color: #fff;
    padding: 18px 32px;
    font-size: 14px;
}

.filter .tab-line-title {
    color: #999;
    margin-right: 10px;
    padding: 5px 0;
}

.filter .tab-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eaeaea;
}

.filter .tab-line-link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.filter .tab-line-link a {
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 4px;
    padding: 5px 15px;
    display: inline-block;
    cursor: pointer;
}

.filter .tab-line-link a.on,
.filter .tab-line-link a:hover {
    background: #51a1e6;
    color: #fff;
}

.jianli-box {
    margin-top: 40px;
    background-color: #fff;
    padding: 25px 15px;
}


.jianli-title-right,
.jianli-title-left,
.jianli-box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jianli-box-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px 30px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 25px;
}

.jianli-title-right,
.jianli-title-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jianli-title-left {
    font-size: 24px;
}

.jianli-title-left img {
    height: 24px;
    margin-right: 15px;
}

.jianli-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.jianli-input input {
    width: 280px;
    border-color: #eaeaea;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;


    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.jianli-button {
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

    background-color: #409eff;
    border-color: #409eff;

    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;

    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border: none;
}

.jianli-list a {
    display: block;
}

.jianli-list-title {
    webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    font-size: 18px;
}

.jianli-list-title h3 {
    color: #2b3034;
    font-weight: 700;
}

.jianli-list-title span {
    color: #d43030;
    font-weight: 700;
}

.jianli-tag {
    webkit-justify-content: flex-start;
    justify-content: flex-start;
    -moz-box-pack: flex-start;
    -webkit-moz-box-pack: flex-start;
    box-pack: flex-start;
    margin: 26px 0;
}

.jianli-tag span {
    font-size: 14px;
    color: #888888;
    margin-right: 20px;
}

.jianli-tag span:first-child {
    color: #2b87fe;
}

.jianli-list p {
    font-size: 14px;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jianli-list {
    padding: 0 20px;
}

.jianli-list li {
    padding: 24px;
    border: 1px solid #dddddd;
    margin-left: 30px;
    margin-bottom: 20px;
    width: -webkit-calc((100% - 60px)/ 3);
    width: -moz-calc((100% - 60px)/ 3);
    width: calc((100% - 60px)/ 3);
    box-sizing: border-box;
}

.jianli-list li:nth-child(3n-2) {
    margin-left: 0;
}

.jianli-list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* 简历 end */
/* 解决方案start */
.case {
    margin-bottom: 30px;
}

.case-box {
    padding: 0 30px;
}

.case .case-num {
    font-size: 15px;
    line-height: 100px;
    height: 100px;
}

.case-box ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.case-box li {
    width: -webkit-calc((100% - 120px)/ 3);
    width: -moz-calc((100% - 120px)/ 3);
    width: calc((100% - 120px)/ 3);
    margin-left: 60px;
    margin-bottom: 40px;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.case-box li:nth-child(3n-2) {
    margin-left: 0;
}

.case-box li .imgss {
    position: relative;
    height: 256px;
}

.case-box .imgss img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.case-box li h1 {
    font-size: 24px;
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.case-box .imgss .small-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    right: 25px;
}

.case-box .case-desc {
    padding: 26px 40px;
}

.case-box .case-desc a {
    display: block;
    font-size: 16px;
    color: #2b87fe;
}

.case-box .case-desc h3 {
    font-size: 24px;
    color: #162944;
    margin: 10px 0 20px;
}

.case-box .case-desc p {
    font-size: 20px;
    font-weight: 600;
    color: #082949;
}

/* 解决方案end */

/* 灵活派工 start*/
.talents_list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.talents_list li {
    padding: 20px 15px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    box-sizing: border-box;
    width: -webkit-calc((100% - 54px)/ 3);
    width: -moz-calc((100% - 54px)/ 3);
    width: calc((100% - 54px)/ 3);
    margin-left: 27px;
    margin-bottom: 20px;
}

.talents_list li:nth-child(3n-2) {
    margin-left: 0;
}


.talents_list .title {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.talents_list .title h3 {
    font-size: 18px;
    font-weight: bolder;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.talents_list .title span {
    font-size: 16px;
    width: 80px;
    height: 30px;
    border: 1px solid #51a1e6;
    color: #51a1e6;
    text-align: center;
    border-radius: 8px;
    line-height: 30px;
}

.talents_list .salary {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.talents_list .salary span {
    font-size: 20px;
    color: #f46262;
}

.talents_list .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.talents_list .info div {
    width: 50%;
    webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    color: #666;
}

.talents_list .info div span.height_light {
    color: #51a1e6;
}

.talents_list .info div img {
    margin-right: 5px;
}

/* 灵活派工 end */

/* 全职招聘 start */
.job ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.job li {
    padding: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px 0 #dedede;
    box-shadow: 0 0 10px 0 #dedede;
    margin-bottom: 40px;
    box-sizing: border-box;
    width: -webkit-calc((100% - 40px)/ 2);
    width: -moz-calc((100% - 40px)/ 2);
    width: calc((100% - 40px)/ 2);
    margin-left: 40px;
}

.job li:nth-child(odd) {
    margin-left: 0;
}

.each_title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.each_title,
.work_centent {
    margin-bottom: 15px;
    font-size: 16px;

}

.each_title h3 {
    font-size: 16px;
}

.each_title span {
    font-size: 18px;
    color: #d43030;
}

.jod_text {
    font-size: 14px;
    color: #2a82e4;
}

.work_year {
    margin: 0 20px;
}

.info_work,
.info_work span {
    height: 30px;
    line-height: 30px;
}

.work_icon,
.work_icon img {
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.work_icon {
    display: inline-block;
    margin: 3px 5px 3px 0;
    float: left;
}

.info_work span {
    display: inline-block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 全职招聘 end */

/* 任务大厅 start */

.task li {
    margin-bottom: 25px;
    padding: 0 10px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.task_index .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.task_index .title .blue {
    color: #51a1e6;
    border-color: #51a1e6;
}

.task_index .title .list_status {
    padding: 3px 10px;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #51a1e6;
    margin-left: 10px;
    color: #51a1e6;
    font-weight: 400;
}

.list_content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.task_index .left {
    margin-right: 0;
    width: 650px;
}

.list_content .left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 170px;
    margin-bottom: 20px;
}

.list_content .left .demand_info_detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.list_content .left .demand_info_detail div {
    color: #999;
    width: 33.3%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list_content .left .demand_info_detail div img {
    height: 13px;
    margin-right: 10px;
}

.list_content .left .demand_info_detail div span.height_light {
    color: #50a2e6;
}

.task_index .right {
    margin-top: -35px;
}

.list_content .right {
    text-align: center;
}

.flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.task_index .right button,.contactus{
    width: 100px;
    height: 40px;
    border: none;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;

    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;

    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
}


.task_index .right button:first-child {
    background: #ff5733;
    border-color: #ff5733;
}

.task_index .right button:last-child {
    background: #51a1e6;
    border-color: #51a1e6;
    margin-top: 20px;
}
.contactus{
	background: #51a1e6;
	border-color: #51a1e6;
	margin-left: 20px;
}

/* 任务大厅 end */

/* 资讯start */
.news {
    background-color: #f7f7f7;
}

.news .news-box {
    padding-top: 20px;
    padding-bottom: 20px;
}


.news .tab {
    background-color: #fff;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    margin-bottom: 30px;
}

.news .tab span.on,
.news .tab span:hover {
    border-bottom: 2px solid #51a1e6;
    color: #51a1e6;
}

.news .tab span {
    font-size: 16px;
    margin-right: 20px;
    height: 68px;
    padding: 0 15px;
    line-height: 68px;
    display: inline-block;
    cursor: pointer;
}

.news .content .left,
.news .content .right {
    background-color: #fff;
}

.news .content .left {
    width: 70%;
    margin-right: 5%;
}

.news .content .right {
    width: 25%;
}

.news .content .left .article_list {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 15px 20px;
    -webkit-box-shadow: 0 0 10px 1px hsl(0deg 0% 39% / 10%);
    box-shadow: 0 0 10px 1px hsl(0deg 0% 39% / 10%);
    display: block;
}

.news .content .left .article_list .title {
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news .content .left .article_list .title .left h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
}

.news .content .left .article_list .title .left span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 14px;
    background-color: #51a1e6;
    width: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.news .content .left .article_list .title .right span {
    margin-left: 10px;
    font-size: 14px;
}

.news .content .right .top {
    text-align: center;
    background-color: #fff;
    padding: 20px 0;
}

.top {
    margin-top: 20px !important;
}

.news .content .right .top p {
    font-size: 16px;
    margin-bottom: 15px;
}

/* 资讯end */

/* 详情页start */
.content-detail {
    margin-bottom: 80px;
}

.content-deta-left {
    width: 65%;
}

.content-deta-right {
    width: 30%;
    padding-top: 25px;
}

.content-deta-right .guwen {
    font-size: 16px;
}

.content-con h1 {
    margin: 20px 0;
    font-size: 42px;
    font-weight: 300;
    color: #162944;
}

.content-txt p {
    font-size: 16px;
    line-height: 30px;
}

.content-deta {
    webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

.seperator-line {
    background-color: #e4ecf0;
    margin: 10px 0;
    height: 1px;
}

.consultant {
    margin: 40px 0;
}

.side-imgs {
    ms-flex-pack: start;
    justify-content: flex-start;
}

.side-imgs img {
    width: 78px;
    height: 78px;
    border-radius: 39px;
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 10%);
    margin-right: 13px;
}


.side-imgs .name {
    font-size: 35px;
}

.side-imgs .position {
    font-size: 15px;
}


.side-imgs,
.flex-space-between {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.consultant .job-title {
    margin: 20px 0;
    font-size: 16px;
}

.consultant .desc {
    margin: 20px 0;
    font-size: 16px;
}

.contact-button {
    width: 100%;
    height: 63px;
    line-height: 63px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #f5f7fa;
    border-radius: 4px;
    background-color: #126eff;
    cursor: pointer;
}

.contact-button span:last-child {
    text-decoration: line-through;
    font-size: 13px;
    margin-left: 3px;
}

/* 详情页end */

/* 我要求职start */
.job-hunt {
    background-color: #f2f2f2;
}

.job-hunt-box {
    padding: 50px 0;
}

.job-hunt-con {
    background-color: #fff;
    padding: 35px 0;

}

.job-hunt-con h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: 700;
    color: #2b3034;
}

.job-hunt-content ul.work {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.job-hunt-content ul.work li{
    margin: 0 20px;
}

.job-hunt-content li {
    text-align: center;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    width: 220px;
    height: 200px;
    padding: 50px;
    cursor: pointer;
}

.job-hunt-content li a {
    display: block;
}

.job-hunt-content li img {
    height: 81px;
}

.job-hunt-content li h3 {
    margin: 20px auto 25px;
    font-size: 18px;
    font-weight: bolder;
    color: #666;
}

.job-hunt-content li:hover img,
.job-hunt-content li .on_show {
    display: none;
}

.job-hunt-content li p {
    font-size: 16px;
    line-height: 1.8;
    color: #999;
}

.job-hunt-content li:hover img.on_show {
    display: inline-block;
}

.job-hunt-content li:hover h3,
.job-hunt-content li:hover p {
    color: #fff;
}


.job-hunt-content ul li:first-child:hover {
    background: -webkit-gradient(linear, left top, right top, from(#29c150), to(#5ad178));
    background: linear-gradient(90deg, #29c150, #5ad178);
}



.job-hunt-content ul li:last-child:hover {
    background: -webkit-gradient(linear, left top, right top, from(#3190df), to(#67aee9));
    background: linear-gradient(90deg, #3190df, #67aee9);
}

/* 我要求职end */

/* 发布需求 start */
.need-list{
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}
.need-list li{
	width: 15%;
}
.need-list li:first-child:hover,.need-list li:nth-child(3):hover {
    background: -webkit-gradient(linear, left top, right top, from(#29c150), to(#5ad178));
    background: linear-gradient(90deg, #29c150, #5ad178);
}



.need-list li:nth-child(2):hover {
    background: -webkit-gradient(linear, left top, right top, from(#3190df), to(#67aee9));
    background: linear-gradient(90deg, #3190df, #67aee9);
}

.need-list li:last-child:hover {
    background: -webkit-gradient(linear, left top, right top, from(#e8b83d), to(#f7d57e));
    background: linear-gradient(90deg, #e8b83d, #f7d57e);
}

/* 发布需求 end */
/* 任务详情start */
.rwxq{
    padding-bottom: 40px;
}

.rwxq-left {
    margin-bottom: 0;
    width: 810px;

    padding: 25px 15px;

    border-radius: 4px;
    background: #fff;
}

.rwxq-left .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rwxq-left .title .green {
    color: #48ca69;
    padding: 3px 10px;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #48ca69;
    margin-left: 10px;
    font-weight: 400;
}

.list_contents {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    border-bottom: 1px dashed #eee;
}

.list_contents .left {
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 20px;
}

.list_contents .left .demand_info_detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.list_contents .left .demand_info_detail div {
    color: #999;
}

.list_contents .left .demand_info_detail div {
    width: 25%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px
}

.list_contents .left .demand_info_detail .expect_time {
    width: 40%;
}

.list_contents .left .demand_info_detail div span.height_light {
    color: #50a2e6;
}

.list_contents .left .demand_info_detail div img {
    height: 13px;
    margin-right: 10px;
}

.rwxq .rwxq-hz {
    margin-bottom: 25px;
    padding: 0 10px 0;
    cursor: pointer;
}

.rwxq .rwxq-hz .detail_content {
    margin-top: 20px;
    font-size: 14px;
}

.rwxq .rwxq-hz .detail_content p {
    color: #666;
    line-height: 1.9;
}

.rwxq-right {
    width: 320px;
    margin-left: 40px;
    background: #fff;
    border-radius: 4px;
    padding: 25px 0;
}

.rwxq-right img {
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    border-radius: 50%;
}

.rwxq-right  .detail_name, .rwxq-right  .detail_name span {
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
}

.rwxq-right  button{
    display: block;
    width: 160px;
    margin: 20px auto 30px;
    color: #fff;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.rwxq-right  .rwxq-btn1{
    border: 1px solid #ff5733;
    background-color: #ff5733;
}

.rwxq-right  .rwxq-btn2{
    border: 1px solid #409eff;
    background-color: #409eff;

}

/* 任务详情end */
/* 用户中心 start */
.member {
    background-color: #f2f2f2;
}

.member .member-con {
    background-color: #fff;
    padding: 35px 0;
}

.member-form {
    width: 330px;
    margin: 0 auto;
}

.member .member-box {
    padding: 50px 0;
}

.member .member-box h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 60px;
    text-align: center;
}

.member input::placeholder {
    color: #c0c4cc;
}

.login_type,
.form_line {
    margin: 0 auto 20px;
}

.login_type span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 34px;
    font-size: 15px;
    line-height: 34px;
    text-align: center;
    background-color: #f9f9f9;
    cursor: pointer;
}

.login_type span.on {
    color: #fff;
    background-color: #559fe3;
    display: inline-block;
    text-align: center;
}

.form_line input {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    box-sizing: border-box;
}

.form_line input:focus {
    border-color: #409eff;
    outline: 0;
}

.member .btn {
    color: #fff;
    background-color: #409eff;
    height: 40px;
    line-height: 40px;
    width: 100%;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.member .fast input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.member .fast button {
    border: none;
    color: #2b3034;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    background-color: #fff;
    cursor: pointer;
}

.login .form-on {
    display: none;
}

.check_agreement {
    margin: 10px auto;
    font-size: 14px;
}

.users {
    background-color: #f2f2f2;
}

.users-box {
    padding: 40px 0;

}

.user-content li a {
    display: block;
    line-height: 55px;
    height: 55px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: 76px center;
    background-size: 16px;
}

.user-content li a:hover,
.user-content li a.on {
    background: #51a1e6;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 76px center;
    background-size: 16px;
}

.user-content ul li:first-child a:hover,
.user-content ul li:first-child a.on {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.user-content li:nth-child(1) a {
    background-image: url(../img/member-icon01.png);
}

.user-content li:nth-child(1) a:hover,
.user-content li:nth-child(1) a.on {
    background-image: url(../img/member-icon02.png);
}

.user-content li:nth-child(2) a {
    background-image: url(../img/member-icon04.png);
}

.user-content li:nth-child(2) a:hover,
.user-content li:nth-child(2) a.on {
    background-image: url(../img/member-icon03.png);
}

.user-content li:nth-child(3) a {
    background-image: url(../img/icon-rw01.png);
}

.user-content li:nth-child(3) a:hover,
.user-content li:nth-child(3) a.on {
    background-image: url(../img/icon-rw02.png);
}

.user-content li:nth-child(4) a {
    background-image: url(../img/member-icon06.png);
}

.user-content li:nth-child(4) a:hover,
.user-content li:nth-child(4) a.on {
    background-image: url(../img/member-icon05.png);
}

.user-content li:nth-child(5) a {
    background-image: url(../img/icon-need01.png);

}

.user-content li:nth-child(5) a:hover,
.user-content li:nth-child(5) a.on {
    background-image: url(../img/icon-need02.png);
}

.user-content li:nth-child(6) a:hover,
.user-content li:nth-child(6) a.on {
    background-image: url(../img/member-icon07.png);
}

.user-content li:nth-child(6) a {
    background-image: url(../img/member-icon08.png);
}

.user-content li:nth-child(7) a {

    background-image: url(../img/member-icon10.png);
}

.user-content li:nth-child(7) a:hover,
.user-content li:nth-child(7) a.on {
    background-image: url(../img/member-icon09.png);
}

.user-content li:nth-child(8) a:hover,
.user-content li:nth-child(8) a.on {
    background-image: url(../img/member-icon11.png);
}

.user-content li:nth-child(8) a {
    background-image: url(../img/member-icon12.png);
}

.user-content li:nth-child(9) a:hover,
.user-content li:nth-child(9) a.on {
    background-image: url(../img/member-icon13.png);
}

.user-content li:nth-child(9) a {
    background-image: url(../img/member-icon14.png);
}

.user-content li:nth-child(10) a:hover,
.user-content li:nth-child(10) a.on {
    background-image: url(../img/member-icon15.png);
}

.user-content li:nth-child(10) a {
    background-image: url(../img/member-icon16.png);
}

.users-left {
    width: 240px;
    margin-right: 40px;
    border-radius: 10px;
    background: #fff;
    padding: 0 0 150px;
}

.user-right {
    width: 860px;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    font-size: 14px;
}


.user-right .title {
    font-size: 22px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-right .title img {
    margin-right: 10px;
}

.user-right .my_info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-right .my_info .photo {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    margin: 0 20px 0 0;
    background: #ececec;
}

.user-right,
.ym_icon {
    display: block;
    float: left;
    margin-right: 10px;
}

.ym_box {
    margin: 10px 0 10px;
    overflow: hidden;
}

.user-right .ym_icon {
    width: 25px;
    height: 25px;
}

.name_tag p:first-child {
    font-size: 18px;
    margin-bottom: 6px;
}

.auth_red {
    color: red;
}

.my_info,
.my_status {
    margin-bottom: 20px;
}

.tips_title {
    font-size: 16px;
}

.task_space {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.play {
    padding: 20px 0 10px;
    border-bottom: 1px solid #ececec;
    line-height: 40px;
    margin-bottom: 20px;
}

.deposit {
    margin-left: 30px;
    border: 1px solid #51a1e6;
    border-radius: 4px;
    padding: 5px 8px;
    color: #51a1e6;
}

.mar_name {
    margin-right: 30px;
}

.lable_tips_lv {
    background: #0ead0e;
}

.lable_tips {
    text-align: center;
    color: #fff;
    padding: 5px;
    line-height: 25px;
}

.edit_lable {
    color: #a6a6a6;
}

.text_color_ceter {
    color: #51a1e6;
    cursor: pointer;
    border: 1px solid #51a1e6;
    padding: 5px 8px;
    border-radius: 4px;
}

.bg {
    background: rgb(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.editinfo {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    z-index: 999999;
    display: none;
}

.editinfo-head {
    padding: 20px 20px 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.editinfo-head span {
    line-height: 24px;
    font-size: 18px;
    color: #303133;
}

.editinfo-con {
    padding: 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}

.editinfo-head button {
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
    font-size: 16px;
}

.el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}

.avatar {
    width: 178px;
    height: 178px;
    display: block;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.el-upload__input {
    display: none;
}

.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.el-upload {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    outline: 0;
}

.el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}

.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.el-form-item {
    margin-bottom: 22px;
}

.el-radio {
    color: #606266;
    font-weight: 500;
    cursor: pointer;
    margin-right: 30px;
}

.el-radio__input {
    cursor: pointer;
    vertical-align: middle;
}

.el-form-btn {
    padding: 10px 20px 20px;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.el-form-btn button {
    display: inline-block;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 4px;
    color: #2b3034;
}

.el-form-btn button:last-child {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}

.my_demand_tab {
    margin: 0 0 20px;
}

.my_demand_tab span.on {
    background-color: #51a1e6;
    color: #fff;
}

.my_demand_tab span {
    padding: 8px 12px;
    font-size: 14px;
    background-color: #f9f9f9;
    cursor: pointer;
}

.my_approve {
    margin-top: 30px;
}

.approve_content, .approve_title, .real_name {
    line-height: 40px;
}

.real_name {
    font-weight: 700;
}

.approve_title span:first-child {
    padding-right: 10px;
    width: 100px;
}
.approve_title span {
    display: inline-block;
    font-size: 13px;
}

.status_lv {
    color: #0ead0e;
}

.approve_content span:first-child {
    padding-right: 10px;
    width: 100px;
}
.approve_content span, .approve_title span {
    display: inline-block;
    font-size: 13px;
}

.demand_info .btn_box {
    margin: 20px 0 30px;
}

.demand_info  .btn_box a {
    display: inline-block;
    background: #51a1e6;
    min-width: 140px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.has-gutter tr{
    line-height: 35px;
}

.has-gutter tr td{
    text-align: center;
}

/* 用户中心 end */

/* 表单start */
.biaodan .title{
    margin-bottom: 20px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 20px;
    font-size: 22px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
}

.biaodan .title img {
    margin-right: 10px;
}

.biaodan .title span {
    margin-left: 10px;
    color: red;
    font-size: 14px;
}

.biaodan .demand_type h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}

.biaodan .demand_type h3 i {
    color: red;
    margin: 0 8px;
}

.biaodan .demand_type h3 span {
    font-weight: 400;
    color: #666;
    font-size: 14px;
}

.biaodan .content label{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 10px;
}

.biaodan .content label input{
    margin-right: 5px;
}

.biaodan .demand_type {
    margin-bottom: 40px;
}

.bd-input input,.bd-input textarea,.bd-input select{
    width: 100%;
    border: 1px solid #dcdfe6;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    box-sizing: border-box;
    color: #606266;
    border-radius: 4px;
}

.bd-input textarea{
    height: 160px;
    resize: none;
}

.biaodan .rwxq-left{
    padding-left:30px; 
    padding-right:30px; 
}


.bd-input input:focus,.bd-input textarea:focus {
    border-color: #409eff;
    outline: 0;
}

.el-upload {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    outline: 0;
}


.el-upload button{
    padding: 9px 15px;
    font-size: 12px;
    border-radius: 3px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
    border: none;
    cursor: pointer;

}

.el-upload input {
    display: none;
}

.upload-tip{
    font-size: 12px;
    color: #606266;
    margin-top: 7px;
}

.bd-small input{
    margin-right: 10px;
    width: 260px;
}


.bd-input select{
    width: 260px;
    font-size: 16px;
}

.bd-input option{
    padding: 0 20px;
  
}

.demand_type  .form_line{
    width: 50%;
}
.demand_type .form_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.demand_type .content{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.demand_type  .form_line p {
    width: 60px;
    margin-right: 20px;
    font-size: 15px;
}

.biaodan .form_line button{
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    border: none;
}

.demand_tips .title{
    border-bottom: 1px dashed #e5e5e5;
    color: #666;
    font-size: 16px;
    font-weight: bolder;
    padding-bottom: 20px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.demand_tips .title img {
    margin: 0 10px 0 20px;
}

.rwxq-right .demand_tips img{
    width: auto;
    height: auto;
}

.rwxq-right .demand_tips p {
    color: #666;
    padding: 20px 20px 0;
    font-size: 14px;
}

.demand_type .int_left {
    width: 480px;
}


.demand_type .int_right {
    width: 320px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* 表单end */