.bananer { display: flex; width: 100%; height: 100%; } .bananer > img { display: flex; width: 100%; height: 110vw; max-height: 400px; } .content { display: flex; flex-direction: column; align-items: center; width: 100%; background-color: #ffffff; } .content > .video { display: flex; width: 80%; padding: 30px 0; display: none; } .content > div.company-type { width: 100%; display: flex; flex-direction: row; padding: 10px 0; } .content > div.company-type>a { display: flex; flex: 1; justify-content: center; align-items: center; } .content > div.company-type>a > img { display: flex; width: 100px; /* height: 100px; */ } .introduce { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 0 10%; } .introduce > h2 { font-weight: bold; } .introduce > p { font-family: "微软雅黑"; font-size: 14px; color: #333333; } .mall { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; padding-bottom: 20px; } .shopping-mall { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 20px 0; } .shopping-mall > h5 { font-size: 26px; font-weight: bold; } .mall > ul { display: flex; flex-direction: row; width: 95%; } .mall > ul > li { display: flex; flex: 1; flex-direction: column; justify-content: center; align-items: center; } .mall > ul > li > span { line-height: 46px; } .goway { display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; width: 100%; height: 140px; } .goway > img { position: absolute; top: 0; left: 0; display: flex; width: 100%; height: 100%; } .goway > p { font-size: 21px; font-weight: bold; display: flex; color: #ffffff; margin-bottom: 6px; z-index: 3; } .goway > span { font-size: 16px; border: 1px solid #ffffff; z-index: 3; color: #ffffff; padding: 6px 13px; border-radius: 6px; }