#wrapper{
    width: 60%;
    height: 380px;
    margin: auto;
}
.liuyan{
    width: 60%
}

.liuyan-h-74{
    height: 45px;
}

.liuyan-input-47{
    width: 47%;
}

.liuyan-input-99{
    width: 99%;
}

.liuyan-broder{
    width: 100%;
    height: 0px;
    border: 0.5px solid #c3c3c3
}

.liuyan-input{
    border: none;
    height: 42px;
    font-size: 15px;
    padding-left: 5px;
    outline: none;
}

input:focus-visible{
    border: none;
}


input::-webkit-input-placeholder {
    /* placeholder颜色  */
    color: #666;
    /* placeholder字体大小  */
    font-size: 15px;
    /* placeholder位置  */
    text-align: left;
    padding-left: 20px;
}

.submit-button{
    width: 20%;
    height: 50px;
    background: linear-gradient(0deg,#d9a46f 0%, #eecfaf 100%);
    border-radius: 10px;
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    line-height: 50px;
    cursor: pointer;
}