* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
.flexflex {
    display: flex;
}
.flexcenter {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flexjcenter {
    display: flex;
    justify-content: center;
}
.flexacenter {
    display: flex;
    align-items: center;
}
.flex1 {
    flex: 1;
}
a {
    text-decoration: none;
}
html {
    background-color: #f0f2f5;
}
.seer-main {
    width: 1200px;
    margin: 30px auto 0;
}
.seer-main .seer-left {
    width: 879px;
    border-radius: 8px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    box-shadow: 0 -5px #f6d229;
    background-color: #fff;
}
.seer-main .seer-left::after {
    content: "";
    position: absolute;
    top: 349px;
    left: 0;
    width: 100%;
    height: calc(100% - 349px);
    background-color: #fff;
    z-index: -1;
}
.seer-main .seer-left .seer-bj {
    position: absolute;
    top: 0;
    left: 0;
    width: 879px;
    height: 349px;
    z-index: -1;
}
.seer-main .seer-left .head-navigation {
    height: 60px;
    font-size: 15px;
    color: #555555;
    border-bottom: 1px solid #f2f2f2;
    font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
    padding-left: 41px;
}
.seer-main .seer-left .head-navigation .head-navigation-arrows {
    width: 7px;
    height: 12px;
    margin: 0 16px;
}
.seer-main .seer-left .head-navigation .head-navigation-item .head-navigation-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.seer-main .seer-left .head-navigation .head-navigation-item.select {
    font-weight: 650;
    font-style: normal;
    font-size: 15px;
    color: #000000;
}
.seer-main .seer-left .seer-head {
    padding: 42px 0 30px;
    /* margin-bottom: 37px; */
}
.seer-main .seer-left .seer-head .ok-icon {
    width: 120px;
    height: 148px;
    margin-right: 6px;
}
.seer-main .seer-left .seer-head .head-right .title-icon {
    width: 273px;
    height: 60px;
}
.seer-main .seer-left .seer-head .head-right .title-text {
    font-family: "Arial", "Arial-Black", "Arial Black", sans-serif;
    height: 35px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
    border-top: 1px dotted #d7d7d7;
    border-bottom: 1px dotted #d7d7d7;
}
.seer-main .seer-left .seer-head .head-right .title-text .sum {
    color: #f25d11;
    font-weight: 900;
    font-family: "Arial", "Arial-Black", "Arial Black", sans-serif;
}
.seer-main .seer-left .middle-line {
    width: 100%;
    height: 1px;
    border-bottom: 2px #f2f2f2 dashed;
    position: relative;
    margin-bottom: 34px;
}
.seer-main .seer-left .middle-line::after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: rgba(240, 242, 245, 1);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.seer-main .seer-left .middle-line::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: rgba(240, 242, 245, 1);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(50%);
}
.seer-main .seer-left .search-box {
    padding: 0 42px 30px;
}
.seer-main .seer-left .search-box.isSearch {
    padding-right: 0;
}
.seer-main .seer-left .search-box .search {
    height: 40px;
    background: inherit;
    background-color: #eeeeee;
    border-radius: 228px;
    padding-left: 10px;
}
.seer-main .seer-left .search-box .search .search-icon {
    width: 22px;
    height: 22px;
    margin-right: 6px;
}
.seer-main .seer-left .search-box .search .search-input {
    color: #333333;
    font-size: 14px;
    border: none;
    outline: none;
    height: 100%;
    background-color: transparent;
}
.seer-main .seer-left .search-box .search .close {
    cursor: pointer;
    height: 100%;
    padding: 0 10px;
}
.seer-main .seer-left .search-box .search .close .close-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.seer-main .seer-left .search-box .btn {
    font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #000000;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    margin-right: 32px;
    cursor: pointer;
}
.seer-main .seer-left .hint {
    font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #555555;
    line-height: 21px;
    padding-left: 44px;
    margin-bottom: 30px;
}
.seer-main .seer-left .search-total {
    font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #555555;
    line-height: 21px;
    padding-left: 44px;
    margin-bottom: 30px;
}
.seer-main .seer-left .time-list .time-item {
    margin-left: 48px;
    margin-right: 40px;
}
.seer-main .seer-left .time-list .time-item:last-of-type .steps::before {
    height: calc(100% - 20px);
}
.seer-main .seer-left .time-list .time-item .steps {
    position: relative;
    width: 14px;
    margin-right: 19px;
}
.seer-main .seer-left .time-list .time-item .steps .dot {
    position: absolute;
    top: 6px;
    left: 0;
    width: 14px;
    height: 14px;
}
.seer-main .seer-left .time-list .time-item .steps::before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    width: 2px;
    height: calc(100% - 14px);
    border-left: 2px dotted #7f7f7f;
    left: calc(50% + 1px);
    transform: translateX(-50%);
}
.seer-main .seer-left .time-list .time-item .content {
    margin-bottom: 30px;
}
.seer-main .seer-left .time-list .time-item .content .time {
    font-family: "Arial-Black", "Arial Black", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
}
.seer-main .seer-left .time-list .time-item .content .item {
    position: relative;
}
.seer-main .seer-left .time-list .time-item .content .item .dot {
    width: 7px;
    height: 7px;
    border: 2px solid #6fc16d;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    top: 18px;
}
.seer-main .seer-left .time-list .time-item .content .item .text {
    color: #555555;
    font-size: 14px;
    height: 100%;
    border-bottom: 1px dotted #d7d7d7;
    padding: 10px 0;
    margin-left: 17px;
    flex-direction: column;
}
.seer-main .seer-left .time-list .time-item .content .item .text .name {
    font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
    font-weight: 650;
    color: #000000;
    margin: 0 5px;
    display: contents;
}
.seer-main .seer-left .time-list .time-item .content .item .text .btn {
    font-size: 13px;
    color: #333333;
    cursor: pointer;
    white-space: nowrap;
    margin-left: 60px;
    font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
    position: relative;
}

.seer-main .seer-left .time-list .time-item .content .item .text .btn .btn-text {
    position: relative;
}

.seer-main .seer-left .time-list .time-item .content .item .text .btn:hover .btn-text::after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #000;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.seer-main .seer-left .time-list .time-item .content .item .text .btn .icon {
    width: 6px;
    height: 10px;
    margin-left: 6px;
    transition: all .3s;
}
.seer-main .seer-left .time-list .time-item .content .item .text .btn.expand .icon {
    transform: rotate(90deg);
}

.seer-main .seer-left .time-list .time-item .content .item .text .btn.expand.expandOpen .icon {
    transform: rotate(270deg);
}

.seer-main .seer-left .time-list .time-item .content .item .btn-list {
    /* margin-top: 12px; */
    flex-wrap: wrap;
}
.seer-main .seer-left .time-list .time-item .content .item .btn-list .btn-item {
    /* width: 96px; */
    height: 32px;
    background-color: rgba(235, 235, 235, 1);
    border-radius: 10px;
    margin-right: 12px;
    font-size: 14px;
    color: #555555;
    padding: 0 10px;
    margin-top: 12px;
}
.seer-main .seer-left .time-list .time-item .content .item .btn-list .btn-item.clickable {
    cursor: pointer;
}
.seer-main .seer-left .time-list .time-item .content .item .btn-list .btn-item .index {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #333333;
    margin-right: 8px;
    color: #ffffff;
    font-size: 13px;
}
.seer-main .seer-left .time-list .time-item .content .item .btn-list .btn-item .icon {
    width: 6px;
    height: 10px;
    margin-left: 15px;
}
.seer-main .seer-left .empty-box {
    flex-direction: column;
    margin: 160px auto;
}
.seer-main .seer-left .empty-box .empty-icon {
    width: 80px;
    margin-bottom: 15px;
}
.seer-main .seer-left .empty-box .empty-text {
    font-size: 15px;
    color: #7f7f7f;
}
.seer-main .seer-left .seer-end {
    height: 118px;
    line-height: 118px;
    font-size: 13px;
    color: #d7d7d7;
    text-align: center;
    border-top: 2px dotted #f2f2f2;
}
.seer-main .seer-right {
    width: 305px;
    display: flex;
    flex-direction: column;
    margin-left: 16px;
    margin-top: -5px;
}
.seer-main .seer-right .seer-entrance {
    display: flex;
    justify-content: center;
    font-size: 18px;
    align-items: center;
    font-weight: 650;
    height: 53px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}
.seer-main .seer-right .seer-entrance .seer-entrance-item {
    height: 100%;
    color: #000000;
    background: #50e3c2;
}
.seer-main .seer-right .seer-entrance .seer-entrance-item img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
.seer-main .seer-right .seer-entrance .seer-entrance-item.summary {
    background-color: #67a5f5;
    color: #fff;
}
.seer-main .seer-right .sidebar-item {
    width: 305px;
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 20px;
}
.seer-main .seer-right .sidebar-item.fixed-sidebar {
    position: fixed;
    top: 0;
}
.seer-main .seer-right .sidebar-item .sidebar-header {
    height: 53px;
    line-height: 53px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 15px;
    font-weight: 650;
    padding: 0 16px;
    justify-content: space-between;
    font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
}
.seer-main .seer-right .sidebar-item .sidebar-header .sidebar-more {
    color: #50e3c2;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    line-height: 10px;
}
.seer-main .seer-right .sidebar-item .sidebar-header .sidebar-more .more-icon {
    margin-left: 8px;
}
.seer-main .seer-right .sidebar-item .sidebar-content {
    flex-direction: column;
    padding: 20px 0 33px;
    display: flex;
    justify-content: center;
}
.seer-main .seer-right .sidebar-item .sidebar-content .sidebar-QRCode {
    width: 120px;
    height: 120px;
    margin: 0 auto 22px;
}
.seer-main .seer-right .sidebar-item .sidebar-content .hint {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    color: #555;
}
.seer-main .seer-right .sidebar-item .sidebar-content .hint .saoma-icom {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}
.seer-main .seer-right .sidebar-item .offer-content .offer-item {
    padding-top: 20px;
    padding-left: 16px;
}
.seer-main .seer-right .sidebar-item .offer-content .offer-item:not(:last-of-type) .offer-details {
    border-bottom: 1px solid #f2f2f2;
}
.seer-main .seer-right .sidebar-item .offer-content .offer-item .offer-icon {
    height: 26px;
    margin-right: 13px;
}
.seer-main .seer-right .sidebar-item .offer-content .offer-item .offer-details {
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}
.seer-main .seer-right .sidebar-item .offer-content .offer-item .offer-details .offer-name {
    font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #000000;
    margin-bottom: 6px;
}
.seer-main .seer-right .sidebar-item .offer-content .offer-item .offer-details .offer-project {
    color: #555555;
    font-size: 13px;
    margin-bottom: 8px;
}
.seer-main .seer-right .sidebar-item .offer-content .offer-item .offer-details .offer-text {
    color: #aaa;
    font-size: 13px;
}
.seer-main .seer-right .sidebar-item .offer-content .offer-item .offer-details .offer-text .line-between {
    width: 1px;
    height: 14px;
    background-color: #d7d7d7;
    margin: 0 12px;
}
.seer-main .seer-right .sidebar-item .summary-content .summary-item:not(:last-of-type) .summary-details {
    border-bottom: 1px solid #f2f2f2;
}
.seer-main .seer-right .sidebar-item .summary-content .summary-item .summary-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 14px;
    /* margin-top: 24px;
  margin-left: 16px; */
}
.seer-main .seer-right .sidebar-item .summary-content .summary-item .summary-details {
    padding: 24px 16px 24px 17px;
    width: 100%;
}
.seer-main .seer-right .sidebar-item .summary-content .summary-item .summary-details .summary-title {
    color: #000;
    font-size: 15px;
    line-height: 24px;
    word-break: break-word;
}
.seer-main .seer-right .sidebar-item .summary-content .summary-item .summary-details .summary-total {
    height: 24px;
    padding: 0 11px;
    margin-top: 12px;
    background-color: #f2f2f2;
    border-radius: 38px;
    color: #555555;
    font-size: 13px;
    width: fit-content;
    margin-left: 37px;
}
.seer-main .seer-right .sidebar-item .summary-content .summary-item .summary-details .summary-total .summary-total-num {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0 4px;
}
.seer-main .seer-right .sidebar-item .summary-content .summary-item .summary-details .summary-total .summary-total-icon {
    width: 14px;
    height: 14px;
    margin-left: 4px;
}
