@media (min-width: 768px) {
  html {
    overflow-x: hidden;
  }
  .exampleBox .swiper-button-next,
  .exampleBox .swiper-button-prev {
    outline: none;
  }
  .exampleBox .swiper-pagination-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .exampleBox .swiper-pagination {
    margin-top: 20px;
  }
  .exampleBox .swiper-pagination span {
    margin: 5px;
  }
  .tryNow {
    letter-spacing: 5px !important;
  }
  .tryNow:hover {
    transform: scale(1.1);
  }
  .tryNow2:hover {
    transform: scale(1.1);
  }
  body {
    background: #ffffff;
  }
  .smHeader,
  .example,
  .customer,
  footer {
    display: block;
  }
  .xsHeader,
  .examplePhone,
  .customerPhone,
  .footerPhone {
    display: none;
  }
  .xsHeader,
  .bannerPhone {
    display: none;
  }
  .smHeader {
    width: 100%;
    height: 80px;
    background: #ffffff;
    position: relative;
    z-index: 1000;
  }
  .smHeader .headerBox {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .smHeader .headerBox .logoArea {
    height: 100%;
  }
  .smHeader .headerBox .logoArea .logo {
    width: 125px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
  }
  .smHeader .headerBox .logoArea .logo img {
    width: 100%;
  }
  .smHeader .headerBox .logoArea .line {
    float: left;
    width: 1px;
    height: 40px;
    background: #000;
    margin: 20px;
    display: none;
  }
  .smHeader .headerBox .logoArea .logoTitle {
    float: left;
    height: 80px;
    font-size: 24px;
    line-height: 80px;
    display: none;
  }
  .smHeader .headerBox .functionalArea {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .smHeader .headerBox .functionalArea ul {
    margin: 0;
  }
  .smHeader .headerBox .functionalArea ul li:hover {
    color: #36c69c;
  }
  .smHeader .headerBox .functionalArea ul li {
    float: left;
    padding: 32px 10px;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
  }
  .smHeader .headerBox .functionalArea ul li .line {
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    height: 3px;
    background: #36c69c;
  }
  .smHeader .headerBox .functionalArea ul li .twoList {
    width: 140px;
    position: absolute;
    left: -47px;
    top: 80px;
    z-index: 100;
    background: #ffffff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    display: none;
    text-align: center;
  }
  .smHeader .headerBox .functionalArea ul li .twoList .two:hover {
    background: #36c69c;
  }
  .smHeader .headerBox .functionalArea ul li .twoList .two {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid transparent ;
    cursor: pointer;
  }
  .smHeader .headerBox .functionalArea ul li .twoList .two .threeList {
    width: 100px;
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 100;
    background: #ffffff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    display: none;
    text-align: center;
  }
  .smHeader .headerBox .functionalArea ul li .twoList .two .threeList .three {
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid transparent ;
    cursor: pointer;
  }
  .smHeader .headerBox .functionalArea ul li .twoList .activeItem {
    border-bottom: 1px solid #36c69c;
  }
  .smHeader .headerBox .functionalArea ul .active .line {
    display: block;
  }
  .smHeader .headerBox .functionalArea .goOthers {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .smHeader .headerBox .functionalArea .goOthers .free {
    width: 100px;
    height: 40px;
    background-color: #ffce2e;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-right: 20px;
  }
  .smHeader .headerBox .functionalArea .goOthers .free:hover {
    background-color: #fac003;
  }
  .smHeader .headerBox .functionalArea .goOthers .login {
    width: 100px;
    height: 40px;
    background-color: #2caa85;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-right: 20px;
  }
  .smHeader .headerBox .functionalArea .contactPhone {
    display: flex;
    align-items: center;
    font-size: 13px;
  }
  .smHeader .headerBox .functionalArea .contactPhone img {
    height: 20px;
    margin-right: 5px;
  }
  .smHeader-active {
    position: fixed;
    top: 0;
  }
  .example {
    max-width: 1200px;
    margin: 60px auto 0;
  }
  .example h1 {
    width: 100%;
    font-size: 30px;
    line-height: 1.5;
    color: #333333;
    text-align: center;
  }
  .example .content {
    width: 100%;
    margin-top: 80px;
  }
  .example .content .swiper-container1 {
    width: 100%;
    overflow: hidden;
  }
  .example .content .swiper-slide {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .example .content .swiper-slide a {
    display: block;
    width: 100%;
  }
  .example .content .swiper-slide .oneExample {
    width: 90%;
    border: solid 1px #cccccc;
    border-radius: 10px;
  }
  .example .content .swiper-slide .oneExample .name {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    font-weight: 900;
  }
  .example .content .swiper-slide .oneExample .ownerImg {
    width: 100%;
  }
  .example .content .swiper-slide .oneExample h3 {
    width: 100%;
    font-size: 16px;
    line-height: 48px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }
  .example .content .swiper-slide .oneExample .text {
    width: 100%;
    display: flex;
    margin-top: 10px;
  }
  .example .content .swiper-slide .oneExample .text .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #2caa85;
    margin: 10px;
  }
  .example .content .swiper-slide .oneExample .text p {
    width: calc(100% - 26px);
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    color: #3c3c3c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .example .content .swiper-slide .oneExample .knowMore {
    width: 100%;
    padding: 30px 10px;
    box-sizing: border-box;
  }
  .example .content .swiper-slide .oneExample .knowMore p {
    float: right;
    font-size: 12px;
    color: #999999;
  }
  .customer {
    max-width: 1200px;
    margin: 60px auto 0;
  }
  .customer h1 {
    width: 100%;
    font-size: 30px;
    line-height: 1.5;
    color: #333333;
    text-align: center;
  }
  .customer .content {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .customer .content li {
    width: 20%;
    margin: 2.5%;
  }
  .customer .content li img {
    width: 100%;
  }
  .customer .content li:hover {
    transform: scale(1.1);
  }
  .referralsContentPh {
    display: none;
  }
  .referralsContent ul li:hover {
    transform: scale(1.05);
    box-shadow: 8px 11px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .industrySolutionContentPh {
    display: none;
  }
  .industrySolutionContent .oneExample:hover {
    transform: scale(1.05);
    box-shadow: 5px 5px 30px 10px rgba(0, 0, 0, 0.1);
  }
  .marketingColumnContent ul li:hover {
    transform: scale(1.05);
    box-shadow: 5px 5px 30px 10px rgba(0, 0, 0, 0.1);
  }
  .marketingColumnContentPh {
    display: none;
  }
  .footerApplyBgPh {
    display: none;
  }
  .footerApplyBg {
    display: block;
  }
  footer {
    font-size: 12px;
  }
  footer .top {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3c3d3f;
    color: #ffffff;
  }
  footer .top .box {
    width: 1000px;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer .top .product {
    width: 160px;
    margin-top: 50px;
  }
  footer .top .product h5 {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  footer .top .product ul {
    margin-top: 20px;
    width: 100%;
    height: 175px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer .top .product ul a {
    display: inline-block;
    width: 50%;
  }
  footer .top .product ul li {
    width: 50%;
    line-height: 1.5;
    margin-top: 5px;
    cursor: pointer;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
  }
  footer .top .footer_function {
    width: 80px;
    margin-top: 50px;
    height: 175px;
  }
  footer .top .footer_function h5 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
  }
  footer .top .footer_function ul {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer .top .footer_function ul a {
    display: block;
    width: 100%;
  }
  footer .top .footer_function ul li {
    width: 100%;
    line-height: 1.5;
    margin-top: 5px;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
    cursor: pointer;
  }
  footer .top .support {
    width: 80px;
    margin-top: 50px;
  }
  footer .top .support h5 {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  footer .top .support ul {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .top .support ul a {
    display: block;
    width: 100%;
  }
  footer .top .support ul li {
    width: 100%;
    line-height: 1.5;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
  }
  footer .top .boyang {
    width: 80px;
    margin-top: 50px;
  }
  footer .top .boyang h5 {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  footer .top .boyang ul {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .top .boyang ul a {
    display: block;
    width: 100%;
  }
  footer .top .boyang ul li {
    width: 100%;
    line-height: 1.5;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
  }
  footer .top .contactUs {
    width: 270px;
    margin-top: 50px;
  }
  footer .top .contactUs h5 {
    font-size: 18px;
    width: 100%;
    text-align: center;
  }
  footer .top .contactUs .content {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .top .contactUs .content .code {
    width: 60px;
    height: auto;
    padding: 10px;
  }
  footer .top .contactUs .content ul {
    width: 65%;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    line-height: 1.5;
  }
  footer .top .contactUs .content ul a {
    display: block;
    width: 100%;
  }
  footer .top .contactUs .content ul li {
    width: 100%;
    margin: 20px none;
    cursor: pointer;
  }
  footer .top .lineBox {
    width: 2px;
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
  }
  footer .top .lineBox .line {
    width: 1px;
    height: 175px;
    background: #aaaaaa;
  }
  footer .bottom {
    background-color: #2e2f31;
    width: 100%;
    height: 60px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  footer .bottom div {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
    width: 100%;
    text-align: center;
  }
  .moreFunction {
    width: 100%;
    margin: 60px auto;
  }
  .moreFunction h1 {
    width: 100%;
    font-size: 40px;
    text-align: center;
  }
  .moreFunction ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .moreFunction ul li {
    width: 20%;
    margin-top: 30px;
  }
  .moreFunction ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .moreFunction ul li a:hover img {
    transform: scale(1.1);
  }
  .moreFunction ul li a:hover div {
    transform: scale(1.1);
  }
  .moreFunction ul li img {
    width: 30%;
    height: 30%;
  }
  .moreFunction ul li div {
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
  }
  .servicePhone {
    width: 90%;
    margin: 30px auto 0;
    position: relative;
  }
  .servicePhone .serviceBgPhone {
    display: none;
  }
  .servicePhone .serviceBgPc {
    width: 100%;
  }
  .servicePhone .serviceText {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .servicePhone .serviceText h3 {
    width: 90%;
    margin: 0 auto;
    color: #ffffff;
    font-size: 28px;
    text-align: center;
  }
  .servicePhone .serviceText h5 {
    width: 90%;
    margin: 15px auto;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
  }
  .servicePhone .serviceText p {
    width: 90%;
    margin: 10px auto;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
  }
}
