.content{
    width: 70%;
    margin: 80px auto;
}
.content .title{
    margin-bottom: 60px;
}

.content-left{
    width: 40%;
    float: left;
    background: url("../images/quote-back.webp") no-repeat center center;
}
.content-left .content-left-item{
    width: 49%;
    float: left;
    cursor: pointer;
}
.content-left .content-left-item .content-left-item-img{
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
}
.content-left .content-left-item .content-left-item-img img{
    width: 100%;
    height: 100%;
}
.content-left .content-left-item .content-left-item-img img.active{
    display: none;
}
.content-left .content-left-item .content-left-item-title,
.content-left .content-left-item .content-left-item-text{
    text-align: center;
    font-size: 16px;
    color: #262626;
    line-height: 28px;
}
.content-left .content-left-vertical-line{
    width: 1px;
    height: 100px;
    background: #E6E6E6;
    float: left;
    margin-top: 9px;
}
.content-left .content-left-underline{
    width: 50%;
    height: 1px;
    background: #E6E6E6;
    margin: 40px 25%;
    float: left;
}
.content-left .content-left-item:hover .content-left-item-img img.active{
    display: block;
}
.content-left .content-left-item:hover .content-left-item-img img.default{
    display: none;
}

.content-right{
    width: 50%;
    float: right;
    border: 1px solid #E6E6E6;
}
.content-right .content-right-item{
    width: 95%;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px solid #E6E6E6;
}
.content-right .content-right-item:last-child{
    padding-bottom: 30px;
}
.content-right .content-right-item .content-right-item-title{
    width: 30%;
    float: left;
    font-size: 16px;
    color: #262626;
    line-height: 28px;
}
.content-right .content-right-item .content-right-item-text{
    width: 70%;
    float: right;
    font-size: 16px;
    color: #262626;
    line-height: 28px;
}
.content-right .content-right-item .content-right-item-text input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    color: #262626;
    line-height: 28px;
    background: none;
}
.content-right .content-right-item .content-right-item-text input:focus{
    border: none;
    outline: none;
}
.content-right .content-right-item .content-right-item-text textarea{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    color: #262626;
    line-height: 28px;
    background: none;
    resize: none;
}
.content-right .content-right-btn{
    width: 100%;
    height: 60px;
    margin-top: 30px;
}
.content-right .content-right-btn .content-right-btn-text{
    width: 50%;
    float: left;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.content-right .content-right-btn .content-right-reset{
    background: #E60012;
}
.content-right .content-right-btn .content-right-btn-submit{
    background: #F39800;
}



@media only screen and (min-width: 1050px) and (max-width: 1440px) {
    .content{
        width: 80%;
    }
}
@media only screen and (max-width: 1050px) {
    .content{
        width: 85%;
    }
}