<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mobile {
    display: none;
    font-size: .12rem;
    background: url('../../img/monkey/body-bg-m.png') center center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 0.84rem;
}
.mobile-head-box {
    height: .16rem;
}
.mobile-head-news-box {
    display: none;
    height: .5rem;
    padding: 0 .1rem;
    align-items: center;
    justify-content: space-between;
}
.m-icon-box, .m-btn-box {
    display: flex;
    align-items: center;
}
.m-icon-box .m-icon-img {
    width: .24rem;
    height: .24rem;
    border-radius: .05rem;
    overflow: hidden;
    background-image: url('../../img/monkey/icon.png');
    background-size: 100% 100%;
}
.m-icon-box .m-icon-text {
    width: .58rem;
    height: .18rem;
    background-image: url('../../img/monkey/icon-text.png');
    background-size: 100% 100%;
    margin-left: .08rem;
}
.m-btn-box .m-top-btn {
    font-size: .14rem;
    font-weight: 500;
    margin-left: .15rem;
    height: .24rem;
    opacity: .6;
}
.m-btn-box .m-top-current-btn {
    opacity: 1;
    border-bottom: 3px solid #00BF3C;
}

.mobie-news-box {
    display: none;
}

.mobile-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 22px;
}
.mobile-icon-box .logo {
    width: 1.4rem;
    height: 0.38rem;
    background-image: url('../../img/rent-logo.png');
    background-size: 100% 100%;
}
.mobile-icon-box .mobile-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 
}
.mobile-icon-box .mobile-icon &gt; img {
    width: .5rem;
    height: .5rem;
    border-radius: .12rem;
}
.mobile-icon-box .mobile-icon .app-name{
    font-size: .14rem;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 600;
    color: #000000;
    line-height: .21rem;
    margin-top: 0.04rem;
}
.mobile-icon-box .mobile-icon-text {
    width: .58rem;
    height: .18rem;
    background-image: url('../../img/monkey/icon-text.png');
    background-size: 100% 100%;
    margin-left: .08rem;
}

.mobile-title {
    margin-top: .23rem;
    text-align: center;
    font-size: .24rem;
    font-family:PingFangSC-Semibold, sans-serif;
    font-weight: bold;
    color: rgba(0,0,0,0.9);
    line-height: .30rem;
}
.mobile-desc {
    text-align: center;
    margin-top: .06rem;
    height: .14rem;
    font-size:.14rem;
    font-family:PingFangSC-Medium, sans-serif;
    font-weight:400;
    color: rgba(0,0,0,0.7);
    line-height: .18rem;
}

.mobile-img {
    width: 3.6rem;
    height: 3.96rem;
    background-image: url('../../img/monkey/bg-m.png');
    background-size: 100% 100%;
    display: block;
    margin: 0 auto;
    margin-top: 0.06rem;
}


.mobile-btn {
    width: 1.59rem;
    height: .44rem;
    background:rgba(0,191,60,1);
    box-shadow: .0rem  .08rem  .12rem -.5rem rgba(0,191,60,0.48);
    border-radius: .05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: transform .5 ease;
}
.mobile-btn:active {
    transform: scale(.95);
}

.ios-mobile-btn {
    display: none;
    width: 1.59rem;
    height: .44rem;
    background: rgb(201, 201, 201);
    border-radius: .05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: .16rem;
    font-family:Roboto-Medium,Roboto;
    font-weight:500;
    color:rgba(255,255,255,1);
}

.mobile-btn-icon {
    width: .18rem;
    height: .18rem;
    background-image: url('../../img/shape.png');
    background-size: 100% 100%;
}
.mobile-btn-text {
    margin-left: .1rem;
    height: .16rem;
    font-size: .16rem;
    font-family:Roboto-Medium,Roboto;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height: .16rem;
}

.mobile-bottom-box {
    background-color: #fff;
    padding-top: .2rem;
    padding-bottom: .2rem;
    background-size: 3.6rem 3.32rem;
}



.mobile-bottom-box .mobile-bottom-text {
    position: relative;
    text-align: center;
    font-size:.10rem;
    font-family:SourceHanSansCN-Regular,SourceHanSansCN;
    font-weight:400;
    color: rgba(0,0,0,0.6);
    line-height:.16rem;
}
.mobile-bottom-text &gt; a {
    cursor: pointer;
    color: rgba(0,0,0,0.6);
    text-decoration: none;
}
.mobile-bottom-text &gt; a:hover {
    color: #333333;
}
.beian-icon {
    margin-top: -2px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}



.pay-wrap {
    max-width: 10rem;
    margin: 0 auto;
    margin-top: 0.3rem;
}
.pay-li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0.1rem;
    border-bottom: 0.01rem solid #ccc;
}
.pay-li:last-child {
    border-bottom: none;
}
.pay-title {
    width: 2.2rem;
    font-size: 0.14rem;
}
.pay-btn {
    width: 1rem;
    height: 0.3rem;
    font-size: 0.12rem;
    line-height: 0.3rem;
    text-align: center;
    color: #fff;
    border-radius: 0.5rem;
    background-color: #00BF3C;
}
.mobie-bussniess-box {
    display: none;
    min-height: 5rem;
    padding-top: 1rem;
}
.mobie-bussniess-title {
    margin-bottom: 0.16rem;
    font-size: .26rem;
    font-weight: 500;
    text-align: center;
}
.mobie-bussniess-con {
    padding: 0.4rem;
    font-size: .16rem;
    line-height: .26rem;
    color: rgba(0, 0, 0, .8);
}


.btns-bottom{
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100vw;
    height: 0.64rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.1rem 0.16rem;
    border-top: 0.01rem solid #E4E4E4;
    background-color: #fff;
}
.btns-bottom__left{
    display: flex;
}
.btns-bottom__left .bottom__left-logo{
    margin-right: 0.08rem;
    width: 0.44rem;
    height: 0.44rem;
    border-radius: 0.12rem;
}

.btns-bottom__left .bottom__left-nama-wrapper{
   display: flex;
   flex-direction: column;

}

.btns-bottom__left .bottom__left-nama-wrapper .bottom__left-nama{
    margin-bottom: 0.02rem;
    font-size: 0.16rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    line-height: 0.24rem;
 }

 .btns-bottom__left .bottom__left-nama-wrapper .bottom__left-desc{
    font-size: 0.12rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 0.18rem;
 }

 .btns-bottom__right .btns-bottom__right-btn{
    width: 1.20rem;
    height: .40rem;
    background: linear-gradient(90deg, #FE1E1E 0%, #FF8B50 100%);
    border-radius: .10rem;
    font-size: .14rem;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .20rem;
    text-align: center;
    line-height: .40rem;
 }</pre></body></html>