#mobile {
    display: none;
    background-color: #ffffff;
    font-size: .12rem;
}
.mobile-head-box {
    height: .16rem;
    background-color: #FFE600;
}
.mobile-head-news-box {
    display: none;
    height: .5rem;
    padding: 0 .1rem;
    background-color: #ffffff;
    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/icon.png');
    background-size: 100% 100%;
}
.m-icon-box .m-icon-text {
    width: .58rem;
    height: .18rem;
    background-image: url('../img/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 #FFE600;
}

.mobile-content-box {
    padding: .24rem 0 .5rem;
}
.mobie-news-box {
    display: none;
}

.mobile-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-icon-box .logo {
    width: 1.4rem;
    height: 0.38rem;
    background-image: url('../img/icon_top.png');
    background-size: 100% 100%;
}
.mobile-icon-box2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-icon-box2 .logo {
    width: 1.4rem;
    height: 0.38rem;
    background-image: url('../img/rent-logo-0.png');
    background-size: 100% 100%;
}
.mobile-icon-box .mobile-icon {
    width: .24rem;
    height: .24rem;
    border-radius: .05rem;
    overflow: hidden;
}
.mobile-icon-box .mobile-icon > img {
    width: 100%;
    height: 100%;
}
.mobile-icon-box .mobile-icon-text {
    width: .58rem;
    height: .18rem;
    background-image: url('../img/icon-text.png');
    background-size: 100% 100%;
    margin-left: .08rem;
}

.mobile-title {
    margin-top: .35rem;
    text-align: center;
    height: .28rem;
    font-size: .28rem;
    font-family:PingFangSC-Semibold, sans-serif, SourceHanSansCN-Regular,SourceHanSansCN;
    font-weight: bold;
    color:rgba(28,32,44,1);
    line-height: .28rem;
    letter-spacing: .04rem;
}
.mobile-desc {
    text-align: center;
    margin-top: .12rem;
    height: .14rem;
    font-size:.14rem;
    font-family:PingFangSC-Semibold, sans-serif, SourceHanSansCN-Regular,SourceHanSansCN;
    font-weight:500;
    color:rgba(28,32,44,0.41);
    line-height: .14rem;
    /* letter-spacing: .20rem; */
    /* padding-left: .15rem; */
}

.mobile-img {
    margin: .12rem 0;
    height: 3.57rem;
    background-image: url('../img/m-phone1.png');
    background-size: 100% 100%;
}

.mobile-img2 {
    margin: .12rem 0;
    height: 2.8rem;
    background-image: url('../img/rent-phone.png');
    background-size: 100% 100%;
}

.mobile-img3 {
    margin: .12rem 0;
    height: 2.8rem;
    background-image: url('../img/rent_index_bg.png');
    background-size: 100% 100%;
}
.mobile-btn {
    width: 1.59rem;
    height: .44rem;
    background:#FFE600;
    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:PingFangSC-Semibold, sans-serif;
    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:PingFangSC-Semibold, sans-serif;
    font-weight:500;
    color: #333;
    line-height: .16rem;
}

.mobile-bottom-box {
    background-color: #FFE600;
    padding-top: .36rem;
    padding-bottom: .24rem;
    background-image: url('../img/mobile-bottom.png');
    background-size: 3.6rem 3.32rem;
}
.mobile-bottom-box .mobile-bottom-icon {
    margin: 0 auto .36rem;
    width: .92rem;
    height: .40rem;
    background-size: 100% 100%;
    background-image: url('../img/Group.png');
}
.mobile-bottom-box .mobile-bottom-icon2 {
    margin: 0 auto .2rem;
    width: .54rem;
    height: .52rem;
    background-size: 100% 100%;
    background-image: url('../img/icon_bottom.png');
}
.mobile-bottom-box .mobile-bottom-icon3 {
    margin: 0 auto .2rem;
    width: .54rem;
    height: .52rem;
    background-size: 100% 100%;
    background-image: url('../img/rent-bottom-logo-0.png');
}
.mobile-bottom-box .mobile-bottom-text {
    position: relative;
    z-index: 999;
    text-align: center;
    font-size:.12rem;
    font-family:PingFangSC-Semibold, sans-serif, SourceHanSansCN-Regular,SourceHanSansCN;
    font-weight:400;
    color:#333;
    line-height:.18rem;
}
.mobile-bottom-text > a {
    cursor: pointer;
    color:#333;
    text-decoration: none;
}
.mobile-bottom-text > 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: #FFE600;
}
.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);
}