<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content {
    padding: 0 20px;
    overflow: hidden;
    background-color: #fff;
    background-image: url(../images/dsj/bg.png);
    background-size: cover;
    margin-bottom: 10px;
}
.data {
    margin-top: 42px;
    width: 100%;
    position: relative;
}
.nowdata {
    width: 562px;
}
.historydata {
    width: 578px;
    position: absolute;
    right: 0;
    top: 0;
}
.data-tit {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.data-time {
    font-size: 14px;
    color: #333333;
    margin-left: 186px;
}
.active-line {
    margin-top: 20px;
    width: 80px;
    height: 2px;
    background: #2161DC;
    border-radius: 1px;
}
.line {
    width: 562px;
    height: 1px;
    background: #DDDDDD;
    margin-top: -1px;
}
.nowdata-img-box {
    position: relative;
    width: 562px;
    margin-top: 20px;
    height: 208px;
    background-image: url(../images/dsj/1.png);
}
.nowdata-img-box-tit {
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    top: 32px;
    left: 51px;
}
.nowdata-img-box-num {
    position: absolute;
    color: #FFFFFF;
    top: 74px;
    left: 139px;
}
.nowdata-img-box-num span:first-child {
    font-size: 52px;
    font-weight: bold;
}
.nowdata-img-box-num span:last-child {
    margin-left: 7px;
    font-size: 14px;
}
.nowdata-img-box-img {
    position: absolute;
    top: 60px;
    right: 28px;
    width: 100px;
    height: 89px;
    background: url(../images/dsj/6.png);
}

.historydata-box {
    margin-top: 20px;
    position: relative;
}
.historydata-box &gt; div {
    width: 281px;
    height: 96px;
    border-radius: 4px;
}
.historydata-box-1 {
    position: relative;
    background: linear-gradient(90deg, #A475EB 0%, #BE95FC 100%);
}
.historydata-box-2 {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(270deg, #FFA99C 0%, #FF7063 100%);
}
.historydata-box-3 {
    position:relative;
    margin-top: 16px;
    background: linear-gradient(270deg, #B8F0D6 0%, #5EDC9F 100%);
}
.historydata-box-4 {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 16px;
    background: linear-gradient(270deg, #FFCC98 0%, #FF9D5F 100%);
}

.historydata-box-tit {
    position: absolute;
    top: 16px;
    left: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}
.historydata-box-num {
    position: absolute;
    top: 45px;
    left: 24px;
    color: #FFFFFF;
}
.historydata-box-num span:first-child {
    font-size: 32px;
    font-weight: bold;
}
.historydata-box-num span:last-child {
    margin-left: 7px;
    font-size: 14px;
}
.historydata-box-img {
    position: absolute;
    right: 8px;
    bottom: 6px;
    width: 64px;
    height: 52px;
}

.jy-Type-map {
    position: relative;
    margin-top: 36px;
    width: 100%;
}
.jy-map {
    position: absolute;
    right: 0;
    top: 0;
}
.jy-type-map,.jy-map-map {
    margin-top: 10px;
    margin-left: 5px;
    width: 555px;
    height: 401px;
    background: #FFFFFF;
    border-radius: 1px;
}

.jymap {
    margin-top: 40px;
}
.jymap-tit {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.dieline {
    width: 1160px;
    height: 1px;
    background: #DDDDDD;
}
.jymap-box {
    width: 100%;
    height: 500px;
    margin-top: 30px;
}

.hot-order {
    margin-top: 30px;
    position: relative;
    background-color: #fff;
}
.order {
    position: absolute;
    right: 0;
    top: 0;
}
.hot-box,.order-box {
    width: 555px;
    height: 401px;
    margin-top: 10px;
}
.hot-box img {
    margin-top: 60px;
    margin-left: 38px;
    width: 479px;
    height: 283px;
}</pre></body></html>