<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rent-out {
 width:100%;
 height:150px;
 background:#f2f2f2
}
.rent-out .form-tip,
.recommend-tip {
 height:28px;
 line-height:28px;
 margin:30px 0 16px 0;
 font-size:20px;
 color:#777
}
.recommend-tip {
 margin-bottom:25px
}
.rent-out form {
 position:relative
}
.rent-out input.txt {
 width:160px;
 height:40px;
 line-height:20px;
 padding:0 10px;
 margin:0 6px 10px 0;
 font-size:14px;
 border:0;
 background:#FFF;
 border:1px solid #CCC;
 color:#666;
 border-radius:3px
}
.rent-out input.txt:focus {
 border:1px solid #02b8df
}
.rent-out input.input-comment {
 width:640px
}
.rent-out input.order-submit {
 position:absolute;
 right:10px;
 top:0;
 width:120px;
 height:40px;
 line-height:20px;
 padding:10px 0;
 border:0;
 border-radius:3px;
 background:#fe8417;
 color:#FFF;
 font-size:16px
}
.rent-out input.font-grey {
 color:#999
}
.rent-out .success-tip {
 padding:0 0 0 90px;
 line-height:23px;
 background:url(../images/new/icon_right2.png) no-repeat left center;
 color:#666
}
.rent-out .success-tip h5 {
 padding:0 0 8px 0;
 font-size:22px;
 font-weight:normal
}
.rent-out .success-show {
 margin:30px 0 0 0
}
.rent-out .success-qrcode {
 padding:0 0 0 22px;
 border-left:1px solid #DDD
}
.rent-out .success-qrcode span {
 padding:25px 0 0 10px;
 color:#999
}
.rent-out .form-error {
 position:absolute;
 left:191px;
 top:-6px;
 height:36px;
 line-height:36px;
 padding:8px 0;
 display:none
}
.rent-out .form-error span {
 display:inline-block;
 height:36px;
 line-height:36px;
 padding:0 10px;
 background:#FFF;
 box-shadow:0 2px 18px rgba(0,0,0,0.5);
 border-radius:4px
}
.rent-out .form-error i {
 position:absolute;
 left:-6px;
 top:16px;
 display:block;
 width:10px;
 height:20px;
 background:url(images/dialog_icon.png) no-repeat 0 0
}
.rent-out .realNameError {
 left:168px
}
.rent-out .mobileError {
 left:338px
}
.contact-box {
 margin:30px 0 0 0;
 padding:30px 0 0 0;
 border-top:1px solid rgba(0,0,0,0.1)
}
.contact-box .contact-title {
 color:#000;
 font-size:14px;
 font-weight:600
}
.contact-box .contact-title i {
 position:relative;
 top:1px;
 margin-right:2px;
 font-size:20px
}
.contact-box .contact-tel {
 padding-left:22px;
 margin:10px 0 0 0;
 height:42px;
 line-height:40px;
 color:#d0021b;
 font-weight:500;
 font-size:28px
}
.contact-box .contact-time {
 padding-left:22px;
 margin:5px 0 0 0;
 color:#b2b2b2;
 font-size:12px;
 line-height:17px
}
.collect-box {
 position:relative;
 padding:30px 0 0 0;
 margin:30px 0 0 0;
 border-top:1px solid rgba(0,0,0,0.1)
}
.collect-box a {
 display:block;
 width:260px;
 height:40px;
 line-height:39px;
 padding-left:126px;
 border-radius:4px;
 border:solid 1px #ccc;
 color:#666
}
.collect-box a.btn-fav-icon-02 {
 padding-left:122px
}
.collect-box:hover a {
 color:#17a1e6;
 border:solid 1px #17a1e6
}
.collect-box a:active {
 color:#148fcc;
 border:1px solid #148fcc
}
.collect-box i {
 position:absolute;
 left:104px;
 top:32px;
 font-size:20px;
 cursor:pointer
}
.collect-box:hover i {
 color:#17a1e6
}
.collect-box i.collect-done {
 color:#cc2929
}
.collect-box i.collect-done {
 left:100px
}
.collect-box i.collect-undone {
 top:41px
}
.collect-box i.collect-done {
 top:41px
}
</pre></body></html>