@charset "utf-8";
body{
    position: relative;
    font-size:12px;
}
.container{
    position: absolute;
    width: 1920px;
    top: 0;
    left: 49.5%;
    margin-left: -960px;
    /* background-color: #845af7; */
}
.conton{
    margin-top: 103px;
}
.tab2 {
    position: relative;
}
.tab2 .tab2_box{
    position: absolute;
    top: 238px;
    width: 100%;
}
.tab_item li {
    display: none;
}
.tab_item li:first-child{
    display: block;
}
.tab_item li img{
    width: 100%;
}
.tab_list{
    position: absolute;
    bottom: 0px;
    left: 261px;
    width: 210px;
    height: 991px;
    background-image: url(https://fanke-zhuanti.oss-cn-beijing.aliyuncs.com/20260907-f13-pc-pic/六大收纳/轮播按钮底图.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.tab_list ul{
    padding-top: 236px;
}
.tab_list li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 109px;
    text-align: center;
    cursor:pointer;/* 小手图标  */
}
.tab_list .on{
    color: #9E815C;
}
.tab_list li p:nth-of-type(1){
    font-size: 28px;
    margin-bottom: 10px;
}
.Application{
    position: relative;
}
.Application form {
    position: absolute;
    top: 233px;
    left: 1285px;
    width: 343px;
    height: 280px;
}
.Application form input {
    position: absolute;
    left: 0px;
    width: 344px;
    height: 64px;
    padding-left: 30px;
    font-size: 20px;
}
.Application form .tel{
    top: 97px;
}
.Application form .submit {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 74px;
    cursor:pointer;/* 小手图标  */
}
.tab3{
    position: relative;
}
.tab3 .tab3_box{
    position: absolute;
    top: 236px;
    left: 292px;
    width: 100%;
}
.tab3 .tab3_box .tab3_item{
    position: relative;

}
.tab3 .tab3_box .tab3_item li{
    position: absolute;
    width: 100%;
    display: none;
    overflow: hidden;
}
.tab3 .tab3_box .tab3_item li:first-child{
    display: block;
}
.tab3_list{
    position: absolute;
    top: 60px;
    left: 1435px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 222px;
    height: 602px;
}
.tab3_list li{
    width: 123px;
    height: 49px;
    background: #C4683F;
    border-radius: 10px;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing:8px;
    box-sizing: border-box;
    cursor: pointer;
}
.tab3_list .on{
    background: #EAA247;
    font-weight: 600;
    color: #050505;
}
.Two_Application{
    position: relative;
}
.Two_Application form {
    position: absolute;
    top: 276px;
    left: 1110px;
    width: 430px;
    height: 278px;
}
.Two_Application form input {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 62px;
    padding-left: 30px;
    font-size: 20px;
}
.Two_Application form .tel{
    top: 69px;
}
.Two_Application form .area{
    top: 137px;
}
.Two_Application form .submit {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 62px;
    cursor: pointer;
}
