body { background-color: #f3f6f8; padding-top: 80px; } .common-head { height: 50px; border-bottom: 1px solid #e4e8ef; display: flex; align-items: center; padding: 0 20px; } .common-head-title { display: inline-block; line-height: 1; padding-left: 6px; font-size: 18px; font-weight: 700; border-left: 5px solid #008dfe; } .common-head-tab { display: flex; margin-left: 38px; } .common-head-tab li { margin-right: 28px; line-height: 48px; border-bottom: 2px solid transparent; color: #666; font-size: 14px; cursor: pointer; } .common-head-tab li:hover, .common-head-tab li.active { color: #008dfe; border-bottom-color: #008dfe; } .head-title.bg { margin-top: 10px; padding: 0 30px 0 15px; background-color: #008dfe; border: 0; line-height: 40px; color: #fff; position: relative; background: linear-gradient(90deg, #3094fc, #57bdfd); border-top-left-radius: 4px; } .head-title.bg::before { content: ""; border-color: #9dd4fb transparent transparent; border-style: solid; border-width: 36px 7px 0 0; position: absolute; right: -7px; bottom: 0; } .head-title.bg::after { content: ""; border-color: transparent transparent #9dd4fb; border-style: solid; border-width: 0 7px 4px 0; position: absolute; right: -7px; top: 0; } .common-head-tab.bg li:hover, .common-head-tab.bg li.active { color: #008dfe; border-bottom-color: transparent } .more { flex: 1; text-align: right; font-size: 14px; color: #979a99; cursor: pointer; background: url(../img/more.png) no-repeat right center; padding-right: 15px; } .bgWhite { background-color: #fff; } .common-body { display: flex; align-items: center; justify-content: center; padding: 15px; } .imgSize { width: 100%; height: 100%; background-color: bisque; } .iconSize { width: 14px; height: 14px; background-color: rgb(64, 186, 235) } .banner-box { height: 400px; } .section { width: 1200px; margin: 10px auto; }