@charset "UTF-8";
/* CSS Document */


.login-wrap {
    width: 100%;
    height: 100%;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-main {
    width: 400px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    padding: 30px;
    box-sizing: border-box;
}

.login-main .logo {
    font-size: 0;
    text-align: center;
}

.login-main .logo img {
    height: 50px;
}

.login-main .copy {
    text-align: center;
    font-size: 14px;
    color: #CCCCCC;
    padding-top: 30px;
}

.login-main .list {
    padding-top: 10px;
}

.login-main .list .item {
    padding-top: 20px;
    display: -ms-flex;
    display: flex;
}

.login-main .list .item .inpbox {
    position: relative;
    width: 100%;
}

.login-main .list .item .inpbox .icon {
    font-size: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
}

.login-main .list .item .inpbox .icon img {
    width: 20px;
    height: 20px;
}

.login-main .list .item .inpbox .text {
    background: #F6FAFE;
    border: 1px solid #DCEAF8;
    border-radius: 8px;
    padding: 0 20px 0 55px;
}

.login-main .list .item .inpbox .text input.inp {
    width: 100%;
    height: 48px;
    background: none;
    border: 0 none;
    box-sizing: border-box;
    font-size: 15px;
    color: #333;
}

.login-main .list .item .l {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.login-main .list .item .r {
    width: 110px;
    padding-left: 15px;
}

.login-main .list .item .imgbox {
    font-size: 0;
}

.login-main .list .item .imgbox img {
    cursor: pointer;
    width: 110px;
    height: 50px;
    border-radius: 8px;
}

.login-main .list .item .remember {
    display: -ms-flex;
    display: flex;
}

.login-main .list .item .remember label {
    cursor: pointer;
    display: -ms-flex;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #777777;
}

.login-main .list .item .remember label input {
    margin-right: 10px;
}

.login-main .list .item .btnbox {
    width: 100%;
}

.login-main .list .item .btnbox input.btn {
    width: 100%;
    height: 50px;
    background: #48A0F8;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    border: 0 none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 2px 4px rgba(72, 160, 248, .2);
}


.pageCenter {
    width: 1200px;
    margin: 0 auto;
}

.header {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.header .logo {
    font-size: 0;
}

.header .logo img {
    height: 40px;
}

.header .user {
    font-size: 14px;
    color: #666666;
}

.header .user span {
    font-weight: bold;
    color: #000;
    margin-right: 20px;
}

.header .user a {
    color: #48A0F8;
    font-weight: bold;
}

.footer {
    padding: 50px 0;
}

.wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.p-group {
    padding-top: 40px;
}

.p-main .p-group:first-child {
    padding-top: 0;
}

.p-group-title {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-group-title .name {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.p-group-title .button a {
    display: block;
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    font-weight: bold;
    color: #48A0F8;
}

.p-group-title .button a:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    background-size: 100% 100%;
}

.p-group-title .button a.icon-upload:before {
    background-image: url("../images/icon-upload.png");
}

.p-group-title .button a.icon-sign:before {
    background-image: url("../images/icon-sign.png");
}


.p-group-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.my-contract table thead tr th {
    background: #F5F8FC;
    height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.my-contract table thead tr th:first-child {
    border-radius: 8px 0 0 0;
}

.my-contract table thead tr th:last-child {
    border-radius: 0 8px 0 0;
}

.my-contract table tbody tr td {
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 14px;
    color: #666666;
}

.my-contract table tbody tr td span.gray {
    color: #999;
}

.my-contract table tbody tr td span.red {
    color: #ff0000;
}

.my-contract table tbody tr td a.btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 28px;
    box-sizing: border-box;
    color: #48A0F8;
    font-weight: bold;
    border: 1px solid #48A0F8;
    border-radius: 6px;
    padding: 0 10px;
}


.my-task .group {
    padding-top: 15px;
}

.my-task .group:first-child {
    padding-top: 0;
}

.my-task .group .box {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    height: 50px;
    border: 1px dotted #ccc;
    border-radius: 8px;
    padding: 0 20px;
}

.my-task .group .box .name {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 20px;
    font-size: 16px;
    color: #333;
}

.my-task .group .box .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-task .group .box .name:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #48A0F8;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.my-task .group .box .name a {
    color: #333;
}

.my-task .group .box .name a:hover {
    color: #000;
    text-decoration: underline;
}

.my-task .group .box .tags {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.my-task .group .box .tags .item {
    margin-left: 10px;
    width: auto;
    height: 20px;
    line-height: 20px;
    background: #48A0F8;
    border-radius: 10px;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
}


.detail-message {
    border: 1px dotted #CCD1D9;
    border-radius: 8px;
    padding: 20px;
}

.detail-message .group {
    padding-top: 20px;
}

.detail-message .group:first-child {
    padding-top: 0;
}

.detail-message .group .title {
    display: -ms-flex;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-bottom: 10px;
}

.detail-message .group .title .name {
    color: #666;
    margin-right: 15px;
}

.detail-message .group .title .date {
    color: #999;
}

.detail-message .group .content {
    background: #F7F7F7;
    border-radius: 6px;
}

.detail-message .group .file {
    display: -ms-flex;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 15px;
}

.detail-message .group .file .icon {
    font-size: 0;
    margin-right: 10px;
}

.detail-message .group .file .icon img {
    width: 16px;
    height: 16px;
}

.detail-message .group .file .text {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}

.detail-message .group .file .text a {
    align-items: center;
    padding: 0 15px 0px 0px;
}

.detail-message .group .file .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail-message .group .message {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    padding: 8px 15px;
}


.detail-reply .txtbox {
    font-size: 0;
}

.detail-reply .txtbox textarea {
    width: 100%;
    height: 120px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
}

.detail-reply .btnbox {
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
}

.detail-reply .btnbox input.btn {
    display: block;
    width: 100px;
    height: 40px;
    background: #48A0F8;
    border: 0 none;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}


.pop-code {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}

.pop-code .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
}

.pop-code .wrap {
    display: -ms-flex;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.pop-code .main {
    position: relative;
    z-index: 20;
    width: 260px;
    height: auto;
    background: #fff;
    border-radius: 8px;
    padding: 30px 0;
}

.pop-code .main .close {
    position: absolute;
    right: 0;
    top: 0;
}

.pop-code .main .close a {
    display: block;
    width: 10px;
    height: 10px;
    padding: 10px;
}

.pop-code .main .close a span {
    display: block;
    width: 10px;
    height: 10px;
    position: relative;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pop-code .main .close a span:before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #999;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.pop-code .main .close a span:after {
    content: '';
    display: block;
    width: 2px;
    height: 10px;
    background: #999;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
}

.pop-code .main .title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.pop-code .main .code {
    font-size: 0;
    text-align: center;
    padding-top: 20px;
}

.pop-code .main .code img {
    width: 160px;
    height: 160px;
    border: 1px solid #eee;
}

.pop-code {
    display: none;
}

.pop-code .mask {
    opacity: 0;
    transition: opacity .2s;
}

.pop-code .main {
    opacity: 0;
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    transition: transform .2s, opacity .2s;
}

.pop-code.show {
    display: block;
}

.pop-code.show.animation .mask {
    opacity: 1;
}

.pop-code.show.animation .main {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}


.intro {
    padding: 20px;
    line-height: 24px;
}

.intro span {
    display: inline-block;
    border-bottom: 1px solid #000;
    min-width: 5em;
    text-align: center;
}

.table table {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}

.table table tr th,
.table table tr td {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px;
    font-weight: normal;
    text-align: center;
}

.sign table tr td {
    width: 50%;
    line-height: 24px;
    padding: 5px 0;
}

.sign table tr td span {
    display: inline-block;
    border-bottom: 1px solid #000;
    text-align: center;
}


.my-task .group .box .name {
    white-space: inherit;
}


.yee-wrap .yee-show-table td a.show-file-item {
    display: block;
}


.detail-message .group .file {
    height: auto;
    padding: 10px 15px;
}

.detail-message .group .file .text {
    white-space: inherit;
}

.detail-message .group .file .text a.show-file-item {
    display: block;
    padding: 0;
    margin-bottom: 5px;
}

.detail-message .group .message {
    padding: 0 15px 10px 15px;
}

.yee-wrap .yee-show-table td a.show-file-item {
    background: url("../images/icon-table-list-link.png") no-repeat left center / 12px 12px;
    padding-left: 20px;
}

.detail-message .group .file .text a.show-file-item {
    background: url("../images/icon-table-list-link.png") no-repeat left center / 12px 12px;
    padding-left: 20px;
}
