* {
    font-family: "Microsoft YaHei", 微软雅黑, Tahoma, Arial, "Hiragino Sans GB", 宋体, sans-serif;
}

@font-face {
    font-family: AlibabaPuHuiTi-bold;
    src: url("../font/AlibabaPuHuiTi-2-85-Bold.otf")
}
@font-face {
    font-family: AlibabaPuHuiTi-heavy;
    src: url("../font/AlibabaPuHuiTi-2-105-Heavy.otf");
}
@font-face {
    font-family: Bebas-num;
    src: url("../font/BEBAS___.TTF");
}
.font-babas-num {
    font-family: Bebas-num;
}
.font-AlibabaPuHuiTi-bold {
    font-family: AlibabaPuHuiTi-bold;
}
.font-AlibabaPuHuiTi-heavy {
    font-family: AlibabaPuHuiTi-heavy;
}
* { margin: 0; padding: 0; list-style: none; text-decoration: none; }
.sprite {
    background-image: url("../images/sprite.png?v=1");
    background-size: 563px;
}

.page-content {
    width: 100%;
    /*max-width: 1440px;*/
    min-width: 1280px;
    margin: auto;
}
.nav {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
}
.nav .center {
    width: 1280px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    margin: auto;
}
.nav .nav-left {
    display: flex;
    align-items: center;
}
.nav .nav-left .logo {
    width: 150px;
    height: 36px;
    margin-right: 16px;
    background-position: 0 -201px;
}
.nav .nav-left .loc-btn {
    height: 32px;
    border: 1px solid #fff;
    border-radius: 32px;
    box-sizing: content-box;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 0 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}
.nav .nav-left .loc-btn .icon {
    width: 13px;
    height: 15px;
    background-position: -10px -41px;
    margin-right: 4px;
}
.nav .nav-left .loc-btn .loc-panel {
    position: absolute;
    top: 40px;
    left: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(143,143,143,0.19);
    border-radius: 16px;
    padding: 24px 30px 30px 30px;
    display: none;
    justify-content: space-between;
    cursor: auto;
}
.nav .nav-left .loc-btn .loc-panel .col {
    margin-right: 42px;
}
.nav .nav-left .loc-btn .loc-panel .col:last-child {
    margin-right: 0;
}
.nav .nav-left .loc-btn .loc-panel .col .letter {
    text-align: left;
    width: 70px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #999999;
    padding-bottom: 8px;
    border-bottom: 1px solid #EEEEEE;
}
.nav .nav-left .loc-btn .loc-panel .col .item {
    font-size: 16px;
    line-height: 16px;
    margin-top: 22px;
    font-weight: 400;
    color: #222222;
    display: block;
    text-align: left;
}
.nav .nav-left .loc-btn .loc-panel .col .item:hover {
    font-weight: 500;
}
.nav .nav-right {
    display: flex;
    align-items: center;
}
.nav .nav-right .links {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.nav .nav-right .links a {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin: 0 11px;
    position: relative;
}
.nav a.promise-icon {
    display: flex;
    align-items: center;
}
.nav a.promise-icon:after {
    content: '';
    width: 15px;
    height: 17px;
    display: block;
    margin-left: 10px;
    background-image: url(../images/sprite.png);
    background-size: 563px;
    background-position: -276px -40px;
}
.nav .nav-right .links a img {
    display: block;
    width: 14px;
    height: 16px;
    margin-right: 6px;
}
.nav .home-login-btn {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 30px;
}
.nav .home-login-btn span {
    cursor: pointer;
}
.nav .home-login-btn .login-info {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.nav .home-login-btn .login-info .user-name {
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nav.white {
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(143,143,143,0.19);
}
.nav.white .nav-left .logo {
    background-position: -196px -203px;
}
.nav.white .nav-right .links a {
    color: #666666;
}
.nav.white .nav-right .links a:hover {
    color: #222;
}
.nav.white .home-login-btn {
    color: #666666;
}
.nav.white .nav-left .loc-btn {
    border: 1px solid #E5E5E5;
    color: #666666;
}
.nav.white .nav-left .loc-btn .icon {
    background-position: -52px -41px;
}
.nav.white .nav-left .loc-btn.cur {
    border: 1px solid #222;
}
.nav.white .nav-left .loc-btn.cur .icon {
    background-position: -92px -41px;
}
.nav.white .nav-left .loc-btn:hover {
    border: 1px solid #222;
}
.nav.white .nav-left .loc-btn:hover .icon {
    background-position: -92px -41px;
}
.w-show, .w-hide {
    display: none;
}
.nav-right .more {
    cursor: pointer;
    padding:0 15px;
    position: relative;
    height: 100px;
    margin-right: 10px;
    color: #666;
}
.nav-right .more:after {
    content: '';
    width: 10px;
    height: 6px;
    display: block;
    position: absolute;
    right: -2px;
    top: 48px;
    background-image: url(../images/sprite.png);
    background-size: 563px;
    background-position: -139px -46px;
}
.nav-right .more span {
    line-height: 100px;
}
.nav-right .more .more-menu{
    display: none;
    position: absolute;
    left: 0;
    top: 95px;
    width: 218px;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(143,143,143,0.19);
    border-radius: 16px;
}
.nav-right .more .more-menu a {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 24px;
}
.nav-right .more .more-menu a:hover {
    color: #222;
    position: relative;
}
.nav-right .more .more-menu a:hover::before {
    content: '';
    display: block;
    width: 9px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../images/sprite.png");
    background-size: 563px;
    background-position: -247px -40px;
}
.nav-right .more .more-menu a:last-child {
    margin-bottom: 0;
}
.nav-right .more:hover .more-menu {
    display: flex;
    flex-direction: column;
}
.nav-right .more:hover span {
    color: #222;
}

.home-banner {
    height: 600px;
    max-width: 1920px;
    margin: auto;
}
.home-banner .swiper {
    width: 100%;
    height: 600px;
}
.home-banner .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 600px;
}
.home-banner .swiper-button-prev:after, .home-banner .swiper-button-next:after {
    display: none;
}
.home-banner .swiper-button-next {
    width: 50px;
    height: 50px;
    right: 80px;
    background-position: -189px -114px;
    pointer-events: auto!important;
}
.home-banner .swiper-button-prev {
    width: 50px;
    height: 50px;
    left: 80px;
    background-position: -100px -114px;
    pointer-events: auto!important;
}
.search {
    width: 880px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    margin-top: -40px;
    position: relative;
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
}
.search .rule-jump {
    position: absolute;
    right: -290px;
    top: 15px;
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 400;
}
.search .rule-jump a {
    color: rgba(255,255,255,0.5);
    margin-right: 12px;
    display: flex;
    align-items: center;
}
.search .rule-jump a:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("../images/sprite.png?v=1");
    background-size: 563px;
}
.search .rule-jump a.link1:before {
    background-position: -16px -334px;
}
.search .rule-jump a.link2:before {
    background-position: -53px -335px;
}
.search .search-wrap{
    width: 700px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(216,216,216,0.34);
    border-radius: 32px;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    box-sizing: border-box;
    position: relative;
}
.search .search-wrap .select-btn, .search .search-wrap .select-btn .change-business .virtual {
    width: 136px;
    height: 80px;
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    line-height: 80px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-right: 30px;
    box-sizing: border-box;
}
.search .search-wrap .select-btn .change-business{
    position: absolute;
    top: -1px;
    left: -1px;
    width: 136px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(216,216,216,0.34);
    border-radius: 32px;
    border: 1px solid #E6E6E6;
    z-index: 4;
}
.search .search-wrap .select-btn .change-business .virtual {
    margin-bottom: 23px;
}
.search .search-wrap .select-btn .change-business .virtual:before {
    content: '';
    width: 96px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.search .search-wrap .select-btn .change-business .item {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    line-height: 16px;
    margin-bottom: 30px;
    padding-left: 30px;
}
.search .search-wrap .select-btn .change-business .cur {
    color: #FF9433;
}
.search .search-wrap .select-btn:hover .change-business {
    display: block!important;
}
.search .search-wrap .select-btn .change-business .virtual:after {
    content: '';
    width: 10px;
    height: 6px;
    display: block;
    position:absolute;
    right: 30px;
    background-image: url("../images/sprite.png");
    background-size: 563px;
    background-position: -172px -46px;
}
.search .search-wrap .select-btn:before {
    content: '';
    display: block;
    width: 1px;
    height: 32px;
    opacity: 0.5;
    background: #CCCCCC;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

}
.search .search-wrap .select-btn:after {
    content: '';
    width: 10px;
    height: 6px;
    display: block;
    position:absolute;
    right: 30px;
    background-image: url("../images/sprite.png");
    background-size: 563px;
    background-position: -139px -46px;
}
.search .search-wrap .select-btn .change-business .virtual:after {

}
.search-wrap .search-inp {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    width: 411px;
    height: 80px;
    margin-left: 19px;
    font-size: 18px;
    font-weight: 400;
    color: #222;
}
.search-wrap .search-inp:focus {
    outline: none;
}
.search-wrap .search-inp::-webkit-input-placeholder {  /* WebKit browsers*/
    font-size: 18px;
    font-weight: 400;
    color: #999999;
}
.search-wrap .search-inp:-moz-input-placeholder {   /* Mozilla Firefox 4 to 18*/
    font-size: 18px;
    font-weight: 400;
    color: #999999;
}
.search-wrap .search-inp::-moz-input-placeholder {  /* Mozilla Firefox 19+*/
    font-size: 18px;
    font-weight: 400;
    color: #999999;
}

.search-wrap .search-inp:-ms-input-placeholder { /* Internet Explorer 10+*/
    font-size: 18px;
    font-weight: 400;
    color: #999999;
}
.search-wrap .home-search-btn {
    width: 133px;
    text-align: center;
    height: 80px;
    cursor: pointer;
    line-height: 80px;
    font-size: 20px;
    font-weight: 500;
    color: #222;
    display: flex;
    align-items: center;
}
.search-wrap .home-search-btn:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background-image: url("../images/sprite.png");
    background-size: 563px;
    background-position: -205px -40px;
    margin-right: 8px;
}
.search .map-btn {
    width: 160px;
    height: 80px;
    /*background: linear-gradient(90deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);*/
    border-radius: 32px;
    border: 4px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 3px 8px 0px rgba(216,216,216,0.34);

    font-size: 20px;
    font-weight: 500;
    color: #222222;
    text-align: center;
    line-height: 72px;
    cursor: pointer;

    background-position: -388px -9px;
    padding-right: 30px;
}

.search .search-wrap.show-record, .search .search-wrap.show-history {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #E6E6E6;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}
.search .search-wrap .search-record, .search .search-wrap .history-record {
    display: none;
    position: absolute;
    z-index: 2;
    width: 700px;
    left: -1px;
    top: 100%;
    border: 1px solid #E6E6E6;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    padding: 19px 30px 19px 20px;
    background: #fff;
    box-shadow: 0px 3px 8px 0px rgba(216,216,216,0.34);
    box-sizing: border-box;
}
.search .search-wrap.show-record .search-record {
    display: block;
    max-height: 600px;
    overflow-Y: auto;
}
.search .search-wrap.show-history .history-record {
    display: block;
}

.search .search-wrap .search-record .search-item {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 16px;
}
.search .search-wrap .search-record .search-item:hover {
    font-weight: 500;
}
.search .search-wrap .search-record .search-item:hover .item-right {
    color: #222;
}
.search .search-wrap .search-record .search-item:last-child {
    margin-bottom: 0;
}
.search .search-wrap .search-record .search-item .item-left {
    display: flex;
}
.search .search-wrap .search-record .search-item .item-left .tag{
    height: 24px;
    background: #F5F5F5;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
    margin-right: 10px;
    white-space: nowrap;
}
.search .search-wrap .search-record .search-item .item-left .name {
    white-space: nowrap;
    font-size: 16px;
    color: #222;
    display: flex;
    align-items: center;
}
.search .search-wrap .search-record .search-item .item-left .name .light {
    color: #FFC600;
}
.search .search-wrap .search-record .search-item .item-left .name .sub-name {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}
.search .search-wrap .search-record .search-item .item-right {
    font-size: 16px;
    color: #999999;
}

.search .search-wrap .history-record .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search .search-wrap .history-record .top .title {
    font-size: 14px;
    font-weight: 500;
    color: #222222;
}
.search .search-wrap .history-record .top .clear {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
}
.search .search-wrap .history-record .tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: -14px;
}
.search .search-wrap .history-record .tags .item{
    height: 36px;
    background: #F5F5F5;
    border-radius: 12px;
    padding: 0 16px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    margin-right: 14px;
    cursor: pointer;
    margin-bottom: 14px;
}

.left.direction-wrap {
    display: none;
}
.house-card {
    width: 1280px;
    margin: auto;
    margin-bottom: 54px;
}
.house-card .card-title {
    display: flex;
    align-items: baseline;
    position: relative;
}
.house-card .card-title .name {
    font-size: 40px;
    color: #222222;
    font-weight: bold;
    margin-right: 24px;
    font-family: AlibabaPuHuiTi-bold;
}
.house-card .card-title .tags {
    display: flex;
}
.house-card .card-title .item {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    margin-right: 10px;
    padding: 0 8px;
    background: #F5F5F5;
    border-radius: 8px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
}
.house-card .card-title .more {
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    position: absolute;
    right: 0;
    bottom: 8px;
    display: flex;
    align-items: center;
}
.house-card .card-title .more:after {
    content: '';
    display: block;
    width: 8px;
    height: 15px;
    background-image: url(../images/sprite.png);
    background-size: 563px;
    background-position: -248px -41px;
    margin-left: 8px;
}
.house-card .house-list {
    width: 100%;
    height: 360px;
    overflow: hidden;
    margin-top: 33px;
    position: relative;
}
.house-card .house-list .scroll {
    display: flex;
    width: auto;
    margin-left: -30px;
    transition: .2s;
    position: absolute;
    left: 0;
    top: 0;
}
.house-card .house-list .scroll-btn {
    position: relative;
    width: 1280px;
    height: 1px;
}
.house-card .house-list .scroll-btn .left,.right {
    position: absolute;
    height: 336px;
    width: 70px;
    top: 0;
    z-index: 2;
}
.house-card .house-list .scroll-btn .direction-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
    background-image: url("../images/sprite.png");
    background-size: 563px;
}
.house-card .house-list .scroll-btn .left .direction-btn{
    background-position: -298px -119px;
}
.house-card .house-list .scroll-btn .right .direction-btn{
    background-position: -397px -119px;
}
.house-card .house-list .scroll-btn .left {
    left: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.house-card .house-list .scroll-btn .right {
    right: 0;
    background: linear-gradient(270deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.house-card .house-list .item-hover-shadow:hover {
    box-shadow: 0px 8px 22px 0px rgba(216,216,216,0.51);
    cursor: pointer;
}
.house-card .house-list .house-item {
    transition: .2s;
    width: 280px;
    height: 334px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    margin-left: 30px;
    flex-shrink: 0;
}
.house-card .house-list .house-item .pic {
    width: 280px;
    height: 210px;
    display: block;
}
.house-card .house-list .house-item .info {
    padding: 20px 16px;
}
.house-card .house-list .house-item .info .title {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    line-height: 20px;
}
.house-card .house-list .house-item .info .desc {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #222222;
    margin: 12px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.house-card .house-list .house-item .info .price {
    position: relative!important;
    bottom: 0!important;
    font-size: 24px;
    line-height: 24px;
    color: #FF3C00;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 24px!important;
    margin-top: 13px;
}
.house-card .house-list .house-item .info .price .font-babas-num {
    display: block;
    margin-top: -4px;
}

.house-card .house-list .deal-data {
    background: #FFD333;
}
.house-card .house-list .deal-data .top {
    padding: 24px 22px 15px 14px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.house-card .house-list .deal-data .top .m {
    font-size: 28px;
    color: #222222;
    display: flex;
    align-items: center;
}
.house-card .house-list .deal-data .top .m .font-babas-num {
    display: block;
    margin-top: -6px;
}
.house-card .house-list .deal-data .top .desc {
    font-size: 18px;
    font-weight: 400;
    color: #222222;
}
.house-card .house-list .deal-data .top .right-icon {
    width: 68px;
    height: 52px;
    background-position: -4px -115px;
}
.house-card .house-list .deal-data .info {
    border-radius: 12px;
    height: 224px;
    padding: 0;
    margin: 0 4px 4px 4px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.house-card .house-list .deal-data .info:before, .house-card .house-list .deal-data .info:after {
    content: "";
    display: block;
    background: #EEEEEE;
}
.house-card .house-list .deal-data .info:before {
    width: 1px;
    height: 174px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.house-card .house-list .deal-data .info:after {
    width: 232px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.house-card .house-list .deal-data .info .block {
    padding-left: 20px;
    padding-top: 27px;
}
.house-card .house-list .deal-data .info .block:nth-child(2), .house-card .house-list .deal-data .info .block:nth-child(4) {
    padding-left: 45px;
}
.house-card .house-list .deal-data .info .block .num {
    display: flex;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    align-items: center;
    line-height: 24px;
}
.house-card .house-list .deal-data .info .block .num .n {
    font-family: Bebas-num;
    display: block;
    margin-top: -8px;
}
.house-card .house-list .deal-data .info .block .num.red {
    color: #FF3C00;
}
.house-card .house-list .deal-data .info .block .n {
    font-size: 24px;
    line-height: 24px;
}
.house-card .house-list .deal-data .info .block .block-desc {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    margin-top: 12px;
}
.new-house-list {
    height: 310px!important;
}
.new-house-list .house-new-item {
    width: 280px;
    height: 280px;
    margin-left: 30px;
    border-radius: 16px;
    overflow: hidden;
    transition: .2s;
    position: relative;
}
.new-house-list .house-new-item .pic {
    width: 280px;
    height: 280px;
    display: block;
}
.new-house-list .house-new-item .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 280px;
    height: 280px;
    background: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
}
.new-house-list .house-new-item .info .title {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
}
.new-house-list .house-new-item .info .new-price {
    display: flex;
    align-items: center;
    margin-top: 8px;
}
.new-house-list .house-new-item .info .new-price .font-babas-num {
    display: block;
    font-size: 16px;
}
.new-house-list .house-new-item .info .new-price .unit {
    font-size: 16px;
}
.new-house-list .direction-wrap {
    height: 280px!important;
}


.news-wrap {
    width: 1280px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.news-wrap .title {
    font-size: 40px;
    color: #222222;
    font-weight: bold;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 30px;
}
.news-wrap .title .more {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
    display: flex;
    align-items: center;
}
.news-wrap .title .more:after {
    content: '';
    display: block;
    width: 8px;
    height: 15px;
    background-image: url(../images/sprite.png);
    background-size: 563px;
    background-position: -248px -41px;
    margin-left: 8px;
}
.news-wrap .grey-block {
    width: 625px;
    height: 360px;
    background: #F8F8F8;
    border-radius: 24px;
}
.news-wrap.only_process .process .grey-block {
    width: auto!important;
    height: auto!important;
}
.news-wrap.only_news .knowledge {
    width: 100%!important;
}
.news-wrap.only_news .knowledge .grey-block {
    width: 100%!important;
}
.news-wrap .process .grey-block img {
    display: block;
    padding: 34px 26px 40px 24px;
}
.news-wrap .knowledge .grey-block {
    box-sizing: border-box;
    padding: 30px 30px 0 30px;
}
.news-wrap .knowledge .tab {
    display: flex;
    justify-content: space-between;
    padding: 4px;
    background: #FFFFFF;
    box-shadow: 0px 3px 9px 0px #F7F7F7;
    border-radius: 12px;
    box-sizing: border-box;
}
.news-wrap .knowledge .tab .item {
    height: 42px;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
    transition: .2s;
    border-radius: 8px;
}
.news-wrap .knowledge .tab .item.cur {
    background: #FFE999;
    color: #222222;
}
.news-wrap .knowledge .tab .item.cur:hover {
    background: #FFE999;
    color: #222222;
}
.news-wrap .knowledge .tab .item:hover {
    background: #F8F8F8;
}
.news-wrap .knowledge .list {
    display: none;
    margin-top: 30px;
}
.news-wrap .knowledge .list.show {
    display: block;
}
.news-wrap .knowledge .list .item {
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    line-height: 1.5;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 570px;
    padding-right: 50px;
    box-sizing: border-box;
}
.news-wrap.only_news .grey-block {
    height: auto!important;
    padding-bottom: 10px;
}
.news-wrap.only_news .grey-block .tab {
    width: 565px;
}
.news-wrap.only_news .knowledge .list {
    overflow: hidden;
}
.news-wrap.only_news .knowledge .list .item{
    width: 565px!important;
    float: left;
}
.news-wrap.only_news .knowledge .list .item:nth-child(5) {
    display: none;
}
.news-wrap.only_news .knowledge .list .item:nth-child(odd) {
    margin-right: 90px;
}
.news-wrap .knowledge .list .item:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D8D8D8;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.news-wrap .knowledge .list .item:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("../images/sprite.png");
    background-size: 563px;
    background-position: -313px -41px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.help-card {
    margin-top: 80px;
    position: relative;
    height: 180px;
    margin-bottom: 60px;
}
.help-card .card-title .name {
    color: #999;
    cursor: pointer;
}
.help-card .card-title .name.cur {
    color: #222;
}
.help-card .help-item {
    width: 360px;
    height: 120px;
    background: #F8F8F8;
    border-radius: 16px;
    padding: 10px;
    box-sizing: border-box;
    transition: .2s;
    margin-left: 30px;
    display: flex;
    align-items: center;
}
.help-card .help-item .pic{
    width: 100px;
    height: 100px;
    border-radius: 12px;
    margin-right: 16px;
}
.help-card .direction-wrap {
    height: 120px!important;
}
.help-card .info .title {
    font-size: 24px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 10px;
}
.help-card .info .desc {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}
.help-card .house-list {
    height: 140px!important;
    position: absolute;
    left: 0;
    top: 35px;
}

.footer {
    width: 1280px;
    margin: auto;
    display: flex;
}
.footer .path-btn {
    display: flex;
    margin-bottom: 30px;
}
.footer .path-btn .item {
    height: 40px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E7E7E7;
    padding: 0 34px;
    margin-right: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .title1 {
    display: flex;
    width: 1100px;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.footer .title1 .item {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-right: 30px;
    cursor: pointer;
}
.footer .title1 .item:first-child {
    color: #222;
}
.footer .title2-wrap {
    flex-wrap: wrap;
    display: none;
}
.footer .title2-wrap.title2-wrap1 {
    display: flex;
    flex-wrap: wrap;
}
.footer .title2-wrap a {
    margin-right: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 10px;
}
.footer .record-code {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}
.footer .record-code a {
    color: #999999;
}

.footer .right-code {
    display: flex;
    /*justify-content: center;*/
    align-items: end;
    flex-direction: column;
}



.nav-search {
    width: 409px;
    height: 54px;
    background: #F8F8F8;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    margin-left: 40px;
    position: relative;
}

.nav-search .search-inp {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    width: 411px;
    margin-left: 19px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    height: 54px;
    padding-right: 10px;
}

.nav-search .search-inp:focus {
    outline: none;
}
.nav-search .search-inp::-webkit-input-placeholder {  /* WebKit browsers*/
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}
.nav-search .search-inp:-moz-input-placeholder {   /* Mozilla Firefox 4 to 18*/
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}
.nav-search .search-inp::-moz-input-placeholder {  /* Mozilla Firefox 19+*/
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.nav-search .search-inp:-ms-input-placeholder { /* Internet Explorer 10+*/
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.nav-search .select-btn {
    width: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
}
.nav-search .select-btn:after {
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    background-image: url(../images/sprite.png);
    background-size: 563px;
    background-position: -139px -46px;
    margin-left: 13px;
}
.nav-search .select-btn:before {
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    opacity: 0.5;
    background: #CCCCCC;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.nav-search .select-btn .txt {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
}
.nav-search .home-search-btn {
    width: 56px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.nav-search .select-btn:hover .change-business {
    display: block!important;
}
.nav-search .select-btn .change-business {
    position: absolute;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(143,143,143,0.19);
    border-radius: 16px;
    top: 100%;
    z-index: 4;
}
.nav-search .select-btn .change-business .item {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    line-height: 16px;
}
.nav-search .select-btn .change-business .item.cur {
    color: #FF9433;
}
.nav-search .select-btn .change-business .item:hover {
    color: #FF9433;
}
.nav-search .select-btn .change-business .item:last-child {
    margin-bottom: 0;
}

/*.nav-search.show-record, .nav-search.show-history {*/
/*    border-bottom-left-radius: 0;*/
/*    border-bottom-right-radius: 0;*/
/*    border: 1px solid #E6E6E6;*/
/*    border-bottom: 1px solid #fff;*/
/*    box-sizing: border-box;*/
/*}*/
.nav-search .search-record, .nav-search .history-record {
    display: none;
    position: absolute;
    z-index: 2;
    width: 409px;
    left: -1px;
    top: 60px;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 0px rgba(143,143,143,0.19);
    border-radius: 16px;
}
.nav-search.show-record .search-record {
    display: block;
    max-height: 600px;
    overflow-Y: auto;
}
.nav-search.show-history .history-record {
    display: block;
}

.nav-search .search-record .search-item {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 16px;
}
.nav-search .search-record .search-item:hover {
    font-weight: 500;
}
.nav-search .search-record .search-item:hover .item-right {
    color: #222;
}
.nav-search .search-record .search-item:last-child {
    margin-bottom: 0;
}
.nav-search .search-record .search-item .item-left {
    display: flex;
}
.nav-search .search-record .search-item .item-left .tag{
    height: 24px;
    background: #F5F5F5;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
    margin-right: 10px;
    white-space: nowrap;
}
.nav-search .search-record .search-item .item-left .name {
    white-space: nowrap;
    font-size: 16px;
    color: #222;
    display: flex;
    align-items: center;
    width: 240px;
}
.nav-search .search-record .search-item .item-left .name .light {
    color: #FFC600;
}
.nav-search .search-record .search-item .item-left .name .sub-name {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nav-search .search-record .search-item .item-right {
    font-size: 16px;
    color: #999999;
    white-space: nowrap;
}

.nav-search .history-record .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-search .history-record .top .title {
    font-size: 14px;
    font-weight: 500;
    color: #222222;
}
.nav-search .history-record .top .clear {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
}
.nav-search .history-record .tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: -14px;
}
.nav-search .history-record .tags .item{
    height: 36px;
    background: #F5F5F5;
    border-radius: 12px;
    padding: 0 16px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    margin-right: 14px;
    cursor: pointer;
    margin-bottom: 14px;
}


.login-wrap {
    display: none;
}
.layer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9001;
}
.reg-wrap {
    width: 460px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    padding: 40px 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(143,143,143,0.07);
    border-radius: 16px;
    z-index: 9002;
}
.reg-wrap.login, .reg-wrap.reset, .reg-wrap.reg {
    display: none;
}
.reg-wrap .title {
    font-size: 28px;
    font-family: AlibabaPuHuiTi-bold;
    color: #222222;
    line-height: 28px;
    margin-bottom: 40px;
}
.reg-wrap .form-wrap {
    position: relative;
}
.reg-wrap .back-login {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #CCCCCC;
    margin-bottom: 10px;
    cursor: pointer;
}
.reg-wrap .action-tab {
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    margin-bottom: 4px;
}
.reg-wrap .action-tab .item {
    font-size: 18px;
    font-weight: 500;
    color: #999999;
    cursor: pointer;
    line-height: 18px;
    margin-right: 30px;
    padding-bottom: 7px;
    border-bottom: 2px solid #fff;
}
.reg-wrap .action-tab .item.cur {
    color: #222;
    border-bottom: 2px solid #222;
}
.reg-wrap .form-item {
    height: 52px;
    background: #F8F8F8;
    border-radius: 12px;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 12px;
    border: 1px solid #F8F8F8;
}
.reg-wrap .form-item input:focus {
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}
input[type='number'] {
    -moz-appearance: textfield;
}
.reg-wrap .form-item input::-webkit-input-placeholder {  /* WebKit browsers*/
    font-size: 16px;
    font-weight: 400;
    color: #CCCCCC;
}
.reg-wrap .form-item input:-moz-input-placeholder {   /* Mozilla Firefox 4 to 18*/
    font-size: 16px;
    font-weight: 400;
    color: #CCCCCC;
}
.reg-wrap .form-item input::-moz-input-placeholder {  /* Mozilla Firefox 19+*/
    font-size: 16px;
    font-weight: 400;
    color: #CCCCCC;
}
.reg-wrap .close {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 30px;
    top: 40px;
    background-position: -337px -42px;
    cursor: pointer;
}
.reg-wrap .form-item input:-ms-input-placeholder { /* Internet Explorer 10+*/
    font-size: 16px;
    font-weight: 400;
    color: #CCCCCC;
}
.reg-wrap .form-item input {
    background: none;
    border: none;
    width: 100%;
    height: 52px;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
}
.reg-wrap .code-form {
    display: flex;
}
.reg-wrap .code-form .code-btn {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    line-height: 52px;
    width: 80px;
    text-align: right;
}
.reg-wrap .code-form .code-btn:before {
    display: none!important;
}
.reg-wrap .home-login-btn {
    height: 52px;
    background: #FFC600;
    border-radius: 12px;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
    margin-top: 20px;
}
.reg-wrap .agreement {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-top: 12px;
    display: flex;
    align-items: center;
}
.reg-wrap .agreement a {
    color: #222;
}
.reg-wrap .is-agree {
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 6px;
    background-position: -396px -335px;
    cursor: pointer;
}
.reg-wrap .is-agree-o {
    background-position: -422px -334px;
}
.reg-wrap .form-item.error {
    border: 1px solid #E50707;
    position: relative;
}
.reg-wrap  .err-msg {
    font-size: 14px;
    font-weight: 400;
    color: #E50707;
    height: 14px;
    line-height: 14px;
    margin: 10px 0;
}
.reg-wrap .password-form {
    position: relative;
}
.reg-wrap .password-form .toggle-password {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;

}
.reg-wrap .password-form .icon-password {
    background-position: -360px -330px;
}

.reg-wrap .password-form .icon-text {
    background-position: -330px -331px;
}
.reg-wrap .code-login .password-form {
    display: none;
}
.reg-wrap .password-login .code-form {
    display: none;
}
.reg-wrap .password-login .reset-btn {
    display: block;
    position: absolute;
    right: 0;
    bottom: -28px;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    cursor: pointer;
}
.reg-wrap .code-login .reset-btn {
    display: none;
}

.logout-wrap {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(143,143,143,0.07);
    border-radius: 16px;
    z-index: 9002;
}
.logout-wrap .title {
    font-size: 28px;
    color: #222222;
    line-height: 28px;
}
.logout-wrap .desc {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-top: 17px;
    margin-bottom: 32px;
}
.logout-wrap .btn-wrap {
    display: flex;
    justify-content: space-between;
}
.logout-wrap .btn-wrap .btn {
    width: 140px;
    height: 52px;
    background: #F3F3F3;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    cursor: pointer;
}
.logout-wrap .btn-wrap .btn.confirm {
    background: #FFC600;
    margin-left: 20px;
}
.logout-wrap .close {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 24px;
    top: 24px;
    background-position: -337px -42px;
    cursor: pointer;
}
.footer-wrap {
    display: none;
    width: 100%;
    position: sticky;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 9001;
    height: 140px;
    box-shadow: 0px -4px 18px 0px rgba(97,97,97,0.12);
}
.footer-wrap .footer-center-wrap {
    width: 1280px;
    height: 140px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.footer-wrap .footer-left .pic1{
    display: block;
    width: 163px;
    height: 44px;
    margin-bottom: 5px;
}
.footer-wrap .footer-left .f-l-bottom img {
    display: block;
    width: 273px;
    height: 38px;
    margin-right: 18px;
}
.footer-wrap .footer-left .f-l-bottom {
    display: flex;
    align-items: end;
}
.footer-wrap .footer-left .f-l-bottom a {
    display: flex;
    font-size: 18px;
    color: #999999;
    align-items: center;
}
.footer-wrap .footer-left .f-l-bottom a:after {
    content: '';
    display: block;
    width: 9px;
    height: 15px;
    background-image: url("../images/sprite.png");
    background-size: 563px;
    background-position: -313px -40px;
    margin-left: 10px;
}
.footer-wrap .footer-right {
    display: flex;
    align-items: center;
}
.footer-wrap .footer-right .footer-right-item {
    display: flex;
    align-items: center;
    margin-right: 71px;
}
.footer-wrap .footer-right .footer-right-item img {
    display: block;
    margin-right: 12px;
}
.footer-wrap .footer-right .footer-right-item:nth-child(1) img {
    width: 100px;
    height: 100px;
}
.footer-wrap .footer-right .footer-right-item:nth-child(2) img {
    width: 80px;
    height: 80px;
}
.footer-wrap .footer-right .footer-right-item .info .title {
    font-size: 20px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 10px;
}
.footer-wrap .footer-right .footer-right-item .info .desc {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}
.footer-center-wrap .footer-close{
    width: 12px;
    height: 12px;
    background-position: -337px -41px;
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer;
}

.jump-item {
    cursor: pointer;
}


/*覆盖老组件*/
.side-bar {
    width: 50px!important;
    height: auto!important;
    background-image: none!important;
    right: 0!important;
}
.side-bar-list {
    padding: 6px 0;
    width: 50px!important;
    height: auto!important;
    left: 0!important;
    top: 50%!important;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px -1px 6px 0px rgba(97,97,97,0.12);
    border-radius: 12px 0px 0px 12px!important;
    border: 1px solid #EEEEEE;
}
.side-bar-list > li {
    width: 38px;
    height: auto!important;
    padding: 8px 0;
    border-radius: 8px;
    border: none!important;
    transition: .2s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.side-bar-list > li:hover {
    background: #f5f5f5!important;
}
.side-bar-list p {
    font-size: 12px!important;
    font-weight: 400!important;
    color: #666666!important;
}
.side-bar-list > li img {
    display: block;
    width: 20px;
    height: 20px;
}
.side-bar-list > li .app-code {
    left: -160px!important;
    top: -45px!important;
}
.side-bar-list > li .app-code img {
    width: 100%!important;
    height: 100%!important;
}

.follow-modal {
    top: 90px!important;
    left: -400px!important;
}
.feedback {
    left: -380px!important;
}
.service-modal {
    left: -380px!important;
}
