* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

html {
    height: 100%;
}

body {
    background-color: #fff;
    /*width: 100%;*/
    height: 100%;
}

i,
em {
    font-style: normal;
}

img.hide {
    display: none;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    background-color: #fff !important;
    border: 1px solid #cccccc !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #58afff !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    /*color: #ccc;*/
    line-height: 16px;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

/*::-ms-clear,::-ms-reveal{display:none;}*/
.center-1200 {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

#logo {
	position: relative;
    vertical-align: middle !important;
}


.app-main {
    font-size: 14px;
    width: 1100px;
    /*height: 100%;*/
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    /*overflow: hidden;*/
    clear: both;
    box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    position: relative;

}

.app-top {
    background: url("../../assets/img/icon-top-bg.png");
    height: 72px;
    width: 100%;
    color: #000;
}
.top-btn.toHome>.trouble{
    vertical-align: middle;
    line-height: 70px;
    font-size: 14px;
}
.app-top span {
    vertical-align: middle;
    line-height: 70px;
    padding: 6px 0 6px 6px;
    font-size: 14px;
}

.app-top .top-btn,
.app-top .loginBtn {
    float: right;
    font-size: 14px;
    position: relative;
}

.app-top .top-btn a,
.app-top .loginBtn a {
    /*color: #12a37a;*/

    line-height: 70px;
}

/*.app-top .btn a,.app-top .loginCon{
	position: absolute;
	top:20px;
	right: 0;
	background-color: #ddd;
	display: inline-block;
	width: 200px;
	height: 200px;
	z-index: 9999;
}*/
/*.app-top .btn a,.app-top .loginBtn .loginCon a{
	color: #fff;
	display: block;
}*/

.left-content {
    float: left;
    width: 210px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.left-menu,
.person-info,
.company-info,
.login-con {
    background-color: #fff;
    border: 1px solid #eaeaea;
    margin-bottom: 9px;
}

.left-menu .common {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #dbdbdb;
    margin: 0 10px;
    cursor: pointer;
    font-size: 12px;
    color: #201c1d;
}

.left-menu .common:first-child {
    border: none;
}

.left-menu .common svg {
    margin-right: 10px;
    position: relative;
    top:3px;
}

.left-menu .common.active {
    /*background-color: #16a27b;*/
    color: #fff;
    margin: 0;
    padding: 0 10px;
}

.person-info .info,
.person-info .list,
.person-info .handle {
    margin: 0 20px;
    border-bottom: 1px solid #cccccc;
}

.person-info .info {
    padding: 12px 0;
    cursor: pointer;
    text-align: center;
}

.person-info .info .img {
    display: inline-block;
    width: 94px;
    height: 136px;
    border-radius: 5px;
    /* border-radius: 30px; */
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    position: relative;
    behavior: url('../../assets/js/PIE.htc');
    /* overflow: hidden; */
}
.person-info .info  .img .imgShade{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(134, 127, 127);
    opacity: 0.5;
    width: 100%;
    height: 100%;
}
.person-info .info .img img {
    width: 100%;
    height: 100%;
}
.person-info .info .img:hover .imgShade,.person-info .info .img:hover .icon-enclosure-upload{
    display: block;
}
.icon-enclosure-upload {
    display: none;
    background: url('../../assets/img/up.png');
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    position: absolute;
    cursor: pointer;
}
/* .person-info .info p {
    display: inline-block;
    height: 54px;
    line-height: 54px;
    margin-left: 2px;
    vertical-align: top;
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */

.person-info .list {
    line-height: 26px;
    color: #656565;
    padding: 2px 0;
}

.person-info .list a {
    color: #13a856;
    font-size: 12px;
}

.person-info .list span {
    float: right;
    color: #000000;
}

.person-info .list img {
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.person-info .handle {
    padding: 12px 0 10px 0;
    text-align: center;
}

.person-info .handle div {
    display: inline-block;
    width: 46%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

.person-info .logout {
    text-align: center;
    padding: 20px 0;
}

/* .person-info .logout a {
    color: #13a856;
} */

#uploadBtn {
    float: right;
    color: #13a856;
    line-height: 54px;
    font-size: 12px;
}

.company-info {
    padding-bottom: 14px;
    font-size: 12px;
    color: #666;
    padding-top: 10px;
}

.company-info .info {
    margin-bottom: 12px;
}

.company-info .item {
    text-align: center;
    /*margin-top: 13px;*/
}

.company-info .item p {
    line-height: 22px;
    text-align: left;
    padding-left: 20px;
}

.company-info .item p img {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.company-info .tips {
    font-size: 12px;
    /*color: #12a37a;*/
    padding-left: 20px;
    line-height: 20px;
}
.company-info .contact-info{
    position: fixed;
    left: 0;
    bottom: 200px;
}
.company-info .contact-info .contact-qq{
    width: 80px;
    height: 80px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
}
.company-info .contact-info .contact-qq img{
    margin:8px;
}

.login-con {
    padding-bottom: 10px;
}

.login-con .title {
    height: 48px;
    /* background: url("../../assets/img/color-12A37A/icon-login-bg.png") no-repeat 0px 0px; */
    position: relative;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

.login-con .inner {
    text-align: center;
    margin-top: 14px;
    font-size: 14px;
    position: relative;
}

.login-con .inner span {
    display: inline-block;
    width: 40px;
    text-align: right;
    font-size: 12px;
}

.login-con .inner input {
    background-color: #f2f2f2;
    padding-left: 14px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    border: none;
    border-radius: 4px;
    width: 136px;
}

.login-con .login-btn {
    text-align: center;
    padding: 0 18px;
}

.login-con .login-btn input[type='button'] {
    display: inline-block;
    width: 100%;
    height: 32px;
    /*background-color: #11b65a;*/
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    margin-top: 14px;
}

.login-con .handle {
    padding: 0 18px;
    font-size: 12px;
    line-height: 30px;
}

.login-con .handle a {
    /*color: #11b65a;*/
}

.login-con .handle a.register {
    float: right;
}
#validate{
        width: 80px;
    float: left;
    margin-left: 20px
}
#codeImg{
    display: inline-block;
    width: 80px;
    height: 32px;
}

.right-content {
    float: right;
    width: 880px;
    height: 100%;
    /*background-color: #fff;*/
    position: relative;
}

.right-img {
    height: 176px;
    vertical-align: top;
    width: 100%;
    /* background: url("../../assets/img/topImg.png") no-repeat; */
    z-index: -999;
    overflow: hidden;
}

.right-wrapper {
    /*width: 940px;
	height: 62%;
	overflow: auto;
	background-color: #fff;
	margin-top: 284px;
	border-top: 10px solid #eff4f7;*/
    width: 100%;
    /*position: absolute;
    top: 196px;
    bottom: 0px;
    left: 0px;*/
    /*overflow: auto;*/
    background-color: #fff;
}

.right-wrapper .wrapper-title {
    height: 40px;
    line-height: 40px;
    /*background-color: #12a37a;*/
    color: #fff;
    font-size: 12px;
    /*padding-left: 8px;*/
    width: 100%;
}

.right-wrapper .wrapper-title img {
    margin: 0 6px;
    position: relative;
    /* top: 4px; */
}

.right-wrapper .wrapper-title .title {
    display: inline;
    border-left: 3px solid #fff;
}

.right-wrapper .wrapper-title .title .search-item {
    display: inline-block;
    float: right;
    margin-right: 24px;
}

.right-wrapper .wrapper-title .title .select-con {
    width: 200px;
}

.right-wrapper .wrapper-title .title .bootstrap-select {
    width: 130px;
    height: 28px;
    line-height: 28px;
}

.right-wrapper .wrapper-title .title .bootstrap-select button {
    height: 28px;
    line-height: 12px;
    font-size: 12px;
}

.right-wrapper .wrapper-title .title .bootstrap-select:hover {
    background-color: #fff;
}

.right-wrapper .wrapper-title .title .bootstrap-select .caret {
    display: inline-block;
    width: 25px;
    height: 18px;
    background: url("../../assets/img/color-12A37A/icon-sel-down.png") no-repeat 8px 6px;
    border: none !important;
    top: 24% !important;
    right: 6px !important;
    background-color: #fff;
}

.right-wrapper .wrapper-title .title .search-con {

    background-color: #fff;
    height: 28px;
    line-height: 28px;
    margin-top: 7px;
    padding: 0 6px 0 12px;
    border-radius: 4px;
}

.right-wrapper .wrapper-title .title .search-con input {
    height: 20px;
    padding-left: 4px;
    border: none;
    font-size: 12px;
    outline: none;
    color: #333;
}

.right-wrapper .wrapper-title .title .search-con i {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: top;
    position: relative;
    top: 3px;
    background: url("../../assets/img/icon-search.png") no-repeat 4px 4px;
    cursor: pointer;
}

.right-wrapper .wrapper-title .return {
    float: right;
    margin-right: 30px;
    cursor: pointer;
}

.right-wrapper .wrapper-menu {
    border-bottom: 1px solid #9d9d9d;
    line-height: 39px;
    text-align: center;
    /*color: #12a37a;*/
    font-size: 16px;
    overflow-y: hidden;
    overflow-x: auto;
}

.right-wrapper .wrapper-menu .menu-item {
    cursor: pointer;
    margin-right: 80px;
    padding: 0 10px;
    display: inline-block;
}

.right-wrapper .wrapper-menu .menu-item:last-of-type {
    margin-right: 0;
}

.right-wrapper .wrapper-menu .menu-item.active {
    display: inline-block;
    /*border-bottom: 2px solid #12a37a;*/
    line-height: 38px;
    padding: 0 10px;
}

.wrapper-con {
    /*overflow: auto;*/
    width: 100%;
    position: relative;
    /*position: absolute;
    top: 50px;
    bottom: 0px;
    left: 0px;*/
}

#pagination {
    /*position: absolute;
	bottom:-50px;*/
    width: 100%;
    text-align: right;
    margin: 13px 0;
}

.btn-con {
    text-align: right;
}

#preview-download-btn {
    /*float: right;*/
    display: inline-block;
    width: 98px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    /* background-color: #11b65a; */
    border: none;
    margin: 10px 20px 10px 0;
    cursor: pointer;
}

#steps {
    text-align: center;
    margin-top: 40px;
}

#steps .flow {
    position: relative;
    display: inline-block;
    width: 20%;
}

#steps .flow span {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #f3b13a;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    behavior: url('../../assets/js/PIE.htc');
    background-color: #fff;
}

#steps .flow .stepName {
    color: #f3b13a;
    font-size: 12px;
    text-align: center;
}

#steps .flow .stepState {
    color: #000;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 60px;
    right: 43%;
}

#steps .flow .line {
    width: 100%;
    height: 1px;
    border-top: 2px solid #ddd;
    /*position: absolute;
	top:30px;
	right: -70px;*/
    z-index: 0;
    margin-top: -38px;
    margin-left: 96px;
}

.login-box {
    width: 336px;
    margin: 0 auto;
}

.login-box .login-item {
    color: #181818;
    margin-bottom: 26px;
    position: relative;
}

.login-box .login-item span {
    display: block;
    float: left;
    width: 86px;
    line-height: 38px;
    text-align: right;
    vertical-align: middle;
}

.login-box .login-item input[type='text'],
.login-box .login-item input[type='password'] {
    background-color: #f2f2f2;
    border-radius: 4px;
    border: none;
    height: 38px;
    width: 240px;
    line-height: 38px;
    padding-left: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    behavior: url('../../assets/js/PIE.htc');
}

.login-box .login-item input.spe,
.login-box .login-item input.spe.error {
    width: 152px !important;
}

.login-box .selectType {
    text-align: center;
    margin-bottom: 10px;
}

.login-box .selectType label {
    margin-right: 20px;
}

.login-box .selectType input {
    vertical-align: top;
    position: relative;
    top: 4px;
    margin-right: 4px;
}

#selectCountry {
    width: 80px;
    height: 34px;
    vertical-align: middle;
    border-radius: 4px;
    color: #666;
}

.login-box .login-item input[type='button'] {
    background-color: #fff;
    /*color: #12a37a;*/
    border: none;
    cursor: pointer;
    position: absolute;
    right: -80px;
    top: 10px;
}

.login-box .login-item .disabled {
    color: #999 !important;
    cursor: default !important;
}

.login-box .login-item input.error {
    border: 1px solid red;
    width: 238px;
    height: 36px;
    line-height: 36px;
}

.login-box .login-item a {
    color: #58afff;
    position: absolute;
    right: -80px;
    top: 10px;
}

.login-box .login-item .tips {
    position: absolute;
    top: 4px;
    right: -164px;
    font-size: 12px;
    color: red;
    display: inline-block;
    width: 158px;
}
@-webkit-keyframes tipsFlash {
    0% {
        background-color: #fca828;
        opacity:1;
    }
    22% {
        background-color: #fd6f26;
    }
    55% {
        background-color: #ee462a;
    }
    77% {
        background-color: #fd6f26;
    }
    100% {
        background-color: #fca828;
    }
}

.tipsFlash{
    -webkit-animation-name: tipsFlash;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
}

.login-box .login-btn {
    width: 100%;
    height: 38px;
    /* background-color: #11b65a; */
    color: #fff;
    text-align: center;
    border-radius: 4px;
    line-height: 38px;
    /*-moz-border-radius:4px;
    -webkit-border-radius:4px;
    position: relative;
    behavior:url('../../assets/js/PIE.htc');*/
    cursor: pointer;
}

.login-box .login-handle a {
    color: #58afff;
    line-height: 40px;
}

.login-box .login-handle .register {
    float: right;
}

.job-list {
    line-height: 40px;
    width: 100%;
    position: relative;
    min-height: 200px;
}

.job-list .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -20px;
}

.job-list .item-head {
    text-align: center;
}
.job-list .item-head,
.job-list .item-body {
    display: inline-block;
}
.left10{
    margin-left: 10px;
}


.job-list .item-body,
.job-list .item-body p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    height: 40px;
}

.job-list .item-body p {
    /*color: #12a37a;*/
    cursor: pointer;
}

.job-list .flowDetail {
    width: 100%;
    display:none;
    color: #5e5e5e;
    line-height: 32px;
    padding: 20px 0;
}

.job-list .flowDetail .flow {
    position: relative;
    padding: 4px 0;
    border-left: 2px solid #cbcbcb;
    margin-left:110px;
}
.job-list .flowDetail .flow::before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #cccccc;
}
.job-list .flowDetail .flow span {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #cccccc;
    margin: 0 18px;
    position: relative;
    text-align: center;
    left: -36px;
    top: 34px;
}

.job-list .flowDetail .flow span img {
    position: relative;
    top: 2px;
}

.job-list .flowDetail .flow label {
    display: inline-block;
    width: 78px;
    vertical-align: middle;
    text-align: center;
    line-height: 18px;
}
.job-list .flowDetail .flow>label {
    position: absolute;
    left: -110px;
    top: 34px;
}
.job-list .flowDetail .flow span.active {
    /*background-color: #12a37a;*/
}

.job-list .flowDetail .flow label.active {
    color: #000000;
}

.job-list .flowDetail .flow i.active {
    color: #000000;
}

/* .job-list .flowDetail .flow p {
    height: 88px;
    width: 1px;
    border-right: 2px solid #cbcbcb;
    margin-left: 110px;
    margin-top: -64px;
    z-index: 0;
} */

.job-list .flowDetail .flow .btn-wrapper {
    display: inline-block;
}

.job-list .flowDetail .flow .btn-wrapper button.refuse {
    background-color: #ff6000 !important;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    margin-left: 10px;
    border: none;
    cursor: pointer;
    font-size: 12px;
}

.job-list .flowDetail .flow .btn-wrapper button.agree {
    background-color: #11b65a;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    margin-left: 10px;
    border: none;
    cursor: pointer;
    font-size: 12px;
}

.job-list .flowDetail .flow .btn-wrapper label {
    /*color: #12a37a;*/
}

.job-list .list-head {
    border-bottom: 1px solid #cacaca;
    color: #404a4d;
    font-weight: normal;
    text-align: left;
    /* padding: 0 10px; */
}
.job-list .listBox{
    border-bottom: 1px dashed #cacaca;
}
.job-list .list-body {
    /*margin:0 10px;*/
    font-size: 12px;
    /* padding: 0 10px; */
    /*height: 40px;
	line-height: 40px;*/
}

.job-list .list-body.on {
    color: #337ab7;
}
.job-list .list-body.postExpired .item-handle a.cancel,
.job-list .list-body.postExpired .item-handle a.watch:first-child,
.job-list .list-body.postExpired .item-list .changeWish{
    background-color: #c3c3c3!important;
    color: #fff;
    cursor: no-drop;
}
.job-list .list-body .item-list {
    cursor: pointer;
}

.job-list .list-body .item-list .changeWish {
    display: inline-block;
    /* background-color: #12a37a; */
    color:#FFF;
    margin-left: 4px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding:0 4px;
    border-radius: 4px;
}

.job-list .itemCenter {
    text-align: center;
}

.job-list .list-body .color {
    color: #58afff;
    cursor: pointer;
}

.job-list .list-body a {
    /* background-color: #11b65a; */
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    /*behavior:url('../../assets/js/PIE.htc');*/
}

.job-list .list-body a.watch {
    /* background-color: #11b65a; */
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    /*behavior:url('../../assets/js/PIE.htc');*/
    margin-left: 10px;
}

.job-list .list-body a.cancel {
    background-color: #ff6000 !important;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    margin-left: 10px;
    /*behavior:url('../../assets/js/PIE.htc');*/
}

.job-list .list-body .detail {
    padding: 0 20px;
}

.job-list .list-body .detail .inner-detail {
    border-top: 1px dashed #cacaca;
    padding: 0 0 10px 0;
}

.job-list .list-body .detail .inner-detail .left-con,
.job-list .list-body .detail .inner-detail .right-con {
    display: inline-block;
    width: 44%;
    vertical-align: top;
}

.job-list .list-body .detail .inner-detail .right-con {
    margin-left: 4%;
}

.job-list .list-body .detail .inner-detail p {
    font-size: 12px;
    line-height: 24px;
    color: #757575;
}

.info-list {
    padding: 0 10px;
    width: 100%;
    font-size: 12px;
}

.info-list thead {
    color: #404a4d;
    line-height: 40px;
    font-size: 14px;
}

.info-list thead th {
    font-weight: normal !important;
    text-align: center;
    border-bottom: 1px solid #cacaca;
}

.info-list thead th.thCenter {
    text-align: center;
}

.info-list tbody tr {
    /*border-bottom: 1px dashed #cacaca;*/
    line-height: 35px;
}

.info-list tbody td {
    border-bottom: 1px dashed #cacaca;
    line-height: 35px;
}

.info-list tbody .color {
    color: #666;
    cursor: pointer;
}

.info-list tbody .hot {
    display: inline-block;
    width: 18px;
    height: 18px;
    /*background:url("../../assets/img/icon-hot.png") no-repeat; */
    margin-left: 4px;
}

.info-list tbody tr:hover {
    /*color: #12a37a;*/
}

.info-list tbody tr:hover .color {
    /*color: #12a37a;*/
    text-decoration: underline;
}

.info-list tbody .tdCenter {
    text-align: center;
}

.detail-con {
    display: none;
    height: 462px;
    overflow-y: auto;
    padding: 10px 40px 0 40px;
}
.detail-con table td,
.detail-con table th,
.detail-con table{
    border: 1px solid #ccc;
}
.detail-con *{
    word-break: break-all;
}
#resume-content {
    background-color: #f9f0f1;
}

#resume-content .resume-wrapper {
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    padding: 18px 20px;
    background-color: #fff;
}

#resume-content .resume-wrapper .tit {
    color: #58afff;
}

#resume-content .resume-wrapper .tit a {
    float: right;
    color: #253238;
}

#resume-content .resume-wrapper .tit a.editBtn {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../../assets/img/icon-resume-edit.png") no-repeat;
}

#resume-content .resume-wrapper .tit a.addBtn {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../../assets/img/icon-resume-add.png") no-repeat;
}

#resume-content .resume-wrapper .inner-tit {
    background-color: #eff4f7;
    color: #656565;
    width: 100%;
    margin: 34px 0;
    padding: 6px 0;
    text-indent: 26px;
}

#resume-content .resume-wrapper:hover {
    border: 1px solid #58afff;
}

#resume-content .resume-wrapper .inner-info {
    text-align: center;
    color: #999999;
    margin: 36px 0 32px 0;
}

#resume-content .resume-wrapper .inner-item {
    padding: 24px 10px 0px 10px;
    position: relative;
    margin-top: 30px;
}

#resume-content .resume-wrapper .inner-item .user-img {
    position: absolute;
    top: 0;
    left: 0;
}

#resume-content .resume-wrapper .inner-item .user-img img {
    display: inline-block;
    width: 100px;
    height: 128px;
    background-color: #ddd;
}

#resume-content .resume-wrapper .inner-item .user-info {
    /*margin-left: 140px;*/
    padding: 0 30px;
}

#resume-content .resume-wrapper .inner-item .user-info .base-info {
    font-size: 14px;
    line-height: 30px;
}

#resume-content .resume-wrapper .inner-item .user-info .base-info .name {
    font-size: 16px;

}

#resume-content .resume-wrapper .inner-item .user-info .other-info li {
    display: inline-block;
    font-size: 12px;
    width: 49%;
    line-height: 30px;
    margin-bottom: 10px;
}

#resume-content .resume-wrapper .inner-item .user-info .other-info li .span-wrapper {
    display: inline-block;
    width: 40%;
    text-align: right;
}

#resume-content .resume-wrapper .inner-item .user-info .other-info li .span-wrapper .isRequire {
    color: #ff6000;
}

#resume-content .resume-wrapper .inner-item .user-info .other-info li em {
    display: inline-block;
    color: #656565;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    /*text-indent:10px; */
    min-width: 56px;
    text-align: right;
    font-style: normal;
}

#resume-content .resume-wrapper .inner-item .user-info .other-info li i {
    font-style: normal;
}

#resume-content .resume-wrapper .inner-item .user-info .other-info li input {
    /*width: 186px;*/
    width: 44%;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    border: 1px solid #cccccc;
    color: #333;
    font-style: 14px;
}

#resume-content .resume-wrapper .inner-item .user-info .other-info li select {
    /*width: 193px;*/
    width: 46%;
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
    border: 1px solid #cccccc;
    color: #333;
}

#resume-content .resume-wrapper .save-con {
    padding: 26px 0;
    text-align: center;
    border-top: 1px solid #999999;
    margin-top: 30px;
}

#resume-content .resume-wrapper .save-con input {
    width: 96px;
    height: 34px;
    line-height: 34px;
    background-color: #58afff;
    color: #fff;
    border: 1px solid #58afff;
    border-radius: 4px;
    margin-right: 15px;
    cursor: pointer;
}

#resume-content .resume-wrapper .save-con .save-con-cancel {
    width: 96px;
    height: 34px;
    line-height: 34px;
    background-color: #fff;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 4px;
    margin-left: 15px;
}

#resume-content .no-edit {
    display: none;
}

/*#resume-content .no-info{
	display: none;
}*/
#resume-content .input-con {
    display: none;
    padding-left: 4px;
    font-size: 12px;
}

#resume-content .input-con.error {
    border: 1px solid red !important;
}

#resume-content img {
    position: relative;
    top: 3px;
    margin-right: 4px;
}

#downloadCon {
    padding: 0 20px;
}

#downloadCon .preview-title {
    position: relative;
    font-size: 28px;
    text-align: center;
    margin-top: 10px;
    line-height: 60px;
}

#downloadCon .preview-title .zp_id {
    position: absolute;
    right: 0;
    font-size: 14px;
}

#preview-first-table table,
#preview-other-table .tableWrapper table {
    width: 100%;
    border-top: 1px solid #666;
    /*border-right: 1px solid #666;*/
    font-size: 12px;
}

#preview-first-table table {
    border-right: 1px solid #666;
}

#preview-first-table table tr td {
    width: 33%;
    border: 1px solid #666;
    border-top: none;
    line-height: 40px;
    border-right: none;
}

#preview-first-table table tr td span {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#preview-first-table table tr td .first-table-td-0 {
    border-right: 1px solid #666;
    width: 38%;
}

#preview-first-table table tr td .first-table-td-1 {
    width: 60%;
}

#preview-other-table {
    width: 100%;
}

#preview-other-table .tableWrapper {
    overflow: auto;
    margin-top: 10px;
}

#preview-other-table .tableWrapper table th,
#preview-other-table .tableWrapper table td {
    border: 1px solid #666;
    border-top: none;
    line-height: 20px;
    height: 40px;
    /*border-right: none;*/
    text-align: center;
    max-width: 166px;
    min-width: 166px;
    overflow: hidden;
}

#preview-other-table .tableWrapper .trTit {
    text-align: left;
    padding-left: 10px;
}


.app-bottom {
    /*position: fixed;
	bottom: 0;
	left: 0;*/
    width: 100%;
    /*background-color: #12a37a;*/
    height: 50px;
    color: #fff;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
}


#mask-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 999;
    text-align: center;
}
#mask-cover .content{
    height: calc(100% - 110px);
    overflow: hidden;
    overflow-y: auto;
}
#mask-cover .inner-con {
    width: 560px;
    min-height: 440px;
    background-color: #eff5f7;
    position: relative;
    top: 50%;
    margin-top: -280px;
    left: 50%;
    margin-left: -220px;
    border-radius: 10px;
    font-size: 12px;
}

#mask-cover .inner-con .title {
    height: 38px;
    line-height: 38px;
    text-align: left;
    /*background-color: #12a37a;*/
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 10px 10px 0 0;
}
#mask-cover .inner-con.msg-con .title{
    background-color: #12a37a;
}
#mask-cover .inner-con .title .icon-close {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../../assets/img/icon-close.png') no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    float: right;
    margin-top: 10px;
}

#mask-cover .inner-msg {
    height: 394px;
    overflow: auto;
    padding: 0 10px;
}

#mask-cover .msg-con {
    margin-bottom: 18px;
}

#mask-cover .msg-con .user-icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ddd;
    vertical-align: top;
}

#mask-cover .msg-con .send-icon {
    background: url('../../assets/img/icon-send-head.png') no-repeat;
    background-size: 44px 44px;
}

#mask-cover .msg-con .receive-icon {
    background: url('../../assets/img/icon-receive-head.png') no-repeat;
    background-size: 44px 44px;
}

#mask-cover .msg-con .send-con {
    display: inline-block;
    background-color: #fff;
    min-width: 120px;
    max-width: 340px;
    padding: 10px;
    border-radius: 4px;
    font-size: 13px;
    margin: 0 18px;
    line-height: 24px;
    position: relative;
    text-align: left;
    word-wrap: break-word;
}

#mask-cover .inner-con .footer {
    position: absolute;
    bottom: 0;
    height: 72px;
    width: 100%;
    border-top: 1px solid #ddd;
    text-align: right;
}
#mask-cover .inner-con .footer .show-tips{
    text-align: left;
    padding-left: 20px;
    color: red;
}
#mask-cover .inner-con .footer .show-tips input{
    vertical-align:text-bottom ;
    margin-right: 4px;
}

#mask-cover .inner-con .footer input[type='button']{
    /* background-color: #11b65a; */
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
    border: none;
    vertical-align: middle;
    cursor: pointer;
    font-size: 13px;
}

#mask-cover .inner-con .footer input.cancel {
    background-color: #ff6000 !important;
}

#mask-cover .wish-con {
    height: 260px;
}

#mask-cover .wish-con table {
    width: 100%;
    line-height: 40px;
    text-align: center;
}

#mask-cover .wish-con table th {
    border-bottom: 1px solid #ddd;
}

#mask-cover .wish-con table td {
    border-bottom: 1px dashed #ddd;
}

#mask-cover .receive .send-con::after {
    border: 10px solid transparent;
    border-left-color: #fff;
    border-radius: 0;
    font-size: 0;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    position: absolute;
    right: -20px;
    top: 12px;
}

#mask-cover .send .send-con::before {
    border: 10px solid transparent;
    border-right-color: #fff;
    border-radius: 0;
    font-size: 0;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    position: absolute;
    left: -20px;
    top: 12px;
}

#mask-cover .send {
    /*width: 100%;*/
    /* float: left; */
    text-align: left;
    list-style: none;
}

/*#mask-cover .receive .send-con,*/
#mask-cover .receive .user-icon {
    float: right;
}

#mask-cover .receive {
    text-align: right;
}

#mask-cover .receive .send-con {
    text-align: left;
}

#mask-cover .wish-sel-con{
    /*min-height: 260px;
    height: 260px;*/
    min-height: 0px !important;
}
#mask-cover .wish-sel-con .content{
    padding-top:20px;
}
#mask-cover .wish-sel-con li{
    list-style: none;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 6px;
}
#mask-cover .wish-sel-con li:hover{
    /*background-color: #12a37a;*/
    color: #fff;
}
#mask-cover .wish-sel-con li.active{
    background-color: #12a37a;
    color: #fff;
}


#home-main {
    height: 100%;
    width: 100%;
    /* background: url("../../assets/img/home.jpg") no-repeat; */
    background-size: 100% 100%;
    overflow: auto;
}

#home-main .head {
    padding: 2% 80px 4% 80px;
}

#home-main .head a {
    float: right;
    /*color: #12a37a;*/
    font-size: 12px;
    margin-top: 30px;
}

#home-main .menu-con,
#home-main .menu-con-1 {
    /*padding:0 200px;*/
    position: relative;
    text-align: center;
    /*margin-top: 90px;*/
}

#home-main .menu-con .inner,
#home-main .menu-con-1 .inner {
    display: inline-block;
    text-align: center;
    width: 210px;
    height: 8%;
    padding: 2% 0;
    border-radius: 14px;
    -moz-box-shadow: 2px 2px 5px #888888;
    /* 老的 Firefox */
    box-shadow: 2px 2px 5px #888888;
    cursor: pointer;
}

#home-main .menu-con .con_1 {
    margin-top: -360px;
    /*padding-left: 160px;*/
}

#home-main .menu-con .con_2 {
    /*padding-left: 160px;*/
    top: 20px;
}

#home-main .menu-con .inner:nth-child(2) {
    position: relative;
    top: 90px;
    left: 20px;
}

#home-main .menu-con .inner:nth-child(4) {
    position: relative;
    top: 90px;
    right: 20px;
}

#home-main .menu-con .inner:nth-child(1) {
    position: relative;
    left: 40px;
}

#home-main .menu-con .inner:nth-child(5) {
    position: relative;
    right: 40px;
}

#home-main .menu-con-1 .inner:nth-child(1) {
    position: relative;
    margin-right: 70px;
}

#home-main .menu-con-1 .inner:nth-child(2) {
    position: relative;
    margin-left: 70px;
}

#home-main .inner p {
    margin-top: 40px;
    color: #fff;
    font-size: 22px;
}

#home-main .inner.green {
    background-color: rgba(255, 255, 255, 0.8);
}

#home-main .inner.white {
    background-color: rgba(255, 255, 255, 0.8);
}

/* #home-main .inner.white p {
    color: #12a37a;
} */

#home-main .search-con {
    margin-top:14%;
    text-align: center;
}

#home-main .search-con .inner-search {
    background-color: rgba(255, 255, 255, 0.4);
    width: 50%;
    height: 46px;
    margin: 0 auto;
    border-radius: 8px;
    padding: 10px 0;
}

#home-main .search-con .inner-search .search-input {
    width: 72%;
    height: 44px;
    border: none;
    margin-right: 2.4%;
    border-radius: 4px;
    vertical-align: top;
    font-size: 16px;
    padding-left: 10px;
}

#home-main .search-con .inner-search .search-btn {
    width: 20%;
    height: 44px;
    /* background-color: #11b65a; */
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    vertical-align: top;
}

#top-menu {
    text-align: center;
    /*background-color: #12a37a;*/
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}

#top-menu li {
    display: inline-block;
    min-width: 13%;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    margin-top: 4px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#top-menu li.active,
#top-menu li:hover {
    background-color: #fff;
    /* color: #12a37a; */
    height: 36px;
    margin-top: 4px;
    border-radius: 4px 4px 0 0;
}
#top-menu li svg{
    position: relative;
    top: 2px;
    margin-right: 4px;
    vertical-align: baseline;
}
#top-menu li img {
    position: relative;
    top: 2px;
    margin-right: 4px;
    vertical-align: baseline;

}

#scroll_wrapper {
    background-color: rgba(255, 255, 255, 0.4);
    overflow: hidden;
    white-space: nowrap;
    width: 50%;
    color: #999999;
    margin: 0 auto;
    text-align: center;
    border-radius: 8px;
    margin-top: 20px;
    padding: 10px 0;
}

#scroll_div {
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    white-space: nowrap;
    width: 96%;
    background-color: #fff;
    color: #999999;
    text-align: center;
    margin: 0 auto;
    border-radius: 4px;
}

#scroll_begin,
#scroll_end {
    display: inline;
    cursor: pointer;
}

#scroll_begin a,
#scroll_end a {
    color: #666;
}

.right-content #goPositionBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 4px 10px;
    /* background: #12a37a; */
    color: #fff;
    cursor: pointer;
    display: none;
}
#slideshow {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#slideshow .pictureList{
    width: 100%;
    height: 100%;
}
#slideshow .pictureList img{
    float: left;
    width: 100%;
    height: 100%;
    display: none;

}
#slideshow .pictureList img:first-child {
    display: block;
}
#slideshow  #littlecircle {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 10px;
    left: 0%;
    text-align: center;
}
#slideshow  #littlecircle #ul {
    overflow: hidden;
    width: 100px;
    height: 20px;
    line-height: 20px;
}
#slideshow  ul li {
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    background: #ffffffc7;
    display: inline-block;
    border-radius: 50%;
    margin-left: 10px;
    margin-top: 5px;
    overflow: hidden;
}
/* #slideshow  ul li.changecolor {
    background: #12a37a;
} */
.fixationPicture{
    display: none;
}
.changeColorBtn{
    position: absolute;
    top: 24px;
    right: 220px;
    display: inline-block;
    width: 24px;
    height: 24px;
    /*border: 1px solid #0fb65a;*/
    vertical-align: middle;
    border-radius: 12px;

    background-repeat: no-repeat;
    background-position: 3px 4px;
    z-index: 9999;
    overflow: hidden;

    transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;
}
.colorBtn0{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-image: url("../../assets/img/change-color.png");
    background-repeat: no-repeat;
    background-position: 4px 4px;
}
.colorBtn1{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-image: url("../../assets/img/change-color.png");
    background-repeat: no-repeat;
    background-position: 4px 4px;
    cursor: pointer;
}
.colorBtn2{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: green;
    background-image: url("../../assets/img/change-color.png");
    background-repeat: no-repeat;
    background-position: 4px 4px;
    cursor: pointer;
}
.changeColorBtn:hover {
    height: 112px;

}
.zptdIconBox{
    padding: 2px 3px !important;
    margin-left: 4px;
}
.zptdIcon{
    width: 20px;
    vertical-align: -3px;
}

/* .globalColor{
    color: #fff;
}
.globalBacColor{
    background-color: #fff;
} */

.disGlobalBacColor{
    pointer-events: none;
    background-color: rgb(94 100 94)!important;
}
.treeViewBox{
    min-height:100px;
    border: 1px solid #cccccc;
    max-height: 500px;
    overflow: auto;
    position: absolute;
    z-index: 99999;
    margin-top:-1px;
    max-width: 330px;
    min-width: 250px;
    display: none;
    background: #fff;
}
.treeViewBox .treeSearch{
    width: 90%;
    padding: 0 10px;
    margin: 10px auto;
    display: block;
    border: 1px solid #ccc;
}
.treeViewBox .treeSearch:active,
.treeViewBox .treeSearch:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.treeViewBox .list-group-item{
    padding:2px 14px;
    display: flex;
}
.treeview .list-group-item.node-hidden{
    display: none;
}
#deliveryTips{
    position: fixed;
    width: 300px;
    height: 200px;
    background-color: #fff;
    display: none;
    margin: 0 auto;
    z-index: 99999;
    transform: translate(-50%,-50%);
    left: 50%;
    top:30%;
    text-align: center;
    box-shadow:2px 2px 11px #000;
}
#deliveryTips .tipsContent{
    height: 160px;
    margin-top: 10px;
    color: red;
}
#deliveryTips .tipsTime{
   line-height: 30px;
   height: 30px;
   text-align: right;
   padding-right: 10px;
}