@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    font-family: 微软雅黑;
    color: #333333;
    position: relative;
}
body, html {
    width: 100%;
    height: 100%;
}
.container{
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
}
a{
    text-decoration: none;
}

.banner {
    clear: both;
    position: relative;
    overflow: auto;
}
.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;
}


.bg-white{
    background-color: #ffffff;
}
.banner .dots li.active {

    background: #5d7096;
}


.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;
}
.mt20{
    margin-top: 20px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.ml25{
    margin-left: 25px;
}
.mr25{
    margin-right: 25px;
}
.ml35{
    margin-left: 35px;
}
.mt44{
    margin-top: 44px;
}
li{
    list-style-type: none;
}
.hide{
    display: none;
}
.mt22{
    margin-top: 22px;
}
.ml15{
    margin-left: 15px;
}
.mt10{
    margin-top: 10px;
}
