.banner-title {
    background-image: url('./images/bannerTitle.png');
}

.bannerImg {
    margin-top: 50px;
}

.group-banner-portbtn {
    margin-top: 27px;
}

.group-banner-portbtn li {
    margin-right: 8px;
    padding: 0 14px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.group-banner-portbtn li img {
    margin-right: 6px;
}

.banner-btn {
    box-shadow: 0px 3px 0px 0px #03B09D;
    color: #01D3C3;
}

/* 本地生活服务全行业精准覆盖 */
.first-wrap {
    margin-top: -54px;
    padding: 154px 0 40px;
}

.first-wrap-content-list {
    padding: 53px 0 60px 0;
    box-sizing: border-box;
}

.first-wrap-item {
    margin-top: 26px;
    position: relative;
    width: 282px;
    height: 224px;
    border-radius: 4px;
}

.first-wrap-item .bg,
.first-wrap-item .content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.first-wrap-item .content {
    padding: 56px 0 55px 0;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
}

.first-wrap-item .content span {
    margin-top: 24px;
}

.first-wrap-item .show,
.first-wrap-item .hide {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.first-wrap-item .show {
    transition:all 1s ease;
}

.first-wrap-item .hide {
    transition:all 1s ease;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.first-wrap-item:hover .show {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.first-wrap-item:hover .hide {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.text-333 {
    color: #333333;
}

/* 更多亮点功能一览无余 */
.three-wrap {
    padding-top: 89px;
}

.function-list {
    padding: 26px 0 54px 0;
}

.function-list li {
    margin: 68px 92px 68px 0;
}

.function-list li span {
    margin-top: 23px;
    font-size: 16px;
    font-weight: 400;
    color: #515259;
}

.function-list li:nth-child(6),
.function-list li:nth-child(12) {
    margin-right: 0;
}

/* 开启同城同业/异业 大联盟 */
.bg-F2FAF9 {
    background: #F2FAF9;
}

.two-wrap {
    padding: 89px 0 122px 0;
}

.two-wrap-content {
    margin: 100px auto 0;
    position: relative;
    width: 100%;
    height: 550px;
}

.lianmengBg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lianmeng-item {
    width: 408px;
    height: 140px;
    position: absolute;
}

.lianmengItemBg,
.lianmeng-item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 408px;
    height: 140px;
}

.lianmeng-item-content {
    padding: 0 40px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.lianmengIcon {
    margin-right: 27px;
}

.two-wrap-content .rightBottom .lianmengItemBg {
    transform: rotateX(180deg);
}

.two-wrap-content .rightBottom .lianmengItemBg_1 {
    transform: rotateY(180deg);
}

.two-wrap-content .rightTop .lianmengItemBg_1 {
    transform: rotate(180deg);
}

.two-wrap-content .leftBottom .lianmengItemBg {
    transform: rotate(180deg);
}

.two-wrap-content .leftBottom .lianmengItemBg_1 {
    transform: rotate(360deg);
}

.two-wrap-content .leftTop .lianmengItemBg {
    transform: rotateY(180deg);
}

.two-wrap-content .leftTop .lianmengItemBg_1 {
    transform: rotateX(180deg);
}

.two-wrap-content .rightBottom {
    top: -4px;
    left: 107px;
}

.two-wrap-content .rightTop {
    bottom: 20px;
    left: 60px;
}

.two-wrap-content .leftBottom {
    top: 30px;
    right: 116px;
}

.two-wrap-content .leftTop {
    bottom: 32px;
    right: 108px;
}

.lianmeng-item-content .title {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.lianmeng-item-content .desc {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #969696;
}

.lianmeng-item .show {
    display: block;
}

.lianmeng-item .hide {
    display: none;
}

.lianmeng-item:hover.lianmeng-item .show {
    display: none;
}

.lianmeng-item:hover.lianmeng-item .hide {
    display: block;
}

.lianmeng-item:hover.lianmeng-item .title,
.lianmeng-item:hover.lianmeng-item .desc {
    color: #ffffff;
}

.lianmeng-item:hover.lianmeng-item .title {
    font-weight: bold;
}

.section-1 {
    background: url(./images/bannerBg.png) left top no-repeat;
    background-size: cover;
}