.iconimg_editor {
    background-image: url(../images/iconimg-editor.png)
}

.iconimg_add {
    background-image: url(../images/iconimg-add.png)
}

.iconimg_delete {
    background-image: url(../images/iconimg-delete.png)
}

.iconimg_search {
    background-image: url(../images/iconimg-search.png);
    position: relative;
    top: -1px;
    width: 18px;
    height: 18px
}

.iconimg_prev {
    background-image: url(../images/paging-prev-blue.png)
}

.iconimg_prev.disabled {
    background-image: url(../images/paging-prev-gray.png)
}

.iconimg_first {
    background-image: url(../images/paging-first-blue.png)
}

.iconimg_first.disabled {
    background-image: url(../images/paging-first-gray.png)
}

.iconimg_next {
    background-image: url(../images/paging-next-blue.png)
}

.iconimg_next.disabled {
    background-image: url(../images/paging-next-gray.png)
}

.iconimg_last {
    background-image: url(../images/paging-last-blue.png)
}

.iconimg_last.disabled {
    background-image: url(../images/paging-last-gray.png)
}

.iconimg_addnew {
    background-image: url(../images/iconimg-addnew.png)
}

.iconimg_refresh {
    background-image: url(../images/iconimg-refresh.png)
}

.modal-content {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .3);
    max-width: 720px;
    border-radius: 6px
}

.edit-content .edit-style {
    margin: 0
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background-color: rgba(0, 0, 0, .3)
}

.container {
    max-width: 1100px;
    background-color: #fff;
    padding: 0;
    border-left: 1px solid #cdcaca;
    border-right: 1px solid #cdcaca
}

.wrap-border {
    border: 1px solid #cdcaca;
    border-bottom: 0
}

footer {
    font-size: 12px;
    color: #999;
    padding: 40px 0
}

footer .beian {
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/iconimg-beian.png) center center no-repeat;
    background-size: contain
}

footer .language-change a:before {
    vertical-align: middle;
    margin-right: 3px;
    display: inline-block;
    border-radius: 50%;
    content: '';
    width: 6px;
    height: 6px;
    background: #000
}

.logo-tupu {
    float: left;
    padding: 15px
}

.block-style {
    width: 550px;
    margin: 0 auto;
    padding: 40px 80px;
    background-color: rgba(255, 255, 255, .5);
    box-shadow: 0 5px 22.8px 15.2px rgba(168, 176, 178, .15)
}

.block-style h1 {
    text-align: center;
    color: #611b74;
    font-size: 28px;
    padding-bottom: 15px
}

.block-style h6 {
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 400;
    padding: 20px 0
}

.block-style h6 span {
    padding: 0 15px
}

.block-style h6:after, .block-style h6:before {
    vertical-align: middle;
    content: '';
    display: inline-block;
    width: 104px;
    height: 1px;
    background-color: #a8abad
}

.block-style .link {
    color: #611b74;
    font-size: 12px;
    border-bottom: 1px solid #611b74
}

.block-style .list-links {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 30px 0
}

.form-style {
    padding-bottom: 5px
}

.form-style input:placeholder {
    color: #404040
}

.form-style .form-control {
    margin-bottom: 15px
}

.form-style .btn-login {
    background-color: #611b74;
    color: #fff
}

.form-style .code {
    padding: 0 15px
}

.form-style .code img {
    display: inline-block;
    height: 32px;
    width: auto
}

.form-style .block-code {
    float: right;
    width: 144px
}

.form-style .wrap-input-code {
    overflow: hidden
}

.wrap-custom {
    margin-bottom: 15px;
    text-align: center
}

.custom-radio {
    text-align: center
}

.custom-radio .custom-control-indicator {
    width: auto;
    height: auto;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 1000px;
    background-color: #fff;
    border-color: transparent
}

.custom-radio-student .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #611b74;
    background-clip: border-box;
    color: #fff
}

.custom-radio-student .custom-control-input:checked ~ .custom-control-indicator:before {
    background: url(../images/iconimg-student-white.png) center center no-repeat;
    background-size: contain
}

.custom-radio-student .custom-control-indicator:before {
    vertical-align: middle;
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background: url(../images/iconimg-student-gray.png) center center no-repeat;
    background-size: contain
}

.custom-radio-social .custom-control-input:checked ~ .custom-control-indicator {
    background-clip: border-box;
    background-color: #611b74;
    color: #fff
}

.custom-radio-social .custom-control-input:checked ~ .custom-control-indicator:before {
    background: url(../images/iconimg-social-white.png) center center no-repeat;
    background-size: contain
}

.custom-radio-social .custom-control-indicator:before {
    vertical-align: middle;
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background: url(../images/iconimg-social-gray.png) center center no-repeat;
    background-size: contain
}

.topbar {
    background-color: #611b74 !important
}

.topbar .container {
    background-color: #611b74 !important;
    border: 0
}

.topbar a {
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    padding: 0 10px
}

.nav {
    background-color: #ebebeb
}

.nav-item {
    float: left
}

.nav-item.active .nav-link {
    background-color: #611b74;
    color: #fff
}

.nav-link {
    line-height: 42px;
    color: #611b74;
    padding: 0 30px
}

.info-base {
    font-size: 14px;
    color: #272636;
    line-height: 20px
}

.info-base .avatar {
    width: 90px;
    height: 170px;
    margin-right: 10px
}

.overflow span{
    margin-right: 1em; 
}

.info-base .name {
    font-size: 20px;
    color: #611b74;
    font-weight: 400;
    line-height: 30px
}

.info-base .baseinfo span {
    margin-right: 10px
}

.info-base .status span {
    margin-right: 10px
}

.title-primary {
    position: relative;
    font-size: 16px;
    color: #611b74;
    text-align: left;
    line-height: 40px;
    padding-left: 40px;
    border-bottom: 2px solid #d9d8d8;
    margin-bottom: 10px
}

.description {
    position: relative;
    padding-left: 40px;
    padding-right: 200px;
    font-size: 12px;
    color: #272636;
    line-height: 20px
}

.self h1 {
    background: url(images/iconimg-self.png) left center no-repeat
}

.job h1 {
    background: url(images/iconimg-job.png) left center no-repeat;
    background-position: 0 6px;
    background-size: 24px
}

.works h1 {
    background: url(images/iconimg-works.png) left center no-repeat;
    background-position: 0 9px;
    background-size: 25px
}

.works .description {
    padding-right: 0
}

.works .des-content {
    padding-right: 200px
}

.education h1 {
    background: url(images/iconimg-education.png) left center no-repeat;
    background-position: 0 7px;
    background-size: 28px
}

.education .description {
    padding-right: 0
}

.education .des-content {
    padding-right: 200px
}

.des-content {
    position: relative
}

.des-content .date {
    line-height: 30px
}

.des-content .college {
    padding-left: 15px
}

.des-content .t-left {
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 30px
}

.des-content .t-overflow {
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 30px;
    padding-left: 15px
}

.des-content .span {
    display: inline-block
}

.des-content .h6 {
    font-size: 12px;
    margin-bottom: 5px
}

.train h1 {
    background: url(images/iconimg-train.png) left center no-repeat;
    background-position: 0 0;
    background-size: 30px
}

.project h1 {
    background: url(images/iconimg-project.png) left center no-repeat;
    background-position: 0 6px;
    background-size: 24px
}

.language h1 {
    background: url(images/iconimg-language.png) left center no-repeat;
    background-position: 0 6px;
    background-size: 24px
}

.pro h1 {
    background: url(images/iconimg-pro.png) left center no-repeat;
    background-position: 0 1px;
    background-size: 20px
}

.production h1 {
    background: url(images/iconimg-production.png) left center no-repeat;
    background-position: 0 10px;
    background-size: 20px
}

.production .des {
    margin-left: 130px;
    line-height: 30px
}

.custom-file {
    position: relative
}

.custom-file input[type=file] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 10px;
    opacity: 0
}

.custom-file .btn-upload {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(90deg, #611b74 0, #81cef8 100%);
    color: #fff
}

.actions {
    position: absolute;
    right: 0;
    top: 0;
    color: #611b74;
    font-size: 14px;
    text-align: right
}

.actions p {
    margin-bottom: 15px
}

.title-fliter {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px dashed #dedede;
    padding: 10px 30px;
    margin-bottom: 20px
}

.title-fliter:after {
    text-align: center;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #959595;
    position: relative;
    top: 25px;
    left: -50px
}

.title-fliter span {
    padding: 12px;
    background-color: #fff
}

.list-fliter {
    position: relative;
    padding: 10px 80px 0 10px;
    margin-bottom: 10px;
    height: 38px;
    overflow: hidden
}

.list-fliter.active {
    border-color: #f0f0f0;
    background-color: #f7f7f7;
    height: auto;
    overflow: auto;
    border: 1px solid #f0f0f0
}

.list-fliter.active .action-more {
    background: url(../images/iconimg-more-off.png) right center no-repeat
}

.list-fliter .name {
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    line-height: 20px
}

.list-fliter li {
    float: left;
    padding: 0 10px;
    line-height: 20px;
    margin: 0 5px 5px
}

.list-fliter li.active {
    background-color: #611b74;
    color: #fff
}

.list-fliter .action-more {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 10px;
    margin-right: 30px;
    padding-right: 15px;
    background: url(../images/iconimg-more-on.png) right center no-repeat;
    color: #611b74
}

.list-city {
    border: 1px solid transparent;
    background-color: transparent
}

.form-search {
    float: right;
    width: 400px
}

.form-item-search {
    border: 1px solid #dddcdc
}

.input-search {
    border: 0
}

.btn-search {
    border: 0;
    background-color: #611b74;
    color: #fff;
    font-size: 14px
}

.list-tab {
    padding-left: 30px
}

.item-tab {
    float: left;
    padding: 10px 30px;
    border-left: 1px;
    background: #f2f3f3;
    color: #611b74
}

.item-tab.active {
    background-color: #fff;
    box-shadow: 0 3px 0 0 #611b74 inset
}

.item-tab:first-child {
    border-top: 1px solid #cdcaca;
    border-left: 1px solid #cdcaca;
    border-radius: 1px 0 0 0
}

.item-tab:last-child {
    border-top: 1px solid #cdcaca;
    border-right: 1px solid #cdcaca;
    border-radius: 0 1px 0 0
}

.list-body {
    padding: 30px 30px 0;
    border: 1px solid #cdcaca;
    border-bottom: 0
}

.list-jobs {
    padding: 0 30px
}

.item-jobs {
    position: relative;
    padding: 25px 0 15px;
    border-bottom: 1px dashed #ceced1
}

.item-jobs h1 {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #2e2d3b
}

.item-jobs .other-info {
    font-size: 12px;
    color: #828181
}

.item-jobs .list-pos {
    display: none;
    position: absolute;
    top: 0;
    background: #fff;
    border: 1px solid #cccaca;
    padding: 0 15px
}

.item-jobs .list-pos.active {
    display: block
}

.item-jobs .list-pos a {
    display: inline-block;
    line-height: 30px;
    border-bottom: 1px solid #e7e5e5
}

.btn-send {
    margin-left: 50px;
    background-color: #611b74;
    color: #fff;
    border-radius: 4px
}

.excerpt {
    position: relative;
    margin-top: 30px;
    padding: 30px;
    line-height: 30px;
    background-color: #deeff9;
    color: #272636
}

.excerpt h1 {
    font-size: 20px;
    font-weight: 400
}

.btn-g {
    position: absolute;
    top: 30px;
    right: 30px
}

.btn-back {
    color: #611b74;
    background-color: #fff;
    border-radius: 4px;
    width: 90px
}

.btn-deliver {
    color: #fff;
    background-color: #611b74;
    border-radius: 4px;
    width: 90px
}

.function {
    padding: 30px;
    color: #1f3251;
    font-size: 12px;
    line-height: 20px
}

.function h6 {
    margin-bottom: 10px
}

.paging {
    padding: 10px 30px
}

.paging li {
    float: left;
    padding-right: 20px
}

.select-style {
    display: inline-block
}

.select-style .custom-select {
    border: 0;
    padding: 0 15px 0 0;
    line-height: 1.5;
    height: auto;
    background: url(../images/iconimg-more-on.png) right center no-repeat;
    width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.edit-style {
    border: 1px solid #a9bcd5;
    margin-bottom: 30px
}

.edit-style .sec-header {
    background-color: #c7e8fb
}

.edit-style .sec-header h1 {
    font-size: 16px;
    color: #272636;
    font-weight: 400;
    line-height: 40px;
    padding-left: 40px
}

.edit-style .sec-footer {
    background-color: #c7e8fb
}

.edit-style .sec-footer .btns {
    float: right;
    padding: 10px 0;
    padding-right: 40px
}

.edit-style .sec-footer .btn {
    margin-left: 5px;
    color: #fff;
    padding: 0 15px;
    font-size: 12px;
    border-radius: 2px;
    line-height: 28px;
    border: 1px solid #0075a9
}

.edit-style .sec-footer .btn-cancel {
    background-color: #611b74
}

.edit-style .sec-footer .btn-save {
    background-color: #fff;
    color: #272636;
    border-color: #c9c9c9
}

.edit-style .form-base {
    padding: 30px
}

.edit-style .flex-item {
    text-align: left;
    line-height: 30px;
    width: 33.33%;
    padding: 5px 0
}

.edit-style .flex-item:nth-child(3n+2) {
    padding-left: 15px;
    padding-right: 15px
}

.edit-style .flex-item label {
    color: #272636
}

.edit-style .flex-item input::-webkit-input-placeholder {
    color: #bfbfc1
}

.edit-style .flex-item input:-ms-input-placeholder {
    color: #bfbfc1
}

.edit-style .flex-item input::placeholder {
    color: #bfbfc1
}

.edit-style .form-item-inline {
    float: left;
    margin-bottom: 15px
}

.edit-style .form-item-inline label {
    float: left;
    padding-right: 10px;
    line-height: 32px
}

.edit-style .form-item-inline .my-input {
    overflow: hidden
}

.edit-style .custom-select, .edit-style .edit-control {
    padding-right: 20px;
    background: url(../images/iconimg-down.png) right center no-repeat;
    background-position: 97% center
}

.edit-style textarea {
    border: 1px solid #e4e3e3;
    background-color: #f6f6f6
}

.edit-style .wrap-textarea {
    padding: 30px 40px
}

.list-uploaded li {
    line-height: 30px;
    padding: 10px 15px;
    margin-bottom: 10px;
    max-width: 50%;
    background-color: #f5f5f5
}

.list-uploaded span {
    float: right;
    cursor: pointer;
    padding: 0 20px
}

.list-uploaded a {
    display: block;
    overflow: hidden;
    color: #611b74;
    white-space: nowrap;
    text-overflow: ellipsis
}

.form-item {
    margin-bottom: 15px
}

.form-item label {
    line-height: 32px
}

.striping {
    padding: 0 10px;
    line-height: 32px
}

.one-checkbox {
    margin-left: 10px;
    line-height: 32px
}

.page-login main, .page-register main {
    background: url(../images/bg-login.jpg) center center no-repeat;
    padding: 70px 0 120px;
    background-size: cover
}

.page-info {
    background-color: #f1f3f4
}

.page-info .logo-tupu {
    float: left;
    padding-left: 30px
}

.page-info main {
    padding: 50px 30px 30px
}

.page-info main section {
    margin-bottom: 20px
}

.page-joblist .wrap-main {
    padding: 10px 30px
}

.page-info-edit main {
    padding: 50px 30px 30px
}

.page-info-edit .edit-avatar {
    padding: 10px;
    border: 1px solid #bfbfbf;
    width: 130px;
    height: 130px
}

.page-info-edit .custom-file {
    margin-bottom: 15px
}

.page-info-edit .custom-file a {
    line-height: 40px;
    color: #611b74;
    text-decoration: underline
}

.page-info-edit .custom-file span {
    font-size: 12px;
    color: #7e7b7b
}

.page-info-edit .production {
    margin-bottom: 60px
}

.page-info-edit .production h1 {
    background: 0 0
}

.page-info-edit .btn-confirm {
    background-color: #611b74;
    color: #fff
}

.page-info-edit .edit-actions {
    padding-bottom: 15px
}

.page-info-edit .action-add {
    float: right
}

.page-info-edit .work-content {
    position: relative
}

.page-info-edit .work-content .title {
    font-size: 14px;
    color: #272636;
    line-height: 30px
}

.page-info-edit .work-content .des {
    color: #272636;
    font-size: 12px
}

.page-info-edit .work-e {
    padding-left: 30px;
    border-left: 2px solid #d9d8d8
}

.page-info main {
    padding: 50px 30px 30px
}

.page-info .edit-avatar {
    padding: 10px;
    border: 1px solid #bfbfbf;
    width: 130px;
    height: 130px
}

.page-info .custom-file {
    margin-bottom: 15px
}

.page-info .custom-file a {
    line-height: 40px;
    color: #611b74;
    text-decoration: underline
}

.page-info .custom-file span {
    font-size: 12px;
    color: #7e7b7b
}

.page-info .production {
    margin-bottom: 60px
}

.page-info .production h1 {
    background: 0 0
}

.page-info .btn-confirm {
    background-color: #611b74;
    color: #fff
}

.page-info .edit-actions {
    padding-bottom: 15px
}

.page-info .action-add {
    float: right
}

.page-info .work-content {
    position: relative
}

.page-info .work-content .title {
    font-size: 14px;
    color: #272636;
    line-height: 30px
}

.page-info .work-content .des {
    color: #272636;
    font-size: 12px
}

.page-info .work-e {
    padding-left: 30px;
    border-left: 2px solid #d9d8d8
}

.page-resume-import main {
    padding: 0 30px
}

.page-resume-import .title-second {
    display: inline-block;
    margin: 30px 0 30px -30px;
    padding: 0 30px;
    font-size: 16px;
    color: #272636;
    background-color: #deeff9;
    line-height: 40px;
    font-weight: 400
}

.page-resume-import .tabs-nav {
    margin-bottom: -1px
}

.page-resume-import .tab-item {
    float: left;
    padding: 10px 30px;
    background-color: #f2f3f3;
    color: #611b74;
    border-top: 1px solid #cdcaca
}

.page-resume-import .tab-item:first-child {
    border-left: 1px solid #cdcaca
}

.page-resume-import .tab-item:last-child {
    border-right: 1px solid #cdcaca
}

.page-resume-import .tab-item.active {
    background-color: #fff;
    box-shadow: 0 2px 0 0 #611b74 inset
}

.page-resume-import .tab-pane {
    background-color: #f2f3f3;
    border: 1px solid #cdcaca
}

.page-resume-import .wrap-img {
    float: left;
    margin-top: 80px;
    margin-left: 50px
}

.page-resume-import .alert-des {
    font-size: 12px;
    color: #4b4b4b;
    line-height: 40px
}

.page-resume-import .form-import {
    max-width: 500px;
    padding: 30px;
    margin: 0 auto
}

.page-resume-import .form-item-inline {
    margin-bottom: 15px
}

.page-resume-import .form-item-inline input {
    border-color: #cacaca
}

.page-resume-import .form-item-inline input::-webkit-input-placeholder {
    color: #bfbfbf
}

.page-resume-import .form-item-inline input:-ms-input-placeholder {
    color: #bfbfbf
}

.page-resume-import .form-item-inline input::placeholder {
    color: #bfbfbf
}

.page-resume-import .form-item-inline label {
    float: left;
    font-size: 12px;
    color: #4b4b4b;
    line-height: 32px;
    padding-right: 10px
}

.page-resume-import .form-item-inline .wrap-input {
    overflow: hidden
}

.page-resume-import .btn-import {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    background-color: #611b74;
    border-radius: 4px
}

.page-resume-import .block {
    background-color: #f2f3f3;
    border: 1px solid #cdcaca
}

.page-resume-import .custom-file {
    position: relative;
    display: inline-block
}

.page-resume-import .custom-file .btn {
    font-size: 14px;
    color: #434343;
    background: #dfdfdf
}

.page-resume-import .custom-file input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

.page-resume-import .form-upload {
    margin: 0 auto;
    padding: 30px;
    max-width: 500px
}

.page-resume-import .form-upload .form-group {
    border: 1px solid #bfbfbf;
    margin-bottom: 10px;
    width: 60%
}

.page-resume-import .form-upload .wrap-input input {
    border: 0
}

.page-resume-import .form-upload .btn-browse {
    border: 0;
    line-height: 30px
}

.page-resume-import .form-upload .alert-des {
    line-height: 20px
}

.page-resume-import .img-inline {
    display: inline-block;
    width: auto
}

.page-resume-import .btn-yanzheng {
    color: #fff;
    background-color: #acaeaf;
    line-height: 20px;
    padding: 0 40px;
    border-radius: 2px;
    font-size: 12px
}

.page-resume-import .line-height-30 {
    line-height: 30px
}

.page-resume-import .line-height-22 {
    line-height: 22px
}

.page-resume-import .input-code {
    display: inline-block;
    width: auto;
    vertical-align: middle
}

.page-resume-import .link-code {
    font-size: 12px
}

.page-resume-import .link-code img {
    display: inline-block;
    height: 32px;
    width: auto
}

.page-history .wrap-main {
    padding: 0 30px;
    padding-top: 30px
}

.page-history .list-history {
    padding: 0 30px
}

.page-history .item-history {
    font-size: 12px;
    color: #7e7e7e;
    border-bottom: 1px dashed #ceced1;
    padding: 15px 0
}

.page-history .item-history .job-name {
    font-size: 16px;
    color: #434343;
    margin-bottom: 15px
}

.page-history .item-history .area {
    margin-right: 30px
}

.page-history .item-history .type {
    color: #8a1010
}

.page-history .item-history .date-deliver {
    color: #8a1010;
    margin-right: 15px
}

.action-editor {
    cursor: pointer
}

.action {
    cursor: pointer
}