/*----------------内容区域----------------*/
.wrap {
    max-width: 1920px;
    height: 1635px;
    padding-left: 173px;
    /*overflow-y: scroll;*/
    /*overflow-x: auto;*/
}


/*----------------内容区域----------------*/
.main-box {
    max-width: 1747px;
}

/*----------------banner----------------*/
.banner {
    height: 365px;
}

/*----------------内容区域----------------*/
.content {
    padding-top: 27px;
    width: 1300px;
    margin: 0 auto;
}

.content-main {
    max-width: 1299px;
}

/*----------------PCBA配单方案----------------*/
.fa {
    margin-top: 45px;
}

.fa-title {
    height: 24px;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 24px;

    border-left: 7px solid #FFA205;
    padding-left: 13px;
}

.fa-desc {
    margin-top: 46px;

    width: 1299px;
    height: 64px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
}
/*----------------办公展示----------------*/
.zs {
    margin-top: 46px;
}

.zs-title {
    height: 24px;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 24px;

    border-left: 7px solid #FFA205;
    padding-left: 13px;
}

.zs ul {
    margin-top: 48px;

    display: flex;
    flex-wrap: wrap;
    gap: 16px; /* 设置格子之间的间隙 */
}


.zs li {
    flex: 1 1 calc(25% - 16px); /* 每个格子占据三分之一的空间，减去间隙 */
    box-sizing: border-box; /* 包括padding和border在内的宽度计算 */

    width: 310px;
    height: 263px;
    background: #FFFFFF;
    box-shadow: 0px 0px 27px 0px rgba(204,204,204,0.32);
    border-radius: 10px;
    border: 1px solid rgba(221,221,221,0.5);
}

.zs-desc {
    width: 81px;
    height: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 44px;

    margin: 0 auto;
}
/*----------------合作品牌墙----------------*/
.pp {
    margin-top: 53px;
    margin-bottom: 51px;
}

.pp-title {
    height: 24px;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 24px;

    border-left: 7px solid #FFA205;
    padding-left: 13px;
}

.pp_img {
    height: 454px;
}