.jdl-rent-wrapper {
	padding: 110px 0 0;
}
.jdl-rent-top {
	position:fixed;
	left: 0;
	top: 0;
	z-index: 10;
    border-top: 20px solid #252c41;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 9px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 9px rgb(0 0 0 / 20%);
}
.jdl-rent-top .jdl-rent-header {
	display: flex;
	height: 90px;
	background: #fff;
	margin: 0 auto;
        padding: 0 50px;
	justify-content: space-between;
	align-items: center;
}
.jdl-rent-top .jdl-rent-header .lft {
    display: flex;
    align-items: center;
}
.jdl-rent-top .jdl-rent-header .title {
    margin-right: 20px;
	font-size: 40px;
    font-weight: 600;
    color: #333;
}
.jdl-rent-top .jdl-rent-header .subtitle {
    position: relative;
    z-index: 1;
    top: -10px;
    padding: 0 0 0 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
}
.jdl-rent-top .jdl-rent-header .subtitle:before {
    content: '';
    position: absolute;
    left: 0; top: 0;
    display: inline-block;
    background: #f1f1f1;
    width: 2px;
    height: 20px;
    margin: 2px 0 0;
}
.jdl-rent-top .jdl-rent-header .subtitle:after {
    content: 'Welcome Settled';
    color: #ccc;
    font-size: 10px;
    position:relative;
    z-index: 1;
    left: -40px;
    top: 15px;
}
.jdl-rent-top .nav-rent-menu {
	display: flex;
}
.jdl-rent-top .nav-rent-menu li {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    margin-right: 30px;
}
.jdl-rent-top .nav-rent-menu li.tel {
	width: 240px;
	height: 40px;
    border-radius: 20px;
    padding: 0 10px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    text-align: center;

    
    -webkit-box-shadow: inset 0px 1px 0px rgb(255 255 255 / 30%), 0 1px 2px rgb(0 0 0 / 15%);
    box-shadow: inset 0px 1px 0px rgb(255 255 255 / 30%), 0 1px 2px rgb(0 0 0 / 15%);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    
}
.jdl-rent-top .nav-rent-menu li.type1 {
	border-color: #ff2939;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5c69), to(#ff2939));
    background: linear-gradient(#ff5c69, #ff2939);
    -webkit-animation-name: glowing-caution;
    animation-name: glowing-caution;
}
.jdl-rent-top .nav-rent-menu li.type2 {
	border-color: #088ef0;
    background: -webkit-gradient(linear, left top, left bottom, from(#34a5f8), to(#088ef0));
    background: linear-gradient(#34a5f8, #088ef0);
    -webkit-animation-name: glowing-primary;
    animation-name: glowing-primary;
}
@-webkit-keyframes glowing-primary {
  from {
    -webkit-box-shadow: 0 0 0 rgba(27, 154, 247, 0.3);
            box-shadow: 0 0 0 rgba(27, 154, 247, 0.3); 
    }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(27, 154, 247, 0.8);
            box-shadow: 0 0 20px rgba(27, 154, 247, 0.8); 
     }
  to {
    -webkit-box-shadow: 0 0 0 rgba(27, 154, 247, 0.3);
            box-shadow: 0 0 0 rgba(27, 154, 247, 0.3); 
     } 
  }
@keyframes glowing-primary {
  from {
    -webkit-box-shadow: 0 0 0 rgba(27, 154, 247, 0.3);
            box-shadow: 0 0 0 rgba(27, 154, 247, 0.3); 
       }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(27, 154, 247, 0.8);
            box-shadow: 0 0 20px rgba(27, 154, 247, 0.8); 
     }
  to {
    -webkit-box-shadow: 0 0 0 rgba(27, 154, 247, 0.3);
            box-shadow: 0 0 0 rgba(27, 154, 247, 0.3); 
     } 
}
@-webkit-keyframes glowing-plain {
  from {
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 rgba(255, 255, 255, 0.3); 
       }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.8); 
      }
  to {
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
     } 
 }
 @-webkit-keyframes glowing-caution {
  from {
    -webkit-box-shadow: 0 0 0 rgba(255, 67, 81, 0.3);
            box-shadow: 0 0 0 rgba(255, 67, 81, 0.3); }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(255, 67, 81, 0.8);
            box-shadow: 0 0 20px rgba(255, 67, 81, 0.8); }
  to {
    -webkit-box-shadow: 0 0 0 rgba(255, 67, 81, 0.3);
            box-shadow: 0 0 0 rgba(255, 67, 81, 0.3); } }
@keyframes glowing-caution {
  from {
    -webkit-box-shadow: 0 0 0 rgba(255, 67, 81, 0.3);
            box-shadow: 0 0 0 rgba(255, 67, 81, 0.3); }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(255, 67, 81, 0.8);
            box-shadow: 0 0 20px rgba(255, 67, 81, 0.8); }
  to {
    -webkit-box-shadow: 0 0 0 rgba(255, 67, 81, 0.3);
            box-shadow: 0 0 0 rgba(255, 67, 81, 0.3); } }
@-webkit-keyframes glowing-royal {
  from {
    -webkit-box-shadow: 0 0 0 rgba(123, 114, 233, 0.3);
            box-shadow: 0 0 0 rgba(123, 114, 233, 0.3); }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(123, 114, 233, 0.8);
            box-shadow: 0 0 20px rgba(123, 114, 233, 0.8); }
  to {
    -webkit-box-shadow: 0 0 0 rgba(123, 114, 233, 0.3);
            box-shadow: 0 0 0 rgba(123, 114, 233, 0.3); } }

.jdl-rent-container {

}
.jdl-rent-content {
	width: 1200px;
	margin: 0 auto;
}
.jdl-rent-imglist {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
  	grid-template-rows: 200px 200px;
  	grid-row-gap: 10px;
  	grid-column-gap: 10px;
}
.jdl-rent-imglist .item {
}
.jdl-rent-imglist .item .img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
}
.jdl-rent-imglist .type {
	grid-row-start: span 2;
}
.jdl-rent-imglist .subtype {
	display: grid;
	grid-template-columns: 1fr 1fr;
  	grid-template-rows: 200px 200px;
  	grid-row-gap: 10px;
  	grid-column-gap: 10px;
}
.jdl-rent-tit {
	margin: 30px 0 20px;
	font-size: 26px;
	font-weight: 600;
	color: #333;
}
.jdl-rent-baseinfo .info {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 30px;
	word-break: break-all;
	word-wrap: break-word;
}
.jdl-rent-baseinfo .info2 {
	display: flex;
	flex-wrap: wrap;
	background: #f1f1f1;
	margin: 20px 0;
	padding: 20px 0;
	border-radius: 6px;
}
.jdl-rent-baseinfo .info2 li {
	display: flex;
	align-items: center;
	width: 33.33%;
	line-height: 24px;
	color: #333;
	font-size: 14px;
}
.jdl-rent-baseinfo .info2 .label {
	display: block;
	width: 120px;
	color: #999;
	font-size: 14px;
	text-align: right;
}
.jdl-rent-baseinfo .info2 .txt {
	display: block;
	flex: 1;
}
.jdl-rent-source {

}
.jdl-rent-source .source-tit {
	display: flex;
	align-items: center;
	background: #f1f1f1;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
}
.jdl-rent-source .source-tit .img {
	width: 120px;
	margin-right: 20px;
	text-align: center;
}
.jdl-rent-source .source-tit .t {
	display: block;
	flex: 1;
}
.jdl-rent-source .source-list {

}
.jdl-rent-source .source-list li {
	display: flex;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #f1f1f1;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	text-align: center;
}
.jdl-rent-source .source-list li:last-child {
	border-bottom: none;
}
.jdl-rent-source .source-list .u-img {
	overflow: hidden;
	display: block;
	width: 120px;
	height: 80px;
	margin-right: 20px;
}
.jdl-rent-source .source-list .u-img .img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
}
.jdl-rent-source .source-list .item {
	display: block;
	flex: 1;
}
.jdl-rent-source .source-list em {
	font-style: normal;
	color: #e81e1a;
	font-size: 18px;
	font-weight: bold;
}
.jdl-rent-source .source-more {
	margin: -45px 0 20px;
    text-align: right;
    font-size: 14px;
    cursor: pointer;
    color: #088ef0;
}
.jdl-rent-around {

}
.jdl-rent-around dl {
	background: #f1f1f1;
	padding: 20px;
}
.jdl-rent-around .info dt {
	color: #666;
	font-size: 16px;
	font-weight: 600;
}
.jdl-rent-around .info p {
	margin: 0;
	font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
}
.jdl-rent-map .map-area { height: 500px; }
.jdl-rent-map .map { width: 100%; height: 100%; }
.jdl-rent-footer {
	background: #252c41;
}
.jdl-rent-footer .inner {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}
.jdl-rent-footer .footer-tel {
	margin: 20px 0;
	text-align: left;
	font-size: 60px;
	font-weight: 600;
	color: #d2d2d2;
}
.jdl-rent-footer .footer-box {
	display: flex;
	justify-content: flex-start;
	margin: 40px 0;
}
.jdl-rent-footer .footer-box .bd-area:nth-child(1) {
	width: 50%;
}
.jdl-rent-footer .footer-box .bd-area:nth-child(2), .jdl-rent-footer .footer-box .bd-area:nth-child(3) {
	width: 25%;
}
.jdl-rent-footer .footer-box .bd-area {}
.jdl-rent-footer .footer-box .tit {
	display: block;
	color: #fff;
	font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    margin: 10px 0;
}
.jdl-rent-footer .footer-box .input-txt {
	width: 300px;
	height: 48px;
	padding: 0 15px;
	margin: 10px 0;
	line-height: 48px;
	font-weight: 400;
    color: #333;
    background: #fff;
    border-radius: 4px;
    font-size: 18px;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.jdl-rent-footer .footer-box .btn-subscribe {
	display: block;
	width: 300px;
	margin: 10px 0;
    border-radius: 4px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 48px;
    color: #fff;
    cursor: pointer;
}
.jdl-rent-footer .footer-box .wxcode {
	width: 120px;
}
.jdl-rent-footer .footer-box .tel {
	display: block;
	font-size: 48px;
    font-weight: 600;
    color: #fff;
}
.jdl-rent-footer .footer-box .txt {
	display: block;
	font-size: 20px;
    font-weight: 400;
    color: #999;
}
.jdl-rent-footer .footer-box .txt em {
	opacity: 1;
	margin: 0 20px 0 0;
	font-style: normal;
}

.fix-right {
	position: fixed;
    right: 0;
    top: 0;
    width: 38px;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 1px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.2);
    box-shadow: 0 1px 10px rgb(0 0 0 / 20%);
    box-sizing: border-box;
    padding: 120px 0 0;
    z-index: 1002;
}
.fix-right .sidebar-item a,.fix-right .sidebar-item span {
    height: 50px;
    line-height: 50px
}
.fix-right .sidebar-item a {
    display: block;
    width: 38px;
    overflow: hidden;
    cursor: pointer;
    text-align:center;
    color: #333;
}
.fix-right .sidebar-item a:hover {
    color: #008eed;
}
    
.fix-right .sidebar-item {
    position: relative;
}
.fix-right .sidebar-item:after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #ccc;
	margin: 0 auto;
}
.fix-right .sidebar-item:last-child:after {
	display: none;
}
.fix-right .loupan .icon-loupan,
.fix-right .fangyuan .icon-fangyuan,
.fix-right .zhoubian .icon-zhoubian,
.fix-right .map .icon-map,
.fix-right .phonekf .icon-phonekf,
.fix-right .weixinkf .icon-weixinkf {
	font-size: 28px;
}
.fix-right .sidebar-item .popup {
    position: absolute;
    right: 48px;
    top: 0;
    display: none;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    background: #008eed;
    white-space: nowrap;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.fix-right .sidebar-item .popup i {
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    margin: -5px -10px 0 0;
    font-size: 0;
    border: 5px solid;
    border-color: transparent transparent transparent #008eed;
    overflow: hidden
}
.fix-right .sidebar-item .popup-qr {
	height: 120px;
    top: -30px;
    padding: 8px;
    background: #fff;
}
.fix-right .sidebar-item .popup-qr i {
    border-color: transparent transparent transparent #fff
}
.fix-right .sidebar-item .popup-qr .qr-title {
    display: block;
    padding-top: 8px;
    color: #000;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
    font-style: normal;
}

.fix-subscribe {
	display: block;
    top: 140px;
    margin-left: 20px;
    z-index: 100;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px;
    width: 220px;
    height: 420px;
    border-radius: 8px;
    box-shadow: 0 8px 20px #0006;
}
.fix-subscribe.fixed {
	position:fixed;
}
.fix-subscribe .tit {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}
.fix-subscribe .subtit {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    text-align: center;
    margin-bottom: 20px
}
.fix-subscribe .input-txt {
    width: 100%;
    height: 34px;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 2px
}
.fix-subscribe .input-txt input {
	width: 100%;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    color: #333;
    padding: 0 13px;
    box-sizing: border-box;
    border: 0 none;
}
.fix-subscribe .input-txt input::-webkit-input-placeholder, 
.fix-subscribe .input-txt input::placeholder {
    color: #999;
}
.fix-subscribe .fbtn {
    width: 100%;
    height: 32px;
    text-align: center;
    color: #fff;
    background: #008eed;
    cursor: pointer;
    border-radius: 4px; 
    line-height: 32px;
    margin-bottom: 20px;
    padding: 0;
}
.fix-subscribe .line {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    position: relative;
    margin-bottom: 10px
}
.fix-subscribe .line:after {
    left: 0
}
.fix-subscribe .line:after,.fix-subscribe .line:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    background: #d8d8d8;
    top: 7px
}
.fix-subscribe .line:before {
    right: 0
}
.fix-subscribe .code {
    margin-bottom: 10px;
    text-align: center;
}
.fix-subscribe .code img {
    width: 120px;
    height: 120px;
    text-align: center;
}
.fix-subscribe .tel {
	text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
