.searchSuk.position {
    position: absolute;
    top: 0;
    right: 1.0145rem;
    left: 0.13rem;
    margin-left: 0;
    width: 6rem;
}

.closeBotoom {
    width: 0.6522rem;
    height: 0.6522rem;
    line-height: 0.6522rem;
    text-align: center;
    font-size: 0.29rem;
    color: #000;
    margin-left: 0.145rem;
    margin-right: 0.1rem;
    position: absolute;
    top: 0;
    right: 0;
}

.zi {
    font-size: 0.29rem;
    color: #000;
}

.searchSuk {
    animation: inputShow .3s
}

@-webkit-keyframes inputShow {
    0% {
        position: absolute;
        top: 0;
        right: 1.0145rem;
        left: 1.96rem;
        width: 4rem;
    }
}

@keyframes inputShow {
    0% {
        position: absolute;
        top: 0;
        right: 1.0145rem;
        left: 1.96rem;
        width: 4rem;
    }
}

.closeBotoom {
    animation: closeBotoom .3s
}

@-webkit-keyframes closeBotoom {
    0%,
    30% {
        opacity: 0
    }
}

@keyframes closeBotoom {
    0%,
    30% {
        opacity: 0
    }
}