*{
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: .16rem;
    line-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
}

body,html{
    position: relative;
    width: 100%;
    height: 100%;
    /*background-color: #f0f2f6;*/
    color: #333;
}
form{
    display: block;
    width: 100%;
    height: 100%;
}
h1, h2, h3, h4, h5, h6{
    font-weight: normal;
}
input, textarea, select{
    outline: none;
    border: none;
}
b, strong{
    font-weight: normal;
}
i,em{
    font-style: normal;
}
a{
    color: #596477;
    text-decoration: none;
    display: block;
}
img {
    border: none;
    outline: none;
    vertical-align: middle;
}
article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}

th,td{
    font-weight: normal;
    font-size: 0.14rem;
    text-align: center;
}

button{
    border: none;
}

.clearfix:after{
    display: table;
    font-size: 0;
    content: " ";
    clear: both;
}
.clearfix{
    zoom: 1;
}
.fl, .float-start{
    float: left;
}
.fr, .float-end{
    float: right;
}

.flex, .flex-align, .flex-center, .flex-between, .flex-around, .flex-start, .flex-end, .flex-column{
    display: flex;
}
.flex-align{
    align-items: center;
}
.flex-center{
    justify-content: center;
}
.flex-between{
    justify-content: space-between;
}
.flex-around{
    justify-content: space-around;
}
.flex-start{
    justify-content: flex-start;
}
.flex-end{
    justify-content: flex-end;
}
.flex-column{
    flex-direction: column;
    justify-content: center;
}

.text-left{
    text-align: left!important;
}

.inner{
    width: 1200px;
    margin: 0 auto;
}
.innerRem{
    width: 12rem;
    margin: 0 auto;
}
.bg-f7{
    background: #F7F7F7;
}
.bg-fff{
    background: #fff;
}
.pt70{
    padding-top: .7rem;
}
.mt10{
    margin-top: .1rem;
}
