@charset "utf-8";

/* CSS Document */
* {
    -webkit-text-size-adjust: none
}

/* html{
    height: auto;
}
body{
    height: 100%;
} */
html,
body {
    width: 750px;
    margin: 0 auto;
    min-width: inherit;
    /* height: 100%; */
    transform: '';
    background: #fff;
    font-family: '微软雅黑,宋体', sans-serif;
}

body{
    zoom:1;
}

.fl {
    float: none;
    display: block;
}

.fr {
    float: none;
    display: block;
}

.pchide {
    display: block;
}

.mhide {
    display: none;
}

.container {
    width: auto;
    margin: 0px auto;
}





@media (max-width: 991px) {
   
}


@media (min-width: 991px) {
    

}

@media (max-width: 991px) and (min-width: 768px) {
   

}