html,
body,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    color: #000;
    text-decoration: none;
    /* 针对a标签的cursor:pointer; 移除移动端点击高亮效果 */
    -webkit-tap-highlight-color: transparent;
}

/* a:hover ,
a:focus */
ul,
ol {
    list-style: none;
}

input,
textarea {
    box-sizing: border-box;
    border: 0;
    outline: none;
}

.container {
    width: 1400px;
    margin: 0 auto;
}

.auto_img {
    display: block;
    width: 100%;
}

/* 手机的导航栏 */
.move_nav {
    width: 100%;
    height: 2rem;
    position: relative;
}

.move_nav>.top_box_float {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #fff;
    border-bottom: 0.01rem solid #ededed;
    height: 2rem;
    position: fixed;
    top: 0;
    z-index: 100;
    padding: 0 .4rem;
    box-sizing: border-box;
}

.t_left_inifo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 4.388rem;
}

.t_left {
    width: .7rem;
}

.t_left_search {
    width: .67rem;
    margin-right: 1rem;
}

.t_content {
    color: #000;
    font-size: .68rem;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    line-height: .34rem;
    white-space: nowrap;
    align-items: center;
    display: flex;
    width: 100%;
}

.t_right {
    width: .6rem;
}

.t_right>img {
    width: 100%;
    height: 100%;
}

/* 手机二级导航栏 */
.index_select_bg {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
}

.index_select {
    background: #fff;
    border-radius: 0 0 .5rem .5rem;
    padding: .8rem .45rem;
    box-sizing: border-box;
    overflow: scroll;
    height: 50vh;
    margin-top: 2rem;
}

.is_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.is_top p {
    color: #d50110;
    font-size: .62rem;
    font-weight: 700;
    height: 0.59rem;
    line-height: .57rem;
}

.is_hot {
    margin-bottom: 1rem;
}

.is_hot:last-child {
    margin-bottom: 0;
}

.is_hot_title {
    color: #131313;
    font-size: .62rem;
    font-weight: 500;
    height: .6rem;
    line-height: .6rem;
    margin-bottom: .53rem;
}

.is_hot_body {
    display: grid;
    grid-template-columns: repeat(4, 3.46rem);
    justify-content: space-between;
    width: 100%;
}

.is_hot .is_hot_body .is_hot_body_p {
    background: #fff;
    border: 0.04rem solid #eaeaea;
    border-radius: .06rem;
    color: #101010;
    font-size: .5rem;
    height: 1.25rem;
    line-height: 1.2rem;
    text-align: center;
    width: 3.4rem;

}

.is_hot_body>a {
    margin-top: .4rem;
}

.is_hot_body>a:nth-child(-n+4) {
    margin-top: 0;
}

.header_left {
    height: 100%;
    width: 4.388rem;
    display: flex;
    align-items: center;
}

.header_center {
    color: #000;
    font-size: .68rem;
    font-weight: 700;
    height: 100%;
    line-height: .34rem;
    white-space: nowrap;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.the_bottom_box {
    align-items: center;
    background: #f3f3f3;
    display: flex;
    flex-direction: column;
    height: 2.23rem;
    justify-content: center;
    width: 100%;
}

.the_bottom_p_one {
    color: #4f4f4f;
    font-size: .47rem;
    font-weight: 400;
    height: 0.52rem;
    line-height: .52rem;
    text-align: center;
}

.the_bottom_p_one:last-child {
    margin-top: 0.08rem;
    text-align: center;
}

/* 电话号码悬浮 */
.contact_information_box {
    background: #454545;
    bottom: 0;
    display: flex;
    height: 2.3rem;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 11;
}

.contact_information {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    width: 93%;
}

.contact_information div:first-child {
    align-items: center;
    border: 0.01rem solid #f5f5f5;
    border-radius: 0.1rem;
    display: flex;
    height: 1.27rem;
    justify-content: center;
    width: 6.25rem;
    color: #fff;
    font-size: .55rem;
    font-weight: 500;
}

.contact_information div:last-child {
    align-items: center;
    background: linear-gradient(116deg, #e10019, #de6954);
    border-radius: 0.05rem;
    display: flex;
    height: 1.27rem;
    justify-content: center;
    width: 6.25rem;
    color: #fff;
    font-size: .55rem;
    font-weight: 500;
}

/* 手机预约 */
.design_sub {
    align-items: center;
    background: rgba(0, 0, 0, .6);
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
}

.design_sub_inside {
    background: #fff;
    border-radius: 0.59rem;
    /* height: 14.81rem; */
    padding: 0.8rem 0.72rem;
    position: relative;
    width: 12.42rem;
}

.design_si_close {
    align-items: center;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    height: 0.82rem;
    justify-content: center;
    margin-right: 0.8rem;
    position: absolute;
    right: 0;
    width: 0.82rem;
}

.design_si_close>p {
    font-size: .8rem;
    height: 0.44rem;
    line-height: .3rem;
}

.design_si_top {
    display: flex;
    height: 5.45rem;
    margin-top: 0.8rem;
    width: 100%;
}

.design_si_top_left {
    height: 100%;
    width: 4.9rem;
}

.design_si_top_left>img {
    border-radius: 0.39rem;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    width: 100%;
}

.design_si_top_right {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin-left: 0.72rem;
}

.design_si_top_right>p {
    font-size: .47rem;
    height: 0.5rem;
    line-height: .5rem;
    margin-bottom: 0.4rem;
}

.design_si_top_right>p:first-child {
    font-size: .84rem;
    height: 0.88rem;
    line-height: .88rem;
    margin-bottom: 0.47rem;
}

.design_si_input_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0.59rem;
    width: 100%;
}

.design_sib_name {
    background: #f8f8f8;
    border-radius: 0.1rem;
    display: flex;
    height: 1.45rem;
    margin-bottom: .8rem;
    width: 10.94rem;
}
.design_si_input_box>.design_sib_name:last-child{
    margin-bottom: 0;
}
.design_sib_name>p {
    flex-shrink: 0;
    font-size: .6rem;
    height: 1.45rem;
    line-height: 1.45rem;
    margin-left: 0.63rem;
    margin-right: 0.33rem;
}

.design_sib_name_input {
    background: #f8f8f8;
    border: 0 transparent;
    font-size: .55rem;
    height: 100%;
    width: 100%;
}

.design_button {
    align-items: center;
    background: linear-gradient(90deg, #e2001a, #de6955);
    border-radius: 0.1rem;
    display: flex;
    height: 1.52rem;
    justify-content: center;
    margin-top: 1.04rem;
    width: 100%;
}

.design_button>p {
    color: #fff;
    font-size: .6rem;
    font-weight: 400;
    height: 0.66rem;
    line-height: .66rem;
}

/* 案例信息 */
.case_body_box {
    display: flex;
    justify-content: center;
    width: 100%;
    background: #f7f7f7;
}

.case_body_box .case_body {
    background: #fff;
    border-radius: 0.1rem;
    margin-bottom: 0.62rem;
    overflow: hidden;
    width: 95%;
}

.case_body_content {
    padding: 0.6rem 0.32rem;
    box-sizing: border-box;
}

.case_body_box .case_body .case_body_content p:first-child {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    display: -webkit-box;
    font-size: .54rem;
    font-weight: 700;
    height: 0.62rem;
    line-height: .62rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case_body_content_bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
}

.case_body_box .case_body .case_body_content .case_body_content_bottom div:first-child {
    color: #555;
    font-size: .5rem;
    font-weight: 400;
}

.case_body_box .case_body .case_body_content .case_body_content_bottom div:nth-child(2) {
    color: #454545;
    display: flex;
    font-size: .4rem;
    font-weight: 400;
    margin-top: -0.02rem;
    display: flex;
    align-items: center;
}

.case_body_box .case_body .case_body_content .case_body_content_bottom div:nth-child(2) img {
    height: 0.31rem;
    margin-right: 0.13rem;
    margin-top: 0.1rem;
    width: 0.49rem;
}

.case_body_box .case_body .case_body_content .case_body_content_bottom div:nth-child(2) p {
    font-size: .51rem;
}
.case_body_img{
    height: 7.65rem;
    width: 100%;
}
.case_body_img>img{
    width: 100%;
    height: 100%;
}
/* 预约参观工地 */

.sub_title {
    color: #191919;
    font-size: 1rem;
    font-weight: 700;
    height: 1.06rem;
    line-height: 1.06rem;
    margin-top: 1.36rem;
    text-align: center;
    width: 100%;
}

.sub_content {
    color: #c3c3c3;
    font-size: .51rem;
    font-weight: 400;
    margin-top: 0.2rem;
    text-align: center;
    padding-bottom: .44rem;
    box-sizing: border-box;
}

.case_and_villas_title {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.case_and_villas_title>span {
    display: block;
    font-size: .55rem;
    font-weight: 400;
    margin-bottom: 0.15rem;
    width: 95%;
}

/* 参与楼盘 */
.villas_body {
    background: #f5f5f5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.villas_body_item {
    border-radius: 0.1rem;
    margin-bottom: 0.63rem;
    overflow: hidden;
    width: 93%;
}

.vbi_img_box {
    height: 7.65rem;
    position: relative;
    width: 100%;
}

.vbi_img_box>img {
    width: 100%;
    height: 100%;
}

.vbi_img_float_content {
    align-items: center;
    background: #f9f9f9;
    border-radius: 0.4rem;
    display: flex;
    left: 0;
    margin-left: 0.27rem;
    margin-top: 0.31rem;
    opacity: .95;
    padding: 0.3rem;
    position: absolute;
    top: 0;
}

.vbi_img_float_content>p {
    color: #9b8a75;
    font-size: .5rem;
    font-weight: 400;
    line-height: .19rem;
}

.vbi_content {
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    height: 1.8rem;
    justify-content: space-between;
    padding: 0 0.31rem;
    width: 100%;
}

.vbi_content_left {
    align-items: flex-end;
    display: flex;
}

.vbi_content_left>p:first-child {
    color: #333;
    font-size: .6rem;
    font-weight: 700;
    line-height: .26rem;
}

.vbi_content_left>p:nth-child(2) {
    color: #555;
    font-size: .5rem;
    font-weight: 400;
    line-height: .21rem;
    margin-left: 0.37rem;
}

.vbi_content_right {
    align-items: center;
    background: linear-gradient(116deg, #e10019, #de6954);
    border-radius: 0.6rem;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: .55rem;
    font-weight: 500;
    height: 1.1rem;
    justify-content: center;
    width: 3.2rem;
}

/* 房屋类型 */
.pff_body_radio_box {
    display: flex;
    margin-top: 1rem;
    padding: 0 0.28rem;
    width: 100%;
    box-sizing: border-box;
}

.pff_body_radio_title {
    color: #2a2a2a;
    font-size: .59rem;
    font-weight: 400;
    line-height: .59rem;
    white-space: nowrap;
}

.pff_body_radio {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0.51rem;
    width: 100%;
}

.pff_body_radio_item {
    display: flex;
    align-items: center;
    font-size: .55rem;
    font-weight: 400;
    line-height: .55rem;
    margin-bottom: 0.47rem;
    position: relative;
    width: 50%;
}
.radio_type {
    width: .52rem;
    height: .52rem;
    appearance: none;
    position: relative;
    outline: none;
    margin-right: 0.15rem;
    margin-top: -5px;

}

.radio_type:before {
    content: "";
    width: .44rem;
    height: .44rem;
    border: 1px solid #e2001a;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.radio_type:checked:before {
    content: "";
    width: .44rem;
    height: .44rem;
    border: 1px solid #e2001a;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.radio_type:checked:after {
    content: "";
    width: .28rem;
    height: .28rem;
    text-align: center;
    background: #e2001a;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: .2rem;
    left: .12rem;
}

.radio_type:checked+label {
    color: #edd19d;
}

/* 字体大小适配 */
@media (min-width: 320px) and (max-width: 359px) {
    html {
        font-size: 21.333333333333332px;
        font-family: "微软雅黑";
    }
}

@media (min-width: 360px) and (max-width: 374px) {
    html {
        font-size: 24px;
        font-family: "微软雅黑";
    }
}

@media (min-width: 375px) and (max-width: 383px) {
    html {
        font-size: 25px;
        font-family: "微软雅黑";
    }
}

@media (min-width: 384px) and (max-width: 414px) {
    html {
        font-size: 25.6px;
        font-family: "微软雅黑";
    }
}

@media (min-width: 415px) and (max-width: 749px) {
    html {
        font-size: 27.2px;
        font-family: "微软雅黑";
    }
}

@media (min-width: 750px) and (max-width: 1024px) {
    html {
        font-size: 50px;
        font-family: "微软雅黑";
    }
}