html, body, p {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-size: 100%;
}
body {
    min-width: 1200px;
}
.header {
    width: 1200px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}
.header .homieLogo {
    width: 242px;
    height: auto;
}

.header .homieSlogon {
    width: 256px;
    height: auto;
}
.bannerImg img {
    width: 100%;
    height: auto;
}
.content {
    width: 1200px;
    margin: auto;
    padding: 16px 0 30px;
}
.content img {
    width: 590px;
}
.homieDesNew {
    width: 1200px;
    margin: auto;
    padding: 80px 0 70px;
    text-align: center;
}
.homieDesNew .homieDesText {
        margin-bottom: 60px;
}
.homieDesNew .homieDesImage {
    width: 100%;
}
.addItem .addBg {
    position: absolute;
    z-index: -1;
    width: 100%;
}
.addContent {
    text-align: center;
    padding: 84px 0;
}
.addContent .addTitle {
    width: 839px;
    margin-bottom: 68px;
}
.addContent .addLayer {
    position: relative;
    width: 1200px;
    margin: auto;
    margin-bottom: 55px;
}
.addLayer .addLayerText {
    width: 100%;
}
.addLayer .addLayerBtn {
    position: absolute;
    right: 40px;
    bottom: 30px;
    cursor: pointer;
}
.addContent .addForm {
    position: relative;
    width: 1200px;
    margin: auto;
}
.addForm .addFormBg {
    width: 100%;
}
.addForm .formZone {
    position: absolute;
    right: 0;
    bottom: 30px;
}
.formZone .formItem {
    width: 850px;
}
.formItem input {
    width: 393px;
    height: 73px;
    font-size: 28px;
    color: #333;
    background-color: #F3F3F3;
    border: 0;
    margin-bottom: 16px;
    margin-right: 24px;
    text-indent: 24px;
}
.formZone .getAddPrice {
    width: 390px;
    margin-top: 20px;
    cursor: pointer;
}
.pinjieZone {
    padding: 88px 0;
    text-align: center;
}
.pinjieZone img {
    width: 1200px;
}
.durLong{
    background: url(https://file-oss.aikucun.com/content-material-center/ed84b50d597567caddf009feb458d06387547d49_1726998487944_35.png?x-oss-process=image/quality,q_80) 100% 100%;

}
.durLong .durLongImg {
    position: absolute;
    z-index: -1;
}
.durLong .durContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 75px 0 98px;
}
.durContent .durTime {
    width: 632px;
    margin-bottom: 78px;
}
.durContent .durLine {
    width: 1178px;
}
.promiseZone {
    width: 1200px;
    margin: auto;
    padding: 65px 0 80px;
    text-align: center;
}
.promiseZone .fourPromise {
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
}
.promiseZone .fourPromise img {
    width: 284px;
}
.promiseZone .signOnLine {
    width: 640px;
}
.promiseZone .signFormZone {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
}
.signFormZone .formRight {
    position: relative;
}
.signFormZone .formRight .signFormInput {
    position: absolute;
    bottom: 30px;
    right: 0;
}
.signFormInput input {
    width: 392px;
    height: 65px;
    border: 0;
    font-size: 28px;
    background-color: #fff;
    margin-bottom: 16px;
    color: #333;
    text-indent: 24px;
}
.signFormInput .signFormBtn {
    width: 390px;
    cursor: pointer;
    margin-top: 25px;
}
.footer{
    background: url(https://file-oss.aikucun.com/content-material-center/ff56aded93cfc46ae857302cc0ac07306ee19a42_1726998559256_18.png?x-oss-process=image/quality,q_80) 100% 100% ;
}
.footer .footerContent {
    padding-top: 70px;
}
.footer .joinBg {
    position: absolute;
    z-index: -1;
}
.footer .joinTitle {
    display: block;
    margin: auto;
    width: 470px;
    margin-bottom: 73px;
}
.footer .joinUnitList {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.allTogether,
.durLongImg,
.joinBg {
    width: 100%;
}
.joinBg {
    height: 100%;
}

.toastElement,
.toastElementForm {
    position: fixed;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);

    display: flex;
    width: 160px;
    padding: 14px 26px 14px 13px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #ebeef5;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .6);
    transition: opacity .3s, transform .3s, left .3s, right .3s, top .4s, bottom .3s;
    overflow: hidden;
    font-weight: bold;
    display: flex;
    align-items: center;
    opacity: 0;
}
.toastElementForm {
    width: 200px;
}
.toastElement svg,
.toastElementForm svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.copyRight {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #333;
    cursor: pointer;
}
.copyRight a  {
    color: #fff;
    text-decoration: none;
}
