@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("../font/SourceHanSansCN-Medium.woff2") format("woff2"), url("../font/SourceHanSansCN-Medium.woff") format("woff"), url("../font/SourceHanSansCN-Medium.ttf") format("truetype"), url("../font/SourceHanSansCN-Medium.eot") format("embedded-opentype"), url("../font/SourceHanSansCN-Medium.svg") format("svg"), url("../font/SourceHanSansCN-Medium.otf") format("opentype");
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    border: none;
    font-family: 'SourceHanSansCN-Medium';
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body, html {
    width: 100%;
    height: 100%;
}

.oa-container {
    height: 100%;
}

.oa-header-wrapper {
    border-bottom: 1px solid #e5a4a6;
    background: #bc1b21;
}

.oa-header {
    position: relative;
    width: 88%;
    min-width: 1200px;
    height: 125px;
    margin: 0 auto;
    background: #bc1b21;
}

.oa-header .oa-header-logo {
    float: left;
    margin-top: 36px;
}

.oa-header .logo-src {
    display: inline-block;
    vertical-align: middle;
    width: 52px;
    height: 52px;
    background: #fff;
}

.oa-header .logo-name {
    display: inline-block;
    vertical-align: middle;
    margin-left: 32px;
    font-size: 24px;
    color: #fff;
}

.oa-header-infos {
    position: absolute;
    right: -19px;
}

.oa-header-infos .infos-item {
    display: inline-block;
    width: 102px;
    height: 24px;
    text-align: center;
    box-shadow: 11px -5px 18px 0px #962529;
    border-right: 2px solid #c22327;
    vertical-align: middle;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    padding: 50px 0;
    box-sizing: content-box;
}

.oa-header-infos .infos-item:last-child {
    margin-right: 19px;
}

.common-module-title {
    height: 52px;
    line-height: 52px;
    padding: 0 32px;
    border: 1px solid #d4d4d4;
    font-size: 16px;
    background: linear-gradient(to top, #efefef, white);
}

.oa-content-navs {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: #fff;
}

.oa-content-navs .oa-common-subNavs {
    margin-left: 6px;
}

.oa-common-navs {
    float: left;
    width: 182px;
    height: 100%;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    background: #f7f7f7;
}

.oa-common-navs .navs-item {
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    font-size: 16px;
    background: linear-gradient(to top, #efefef, white);
}

.oa-common-navs .navs-item.active, .oa-common-navs .navs-item:hover {
    color: #fff;
    background: #bc1b21;
}

.oa-common-navs .navs-item.active .navs-item-link, .oa-common-navs .navs-item:hover .navs-item-link {
    color: #fff;
}

.oa-common-navs .navs-item .badge-icon {
    position: absolute;
    right: 4px;
    top: 4px;
    padding: 0 7px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    font-size: 12px;
    color: #333;
    background: #fff;
}

.oa-common-navs .navs-item-link {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}

.oa-common-navs .navs-item-link:hover {
    color: #fff;
    text-decoration: none;
}

.oa-common-table {
    width: 100%;
    /*min-width: 1000px;*/
    text-align: left;
    border: 1px solid #d4d4d4;
    border-bottom: 0;
}

.oa-common-table tr {
    background: linear-gradient(to top, #efefef, white);
    border-bottom: 1px solid #d4d4d4;
}
.oa-common-table tr:hover, .oa-common-table tr:active{
    background: linear-gradient(to top, #ffe3e4, white);
    border-bottom: 1px solid #d4d4d4;
}

.oa-common-table th {
    padding-left: 20px;
    line-height: 52px;
    font-weight: normal;
    font-size: 14px;
    white-space: normal;
    min-width: 100px;
}

.oa-common-table td {
    position: relative;
    padding: 10px 0 10px 20px;
    height: 38px;
    font-size: 12px;
    white-space: normal;
    min-width: 100px;
}

.oa-common-table .td-checkbox {
    position: absolute;
    top: 6px;
    left: 6px;
}

.oa-common-table .operate-btn {
    display: inline-block;
    width: 100px;
    height: 20px;
    line-height: 20px;
    margin-right: 4px;
    margin-top: 4px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
}

.oa-common-table .operate-btn:hover {
    opacity: 0.8;
}

.oa-common-table .red-btn {
    background: #bc1b21;
}

.oa-common-table .gray-btn {
    background: #3e3a39;
}

.common-pagination {
    margin: 60px 0;
    text-align: center;
    font-size: 0;
}

.common-pagination .page-item {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    margin-right: 4px;
    font-size: 14px;
    cursor: pointer;
}

.common-pagination .page-item.active, .common-pagination .page-item:hover {
    color: #fff;
    background: #bc1b21;
}

.common-pagination .page-arrow {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    cursor: pointer;
}

.common-pagination .page-arrow:hover {
    background-color: #f5f5f5;
}

.common-pagination .page-previous {
    margin-right: 4px;
    background-image: url(../images/arrow-left.png);
}

.common-pagination .page-previous.active {
    background-image: url(../images/arrow-left-active.png);
}

.common-pagination .page-next {
    background-image: url(../images/arrow-right.png);
}

.common-pagination .page-next.active {
    background-image: url(../images/arrow-right-active.png);
}

.common-pagination .page-word {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999;
}

.common-pagination .page-input {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 24px;
    margin: 0 8px;
    padding: 0 5px;
    font-size: 14px;
    background: #f2f2f2;
}

.common-pagination .page-confirm-btn {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 22px;
    margin: 0 8px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #bc1b21;
    font-size: 14px;
    color: #bc1b21;
    cursor: pointer;
}

.common-pagination .page-confirm-btn:hover {
    background: #bc1b21;
    color: #fff;
}

.common-pagination .total-nums {
    color: #666;
}

.query-wrapper {
    margin-bottom: 6px;
    padding: 10px 0 24px;
    overflow: hidden;
    border: 1px solid #cacaca;
    background: linear-gradient(to top, #efefef, white);
}

.query-wrapper .query-item {
    float: left;
    margin-top: 12px;
}

.query-wrapper .query-item-label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
    margin-right: 15px;
}

.query-wrapper .query-item-select {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    height: 20px;
    border: 1px solid #dddddd;
    box-sizing: content-box;
    font-size: 12px;
    background: #fefefe;
}

.query-wrapper .company-select {
    width: 182px;
}

.query-wrapper .query-item-input {
    display: inline-block;
    vertical-align: middle;
    width: 162px;
    height: 20px;
    padding: 0 10px;
    border: 1px solid #ddd;
    font-size: 12px;
    background: #fefefe;
}

.query-wrapper .query-operate-btns {
    float: left;
    margin-top: 12px;
    font-size: 0;
}

.query-wrapper .query-btn {
    display: inline-block;
    width: 84px;
    height: 22px;
    margin-left: 28px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background: #bc1b21;
}

.query-wrapper .query-btn:hover {
    opacity: 0.8;
}

.query-wrapper .create-company-btn {
    display: inline-block;
    width: 114px;
    height: 22px;
    margin-left: 28px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background: #3e3a39;
}

.query-wrapper .create-company-btn:hover {
    opacity: 0.8;
}

.pd-30 {
    padding-bottom: 30px;
}

.mt-30 {
    margin-top: 30px !important;
}

.oa-content-wrapper {
    position: relative;
    width: 100%;
    min-width: 1200px;
    min-height: calc(100% - 150px);
    margin: 6px auto;
    padding-bottom: 50px;
}

.oa-content-wrapper .oa-navs-content {
    padding-left: 380px;
}

.login-wrapper {
    position: relative;
}

.oa-footer-wrapper {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    font-size: 14px;
    text-align: center;
}

.login-form {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 656px;
    height: 318px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    transform: translate(-50%, -50%);
    background: #f0f0f0;
}

.login-form .login-form-item {
    width: 430px;
    margin: 30px auto;
    font-size: 0;
}

.login-form .login-form-item:first-child {
    margin-top: 68px;
}

.login-form .form-label {
    display: inline-block;
    vertical-align: middle;
    width: 74px;
    line-height: 30px;
    font-size: 20px;
    color: #333;
}

.login-form .form-input {
    display: inline-block;
    vertical-align: middle;
    width: 336px;
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
    background: #fff;
}

.login-form .login-btn {
    float: right;
    width: 356px;
    height: 30px;
    margin-right: 113px;
    margin-top: 25px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background: #bc1b21;
}

.login-form .login-btn:hover {
    opacity: 0.8;
}

.personal-baseinfos {
    padding: 0 25px;
    margin-bottom: 33px;
}

.personal-baseinfos .person-avatar {
    width: 80px;
    height: 80px;
    margin-top: 26px;
    border-radius: 12px;
}

.personal-baseinfos .infos-list-item {
    margin-top: 30px;
    font-size: 16px;
}

.person-pwd {
    padding: 0 25px;
    font-size: 16px;
}

.person-pwd .infos-list-item {
    margin-top: 30px;
}

.person-pwd .reset-pwd-btn {
    display: block;
    width: 240px;
    height: 26px;
    margin-top: 30px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #ffff;
    cursor: pointer;
    background: #bc1b21;
}

.person-pwd .reset-pwd-btn:hover {
    opacity: 0.8;
}

.common-btn {
    display: block;
    width: 114px;
    height: 22px;
    line-height: 22px;
    margin: 30px 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background: #3e3a39;
}

.common-btn:hover {
    opacity: 0.8;
}

.batch-btn-wrapper {
    overflow: hidden;
}

.batch-btn-wrapper .batch-btn {
    float: right;
    width: 160px;
    background: #bc1b21;
}

.save-btn {
    width: 180px;
    height: 22px;
    margin: 84px auto;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background: #bc1b21;
}

.save-btn:hover {
    opacity: 0.8;
}

.company-baseinfos {
    padding: 0 30px;
}

.company-baseinfos .form-item {
    margin-top: 30px;
    overflow: hidden;
}

.company-baseinfos .form-item-label {
    float: left;
    width: 110px;
    line-height: 22px;
    white-space: nowrap;
    font-size: 14px;
}

.company-baseinfos .form-item-value {
    font-size: 12px;
}

.company-baseinfos .form-item-input, .company-baseinfos .form-item-select {
    width: 340px;
    height: 22px;
    padding: 0 10px;
    box-sizing: content-box;
    border: 1px solid #e0e0e0;
}

.company-baseinfos .small-input-area {
    position: relative;
    float: left;
    min-width: 300px;
    height: 22px;
    margin-left: 26px;
}
.company-baseinfos .small-input-area .selected-city {
    height: 20px;
    padding: 0 6px;
    display: inline-block;
    max-width: 500px;
    white-space: break-spaces;
    word-break: break-word;
}
.company-baseinfos .small-input-area .query-item-select {
    width: 80px;
    border-radius: 22px;
    border: 1px solid #e0e0e0;
    margin-left: 4px;
}

.company-baseinfos .small-input-area .clear-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    cursor: pointer;
    background: linear-gradient(to top, #efefef, white);
}

.company-baseinfos .small-input-area .form-item-input {
    width: 47px;
    height: 22px;
    border: none;
    border-radius: 22px;
}

.company-baseinfos .add-area {
    float: left;
    margin: 0;
    margin-left: 244px;
}

.project-percentage {
    margin-top: 10px;
    padding-left: 30px;
}

.project-percentage .percentage-item {
    overflow: hidden;
    font-size: 14px;
}

.project-percentage .percentage-title {
    float: left;
    margin-top: 34px;
    line-height: 22px;
}

.project-percentage .percentage-form {
    width: 30%;
    max-width: 400px;
    float: left;
    margin-top: 34px;
}

.project-percentage .form-label {
    float: left;
    width: 55%;
    line-height: 22px;
    text-align: right;
    white-space: nowrap;
}

.project-percentage .form-input {
    float: left;
    width: 40%;
    height: 22px;
    padding: 0 10px;
    margin-left: 5%;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
}

.account-infos-form {
    padding: 0 25px;
}

.account-infos-form .form-item {
    margin-top: 32px;
}

.account-infos-form .form-label {
    display: inline-block;
    width: 94px;
    line-height: 22px;
}

.account-infos-form .form-input {
    width: 340px;
    height: 22px;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
}

.edit-baseinfos .form-item-label {
    width: 160px;
}

.edit-baseinfos .form-item-value {
    margin-right: 12px;
    font-size: 12px;
}

.edit-percentage {
    position: relative;
}

.edit-percentage .percentage-form {
    width: auto;
}

.edit-percentage .form-label {
    width: 180px;
}

.edit-percentage .form-value {
    margin-left: 24px;
}

.edit-percentage .download-agreement {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
}

.edit-percentage .download-agreement .agreement-icon {
    position: relative;
    display: inline-block;
    width: 66px;
    height: 66px;
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    box-shadow: -5px 5px 0px 0px #b6b6b6;
    background: #dcdcdc;
}

.edit-percentage .download-agreement .word {
    display: inline-block;
    width: 40px;
    margin-top: 11px;
}

.edit-percentage .download-agreement .close-icon {
    position: absolute;
    right: -10px;
    top: -10px;
    font-style: normal;
    font-size: 16px;
}

.edit-percentage .download-agreement .download-btn {
    position: relative;
    top: 14px;
    display: inline-block;
    margin: 0;
    margin-left: 34px;
}

.profession-price {
    padding: 0 30px;
}

.profession-price table {
    width: 100%;
    margin-bottom: 44px;
    text-align: center;
}

.profession-price th {
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    background: #3e3a39;
}

.profession-price th, .profession-price td {
    height: 32px;
    border: 1px solid #d2d2d2;
}

.profession-price td {
    font-size: 12px;
}

.profession-price-style table {
    width: 100%;
}

.profession-price-style .operate-btn {
    display: inline-block;
    width: 82px;
    height: 22px;
    margin: 0 6px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.profession-price-style .operate-btn:hover {
    opacity: 0.8;
}

.profession-price-style .red-btn {
    background: #bc1b21;
}

.profession-price-style .gray-btn {
    background: #3e3a39;
}

.system-table {
    margin: 6px 0;
    padding: 0;
}

.system-table table {
    margin: 0;
}

.system-table td {
    height: 54px;
}

.system-table td:nth-child(2), .system-table th:nth-child(2) {
    width: 40%;
}

.system-table .red-font {
    color: #fe0000;
}

.system-table .td-input {
    width: 46px;
    height: 20px;
    margin: 0 5px;
    border: 1px solid #e0e0e0;
    text-align: center;
}

.resource-download {
    margin-top: 100px;
    overflow: hidden;
}

.resource-download .download-item {
    float: left;
    width: 114px;
    margin-left: 84px;
    margin-top: 20px;
    text-align: center;
}

.resource-download .item-title {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    box-shadow: -5px 5px 0px 0px #b6b6b6;
    background: #dcdcdc;
}

.resource-download .item-title span {
    display: block;
    text-align: center;
}

.resource-download .close-icon {
    position: absolute;
    right: -10px;
    top: -10px;
    font-style: normal;
    font-size: 16px;
    cursor: pointer;
}

.resource-download .download-btn {
    width: 114px;
    height: 22px;
    margin-top: 45px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background: #3e3a39;
}

.resource-download .download-btn:hover {
    opacity: 0.8;
}

.upload-btn {
    width: 180px;
    height: 22px;
    margin: 136px 0 136px 84px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background: #bc1b21;
}

.upload-btn:hover {
    opacity: 0.8;
}

.project-contract .resource-process {
    margin: 36px 30px;
}

.project-contract .module-item {
    height: 36px;
    padding: 0 33px;
    margin-bottom: 16px;
    line-height: 36px;
    border: 1px solid #d4d4d4;
}

.project-contract .module-item-label {
    display: inline-block;
    width: 118px;
    font-size: 16px;
}

.project-contract .module-item-btn {
    display: inline-block;
    width: 182px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background: #3e3a39;
}

.project-contract .module-item-btn:hover {
    opacity: 0.8;
}

.project-contract .duty-table {
    width: 100%;
    max-width: 800px;
    margin-left: 28px;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 16px;
}

.project-contract .duty-table td {
    width: 20%;
    height: 42px;
}

.project-contract .duty-table td:last-child {
    width: 40%;
}

.project-contract .duty-table .operate-btn {
    display: inline-block;
    width: 112px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background: #3e3a39;
    margin:3px;
}

.project-contract .duty-table .operate-btn:hover {
    opacity: 0.8;
}

.project-track-operate {
    padding: 30px;
    margin-bottom: 60px;
    border: 1px solid #d4d4d4;
    background: linear-gradient(to top, #efefef, white);
}

.project-track-operate .title {
    font-size: 14px;
}

.project-track-operate .operate-btns {
    margin-top: 26px;
    font-size: 0;
}

.project-track-operate .operate-btn {
    display: inline-block;
    width: 114px;
    height: 22px;
    margin-right: 12px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background: #3e3a39;
}

.project-track-operate .operate-btn:hover {
    opacity: 0.8;
}

.project-process-content .creater-module-title {
    margin-top: 6px;
}

.project-process-content .form-item-label {
    width: 164px;
}

.project-process-content .form-tip {
    margin-left: 40px;
    font-size: 12px;
}

.project-process-content .create-form-tip {
    margin-left: 0;
}

.project-process-content .red-font {
    color: #bc1b21;
}

.project-process-content .project-baseinfos .baseinfos-form {
    overflow: hidden;
}

.project-process-content .project-baseinfos .form-item {
    float: left;
    width: 650px;
}

.project-process-content .project-baseinfos .special-form-item {
    white-space: nowrap;
}

.project-process-content .project-baseinfos .form-item-total {
    width: 100% !important;
}

.project-process-content .project-baseinfos .form-item-value {
    margin-right: 10px;
}

.project-process-content .project-baseinfos .form-item-input {
    width: 50%;
}

.project-process-content .project-baseinfos .common-btn {
    float: none;
}

.project-process-content .create-project-form .form-item-label {
    width: 100px;
}

.project-process-content .create-project-form .form-item-select {
    width: 50%;
}

.project-process-content .create-project-form .form-item-total .form-item-label {
    width: 160px;
}

.project-process-content .width-180 {
    width: 180px;
}

.project-process-content .resource-download {
    margin-top: 20px;
    padding-left: 30px;
}

.project-process-content .resource-download .download-item {
    margin-left: 0;
    margin-right: 50px;
}

.project-process-content .project-module-title {
    font-size: 16px;
}

.project-process-content .project-module-title .process-input {
    width: 340px;
    height: 22px;
    margin-left: 38px;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
}

.project-process-content .resource-process {
    margin: 0;
    margin-bottom: 30px;
}

.project-contract {
    padding-left: 30px;
}

.project-contract .upload-advice {
    margin-top: 30px;
}

.project-contract-percentage .title {
    display: block;
    margin-top: 30px;
    font-size: 16px;
}

.project-contract-percentage .percentage-items {
    margin-bottom: 30px;
    overflow: hidden;
}

.project-contract-percentage .percentage-item {
    float: left;
    width: 33.33%;
    max-width: 264px;
    margin-top: 30px;
}

.project-contract-percentage .item-value {
    display: inline-block;
    padding: 0 6px;
    height: 20px;
    margin-left: 20px;
    line-height: 20px;
    border: 1px solid #e0e0e0;
}

.project-contract-percentage .duty-table {
    margin: 0;
}

.project-contract-percentage .duty-table th {
    height: 42px;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
}

.project-contract-percentage .duty-table .operate-btn {
    width: 182px;
}

.project-contract-percentage .uplolad-resource {
    margin-bottom: 40px;
}

.project-contract-percentage .mb-52 {
    margin-bottom: 52px;
}

.percentage-border {
    margin-left: 30px;
}

.percentage-border .item-input {
    width: 70px;
    height: 22px;
    padding: 0 10px;
    margin-left: 20px;
    border: 1px solid #e0e0e0;
}

.verify-process {
    padding-left: 30px;
}

.verify-process .verify-desc {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 0;
}

.verify-process .desc-item {
    display: inline-block;
    vertical-align: middle;
    width: 17%;
    max-width: 182px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border: 1px solid #d4d4d4;
    font-size: 14px;
}

.verify-process .desc-item.active {
    color: #fff;
    background: #3e3a39;
}

.verify-process .desc-arrow {
    display: inline-block;
    vertical-align: middle;
    width: 78px;
    height: 54px;
    background: url(../images/arrow-icon.png) no-repeat center;
}

.recieving-situation .situation-title {
    font-size: 16px;
}

.recieving-situation .situation-detail {
    margin: 30px 0;
    font-size: 0;
}

.recieving-situation .detail-item {
    display: inline-block;
    width: 50%;
    max-width: 384px;
    font-size: 14px;
}

.situation-border {
    padding: 40px 20px 20px;
    margin-bottom: 48px;
    border: 1px solid #e0e0e0;
}

.situation-border .situation-detail {
    margin: 20px 0;
}

.count-data-show {
    overflow: auto;
    zoom: 1;
    margin-top: 10px;
    margin-bottom: 20px;
}

.count-data-show li {
    float: left;
    width: 33%;
    text-align: center;
    margin-top: 20px;
}

.count-data-show .data-show {
    margin-left: 20px;
}

.pagination {
    margin-top: 20px;
}

.pagination li {
    float: left;
    min-width: 30px;
    height: 30px;
}

/*# sourceMappingURL=main.css.map */