.footerSection { overflow: hidden; margin: 0 auto; background: #262D45; } .footerInfo { color: #cecece; background: #262D45; padding: 77px 0 35px; .width1200 { display: flex; flex-direction: row; justify-content: space-between; h2 { color: #fff; font-size: 14px; line-height: 31px; text-align: left; font-weight: 400; } .attention { display: flex; flex-direction: row; justify-content: space-around; .qrcode-item { display: inline-block; font-size: 0; padding-right: 34px; p { font-size: 12px; color: #cecece; padding: 8px 0; text-align: center; margin-top: 10px; } } } .friendShip { display: flex; flex-direction: row; justify-content: flex-start; .lineWrap { margin-right: 20px; } .itemWrap { display: flex; flex-direction: row; justify-content: flex-start; .friendshipItem { a { font-size: 12px; color: #cecece; line-height: 37px; margin-right: 30px; display: inline-block; text-align: left; text-decoration: none; &:hover, &:after { color: #cecece; } } } } .hotLine { text-align: left; color: #cecece; margin-right: 30px; p { font-size: 16px; line-height: 37px; span { font-size: 12px; } } } } } } .footerCoptyright { border-top: 1px solid #585858; // background: url("../assets/images/footerBg.png") no-repeat center; // background-size: cover; height: 82px; p { text-align: center; font-size: 12px; color: #cecece; line-height: 20px; padding-top: 21px; a{ color: #cecece; } } }