.myApplication {
    display: flex;
    flex-direction: column;
    font-size: 1.6rem;
}

.myApplication-title-box {
    display: flex;
    justify-content: space-around;
    height: 4rem;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.myApplication-title-box li {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.title-active {
    color: #13b7f6;
}

.title-active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    content: "";
    border-bottom: 2px solid #13b7f6;
}

.myApplication-main-box {
    flex: 1;
    width: 100%;
    margin-top: 1rem;
    background: red;
}

.myApplication-main-item {
    padding-left: 1.5rem;
    background: #fff;
}

.myApplication-main-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4rem;
    font-size: 1.8rem;
    padding-right: 1.5rem;
    border-bottom: 1px solid #e4e4e4;
}

.myApplication-main-item-body {
    display: flex;
    align-items: center;
    height: 9.6rem;
    border-bottom: 1px solid #e4e4e4;
}

.myApplication-main-item-headImg {
    height: 6rem;
    width: 6rem;
    border-radius: 6rem;
    background: green;
    margin-right: 1rem;
}

.myApplication-main-item-info p {
    padding: 0.3rem 0;
}

.myApplication-main-item-info p span {
    display: inline-flex;
    width: 11rem;
}

.myApplication-main-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4.4rem;
    padding-right: 1.5rem;
}

.myApplication-main-item-time {
    color: #8f8f8f;
}

.myApplication-main-item-btns span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 5.6rem;
    height: 2.8rem;
    border: 1px solid #cecece;
    border-radius: 1.5rem;
}

.myApplication-main-item-refuse {
    border: 1px solid #13b7f6 !important;
    color: #13b7f6;
}

/*hjx*/
.tab-header li.active a {
    border-bottom: 1px solid #13b7f6;
}

.tab-header li.active {
    color: #13b7f6;
}

.attendancestatics .title {
    display: flex;
    justify-content: space-between;

}

.finance-box {
    padding-bottom: 4.8rem
}

.itemBorder {
    border-bottom: 0.5px solid #eee !important;
}

.purchase-imgBox {
    border: 0 !important;
}

.purchase-imgBox li {
    position: relative;
    float: left;
    width: 150px;
    height: 150px;
    padding: 0 5px 5px !important;
}

.purchase-imgBox li img {
    width: 100%;
    height: 100%;
}

.purchase-imgBox li i {
    position: absolute;
    right: 0;
    top: -5px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    background: #cacaca;
    border-radius: 15px;
    color: #969696;
}

.imgAdd {
    display: inline-flex;
}

/*.finance-box ul li {*/
/*border-bottom: 0;*/
/*}*/

/*.clockin-container {*/
/*height: 18rem !important;*/
/*}*/

.clockin-container .line2 {
    height: 21rem !important;
}

.clockin-container .roundbottom {
    top: 21rem !important;
}

.clockin-container .getofftime {
    top: 20.7rem !important;
}

.clockin-container .clockBox {
    position: relative;
    height: 23.5rem;
}

.clockin-container .clockintime {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -91%);
    z-index: 1;
}

.clockin-container .clockintime h2 {
    text-align: center;
}

.clockin-container .clockBox img {
    width: 16rem !important;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -59%);
}

.clockin-container .clockBox .range {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%);
}

/*!*Chrome Firefox Opera Safari IE9+*!*/
/*input:disabled,*/
/*!*IE8-*!*/
/*input[disabled],*/
/*!*IE6 Using Javascript to add CSS class "disabled"*!*/
/*input.disabled {*/
/*border: 0;*/
/*background-color: #fff;*/
/*}*/

/*!* 设置placeholder样式*!*/
/*input::-webkit-input-placeholder {*/
/*color: #999;*/
/*}*/
.cname {
    position: relative;
}

.approvers-cname-del {
    position: absolute;
    right: -12px;
    top: -5px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    background: #cacaca;
    border-radius: 15px;
    color: #969696;
}

.punchStatus {
    text-align: center;
    border: 1px solid #26b8f3;
    border-radius: 3px;
    font-size: 1.2rem;
    color: #26b8f3;
    margin-left: 5px;
}

.yd-datetime-head > a:last-child {
    color: #13b7f6 !important;
}

.yd-datetime-input {
    width: auto !important;
}

.imgActive {
    margin-top: 20px;
    margin-left: 20px;
}

.material-btn {
    display: flex !important;
    justify-content: center;
}

.material-btn p {
    margin: 0 2rem;
}

/*//新增模块*/
.journal-list .item {
    background-color: #fff;
    margin-top: 10px;
}

.journal-list .info {
    display: flex;
    align-items: center;
    height: 4em;
    padding: 0 1.2em;
    border-bottom: 1px solid #e4e4e4;
}

.journal-list .info:last-child {
    border-bottom: none;
}

.journal-list .bb {
    padding-left: 0;
    margin-left: 1.2em;
}

.journal-list .ht {
    height: 4.3em;
}

.journal-list .info-lt {
    flex: 1;
}

.journal-list .name {
    font-size: 16px;
    color: #333;
}

.journal-list .state {
    font-size: 15px;
    color: #12b7f5;
}

.journal-list .state {
    font-size: 15px;
    color: #12b7f5;
}

.journal-list .text {
    font-size: 15px;
    color: #999999;
}

.journal-list .txt {
    font-size: 14px;
    color: #666;
    margin-right: 20px;
}

.journal-list .btn {
    display: block;
    font-size: 14px;
    color: #12b7f5;
    border: 1px solid #12b7f5;
    border-radius: 3em;
    height: 2.14em;
    width: 6em;
    line-height: 2.14em;
    text-align: center;
    padding: 0;
    background: #fff;
}

.company-detail {
    background-color: #fff;
    margin-top: 10px;
}

.company-detail .title {
    margin-left: 1.2em;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #e4e4e4;
}

.company-detail .name {
    text-align: center;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    line-height: 20px;
    padding-top: 17px;
}

.company-detail .detail {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    padding: 1.2em;
}

.company-detail .detail.main {
    color: #333;
}

.company-detail .img-box {
    padding: 1.2rem;
}

.company-detail .img-box img {
    width: 100%;
    height: 100%;
}

.company-detail .list-box {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin: 1.2rem;
    padding-bottom: 13px;
}

.company-detail .list-box.mt0 {
    margin-top: 0;
}

.company-detail .list {
    width: 105px;
}

.company-detail .ico {
    width: 105px;
    height: 105px;
    background-color: #12b7f5;
    display: block;
    border-radius: 5px;
}

.company-detail .txt {
    font-size: 16px;
    color: #333;
    height: 2em;
    text-align: center;
    display: block;
    line-height: 2em;
}

.data-list {
    background-color: #fff;
    margin-top: 10px;
}

.data-list .item {
    border-bottom: 1px solid #e8eced;
    padding: .72rem;
    display: flex;
}

.data-list .item:last-child {
    border-bottom: none;
}

.data-list .img-box {
    width: 90px;
    height: 90px;
    border-radius: 5px;
}

.data-list .info {
    flex: 1;
    margin-left: 10px;
    position: relative;
}

.data-list .name {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.data-list .tab {
    position: absolute;
    bottom: 8px;
    left: 0;
    font-size: 12px;
    color: #aaa;
    border-radius: 3px;
    background-color: #f5f9fa;
    text-align: center;
    margin-top: .34rem;
    line-height: 20px;
    padding: 0 .74rem;
    display: inline-block;
}

.row1 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden !important;
}

.detail img {
    width: 100% !important;
    display: block;
    margin: auto;
}

.scroll-top {
    position: fixed;
    top: 4.5rem;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
}
