<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{margin: 0;padding: 0;}
ul,li{list-style: none;}

.colorBox{
    width: 700px;
    min-height: 100vh;
    margin: 0 auto;
    background: #BC2635;
}
.bg{
    width: 700px;
    min-height: 100vh;
    margin: 0 auto;
    background: url('https://u3.huatu.com/uploads/allimg/221202/bg.png') no-repeat top;
    background-size: 100%;
    overflow: hidden;
}
#mainBox{
    margin: 350px auto 0;
    width: 95%;
    border: 3px solid #FFEBB3;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: -1px -2px 20px 3px #f45c41;
}
.logo{
    width: 100%;
}
.logo img{
    max-width: 100%;
}
.topBox{
    width: 100%;
    margin: 10px auto;
    background-color: #FFF;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
}
.optionBox{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2% 0;
    background-color: #FF3A3B;
    border-radius: 40px;
    /* display: flex;
    align-items: center; */
    position: relative;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.selectBox{
    width: 78.5%;
    height: 60px;
    background-color: #FFF;
    border-radius: 30px;
    text-align: center;
    margin-left: 1.5%;
    line-height: 60px;
    font-size: 26px;
    font-weight: bold;
    z-index: 555;
    box-shadow: 0px 0px 16px 0px rgb(212 213 214 / 41%);
    cursor: pointer;
    margin: 2% 0;
}
.imgBox{
    width: 20%;
    height: 80px;
    /* text-align: center; */
}
.imgBox img{
    width: 35px;
    height: 35px;
    margin: 22.5px auto auto 30px;
}
.cityList{
    display: none;
    position: absolute;
    width: 78.5%;
    background-color: #FFF;
    padding-top: 40px;
    top: 40px;
    left: 1.5%;
    z-index: 444;
    padding-bottom: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    max-height: 40vh;
    overflow-y: scroll;
    box-sizing: border-box;
    box-shadow: 0px 0px 16px 0px rgb(212 213 214 / 41%);
}
.cityList li{
    width: 90%;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    border-bottom: 2px solid #FF3C3C;
    cursor: pointer;
}
.codeBox{
    display: flex;
    justify-content: space-between;
}
.maBox{
    display: flex;
    width: 48%;
    padding: 15px 15px 0;
    box-sizing: border-box;
    flex-direction: column;
    background: linear-gradient(to right,rgba(255,76,58) 0%,rgba(250,130,89) 50%,rgba(255,76,58) 100%);
    border-radius: 15px;
    margin:15px 151px;
}
.picBox{
    background-color: #FFF;
    border-radius: 15px;
    padding: 10px 10px 0;
    box-sizing: border-box;
}
.picBox img{
    width: 100%;
}
.maBox span{
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    line-height: 50px;
    text-align: center;
}
.bottomBox{
    width: 100%;
    position: relative;
}
.bottomBox img{
    max-width: 100%;
}
.shadowBox{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.bTitle{
    width: 200px;
    height: 40px;
    background: linear-gradient(to right,rgba(255,76,58) 0%,rgba(250,130,89) 50%,rgba(255,76,58) 100%);
    font-size: 20px;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    font-weight: bold;
}
.address,.dianhua{
    display: flex;
    font-size: 16px;
    line-height: 40px;
    align-items: center;
}
.address img,.dianhua img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.footer{
    max-width: 100%;
    margin-top: -50px;
}

/* ç¼‡åº¡å¯²å©Šæ°¬å§©é‰ï¿½ */
/* ::-webkit-scrollbar{
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track{
    width: 6px;
    background: rgba(#101F1C, 0.1);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
} */
.mshow{display: none;}



@media screen and (max-width:1080px) {
    .mshow{display: block;}
    .pcshow{display: none;}
    .colorBox,.bg{
        width: 100%;
    }
    #mainBox{
        margin: 8.6rem auto 0;
        padding: .5rem;
    }
    .topBox {
        margin: .3rem auto;
        padding: .5rem;
    }
    .optionBox {
        border-radius: 1rem;
        margin-bottom: .2rem;
    }
    .selectBox {
        height: 1.6rem;
        border-radius: .8rem;
        line-height: 1.6rem;
        font-size: .8rem;
    }
    .imgBox{
        height: 2rem;
    }
    .imgBox img{
        width: .8rem;
        height: .8rem;
        margin: .6rem auto auto .9rem;
    }
    .cityList {
        padding-top: .8rem;
        top: 1rem;
        padding-bottom: .5rem;
    }
    .cityList li {
        height: 1.8rem;
        line-height: 1.8rem;
        font-size: .75rem;
    }
    .maBox {
        width: 49.5%;
        padding: .5rem .5rem 0;
        margin:5% 24%;
    }
    .picBox {
        padding: .3rem .3rem 0;
    }
    .maBox span {
        font-size: .7rem;
        line-height: 1.7rem;
    }
    .bTitle {
        width: 6rem;
        height: 1.5rem;
        font-size: .8rem;
        line-height: 1.5rem;
        border-radius: .75rem;
    }
    .address, .dianhua {
        font-size: .65rem;
        line-height: 1rem;
    }
    .footer {
        margin-top: -1.5rem;
    }
    
}</pre></body></html>