body {
    margin: 0px !important;
}
.tort-project * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    background-repeat: no-repeat;
}
.tort-project .margin-t-10 {
    margin-top: 10px;
}
.tort-project .margin-r-10 {
    margin-right: 10px;
}
.tort-project .margin-b-10 {
    margin-bottom: 10px;
}
.tort-project .margin-l-10 {
    margin-left: 10px;
}
.tort-project .margin-t-15 {
    margin-top: 15px;
}
.tort-project .margin-r-15 {
    margin-right: 15px;
}
.tort-project .margin-b-15 {
    margin-bottom: 15px;
}
.tort-project .margin-l-15 {
    margin-left: 15px;
}
.tort-project .margin-t-40 {
    margin-top: 40px;
}
.tort-project .margin-r-40 {
    margin-right: 40px;
}
.tort-project .margin-b-40 {
    margin-bottom: 40px;
}
.tort-project .margin-l-40 {
    margin-left: 40px;
}
.tort-project .margin-t-5 {
    margin-top: 5px;
}
.tort-project .margin-r-5 {
    margin-right: 5px;
}
.tort-project .margin-b-5 {
    margin-bottom: 5px;
}
.tort-project .margin-l-5 {
    margin-left: 5px;
}
.tort-project .margin-t-20 {
    margin-top: 20px;
}
.tort-project .margin-r-20 {
    margin-right: 20px;
}
.tort-project .margin-b-20 {
    margin-bottom: 20px;
}
.tort-project .margin-l-20 {
    margin-left: 20px;
}
.tort-project .w-full {
    width: 100%;
}
.tort-project .h-full {
    height: 100%;
}
.tort-project .w-100 {
    width: 100px !important;
}
.tort-project .w-150 {
    width: 150px !important;
}
.tort-project .w-200 {
    width: 200px !important;
}
.tort-project .w-300 {
    width: 300px !important;
}
.tort-project .w-400 {
    width: 400px !important;
}

.tort-project .padding-5 {
    padding: 5px;
}
.tort-project .padding-10 {
    padding: 10px;
}
.tort-project .padding-20 {
    padding: 20px;
}
.tort-project .margin-5 {
    margin: 5px;
}
.tort-project .margin-10 {
    margin: 10px;
}
.tort-project .margin-20 {
    margin: 20px;
}
.tort-project .margin-0 {
    margin: 0 !important;
}

.tort-project .flex-space-between {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.tort-project .flex-center {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.tort-project .flex-start {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
}
.tort-project .flex-end {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
}
.tort-project .flex-column {
    flex-direction: column;
}
.tort-project .flex-warp {
    flex-wrap: wrap;
}

.tort-project .z-index-top {
    z-index: 10086;
}
.tort-project .z-index-bottom {
    z-index: -10086;
}
.tort-project .c-pointer {
    cursor: pointer;
}
.tort-project .a_link {
    color: #3399ff;
    text-decoration: none;
    cursor: pointer;
}
.tort-project .text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.tort-project .laydate-align {
    transform: translateY(-12%);
}

.tort-project .position-r {
    position: relative;
}
.tort-project .position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.tort-project .radius-12 {
    border-radius: 12px;
}
.tort-project .border-1-c {
    border: 1px solid #cccccc;
}
/* 组建 */
.tort-project .tort-breadcrumb {
    font-size: 15px;
    color: #999999;
    line-height: 20px;
}
.tort-project .tort-breadcrumb .breadcrumb-act {
    color: #252525;
    font-weight: 900;
}
.tort-project .tort-breadcrumb a {
    color: #999999;
    list-style: none;
}
.tort-form-banner {
    height: 115px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.tort-form-banner-text {
    font-weight: 900;
    font-size: 40px;
    color: #3399ff;
    line-height: 53px;
}
.tort-form-center {
    width: 1200px;
    margin: 0 auto;
}
.tort-form-tip {
    font-size: 15px;
    color: #252525;
    line-height: 24px;
}
.tort-form {
    align-items: flex-start !important;
}
.w-573 {
    width: 573px;
}
.tort-form-label {
    font-weight: 900;
    font-size: 15px;
    color: #252525;
    line-height: 24px;
}
.tort-form-required {
    color: #3399ff;
}
.tort-form-upload {
    width: 573px;
    min-height: 146px;
    background: #f9f9f9;
    border-radius: 4px;
    padding: 12px 16px;
    align-items: flex-start !important;

    font-size: 13px;
    color: #999999;
    line-height: 20px;
}
.tort-form-upload-btn {
    width: 70px;
    height: 70px;
    background-image: url('../images/upload-btn.png');
    background-size: contain;
}
.tort-form-upload-img {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    background-size: contain;
}
.tort-form-upload-img-close {
    width: 20px;
    height: 20px;
    background-image: url('../images/upload-img-close-1.png');
    background-size: contain;
    position: absolute;
    right: 5px;
    top: 5px;
}
.tort-form-upload-ipt {
    display: none;
}
.tort-form-work {
    height: 44px;
    background: #f9f9f9;
    border-radius: 4px;
}
.tort-form-work:hover {
    background: #f3f3f3;
}
.tort-multiple-select {
    height: 38px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
.tort-multiple-select-option-wrap {
    max-height: 200px;
    overflow: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    border: 1px solid #eeeeee;
    background-color: #fff;
    display: none;
    border-radius: 6px;
    box-shadow: 0px 8px 10px 5px rgba(1, 1, 1, 0.1);
}
.tort-multiple-select-tag-wrap {
    height: 100%;
    color: #656a6e;
}
.tort-multiple-select-act {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    border-radius: 4px;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.tort-multiple-select-tag {
    width: 80px;
    height: 25px;
    background: #eeeeee;
    border-radius: 2px;
    font-size: 12px;
    color: #252525;
}
.tort-multiple-select-tag-close {
    width: 13px;
    height: 13px;
    background-image: url('../images/upload-img-close.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.tort-multiple-select-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 16px;
    height: 16px;
    background-image: url('../images/to-bottom.png');
    background-size: contain;
}
.tort-form-url-list-plus {
    width: 26px;
    height: 26px;
    position: absolute;
    right: -6%;
}
.tort-form-url-list-close {
    width: 13px;
    height: 13px;
    position: absolute;
    right: 3%;
}
.btn-primary {
    background-color: #3399ff !important;
    border-color: #3399ff !important;
    height: 50px;
    border: 0;
}
.tort-form-upload-file {
    width: 573px;
    min-height: 146px;
    background: #f9f9f9;
    border-radius: 4px;
    padding: 12px 16px;
    align-items: flex-start !important;

    font-size: 13px;
    color: #999999;
    line-height: 20px;
}
.tort-form-upload-file-list-wrap {
    font-size: 13px;
    color: #252525;
    line-height: 17px;
    vertical-align: middle;
}
.file-list-item-name {
    max-width: 30%;
}
.tort-form-upload-file-ipt {
    display: none;
}
.tort-form-upload-table {
    width: 573px;
    min-height: 146px;
    background: #f9f9f9;
    border-radius: 4px;
    padding: 12px 16px;
    align-items: flex-start !important;

    font-size: 13px;
    color: #999999;
    line-height: 20px;
}
.tort-form-upload-table-list-wrap {
    font-size: 13px;
    color: #252525;
    line-height: 17px;
    vertical-align: middle;
}

.tort-form-upload-attach-btn {
    width: 70px;
    height: 70px;
    background-image: url('../images/upload-btn.png');
    background-size: contain;
}
.tort-form-upload-attach-ipt {
    display: none;
}
.tort-form-upload-attach {
    width: 573px;
    min-height: 146px;
    background: #f9f9f9;
    border-radius: 4px;
    padding: 12px 16px;
    align-items: flex-start !important;

    font-size: 13px;
    color: #999999;
    line-height: 20px;
}
.tort-form-upload-attach-list-wrap {
    font-size: 13px;
    color: #252525;
    line-height: 17px;
    vertical-align: middle;
}

.table-list-item-name {
    max-width: 30%;
}
.tort-form-upload-table-ipt {
    display: none;
}
.tort-form-promise {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
}
.textarea-text-num-warp {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #fff;
    font-size: 12px;
    color: #999999;
}
.tort-guide-banner {
    height: 115px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.tort-guide-banner-text {
    font-weight: 900;
    font-size: 40px;
    color: #3399ff;
    line-height: 53px;
}
.tort-guide-center {
    width: 1200px;
    margin: 0 auto;
    width: 1200px;
    font-size: 15px;
    color: #666666;
    line-height: 24px;
}
.tort-guide-title {
    font-weight: 900;
    font-size: 20px;
    color: #252525;
    line-height: 24px;
}
.tort-home-banner {
    height: 115px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.tort-home-banner-text {
    font-weight: 900;
    font-size: 40px;
    color: #3399ff;
    line-height: 53px;
}
.tort-home-card {
    width: 390px;
    height: 413px;
    background: #ffffff;
    padding: 31px 24px;
}
.tort-home-card-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 31px;
}
.tort-home-card-name {
    font-weight: 900;
    font-size: 20px;
    color: #252525;
    line-height: 26px;
}
.tort-home-card-info {
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    line-height: 20px;
}
.tort-home-card-btn {
    height: 50px;
    background: #3399ff;
    font-weight: 900;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
}
.tort-home-card-btn:hover {
    background: #44a1ff;
}
.tort-home-tip-wrap {
    width: 1200px;
    margin: 0 auto;
}
.tort-home-tip {
    font-size: 15px;
    color: #9e9e9e;
    line-height: 20px;
    align-items: flex-start !important;
}
.tort-nav {
    list-style: none;
}
.tort-nav-item p {
    font-size: 15px;
    color: #999999;
    line-height: 24px;
    cursor: pointer;
    user-select: none;
}
.tort-nav-item-act p {
    color: #3399ff;
    font-weight: 900;
}
.tort-more-item p {
    font-size: 15px;
    color: #999999;
    line-height: 24px;
    cursor: pointer;
    user-select: none;
}
.tort-more-item-act p {
    color: #3399ff;
    font-weight: 900;
}

.tort-project ul {
    list-style: none;
}

.tort-project table {
    font-size: 13px;
    color: #252525;
    line-height: 17px;
}
.tort-project thead {
    background-color: #f9f9f9;
    font-weight: 900;
}

.tort-project th,
.tort-project td {
    text-align: center;
}

.tort-project th {
    height: 40px;
}

.tort-project td {
    height: 57px;
    border-bottom: 1px solid #eeeeee;
}
.tort-page-item {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #999999;
    text-align: center;
    user-select: none;
}
.tort-page-item-next {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #999999;
    text-align: center;
    user-select: none;
}
.tort-page-item p {
    line-height: 28px;
}
.tort-page-item-act {
    background-color: #3399ff;
    border: 0;
    color: #fff;
}
.tort-order-head {
    font-size: 15px;
    color: #252525;
    line-height: 24px;
}

.tort-modal-message {
    font-weight: 900;
    font-size: 24px;
    color: #27e51d;
    line-height: 32px;
}

.tort-modal-message-icon {
    width: 26px;
    height: 26px;
}
.tort-modal-center {
    font-size: 15px;
    color: #666666;
    line-height: 20px;
    text-align: center;
}
.tort-modal-btn {
    width: 140px;
    height: 50px;
    border-radius: 12px;
}
.tort-modal-btn-p {
    width: 140px;
    height: 50px;
    border-radius: 12px;
    background: #3399ff;

    border: 1px solid #cccccc;

    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    line-height: 21px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.tort-modal-btn-secondary {
    width: 140px;
    height: 50px;
    border-radius: 12px;

    background: #f9f9f9;

    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 21px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.tort-modal-wrap {
    width: 307px;
    margin: 0 auto;
    padding: 30px 0;
}
.tort-modal-content {
    width: 435px;
    height: 228px;
    background: #ffffff;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #cccccc;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tort-modal-mask {
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    top: 0;
}

.tort-toast {
    min-width: 100px;
    max-width: 30%;
    min-height: 50px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(1, 1, 1, 0.6);
    border-radius: 3px;
    color: #fff;
    opacity: 0;
    z-index: -1;
    transition: 0.3s;
}
.tort-toast-body {
    font-size: 13px;
    padding: 10px 20px;
}

.align-start {
    align-items: flex-start !important;
}
.tort-order-status-wrap > .appeal-btn {
    width: 126px;
    height: 33px;
    border-radius: 6px;
    color: #fff;
    background-color: #3399ff;
}
.tort-order-name {
    word-break: break-all;
}
.z-index-1 {
    z-index: 1;
}

.tort-project .workorder-info-title-1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 900;
    font-size: 20px;
    color: #252525;
    line-height: 24px;
}

.tort-project .workorder-info-title-2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 900;
    font-size: 15px;
    color: #252525;
    line-height: 24px;
    margin: 3px;
}
.tort-project .workorder-info-info-1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 15px;
    color: #252525;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 3px;
}
.tort-project .workorder-info-link-1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 15px;
    color: #3399ff;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 4px;
}
.tort-project .workorder-info-title-3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 15px;
    color: #252525;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.tort-show-img-wrap {
    z-index: 999;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: auto;
}
.tort-show-img {
    max-width: 90%;
    height: 90%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}
.tort-w-15 {
    width: 15%;
}
.show-img {
    cursor: pointer;
}
.show-img-file {
    cursor: pointer;
}
.tort-project .flex-start-1 {
    display: flex !important;
    justify-content: flex-start;
}
.tort-table-th-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 900;
    font-size: 15px;
    color: #252525;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.tort-table-td-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 13px;
    color: #252525;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.tort-table-th-text-div {
    text-align: left;
    margin-left: 60px;
    line-height: 17px;
}
.tort-table-td-text-div {
    text-align: left;
    margin-left: 60px;
    line-height: 1.6;
    padding: 10px 0;
}
.letter-spacing-1 {
    letter-spacing: 1px;
}
.tort-table-td-link {
    text-decoration-line: underline;
}
