.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: #59BE44;
    border-color: #59BE44;
}

.btn{
    min-width: 4em;
    padding: 0.2rem .8rem;
    line-height: .52rem;
    /*border: 1px solid #afafaf;*/
    color: #ffffff;
    background: #59BE44;
    border-radius: .8rem;
    text-align: center;
    margin-left: .25rem;
    cursor: pointer;
    font-size: 0.6rem;
}
.btn:hover {
    color: #ffffff;
}


.indexBg{
    text-align: center;
    padding: 4.8rem .5rem 1.4rem .5rem;
    background-size: cover !important;
}
.indexBg .tit{
    color: #59BE44;
    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;
}