.form-inline-input {
}

    .form-inline-input input,
    .code-box {
        padding: 0 10px;
        width: 388px;
        height: 40px;
        color: #5c5c5c;
        background: #dddddd;
        border: 0;
        outline: none;
    }

.code-box {
    position: relative;
}

.code-tet {
    float: right;
    height: 40px;
    line-height: 40px;
}

.code-box p,
.code-box span {
    display: block;
    position: absolute;
    left: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.code-box span {
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    font-family: "宋体";
    font-size: 16px;
    cursor: pointer;
    border: 1px #ccc solid;
    background-image: url(/img/ico/jt_right3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% auto;
}

.code-box p {
    width: 0;
    background-color: #FFFF99;
    overflow: hidden;
    text-indent: -20px;
    transition: background 1s ease-in;
}

.code-box .code-input {
    display: none;
}
