ul { list-style-type: none; } li { list-style: none; } body, html { margin: 0; padding: 0; min-width: 1500px; } @font-face { font-family: 'DOUYU'; src: url('../fonts/DOUYUFONT-2.OTF'); font-weight: normal; font-style: normal; } .toplogo { display: flex; align-items: center; font-family: DOUYU; font-weight: normal; font-size: 30px; color: #186FF0; height: 66px; border-bottom: 1px solid #B7C7DC; cursor: pointer; } .toplogo img { margin: 0 20px; margin-bottom: 17px; } .backbutton { width: 117px; height: 42px; background: #DEEDFF; border-radius: 10px; font-family: Microsoft YaHei; font-weight: 400; font-size: 16px; color: #2474F1; display: flex; align-items: center; justify-content: center; margin-right: 10px; cursor: pointer; } .backbutton img { margin-right: 0.625rem; } .title { display: flex; align-items: center; margin-top: 10px; } .contentleft { width: 50%; height: 100%; min-width: 952px; background-color: #EDF5FF; height: 1384px; } .contentleft>.title img { margin-right: 5px; } .contentleft .tablecon { background: #FFFFFF; padding: 20px; margin-top: 10px; } .contentleft .tablecon td { min-height: 42px; padding: 10px; box-sizing: border-box; font-size: 16px; color: #4B98F6; background: #F4F9FF; border: 1px solid #A3C4ED; box-sizing: border-box; } .contentleft>.buttontz { width: 100%; height: 115px; font-size: 34px; color: #FFFFFF; text-shadow: 0px 2px 4px rgba(11, 96, 169, 0.25); background-image: url(../images/button-wytz.png); background-size: 100% 100%; padding-top: 23px; box-sizing: border-box; text-align: center; cursor: pointer; } .contentleft>.buttontz span { background: linear-gradient(0deg, rgba(154, 199, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .itemname { font-size: 32px; font-weight: bold; color: #333333; margin: 20px 0; } .contentleft>.gk { background: #FFFFFF; padding: 10px; margin-top: 10px; } .text { font-size: 20px; color: #333333; line-height: 50px; margin: 20px 0; } .text>div { display: flex; align-items: center; } .text .icon { height: 38px; line-height: 38px; padding: 0 15px; background: #DEEDFF; color: #4B98F6; border-radius: 10px; border: 1px solid #4B98F6; margin-right: 10px; } td.tit { width: 16%; } td.cont { width: 32%; } .contentleft>.list { display: flex; justify-content: space-between; margin-top: 20px; } .contentleft>.list .listitm { width: 23.5%; height: 110px; display: flex; flex-direction: column; align-items: center; justify-content: center; /* min-width: 199px; */ } .contentleft .list .listitm>span { height: 50%; } .contentleft .list .listitm>span:first-child { font-size: 16px; color: rgb(255, 255, 255, 60%); margin-bottom: 10px; display: flex; flex-direction: column; justify-content: flex-end; } .contentleft .list .listitm>span:last-child { font-size: 22px; color: #FFFFFF; font-style: italic; } .contentright { width: 50vw; height: 1384px; }