.ckq-layer {
	position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
}

.ckq-content {
    background: white;
    z-index: 5;
    width: 100%;
    z-index: 1500;
    background: #E6F2FC;
    border: 1px solid #AAA;
    margin-bottom: -600px;
    transition: margin 1s;
    padding: 5px;
    display: flex;
    align-items: center;    
    justify-content: center;
    font-size: 12px;
}

.ckq-content > div {
    display: inline-block;
}

.ckq-right .btn {
    font-size: 12px;
    vertical-align: middle;
}