.oao_kstPhone_tiao_left {
    box-sizing: border-box;
    width: 70%;
    padding: 0 0 0 10px;
    float: left;
}

.oao_kstPhone_tiao_right {
    box-sizing: border-box;
    width: 30%;
    padding: 0 10px 0 0;
    float: left;
}

.oao_kstPhone_tiao_left input.blue {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 2;
    width: 100%;
    height: 40px;
    padding: 0 5px;
    font-size: 14px;
    outline: none;
    border-color: #0c97ee;
    color: #0c97ee;
}

.oao_kstPhone_tiao_left input.blue::-webkit-input-placeholder {
    color: #0c97ee;
}

.oao_kstPhone_tiao_left input.blue::-moz-input-placeholder {
    color: #0c97ee;
}

.oao_kstPhone_tiao_left input.blue::-ms-input-placeholder {
    color: #0c97ee;
}

.oao_kstPhone_tiao_right input.blue {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 2;
    /* border-radius: 3px; */
    padding: 0;
    background-color: #0c97ee;
    border: 0;
    outline: none;
}

.oao_kstPhone_tiao_left input.red {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 2;
    width: 100%;
    height: 40px;
    padding: 0 5px;
    font-size: 14px;
    outline: none;
    border-color: #e20014;
    color: #e20014;
}


.oao_kstPhone_tiao_left input.red::-webkit-input-placeholder {
    color: #e20014;
}

.oao_kstPhone_tiao_left input.red::-moz-input-placeholder {
    color: #e20014;
}

.oao_kstPhone_tiao_left input.red::-ms-input-placeholder {
    color: #e20014;
}

.oao_kstPhone_tiao_right input.red {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 2;
    /* border-radius: 3px; */
    padding: 0;
    background-color: #e20014;
    border: 0;
    outline: none;
}
