.content {
    background: #f0f2f5;
}

/* 我的服务 */
.myService {
    width: 100%;
    position: relative;
    padding: 80px 0 60px;
}

.comTitle {
    text-align: center;
}

.comTitle h4 {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-bottom: 14px;
}

.comTitle p {
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    line-height: 22px;
}

.myServiceList {
    margin-top: 60px;
}

.serviceBoxWrapper {
    width: 1308px;
    display: flex;
    justify-content: center;
    /* background: red; */
    /* height: 346px; */
    position: relative;
}

.serviceBox {
    width: 1200px;
    overflow: hidden;
    padding: 0 10px;
}

.myServiceList .serviceBox .serviceItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 288px;
    height: 336px;
    background: #FFFFFF;
    box-shadow: 0px 6px 8px 1px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 22px;
}
.myServiceList .serviceBox .serviceItemWrapper{
    padding-bottom: 20px;
}
.myServiceList .serviceBox .serviceItem:not(:nth-child(4)) {
    /*margin-right: 16px;*/
}

.myServiceList .serviceBox .serviceItem img {
    width: 126px;
    height: 126px;
    display: block;
    margin: 20px auto;
}

.myServiceList .serviceBox .serviceItem h5 {
    font-size: 18px;
    font-weight: bold;
    color: #4E5059;
    line-height: 22px;
}

.myServiceList .serviceBox .serviceItem p {
    font-size: 14px;
    color: #4E5059;
    line-height: 26px;
    margin-top: 15px;
    max-width: 236px;
}

.myServiceList .swiper-slide {
    width: auto;
    height: 346px;
    display: flex;
    align-items: flex-end;
}

.myServiceList .swiper-slide-active {
    align-items: flex-start;
}

.myServiceList .swiper-slide-active .serviceItem {
    border-bottom: 2px solid #1092DA;
}

.swiperServiceArrow {
    position: absolute;
    width: 74px;
    top: 0;
    cursor: pointer;
    bottom: 0;
    height: 121px;
    margin: auto;
}

.swiperServiceArrowLeft,
.swiperSolutionArrowLeft {
    left: -25px;

}

.swiperServiceArrowRight,
.swiperSolutionArrowRight {
    right: -25px;
}

.solutionBox {
    width: 1200px;
    margin-top: 60px;
    height: 340px;
    overflow: hidden;
}

.solutionItem {
    display: flex;
    flex-direction: column;
    width: 200px;
    height: 290px;
    align-items: center;
    justify-content: center;
}

.solutionItem img {
    width: 50px;
    height: 50px;
}

.solutionTitle {
    margin-top: 23px;
    font-size: 20px;
    color: #FFFFFF;
}

.solutionSwiper .swiper-slide {
    /* transform: scale(0.833); */
    width: auto;
    display: flex;
    align-items: center;
}

.solutionSwiper .swiper-slide-active .solutionItem,
.solutionSwiper .swiper-slide-duplicate-active .solutionItem {
    width: 400px;
    height: 340px;
}

.wechatIndustry {
    margin-top: 120px;
    background: #FFFFFF;
    padding: 80px 0 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wechatIndustryBox {
    width: 1200px;
    overflow: hidden;
    margin-top: 44px;
}

.wechatIndustryItems {
    display: flex;
    flex-wrap: wrap;

}

.wechatIndustryItem {
    width: 288px;
    height: 193px;
    margin-top: 16px;
    margin-right: 16px;
    position: relative;
}

.wechatIndustryItems .wechatIndustryItem:nth-child(4n) {
    margin-right: 0;
}

.wechatIndustryItem > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industryItemDes {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #FFFFFF;
}


/* 流量入口 */
.wechatflowInlet {
    padding: 80px 0 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flowInletBox {
    display: flex;
    overflow: hidden;
    width: 1200px;
    flex-wrap: wrap;

}

.flowInletItem {
    margin-top: 60px;
    display: flex;
    position: relative;
    margin-right: 108px;
    flex-direction: column;
}

.flowInletBox .flowInletItem:nth-child(6n) {
    margin-right: 0;
}

.flowInletBox .isEndFlowItem .flowInletItemLine {
    width: 110px;
}

.flowInletItem > img {
    width: 110px;
    height: 110px;
}


.flowInletItem .flowInletDes {
    color: #4E5059;
    margin-top: 52px;
    font-size: 18px;
    width: 110px;
    text-align: center;
}

.flowInletItemLine {
    width: 218px;
    height: 1px;
    position: absolute;
    transform: translate(0, -50%);
    left: 0;
    top: 75%;
    border-bottom: 1px dashed #D7D7D7;
}

.flowInletItemPoint {
    width: 12px;
    height: 12px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 75%;
    border-radius: 50%;
    background: #D8D8D8;
}

/* 小程序案例 */
.wechatCase {
    display: flex;
    padding: 80px 0 120px;
    flex-direction: column;
    align-items: center;
}

.wechatCaseBox {
    width: 1200px;
    overflow: hidden;
    margin-top: 60px;
}

.caseItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    color: #4E5059;
    line-height: 18px;
}

.caseItem > img {
    margin-bottom: 21px;
    width: 224px;
    height: 400px;
}

/* 小程序案例 end */

/* 选择我们 */
.chooseUs {
    padding: 80px 0 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
}

.chooseUsBox {
    margin-top: 60px;
    display: flex;
}

.chooseUsBox > img {
    width: 520px;
    height: 430px;
    object-fit: cover;
}

.chooseUsBox > div {
    width: 340px;
}

.chooseUsContent {
    display: flex;
    flex-direction: column;
}

.chooseUsContent .chooseUsItem:not(:first-child) {
    margin-top: 40px;
}

.chooseUsItem {
}

.chooseUsTitle {
    font-weight: bold;
    color: #4E5059;
    font-size: 18px;
}

.chooseUsDes {
    margin-top: 10px;
    font-size: 14px;
    color: #999999;
}

.chooseUsLeft {
    padding-right: 20px;
}

.chooseUsRight {
    padding-left: 20px;
}

/* 选择我们end */


/* 定制模块 */
.customModel {
    padding: 80px 0 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customModel .comTitle h4,
.wechatServiceProcess .comTitle h4 {
    color: white;
}

.customModel .comTitle > p,
.wechatServiceProcess .comTitle p {
    color: #C0C4CF;
}

.advantagesBox {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    width: 1200px;
    overflow: hidden;
}

.advantageItem {
    display: flex;
    flex-direction: column;
    width: 20%;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
}

.advantageItem > img {
    width: 72px;
    height: 72px;
}

.advantageItem .advaTitle {
    color: white;
    font-size: 18px;
    margin-top: 30px;
}

.customModelBoxWrapper {
    width: 1200px;
    overflow: hidden;
}

.customModel .serviceBoxWrapper {

    margin-top: 60px;
}

/* 定制模块 end */

/* 微信开发流程 */
.wechatServiceProcess {
    /* padding: 90px 0; */
    height: 854px;
    overflow: hidden;
}

.wechatServiceProcess .comTitle {
    margin-top: 80px;
}

.wechatServiceProcessContent {
    width: 100%;
    margin-top: 38px;
    position: relative;
    display: flex;
    justify-content: center;
}

.serviceProcessLine {
    height: 415px;
    margin-bottom: 153px;
}

.wechatServiceProcessItemBox {
    position: absolute;
    height: 658px;
    width: 1200px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 658px;
    /* display: flex; */
}

.wechatServiceProcessItemWrapper {
    display: flex;
    flex-direction: column;
    left: 0;
    align-items: center;
    top: 0;
    position: absolute;
}

.wechatServiceProcessItem {
    min-width: 190px;
    box-sizing: border-box;
    min-height: 122px;
    border-radius: 8px;
    background: rgba(67, 188, 255, .2);
    padding: 20px;
}

.wechatServiceProcessTitle {
    font-size: 16px;
    color: white;
}

.wechatServiceProcessDes {
    font-size: 12px;
    margin-top: 7px;
    width: 160px;
    color: white;
}

.serviceProcessPoint {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #43BCFF;
    border: 5px solid white;
}

.serviceProcessPoint0 {
    margin-top: 10px
}

.serviceItem0 {
    top: 235px;
}

.serviceItem1 {
    top: 375px;
    left: 200px;
}

.serviceProcessPoint1 {
    margin-bottom: 50px;
}

.serviceItem2 {
    left: 300px;
    top: 155px;
}

.serviceProcessPoint2 {
    margin-top: 70px;
}

.serviceItem3 {
    left: 450px;
    top: 260px;
}

.serviceProcessPoint3 {
    margin-bottom: 80px;
}

.serviceItem4 {
    left: 550px;
    top: 95px;
}

.serviceProcessPoint4 {
    margin-top: 20px;
}

.serviceItem5 {
    left: 700px;
    top: 225px;
}

.serviceProcessPoint5 {
    margin-bottom: 40px;
}

.serviceItem6 {
    left: 800px;
    top: 40;
}

.serviceProcessPoint6 {
    margin-top: 30px;
}

.serviceItem7 {
    left: 970px;
    top: 125px;
}

.serviceProcessPoint7 {
    margin-bottom: 80px;
}

/* 微信开发流程 end */

.caseItemImg {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.caseItemImg > img {
    margin-bottom: 21px;
    width: 224px;
    height: 400px;
}

.caseItemMask {
    position: absolute;
    top: 0;
    width: 224px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
}

.caseItemMaskImg {
    background: white;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.caseItemMaskImg > img {
    width: 110px;
    height: 110px;
}

.solutionSubs {
    margin-top: 10px;
    width: 236px;
    height: 78px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
}