<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form-box {
    /* height: 10rem; */
    padding-top: 4rem;
    margin-top: -5rem;
}
.from {
    /* height: 8.9rem; */
    padding-bottom: 0.2rem;
    position: relative;
    overflow-x: hidden; 
    overflow-y: visible;
    /* margin-top: -1rem; */
}

.app-icon {
    width: 0.49rem;
    margin: 0 0.16rem;
}

#date {
    position: relative;
}

.from .bg {
    position: absolute;
    top: 50px;
    left: -50%;
    width: 200%;
    height: 100%;
    background: #afa79f;
    border-radius: 100% 100% 0 0;
    z-index: 1;
}

.from .con {
    position: relative;
    z-index: 3;
    margin: 0 auto;
}

.from .from-droup {
    width: 3.2rem;
}

.from .from-droup.min {
    width: 2.1rem;
}

.from-item {
    width: 100%;
    height: 0.56rem;
    border-radius: 0.1rem;
    background: #fff;
    padding: 0 0.13rem;
    position: relative;

}

.mt_28 {
    margin-top: 0.28rem;
}

.from-item input {
    font-size: 0.17rem;
    width: 90%;
}

.from-item .icon {
    width: 0.2rem;
    height: auto;
}

.from-item .icon.xx {
    width: 0.14rem;
}

.from-btn {
    width: 1.55rem;
    height: auto;
    cursor: pointer;
}

.links {
    font-size: 0.17rem;
    color: #fff;
    padding: 0.3rem 0;
    margin: 0.3rem 0 0.22rem;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    font-weight: 500;
}

.links a {
    display: block;
    color: #fff;
    margin-top: 0.2rem;
    font-weight: 300;
}

.address {
    font-size: 0.17rem;
    line-height: 0.34rem;
    color: #fff;
    font-weight: 500;
}

.address a {
    color: #fff;
border-bottom:1px solid #fff;
}

.address .val {
    font-weight: 300;
}

.tel {
    font-size: 0.55rem;
    font-weight: 500;
    color: #fff;
    font-family: 'STYuanti-SC-Bold';
}
.footer {
    position: relative;
}
.icp {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 0.18rem;
}
.footer-tip {
    overflow: hidden;
    height: 10rem;
}

.footer-tip .bg {
    width: 100%;
    height: auto;
    /* margin-top: -30%; */
}

.fangzi {
    width: 5.63rem;
    height: auto;
    /* margin: -100% auto 0; */
    position: absolute;
    /* margin-top: 0.22rem; */
    transform: translateY(200%);
    transition: transform 1.2s ease;
}

.fangzi.show {
    transform: translateY(-36%);
    transition: transform 1.2s ease;
}



.f-title {
    width: 3.26rem;
    height: auto;
    margin: 0.8rem 0;

}


.selectBox{
    position: relative;
}
.inputCase{
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.inputCase input.imitationSelect{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    display: block;
    cursor: default;
}
.inputCase i.fa{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #007AFF;
}
.selectUl{
    position: absolute;
    left: 0;
    top: .62rem;
    display: none;
    padding: 0;
    margin: 0;
    min-width: 100%;
    background: #fff;
    border-radius: .01rem;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.selectUl li{
    /* height: .36rem;
    line-height: .36rem; */
    list-style: none;
    padding: .15rem;
    font-size: .14rem;
    color: #898079;
    border-bottom: 1px solid #ccc;transition: all .5s ease 0s;

}
.selectUl li:hover{
    background: #ddd;
}
.selectUl li:last-child{
    border-bottom: 0 none;
}
</pre></body></html>