/*head.css 页头*/
.page-head{
    width: 100%;
    height: 114px;
    background: linear-gradient(90deg, #0B78BC 0%, #00A5D4 50%, #0FB09F 100%);
    opacity: 1;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
}
html,body {
    width: 100%;
}
.page-head .navbox {
    width: 1200px;
    height: 114px;
    margin: 0 auto;
} 

.navbox .logo{
    float: left;
    margin-top: 42px;
}
.navbox .logo img{
    width: 140px;
}
.navbox .city{
    float: left;
    margin-top: 54px;
    margin-left: 36px;
    height: 28px;
    border: 1px solid #FFFFFF;
    border-radius: 1px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 6px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.navbox .city img{
    margin-right: 4px;
}

.navbox .city .name{
    margin-right: 6px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
    flex:  1 1 0%;
    margin-right: 5px;
}

.navbox .city img.set{
    margin-right: 4px;
}

.navbox .nav{
    float: left;
    margin-top: 43px;
}

.navbox .right{
    float: right;
}

.navbox .right .tel{
    font-size: 16px;
    font-family: D-DIN-PRO;
    font-weight: 500;
    line-height: 22px;
    color: #FFFFFF;
    text-align: right;
    padding-left: 26px;
    position: relative;
    margin-top: 30px;
}

.navbox .right .phone{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.navbox .right .user{
    height: 25px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 25px;
    color: #FFFFFF;
    margin-top: 12px;
    width: 130px;
    position: relative;
    padding-right: 14px;
    box-sizing: border-box;
    text-align: right;
    float: right;
    cursor: pointer;
}
.navbox .right .un-login{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
	margin-left: 10px;
    cursor: pointer;
}

.item11{
	    display: inline-block;
	    height: 28px;
	    background: #EBF4FF;
	    border-radius: 2px;
	    line-height: 28px;
	    padding: 0 8px;
	    margin-right: 4px;
	    color: var(--primary-color);
	}

.navbox .right .un-login .login-btn{
    width: 75px;
    height: 28px;
    line-height: 28px;
    border-radius: 1px;
    background: #fff;
    color: var(--primary-color);
    text-align: center;
    cursor: pointer;
}

.navbox .right .un-login .register-btn{
    width: 75px;
    height: 28px;
    line-height: 28px;
    border-radius: 1px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    box-sizing: border-box;
    margin-left: 12px;
}

.navbox .right .user .down{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.navbox .layui-nav {
    padding: 0 5px;
}
.navbox .layui-nav .layui-nav-item {
    line-height: 50px;
    font-size: 16px;
}

.navbox .layui-nav .layui-nav-item a{
    font-size: 16px;
}
.navbox .layui-nav .layui-this:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 16px;
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
}

.navbox .layui-nav .layui-nav-bar {
    display: none;
}

.pop-citys{
    position: absolute;
    left: 0;
    top: 48px;
    background: #fff;
    border-radius: 2px;
    padding: 10px 20px;
    box-sizing: border-box;
    width: 370px;
    display: none;
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.pop-citys .city-cell {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px dashed #DBDFE7;
    padding: 10px 0 0 0;
    box-sizing: border-box;
}
.pop-citys .city-cell:last-child{
    border-bottom: none;
}
.pop-citys .city-cell .label{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-right: 15px;
    width: 65px;
    cursor: default;
}

.pop-citys .city-cell .list{
    font-size: 14px;
    color: #000;
    flex: 1 1 0%;
    margin-right: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.pop-citys .city-cell .item{
    font-size: 14px;
    color: #666;
    margin-right: 20px;
    margin-bottom: 10px;
}
/*footer.css 页尾*/

.footer{
    width: 100%;
    background: #333333;
    overflow: hidden;
    margin: 0 auto;
}

.footer .wrapper{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.footer .top{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}

.footer .top .left{
    flex: 1 1 0%;
}

.footer .top .left .logo{
    margin-bottom: 12px;
}
.footer .top .left .text{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
}

.footer .top .right .qcode{
    margin-bottom: 6px;
    width: 100px;
    height: 100px;
    padding:0 5px;
} 

.footer .top .right .tip{
    width: 110px;
    font-size: 12px;
    font-family: PingFang SC;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.75;
    text-align: center;
    margin-bottom: 15px;
} 

.footer .line{
    width: 100%;
    height: 0px;
    border: 1px solid rgba(255,255,255,0.149);
}

.footer .beian{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #999999;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    text-align: center;
}
.footer .tags{
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}
.footer .tags .item{
    width: 76px;
    height: 28px;
    border: 1px solid rgba(255,255,255,0.2);
    margin-right: 16px;
    float: left;
    text-align: center;
    color: #999;
    line-height: 28px;
}

.footer .tags .item.active{
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.302);
}


.footer .hoses .item{
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #999999;
    margin-right: 24px;
    float: left;
    text-align: center;
    line-height: 20px;
    margin-bottom: 10px;
}
.footer .hoses{
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.footer .hoses .item.active{
    color: #ffffff;
}

/*reset.css 覆盖layui样式*/
:root {
    --primary-color: #0B78BC;
    --logo-text: var(--primary-color);
  }


.main{
    width: 100%;
    margin: 0 auto;
    margin-top: 114px;
    min-width: 1200px;
}

.layui-main {
    width: 1200px!important;
}

@font-face {
    font-family: D-DIN-PRO;
    src: url("../font/otf/D-DIN-PRO-400-Regular.otf") format("opentype");
}
.layui-btn{
    background: #16C1BC!important;
}

.layui-btn-normal{
    background: #13A3E0!important;
}


.house-3-2{
    margin-bottom: 42px;
    overflow: hidden;
}
.house-3-2 .cell{
    background: #fff;
    box-shadow: 0px 0px 20px rgba(21,81,167,0.1);
    cursor: pointer;
}
.house-3-2 .imgbox{
    width: 386px;
    height: 255px;
    background-size: cover;
}
.house-3-2 .imgbox img{
    width: 100%;
    height: 100%;
}

.house-3-2 .title{
    height: 70px;
    font-size: 18px;
    font-weight: bold;
    line-height: 70px;
    color: #333333;
    text-align: left;
    padding-left: 15px;
}


.house-3-2 .cell:hover .title{
    color: var(--primary-color);
}

.house-4 .imgbox{
    width: 288px;
    height: 194px;
}

.house-4 .imgbox img{
    width: 100%;
    height: 100%;
}

.house-4 .cell {
    position: relative;
}

.house-4 .cell .pop{
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.house-4 .cell .pop .title{
    color: #fff;
    font-size: 18px;
    position: relative;
}

.house-4 .cell .pop .title::after{
    position: absolute;
    content: "";
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
}

.house-4 .cell .pop .price{
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 26px;
}

.house-4 .cell .msg .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #333333;
    margin-top: 10px;
}

.house-4 .cell .msg .price{
    font-size: 16px;
    color: #F75441;
}
.house-4 .cell .info{
    margin-bottom: 3px;
    color: #666666;
}
.house-4 .cell .msg .price span{
    font-size: 18px;
    font-family: D-DIN-PRO;
    font-weight: 800;
    line-height: 22px;
    color: #F75441;
}
/*登录注册弹窗样式*/

.dz-btn{
    width: 100%;
    height: 58px;
    background: linear-gradient(90deg, #0B78BC 0%, #00A5D4 50%, #0FB09F 100%)!important;
    box-shadow: 0px 6px 20px rgba(15,83,181,0.25);
    border-radius: 4px;
}

.login-pop,.register-pop,.find-password,.layer-pop{
    width: 540px;
    background: #ffffff;
    box-shadow: 0px 6px 30px rgba(21,81,167,0.14);
    border-radius: 1px;
    padding: 50px 55px 30px 55px;
    position: relative;
    display: none;
}
.layer-pop .close{
    position: absolute;
    right: 28px;
    top: 28px;
    cursor: pointer;
}
.layer-pop .title {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 51px;
    color: #000000;
    opacity: 1;
}

.layer-pop input{
    height: 58px;
    border: 1px solid #DBDFE7;
    border-radius: 4px;
    margin-bottom: 16px;
    font-size: 16px;
    outline: none;
}

.layer-pop input:focus{
    border: 1px solid #0b79bd!important;
}
.layer-pop .redirect{
    margin-bottom: 30px;
}
.layer-pop .redirect a{
    color: #0B78BC;
    cursor: pointer;
}

.layer-pop .layui-input-affix {
    line-height: 58px;
}

.layer-pop .layui-input-affix i{
    font-size: 18px;
}

.layer-pop .dz-btn{
    margin-top: 30px;
}

.layer-pop .other{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #7283A2;
    opacity: 0.77;
    margin-top: 20px;
    cursor: pointer;
}

.layer-pop .xieyi{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
    color: #7283A2!important;
    opacity: 0.77!important;
    display: flex!important;
    flex-direction: row!important;
    margin-top: 40px;
}

.layer-pop .xieyi input {
    height: 24px;
    margin-right: 6px;
}

.layer-pop .layui-form input::placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #929FB7;
}

input.blue::-webkit-input-placeholder{
    color:#929FB7;
}
input.blue::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#929FB7;
}
input.blue:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#929FB7;
}
input.blue:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#929FB7;
}

input.blue{
    height: 30px;
    line-height: 30px;
}

.dz-search {
    position: relative;
    padding-left: 40px;
    border: 1px solid #DBDFE7;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;

}
.dz-search img.icon-s{
    position: absolute;
    left: 10px;
}
.dz-search input{
    outline: none;
    border: none;
    width: 100%;
}

.flex-row{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.flex-row-c{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.flex-row .left{
    flex: 1 1 0%;
}

.tag{
    padding: 2px 8px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    background: #f5f7fc;
    color: #8F9DB6;
    display: inline-block;
}

.tag.blue{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    height: 22px;
    background: #13a3e0;
    line-height: 22px;
}

.tag.green{
    color: #ffffff;
    background: #16c1bc;
}

.tag.disable{
    color: #ffffff;
    background: #c2c2c2;
}

.tag.warn{
    color: #ffffff;
    background: #ffa336;
}

.imgbox img {
    width: 100%;
    height: 100%;
}

.m-tag{
    height: 20px;
    line-height: 20px;
    color: #0B78BC;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    border: 1px solid #13A3E0;
    border-radius: 2px;
    padding: 0 6px;
    font-weight: 400;
    margin-right: 6px;
}

.imgbox{
    position: relative;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.imgbox img{
    width: 100%;
    height: 100%;
}

.titlebox {
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
}
.titlebox .left {
    float: left;
}

.titlebox .title{
    height: 50px;
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 50px;
    color: #000000;
    float: left;
}
.titlebox .more {
    float: right;
    height: 22px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    margin-top: 22px;
    color: #0B78BC;
    cursor: pointer;
}
.titlebox-sm {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}
.titlebox-sm .title{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #000000;
    float: left;
}
.titlebox-sm .more{
    float: right;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    margin-top: 6px;
    color: #0B78BC;
    cursor: pointer;
}
.titlebox-sm .title span{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
}

 .tag-list{
    width: 100%;
    margin-bottom: 20px;
}

 .tag-list .item{
    line-height: 32px;
    padding: 0 10px;
    height: 32px;
    background: #EFF1F5;
    border-radius: 32px;
    margin-right: 6px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 12px;
}
 .tag-list .item.active{
    background: #13A3E0;
    color: #fff;
}

.house-contact{
    width: 340px;
    height: 70px;
    background: #EBF4FF;
    border-radius: 4px;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 36px;
}

.house-contact .info {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 25px;
    color: #0B78BC;
    margin: 0 3px 0 6px;
}

.house-contact .phone {
    font-size: 28px;
    font-family: D-DIN-PRO;
    font-weight: 800;
    line-height: 34px;
    color: #0B78BC;
}

.color-primary {
    color: #0B78BC!important;
}

.layui-form .form-item{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.layui-form .form-item .layui-input-wrap{
    flex: 1 1 0%;
}
.layui-form .form-item .getcode,.layui-form .form-item .pos{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--primary-color);
    cursor: pointer;
    margin-top: -8px;
}

.layui-show-flex{
    display: flex!important;
}

.form-item .check-code{
    height: 58px;
    margin-bottom: 16px;
}

.form-item .check-code img{
    height: 58px;
}
.layer-pop .qcode .tips{
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #999999;
    margin-bottom: 26px;
}
.layer-pop .qcode img{
    width: 184px;
    height: 184px;
    display: block;
    margin: 0 auto;
    border: 1px dashed #cdcdcd;
    margin-bottom: 8px;
}

.text-tags{
    width: 100%;
}

.text-tag{
    display: inline-block;
    color: var(--primary-color);
    font-size: 14px;
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 5px;
}
.navbox .layui-nav-more{
    display: none;
}
.layui-nav-child{
    top: 50px;
}
.label-list{
    width: 100%;
}

.label-list .cell{
    float: left;padding: 8px 0;
    box-sizing: border-box;
    width: 360px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.label-list .cell .label{
    width: 100px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
    margin-right: 20px;
}

.label-list .cell .name{
    height: 22px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #333333;
    flex: 1 1 0%;
}

.color-666{
    color: #666;
}
/*地图样式*/
.amap-marker-content{
    padding: 10px;
    background: #DB5711;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    position: relative;
}

.amap-marker-content::after{
    position: absolute;
    content: "";
    bottom: -16px;
    left: 50%;
    width: 0;
    height: 0;
    border: 8px solid #DB5711;
	border-bottom-color: transparent;    /* 设置透明背景色 */
	border-left-color: transparent;
	border-right-color: transparent;
    transform: translateX(-50%);
}

body {
    font-family: '宋体';
}