.flowerwidget{
    user-select: none;

}
.flowerwidget .yandialogcontent{
    min-width: 300px;
}
.flowerwidget_field label{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
}
.flowerwidget_target{
    margin-bottom: 15px;
}
.flowerwidget_target img{
    width: 80px;
    vertical-align: -11px;
}
.flowerwidget_num{
    margin-bottom: 15px;
}
.flowerwidget_num span{
    display: inline-block;
    padding:5px 10px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    cursor: pointer;
    margin-right: 10px;
}
.flowerwidget_num span:last-child{
    margin-right: 0;
}
.flowerwidget_num span.active{
    background: #fe4c40;
    color: #fff;
}
.flowerwidget_bs_slide{
    width: 100%;
    height: 10px;
    background: #eee;
    position: relative;
    margin-bottom: 15px;
}
.flowerwidget_bs_slide span{
    display: block;
    width: 20px;
    height: 20px;
    background: #fe4c40;
    position: absolute;
    left: 0;
    top: -6px;
    border-radius: 6px;
    cursor: pointer;
}
.flowerwidget_bs input{
    border:none;
    position: relative;
    top: -10px;
    color: #888;
    border-bottom: 1px solid #ddd;
    text-align: center;
    display: block;
    width: 100%;
}
.flowerwidget_footer{
    text-align: right;
}
.flowerwidget_send{
    background: #fe4c40;
    color: #fff;
    display: inline-block;
    padding:5px 10px;
    border-radius: 20px;
    font-size: 12px;
    box-shadow: 0 0 10px #ddd;
}
.flowerwidget_total b{
    color: #fe4c40;
    font-size: 16px;
    margin-right: 5px;
}
.flowerwidget_kc{
    margin-bottom: 15px;
}
.flowerwidget_kc a{

    text-decoration: underline;
    display: inline-block;
    padding:5px 10px;
    font-size: 12px;

}