.contact-title {
    text-align: center;
}
.contact-img{
    width: 50%;
}
.input-container {
    margin-bottom: 25px;
}
.company-address{
    min-width: 135px;
    display: inline-block;
}
.contact-span {
    display: flex;
    line-height: 30px;
}

.input-inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.textarea-inner {
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    color: #606266;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);

}

.contact-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.contact-button:hover{
    color: #fff;
    background-color: rgb(255, 161, 122);
    border-color: rgb(255, 161, 122);
}
.contact-button:active{
    color: #fff;
    background-color: rgb(255, 100, 122);
    border-color: rgb(255, 100, 122);
}
.button-waring {
    color: #fff;
    background-color: rgb(255, 131, 122);
    border-color: rgb(255, 131, 122);
}

.span-tip {
    color: rgb(150, 182, 251);
}

.span-tel {
    color: rgb(120, 116, 177);
}

.tel-inner {
    font-weight: bold;
    margin-left: 8px;
}
