@charset "utf-8"; * { margin: 0; padding: 0; } ul, ol { list-style: none; } a { text-decoration: none; } /* 头部 */ header { width: 100%; height: 100%; } header img { width: 100%; height: 100%; display: block; } /* 内容 */ .content { width: 100%; height: auto; min-height: 578px; } .contentbox { width: 1200px; height: 100%; min-height: 578px; margin: 60px auto; } .connumber { width: 1200px; height: 295px; margin: 15px 0; } .numleft { width: 605px; height: 100%; opacity: 0.8; background: #ffffff; border-radius: 10px; box-shadow: 0px 3px 10px 0px rgba(52, 52, 52, 0.1); float: left; margin-left: 15px; padding: 0 30px; } .census { height: 56px; width: 100%; border-bottom: 1px solid #e6e6e6; display: flex; align-items: center; } .census p { display: inline-block; background-color: #008cff; border-radius: 20px; line-height: 56px; height: 16px; width: 8px; margin-right: 6px; } .census b { height: 21px; font-size: 16px; font-family: microsoft yahei, microsoft yahei-bold; font-weight: 700; text-align: left; color: #333333; } .numright { width: 415px; height: 100%; opacity: 0.8; background: #ffffff; border-radius: 10px; box-shadow: 0px 3px 10px 0px rgba(52, 52, 52, 0.1); float: right; margin-right: 15px; padding: 0 30px; } .nummore { margin-top: 50px; } .nummore li { border-radius: 20px; width: 106px; height: 120px; margin-right: 20px; float: left; padding: 0 15px; } .nummore li:first-child { background: linear-gradient(to right, #43ddd5, #139ed1) } .nummore li:first-child li { background: linear-gradient(to right, #f8cb8b, #fc629e) } .nummore li:first-child li li { background: linear-gradient(to right, #956ffb, #f85da2) } .nummore li:last-child { margin-right: 0; background: linear-gradient(to right, #4385de, #133cd2) } .nummore li .moretop { margin: 18px 0 20px 0; display: flex; align-items: center; } .nummore li .moretop p { display: inline-block; background-color: #fff; border-radius: 20px; height: 16px; width: 8px; margin-right: 4px; } .nummore li .moretop span { font-size: 16px; font-family: microsoft yahei, microsoft yahei-regular; font-weight: 400; text-align: left; color: #ffffff; } .nummore li .morebot { display: flex; align-items: center; justify-content: center; } .nummore li .morebot b { font-size: 20px; font-family: microsoft yahei, microsoft yahei-bold; font-weight: 700; text-align: left; color: #ffffff; } .nummore li .morebot p { display: inline-block; width: 24px; height: 24px; margin-right: 6px; } .nummore li .morebot p img { width: 100%; height: 100%; } .contenexcel { padding: 0 30px; width: 1110px; margin: 30px auto; height: auto; opacity: 0.8; border-radius: 10px; box-shadow: 0px 3px 10px 0px rgba(52, 52, 52, 0.1); } .botexcel .titexcel { margin-top: 20px; width: 100%; height: 50px; background: #008cff; display: flex; align-items: center; } .botexcel .titexcel li { width: 16%; text-align: center; } .botexcel .titexcel li:last-child { width: 17%; } .listexcel ul { width: 100%; height: 60px; background: #f8f8fa; display: flex; align-items: center; } .listexcel ul li { width: 16%; text-align: center; } .listexcel ul li img { width: 20px; height: 20px; } .listexcel li:last-child { width: 17%; }