body {
    margin: 0;
    background: #FFFFFF;
}
a{
    color:#FFFFFF;
    text-decoration:none;
}
a:link {
    color:#FFFFFF;
    text-decoration:none;
}

a:visited {
    color:#FFFFFF;
    text-decoration:none;
}

a:hover {
    color:#FFFFFF;
    text-decoration:none;
}

a:active {
    color:#FFFFFF;
    text-decoration:none;
}
.main{

}
.main .header{
    width: 100%;
    height: 80px;
    background: #70C570;
}
.main .footer{
    width: 100%;
    padding: 15px 0;
    background: #393939;
    font-size: 12px;
    color: #CACACA;
}
.main .footer .footerContainer{
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
}
.main .footer .concat{
    height: 100%;
    line-height: 30px;
}
.main .footer .info{
    width: 110px;
    height: 110px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
.main .footer .info .ewm{
    width: 90px;
    height: 90px;
}
.main .footer a{
    color: #EEEEEE;
}
.main .headerInfo{
    width: 100%;
    max-width: 900px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main .headerInfo .logo{
    width: 137px;
    height: 38px;
    cursor: pointer;
    display: block;
}
.main .headerInfo .navBox{
   display: flex;
}
.main .headerInfo .navBox .item{
    font-size: 16px;
    color: #FFFFFF;
    width: 80px;
    text-align: center;
    cursor: pointer;
}
.main .headerInfo .navBox .item .text{
    display: inline-block;
    line-height: 40px;
    border-bottom: 3px solid #FFFFFF;
}
.main .headerInfo .navBox .item .text:hover{
    border-bottom: 3px solid #FFFFFF;
}
.main .headerInfo .navBox .item .home{
    border-bottom: 3px solid #70C570;
}
.main .headerInfo .navBox .item .mall{
    border-bottom: 3px solid #70C570;
}
.main .container {
    max-width: 900px;
    margin: 0 auto;
}
.main .container img {
    width: 100%;
    display: block;
}