/**
 * name:委托人机构空间公共样式,
 * author: haven ,
 * date:2019-04-17
 */
.w82 {
    width: 82px;
}

.w120 {
    width: 120px !important;
}

.w126 {
    width: 126px !important;
}

.w136 {
    width: 136px;
}

.w140 {
    width: 140px;
}

.w150 {
    width: 150px;
}

.w180 {
    width: 180px !important;
}

.w190 {
    width: 190px;
}

.w230 {
    width: 230px;
}

.w240 {
    width: 240px;
}

.w490 {
    width: 490px !important;
}

.w608 {
    width: 608px;
}

.w688 {
    width: 688px;
}

.pct50 {
    float: left;
    width: 50%;
}

.greyBg {
    background-color: #f3f3f3;
}

hr.dashed {
    border: none;
    border-top: 1px dashed #dcdcdc;
    margin-bottom: 16px;
}

.sub-content {
    width: 1200px;
    padding: 24px 0;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}

.card-shadow {
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.space-sidebar {
    width: 250px;
    height: 600px;
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.space-sidebar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    z-index: 0;
}

.space-sidebar-main {
    margin-right: 20px;
    border-top: 1px solid #4e7adb;
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
}

.space-sidebar h2 {
    padding-left: 66px;
    font-size: 18px;
    line-height: 76px;
}

.sidebar-menu-item {
    margin-bottom: 4px;
}

.sidebar-menu-item.close .sidebar-menu-children {
    display: none;
}

.sidebar-menu-item.close .sidebar-menu-title.arrow:before {
    transform: rotate(180deg);
}

.sidebar-menu-item.current .sidebar-menu-title {
    background-color: #4e7adb;
    color: #fff;
}

.sidebar-menu-item.active .sidebar-menu-children a.active {
    color: #4e7adb;
}

.sidebar-menu-title {
    display: block;
    height: 50px;
    line-height: 50px;
    background-color: #f8f9fb;
    color: #4e7adb;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}

.sidebar-menu-title i {
    display: inline-block;
    width: 60px;
    height: 50px;
    margin-left: 6px;
    vertical-align: top;
    text-align: center;
    font-size: 20px;
}

.sidebar-menu-title.arrow:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    width: 12px;
    height: 12px;
    margin: auto 0;
    transition: transform ease-in-out 0.2s;
    background: url("./images/icon-sidebar-arrow.png") no-repeat center;
}

.sidebar-menu-children li {
    line-height: 40px;
    padding-left: 88px;
}

.sidebar-menu-children li:hover {
    color: #4e7adb;
}

.right-main {
    width: 950px;
    padding-bottom: 20px;
    display: table-cell;
    position: relative;
}

.space-title {
    height: 56px;
    line-height: 56px;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #666666;
}

.space-title h2 {
    font-size: 18px;
    color: #4e7adb;
    height: 56px;
    position: relative;
    float: left;
}

.space-title:before,
.space-title:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    border: 8px solid transparent;
    border-left-color: #4e7adb;
}

.space-title:before {
    left: 4px;
    border-left-color: #b8caf1;
}

.space-search {
    padding-top: 15px;
    background-color: #f3f3f3;
}

.space-search-left {
    width: 836px;
    float: left;
}

.space-search .form-label {
    width: 110px;
}

.space-search .form-body {
    float: left;
    width: 308px;
}

.space-search .searcn-btn {
    float: right;
    width: 73px;
    height: 86px;
    margin-right: 20px;
    color: #fff;
    padding-top: 50px;
    text-align: center;
    background: #4e7adb url("./images/space-search.png") no-repeat center 15px;
    border: 0;
}

.review-steps {
    margin-bottom: 36px;
    text-align: center;
    font-size: 0;
}

.review-steps li {
    width: 156px;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #666;
    position: relative;
}

.review-steps li i {
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 auto 12px;
    background-color: #ecf2ff;
    border-radius: 50%;
    line-height: 56px;
    font-size: 24px;
    color: #6282d9;
    position: relative;
    z-index: 2;
}

.review-steps li:before {
    content: "";
    position: absolute;
    top: 27px;
    right: 50%;
    width: 100%;
    border-top: 3px solid #ecf2ff;
    z-index: 1;
}

.review-steps li:first-child:before {
    display: none;
}

.review-steps li.on i {
    background-color: #6282d9;
    color: #fff;
}

.review-steps li.on:before {
    border-color: #6282d9;
}

.review-steps li.on p {
    color: #6282d9;
}

.detail-nav {
    width: auto;
    margin-bottom: 20px;
}

.review-status {
    padding-left: 24px;
    padding-right: 60px;
    line-height: 26px;
    margin-bottom: 30px;
}

.review-status p {
    color: #4e7adb;
}

.review-status .count-down {
    float: right;
    color: #ff5959;
}

.review-status i {
    color: #999;
}

.review-status a.red {
    width: 66px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.status-type dt,
.status-type dd {
    float: left;
    height: 28px;
    line-height: 26px;
    border: 1px solid transparent;
}

.status-type dd {
    float: left;
    border-color: #b4c9f7;
    border-radius: 14px;
    padding: 0 26px;
    color: #4e7adb;
    cursor: pointer;
    margin-right: 10px;
}

.status-type dd:hover,
.status-type dd.active {
    color: #fff;
    background-color: #4e7adb;
    border-color: #4e7adb;
}

.bottom-operation {
    text-align: center;
    margin: 20px 0;
}

.add-btn {
    height: 32px;
    line-height: 30px;
    border: 1px solid #4e7adb;
    padding: 0 20px;
    color: #4e7adb;
    display: inline-block;
}

.add-service {
    margin: 16px 40px 0;
}

.add-service-tip {
    padding-left: 12px;
    line-height: 32px;
    background-color: #fafbfc;
}

.add-service-tip.require:before {
    content: "* ";
    color: #ff5959;
}

.add-service-main {
    margin-top: 16px;
    overflow: hidden;
}

.add-service-item {
    width: 50%;
    float: left;
}

.add-service-left {
    padding-right: 8px;
}

.add-service-right {
    padding-left: 8px;
}

.add-service-item.h740 {
    height: 740px;
}

.add-service-item.h370 {
    height: 370px;
}

.add-service-box {
    height: 100%;
    padding: 0 12px;
    border: 1px solid #e5e5e5;
    position: relative;
}

.add-service-box > h3 {
    line-height: 34px;
    font-size: 14px;
    color: #4e7adb;
}

.add-service-search {
    height: 32px;
    border: 1px solid #e5e5e5;
    position: relative;
}

.add-service-search button {
    width: 32px;
    height: 100%;
    background: url("./images/icon-search-gary.png") no-repeat center;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
}

.add-service-search input {
    width: 100%;
    height: 30px;
    border: none;
    line-height: 30px;
    padding-left: 32px;
}

.add-service-selects {
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 12px;
}

.service-title {
    display: block;
    height: 36px;
    padding-left: 6px;
    line-height: 36px;
    position: relative;
}

.service-list input {
    display: none;
}

.service-list label {
    display: inline-block;
    height: 100%;
    width: 14px;
    height: 14px;
    border: 1px solid #bfbfbf;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 12px;
    background-color: #fff;
}

.service-list input:checked + label {
    border-color: #4e7adb;
    background: #4e7adb url("./images/icon-checked.png") no-repeat center;
}

.service-title-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    font-family: "SimSun";
    color: #999;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}

.service-title-arrow.open {
    transform: rotate(90deg);
}

.service-children {
    padding: 6px 34px;
    background-color: #fafbfc;
    display: none;
}

.service-item {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.add-service-right h3 {
    border-bottom: 1px solid #e5e5e5;
}

.service-selected {
    position: absolute;
    top: 35px;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 12px;
}

.service-selected li {
    position: relative;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    padding-right: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.service-selected li .unselected {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 12px;
    height: 13px;
    margin-top: -6px;
    cursor: pointer;
    background: url("./images/icon-delete.png") no-repeat center;
    display: none;
}

.service-selected li:hover .unselected {
    display: block;
}

.settings-form,
.review-form {
    display: block;
    margin: 10px 36px 20px;
    padding-top: 30px;
    padding-right: 80px;
    padding-bottom: 14px;
    background-color: #fafbfc;
}

.review-info {
    margin: 10px 36px 20px;
    padding-right: 80px;
    padding-bottom: 14px;
}

.review-info .form-label {
    color: #999;
}

.review-info .form-body {
    padding: 5px 0;
    line-height: 24px;
}

.review-form .form-label {
    color: #666;
}

.review-form .form-body {
    float: left;
    position: relative;
}

.review-form .form-body .label-error {
    position: absolute;
    left: 2px;
    bottom: -12px;
    color: #f00;
    font-size: 12px;
    line-height: 1;
}

.review-form .form-body input[type="text"] {
    border: 1px solid #dcdcdc;
}

.review-form .city-select {
    font-size: 0;
}

.review-form .city-select select {
    height: 32px;
    margin-right: 13px;
}

.review-form .city-select select:last-child {
    margin-right: 0;
}

.review-form .city-select .chosen-container {
    font-size: 14px;
    margin-right: 13px;
}

.review-form .city-select .chosen-container:last-child {
    margin-right: 0;
}

.review-form .chosen-container-single .chosen-single {
    border-color: #dcdcdc;
}

.setting-button,
.review-button {
    text-align: center;
    font-size: 0;
}

.review-button {
    padding: 10px auto;
}

.setting-button button,
.review-button button {
    width: 150px;
    height: 42px;
    margin: 0 20px;
    font-size: 14px;
    text-align: center;
    line-height: 42px;
}

.upload-pic {
    width: 120px;
    height: 100px;
    border: 1px solid #afc2eb;
}

.upload-pic .upload-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 50px;
    text-align: center;
    cursor: pointer;
    background: url("./images/icon-upload-pic.png") no-repeat center;
}

.upload-pic .upload-btn input {
    display: none;
}

.upload-pic .upload-btn > div {
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.upload-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border: none;
}

/*弹窗样式*/

.layer {
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.layer > h3 {
    padding: 0 20px;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    font-weight: bold;
    color: #4e7adb;
    background-color: #f8f9fb;
}

.layer-note {
    margin: 20px auto;
    padding: 0 20px;
    height: 278px;
}

.layer-note > textarea {
    width: 100%;
    height: 100%;
    line-height: 32px;
    text-indent: 15px;
}

.btns {
    margin: 0 auto;
    width: 340px;
    text-align: center;
}

.btns > a {
    width: 150px;
    height: 42px;
    color: #fff;
    text-align: center;
    line-height: 42px;
}

.sure {
    background-color: #4e7adb;
}

.cancel {
    background-color: #d4d4d4;
}
