.m-place {
    display: none;
}

.index-page {
    position: relative;
}

.top-place {
    height: 756px;
    background: url("../images/citypartner/top-bg.png") no-repeat center center / cover;
}

.top-detail {
    width: 1260px;
    margin: 0 auto;
    position: relative;
    padding-top: 221px;
}

.top-title {
    font-weight: bold;
    font-size: 56px;
    color: #233863;
    line-height: 78px;
    text-align: left;
    font-style: normal;
}

.top-text {
    width: 573px;
    font-weight: 400;
    font-size: 18px;
    color: #233863;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    padding-top: 20px;
}

.top-link {
    width: 180px;
    height: 52px;
    background: linear-gradient( 270deg, #4379FF 0%, #9461D9 100%);
    border-radius: 45px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    line-height: 52px;
    text-align: center;
    font-style: normal;
    display: block;
    margin-top: 70px;
}

.pain-place {
    padding-top: 14px;
    background: url("../images/citypartner/pain-bg.png") no-repeat left top / cover;
    padding-bottom: 100px;
}

.common-title {
    font-weight: bold;
    font-size: 48px;
    color: #233863;
    line-height: 67px;
    text-align: center;
    font-style: normal;
}

.pain-top {
    width: 1260px;
    margin: 0 auto;
    display: flex;
    padding-top: 48px;
    justify-content: space-between;
}

.pain-top-item {
    width: 404px;
    height: 485px;
    border-radius: 8px;
    background-color: #ffeff0;
    padding: 0 24px;
    background-image: url("../images/citypartner/top-icon2.png");
    background-position: 300px 8px;
    background-repeat: no-repeat;
    background-size: 90px 90px;
}

.pain-top-item:first-child {
    background-color: #f0f2ff;
    background-image: url("../images/citypartner/top-icon1.png");
}

.pain-top-item:last-child {
    background-color: #e9f7ff;
    background-image: url("../images/citypartner/top-icon3.png");
}

.pain-top-title {
    font-weight: bold;
    font-size: 24px;
    color: #333;
    line-height: 33px;
    text-align: left;
    font-style: normal;
    padding-top: 32px;
}

.pain-top-en {
    font-size: 14px;
    line-height: 20px;
    color: #888;
    padding-top: 2px;
    border-bottom: 1px solid #FFDBDD;
    padding-bottom: 28px;
}

.pain-top-item:first-child .pain-top-en {
    border-color: #DEE3FF;
}

.pain-top-item:last-child .pain-top-en {
    border-color: #D6F0FF;
}

.pain-top-text {
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    padding-top: 24px;
}

.pain-top-text .b-text {
    font-weight: bold;
}

.solution-advanrage {
    background: url("../images/citypartner/bg1.png") no-repeat left 25px / 420px 1045px,
    url("../images/citypartner/bg2.png") no-repeat right 604px / 246px 800px;
}

.pain-bottom {
    padding-top: 110px;
}

.pain-bottom-content {
    width: 1260px;
    margin: 0 auto;
    height: 230px;
    position: relative;
    display: flex;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: 78px;
}

.pain-out {
    position: absolute;
    left: -1px;
    right: -1px;
    height: 6px;
    background: #fff;
}

.pain-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 6px;
    overflow: hidden;
    transition: width 1s linear;
    background: #fff;
}

.pain-bar::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 1260px;
    background: linear-gradient(to right, rgba(116, 236, 255, 0.1) 0%, #74ECFF 11%, #50CEFF 22%, #42B0FF 33%, #3492FF 44%, #2C85FF 55%, #607BF4 66%, #9E84EA, 77%, #DB8BDF 88%, rgba(219, 139, 223, 0.1) 100%);
}

.pain-bottom-content.show .pain-bar {
    width: 100%;
}

.pain-bottom-item {
    width: 11.1%;
    background: #fff;
    box-shadow: 0 0 0 #000, 0 0 0 #000, inset 1px 0 0 0 #ebebeb, 0 0 0 #000;
}

.item1 {
    box-shadow: none;
}

.pain-bottom-item.black {
    background: linear-gradient(to bottom, #FDFDFF, #F8F8FB);
}

.pain-bottom-icon {
    width: 40px;
    height: 40px;
    border: 4px solid #74ECFF;
    border-radius: 20px;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -17px;
    transition: opacity 0.1s linear;
    opacity: 0;
}

.pain-bottom-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    color: #74ECFF;
    position: relative;
    padding-top: 8px;
    top: -17px;
    transition: opacity 0.1s linear;
    opacity: 0;
}

.pain-bottom-text {
    font-size: 16px;
    line-height: 24px;
    color: #4A4A4A;
    padding: 0 12px;
    padding-top: 12px;
    position: relative;
    top: -17px;
    transition: opacity 0.1s linear;
    opacity: 0;
}

.item2 .pain-bottom-icon {
    border-color: #50CEFF;
}

.item2 .pain-bottom-title {
    color: #50CEFF;
}

.item3 .pain-bottom-icon {
    border-color: #42B0FF;
}

.item3 .pain-bottom-title {
    color: #42B0FF;
}

.item4 .pain-bottom-icon {
    border-color: #3492FF;
}

.item4 .pain-bottom-title {
    color: #3492FF;
}

.item5 .pain-bottom-icon {
    border-color: #2C85FF;
}

.item5 .pain-bottom-title {
    color: #2C85FF;
}

.item6 .pain-bottom-icon {
    border-color: #607BF4;
}

.item6 .pain-bottom-title {
    color: #607BF4;
}

.item7 .pain-bottom-icon {
    border-color: #9E84EA;
}

.item7 .pain-bottom-title {
    color: #9E84EA;
}

.item8 .pain-bottom-icon {
    border-color: #DB8BDF;
}

.item8 .pain-bottom-title {
    color: #DB8BDF;
}

.item9 .pain-bottom-icon {
    border-color: #DB8BDF;
}

.item9 .pain-bottom-title {
    color: #DB8BDF;
}

.pain-bottom-icon img {
    width: 24px;
    height: 24px;
}

.item-show .pain-bottom-icon,
.item-show .pain-bottom-title,
.item-show .pain-bottom-text {
    opacity: 1;
}

.solution-place {
    padding-top: 100px;
}

.solution-content {
    width: 1260px;
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
}

.solution-top {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.solution-top-item {
    width: 193px;
    height: 60px;
    background: #F1F6FF;
    border-radius: 8px;
    text-align: center;
    line-height: 60px;
    font-weight: 400;
    font-size: 20px;
    color: #4A4A4A;
    font-style: normal;
}

.solution-top-item.active {
    color: #fff;
    background: #2675FF;
}

.solution-container {
    height: 548px;
    background: rgba(241, 246, 255, 0.8);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    padding: 0 12px;
    margin-top: 23px;
    position: relative;
}

.solution-container-item {
    display: flex;
}

.solution-container-item.active {
    display: flex;
}

.solution-pic {
    width: 648px;
    flex-shrink: 0;
    margin-top: 20px;
    margin-right: 45px;
}

.solution-right-title {
    font-weight: bold;
    font-size: 32px;
    color: #233863;
    line-height: 45px;
    text-align: left;
    font-style: normal;
    padding-top: 55px;
    margin-bottom: 6px;
}

.solution-right-text {
    width: 520px;
    padding-left: 34px;
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    margin-top: 30px;
    position: relative;
}

.solution-right-text .b-text {
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    padding-bottom: 8px;
}

.solution-right-text::before {
    content: '';
    width: 24px;
    height: 24px;
    background: url("../images/citypartner/yes-icon.png");
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 2px;
}

.solution-link {
    width: 104px;
    height: 40px;
    background: linear-gradient(270deg, #9E97FF 0%, #638FFF 100%);
    border-radius: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    display: block;
    margin-top: 32px;
    margin-left: 35px;
}

.advantages {
    padding-bottom: 98px;
}

.advantages-content {
    width: 1260px;
    display: flex;
    margin: 0 auto;
    margin-top: 40px;
    justify-content: space-between;
}

.advantages-item {
    width: 296px;
    height: 370px;
    background: #ECF0FF;
    border-radius: 8px;
    padding: 40px 0 26px;
}

.advantages-item.first {
    background: #FFF2EF;
}

.advantages-item.second {
    background: #ECF0FF;
}

.advantages-item.third {
    background: #E9F7FE;
}

.advantages-item.fourth {
    background: #F0FBEC;
}

.advantages-item-title {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 33px;
    padding: 0 24px;
    margin-bottom: 12px;
}

.advantages-item-desc {
    padding: 0 24px;
    font-weight: 400;
    height: 78px;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 26px;
    margin-bottom: 6px;
}

.advantages-item-img img {
    width: 296px;
    height: 175px;
}

.m-place {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc-place {
        display: none;
    }

    .m-place {
        display: block;
    }

    .top-place {
        height: 586px;
        padding: 24px;
        background: url("../images/citypartner/m-bg1.png") no-repeat center center / cover;
    }

    .top-detail {
        width: 100%;
        padding-top: 30px;
    }

    .top-title {
        font-size: 36px;
        line-height: 50px;
        text-align: center;
        padding: 0 44px;
    }

    .top-text {
        width: initial;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        padding-top: 16px;
    }

    .top-link {
        width: 100%;
        height: 52px;
        line-height: 52px;
        font-size: 16px;
        font-weight: bold;
        margin: 32px auto 0;
    }

    .pain-place {
        padding: 48px 24px 12px;
        background: none;
    }

    .common-title {
        font-weight: bold;
        font-size: 32px;
        color: #233863;
        line-height: 45px;
        text-align: center;
    }

    .pain-top {
        width: 100%;
        padding-top: 32px;
        flex-direction: column;
    }

    .pain-top-item {
        width: 100%;
        height: auto;
        padding: 24px;
        margin-bottom: 15px;
        background-image: none!important;
        position: relative;
    }

    .pain-top-item::before {
        content: '';
        position: absolute;
        right: 24px;
        top: 8px;
        width: 60px;
        height: 60px;
    }

    .pain-top-item:first-child::before {
        background: url("../images/citypartner/top-icon1.png") no-repeat center center / cover;
    }

    .pain-top-item:nth-child(2)::before {
        background: url("../images/citypartner/top-icon2.png") no-repeat center center / cover;
    }

    .pain-top-item:nth-child(3)::before {
        background: url("../images/citypartner/top-icon3.png") no-repeat center center / cover;
    }

    .pain-top-title {
        padding-top: 0;
        font-size: 20px;
        line-height: 28px;
    }

    .pain-top-en {
        font-size: 12px;
        line-height: 17px;
        padding-bottom: 16px;
    }

    .pain-top-text {
        padding-top: 16px;
        font-size: 14px;
    }

    .solution-advanrage {
        background: none;
    }

    .solution-content {
        width: 100%;
        margin-top: 0;
    }

    .solution-top {
        white-space: nowrap;
        overflow: auto;
        margin-top: 32px;
        padding-left: 24px;
    }

    .solution-top::-webkit-scrollbar {
        display: none;
    }

    .solution-top-item {
        margin-right: 16px;
        height: 33px;
        width: unset;
        padding: 6px 12px;
        border-radius: 4px;
        font-size: 16px;
        line-height: 22px;
    }

    .solution-container {
        height: auto;
        padding: 16px 24px 47px;
        background: none;
        margin-top: 0;
    }

    .solution-container-item {
        flex-direction: column;
        padding: 0 0 32px;
        background: rgba(241,246,255,0.8);
        border-radius: 8px;
    }

    .solution-pic {
        width: 100%;
        margin: 0 0 18px;
    }

    .solution-right {
        padding: 0 20px;
    }

    .solution-right-title {
        padding: 0;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .solution-right-text {
        width: unset;
        margin-top: 16px;
        font-size: 14px;
        line-height: 22px;
        padding-left: 24px;
    }

    .solution-right-text::before {
        width: 16px;
        height: 16px;
        top: 4px;
    }

    .solution-right-text .b-text {
        font-size: 16px;
        line-height: 22px;
    }

    .advantages {
        padding: 0 24px;
    }

    .advantages-content {
        margin-top: 16px;
        width: 100%;
        flex-direction: column;
    }

    .advantages-content img {
        width: 100%;
        height: auto;
    }

    .advantages-item {
        width: 100%;
        margin-right: 0;
        padding: 30px 24px 16px;
        margin-bottom: 16px;
        height: unset;
    }

    .advantages-item-title {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 8px;
    }

    .advantages-item-title,
    .advantages-item-desc {
        padding: 0;
    }

    .advantages-item-desc {
        font-size: 14px;
        line-height: 22px;
    }

    .advantages-item-img {
        position: unset;
    }

    .solution-place {
        padding-top: 0;
    }

    .pain-bottom {
        padding-top: 24px;
    }
    .pain-bottom-content {
        flex-direction: column;
        border: 0;
        width: 100%;
        height: auto;
        margin-top: 44px;
    }

    .pain-bottom-item-content .item2,
    .pain-bottom-item-content .item4,
    .pain-bottom-item-content .item6,
    .pain-bottom-item-content .item8 {
        background: linear-gradient( 180deg, rgba(255,255,255,0.5) 0%, rgba(247,247,247,0.5) 100%);
    }

    .pain-bar::before {
        width: 100%;
        background: linear-gradient( 270deg, rgba(239,142,219,0.12) 0%, #EF8EDB 11%, #2674FF 47%, #57DCFF 87%, rgba(87,220,255,0.12) 100%);
    }

    .pain-bottom-item {
        /*width: auto;*/
        /*margin: 6px 12px;*/
        /*padding: 24px 0;*/
        /*border-radius: 8px;*/
        /*box-shadow: 0 5px 21px 0 rgba(47, 49, 55, 0.04);*/
        width: 33.33%;
        padding-bottom: 36px;
    }
    .pain-bottom-item.black {
        background: #fff;
        box-shadow: none;
    }

    .pain-bottom-item-content {
        display: flex;
        border-right: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 36px;
    }
    .pain-bottom-icon {
        top: -16px;
        width: 32px;
        height: 32px;
        border-width: 3px;
    }

    .pain-bottom-icon img {
        width: 18px;
        height: 18px;
    }
    .pain-bottom-title {
        top: -16px;
        text-align: center;
        padding-top: 2px;
        line-height: 25px;
    }
    .pain-bottom-text {
        top: -16px;
        text-align: center;
        padding-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .pain-bottom-text + .pain-bottom-text {
        padding-top: 7px;
    }
}
