/*软装页面样式*/
.ruan_center{
    width: 100%;
    height: auto;
    position: relative;
}
.ruan_center_kefu{
    width: 1.32rem;
    height: 0.36rem;
    position: absolute;
    top: 1.38rem;
    left: 2.35rem;
    border: 0px solid red;
}
.ruan_center_form{
    width: 4.3rem;
    height: 2.45rem;
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 1.13rem;
    left: 1.04rem;
}
.ruan_center_form_ti{
    width: 3.65rem;
    margin: auto;
    display: table;
    position: relative;
}
.ruan_center_form_ti_input{
    width: 100%;
    height: 0.5rem;
    border-radius: 0.05rem;
    border: 1px solid #a0a0a0;
    background: rgba(232,232,232,0.8);
    margin-bottom: 0.2rem;
    text-align: center;
    outline: none;
}
.ruan_center_form_ti_button{
    width: 100%;
    height: 0.5rem;
    border-radius: 0.05rem;
    background-color: #bf9a5d;
    border: 1px solid #a0a0a0;
    color: #fff;
    font-size: 0.24rem;
    font-family: 方正小标宋简体;
    outline: none;
}
/*智选整装页面*/
.pro_zhi_cent{
    width: 100%;
    height: auto;
    position: relative;
}
.pro_zhi_cent_about{
    width: 100%;
    position: absolute;
    left:0;
    top: 1.37rem;
}
.pro_zhi_cent_about_on{
    width: 100%;
    height: auto;
    display: table;
    position: relative;
}
.pro_zhi_cent_about_on ul li{
    width: 2rem;
    float: left;
    margin-left: 0.1rem;
    background-color: #fff;
    text-align: center;
}
.pro_zhi_cent_about_on ul li a{
    color: #333;
}
.pro_zhi_cent_about_on ul li p{
    line-height: 0.7rem;
}
.pro_zhi_cent_about_on_to{
    width: 5.4rem;
    position: absolute;
    left: 0.4rem;
    top: 0.88rem;
}
.pro_zhi_cent_about_on_to_input{
    width: 100%;
    height: 0.78rem;
    margin-bottom: 0.2rem;
    text-indent: 2rem;
    border: 0px solid #fff;
    outline: none;
    background: rgba(0,0,0,0);
}
.pro_zhi_cent_about_on_to_select{
    width: 100%;
    height: 0.78rem;
    margin-bottom: 0.2rem;
    text-indent: 2.6rem;
    border: 0px solid #fff;
    outline: none;
    background: rgba(0,0,0,0);
}
.pro_zhi_cent_about_on_to_button{
    width: 100%;
    height: 0.78rem;
    border: none;
    background: rgba(0,0,0,0);
    outline: none;
}