/*移动端设备(手机、平板电脑)公共样式（头部底部）*/

@media (max-width: 768px) {
    body {
        font-size: .12rem;
    }
    .common-padding {
        width: 100%;
        padding: 0 .1rem;
        margin: 0;
    }
    .header-mobile {
        display: flex!important;
        width: 100%;
    }
    .header>.flex>.flex {
        display: none;
    }
    .header {
        height: .44rem;
    } 
    .icon-menu {
        margin: 0;
        background-image: url(../images/home/menu_mobile.png);
        background-size: 90%;
        border: none;
        background-color: transparent;
    }
    .title-mobile {
        font-size: .2rem;
    }
    .sub-title-mobile {
        text-align: center;
        font-size: .12rem;
    }
    .main-menu-mobile {
        width: 100%;
        padding: 0 .1rem;
        background-color: rgb(253, 247, 247);
        position: absolute;
        left: 0rem;
        top: .44rem;
        z-index: 99;
        box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    }
    .main-menu-mobile li a {
        display: block;
        line-height: .18rem;
        padding: .1rem 0;       
        border-bottom: solid 1px #ccc;
        font-size: .14rem;
        color: #A31953;
        font-family: Georgia;
    }
    .swiper-pagination-bullet {
        width: .08rem!important;
        height: .08rem!important;
        margin: 0 .02rem!important;
    }
    .footer-nav {
        display: none;
    }
    .footer {
        padding: .1rem 0;
    }
    .footer-logo {
        width: 1rem;
    }
    .copyright {
        height: auto;
        font-size: .1rem;
    }
    .copyright .flex {
        position: relative;
    }
    .org-list {
        width: 100%;
    }
    .copyright-info {
        position: absolute;
        right: .1rem;
        top: -.2rem;
        transform: scale(.7);
        transform-origin: right center;
    }
    .org-list li {
        margin: 0 .02rem;
    }
}