/*适配移动端css start*/
@media only screen and (max-width: 768px) {
    body {
        font-size: 14px;
        min-width: 100%;
    }
    #header {
        position: fixed;
        top:0;
        left:0;
        width: 100%;
        z-index: 9999;
    }
    #pageTopWrap{
        min-width: 100%;
    }
    .w1180 {
        width: 100%;
    }
    .grid-stack.grid-stack-one-column-mode > .grid-stack-item{
        height: auto !important;
        min-height: 0 !important;
        /*margin-bottom: .1rem;*/    /*每个模块之间的间距*/
    }
    .grid-stack > .grid-stack-item > .grid-stack-item-content{
        position: initial;
        border: none;
    }
    .layout-content{
        position: static!important;
    }

}


/*媒体查询*/

@media screen and (min-width: 212px) and (max-width: 318px) {
    html {
        font-size: 28.4px;
    }
}

@media screen and (min-width: 319px) and (max-width: 358px) {
    html {
        font-size: 42.665px;
    }
}

@media screen and (min-width: 359px)and (max-width: 373px) {
    html {
        font-size: 48px;
    }
}

@media screen and (min-width: 374px)and (max-width: 382px) {
    html {
        font-size: 50px;
    }
}

@media screen and (min-width: 383px) and (max-width: 398px) {
    html {
        font-size: 51.2px;
    }
}

@media screen and (min-width: 399px) and (max-width: 413px) {
    html {
        font-size: 53.335px;
    }
}

@media screen and (min-width: 414px) and (max-width: 422px) {
    html {
        font-size: 55.34px;
    }
}

@media screen and (min-width: 423px) and (max-width: 478px) {
    html {
        font-size: 56.54px;
    }
}

@media screen and (min-width: 479px) and (max-width: 538px) {
    html {
        font-size: 64px;
    }
}

@media screen and (min-width: 539px) and (max-width: 638px) {
    html {
        font-size: 72px;
    }
}

@media screen and (min-width: 639px) and (max-width: 768px) {
    html {
        font-size: 85.34px;
    }
}

/*@media screen and (min-width: 767px) and (max-width: 1024px) {*/
/*html {*/
/*font-size: 100px;*/
/*}*/
/*}*/

/*适配移动端css end*/
