.pro-details-top .wrap {
    height: 50px;
    line-height: 50px;
}

.pro-details-top a {
    font-size: 18px;
    color: #8d8d8d;
}

.pro-details-top .on {
    color: #ff5c1d;
}

/*project样式开始处*/
.project {
    padding: 30px 23px;
    background-color: #FFFFFF;
}

.project .left img {
    width: 405px;
    height: 212px;
}

.project .right {
    margin-left: 30px;
    width: 680px;
}

.project .right .first-box {
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
}

.project .right .first-box .name {
    margin-left: -10px;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project .right .first-box .bottom {
    margin-top: 25px;
}

.project .right .first-box .bottom .status {
    font-size: 16px;
    color: #666666;
}

.project .right .first-box .bottom .status em {
    color: #ff5c1d;
}

.project .right .first-box .bottom .status .red-box {
    display: inline-block;
    margin-left: 5px;
    padding: 0 10px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color: #ff3d3d;
    border: 1px solid #ff3d3d;
}

.project .right .first-box .bottom .status em .icon-homepage-fire {
    font-size: 22px;
}

.project .right .first-box .bottom .right-box {
    position: relative;
}

.project .right .first-box .bottom .right-box .box {
    margin-left: 20px;
    cursor: pointer;
    color: #CDCDCD;
    font-size: 16px;
}

.project .right .first-box .bottom .right-box .collected {
    color: #ffca39;
}

.project .right .first-box .bottom .right-box .share-way {
    padding-left: 15px;
    box-sizing: border-box;
    top: 35px;
    width: 174px;
    height: 50px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 5px;
    z-index: 100;
}

.project .right .first-box .bottom .right-box .share-way a {
    width: 38px;
    height: 38px;
    margin-top: 7px;
    margin-right: 15px;
    text-align: center;
    line-height: 38px;
    color: #CDCDCD;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.project .right .first-box .bottom .right-box .share-way a i {
    font-size: 24px;
}

.project .right .first-box .bottom .right-box .share-way .weibo:hover {
    color: #FF6161;
}

.project .right .first-box .bottom .right-box .share-way .qq:hover {
    color: #38C0FF;
}

.project .right .first-box .bottom .right-box .share-way .wechat:hover {
    color: #47C93D;
}

.project .right .sec-box {
    padding-top: 25px;
    position: relative;
}

.project .right .sec-box .left-box p {
    margin-bottom: 12px;
    font-size: 16px;
}

.project .right .sec-box .left-box p .icon-question {
    margin-left: 3px;
    font-size: 20px;
    cursor: pointer;
    color: #ffa06d;
}

.project .right .sec-box .left-box p:last-child {
    margin-bottom: 0;
}

.project .right .sec-box .left-box p em {
    display: inline-block;
    width: 100px;
}

.project .right .sec-box .left-box p span {
    font-size: 22px;
    color: #ff5c1d;
}

.project .right .sec-box .left-box p:nth-child(2) span {
    font-size: 14px;
    color: #333;
}

.project .right .sec-box .other-box {
    float: right;
}

.project .right .sec-box .other-box .offer {
    float: right;
    width: 98px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    background-color: #fdbd0d;
    border-radius: 3px;
    cursor: pointer;
}

.project .right .sec-box .other-box .offer p {
    display: inline-block;
    float: left;
    margin-left: 13px;
}

.project .right .sec-box .other-box .offer i {
    float: left;
    margin-top: 2px;
    margin-left: 5px;
}

.project .right .sec-box .join-qq {
    position: absolute;
    padding: 20px 10px;
    right: -35px;
    bottom: -135px;
    width: 220px;
    height: 120px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    z-index: 9999;
}

.project .right .sec-box .join-qq p {
    margin-bottom: 15px;
    font-size: 14px;
}

.project .right .sec-box .join-qq p span {
    color: #ff7c42;
}


.project .right .sec-box .right-box {
    margin-top: 60px;
}

.project .right .sec-box .right-box .button {
    float: right;
    margin-left: 10px;
    width: 162px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #f6751f;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
}

.project .right .sec-box .right-box .join {
    background-color: #f6751f;
    color: #fff;
}

.project .right .sec-box .right-box .success {
    background-color: #4adf63;
    color: #fff;
}

.project .right .sec-box .right-box .full {
    background-color: #979fa7;
    color: #fff;
}

.my-intern {
    position: absolute;
    top: 135px;
    padding-top: 13px;
    width: 205px;
    height: 215px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    border-radius: 10px;
    z-index: 99;
}

.my-intern img {
    display: block;
    margin: auto;
    width: 150px;
    height: 150px;
}

.my-intern p {
    font-size: 14px;
    text-align: center;
    color: #797979;
}

.join-us {
    right: -20px;

}

.ranking {
    right: 155px;
}

/*奖励金规则*/
.rule-layer {
    padding-top: 25px;
    padding-left: 10px;
    width: 605px;
    height: 640px;
    box-sizing: border-box !important;
    background-image: url("https://cdn-r.oss-cn-hangzhou.aliyuncs.com/pro/image/PC/project-recognizance-bk.png");
    background-size: cover;
}

.rule-layer .sec1 {
    margin-top: 152px;

}

.rule-layer .box {
    float: left;
    height: 110px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
}

.rule-layer .box .tit {
    font-size: 17px;
    color: #fb7907;
}

.rule-layer .sec1 .box .p-1 {
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #9b9b9b;
}

.rule-layer .box ul {

}

.rule-layer .box ul li {
    margin-top: 15px;
}

.rule-layer .box ul li em {
    float: left;
    margin-right: 5px;
    font-size: 20px;
    color: #ff8f65;
}

.rule-layer .box ul li p {
    float: left;
    width: 530px;
    font-size: 14px;
    line-height: 24px;
    color: #9b9b9b;
}

/*sign-status样式开始处*/
.sign-status {
    width: 100%;
    height: 143px;
    padding-top: 20px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

.sign-status .tit {
    height: 24px;
    padding-left: 27px;
}

.sign-status .tit:before {
    content: "";
    float: left;
    width: 4px;
    height: 19px;
    margin-right: 10px;
    margin-top: 1px;
    background-color: #FF6161;
    border-radius: 4px;
}

.sign-status .tit p {
    float: left;
    font-size: 18px;
    color: #3C444B;
}

.sign-status .tit p span {
    font-size: 14px;
    color: #3C444B;
}

.sign-status .tit p span em {
    color: #939597;
}

.sign-status .tit .right {
    float: right;
    margin-right: 32px;
    font-size: 14px;
    color: #939597;
}

.sign-status .tit .right span {
    color: #3C444B;
    font-weight: bold;
}

.sign-status ul {
    margin-top: 5px;
}

.sign-status ul li {
    position: relative;
    display: flex;
    float: left;
    justify-content: center;
    width: 238px;
    height: 25px;
    margin-top: 31px;
    border-right: 2px solid #F3F5F7;
}

.sign-status ul li img {
    float: left;
    width: 29px;
    height: 29px;
    margin-top: -3px;
    margin-right: 15px;
}

.sign-status ul li .box {
    float: left;
    margin-top: -9px;
}

.sign-status ul li .box .p-1 {
    font-size: 18px;
    color: #263D5C;
}

.sign-status ul li .box .p-2 {
    font-size: 14px;
    color: #BFC7CD;
}

.sign-status ul li .line {

}


/*details样式开始处*/
.details {
    margin-top: 15px;
    padding: 0 0 30px 25px;
    background-color: #fff;
}

.details .Tab {
    width: 100%;
    margin-bottom: 20px;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #e8e8e8;
}

.details .Tab .box {
    width: 95px;
    float: left;
    margin-right: 85px;
    text-align: center;
}

.details .Tab .box a {
    font-size: 22px;
}

.details .Tab .box .active {
    color: #ff5a00;
}

.details .Tab .box .line {
    margin: -7px auto 0;
    width: 55px;
    height: 4px;
}

.details .Tab .box .choose {
    background-color: #ff5a00;
}

/*项目介绍样式开始处*/
.pro-intro .left-box {
    width: 705px;
}

.pro-intro .left-box .intro-box {
    padding: 25px 0;
    border-bottom: 1px solid #e8e8e8;
}

.pro-intro .left-box .intro-box:last-child {
    border-bottom: none;
}

.pro-intro .left-box .intro-box .tit {
    font-size: 20px;
}

.pro-intro .left-box .intro-box .tit:before {
    content: "";
    float: left;
    width: 4px;
    height: 19px;
    margin-right: 10px;
    margin-top: 3px;
    background-color: #FF6161;
    border-radius: 4px;
}

.pro-intro .left-box .intro-box .detail {
    padding-left: 8px;
    margin-top: 20px;
}

.pro-intro .left-box .intro-box .detail .p-1 {
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 1px;
}

.pro-intro .left-box .intro-box .detail .module li {
    display: inline-block;
    margin-right: 35px;
    margin-top: 20px;
    width: 255px;
    height: 55px;
    line-height: 55px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 4px;
}

.pro-intro .left-box .intro-box .detail .module li:last-child {
    margin-right: 0;
}

.pro-intro .left-box .intro-box .detail .module li em {
    float: left;
    margin: 0 10px;
    color: #ff5c1d;
    font-size: 20px;
}

.pro-intro .left-box .intro-box .detail .module li p {
    float: left;
    font-size: 16px;
}

.pro-intro .left-box .intro-box .detail .p-2 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
}

.pro-intro .left-box .intro-box .detail .p-2:last-child {
    margin-bottom: 0;
}

.pro-intro .left-box .intro-box .detail .p-2 .icon-gou {
    float: left;
    margin-top: 2px;
    margin-right: 10px;
    color: #ff6e36;
    font-size: 14px;
}

.pro-intro .left-box .intro-box .detail .p-2 em {
    display: block;
    float: left;
    width: 610px;
}

.pro-intro .left-box .project-teacher {
    padding-top: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.pro-intro .left-box .project-teacher .tit {
    font-size: 20px;
}

.pro-intro .left-box .project-teacher .tit:before {
    content: "";
    float: left;
    width: 4px;
    height: 19px;
    margin-right: 10px;
    margin-top: 3px;
    background-color: #FF6161;
    border-radius: 4px;
}

.pro-intro .left-box .teacher-box {
    padding-top: 1px;
    width: 217px;
    height: 235px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-sizing: border-box;
}

.pro-intro .left-box .teacher-box .avatar {
    display: block;
    width: 50px;
    height: 50px;
    margin: 20px auto 8px;
    border-radius: 50%;
}

.pro-intro .left-box .teacher-box .name {
    text-align: center;
    font-size: 14px;
}

.pro-intro .left-box .teacher-box .position {
    margin-top: -2px;
    text-align: center;
    font-size: 12px;
    color: #a8a8a8;
}

.pro-intro .left-box .teacher-box .line {
    width: 24px;
    height: 3px;
    margin: 3px auto;
    background-color: #ff5c1d;
}

.pro-intro .left-box .teacher-box p {
    padding: 0 10px;
    font-size: 12px;
    text-align: left;
    line-height: 20px;
    color: #2b2b2b;
}

.project-teacher .swiper-wrapper {
    padding: 30px 10px;
}

.project-teacher .swiper-wrapper .swiper-slide {
    width: 217px !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);

}

.project-teacher .teacher-swiper .swiper-container .swiper-button-next {
    right: -5px;
    background-image: none;
}

.project-teacher .teacher-swiper .swiper-container .swiper-button-prev {
    background-image: none;
    left: 5px;
}

.project-teacher .teacher-swiper .swiper-container .click-button i {
    font-size: 25px;
    color: #a8a8a8;
}

.project-teacher .teacher-swiper .swiper-container .click-button i:hover {
    color: #ff5c1d;
}

/*sidebar样式开始处*/
.pro-intro .sideBar {
    width: 400px;
    background: #f7f7f7;
    padding-left:15px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.pro-intro .sideBar .yunying-box{
    background: white;
    padding: 10px 15px 15px;
    height: 140px;
    box-sizing: border-box;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .05);
    margin-bottom: 10px;
}

.pro-intro .sideBar .ads-box{
    background: white;
    margin-bottom: 10px;
    padding: 32px 15px 5px 15px;
    box-sizing: border-box;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .05);
    position: relative;
}

.pro-intro .sideBar .ads-box .ads-icon{
    position: absolute;
    top:0;
    right: 0;
    width: 40px;
    height: 22px;
    flex-shrink: 0;
    border-radius: 0 0 0 11px;
    background: #A4A4A4;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}



.pro-intro .sideBar .ads-box .card {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.pro-intro .sideBar .ads-box .card  .content1 {
    display: flex;
}
.pro-intro .sideBar .ads-box .card .content1 .left {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 15px;
    align-items: center;
    background-color: #DBEAFE;
    border-radius: 8px;
}
.pro-intro .sideBar .ads-box .card  .icon-resource-letter {
    color: #3B82F6;
}
.pro-intro .sideBar .ads-box .card .content1 .main {
    font-size: 14px;
}
.pro-intro .sideBar .ads-box .card  .content1 .main .text-muted {
    font-size: 12px;
    color: #777;
}

.pro-intro .sideBar .yunying-box img {
    float: left;
    margin-left: 10px;
    width: 110px;
    height: 110px;
}
.pro-intro .sideBar .yunying-box .right {
    float: left;
    margin-left: 20px;
}
.pro-intro .sideBar .yunying-box .p-2 {
    margin-bottom: 10px;
    font-size: 18px;
}
.pro-intro .sideBar .yunying-box .p-3 {
    margin-top: 10px;
    color: #797c8d;
}

.pro-intro .sideBar .teacher-box {
    margin-top: 25px;
    padding: 15px 0;
    border: 1px solid #eaeaea;
}

.pro-intro .sideBar .tit {
    font-size: 18px;
    font-weight: bold;
}

.pro-intro .sideBar .tit:before {
    content: "";
    float: left;
    width: 4px;
    height: 21px;
    margin-right: 10px;
    margin-top: 1px;
    background-color: #FF6161;
}

.pro-intro .sideBar .recruting-box{
    background: white;
    padding: 20px 15px 15px;
    height: 160px;
    box-sizing: border-box;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .05);
    margin-bottom: 10px;
}
.pro-intro .sideBar .recruting-box .data{
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
}
.pro-intro .sideBar .recruting-box .data li{
    text-align: center;
}

.pro-intro .sideBar .recruting-box .data .num{
    margin:10px 0 5px 0;
}

.pro-intro .sideBar .recruting-box .data .position{
   color: #999999
}

/*顾问样式开始处*/
.consultant {
    border: 1px solid #e8e8e8;
}

.consultant .consultant-box {
    padding: 15px;
    width: 100%;
    height: 170px;
    box-sizing: border-box;
}

.consultant .consultant-box .head-box .img-box {
    position: relative;
    float: left;
}

.consultant .consultant-box .head-box .img-box img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
}

.consultant .consultant-box .head-box .img-box .vip {
    position: absolute;
    top: 35px;
    right: 0;
    width: 15px;
    height: 15px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background-color: #ff6249;
    border-radius: 50%;
}

.consultant .consultant-box .head-box .right {
    float: left;
    margin-top: 3px;
    margin-left: 15px;
}

.consultant .consultant-box .head-box .right .name p {
    display: inline-block;
    font-size: 16px;
    color: #000;
}

.consultant .consultant-box .head-box .right .name span {
    display: inline-block;
    padding: 0 8px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    background-color: #ff2e2e;
    border-radius: 12px 0 12px 0;
}

.consultant .consultant-box .head-box .right .intro {
    margin-top: 3px;
    color: #55555a;
}

.consultant .consultant-box .ps {
    margin-top: 10px;
    color: #616161;
    font-size: 14px;
    line-height: 24px;
}

.consultant-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 2px;
    border-radius: 0;
}

.consultant-swiper .swiper-pagination {
    bottom: 5px !important;
}

.consultant-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff7b8a;
}

/*特色模块*/
.special {
    margin-top: 30px;
    padding: 15px 0 0;
    border: 1px solid #eaeaea;
}

.special ul {
    margin-top: 25px;
    padding: 0 15px;
}

.special ul li {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
    height: 40px;
    width: 133px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #a1c6e1;
    background-color: #ebf7ff;
    border-radius: 4px;
}

.special ul li:nth-child(even) {
    margin-right: 0;
}

.special ul li i {
    float: left;
    margin-left: 10px;
    margin-right: 15px;
}


/*实习生需求*/
.pro-intro .sideBar .intern-need {
    margin-top: 30px;
    padding: 15px 0;
    border: 1px solid #eaeaea;
}

.pro-intro .sideBar .intern-need .ps {
    margin-top: 10px;
    padding-left: 15px;
    color: #a8a8a8;
    font-size: 16px;
}

.pro-intro .sideBar .intern-need .list li {
    padding: 0 15px;
    margin-top: 30px;
    height: 42px;
    line-height: 42px;
}

.pro-intro .sideBar .intern-need .list li img {
    float: left;
    width: 48px;
    height: 42px;
    border-radius: 5px;
}

.pro-intro .sideBar .intern-need .list li .position {
    float: left;
    margin-left: 15px;
    font-size: 20px;
    color: #333333;
}

.pro-intro .sideBar .intern-need .list li .num {
    float: right;
    font-size: 20px;
    color: #a5a29f;

}

/*group样式开始处*/
.group .group-box {
    width: 490px;
    margin: 30px 140px 30px 10px;
}

.group .group-box:nth-child(2n) {
    margin-right: 0;
}

.group .group-box .tit {
    font-size: 19px;
    color: #333333;
}

.group .group-box .tit:before {
    content: "";
    float: left;
    width: 4px;
    height: 19px;
    margin-right: 10px;
    margin-top: 2px;
    background-color: #FF6161;
    border-radius: 4px;
}

.group .group-box .tit em {
    float: right;
    color: #a5a29f;
    font-size: 16px;
}

.group .group-box .list {
    padding: 0 24px;
    margin-top: 25px;
    height: 375px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

.group .group-box .list li {
    position: relative;
    height: 75px;
    border-bottom: 1px solid #e4e4e4;
}

.group .group-box .list li:last-child {
    border-bottom: none;
}

.group .group-box .list li .show-box {

}

.group .group-box .list li .show-box img {
    float: left;
    margin-top: 15px;
    width: 61px;
    height: 44px;
    border-radius: 5px;
}

.group .group-box .list li .show-box .member-info {
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}

.group .group-box .list li .show-box .member-info .line p {
    float: left;
}

.group .group-box .list li .show-box .member-info .line .name {
    width: 85px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.group .group-box .list li .show-box .member-info .line .school {
    font-size: 12px;
    color: #a5a29f;
}

.group .group-box .list li .show-box .member-info .line .official {
    color: #ff5c1d;
    font-weight: bold;
}

.group .group-box .list li .show-box .one {
    margin-top: 25px;
}

.group .group-box .list li .show-box .icon-close {
    float: right;
    line-height: 75px;
    color: #c2c2c2;
}

.group .group-box .list li .show-box .num {
    float: right;
    margin-right: 20px;
    line-height: 75px;
    font-size: 18px;
    color: #a5a29f;
}

.group .group-box .list li .show-box .num em {
    color: #333333;
}

.group .group-box .list li .more {
    width: 111%;
    padding: 0 25px 15px;
    left: -24px;
    top: 0;
    position: absolute;
    background-color: #fff;
    z-index: 999;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.group .group-box .list li .more .icon-open {
    float: right;
    line-height: 75px;
    color: #ff5c1d;
}

.group-ps {
    margin-top: 10px;
    margin-left: 12px;
    color: #9e9e9e;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
}

.group-ps span {
    float: left;
}

.group-ps p {
    display: inline-block;
}


/*offerKing样式开始处*/
.offerKing {
    width: 615px;
    height: 230px;
    background-color: #fff;
    border-radius: 5px;
}

.offerKing .box {
    float: left;
    padding-left: 20px;
    margin-top: 30px;
    width: 50%;
    height: 165px;
    box-sizing: border-box;
}

.offerKing .box:first-child {
    width: 49%;
    border-right: 2px solid #f3f5f7;
}

.offerKing .box .tit {
    margin-top: -10px;
}

.offerKing .box .tit p {
    font-size: 18px;
    color: #333333;
}

.offerKing .box .tit .line {
    margin-top: 3px;
    width: 26px;
    height: 3px;
    background-color: #ff5c1d;
    border-radius: 10px;
}

.offerKing .box .p-1 {
    margin-top: 5px;
    margin-bottom: 25px;
    color: #333333;
    font-size: 14px;
    letter-spacing: .75px;
}

.offerKing .box .p-2 {
    margin-top: 5px;
    color: #333333;
    font-size: 14px;
    letter-spacing: .75px;
}

.offerKing .box .p-2:before {
    content: "•";
    float: left;
    margin-right: 7px;
    color: #ffb48f;
}


/*我要加入弹窗*/
#join {
    position: relative;
}

#join .mask {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #000;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    z-index: 999999;
    filter: alpha(opacity=80);
    -moz-opacity: 0.5;
}

#join .join-layer {
    display: none;
    position: fixed;
    padding: 45px 0 0 55px;
    left: 32%;
    top: 18%;
    z-index: 9999999;
    width: 721px;
    height: 545px;
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
}

#join .join-layer .tit p {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

#join .join-layer .tit .line {
    width: 36px;
    height: 4px;
    margin-top: 4px;
    background-color: #FBA225;
}

#join .join-layer .choose-position ul {
    margin-top: 20px;
}

#join .join-layer .choose-position ul li {
    position: relative;
    float: left;
    width: 116px;
    height: 115px;
    padding-top: 10px;
    margin-right: 8px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #DCDFE6;
    box-sizing: border-box;
    cursor: pointer;
}

#join .join-layer .choose-position ul .active {
    border: 1px solid #FA9C19;
}

#join .join-layer .choose-position ul li .circle {
    width: 10px;
    height: 10px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #D5D8DE;
}

#join .join-layer .choose-position ul .active .circle {
    width: 3px;
    height: 3px;
    border: 4px solid #FBA225;
    border-radius: 50%;
}

#join .join-layer .choose-position ul li img {
    width: 27px;
    margin-top: 8px;
}

#join .join-layer .choose-position ul li:nth-child(2) img {
    width: 25px;
    margin-top: 7px;
}

#join .join-layer ul li:nth-child(3) img {
    width: 25px;
    margin-top: 7px;
}

#join .join-layer .choose-position ul li:nth-child(4) img {
    width: 25px;
    margin-left: 4px;
    margin-top: 7px;
}

#join .join-layer .choose-position ul li:nth-child(5) img {
    margin-top: 8px;
    width: 24px;
}

#join .join-layer .choose-position ul li .num {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 33px;
    font-size: 12px;
    color: #9DA0A8;
}

#join .join-layer .choose-position ul li .num span {
    font-size: 16px;
    color: #3F485B;
}

#join .join-layer .choose-position ul li .position {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    font-size: 12px;
    color: #4F535A;
}

#join .write-info {
    position: relative;
    margin-top: 50px;
}

#join .write-info ul {
    margin-top: 20px;
}

#join .write-info ul li {
    float: left;
    margin-bottom: 20px;
    margin-right: 72px;
}

#join .write-info ul li:nth-child(2n) {
    margin-right: 0;
}

#join .write-info ul li .info-tit {
    float: left;
    margin-right: 12px;
    font-size: 16px;
    color: #000;
    line-height: 42px;
}

#join .write-info ul li .input-box {
    float: left;
    width: 224px;
    height: 40px;
    border: 1px solid #D8DCE6;
    border-radius: 4px;
}

#join .write-info ul li .input-box input {
    width: 90%;
    height: 95%;
    margin-left: 10px;
    font-size: 14px;
    outline: none;
    border: none;
}

#join .write-info ul li .input-box p {
    float: left;
    margin-left: 10px;
    line-height: 40px;
    font-size: 14px;
    color: #909399;
}

#join .write-info ul li .input-box i {
    float: right;
    margin-right: 6px;
    line-height: 42px;
    font-size: 13px;
    color: #909399;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #909399;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #909399;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #909399;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #909399;
}

#join .write-info .grade {
    display: none;
    position: absolute;
    left: 44px;
    top: 160px;
    width: 224px;
    background-color: #fff;
    border: 1px solid #E4E7ED;
    border-radius: 5px;
}

#join .write-info .grade p {
    width: 100%;
    height: 34px;
    padding-left: 20px;
    font-size: 14px;
    color: #606266;
    line-height: 34px;
    box-sizing: border-box;
    cursor: pointer;
}

#join .write-info .grade .active {
    color: #FBA225;
    background-color: #F5F7FA;
}

#join .write-info .graduation-year {
    display: none;
    position: absolute;
    left: 419px;
    top: 160px;
    width: 224px;
    background-color: #fff;
    border: 1px solid #E4E7ED;
    border-radius: 5px;
}

#join .write-info .graduation-year p {
    width: 100%;
    height: 34px;
    padding-left: 20px;
    font-size: 14px;
    color: #606266;
    line-height: 34px;
    box-sizing: border-box;
    cursor: pointer;
}

#join .write-info .graduation-year .active {
    color: #FBA225;
    background-color: #F5F7FA;
}

#join .join-layer .submit {
    display: block;
    margin: 25px auto 0;
    width: 215px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #FFBD00;
    border-radius: 5px;
}

.full-people {
    width: 312px;
    height: 202px;
    padding-top: 21px;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box !important;
    border-radius: 12px;
}

.full-people .p-1 {
    font-size: 20px;
    color: #363B40;
}

.full-people .p-2 {
    margin-top: 15px;
    font-size: 14px;
    color: #363B40;
}

.full-people .button {
    display: block;
    width: 257px;
    height: 38px;
    margin: 45px auto 0;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    background-color: #FFBD00;
}

.add-resume {
    position: fixed;
    padding: 30px;
    left: 37%;
    top: 18%;
    z-index: 9999999;
    width: 485px;
    height: 435px;
    border-radius: 5px;
    background-color: #fff;
    box-sizing: border-box;
}

.add-resume .add {
    padding-top: 35px;
    margin: 50px auto 0;
    width: 215px;
    height: 225px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-sizing: border-box;
}

.add-resume .add .circle {
    margin: auto;
    width: 100px;
    height: 100px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    font-size: 70px;
    background-color: #efefef;
    border-radius: 50%;
    cursor: pointer;
}

.add-resume .add p {
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
}

.discount-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 136px;
    padding-top: 75px;
    background-image: url(https://cdn-r.oss-cn-hangzhou.aliyuncs.com/pro/image/PC/intern-bottom-kanjia.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 9999;
    box-sizing: border-box;
}

.discount-bottom .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 45px;
    box-sizing: border-box;
}

.discount-bottom p {
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1;
}

.discount-bottom p span {
    margin: 0 5px;
    font-size: 22px;
}

.discount-bottom p .red {
    color: #f55252;
}

.discount-bottom button {
    width: 109px;
    height: 36px;
    margin-left: 80px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#ff6229), to(#f11b16));
    cursor: pointer;
}

.discount-layer {
    padding: 40px 0;
    width: 375px;
    height: 348px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
}

.discount-layer img {
    display: block;
    width: 222px;
    height: 222px;
    margin: auto;
}

.discount-layer p {
    margin-top: 25px;
    font-size: 16px;
    text-align: center;
    color: #6c6c6c;
    line-height: 1;
}

.project .left {
    position: relative;

}

.project .left .icon {

    position: absolute;
    width: 40px;
    height: 40px;
    background: url(https://cdn-r.oss-cn-hangzhou.aliyuncs.com/pro/image/PC/dac4a02fbf2743b6a97baae8700e6899.png) no-repeat center/contain;
    right: 25px;
    bottom: 25px;
    z-index: 10;
}

.project .right .first-box {
    border-bottom: none;
    padding-bottom: 0;
}

.project .right .sec-box {
    padding-top: 0;
}

.lable-content {
    display: flex;
    margin-top: 15px;
}

.lable-content li {
    box-sizing: border-box;
    height: 31px;
    border: 1px solid #FF3D3D;
    border-radius: 15px;
    padding: 0 11px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF3D3D;
    line-height: 31px;
    margin-right: 20px;
}

.project .right .sec-box .left-box {
    padding-top: 36px;
}

.sign-status {
    height: auto;
}

.example-content {
    margin: 0 auto;
    border-top: 2px solid #E8E8E8;
    width: 1147px;
    margin-top: 40px;
    display: flex;
    padding: 40px 25px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}

.example-content .left {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.example-content .middle {
    display: flex;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.example-content .middle .example-box:first-child {
    margin-right: 36px;
}

.example-content .middle .example-box {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 8px;
}

.example-content .right button {
    border: 2px solid #F6751F;
    border-radius: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F6751F;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
}

.delta {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px;
    border-color: transparent transparent #7879EE;
}

.pro-intro .left-box .intro-box .detail .title {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.pro-intro .left-box .intro-box .detail .title p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    margin-left: 10px;
}

.pro-intro .left-box .intro-box .detail .subtitle {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999A9E;
    text-align: center;
}

.pro-intro .left-box .intro-box .detail .img-content {
    white-space: nowrap;
    margin-left: -10px;
}

.pro-intro .left-box .intro-box .detail .anpai-img {
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 601px;
    height: 340px;
}

.pro-intro .left-box .intro-box .detail .liangdian-content {
    display: flex;
    justify-content: space-between;
    margin-top: 33px;
}

.pro-intro .left-box .intro-box .detail .liangdian-box {
    width: 144px;
    text-align: center;
}

.pro-intro .left-box .intro-box .detail .liangdian-box img {
    width: 59px;
    height: 53px;
}

.pro-intro .left-box .intro-box .detail .liangdian-box .h1 {
    line-height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1A1C1E;
    margin: 13px 0 10px 0;
}

.pro-intro .left-box .intro-box .detail .liangdian-box .h2 {
    line-height: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999A9E;
}

.pro-intro .left-box .intro-box .detail .fleximg-content {
    display: flex;
    align-items: center;
}

.pro-intro .left-box .intro-box .detail .liucheng-content {
    display: flex;
    text-align: center;
    justify-content: space-around;
}

.pro-intro .left-box .intro-box .detail .liucheng-content .liucheng-box {
    font-size: 32px;
    width: 128px;
    color: #e6e6e6;
}

.pro-intro .left-box .intro-box .detail .liucheng-content .liucheng-box p {
    margin-top: 15px;
    line-height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.pro-intro .left-box .intro-box .detail .liucheng-content .icon-next {
    position: relative;
}

.pro-intro .left-box .intro-box .detail .liucheng-content .icon-next:before {
    position: absolute;
    right: -19px;
    top: 27px;
}

.pro-intro .sideBar .tit {
    padding-left: 15px;
    margin-bottom: 20px;
}

.pro-intro .sideBar .adv-box {
    width: 241px;
    height: 95px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 15px;
}

.xiaona-img {
    width: 300px;
    height: 360px;
}

.xiaona-code {
    background-color: transparent !important;
    border-radius: 20px !important;
}

.tools-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 25px;
}


.tools-content .box {
    width: 260px;
    padding: 20px;
    background-color: white;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.tools-content .box:hover{
    cursor: pointer;
}

.tools-content .box .top{
    display: flex;
}
.tools-content .box i{
    margin-right: 8px;

}
.tools-content .box  .icon-shu{
    color: #FAA398;
    font-size: 19px;
    font-weight: bold;
}
.tools-content .box  .icon-ai-code{
    color: #94D28A;
    font-size: 22px;
}
.tools-content .box  .icon-edit{
    color: #FAA398;
    font-size: 18px;
}
.tools-content .box  .icon-916caidan_fenceng{
    color: #94D28A;
    font-size: 20px;
}
.tools-content .box .top .title{
    font-weight: 500;
    color: #000000;
    font-size: 15px;
}
.tools-content .box  .text{
    color: #9a9a9a;
    font-size: 12px;
    margin-top: 10px ;
    text-align: left;
}