﻿@media(max-width:767px){
    .ui-menu {
        padding-right: 20px;
        background-position: 30px;
    }
    .ui-menu ul {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 47px;
        background-color: #fff;
        padding: 0 0 20px;
        z-index: -1;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
    }
    .ui-menu ul li {
        float:none;
        margin-left:30px;
        line-height:42px;
        color:#6a6c74;
        border-bottom:1px solid #eee;
    }
    .ui-menu .icon {
        width: 24px;
        display: block;
        visibility: hidden;
    }
    .ui-menu.active .icon {
        visibility: visible;
    }
    .swiper-wrapper {
        height: 260px;
    }
    .swiper-slide {
        padding: 30px 10px;
    }
    .swiper-slide .title {
        margin-top: 86px;
        font-size: 20px;
    }
    .swiper-slide .text{
        font-size:12px;
    }
    .swiper-button-prev,
    .swiper-button-next{
        display:none;
    }
    .swiper-pagination-bullet {
        width: 4px;
        height: 4px;
    }
    .ui-module h3{
        width:56%;
        margin:45px auto 40px;
    }
    .ui-module h1{
        font-size:16px;
    }
    .ui-module ul{
        width:auto;
    }
    .ui-module ul li{
        float:none;
        width:auto;
    }
    .ui-service .ui-item{
        width:auto;
    }
    .ui-service .ui-item dl{
        float:none;
        width:auto;
        margin:0 5px;
        border-bottom:1px solid #eee;
    }
    .ui-service .ui-item dl:nth-child(2n){
        border-left:none;
        border-right:none;
    }
    .ui-service .ui-item dl dt {
        background-size: 90px;
    }
    .ui-link{
        display:none;
    }
    .ui-form{
        margin:0 10px;
    }
    .ui-form dl dd input,
    .ui-form dl dd textarea{
        width:100%;
    }
    .ui-other img {
        width: 80px;
    }
}