.cb20 {
    clear: both;
    height: 20px;
    line-height: 20px;
    font-size: 0;
}
.custom_box:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    font-size: 0;
}
.custom_label h3{
    font-size: 12px;
    color: #46404b;
}
.custom_box{
    padding: 0;
    margin: 0;
    list-style: none;
}
.custom_label_content .custom_box>li {
    float: left;
    margin: 0 10px 8px 0;
    border: 1px solid #e5e9ef;
    border-radius: 20px;
    padding: 0 10px;
    position: relative;
    height: 22px;
    line-height: 22px;
    transition: all .3s;
    font-size: 12px;
    color: #46404b;
    cursor: pointer;
}
.custom_label_content .custom_box>li div{
    padding: 0 8px;
    border-radius: 10px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    background: #FFCDDE;
    color: #46404b;
    position: absolute;
    top:-35px;
    z-index: 30;
    left: 50%;
    transform: translateX(-50%);
}
.custom_label_content .custom_box>li div p{
    margin: 0;
    white-space:nowrap;
}
.custom_label_content .custom_box>li div .triangle-down {
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top:20px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #FFCDDE;
}
.custom_label_content .custom_box>li span{
    position: absolute;
    color: #DD3E7A;
    right: 0px;
    top: -10px;
}
.custom_label_content .custom_box>li:hover{
    border: 1px solid #FF6296;
    color: #FF6296;
}
.btn-add {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: url("../img/btn-add.png") 0 0 no-repeat;
    position: relative;
    transition: all .3s;
}
.ipt {
    display: none;
    float: left;
    height: 23px;
    border-radius: 23px;
    border: 1px solid #FF6296;
    position: relative;
    opacity: 0;
}
.ipt.on {
    opacity: 1;
    display: block;
}
.ipt input {
    height: 23px;
    line-height: 23px;
    width: 120px;
    padding: 0 10px;
    background: transparent;
    transition: all .3s;
    border: none;
    outline: none;
}
.ipt input:focus {
    font-size: 14px;
}
.ipt>a {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("../img/btn-close.png")0 0 no-repeat;
    left: 200px;
    top: 4px;
    cursor: pointer;
    z-index: 10;
}
.hot_recommend{
    font-size: 12px;
    position: absolute;
    top:30px;;
    left: 10px;
    white-space:nowrap;
}
.hot_recommend a{
    background: #FFB8D0;
    border-radius: 20px;
    padding: 4px 8px;
    position: relative;
    transition: all .3s;
    font-size: 12px;
    color: #db286f;
    cursor: pointer;
    text-decoration: none;
    margin-left: 3px;
}
.view_instructions{
    position: relative;
}
.view_instructions a{
    display: block;
    text-decoration: none;
    width: 120px;
    text-align: center;
    margin: 20px 0 0 0;
    border: 1px solid #E5E9EF;
    border-radius: 20px;
    position: relative;
    height: 22px;
    line-height: 22px;
    transition: all .3s;
    font-size: 12px;
    color: #808080;
    cursor: pointer;
}
.view_instructions a:hover{
    border: 1px solid #FFB8D0;
    color: #ff6296;
}
.view_instructions_content{
    display: none;
    position: absolute;
    top:30px;
    left: 0;
    padding: 15px 8px;
    color: #ff6296;
    font-size: 12px;
    width: 690px;
    z-index: 30;
    border:1px solid #FFB8D0;
    border-radius: 15px;
    background: #fff;
}
.view_instructions_content p{
    margin: 0;
}
.enter_color{
    height: 17px !important;
    line-height: 16px !important;
    padding: 0 6px !important;
    margin-left: -40px !important;
    font-size: 12px !important;
    color: #db286f !important;
    background: #FFB8D0 !important;
    border-radius: 13px !important;
    display: inline-block !important;
    text-decoration: none !important;
    width: 24px !important;
}