body {
    background: #f1f1f1 !important;
}

.content {
    width: 7.5rem;
    padding-bottom: 1.1rem;
    padding-top: 1.2rem;
}

.work {
    width: 100%;
    padding: 0px 15px;
    background: #ffffff;
}

.work .list {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 0px;
    border-bottom: 1px solid rgb(234, 234, 234);
}

.work .list .left {
    width: auto;
}

.work .list .left img {
    width: 33px;
    margin-right: 10.5px;
}

.work .list .center {
    flex: 1;
}

.work .list .center .zhu_t {
    font-size: 16px;
    margin-bottom: 10px;
    color: rgb(40, 40, 40);
}

.work .list .center .sbu_t {
    font-size: 12px;
    margin-bottom: 0px;
    color: rgb(102, 102, 102);
}

.work .list .right {
    width: auto;
}

.work .list .right .zixun {
    width: 65px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid #35BBB4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.work .list .right .jubao {
    width: 65px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid #35BBB4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.work .list .right .zixun i,.work .list .right .jubao i {
    color: #35BBB4;
    margin-left: 4px;
    font-size: 14px;
}

.work .list .right .zixun img {
    width: 16px;
    height: 16px;
}

.work .list:last-child {
    border-bottom: none;
}

.tips {
    padding: 15px;
    background: rgb(255, 255, 255);
    margin-top: 15px;
}

.tips img {
    width: 13px;
    margin-top: 2px;
    margin-right: 1.5px;
    float: left;
}

.tips p {
    font-size: 12px;
    color: rgb(247, 79, 12);
}

/*弹框    */
.zixun_ps {
    width: 80%;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -174px;
}

.zixun_t {
    padding: 18px 18px 6px;
    background: rgb(255, 255, 255);
    border-radius: 25px 25px 0px 0px;
    display: flex;
    align-items: center;
}

.zixun_t .center {
    width: 100%;
}

.zixun_t .center .wne_t {
    width: 100%;
    font-size: 13px;
    margin-bottom: 10px;
}

.zixun_t .center .wne_m {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: rgb(51, 51, 51);
    text-align: left;
}

.zixun_t img {
    width: 47px;
    margin-right: 12.5px;
}

.line {
    width: 100%;
}

.line img {
    width: 100%;
    display: block;
}

.zixun_m {
    padding: 18px;
    background: rgb(255, 255, 255);
    border-radius: 0px 0px 25px 25px;
}

.zixun_m p {
    color: rgb(51, 51, 51);
    margin-bottom: 15px;
    font-size: 13px;
    text-align: center;
}

.zixun_m img {
    width: 70%;
    margin: 15px auto 10px;
}

.close_zixun {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: -40px;
}

.close_zixun img {
    width: 100%;
    height: 100%;
}