@charset "UTF-8";
body{
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑", "宋体";
    font-size: 12px;
}
.container,.main{
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    background-color: silver;
}
.fixed{
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: 99;
}
.mt10{
    margin-top: 10px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.mui-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mui-flex,
.mui-flex *,
.mui-flex :after,
.mui-flex :before {
    box-sizing: border-box;
}

.mui-flex > .cell.fixed {
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
    width: auto;
}
.mui-flex > .cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    display: block;
    padding: 0 !important;
    position: relative;
}
body, html {
    width: 100%;
}
a{
    text-decoration: none;
}
* {
    margin: 0;
    padding: 0;

    -webkit-font-smoothing: antialiased;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.banner {
    clear: both;
    position: relative;
    overflow: auto;
    font-size: 18px;
    line-height: 24px;
    text-align: center;

}
.banner ul {
    list-style: none;
    width: 300%;
}
.banner ul li {
    display: block;
    float: left;
    width: 33%;
    height: auto;

    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.banner .dots {
    position: absolute;
    right: 10px;
    width: auto;
    bottom: 7.5px;
    height: 12.5px;
}
.banner .dots li {
    display: inline-block;
    _zoom:1;
    *display:inline;
    width: 12.5px;
    height: 12.5px;
    border-radius: 100%;
    margin: 3.5px 2px;
    float: left;!important;
    text-indent: -999em;
    background-color: #cbcbcb;
    cursor: pointer;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}



.banner .dots li.active {

    background: #5d7096;
}
li{
    list-style-type: none;
}
img{
    border: none;
}
.font-14{
    font-size: 14px;
}
.hide{
    display: none;
}
.mt10{
    margin-top: 10px;
}