.amok-page-div {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 50px;
}

#amok-page-massage {
    font-size: 11px;
    display: none;
}

.amok-page-content-div {
    width: 310px;
    height: 33px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    /*z-index:-1;*/
}

.amok-top-div {
    width: 90px;
    height: 33px;
    line-height: 34px;
    border-radius: 5px;
    text-align: center;
    background: #1E90FF;
    color: #ffffff;
    -webkit-transition: all .8s;
    cursor: pointer;
    font-size: 12px;
}

.amok-top-div:hover {
    background: #00BFFF;
}

.amok-buttom-div {
    width: 90px;
    height: 33px;
    line-height: 34px;
    border-radius: 5px;
    text-align: center;
    background: #1E90FF;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .8s;
    cursor: pointer;
    font-size: 12px;
}

.amok-buttom-div:hover {
    background: #00BFFF;
}

.amok-content-input {
    width: 90px;
    height: 33px;
    position: absolute;
    top: 0;
    left: 110px;
    text-align: center;
    font-size: 14px;
    line-height: 33px;
    color: #666666;
}

.amok-content-input:hover {
    border: 0.5px solid #EBEBEB;
}

.amok-content-input-focus {
    width: 90px;
    height: 33px;
    position: absolute;
    top: 0;
    left: 110px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border: 0.5px solid #EBEBEB;
}


