

.index-container {
    height: 800px;
    width: 100%;
    padding-top: 60px;
    background: url(../images/417759e9-4cb9-4d57-af3b-be2cbc419586.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #201fec;
}

.show_body {
    position: relative;
    height: 100%;
    padding: 0 2%;
    background-color: transparent;
    padding-top: 90px;
}

.index_introduction {text-align: center;}

.index_info span:first-child {
    color: #fff;
    display: block;
    font-size: 72px;
}

.index_info span:last-child {
    color: #fff;
    font-size: 18px;
}

.opt_container {margin-top: 45px;}

.free_btn {
    width: 230px;
    height: 54px;
    border-radius: 2px;
    background-color: rgb(0, 210, 128);
    text-align: center;
    line-height: 54px;
    display: inline-block;
    /* box-shadow: 0px 12px 13px 0px rgba(0, 0, 0, 0.11); */
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing:grayscale;
    -webkit-transition:border-color 2s,color 4s;
    transition:border-color 0.4s,color 0.4s;
    position: relative;
    z-index:1;
    cursor:pointer;
}
.free_btn:hover::before {
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}
.free_btn::before {
    -webkit-transition-timing-function:cubic-bezier(0.2,1,0.3,1);
    transition-timing-function:cubic-bezier(0.2,1,0.3,1);
}
.free_btn:before {
    content:'';
    background:#00c091;
    position:absolute;
    left:0;
    top:0;
    width:230px;
    height:54px;
    z-index:-1;
    opacity:0;
    -webkit-transform:scale3d(0.2,1,1);
    transform:scale3d(0.2,1,1);
    -webkit-transition:-webkit-transform 0.4s,opacity 0.4s;
    border-radius: 2px;
}

.free_btn i {
    display: inline-block;
    width: 26px;
    height: 25px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAZCAYAAAAv3j5gAAACw0lEQVRIia3W22tcVRTH8c+ZxHYkaaZRkFa0iVqMSGN9EUHbRNTSBklBRLEK1r+gVAQFfQjBJx8VfNDaJFBtQbyArdQqPqhY8Km2AaGXScREW4nNpJky6eS2fZgz7XQyl9TmB5vD+a211/eszT7n7CiEYCUVDfe3YA/O45PQ2ZeHxIpSCvoI7+Bj/BAN9zdDtFIdRcP9XXgSH+AnPBCHvkdPY425rdiFHjyEdZjFOM7hKA4hE+cn8TZuR1cJbBter9RREq/hDayt08jU0ey5oWf++HR74FlswmfYH0OPYyPeKwe143A8oa5GZ6c8mt5nYj6nIYoyCyFsxWP4EAfwJvZhd+nS3YWf42tdjc1N6x4ZNDGfAwshtCZEvywKT+FVDCEfOvt6oQhK4ssbgXSNDBqbm77OXxRS+BFP4yWMFmNF0F48shzIn3OXbEkPLIGUqAnf4c7Q2Xe5aEYhhNswglQ9yNn8pCdGh/w9l62a0xglbLgl9XK6Y8/B63yFLVwX8nt+Qld60MWFmZqQLza8YGdLR2t5LIHt9SD/zudsSQ8sFwI7KoEergc6djntSpj34tpNupvaNCdWLYF8fg0Cm8trRCGEPFaVB0r1ythXphav+LptF3g8PeB4bqxSJ0XNYnV5R/lakIBvsmdta77vqteZvKMWpKIaFT7na6ol/JobN7kw47eZC/ZnTjgyfcbh7GkNUeTQ3c9Vg/xTCXQa91cDHcmeAQOZEw5MndTd1O799T22NrVd7ayCTlYCHUNvtRmbk+s8n3rQzpYOvWs6pBpWV0st1bflxg29sMvUJdyLyVIzERvvrhBEXGtyiRtCEEK4NYRwKty8huNaykfpzcYQwl83ARmPayyBlIOEEO6Jn+r/dNJeDVIJVFzGt0IImWUAMnFuxeUqHbVOQa0KP68dCoeT9bF/HqcUtvBB1w4nNfUf7kdOIbD8krsAAAAASUVORK5CYII=);
    vertical-align: middle;
    margin-bottom: 9px;
}
.free_btn:hover {
    opacity: 1;
}
.free_btn span {
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
}
.resume_edit_tips {
    margin-top: 20px;
}

.online_resume_section {
    background-color: #ebf1fa;
    text-align: center;
    padding-bottom: 0;
    padding-top: 220px;
}
.online_resume_container {}
.online_resume_container .online_resume_list_header .online_resume_list_title {
    display: block;
    font-size: 30px;
    color: rgb(22, 22, 22);
}
.clear{clear: both;}
.online_resume_container .online_resume_list_header {
    padding: 80px 0px 30px;text-align: center;
}
.online_resume_container .online_resume_list_header span:last-child {
    font-size: 14px;
    color: rgb(121, 133, 151);
}
.online_resume_container .online_resume_list_header span i {
    width: 33px;
    border-top: 1px solid rgb(121, 133, 151);
    display: inline-block;
    margin: 4px 15px;
}

.online_resume_section .online_resume_container .online_resume_list {
    text-align: left;
    width: calc(100% - 52px);
}

.online_resume_list_content {
    position: relative;
}
.online_resume_list_content .opt_btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 1.753px 3.595px 9px 0px rgba(35, 35, 35, 0.07);
    margin-top: -26px;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}
.online_resume_list_content .opt_btn svg {
    display: inline-block;
    margin-top: 14px;
    margin-left: -4px;
}

.online_resume_list_content .next_btn.opt_btn {
    right: 0px !important;
    left: auto;
}

.online_resume_list_content .next_btn.opt_btn svg {
    margin-left: 3px;
}

.online_resume_list_content .opt_btn:hover {
    background: #0064fa;
}


.online_resume_list_content ul li.template_list {
    display: inline-block;
    /* max-width: 254px; */
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    padding: 5px;
}

.online_resume_list_content ul li.template_list .img {position: relative;}
.online_resume_list_content ul li.template_list .img img {
    width: 100%;
    height: 100%;
}

.online_resume_section .online_resume_container label a {
    background: #fff;
    width: 164px;
    height: 54px;
    line-height: 54px;
    border-radius: 24px;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    border: 1px solid rgb(206, 206, 206);
    font-weight: initial;
    font-size: 14px;
    color: rgb(143, 143, 143);
    margin: 20px 0px 0px;
}



.word_section {
    background-color: #ebf1fa;
    text-align: center;
    padding: 0 2%;
    padding-bottom: 50px;
}


.hr_service {
    padding: 0 2%;
    margin: 50px auto;
    padding-top: 40px;
    background-color: #ffffff;
}
.hr_service .hr_service_content {
    max-width: 1240px;
    width: auto;
/*    height: 330px; */
    margin: 0 auto;
}

.hr_service .hr_service_content .service_left {
    display: inline-block;
}

.hr_service .hr_service_content .service_left .sercie_title h2 {
    font-size: 30px;
    font-family: "Microsoft YaHei";
    color: rgb(22, 22, 22);
}

.hr_service_content .service_left .sercie_title p.desc {
    margin: 0px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(48, 53, 59);
}

.hr_service_content .service_left .service_desc {
    width: 470px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(106, 110, 115);
    line-height: 1.429;
    margin: 35px 0px;
}

.service_desc {}

.hr_service_content .service_left a.goto_custome {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 2px;
    background-color: rgb(0, 100, 250);
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.hr_service .hr_service_content .service_right {
    display: inline-block;
    vertical-align: top;
    width: 695px;
    float: right;
}

.hr_service .hr_service_content .service_right img {
    width: 100%;
}
.hr_service .opt_btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(218, 223, 230);
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}
.hr_service .hr_content {
    position: relative;
    margin: 20px auto 50px;
    text-align: center;
    max-width: 1340px;
}
.hr_service .opt_btn svg {
    display: inline-block;
    margin-top: 9px;
}

.hr_service .next_btn.opt_btn {
    right: -50px !important;
    left: auto;
}

.hr_service .next_btn.opt_btn svg {
    margin-left: 3px;
}
@media only screen and (max-width: 1340px) and (min-width: 0){
    .hr_service .next_btn.opt_btn{right:0px !important;}
    .hr_service .pre_btn.opt_btn{left:0px !important;}
}

.hr_service .opt_btn:hover {
    background: #0064fa;
}
.hr_container {
    width: calc(100% - 101px);
}
.hr_service .hr_content ul {
}

.hr_service .hr_content ul li.hr_item {
    display: inline-block;
    height: 220px;
    text-align: center;
    border: 1px solid rgb(217, 224, 233);
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.03);
}

.hr_service .hr_content ul li.hr_item .img {
    margin-top: 30px;
}
.hr_service .hr_content ul li.hr_item .img img {
    width: 66px;
    height: 66px;
    border-radius: 50%;
}
.hr_service .hr_content ul li.hr_item p.name {
    font-size: 16px;
    color: rgb(57, 71, 91);
    font-weight: bold;
    line-height: 1.2;
    margin: 5px 0px 15px;
}

.hr_service .hr_content ul li.hr_item p.info {
    font-size: 14px;
    color: rgb(57, 71, 91);
    line-height: 1.2;
    margin: 0px 0px 30px;
}

.hr_service .hr_content ul li.hr_item .tag {
    text-align: center;
}
.hr_service .hr_content ul li.hr_item .tag span {
    display: inline-block;
    width: auto;
    height: 28px;
    border: 1px solid rgb(217, 224, 233);
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    line-height: 28px;
    color: rgb(57, 71, 91);
    padding: 0px 5px;
    font-size: 12px;
}



.index_user_choose_intro {
    background-image: url(../images/bg.png);
    text-align: center;
    color: #fff;
    padding: 65px 2%;
}

.index_user_choose_intro .choose_info h2 {
    font-size: 36px;
    margin: 0;
    color: #2c2c2c;
}

.index_user_choose_intro .choose_info span {
    display: inline-block;
    margin-top: 15px;
    color: #707070;
    font-size: 16px;
}

.index_user_choose_intro .choose_info span i {
    display: inline-block;
    width: 40px;
    height: 1px;
    margin: 0 8px;
    background-color: #fff;
    vertical-align: middle;
}
.index_user_choose_intro img {
    width: 100%;
}
.index_user_choose_intro .middle_info .info_item {
    width: 320px;
    height: 200px;
    margin-left: 20px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    text-align-last: center;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-basis: 0;
    -webkit-flex-basis: 0;
}
.index_user_choose_intro .middle_info .info_item:first-child{margin-left:0px}
.index_user_choose_intro .middle_info {
    margin-top: 120px;
    text-align: justify;
    text-align-last: justify;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index_user_choose_intro .middle_info .title {position: absolute;width: 100%;top: -45px;}

.index_user_choose_intro .middle_info .title img {
    width: 74px;
    height: 74px;
    border-style: solid;
    border-width: 3px;
    border-color: #f0f0f0;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
}

.index_user_choose_intro .middle_info .title .name {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(94, 94, 94);
    line-height: 1.2;
    margin-top: 5px;
}

.index_user_choose_intro .middle_info .title .exp {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: rgb(135, 135, 135);
    line-height: 1.2;
    text-align: center;
    margin-top: 5px;
}

.index_user_choose_intro .middle_info .info_item .desc {
    position: absolute;
    bottom: 0px;
    height: 120px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(140, 140, 140);
    line-height: 1.429;
    text-align: justify;
    text-align-last: left;
    padding: 20px;
}

.index_user_choose_intro .bottom_info {
    height: 288px;
    margin-top: 185px;
    color:#454444;
}
.index_user_choose_intro .bottom_info h2 {
    color:#2b2b2b;
    font-size: 36px;
}
.index_user_choose_intro .bottom_info p {
    margin:40px 0;
    font-size: 18px;
}
.index_user_choose_intro .bottom_info a {
    width:270px;
    height:60px;
    line-height:60px;
    background: linear-gradient(91deg,#0165fa,#5297ff);
    display:
            inline-block;
    font-size:18px;
    font-weight:
            bold;
    color:#ffffff;
}

.moban-link {
    height: 50px;
    background-color: rgb(0, 0, 0);
    color: #aeb6bd;
    text-align: center;
    line-height: 50px;
    min-width: auto;
}

.moban-link a {
    margin-right: 50px;
}