You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
804 lines
11 KiB
804 lines
11 KiB
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.banner {
|
|
width: 100%;
|
|
height: 400px;
|
|
}
|
|
|
|
.banner-wrapper {
|
|
position: relative;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.punctuation {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 35px;
|
|
/* background-color: red; */
|
|
bottom: 40px;
|
|
}
|
|
|
|
.punct_box {
|
|
height: 35px;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
/* background-color: #206CCF; */
|
|
}
|
|
|
|
.punct_item {
|
|
width: 80px;
|
|
height: 35px;
|
|
background-color: #000;
|
|
opacity: 0.72;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.punct_item2 {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.punct_item3 {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.banner-list {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
display: flex;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.item {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.item img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.subtitle {
|
|
height: 70px;
|
|
text-align: center;
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
font-size: 40px;
|
|
color: #252e4b;
|
|
margin: 30px 0 0;
|
|
position: relative;
|
|
}
|
|
|
|
.mesMore {
|
|
font-weight: normal;
|
|
font-size: 16px;
|
|
position: absolute;
|
|
cursor: pointer;
|
|
top: 31px;
|
|
right: 352px;
|
|
color: #D8E0FF;
|
|
}
|
|
|
|
.publicData {
|
|
width: 100%;
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.public {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
margin-bottom: 20px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.publicbox {
|
|
width: 49%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.publictitle {
|
|
height: 30px;
|
|
font-size: 22px;
|
|
padding-left: 5px;
|
|
border-left: 5px solid rgba(23, 38, 72, 1);
|
|
color: #252e4b;
|
|
}
|
|
|
|
.publicmore {
|
|
color: #4d4d4d;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.publicmore:hover {
|
|
color: #f18914;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.p-itembox {
|
|
width: 1200px;
|
|
height: 390px;
|
|
margin: 0 auto;
|
|
margin-bottom: 40px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.p-itemlist {
|
|
width: 49%;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
/* justify-content: space-between; */
|
|
align-content: flex-start;
|
|
}
|
|
|
|
.p-item {
|
|
width: 180px;
|
|
height: 180px;
|
|
background-size: 100% 100%;
|
|
position: relative;
|
|
overflow: hidden;
|
|
margin-bottom: 30px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.p-item-top {
|
|
position: absolute;
|
|
top: -140px;
|
|
width: 180px;
|
|
height: 140px;
|
|
background-color: #fff;
|
|
font-size: 14px;
|
|
padding: 10px;
|
|
opacity: 0.7;
|
|
color: #000;
|
|
}
|
|
|
|
.p-item-bottom {
|
|
position: absolute;
|
|
bottom: -40px;
|
|
width: 100%;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
text-indent: 10px;
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
font-size: 14px;
|
|
color: #fff;
|
|
}
|
|
|
|
.supermarket {
|
|
width: 100%;
|
|
height: 600px;
|
|
background-image: linear-gradient(#3c5fdb, #9dbaf8);
|
|
overflow: hidden;
|
|
}
|
|
|
|
.sup-title {
|
|
color: #fff;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.sup-box {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
height: 440px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.Jump {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
text-align: right;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-size: 22px;
|
|
color: #000000;
|
|
padding: 20px 0;
|
|
}
|
|
|
|
.Jump>span {
|
|
margin-left: 40px;
|
|
margin-right: 20px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.sup-recommend {
|
|
width: 67%;
|
|
}
|
|
|
|
.sup-name {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
font-size: 16px;
|
|
padding-left: 15px;
|
|
border-left: 5px solid #fff;
|
|
font-family: 'Microsoft YaHei Bold', 'Microsoft YaHei Regular', 'Microsoft YaHei', sans-serif;
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
color: #D8E0FF;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.sup-itemlist {
|
|
height: 390px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
/* justify-content: space-between; */
|
|
align-content: flex-start;
|
|
}
|
|
|
|
.sup-ranking {
|
|
width: 31%;
|
|
}
|
|
|
|
.ranking-header {
|
|
height: 30px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.sup-name1 {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
font-size: 16px;
|
|
padding-left: 15px;
|
|
border-left: 5px solid #fff;
|
|
font-family: 'Microsoft YaHei Bold', 'Microsoft YaHei Regular', 'Microsoft YaHei', sans-serif;
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
color: #D8E0FF;
|
|
}
|
|
|
|
.sup-tab {
|
|
width: 124px;
|
|
height: 30px;
|
|
font-size: 14px;
|
|
color: #0b0b0b;
|
|
background-color: #eaeaea;
|
|
display: flex;
|
|
}
|
|
|
|
.sup-tab>div {
|
|
width: 50%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.sup-tab>div:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.ranking-list-box {
|
|
background-color: #a1b3ef;
|
|
height: 390px;
|
|
}
|
|
|
|
.list-item {
|
|
height: 39px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0 20px;
|
|
color: #444;
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.list_name {
|
|
color: #444;
|
|
width: 260px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.list_name:hover {
|
|
color: #444;
|
|
}
|
|
|
|
.information {
|
|
width: 100%;
|
|
height: 630px;
|
|
background-color: #364168;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.inf-title {
|
|
color: #fff;
|
|
margin-top: 30px;
|
|
height: 50px;
|
|
}
|
|
|
|
.inf-tab-box {
|
|
width: 740px;
|
|
margin: 0 auto;
|
|
height: 50px;
|
|
display: flex;
|
|
align-items: center;
|
|
/* justify-content: space-between; */
|
|
font-size: 22px;
|
|
color: #9eb2fb;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.inf-tab-item {
|
|
margin-right: 50px;
|
|
}
|
|
|
|
.inf-tab-item:last-of-type {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.inf-tab-item:hover {
|
|
cursor: pointer;
|
|
color: #fff;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.inf-tabs {
|
|
color: #fff;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.inf-content {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
height: 400px;
|
|
background-color: #fff;
|
|
border-radius: 5px;
|
|
box-shadow: 0px 0px 5px rgb(253 253 253 / 35%);
|
|
padding: 20px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.inf-content-left {
|
|
width: 49%;
|
|
}
|
|
|
|
.inf-content-left>img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.inf-content-right {
|
|
width: 49%;
|
|
}
|
|
|
|
.inf-content-title {
|
|
display: inline-block;
|
|
font-size: 24px;
|
|
color: #144987;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.inf-content-title:hover,
|
|
.inf-content-item-content:hover {
|
|
color: #f18914;
|
|
}
|
|
|
|
.inf-content-item {
|
|
height: 72px;
|
|
color: #144987;
|
|
font-size: 16px;
|
|
border-top: 1px solid #ddd;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.inf-content-item:last-child {
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
|
|
.inf-content-date {
|
|
width: 79px;
|
|
height: 60px;
|
|
border-right: 1px solid #ddd;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.inf-date-box {
|
|
text-align: center;
|
|
color: #444;
|
|
}
|
|
|
|
.inf-date-day {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.inf-date-years {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.inf-content-item-content {
|
|
width: calc(100% - 120px);
|
|
font-size: 16px;
|
|
line-height: 25px;
|
|
padding: 0 20px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.publicity {
|
|
width: 100%;
|
|
height: 480px;
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.pub-box {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
height: 340px;
|
|
background-color: #f7f8fa;
|
|
box-sizing: border-box;
|
|
border-radius: 7px;
|
|
border: 1px solid #e5e6eb;
|
|
padding: 20px;
|
|
}
|
|
|
|
.pub-btn {
|
|
height: 30px;
|
|
margin-bottom: 10px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.pub-btn-left {
|
|
width: 320px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.pub-btn-left-item {
|
|
font-size: 16px;
|
|
color: #4d4d4d;
|
|
}
|
|
|
|
.pub-btn-left-item:hover {
|
|
cursor: pointer;
|
|
color: #f18914;
|
|
}
|
|
|
|
.btns {
|
|
color: #f18914;
|
|
}
|
|
|
|
.pub-btn-right {
|
|
width: 120px;
|
|
background-color: #e5e6eb;
|
|
border-radius: 5px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 12px;
|
|
color: #063078;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.pub-btn-right:hover {
|
|
color: #f18914;
|
|
background-color: #d7d9dd;
|
|
}
|
|
|
|
#pub-table {
|
|
height: 252px;
|
|
box-sizing: border-box;
|
|
overflow: auto;
|
|
}
|
|
|
|
.table-box {
|
|
width: 100%;
|
|
}
|
|
|
|
.table-box .tr {
|
|
width: 100%;
|
|
display: flex;
|
|
font-weight: 600;
|
|
color: #535353;
|
|
}
|
|
|
|
.table-box .td {
|
|
width: 140px;
|
|
height: 50px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
border-right: 1px solid #e5e6eb;
|
|
border-bottom: 1px solid #e5e6eb;
|
|
padding: 0 5px;
|
|
}
|
|
|
|
.pub-text1 {
|
|
width: 310px;
|
|
color: #444;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.pub-text1:hover {
|
|
color: #444;
|
|
}
|
|
|
|
.pub-text3:hover {
|
|
color: #444;
|
|
}
|
|
|
|
.pub-text3 {
|
|
color: #444;
|
|
width: 200px;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.table-box .td:nth-child(1) {
|
|
width: 310px;
|
|
}
|
|
|
|
.table-box .td:nth-child(2) {
|
|
width: 280px;
|
|
}
|
|
|
|
.table-box .td:nth-child(3) {
|
|
width: 200px;
|
|
}
|
|
|
|
.table-box .td:nth-child(4) {
|
|
width: 100px;
|
|
}
|
|
|
|
.table-box .td:nth-child(5) {
|
|
width: 180px;
|
|
}
|
|
|
|
.table-box .td:nth-child(6) {
|
|
width: 70px;
|
|
}
|
|
|
|
.table-box .pub-tr {
|
|
color: #444;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.provider {
|
|
width: 100%;
|
|
background-color: #f2f3f5;
|
|
overflow: hidden;
|
|
padding-bottom: 50px;
|
|
}
|
|
|
|
.pro-title {
|
|
height: 60px;
|
|
color: #063078;
|
|
}
|
|
|
|
.pro-tab-box {
|
|
width: 900px;
|
|
height: 50px;
|
|
margin: 0 auto;
|
|
margin-bottom: 30px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.pro-tab {
|
|
font-size: 22px;
|
|
color: #206CCF;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.pro-tab:hover {
|
|
text-decoration: underline;
|
|
color: #114ba3;
|
|
}
|
|
|
|
.tabs {
|
|
text-decoration: underline;
|
|
color: #114ba3;
|
|
}
|
|
|
|
.pro-content {
|
|
width: 1200px;
|
|
height: 412px;
|
|
overflow: auto;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-content: start;
|
|
}
|
|
|
|
.pro-content-item {
|
|
width: 277px;
|
|
height: 182px;
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.pro-content-img {
|
|
width: 231px;
|
|
height: 118px;
|
|
/* opacity: 0.5; */
|
|
margin: 0 auto;
|
|
margin-top: 25.5px;
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.pro-content-img>img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.pro-content-text {
|
|
width: 231px;
|
|
margin: 0 auto;
|
|
margin-top: 7px;
|
|
height: 21px;
|
|
font-size: 16px;
|
|
color: #fff;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.transaction {
|
|
width: 100%;
|
|
/* height: 426px; */
|
|
background-color: #c9cdd4;
|
|
/* overflow: hidden; */
|
|
}
|
|
|
|
.tran-title {
|
|
height: 80px;
|
|
color: #272e3b;
|
|
}
|
|
|
|
.tran-content {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
/* height: 190px; */
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-content: start;
|
|
display: none;
|
|
}
|
|
|
|
.lanList {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
/* height: 190px; */
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-content: start;
|
|
}
|
|
|
|
.tran-content-item {
|
|
width: 180px;
|
|
height: 80px;
|
|
background-color: #f7f8fa;
|
|
border-radius: 5px;
|
|
box-sizing: border-box;
|
|
padding: 10px 15px;
|
|
box-shadow: 3px 3px 5px rgb(0 0 0 / 14%);
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.tran-content-item:hover {
|
|
background-color: #fff;
|
|
box-shadow: 3px 3px 5px rgb(0 0 0 / 28%);
|
|
}
|
|
|
|
.tran-content-name {
|
|
font-size: 16px;
|
|
text-align: center;
|
|
color: #444;
|
|
}
|
|
|
|
.tran-content-split {
|
|
height: 1px;
|
|
background-color: #979797;
|
|
margin: 10px 0 6px;
|
|
}
|
|
|
|
.tran-content-url {
|
|
font-size: 13px;
|
|
color: #828282;
|
|
}
|
|
|
|
.current {
|
|
color: white !important;
|
|
}
|
|
|
|
/* 订单轮播图 */
|
|
.order_slides {
|
|
width: 1200px;
|
|
height: 40px;
|
|
margin: 20px auto;
|
|
border-radius: 5px;
|
|
/* line-height: 100px; */
|
|
/* display: flex; */
|
|
}
|
|
|
|
/* .grad {
|
|
background-image: linear-gradient(to right, #f01768, #fc5068);
|
|
} */
|
|
|
|
.order_left {
|
|
width: 100%;
|
|
height: 40px;
|
|
/* border-radius: 5px 0 0 5px; */
|
|
/* color: #fff; */
|
|
text-align: center;
|
|
font-size: 28px;
|
|
font-weight: bold;
|
|
/* #262b4c */
|
|
}
|
|
|
|
.order_right {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
height: 70px;
|
|
background-color: #262b4c;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.freetitle_box {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.order_shop {
|
|
width: 300px !important;
|
|
height: 70px !important;
|
|
margin-left: 10px;
|
|
color: #fff;
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
align-items: center;
|
|
}
|
|
|
|
.order_shop:nth-child(1) {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.sup_flex {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.examine_market {
|
|
border: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.ipbut {
|
|
width: 140px;
|
|
height: 40px;
|
|
color: white;
|
|
background-color: rgba(104, 131, 255, 1);
|
|
border: none;
|
|
border-radius: 5px;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
text-align: center;
|
|
margin: 20px auto;
|
|
line-height: 40px;
|
|
}
|
|
|