.header{
    padding: 0 .6rem;
    background: #fff;

}
.logo{
    display: block;
    height: 1.12rem;
}
.list{
    min-width: 4em;
    padding: 0 .2rem;
    line-height: .52rem;
    border: 1px solid #afafaf;
    color: #8c8c8c;
    border-radius: .5rem;
    text-align: center;
    margin-left: .25rem;
    cursor: pointer;
}
.list:hover,.list.on{
    color: #f42525;
    border-color: #f42525;
}
.indexBg{
    text-align: center;
    padding: .8rem .5rem .4rem .5rem;
    background-size: cover !important;
}
.indexBg .tit{
    color: #f42525;
    font-size: .7rem;
    line-height: 1.1;
    margin-bottom: .3rem;
    font-weight: bold;
}
.indexBg .ewm{
    width: 2rem;
}
.codeImg{
    width: 1.2rem;
}
.letter{
    letter-spacing: 2px;
}
.footer{
    background: #000;
    padding: .4rem;
    letter-spacing: 2px;
}