/*tab-content-happy-content-bottom*/
/*title dash*/
/*bottom-title*/
.title-cir {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.title-cir .icon-circular {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-image: linear-gradient(270deg, #66b1ff 0%, #3679ff 96%);
}
.title-cir .title-cir-text {
    width: 120px;
    height: 29px;
    font-size: 20px;
    margin-left: 6px;
    line-height: 29px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 700;
}

.text-list-part {
    padding-bottom: 30px;
}
.text-list-part .lzgd-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px dashed #DADADA;
    cursor: pointer;
}
.text-list-part .lzgd-item:hover {
    font-weight: bold;
}
.text-list-part .lzgd-item .lzgd-item-title {
    flex: 1;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-list-part .lzgd-item .lzgd-item-time {
    flex-shrink: 0;
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #666666;
}
.text-list-part .more-btn {
    margin-top: 10px;
    color: #2788FF;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: flex-end;
}
.text-list-part .more-btn .icon-more {
    margin-left: 10px;
    width: 10px;
    height: 11px;
    background: url("../../../../resources/yx/wz/images/icon_more.png");
    background-size: cover;
}
html,
body {
    width: 100%;
    height: 100%;
    min-width: 1070px;
    overflow: auto;
}
/**page header start-------*/

section.yxfw-page {
    width: 100%;
    height: 100%;
    position: relative;
}

.yxfw-header {
    width: 100%;
    height: 79px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 30px;
    box-sizing: border-box;
    background-image: linear-gradient(134deg, #3957f6 13%, #5597f8 100%);
    z-index: 11;
}

.yxfw-header .yxfw-logo {
    width: 220px;
    height: 45px;
    background: #FFFFFF;
    margin-right: 20px;
}

.yxfw-header .yxfw-title {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 700;
}

.yxfw-action {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.yxfw-action li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}

.yxfw-action li:first-child {
    margin-right: 30px;
}

.yxfw-action li i {
    display: block;
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    margin-right: 4px;
}

.yxfw-action li .icon-clock {
    background: url("../../../../resources/yx/wz/images/icon_xgmm.png");
    background-size: 100% 100%;
}

.yxfw-action li .icon-logout {
    background: url("../../../../resources/yx/wz/images/icon_tc.png");
    background-size: 100% 100%;
}

/*page header end-----*/

/*page cotent box*/
.yxfw-content {
    width: 100%;
    height: 100%;
    padding: 80px 30px 0;
    box-sizing: border-box;
    background: #F7F7F7;
    overflow: auto;
    display: flex;
    flex-direction: column;
}
/*page content header tab*/
.yxfw-content-headerTab {
    display: flex;
    justify-content: space-around;
    align-items: center;
	flex-shrink: 0;
    height: 94px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.yxfw-content-headerTab li {
    height: 52px;
    position: relative;
    cursor: pointer;
}
.yxfw-content-headerTab .active:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 24px;
    width: 40px;
    height: 5px;
    background-color: #2788FF;
    background-image: linear-gradient(225deg, #93d2ff 0%, #2788ff 100%);
    border-radius: 20px;
}
.yxfw-content-headerTab .active:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -31px;
    right: 40px;
    width: 22px;
    height: 10px;
    background: url("../../../../resources/yx/wz/images/pic_07.png");
    background-size: cover;
}
/*headertab content*/
.yxfw-content-tab-content {
    flex: 1;
    padding: 0 30px 30px;
    margin-top: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
/*header tab title*/
.tab-content-header{
    width: 100%;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.tab-content-header .icon-address{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -11px;
    cursor: pointer;
}
/*page more btn*/
.more-btn {
    margin-top: 10px;
    color: #2788FF;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: flex-end;
}
.more-btn .icon-more{
    margin-left: 10px;
    width: 10px;
    height: 11px;
    background: url("../../../../resources/yx/wz/images/icon_more.png");
    background-size: cover;
}

/*page footer*/
.logon-foot {
    flex: 0 0 auto;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #212636;
    display: flex;
    justify-content: center;
}
.logon-foot .logon-foot-left {
    font-size: 12px;
    color: #FFFFFF;
    text-align: justify;
}
.logon-foot .logon-foot-right {
    font-size: 12px;
    color: #FFFFFF;
    padding-left: 60px;
    text-align: justify;
}
