.store-con{
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E5EBF6;
    padding:20px;
    .search-btn{
        cursor: pointer;
        width: 76px;
        height: 37px;
        line-height: 37px;
        background: #1969F9;
        border-radius: 2px;
        font-size: 14px;
        color:#fff;
        text-align: center;
        &:hover{
            background: #0050E0;
        }
    }
    .btn-nav{
        margin-top: 11px;
        margin-bottom: 22px;
        .update{
            width: 66px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            background: #FFEEDD;
            border: 1px solid #FF870D;
            border-radius: 2px;
            color:#FF870D;
            font-size: 14px;
            cursor: pointer;
            width: 66px;
            i{margin-left: 3px;}
            &:hover{

                background: #FCA955;
                color:#fff;

            }
        }
        .dcg{
            width: 66px;
            height: 26px;
            border-radius: 2px;
            text-align: center;
            line-height: 26px;
            border: 1px solid #1969F9;
            background: #E5EEFF;
            color:#1969F9;
            margin-left: 10px;
            font-size: 14px;
            transition: all 0.5s;
            &:hover{
                background: #1969F9;
                cursor: pointer;
                color:#fff;
            }
            &.heti{
                width:56px;
                background: #fff;
                &:hover{
                    background: #E5EEFF;
                    color:#1969F9;
                }
            }
            &.xjk{
                position: relative;
                left:-11px;
                border-left:1px solid #1969F9;
                &:hover{
                    border-left:1px solid #1969F9;
                }
            }
        }
    }
    .updatebox{
        position: relative;
        .selectdw{
            height: 36px;
            width: 36px;
            
            position: absolute;
            top: 1px;
            right: 2px;
            .el-select {
                width: 36px;
                border-left:1px solid #C0C4CC;
                input{
                    border:0px;
                    padding:0px;
                    height: 36px;
                    width: 36px;
                    font-size: 14px;
                    color: #333;
                    text-align: center;
                    
                }
                .el-input__prefix, .el-input__suffix{display: none!important;}
              
            }
        }
    }
    
    .price-more{
        .more-search-btn{
            width: 70px;
            height: 26px;
            background: #F1F4FA;
            border-radius: 2px;
            border: 1px solid #BEC9DF;
            font-size: 12px;
            color:#1969F9;
            text-align: center;
            transition: all 0.5s;
            position: relative;
            cursor: pointer;
           
            &:hover{
                border: 1px solid #1969F9;
               
            }
        }
        
    }
}