.picker-preview-main{
    display:flex;
}
.picker-preview-box{
    display:flex;
    flex-direction:column;
    align-items:center;
    border-radius:0 !important;
    font-size:0.9vw !important;
    overflow-y:auto;
    padding-bottom:4vw;
    margin-top:0;
    margin-left:0;
}
.picker-preview-box img{
    margin-left:0;
}
.picker-preview-content{
    width:100%;
    margin:0;
}
.picker-preview-margin .ant-radio-group{
    margin-left:1.4vw;
}
.picker-preview-margin{
    margin-right:3.4vw;
    display:flex;
    flex:1;
    align-items:center;
}
.picker-preview-margin1{
    margin-right:0;
    flex:2;
}
.picker-preview-margin2{
    margin-right:0;
}
.picker-preview-title{
    display:flex;
    background:#dce9f9;
    padding:0vw;
    height:3.66vw;
}
.picker-preview-title div{
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    color: rgba(0,0,0,0.85);
}
.picker-preview-title > div{
    width:7vw;
}
.picker-preview-input{
    border:1px solid rgba(0,0,0,0.15);
    height:2.5vw;
    border-radius:4px;
    flex:1;
}
.picker-preview-margin .ant-radio-wrapper{
    font-size:0.9vw;
}
.spanInput{
    padding:0.37vw;
}
.picker-preview-groups-title span:nth-of-type(2){
    font-size:1.3vw !important;
}
.picker-preview-head-border{
    flex:1;
}
.picker-preview-head{
    width:100%;
    display:flex;
    flex-wrap:wrap;
}
.picker-preview-head > div{
    display:flex;
    min-width:50%;
    border-bottom:1px solid #E8E8E8;
}
.picker-preview-head-title{
    display:flex;
}
.picker-preview-head-title div{
    width:7vw;
    text-align:center;
}
.picker-preview-img{
    width:2.9vw;
    height:2.9vw;
    margin-left:1.6vw
}