.layout-body {
    width: 100%;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.layout-body-item {
    width: 1200px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}

.layout-body-item-left {
    width: 899px;
    display: flex;
    flex-direction: column;
    margin-right: 13px;
}

.layout-body-item-left-filter-box {
    width: 899px;
    height: 121px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}

.layout-body-item-left-filter-box2 {
    width: 1200px;
    height: 84px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}

.query-search {
    width: 100%;
    background-color: #fff;
}

.query-search__content {
    width: 855px;
    height: 50px;
    background: #ffffff;
    margin-left: 18px;
    margin-top: 15px;
    margin-right: 26px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.query-search__content2 {
    width: 1166px;
    height: 50px;
    background: #ffffff;
    margin-left: 18px;
    margin-top: 15px;
    margin-right: 26px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.query-search__content-input__wrap {
    width: 757px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #2681ff;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.query-search__content-input__wrap2 {
    width: 1057px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #2681ff;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.query-search__content-input {
    flex: 1;
    background: #ffffff;
    height: 50px;
    font-size: 14px;
    color: #333;
    border: 0;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #cbcbcb;
}

::-moz-placeholder {
    color: #cbcbcb;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #cbcbcb;
}

/* ie */
input:-moz-placeholder {
    color: #cbcbcb;
}

.query-search__content-select {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 10px;
    background-color: #fff;
}

.drop-category {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.drop-category-show {
    box-sizing: border-box;
    padding: 0 16px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.drop-category-show__clear {
    margin-top: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.drop-category-show__clear-icon {
    width: 12px;
    height: 12px;
    background-size: contain;
}

.drop-category-show__text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #9da0ae;
}

.drop-category-show__icon {
    width: 8px;
    height: 5px;
    margin-left: 7px;
    background-image: url('/img/下.png');
    background-size: contain;
}

.drop-category-show__icon--active {
    background-image: url('/img/上.png');
}

.query-search__line {
    width: 1px;
    height: 26px;
    background-color: #9da0ae;
    margin: 0 10px;
}

.search-button {
    width: 98px;
    height: 52px;
    background: #2681ff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search-button-icon {
    width: 18px;
    height: 18px;
}

.search-button-text {
    font-size: 17px;
    color: #ffffff;
    margin-left: 4px;
}

.query-select {
    width: 100%;
    background-color: #fff;
    margin-top: 5px;
}

.query-select__content {
    width: 855px;
    height: 50px;
    background: #ffffff;
    margin-left: 18px;
    margin-right: 26px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.query-select__content-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.query-select-comp {
    width: 110px;
    height: 19px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.query-select-comp > select {
    padding-right: 20px;
    width: 110px;
    height: 19px;
    color: #9da0ae;
    top: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    z-index: 20;
}

.query-select-comp > select::-ms-expand {
    display: none;
}

.query-select-comp__clear {
    margin-top: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.query-select-comp__clear-icon {
    width: 12px;
    height: 12px;
    background-size: contain;
}

.query-select-comp__text {
    font-size: 14px;
    color: #9da0ae;
    width: 100px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.query-select-comp__icon {
    position: absolute;
    right: 4px;
    display: block;
    width: 8px;
    height: 5px;
    margin-left: 7px;
    background-image: url('/img/下.png');
    background-size: contain;
    position: absolute;
    z-index: 10;
    top: 6px;
}

.query-select__content-clear {
    cursor: pointer;
    font-size: 12px;
    color: #2681ff;
}

.layout-body-item-left-list {
    display: flex;
    flex-direction: column;
    background-color: #f6f6f8;
}

.layout-body-item-left-list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 119px;
    background: #ffffff;
}

.layout-body-item-left-list-item-left {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    flex: 1;
}

.layout-body-item-left-list-item-left-post {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
}

.layout-body-item-left-list-item-left-post-text {
    font-size: 16px;
    color: #2681ff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 24px;
}

.layout-body-item-left-list-item-left-post-star {
    width: 17px;
    height: 17px;
    margin-left: 4px;
}

.layout-body-item-left-list-item-left-salary {
    font-size: 18px;
    color: #fe8840;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    margin-top: 2px;
}

.layout-body-item-left-list-item-left-desc {
    font-size: 14px;
    color: #61687c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 20px;
}

.layout-body-item-left-list-item-right {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    text-align: right;
}

.layout-body-item-left-list-item-right-company {
    font-size: 16px;
    color: #2681ff;
    line-height: 24px;
}

.layout-body-item-left-list-item-right-desc {
    margin-top: 2px;
    font-size: 14px;
    color: #61687c;
    line-height: 20px;
}

.layout-body-item-left-list-item-right-type {
    margin-top: 2px;
    font-size: 14px;
    color: #61687c;
    line-height: 20px;
}

.layout-body-item-left-list-item-right-logo-box {
    width: 64px;
    height: 64px;
    margin-left: 8px;
    margin-right: 8px;
    overflow: hidden;
}

.layout-body-item-left-list-item-right-logo {
    width: 64px;
}

.layout-body-item-left-page {
    margin-top: 15px;
    height: 38px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}

.layout-body-item-left-page-text {
    font-size: 12px;
    line-height: 20px;
    color: #61687C;
}

.layout-body-item-left-page-select {
    margin-left: 10px;
    width: 90px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 0px 7px;
    box-sizing: border-box;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../img/箭头.png') no-repeat scroll right center transparent;

    text-align: center;
    font-size: 12px;
    color: #616161;
    opacity: 0.7;

    text-align: center;
    text-align-last: center;
}

.layout-body-item-left-page-index {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.layout-body-item-left-page-index-item {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    width: 40px;
    text-align: center;
    font-weight: bold;
}

.layout-body-item-left-page-select-item {
    font-size: 12px;
    line-height: 26px;
    color: #656565;
    opacity: 0.3;
}

.layout-body-item-left-page-input {
    margin: 0px 5px;
    width: 40px;
    height: 20px;
    box-sizing: border-box;
    line-height: 32px;
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 3px;
    padding: 0px 7px;
    font-size: 12px;
    color: #656565;
    opacity: 0.71;
    box-shadow: 0px 0px 0px 0px;
    outline: none
}

.layout-body-item-right {
    width: 288px;
    display: flex;
    flex-direction: column;
}

.layout-body-item-right-item {
    display: flex;
    flex-direction: column;
    width: 288px;
    padding: 11px;
    box-sizing: border-box;
    background-color: #fff;
}

.layout-body-item-right-item-edit {
    width: 36px;
    line-height: 25px;
    font-size: 18px;
    color: #187cfe;
    margin-left: 230px;
}

.layout-body-item-right-item-photo {
    width: 83px;
    height: 83px;
    margin: 0 auto;
    border-radius: 50%;
}

.layout-body-item-right-item-name {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    color: #000000;
}

.layout-body-item-right-item-intro {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 11px;
}

.layout-body-item-right-item-intro-text {
    font-size: 16px;
    color: #1d1d1d;
}

.layout-body-item-right-item-intro-line {
    width: 1px;
    height: 17px;
    background: #c5c5c5;
    margin-left: 17px;
    margin-right: 17px;
}

.layout-body-item-right-item-state {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 23px;
}

.layout-body-item-right-item-state-select {
    width: 247px;
    height: 36px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 0px 7px;
    box-sizing: border-box;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('/img/箭头.png') no-repeat scroll right center transparent;

    text-align: center;
    font-size: 14px;
    color: #616161;
    opacity: 0.7;

    text-align: center;
    text-align-last: center;
}

.layout-body-item-right-item-state-select-item {
    height: 14px;
    font-size: 14px;
    line-height: 26px;
    color: #656565;
    opacity: 0.3;
}

.layout-body-item-right-item-stat {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.layout-body-item-right-item-stat-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.layout-body-item-right-item-stat-item-result {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    color: #2681ff;
}

.layout-body-item-right-item-stat-item-text {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.layout-body-item-right-item-button {
    width: 247px;
    height: 36px;
    background: #2681ff;
    border: 1px solid #2681ff;
    margin: 19px 0px auto auto;
    font-size: 14px;
    color: #ffffff;
}

.layout-body-item-right-item-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.layout-body-item-right-item-text1 {
    font-size: 16px;
    line-height: 24px;
    color: #53646f;
}

.layout-body-item-right-item-icon {
    width: 16px;
    height: 16px;
}

.layout-body-item-right-item-text3 {
    line-height: 18px;
    font-size: 12px;
    color: #4e8df6;
    margin-left: 3px;
}

.layout-body-item-right-item-2 {
    display: flex;
    flex-direction: column;
    padding-bottom: 13px;
    border-bottom: 1px solid #F3F5FB;
}

.layout-body-item-right-item-2:last-child {
    border-bottom: 0px;
}

.layout-body-item-right-item-2-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 11px;
}

.layout-body-item-right-item-2-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 6px;
}

.layout-body-item-right-item-text2 {
    font-size: 14px;
    line-height: 20px;
    color: #a2a4af;
}

.layout-body-item-right-item-2-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 8px;
}

.layout-body-item-right-item-text4 {
    font-size: 12px;
    line-height: 18px;
    color: #a2a4af;
}

.layout-body-item-right-item-text5 {
    font-size: 14px;
    line-height: 20px;
    color: #707070;
}

.layout-body-item-right-item-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.layout-body-item-right-item-lookme {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    flex: 1;
}

.layout-body-item-right-item-nexticon {
    width: 19px;
    height: 19px;
}

.layout-body-item-right-item-i-looked {
    font-size: 16px;
    line-height: 24px;
    color: #2681ff;
}

.layout-body-item-right-item-i-looked-list {
    display: flex;
    flex-direction: column;
    margin-top: 13px;
}

.layout-body-item-right-item-i-looked-list-item {
    padding: 21px 0px;
    display: flex;
    flex-direction: column;
}

.layout-body-item-right-item-i-looked-list-item-post-salary {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.layout-body-item-right-item-i-looked-list-item-post {
    font-size: 18px;
    line-height: 25px;
    color: #5a646f;
    flex: 1;
}

.layout-body-item-right-item-i-looked-list-item-salary {
    height: 27px;
    font-size: 18px;
    line-height: 27px;
    color: #fe8840;
}

.layout-body-item-right-item-i-looked-list-item-company {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #838383;
}

.login-box {
    width: 288px;
    background: #FFFFFF;
    border: 1px solid #2681FF;
    display: flex;
    flex-direction: column;
}

.login-box-welcome {
    width: 100%;
    height: 27px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #2681FF;
    margin-top: 18px;
}

.login-box-loginway {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 252px;
    height: 30px;
    margin-left: 7px;
    border-bottom: 1px solid #D9D9D9;
    margin-top: 10px;
}

.login-box-accountlogin {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.login-box-accountlogin > span {
    line-height: 28px;
    font-size: 14px;
    cursor: pointer;
}

.login-box-accountlogin-text {
    font-size: 14px;
    line-height: 28px;
    color: #868686;
}


.login-box-accountlogin-border {
    width: 114px;
    border-bottom: 2px solid #2681FF;
}

.login-box-accountlogin-border > span {
    color: #2681FF;
}

.login-box-logininput {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 12px;
    margin-top: 16px;
}

.login-box-loginput-text {
    font-size: 14px;
    line-height: 20px;
    color: #9DA0AE;
}

.login-box-loginput-input {
    width: 192px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    line-height: 32px;
    padding: 0px 7px;
    font-size: 14px;
    color: #656565;
    outline: none;
    margin-left: 7px;

}

.login-box-loginput-btncode {
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #2681FF;
    font-size: 14px;
    color: #2681FF;
    margin-left: 6px;
    cursor: pointer;
}

.login-box-loginput-imgcode {
    margin-left: 6px;
}

.login-box-three {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 26px;
    margin-left: 33px;
}

.login-box-three-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 22px;
}

.login-box-three-item:last-child {
    margin-right: 0;
}

.login-box-three-item-text {
    font-size: 14px;
    line-height: 20px;
    color: #9DA0AE;
}

.login-box-three-item-logo {
    width: 38px;
    height: 38px;
    margin-left: 6px;
}

.login-box-btnlogin {
    width: 252px;
    height: 47px;
    background: #2681FF;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 15px;
    border: 0;
    margin-left: 18px;
    margin-bottom: 10px;
}

.login-hint {
    width: 288px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #FE1818;
    margin-top: 9px;
}

.login-box-registe-login2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 23px;
    margin-left: 15px;
    margin-right: 15px;
}

.login-box-btnregiste {
    width: 108px;
    height: 47px;
    background: #FFFFFF;
    border: 1px solid #2681FF;
    font-size: 16px;
    color: #2681FF;
    box-sizing: border-box;
}

.login-box-btnlogin2 {
    width: 108px;
    height: 47px;
    background: #2681FF;
    font-size: 16px;
    color: #FFFFFF;
    border: 0;
}

.login-box-btnforget {
    margin: 6px auto;
    background: #fff;
    font-size: 12px;
    color: #2681FF;
    border: 0;
}

.layout-middle-jggw {
    width: 288px;
    height: 83px;
    background: #187CFE;
    margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.layout-middle-jggw-icon {
    width: 28px;
    height: 30px;
}

.layout-middle-jggw-text {
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    margin-left: 25px;
}

/**导航*/
.layout-navi {
    display: flex;
    flex-direction: column;
    width: 143px;
    margin-right: 8px;
}

.layout-navi-item {
    width: 143px;
    height: 99px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    margin-top: 1px;
}

.layout-navi-item-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 18px;
}

.layout-navi-item-row-spot {
    visibility: hidden;
    width: 7px;
    height: 7px;
    background: #4e8df6;
    border-radius: 50%;
    margin-left: 18px;
    overflow: hidden;
}

.layout-navi-item-row > a > .active {
    color: #4E8DF6;
}

.layout-navi-item-row-text {
    margin-left: 11px;
    height: 24px;
    font-size: 16px;
    color: #707988;
}

/**个人信息*/
.layout-person-info {
    display: flex;
    flex-direction: column;
    width: 750px;
    height: 900px;
    background: #ffffff;
    margin-right: 11px;
    padding-top: 19px;
}

.layout-person-info-title {
    height: 24px;
    font-size: 16px;
    color: #000000;
    margin-top: 19px;
    margin-left: 24px;
}

.layout-person-info-photo {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-top: 13px;
    margin-left: 24px;
}

.layout-person-info-photo-img {
    width: 76px;
    height: 76px;
    border-radius: 50%;
}

.layout-person-info-photo > .box {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.layout-person-info-photo > .box > .tag {
    position: absolute;
    width: 76px;
    background-color: #5DA0FC;
    bottom: 1px;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
}

.layout-person-info-photo > .box > .nopass {
    position: absolute;
    width: 76px;
    background-color: #fc735d;
    bottom: 1px;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
}


.layout-person-info-photo-intro {
    display: flex;
    flex-direction: column;
    width: 190px;
    margin-left: 16px;
}

.layout-person-info-photo-intro-1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.layout-person-info-photo-intro-text {
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #60686f;
}

.layout-person-info-photo-intro-upload {
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    color: #4e8df6;
    position: relative;
    display: inline-block;
}

.layout-person-info-photo-intro-upload input {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.layout-person-info-photo-intro-hint {
    width: 190px;
    height: 18px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px;
    color: #f0a800;
}

.layout-person-info-edit {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    margin-left: 24px;
}

/**编辑项*/
.layout-edit-item {
    width: 343px;
    background: #ffffff;
    box-sizing: border-box;
    margin-left: 9px;
    margin-right: 15px;
    margin-top: 11px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.layout-edit-item:nth-child(2n-1) {
    margin-left: 0px;
}

.layout-edit-item-text {
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #60686f;
}

.layout-edit-item-input {
    width: 341px;
    height: 41px;
    margin-top: 11px;
    background: #ffffff;
    border: 1px solid #9da0ae;
    box-sizing: border-box;
    line-height: 41px;
    padding: 0px 7px;
    font-size: 14px;
    color: #656565;
    outline: none;
}

.layout-edit-item-select {
    width: 341px;
    height: 41px;
    background: #ffffff;
    border: 1px solid #9da0ae;
    padding: 0px 7px;
    box-sizing: border-box;
    outline: none;
    margin-top: 11px;
    padding: 0px 7px;
    font-size: 14px;
    color: #656565;
}

.layout-edit-item-select-item {
    font-size: 14px;
    line-height: 26px;
    color: #656565;
    opacity: 0.3;
}

.layout-edit-item-check {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 11px;
}

.layout-edit-item-check > .active {
    border: 1px solid #4E8DF6;
    color: #4E8DF6;
}

.layout-edit-item-check-item {
    width: 162px;
    height: 41px;
    line-height: 41px;
    background: #f9f9f9;
    border: 1px solid #9da0ae;
}

.layout-edit-item-code {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 11px;
}

.layout-edit-item-code-btn {
    width: 79px;
    height: 42px;
    background: #ffffff;
    border: 1px solid #2681ff;
    font-size: 14px;
    color: #2681ff;
}

.layout-person-info-operate {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
}

.layout-operate-cancel {
    width: 100px;
    height: 36px;
    border: 1px solid #e3e7ed;
    font-size: 16px;
    color: #5a646f;
}

.layout-operate-primary {
    width: 100px;
    height: 36px;
    margin-left: 80px;
    background: #418eee;
    font-size: 14px;
    color: #ffffff;
    border: 0px;
    text-align: center;
    line-height: 36px;
}

.layout-modify-account-pwd {
    display: flex;
    flex-direction: column;
    margin-right: 11px;
}

.layout-tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 751px;
    height: 50px;
    background: #ffffff;
    border-bottom: 1px;
}

.layout-tab-border {
    width: 4px;
    height: 33px;
    background: #2681ff;
    margin-left: 16px;
}

.layout-tab-text {
    margin-left: 13px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.layout-account-set-edit {
    display: flex;
    flex-direction: column;
    margin-top: 1px;
    width: 751px;
    height: 455px;
    background: #ffffff;
}

.layout-account-set-edit-name {
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-left: 33px;
    margin-top: 16px;
}

/**隐私设置*/
.layout-privacy-set {
    width: 750px;
    height: 572px;
    display: flex;
    flex-direction: column;
    margin-right: 11px;
    background-color: #fff;
}

.layout-switch {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.layout-switch-text {
    height: 29px;
    font-size: 20px;
    line-height: 29px;
    color: #414a60;
}

.layout-switch-input {
    display: none;
}

.layout-switch-label {
    box-shadow: #ccc 0px 0px 0px 1px;
    width: 40px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    position: relative;
    background-color: #bdbdbd;
    overflow: hidden;
}

.layout-switch-label:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    background-color: #fff;
    z-index: 20;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.layout-switch-input:checked + label.layout-switch-label:before {
    left: 20px;
}

.layout-switch-input:checked + label.layout-switch-label {
    background-color: rgb(20, 135, 243);
}

.layout-privacy-set-hint {
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #414a60;
}

.layout-search {
    width: 679px;
    height: 33px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 42px;
    margin-top: 14px;
    border: 1px solid #E4E4E4;
}

.layout-search-input {
    flex: 1;
    background: #ffffff;
    font-size: 14px;
    color: #333;
    border: 0px;
    outline: none;
    box-sizing: border-box;
}

.layout-search-icon {
    width: 15px;
    height: 15px;
    padding: 8px;
    cursor: pointer;
}

.layout-privacy-set-hint-clear {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 43px;
    margin-top: 15px;
}

.layout-btnclear {
    background: #fff;
    font-size: 16px;
    color: #1487f3;
    border: 0px;
}

/**清除*/
.layout-clear-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 42px;
    margin-top: 6px;
}

.layout-clear-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    padding: 5px 10px;
    background: #8bbdff;
    margin-right: 10px;
}

.layout-clear-item-text {
    font-size: 16px;
    color: #ffffff;
}

.layout-clear-item-clear {
    width: 12px;
    height: 12px;
    margin-left: 9px;
    cursor: pointer;
}

/**安全设置相关*/
.layout-safe-set {
    display: flex;
    flex-direction: column;
    margin-right: 11px;
    width: 750px;
}

.layout-safe-set-list {
    display: flex;
    flex-wrap: wrap;
}

.layout-safe-set-item {
    width: 180px;
    height: 213px;
    background: #ffffff;
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.layout-safe-set-item:nth-child(4n) {
    margin-right: 0px;
}

.layout-safe-set-item-icon {
    width: 41px;
    height: 41px;
    margin-top: 53px;
}

.layout-safe-set-item-state {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.layout-safe-set-item-title {
    font-size: 16px;
    line-height: 24px;
    color: #707988;
}

.layout-safe-set-item-account {
    font-size: 14px;
    line-height: 20px;
    color: #b9b9b9;
}

.layout-safe-set-item-remark {
    font-size: 14px;
    color: #707988;
    background: #FFFFFF;
    border: 1px solid #F3F5FB;
    width: 109px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    bottom: 19px;
    cursor: pointer;
}

/**已申请*/
.layout-applied {
    display: flex;
    flex-direction: column;
    margin-right: 11px;
    width: 750px;
    min-height: 600px;
}

.layout-applied2 {
    display: flex;
    flex-direction: column;
    margin-right: 11px;
    width: 899px;
    min-height: 600px;
}

.layout-header-tab2 {
    display: flex;
    flex-direction: row;
    width: 899px;
    height: 42px;
    background: #FFFFFF;
}

.layout-header-tab2 > .active {

    border-bottom: 2px solid #187CFE;
}

.layout-header-tab2 > .active > a {
    color: #187CFE;
}

.layout-header-tab-item2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #9DA0AE;
    opacity: 1;
    margin-left: 24px;
    margin-right: 7px;
}

.layout-header-tab-item2 > a {
    color: #9DA0AE;
}

.layout-table-header {
    width: 750px;
    height: 37px;
    background: #59a1ff;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.layout-table-header-text {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
}

.layout-table-content {
    display: flex;
    flex-direction: column;
}

.layout-table-content-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 750px;
    height: 38px;
    border: 1px solid #f3f5fb;
}

.layout-table-content-item-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
}

.layout-table-content-item-operate {
    display: flex;
    justify-content: center;
    align-items: center;
}

.layout-table-content-item-operate-icon {
    height: 18px;
    cursor: pointer;
}

.layout-feedback {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    height: 648px;
    margin-right: 11px;
    width: 750px;
}

.layout-feedback-query {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 45px;
    margin-top: 6px;
}

.layout-feedback-query-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 12px;
}

.layout-feedback-query-text {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.layout-resume {
    display: flex;
    flex-direction: column;
    width: 288px;
    height: 133px;
    background: #ffffff;
}

.label-unread {
    width: 50px;
    height: 25px;
    background: #5A646F;
    border-radius: 13px;
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
}

.dwSearch {
    width: 100%;
}

.yjxqtc-layout-box {
    width: 800px;
    height: 386px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.yjxqtc-layout-tab {
    margin-top: 10px;
    margin-left: 29px;
}

.yjxqtc-layout-tab-text {
    height: 36px;
    line-height: 36px;
    font-weight: 500;
    font-size: 24px;
}

.ysszpb-layout-list {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-left: 46px;
    margin-top: 3px;
    margin-right: 20px;
}

.ysszpb-layout-list::-webkit-scrollbar {
    display: none;
}

.ysszpb-layout-list-item {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #F3F5FB;
    margin: 10px;
}

.ysszpb-layout-list-item-title {
    text-align: right;
    width: 80px;
    font-size: 16px;
    line-height: 27px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #2681ff;
    opacity: 1;
}

.ysszpb-layout-list-item-content {
    width: 624px;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 27px;
    color: #60686f;
    opacity: 1;
}

.ysszpb-layout-list-item-content2 {
    width: 200px;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 27px;
    color: #60686f;
    opacity: 1;
}

.tyjtc-layout-box {
    width: 800px;
    height: 550px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.tyjtc-layout-box2 {
    height: 670px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.layout-item1-loginbox-loginput-btncode {
    height: 39px;
    background: #ffffff;
    margin-top: 11px;
    border: 1px solid #2681ff;
    font-size: 14px;
    color: #2681ff;
    margin-left: 17px;
    padding: 0 10px;
}

.tyjtc-layout-tab {
    margin-top: 10px;
    margin-left: 29px;
}

.tyjtc-layout-tab-text {
    height: 36px;
    line-height: 36px;
    font-weight: 500;
    font-size: 24px;
}

.tyjtc-layout-list {
    display: flex;
    flex-direction: column;
    margin-left: 46px;
    margin-top: 3px;
}

.tyjtc-layout-edit-item-select {
    width: 716px;
    height: 41px;
}

.tyjtc-layout-edit-item-input {
    width: 716px;
    height: 41px;
}

.tyjtc-layout-edit-item-textarea {
    width: 716px;
    height: 99px;
}

.tyjtc-layout-edit-item-select2 {
    height: 41px;
}

.tyjtc-layout-edit-item-input2 {
    height: 41px;
}

.tyjtc-layout-edit-item-textarea2 {
    height: 200px;
    width: 690px;
}

.tyjtc-layout-operate {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 29px;
}

.tyjtc-layout-operate-btn-cancel {
    margin-right: 12px;
    width: 82px;
    height: 36px;
    background: #919191;
    font-size: 14px;
    color: #ffffff;
}

.tyjtc-layout-operate-btn-primary {
    margin-left: 12px;
    width: 62px;
    height: 36px;
    font-size: 14px;
}

.tyjtc-layout-hint {
    height: 24px;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 24px;
    color: #60686f;
    opacity: 1;
    margin-left: 46px;
    margin-top: 37px;
}

.ysszpb-query-box {
    display: flex;
    flex-direction: column;
    height: 545px;
    width: 800px;
    overflow: hidden;
    background: #FFFFFF;
}

.yjxqtc-layout-tab {
    margin-top: 10px;
    margin-left: 29px;
}

.yjxqtc-layout-tab-text {
    height: 36px;
    line-height: 36px;
    font-weight: 500;
    font-size: 24px;
}

.yjxqtc-layout-query-search {
    margin-left: 43px;
    margin-top: 20px;
}

.ysszpb-query-list {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-x: hidden;
    overflow-y: scroll;
}

.ysszpb-query-list::-webkit-scrollbar {
    display: none;
}

.ysszpb-query-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 44px;
    margin-right: 29px;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.town-bar {
    padding: 8px 0 8px 0;
}

.town-bar > .name {
    text-align: center;
    font-size: 34px;
    line-height: 50px;
    color: #2681FF;
}

.town-bar > .bar {
    width: 40px;
    height: 0px;
    border: 2px solid #2681FF;
    margin: 0 48px;
}

.zero-btn {
    width: 123px;
    height: 50px;
    background: #ffffff;
    font-size: 16px;
    line-height: 50px;
    color: #2681FF;
    display: block;
    text-align: center;
    cursor: pointer;
}

.zero-active {
    background: #2681FF;
    color: #FFFFFF;
}

.zero-btn-list {
    width: 246px;
    height: 50px;
    border: 1px solid #2681FF;
    opacity: 1;
    border-radius: 5px;
    margin-right: 25px;
}



/** 首页头 */
.dropdownmenu ul, .dropdownmenu li {
    margin: 0;
    padding: 0;
}
.dropdownmenu ul {
    background: gray;
    list-style: none;
    width: 100%;
}
.dropdownmenu li {
    float: left;
    position: relative;
    width:auto;
}
.dropdownmenu li:hover a {
    background: #4369e7;
    border-radius: 8px;
}
.dropdownmenu a {
    background: #222;
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 3px 10px;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
}
#service-submenu,#edu-submenu {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 1;
    background: #222;
    font-size: 14px;
}
li:hover ul#edu-submenu,li:hover ul#service-submenu {
    opacity: 1;
    top: 40px;  /* adjust this as per top nav padding top & bottom comes */
    visibility: visible;
}
#service-submenu li,#edu-submenu li {
    float: none;
    width: 100%;
}
#service-submenu a:hover,#edu-submenu a:hover {
    background: #4369e7;
}
#edu-submenu a,#service-submenu a {
    font-size: 14px;
    background: #222;
}


