@charset "UTF-8";
/*统一的样式*/
/* reset */
* { margin: 0; padding: 0; list-style: none; box-sizing: border-box; font-family: "微软雅黑"; line-height: 1.5em;
}
img { border: none; max-width: 100%; }

table { border-collapse: collapse; }

button, input, select, textarea { font-size: 100%; }

input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }

address, cite, dfn, em, var { font-style: normal; }

/* 将斜体扶正 */
a { text-decoration: none; color: inherit; transition: 0s; }

/*清除超链接的下划线*/
a:hover { text-decoration: none; }

body { font-size: 14px; line-height: 200%; letter-spacing: 1px; position: relative; font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体" !important; min-width: 320px;}
@media (min-width: 320px){html{font-size: 42.7px;}}
@media (min-width: 360px){html{font-size: 48px;}}
@media (min-width: 375px){html{font-size: 50px;}}
@media (min-width: 384px){html{font-size: 51.1px;}}
@media (min-width: 412px){html{font-size: 54.8px;}}
@media (min-width: 414px){html{font-size: 55px;}}
@media (min-width: 448px){html{font-size: 59.6px;}}
@media (min-width: 480px){html{font-size: 63.8px;}}
@media (min-width: 512px){html{font-size: 68px;}}
@media (min-width: 544px){html{font-size: 72.4px;}}
@media (min-width: 576px){html{font-size: 76.6px;}}
@media (min-width: 608px){html{font-size: 80.9px;}}
@media (min-width: 640px){html{font-size: 85.1px;}}
@media (min-width: 750px){html{font-size: 100px;}}
@media (min-width: 800px){html{font-size: 106.5px;}}
@media (min-width: 1024px){html{font-size: 136.5px;}}
/*===============================首页========================================*/
.index_m_box{
    width: 100%;
    /*height: 10000px;*/
    display: flex;
    flex-direction: column;
    padding-bottom: 70px;
}
.index_m_shuff{
    width: 100%;
    height: 4rem;
    position: relative;
}
.index_m_shuff>.swiper-wrapper>.swiper-slide>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_m_search{
    width: 100%;
    height: 0.5rem;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 100;
    margin-top: 0.8rem;
}
.m_search_box>input{
    width: 100%;
    height: 0.5rem;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid dodgerblue;
    padding-left: 0.7rem;
}
.icon_search_img{
    position: absolute;
    left: 0.15rem;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon_search_img>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m_search_box{
    width: 75%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.search_height{
    width: 1px;
    height: 15px;
    background: rgb(139,139,139);
    position: absolute;
    left: 30px;
}
.m_search_box>a{
    position: absolute;
    right: -32px;
    font-size: 12px;
}
.index_m_switch{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.switch_one{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 20px;
}
.switch_one_box{
    width: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.switch_one_box>p{
    font-size: 14px;
    margin-top: 5px;
}
.switch_around{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.index_m_title{
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.index_m_title1{
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.index_m_title1>span{
    font-size: 12px;
    margin: 0 10px;
}
.index_m_title>span{
    font-size: 12px;
    margin: 0 10px;
    color: red;
}
.index_m_width{
    width: 20%;
    height: 1px;
    background: red;
}
.index_m_width1{
    width: 10%;
    height: 1px;
    background: black;
}
.index_m_designer{
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
}
.designer_m_con{
    width: 24%;
    height: 2.15rem;
    margin-right: 1%;
    background-image: url("../image/des_img.png");
    background-size: 100% 100%;
    object-fit: cover;
    position: relative;
}
.m_con_text{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 8px;
    color: white;
    display: none;
}
.m_con_text>p:nth-of-type(1){
    text-align: center;
}
.m_con_text>p{
    margin-top: 5px;
}
.store_detail_con{
    width: 100%;
    height: 0.9rem;
    display: flex;
    flex-direction: row;
    padding: 0 5px;
    font-size: 12px;
    align-items: center;
}
.store_detail_con>img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.store_detail_text{
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 5px black;
    position: relative;
}
.store_detail_con1{
    display: flex;
    flex-direction: column;
}
.store_con1_con2{
    display: flex;
    font-size: 8px;
}
.store_con1_con2>span{
    margin-left: 5px;
}
.index_m_menu{
    width: 100%;
    height: 70px;
    background: rgb(239,239,239);
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.m_menu_con{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: red;
    font-size: 12px;
}
/*======================店铺主页===============================*/
.store_index_box{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.store_index_header{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}
.store_header_one{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin-top: 15px;
}
.store_header_one>span{
    font-size: 14px;
}
.three_point_btn{
    width: 50px;
    height: 15px;
    border: 1px solid black;
    border-radius: 10px;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.small_point{
    width: 6px;
    height: 6px;
    background: black;
    border-radius: 50%;
}
.store_header_two{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}
.store_header_star{
    width: 150px;
    height: 20px;
    background: rgb(204,204,204);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    color: red;
    font-size: 12px;
    align-items: center;
}
.store_header_star>span{
    margin-left: 10px;
}
.star_length{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 10px;
}
.icon-xingxing{
    color: rgb(163,163,163);
}
.store_header_focus{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 20px;
    border: 1px solid red;
    border-radius: 5px;
    font-size: 12px;
    color: red;
    margin-left: 10px;
}
.store_header_three{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 14px;
}
.store_header_three>span{
    margin-right: 35px;
}
.store_index_banner{
    width: 100%;
    height: 200px;
}
.store_banner_shuff{
    width: 100%;
    height: 200px;
}
.store_index_con{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.store_con_title{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.title_small_box{
    width: 10px;
    height: 15px;
    background: red;
}
.store_con_title>span{
    font-size: 14px;
    margin-left: 10px;
}
.store_con_box{
    width: 100%;
    padding: 0 10px;
}
.store_con_text{
    width: 100%;
    height: 110px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 0.1px solid rgb(139,139,139);
    box-sizing: border-box;
    position: relative;
    margin-top: 15px;
}
.store_con_text>img{
    width: 33%;
    height: 110px;
}
.store_con_name{
    display: flex;
    flex-direction: column;
    margin-left: 5px;
    font-size: 12px;
}
.store_con_name>span:nth-of-type(2){
    margin: 20px 0;
}
.store_book_btn{
    width: 20%;
    height: 30px;
    background: red;
    position: absolute;
    right: 10px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 5px;
}
.upload_more_btn{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: rgb(139,139,139);
}
.store_index_con1{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.store_con1_box{
    width: 100%;
}
.store_con1_box>ul{
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}
.store_con1_box>ul>li{
    width: 48%;
    margin-bottom: 10px;
}
.store_con1_con{
    width: 100%;
    padding-bottom: 10%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 5px black;
    position: relative;
}
.store_con1_con>img{
    width: 100%;
    height: 100%;
}
.store_con1_text{
    display: flex;
    flex-direction: column;
    padding: 0 5px;
    font-size: 12px;
    position: relative;
}
.store_style{
    display: flex;
    align-items: center;
}
.store_money{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.store_money>span:nth-of-type(1){
    font-size: 12px;
    color: orange;
}
.store_money>span:nth-of-type(2){
    font-size: 8px;
    margin-left: 5px;
    color: rgb(139,139,139);
}
.three_point_box{
    width: 10px;
    height: 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-left: 5px;
}
.little_point{
    width: 2px;
    height: 2px;
    background: rgb(139,139,139);
    border-radius: 50%;
}
.shop_car_box{
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
}
.shop_car_box>img{
    width: 20px;
    height: 20px;
}
.three_menu_btn{
    position: absolute;
    width: 80px;
    /*height: 100px;*/
    top: 20px;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    display: none;
}
.menu_btn_one{
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    color: white;
    align-items: center;
    border-bottom: 0.1px solid white;
}
.menu_btn_one>img{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.menu_btn_one>span{
    width: 100%;
    font-size: 12px;
    margin-left: 5px;
}
.store_con1_bg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.store_con1_round{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
    background: orange;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin-top: 10px;
}
.store_con1_round1{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
    background: green;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin-top: 10px;
}

/*=====================设计师主页==============================*/
.designer_index_box{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.designer_index_header{
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    background-image: url("../images/des_img.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    justify-content: flex-end;
}
.des_header_portrait>img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.des_header_address>span{
    font-size: 14px;
}
.des_header_data{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 10px;
}
.header_data_one{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.header_data_one>span{
    font-size: 14px;
}
.header_data_one>span:nth-of-type(2){
    font-size: 10px;
    color: rgb(139,139,139);
}
.des_header_portrait{
    margin: 0 auto;
    margin-top: 40px;
}
.des_header_address{
    margin: 0 auto;
    margin-top: 10px;
    font-size: 16px;
}
.designer_index_con{
    display: flex;
    flex-direction: column;
}
.designer_index_tab{
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.designer_index_tab>span:nth-of-type(1){
    margin-right: 20px;
}
.designer_index_tab>span{
    width: 40px;
    text-align: center;
}
.designer_index_text{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.designer_index_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    /*display: none;*/
}
.designer_index_bg>p{
    padding: 0 15px;
    color: white;
    margin-top: 40px;
}
.designer_border_bottom{
    border-bottom: 1px solid red;
}

/*==========================装修设计===============================*/
.decorate_design_box{
    width: 100%;
    /*height: 10000px;*/
    display: flex;
    flex-direction: column;

}
.decorate_design_header{
    width: 100%;
    height: 2.1rem;
    background: rgb(217,37,75);
    display: flex;
    flex-direction: column;
}
.decorate_design_search{
    width: 100%;
    height: 0.6rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0.9rem;
    margin-left: 0.9rem;
}
.design_search_box{
    width: 5rem;
    height: 0.6rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}
.design_search_box>input{
    width: 5rem;
    height: 0.6rem;
    border-radius: 15px;
    border: none;
    padding-left: 1.4rem;
}
.design_search_logo{
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0.2rem;
}
.design_search_width{
    width: 1px;
    height: 75%;
    background: rgb(139,139,139);
    position: absolute;
    left: 0.7rem;
}
.search_img{
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0.9rem;
}
.screening_box{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    margin-left: 0.3rem;
}
.screening_box>img{
    width: 15px;
    height: 15px;
}
.decorate_design_tab{
    width: 100%;
    height: 0.6rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    font-size: 12px;
}
.switch_mode_btn{
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
}
.decorate_mode_one>.store_index_con1{
    margin-top: 0!important;
}
.decorate_design_con{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.decorate_design_text{
    width: 100%;
    height: 3rem;
    padding: 0 0.3rem;
    display: flex;
    flex-direction: row;
    margin-top: 0.3rem;
}
.decorate_text_left{
    width: 3.45rem;
    height: 3rem;
    position: relative;
}
.decorate_text_left>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.design_left_bg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.design_left_around{
    width: 1.2rem;
    height: 1.2rem;
    background: rgb(255,106,24);
    border-radius: 50%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.15rem;
    color: white;
}
.design_left_around1{
    width: 1.2rem;
    height: 1.2rem;
    background: rgb(0,142,94);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.15rem;
    color: white;
}
.decorate_text_right{
    width: 3.55rem;
    height: 3rem;
    display: flex;
    flex-direction: column;
    margin-left: 0.2rem;
    justify-content: center;
    position: relative;
}
.decorate_text_right>p:nth-of-type(1){
    font-size: 12px;
}
.decorate_text_price{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-top: 0.1rem;
}
.decorate_text_price>span:nth-of-type(1){
    font-size: 12px;
    color: rgb(255,160,107);
}
.decorate_text_price>span:nth-of-type(2){
    font-size: 8px;
    margin-left: 0.25rem;
}
.design_round{
    width: 4px;
    height: 4px;
    background: red;
    border-radius: 50%;
    margin-right: 2px;
}
.decorate_text_price>span:nth-of-type(3){
    margin-left: 0.2rem;
}
.decorate_text_right>span:nth-of-type(1){
    margin-top: 0.4rem;
    font-size: 12px;
}
.decorate_text_right>span:nth-of-type(2){
    margin-top: 0.1rem;
    font-size: 12px;
}
.decorate_car_btn{
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0.7rem;
    right: 0.1rem;
}
.decorate_bg_box{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding-bottom: -70px;
}
.decorate_design_bg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 100;
}
.decorate_white_bg{
    width: 90%;
    height: 100%;
    background: white;
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    font-family: "微软雅黑", Arial, "Helvetica Neue", Helvetica, sans-serif;
    z-index: 1000;
}
.decorate_white_bg>p{
    margin-left: 10px;
    margin-top: 10px;
}
.decorate_bg_one{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-top: 5px;
}
.decorate_bg_one>li{
    width: 1.5rem;
    height: 0.8rem;
    background: rgb(229,229,229);
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
}
.decorate_bg_two{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-top: 5px;
}
.decorate_bg_two>li{
    width: 2rem;
    height: 0.8rem;
    background: rgb(229,229,229);
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
}
.decorate_bg_three{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-top: 5px;
}
.decorate_bg_three>li{
    width: 2rem;
    height: 0.8rem;
    background: rgb(229,229,229);
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
}
.decorate_btn_box{
    width: 3rem;
    height: 0.7rem;
    position: absolute;
    right: 20px;
    bottom: 100px;
    display: flex;
    flex-direction: row;
}
.decorate_reset_btn{
    width: 1.5rem;
    height: 0.7rem;
    background: rgb(255,134,37);
    border: none;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    color: white;
}
.decorate_sure_btn{
    width: 1.5rem;
    height: 0.7rem;
    background: rgb(255,96,0);
    border: none;
    color: white;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.diff_change_color{
    background: rgb(248,214,214) !important;
    color: red;
}
.diff_add_color{
    color: white;
}

/*===========================户型库===============================*/
.door_m_box{
    width: 100%;
    /*height: 10000px;*/
    display: flex;
    flex-direction: column;
}
.door_model_header{
    width: 100%;
    height: 1.2rem;
    background: rgb(232,232,232);
}
.door_header_con{
    width: 100%;
    height: 0.6rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0.25rem;
}
.come_back_btn{
    width: 20px;
    height: 20px;
    margin: 0 0.3rem;
}
.door_model_con{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.model_con_title{
    width: 100%;
    height: 0.65rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.model_con_title>img{
    width: 15px;
    height: 15px;
}
.model_con_detail{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0.2rem;
}
.model_detail_text{
    width: 3.5rem;
    height: 4rem;
    box-shadow: 0 0 4px black;
    display: flex;
    flex-direction: column;
    margin-top: 0.2rem;
}
.model_detail_text>img{
    width: 3.5rem;
    height: 2.35rem;
    object-fit: cover;
}
.detail_text_one{
    width: 100%;
    padding: 0 0.2rem;
    display: flex;
    flex-direction: column;
}
.detail_text_one>span{
    font-size: 10px;
    margin-top: 0.05rem;
}
.detail_text_one>a{
    font-size: 8px;
    color: rgb(139,139,139);
    margin-top: 0.05rem;
}