<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.store-container {
    margin-top: 10px;
}
.tabs {
    border-bottom: 2px solid #cecece;
    box-sizing: border-box;
    padding-left: 50px;
}
.tabs .tab {
    float: left;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 55px;
    padding-top: 20px;
    padding-bottom: 7px;
    position: relative;
}
.tabs .tab.on::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2f8aef;
}
.tabs-context {
    box-sizing: border-box;
}
.ivu-tooltip-inner {
    white-space: normal;
}
.store-top1 {
    background: #ffffff;
}
.store-info {
    box-sizing: border-box;
    padding: 20px 15px 48px;
}
.store-logo {
    float: left;
    height: 40px;
    width: 40px;
    margin-top: 8px;
}
.store-name-all {
    display: inline-block;
    float: left;
    margin-left: 18px;
}
.store-name {
    font-size: 18px;
    color: #333333;
}
.store-verifies {
    display: inline-block;
    margin-left: 7px;
}
.store-verify {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    margin-left: -10px;
}
.store-man {
    margin-top: 10px;
}
.store-man-txt {
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #333333;
    margin-right: 17px;
}
.store-man i {
    cursor: pointer;
    display: inline-block;
    margin-right: 18px;
}
.store-info-context {
    box-sizing: border-box;
    padding: 15px 0;
    margin-left: 15px;
    margin-right: 15px;
    border-top: 1px solid #e4e4e4;
}
.store-context {
    font-size: 14px;
    color: #707070;
    line-height: 22px;
    position: relative;
    box-sizing: border-box;
    text-indent: 2em;
    padding-left: 15px;
    padding-right: 30px;
}
.store-data {
    box-sizing: border-box;
    padding-left: 123px;
    position: relative;
}
.store-data::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 120px;
    border: 1px solid #ddd;
    left: 0;
    top: 7px;
}

.store-data-item {
    margin-top: 15px;
}
.store-data-item:first-child {
    margin-top: 10px;
}
.store-data-item span {
    display: inline-block;
    font-size: 14px;
}
.data-item-key {
    color: #999;
}
.data-item-val {
    color: #333;
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}
.data-item-val span {
    color: #999;
}

.store-top5,
.store-top4,
.store-top3,
.store-top2 {
    margin-top: 20px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
}
.store-top3 {
    box-shadow: initial;
}
.store-top1 {
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
}

.store-logo-header,
.store-detail-header,
.store-ability-header,
.store-protect-header,
.store-top-header {
    width: 100%;
    color: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 15px;
    background-color: rgba(47, 138, 239, 0.8);
}
.store-grid {
    width: 1124px;
    height: 180px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #2f8aef;
    padding-top: 15px;
    margin: 20px auto 0;
}
.store-cell {
    float: left;
    width: 187px;
    box-sizing: border-box;
    border-right: 1px solid #e4e4e4;
}
.store-cell:last-child {
    border-right: 0;
}

.store-cell-top-txt,
.store-cell-bottom-txt {
    font-size: 14px;
    text-align: center;
    color: #666666;
}
.store-cell-top-val,
.store-cell-bottom-val {
    font-size: 20px;
    text-align: center;
    color: #666666;
    margin-top: 5px;
}
.store-cell-bottom-txt {
    color: #999999;
    margin-top: 10px;
}
.store-cell-bottom-val {
    font-size: 16px;
    font-weight: bold;
    color: #999999;
}
.store-cell-driver-line {
    height: 1px;
    width: 100%;
    border: 1px solid #ff6316;
}
.store-cell-driver {
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding: 12px 0;
}
.store-cell-driver i{
    position: absolute;
    left: 50%;
    margin-left: -7px;
}
.store-cell-driver i:first-child {
    top: 0;
}
.store-cell-driver i:last-child {
    bottom: 0;
}
.store-ability-grid,
.store-protect-grid {
    width: 100%;
    height: 245px;
    background: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
}
.store-ability-grid,
.store-protect-item {
    box-sizing: border-box;
    text-align: center;
    padding-top: 45px;
}
.store-protect-icon {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
}
.store-protect-txt {
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}
.store-ability-grid {
    padding-top: 55px;
}
.store-ability-item {
    border-right: 1px solid #cecece;
    text-align: center;
}
.store-ability-item:last-child {
    border-right: 0;
}
.store-ability-name {
    height: 22px;
    font-size: 16px;
    color: #666666;
}
.store-ability-compare {
    font-size: 14px;
    margin-top: 10px;
    color: #2f8aef;
}
.store-ability-val.up,
.store-ability-compare.up {
    color: #ff6316;
}

.store-ability-val {
    font-size: 28px;
    line-height: 51px;
    margin-top: 10px;
    color: #2f8aef;
}
.store-ability-txt {
    font-size: 12px;
    color: #999999;
    margin-top: 20px;
}
.store-detail-header span {
    font-size: 14px;
    color: #e4e4e4;
}
.store-detail-grid {
    width: 100%;
    height: 533px;
    box-sizing: border-box;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
}
.store-detail-subheader {
    margin: 20px 0;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.store-detail-table-td {
    border: 1px solid #cccccc;
    text-align: center;
    width: calc(100% / 6);
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
}
.store-detail-table-td.key {
    background: rgba(47,138,239,0.2);
    border: 1px solid rgba(47,138,239,0.4);
}
.store-detail-table-td.val {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.store-logo-grid {
    box-sizing: border-box;
    background: #ffffff;
    padding: 15px 23px 25px 23px;
    margin-bottom: 20px;
}
.store-logo-item {
    background: #ffffff;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 25px;
    cursor: pointer;
}
.store-logo-item-name {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ef3026;
    margin-top: 15px;
}
.store-logo-item-img {
    width: 198px;
    height: 144px;
    margin-top: 38px;
    display: inline-block;
}






</pre></body></html>