
.ad01 .module_container .container_header .title {
    padding-left: 0;
    padding-top: 80px;
    color: #ee6e4b; /* 添加这一行，将字体颜色修改为 #ee6e4b */
}

.singlescreen #indexPage .mlist.project .container_header {
    padding: 0px;
}

.singlescreen #indexPage .module .module_container {
    width: calc(100% - 160px);
}

.singlescreen #indexPage .team .module_container .container_header {
    padding-top: 0;
    top: 20px;
}

.agent-pc .singlescreen #indexPage .project .content_wrapper .more_wrap .more {
    top: 30px;
}

.ff_indexPage .imagelink .module_container {
    max-width: calc(100% - 160px);
}

.imagelink .content_list .item_block {
    width: calc(100% / 6 - 14px);
}