.header {
    position: relative;
    height: 2.4rem;
    background: url('../../../images/mobile/projectCases.png') no-repeat center / auto 100%;
}
.header .img {
    display: none;
}
.header .list {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    padding-left: 1.1rem;
    font-weight:700;
    color:#333333;
    font-size:0.4rem;
}
.text {
    font-size: 0.26rem;
}
.main .project {
    display: none;
}
.container-title {
    padding: 0.64rem 0 0.48rem 0;
    text-align: center;
    font-weight: 700;
    color: #333333;
    font-size: 0.36rem;
}
.list {
    padding: 0 0.4rem;
}
.list .item {
    background:#ffffff;
    box-shadow:0px 3px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 0.4rem;
    border-radius: 0.02rem;
}
.list .item .img {
    width: 100%;
}
.list .item .img .link {
    display: none;
}
.list .item .textBox {
    padding: 0.48rem 0.48rem 0.4rem 0.48rem;
    font-size: 0.3rem;
}
.list .item .textBox .title {
    font-weight: 700;
    color: #333333;
    font-size: 0.36rem;
    margin-bottom: 0.24rem;
}
.list .item .textBox a {
    display: block;
}
.list .item .textBox .text {
    font-size: 0.28rem;
    line-height: 0.48rem;
}
.list .item .textBox .label {
    display: inline-block;
    height: 0.34rem;
    line-height: 0.34rem;
    padding: 0 0.16rem;
    background: rgba(0, 130, 107, 0.2);
    color: #00826b;
    font-size: 0.20rem;
    margin-top: 0.48rem;
    border-radius: 0.01rem;
}
.seeMore {
    margin: 0 auto;
    width: 2.2rem;
    text-align: center;
    height: 0.64rem;
    line-height: 0.64rem;
    border:1px solid #666666;
    border-radius:32px;
    color:#333333;
    font-size: 0.30rem;
    margin-bottom: 0.64rem;
}