@media (max-width: 768px) {
    .ptb-px30 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .ptb-px50 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .pt-px60 {
        padding-top: 20px;
    }
    .mlr-12 {
        margin-left: 12px;
        margin-right: 12px;
    }
    .mt-px40 {
        margin-top: 15px;
    }
    .mt-px60 {
        margin-top: 20px;
    }
    .font-s40,.font-s32,.font-s34,.font-s28 {
        font-size: 20px;
    }
    .font-s30 {
        font-size: 16px;
    }
    .font-s24 {
        font-size: 14px;
    }
    .tit-underline::after {
        height: 6px;
    }
    .box-w {
        width: 100%;
    }

    /* 顶部 */
    .header {
        text-align: center;
        height: 60px;
    }
    .header > .box-w > a > img {
        height: 26px;
        margin-left: 12px;
    }
    .header > .box-w > a > strong {
        font-size: 12px;
        vertical-align: -5px !important;
    }
    .header > .box-w > a.color-blue.dis-none {
        display: block;
    }

    /* 导航按钮 */
    .menu-switch {
        width: 44px;
        height: 60px;
        float: right;
        display: block;
    }
    .menu-switch > i {
        width: 20px;
        height: 20px;
        margin-top: 20px;
        display: inline-block;
        background: url(/wp-content/uploads/cloud-search/images/mb/cs-ico30.png) no-repeat right top;
        background-size: 50px;
    }
    .menu-switch.cross > i {
        background-position: left top;
    }

    /* 导航菜单 */
    .menu {
        display: none;
        padding: 10px 2px;
        background-color: rgba(52,52,52,.9);
    }
    .menu > li {
        width: 33.33%;
        padding: 0;
    }
    .menu > li > a {
        line-height: 40px;
        color: #fff;
        margin: 10px;
        border-radius: 4px;
        background-color: #2E2E2E;
    }
    .menu > li > a.true-a {
        color: #fff;
        background-color: #2468f2;
        border: 0 none;
    }
    .m-d-hide,.m-ban > .box-w > img.pull-left {
        display: none;
    }


    /* banner */
    .m-ban1 {
        height: 230px;
        margin-top: 60px;
        background: #eef3f9 url(/wp-content/uploads/cloud-search/images/mb/mb-bj1.jpg) no-repeat right center;
        background-size: cover;
    }
    .m-ban > .box-w > div {
        width: 100%;
        box-sizing: border-box;
        float: none;
    }
    .m-ban > .box-w > div > h2 {
        font-size: 22px;
        text-align: center;
        margin-top: 0;
        padding-top: 20px;
    }
    .m-ban > .box-w > div > p {
        text-align: center;
        font-size: 14px;
    }
    .evaluation {
        width: 98%;
        height: 120px;
        margin: 10px auto 0;
        padding: 22px 0 0 25px;
        background-size: contain;
        background-position: center top;
    }
    .evaluation h3 {
        font-size: 20px;
        margin-left: 40px;
    }
    .evaluation > p.font-s20 {
        font-size: 14px;
        margin-top: 5px;
    }
    .evaluation > p:last-child {
        font-size: 12px;
        margin-top: 0;
        margin-left: -5px;
    }
    .evaluation > p:last-child > img {
        margin-left: 10px;
        height: 14px;
    }

    /* 痛点 */
    .mb-pain-spot {
        height: 310px;
        margin-top: 15px;
        background-image: url(/wp-content/uploads/cloud-search/images/mb/mb-img7-mb.jpg);
        background-size: contain;
    }
    .mb-pain-spot > * {
        display: none;
    }

    /* 应该 */
    .demand > li:first-child {
        display: none;
    }
    .demand > li:not(:first-child) {
        width: 44%;
        height: 150px;
        padding: 0 15px 0 20px;
        box-sizing: border-box;
    }
    .demand > li.mr-px40 {
        margin-right: 4%;
        margin-left: 4%;
    }
    .demand > li.mt-px40 {
        margin-top: 10px;
    }
    .demand > li > div > h4 {
        font-size: 16px;
        margin-top: 0;
    }
    .demand > li > div > h4 br {
        display: none;
    }
    .demand > li > div > p {
        display: none;
    }
    .demand > li > img {
        width: 100px;
        display: block;
        float: none;
        margin: -8px auto -4px;
    }
    .demand > li:nth-child(odd) > img {
        position: relative;
        left: -10px;
    }

    /* 手机银行banner */
    .bg-bj2 {
        height: 245px;
        background-size: auto 245px;
    }
    .bg-bj2 > div > img {
        display: none;
    }
    .bg-bj2 > div > div {
        width: auto !important;
        margin: 40px 15px 0;
    }
    .bg-bj2 > div > div > h1 {
        font-size: 20px;
    }
    .bg-bj2 > div > div > p:nth-child(3), .bg-bj2 > div > div > p:last-child {
        font-size: 14px;
        line-height: 1.5;
    }
    .bg-bj2 > div > div > p:last-child {
        margin-top: 10px;
    }

    /* 产品特色 */
    .shadow-block {
        flex-wrap: wrap;
    }
    .shadow-block > li {
        width: 44%;
        height: auto;
        padding: 0 0 20px;
        margin: 0 0 0 4%;
        flex: none;
    }
    .shadow-block > li > div:first-child {
        margin: 0 0 20px;
        padding: 10px 0 10px 10px;
    }
    .shadow-block > li > div:first-child h4 {
        font-size: 16px;
    }
    .shadow-block > li > div:first-child p {
        font-size: 12px;
    }
    .shadow-block > li > p {
        font-size: 12px;
        margin: 10px 0 0 10px;
    }
    .shadow-block > li:first-child,.shadow-block > li:nth-child(2) {
        margin-bottom: 15px;
    }
    .shadow-block > li > div.mt-75 {
        margin-top: 0;
    }
    .shadow-block > li > div > img {
        height: 40px;
    }
    .shadow-block.mt-px70 > li > div > img {
        height: 50px;
        margin-top: -5px;
    }
    .shadow-block > li > h4 {
        font-size: 14px;
        margin-top: 5px;
    }

    /* 比例 */
    .account-for {
        padding-top: 40px;
        padding-bottom: 20px;
        flex-wrap: wrap;
    }
    .account-for li {
        flex: 0 1 50%;
    }
    .account-for li > img {
        width: 80px;
    }
    .account-for li > div > strong {
        font-size: 28px;
    }
    .account-for li > div > img {
        width: 14px;
    }
    .account-for li > p {
        font-size: 14px;
    }

    /* 亮点功能 */
    .h-features {
		height: auto;
		margin-top: 20px;
		padding: 10px 0 10px 0;
	}
	.h-features dt {
		width: 96%;
		float: none;
		margin: 0 auto 10px;
		overflow: hidden;
		background-color: transparent;
	}
	.h-features dt a {
		width: 33.33%;
		text-indent: 0;
		font-size: 12px;
		line-height: 1.5;
		float: left;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		border: 1px solid #3561ef;
		border-radius: 6px;
        box-sizing: border-box;
	}
	.h-features dt a.active {
		width: 33.33%;
	}
	.h-features dt a.active::after {
		display: none;
	}
	.h-features dd {
		float: none;
		width: 96%;
		height: auto;
		margin: 0 auto;
		padding: 30px 0 0;
        font-size: 0;
	}
	.h-features dd > div img {
		width: 100%;
	}

    /* 探索更多 */
    #exploreMore {
        width: 300px;
    }
    #exploreMore .swiper-button-prev {
        z-index: 999;
        left: -40px;
    }
    #exploreMore .swiper-button-next {
        z-index: 999;
        right: -40px;
    }

    /* 技术创新banner */
    .bg-bj3 {
        height: 240px;
        background-size: auto 245px;
        background-position: right center;
    }
    .bg-bj3 > div > img {
        display: none;
    }
    .bg-bj3 > div > div {
        width: auto !important;
        margin: 40px 15px 0;
    }
    .bg-bj3 > div > div > h1, .bg-bj3 > div > div > p:nth-child(2) {
        font-size: 20px;
    }
    .bg-bj3 > div > div > p:last-child {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.5;
    }

    /* 产品架构 */
    .pro-arch {
        width: 100%;
        overflow: hidden;
        margin-top: 20px;
    }
    .pro-arch > img {
        max-width: 800px;
        margin-left: -202px
    }

    /* 技术创新亮点 */
    .highlights-list {
        margin-top: 0;
    }
    .highlights-list li {
        width: 44%;
        height: 250px;
        text-align: center;
        margin: 15px 0 0 4%;
        padding: 20px 10px 0;
        border-radius: 10px;
        box-sizing: border-box;
        box-shadow: 0 0 5px 2px rgba(1, 114, 252, .15);
    }
    .highlights-list li > h4 {
        font-size: 16px;
    }
    .highlights-list li > p {
        text-align: justify;
    }

    /* 成功案例 */
    .switch-tab {
        border-radius: 0;
        background-color: transparent;
    }
    .switch-tab a {
        width: auto;
        font-size: 14px;
        line-height: 36px;
        margin: 5px;
        padding: 0 15px;
        background-color: #f3f8ff;
    }
    .typ-cus li {
        width: 28%;
        height: 40px;
        overflow: hidden;
        margin: 10px 0 0 4%;
    }
    .typ-cus li img {
        height: 40px;
    }

    /* 试用流程 */
    .process-list {
        width: 100%;
        height: auto;
        border: 0 none;
        margin-top: 15px;
        overflow: hidden;
    }
    .process-list > li {
        width: 38%;
        float: left !important;
        margin-left: 8% !important;
        margin-top: 0;
        margin-right: 0 !important;
    }
    .process-list > li::after {
        display: none;
    }
    .process-list > li:nth-child(1),.process-list > li:nth-child(2) {
        margin-bottom: 15px;
    }
    .process-list > li > strong {
        width: 50px;
        line-height: 50px;
        font-size: 16px;
        background-size: 50px;
    }
    .process-list > li > h5 {
        margin-top: 5px;
        font-size: 16px;
    }
    .process-list > li > p {
        font-size: 12px;
        margin-top: 5px;
    }

    /* 联系方式 */
    .contact {
        margin-top: 0;
    }
    .contact > div {
        width: 94%;
        height: auto !important;
        float: none;
        margin-left: 3%;
        padding-left: 12px;
        padding-right: 12px;
        margin-top: 15px;
    }
    .contact > div > h4 {
        text-align: center;
    }
    .contact > div > h5 {
        font-size: 16px;
        margin-top: 15px;
    }
    .contact > div > p {
        width: 175px;
        font-size: 14px;
        margin-top: 5px;
        line-height: 26px;
    }
    .contact > div:first-child > ul {
        margin-top: 10px;
    }
    .contact > div:first-child > ul > li {
        width: 50%;
    }
    .contact > div:first-child > ul > li > p {
        font-size: 12px;
    }
    .contact > div:first-child > ul > li > img {
        width: 100px;
        margin-top: 5px;
    }
    .contact > div:first-child > ul > li.ml-px110 {
        margin-left: 0;
        float: right;
    }
    .contact > div:last-child > ul {
        padding-top: 5px;
    }
    .contact > div:last-child > ul > li {
        margin-top: 10px;
    }
    .contact > div:last-child > ul > li > span {
        width: 25%;
    }
    .contact > div:last-child > ul > li > span,.contact > div:last-child > ul > li > span > strong {
        font-size: 14px;
    }
    .contact > div:last-child > ul > li > .default-form {
        width: 75%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .contact > div:last-child > ul > li > textarea.default-form {
        line-height: 26px;
        height: 100px;
    }
    .contact > div:last-child > ul > li > .blue-btn {
        width: 100%;
        line-height: 44px;
        font-size: 16px;
    }
    
    /* 底部 */
    .footer .footer-main {
        width: 100%;
        font-size: 12px;
        margin: -20px 0;
    }
    .footer .footer-main p {
        float: none;
        text-align: center;
        line-height: 20px;
    }
}