.flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flex-y-center {
    justify-content: center;
}

.flex-y-betwee {
    justify-content: space-between;
}

html,
body,
.wraper {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #222;
    font-size: 14px;
    overflow-x: hidden;
}

.header-nav {
    width: 100%;
    /* position: fixed;
    z-index: 9999;
    left: 0;
    top: 0; */
    background-color: #6B50F4;
}

.fdsq-logo {
    width: 82px;
    height: 82px;
    padding-top: 114px;
    margin-right: 10px;

}

.pc-width {
    /* width: 80%; */
    height: 100%;
    margin: 0 auto;
}

.logo-img {
    width: 180px;
    height: auto;
}

.header-ul li {
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 60px;
}

.header-ul li:hover .line {
    opacity: 1;
}

.line {
    opacity: 0;
    position: absolute;
    left: 6px;
    bottom: 10px;
    width: 45px;
    height: 3px;
    background-color: #fff;
    border-radius: 50px;
}

.header-ul li:last-child {
    margin-left: 50px;
}
.header-ul li:nth-child(1){
    margin-right: 50px;
}

.header-ul li a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;

}

.active-li::after {
    content: '';
    position: absolute;
    left: 6px;
    bottom: 10px;
    width: 45px;
    height: 3px;
    background-color: #fff;
    border-radius: 50px;
}

/* pc */
/* 第一屏 */
.first-view {
    width: 100%;
    height: 600px;
    background-image: url(../images/pc-bg-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.first-view-img {
    display: block;
    width: 100%;
    height: 100%;
}

.first-view-text {
    padding-top: 14%;
    padding-left: 0%;
    width: 300px;
}

.title-img {
    display: inline-block;
    width: 100%;
}

.phone-img {
    display: inline-block;
    position: absolute;
    top: 25%;
    right: 10%;
    width: 458px;
    height: auto;
}

.title-tips {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
    color: #fff;
}

.wx-min-wraper {
    width: 120px;
    height: 120px;
    /* border: 10px solid rgba(255, 255, 255, 0.2); */
    margin: 30px auto;
    /* border-radius: 50%; */
    /* overflow: hidden; */
}

.wx-min-wraper img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.title-btn {
    width: 80%;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    border: 1px solid #fff;
    color: #fff;
}

.header-b-tips {
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.scan-area {
    position: fixed;
    top: 33.3%;
    right: 50px;
    width: 60px;
    border-radius: 50px;
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #E9E9E9;
    z-index: 99999;
}

.scan-area ul {
    width: 100%;
}

.scan-area ul li {
    position: relative;
    text-align: center;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scan-area ul li a {
    color: #808080;
    font-size: 12px;
}

.scan-area ul li a img {
    display: block;
    width: 25px;
    margin: 0 auto 5px;
}

.border-li {
    display: block;
    width: 20px;
    height: 1px;
    background-color: #DFDFDF;
    margin: 0 auto;
}

.scan-hover {
    position: absolute;
    left: -128px;
    top: -21px;
    width: 120px;
    display: none;
}

.scan-hover img {
    display: block;
    width: 100%;
}

.scan-area ul li:hover .scan-hover {
    display: block;
}

.second-view,
.third-view {
    width: 100%;
    height: 400px;
}

.second-view {
    background-color: #fff;
    color: #373485;
}

.second-img,
.third-img,
.four-img,
.five-img,
.six-img {
    display: block;
    height: 300px;
}

.second-left,
.third-left,
.four-left,
.five-left,
.six-left {
    position: relative;
}

.second-left img,
.third-left img,
.four-left img,
.five-left img,
.six-left img {
    display: block;
    height: 40px;
    margin-bottom: 40px;
}

.s-left-text {
    position: absolute;
    left: 9%;
    top: 3%;
}

.s-left-text p {
    margin-bottom: 2px;
}

.title-text {
    font-size: 25px;
}

.middle-text {
    font-size: 16px;
    /* margin-bottom: 15px; */
    line-height: 30px;
}

.third-view,
.four-view,
.five-view,
.six-view {
    height: 400px;
    background-image: url(../images/pc-bg-2.png);
    background-size: 100% 100%;
    color: #5E453E;
}

.third-left .s-left-text,
.four-left .s-left-text,
.five-left .s-left-text,
.six-left .s-left-text {
    top: 0;
}

.second-left .s-left-text {
    left: 8%;
}

.view-width {
    width: 55%;
    height: 100%;
    margin: 0 auto;
    position: relative;

}

/* 提示屏 */
.tips-view {
    width: 100%;
    height: 200px;
    background-image: url(../images/tips-bg-pc.png);
    background-size: 100% 100%;
}

.tips-view img {
    display: block;
    width: 250px;
}

/* 第三 */
.four-view,
.five-view,
.six-view {
    background-image: url(../images/pc-bg-3.png);
    color: #fff;
}

/* 第四 */
.five-view {
    background-image: url(../images/pc-bg-4.png);
}

.five-left .s-left-text {
    /* left: 12%; */
}

/* 第五 */
.six-view {
    background-image: url(../images/pc-bg-5.png);
}

/* 底部 */
.footer-wraper {
    background-color: #282828;
    color: #fff;
    font-size: 12px;
}

.footer-wraper .wx-min-wraper {
    display: inline-block;
    margin: 0;
    width: 110px;
    height: 110px;
    /* border-radius: 50%; */
    border: 4px solid rgba(255, 255, 255, 0.2);
}

.footer-wraper .footer-btn {
    display: inline-block;
    margin-left: 20px;
}

.footer-area-up {
    display: flex;
    align-items: center;
    height: 160px;
}

.footer-wraper .title-btn {
    width: 200px;
    line-height: 26px;
    color: #ADADAD;
}

.footer-wraper .header-b-tips {
    color: #797979;
}

.log-border {
    border-bottom: 1px solid #5D5D5D;
}
.footer-wraper a {
    color: #5D5D5D !important;
}

.footer-area-down {
    color: #5D5D5D;
    padding: 20px 0 60px;
}

.footer-area-down ul li {
    display: inline-block;
}
.footer-area-down ul li a{
    color: inherit;
}

.li-margin {
    margin: 0 30px;
}

/* 手机尺寸 */
.menu-wraper {
    display: none;
    line-height: 60px;
    height: 60px;
}

.menu-btn {
    width: 35px;
}

.menu-li {
    display: none;
}

.menu-li li,
.menu-li li a {
    display: block;
    line-height: 40px;
    width: 100%;
    background-color: inherit;
}
a:active, a:visited, a:focus, a:link{
    background-color: inherit;

}
.menu-li li a {
    color: #fff;
    font-size: 16px;
}

/* 客服 */
.fix-kefu {
    position: fixed;
    z-index: 999;
    bottom: 100px;
    right: 0;
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
.fix-kefu1 {/* 千村租房客服 */
    position: fixed;
    z-index: 999;
    bottom: 100px;
    right: 0;
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

.fix-kefu img {
    display: block;
    width: 40px;
    margin: 10px auto 0;
}
.fix-kefu1 img {
    display: block;
    width: 40px;
    margin: 10px auto 0;
}

.fix-kefu p {
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 12px;
}
.fix-kefu1 p {
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 12px;
}

.fix-kefu-alert {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.8);
}

.kefu-alert-con {
    position: absolute;
    width: 80%;
    text-align: center;
    border-radius: 21px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.kefu-alert-inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1.35869565rem;
    position: relative;
    background: #fff;
    border-radius: 1.1888587rem;
}

.close-alert {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 40px;
}

.alert-check-img {
    display: block;
    width: 40px;
    margin: 10px auto;
}

.add-gif {
    display: block;
    width: 100%;

}

.kefu-alert-inner p {
    margin-bottom: 10px;
    font-size: 16px;
}

.kefu-alert-inner .alert-title {
    font-weight: bold;
    font-size: 20px;
}

.alert-btn {
    color: #fff;
    background-color: #6B50F4;
    font-size: 16px;
    border-radius: 0.50951087rem;
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 20px;
    cursor: pointer;
}

#copy-kefu {
    position: fixed;
    left: -100000%;
    top: -1000000%;
    width: 0;
    height: 0;
    z-index: -1;
}

.wx-mini-g {
    position: fixed;
    bottom: 40px;
    right: 0;
    z-index: 999;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 5px 10px;
    font-size: 12px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);

}

.wx-mini-g img {
    display: inline-block;
    width: 26px;
    position: relative;
    top: 2px;
}

.wx-mini-g span {
    position: relative;
    top: -6px;
    font-size: 14px;
    color: #6B50F4;
}



.wx-mini-g1 {
    position: fixed;
    bottom: 40px;
    right: 0;
    z-index: 999;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 5px 10px;
    font-size: 12px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);

}

.wx-mini-g1 img {
    display: inline-block;
    width: 26px;
    position: relative;
    top: 2px;
}

.wx-mini-g1 span {
    position: relative;
    top: -6px;
    font-size: 14px;
    color: #6B50F4;
}

.first-inner {
    display: flex;
}

.tips-view .tips-view-img,
.mb,
.first-view-mb,
.fix-kefu {
    display: none;
}.fix-kefu1 {
    display: none;
}