.resg-lo {
    display: flex;
    align-items: center;
}

.resg-ipt .res-ask {
    display: block;
    width: 20px;
    height: 20px;
    background: #009cde;
    color: #fff;
    border-radius: 50%;
    margin-left: 10px;
}

.res-lay {
    position: relative;
    margin-top: 8px;
}

.res-lay .fangda {
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    left: 12px;
    top: 11px;
    background: url(../pic/fangda.png)
}

.country {
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #a4abae;
}

.res-lay input[type="text"] {
    font-size: 14px;
}

.res-lay .goon {
    display: block;
    padding: 12px 90px;
    width: 36px;
    font-size: 12px;
    color: #fff;
    background: #0070ba;
    margin-top: 34px;
    border-radius: 6px;
}