/* html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    _filter: none;
} */


@font-face {
    font-family: "weiruan";
    src: url("../font/msyh.ttc");
}

* {
    margin: 0;
    padding: 0;
    font-family: weiruan;
}

html, body {
    min-height: 100%;
}

.top {
    width: 100%;
    height: 740px;
    position: relative;
    background: url(../image/background.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header {
    width: 100vw;
    height: 60px;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
}

.header-cent {
    width: 1300px;
    margin: auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-cent img:first-child {
    width: 40px;
}

.header-cent img:nth-child(2) {
    width: 60px;
    margin-left: 6px;
}

.header-cent ul {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 60px;
}

.header-cent ul li {
    font-size: 16px;
    color: #FFF;
    margin-right: 30px;
    padding-bottom: 8px;
    cursor: pointer;
    position: relative;
}

.header-cent ul li>span {
    font-size: 16px;
    color: #FFF;
}

.header-cent ul .download-app .download-box {
    overflow: hidden;
    width: 0;
    height: 0;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px 0px rgba(153, 153, 153, 0.5);
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    transition: all .5s cubic-bezier(.34, 1.21, .4, 1);
    transform-origin: 50% 0;
    transform: translateY(0) scale(0);
    font-size: 0;
}

.header-cent ul .download-app .download-box img:nth-of-type(1) {
    width: 40px;
    height: 40px;
}

.header-cent ul .download-app .download-box img:nth-of-type(2) {
    width: 90px;
    height: 90px;
    margin: 18px 0 6px;
}

.header-cent ul .download-app .download-box span:nth-of-type(1) {
    font-size: 16px;
    color: #333;
    margin: 4px 0 2px;
}

.header-cent ul .download-app .download-box span:nth-of-type(2) {
    font-size: 12px;
    color: #666;
}

.header-cent ul .download-app .download-box span:nth-of-type(3) {
    font-size: 12px;
    color: #666;
}

.header-cent ul .download-app:hover .download-box {
    opacity: 1;
    width: 150px;
    height: 254px;
    left: -34px;
    bottom: -254px;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.header-cent ul .select {
    border-bottom: 2px solid #FF5400;
}

.header-cent .positioning {
    background: rgba(255, 255, 255, 0.2);
    font-size: 14px;
    border-radius: 12px;
    color: #fff;
    padding: 2px 12px 2px 10px;
    margin-left: 40px;
    cursor: pointer;
}

.header-cent .positioning .icon-dingwei {
    font-size: 18px;
    position: relative;
    top: 3px;
}

.header-cent .login a {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
}

.header-cent .login a:last-child {
    border-left: 2px solid #999;
    padding-left: 10px;
}

.header-cent .login .icon-denglu {
    font-size: 22px;
    color: #fff;
    float: left;
}

.header-cent .user-info {
    display: flex;
    align-items: center;
    display: none;
}

.header-cent .user-info img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.header-cent .user-info .user-name {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    margin: 0 0 0 5px;
    cursor: pointer;
}

.header-cent .user-info .user-line {
    width: 1px;
    height: 16px;
    background-color: #fff;
    margin: 0 8px;
}

.header-cent .user-info .user-sign-out {
    font-size: 14px;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.scroll-top-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #cccccc;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20%;
    right: 30px;
    cursor: pointer;
}

.icon-a-shouqi {
    font-size: 20px;
    color: #cccccc;
}

.the-slogan {
    width: 100%;
    text-align: center;
}

.the-slogan p:nth-child(1) {
    font-size: 90px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 10px
}

.the-slogan p:nth-child(2) {
    font-size: 26px;
    margin-top: 20px;
    color: #FFFFFF;
}

.the-slogan p:nth-child(2) span {
    color: #FF6903;
}

.search {
    width: 774px;
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.18);
    margin-top: 42px;
}

.search .search-type span {
    font-size: 15px;
    font-weight: bold;
    color: rgba(255, 255, 255, .5);
    margin-right: 20px;
    cursor: pointer;
    letter-spacing: 1px;
}

.search .search-type .search-active-type {
    color: rgba(255, 255, 255, 1);
    position: relative;
}

.search .search-type .search-active-type::after {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -21px;
    margin: 0 auto;
}

.search .search-box {
    height: 55px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.18);
    border-radius: 3px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding: 0 0 0 20px;
}

.search .search-box input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
}

.search .search-box .map-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.search .search-box .map-icon img {
    width: 28px;
    height: 25px;
    margin-right: 8px;
}

.search .search-box .sear-btn {
    width: 144px;
    height: 55px;
    background: #FF6903;
    border-radius: 2px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-left: 20px;
}

.body {
    width: 1200px;
    margin: 100px auto 70px;
}

.title p:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px;
    position: relative;
}

.title p:nth-child(1) label {
    position: relative;
    z-index: 2;
}

.title p:nth-child(1) span {
    display: block;
    position: absolute;
    width: 101px;
    height: 12px;
    background: linear-gradient(90deg, #FF5400, #FFC8AE);
    bottom: 3px;
}

.title p:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 30px;

}

.title p:nth-child(2) a {
    float: right;
    cursor: pointer;
    font-size: 14px;
}

.body .secondary .layui-row li .coverimg {
    width: 100%;
    height: 220px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.body .secondary .layui-row li .coverimg .tag {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
}

.body .secondary .layui-row li p:nth-child(2) {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin: 10px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.body .secondary .layui-row li p:nth-child(3) {
    font-size: 14px;
    color: #999999;
    cursor: pointer;
}

.body .secondary .layui-row li p:nth-child(3) span {
    font-size: 16px;
    font-weight: bold;
    color: #FF6903;
    float: right;
}

.body .optimization {
    margin-top: 70px;
}

.body .optimization .layui-row li {
    position: relative;
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
}

.body .optimization .layui-row li img {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
}

.body .optimization .layui-row li p {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 12.5px;
    width: calc(100% - 65px);
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 65px;
    padding: 0 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.body .optimization .layui-row li p span {
    color: #FF6903;
    float: right;
    font-size: 18px;
}

.property {
    background: #FBFBFB;
    padding: 20px 0;
}

.property-content {
    width: 1200px;
    margin: auto
}

.property-content .layui-carousel .layui-icon {
    display: none;
}

.property-content .layui-carousel .layui-row .layui-col-md4 {
    cursor: pointer;
}

.property-content .layui-carousel .layui-row img {
    width: 100%;
    height: 290px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.layui-carousel {
    background: none !important;
}

.layui-carousel>[carousel-item]>* {
    background: none;
}

.layui-carousel-ind li.layui-this {
    background: #FF6903;
}

.layui-carousel-ind ul {
    background: none;
}

.layui-carousel-ind ul:hover {
    background: none;
}

.layui-carousel-ind li:hover {
    background: #FF6903;
}

.layui-carousel-ind li {
    width: 36px;
    height: 4px;
    background: #CCCCCC;
    border-radius: 2px;
}

.property-content .layui-carousel .layui-row .layui-col-md4 div {
    background: #fff;
    width: calc(100% - 40px);
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 20px;
}

.property-content .layui-carousel .layui-row .layui-col-md4 div p:nth-child(1) {
    font-size: 18px;
    color: #333333;
    margin-bottom: 5px;
}

.property-content .layui-carousel .layui-row .layui-col-md4 div p:nth-child(2) {
    font-size: 14px;
    color: #999999;
}

.property-content .layui-carousel .layui-row .layui-col-md4 div p:nth-child(2) span {
    font-size: 16px;
    font-weight: bold;
    color: #FF6903;
    float: right;
}

.body .selectionrent ul {
    overflow: hidden;
}

.body .selectionrent ul li {
    float: left;
    width: 32%;
    height: 390px;
}

.body .selectionrent ul li:nth-child(3n + 2) {
    margin: 0 2%;
}

.body .selectionrent ul li div {
    cursor: pointer;
}

.body .selectionrent ul li div:nth-child(1) {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 280px;
    border-radius: 5px;
    cursor: pointer;
    background-position: center;
}

.body .selectionrent ul li div:nth-child(1) .tag {
    width: 80px;
}

.body .selectionrent ul li div p:nth-child(1) {
    font-size: 18px;
    color: #333333;
    margin: 10px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.body .selectionrent ul li div p:nth-child(2) {
    font-size: 14px;
    color: #999999;
}

.body .selectionrent ul li div p:nth-child(2) span {
    font-size: 16px;
    font-weight: bold;
    color: #FF6903;
    float: right;
}

.scan-code {
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 5;
}

.scan-code .scan-code-content {
    height: 130px;
    width: 500px;
    display: flex;
    margin: auto;
    align-items: center;
    padding-left: 270px;
    justify-content: space-between;
    position: relative;
}

.scan-code .inpne {
    background: url(../image/phone.png);
    background-size: 100%;
    width: 181px;
    height: 168px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.scan-code .text {
    font-family: Microsoft YaHei;
    color: #333333;
}

.scan-code .text p:first-child {
    font-size: 18px;
    font-weight: bold;
}

.scan-code .text p:last-child {
    font-size: 14px;
    margin-top: 15px;
}

.scan-code .erweima {
    width: 85px;
    margin-right: 60px;
}

.scan-code .icon-icon_close {
    position: absolute;
    right: 0;
    top: 20px;
    color: #CCC;
    cursor: pointer;
}