<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.themeColor {
    color: #FFA63C;
}
.bgthemeColor {
  background-color: #FFA63C;
}
.blueBg {
    background-color: #FFA63C;
}
.borderBottom{
  border-bottom: 1px solid #FFA63C;
}
.borderBottom2{
  border-bottom: 2px solid #FFA63C;
}
.borderBottomE8{
  border-bottom: 1px solid #e8e8e8;
}
.border{
  border: 1px solid #FFA63C;
}
.border2{
  border: 2px solid #FFA63C;
}
.dottedBorder{
  border: 1px dashed #FFA63C;
}
.lightBlueBg {
    background-color: rgba(255,166,60, 0.1);
}
.triangle-bottomright {
    width: 0;
    height: 0;
    border-bottom: 26px solid #FFA63C;
    border-left: 26px solid transparent;
    position: absolute;
    bottom: 0px;
    right: 0px;
}



.image-border {
    position: absolute;
    width: 10px;
    height: 10px;
}

.image-border1 {
    top: -2px;
    left: -2px;
    border-left: 2px solid #FFA63C;
    border-top: 2px solid #FFA63C;
}

.image-border2 {
    top: -2px;
    right: -2px;
    border-right: 2px solid #FFA63C;
    border-top: 2px solid #FFA63C;
}

.image-border3 {
    bottom: -2px;
    left: -2px;
    border-bottom: 2px solid #FFA63C;
    border-left: 2px solid #FFA63C;
}

.image-border4 {
    bottom: -2px;
    right: -2px;
    border-right: 2px solid #FFA63C;
    border-bottom: 2px solid #FFA63C;
}

#other-scan {
    padding: 2px;
    position: relative;
    width: 240px;
    height: 240px;
    background-color: rgba(255,255,225,.3);
    text-align: center;
    display: flex;
    justify-content: center
}

.other-image {
    width: 100%;
    height: 100%;
}

#borderline {
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: #FFA63C;
}
.van-picker__confirm {
    color: #FFA63C;
}

.van-index-bar__index--active {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #FFA63C;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}
</pre></body></html>