.brandxk {
    .brand-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;

        .dcg {
            width: 66px;
            height: 26px;
            border-radius: 2px;
            text-align: center;
            line-height: 26px;
            border: 1px solid #1969F9;
            background: #E5EEFF;;
            color: #1969F9;
            margin-right: 10px;
            font-size: 14px;
            transition: all 0.5s;

            &:hover {
                background: #1969F9;
                cursor: pointer;
                color: #fff;
            }

            &.delbtn {
                border: 1px solid #FC1F00;
                background: #FFE7E3;
                color: #FC1F00;

                &:hover {
                    background: #FF715D;
                    color: #fff;
                }
            }

            &.updatex {

            }
        }

        .updatex {
            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;

            &:hover {

                background: #FCA955;
                color: #fff;

            }
        }
    }

    .brand-img {
        width: 80%;
        height: 40px;

    }
}