.main {
    display: flex;
    justify-content: space-between;
}

.right {
    flex: 1;
}

.right_content {
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.logo {
    background-color: black;
    height: 50px;
    display: flex;
    justify-content: space-between;
}

.logo a {
    line-height: 50px;
    height: 100%;
    color: #fff;
}
.logo img {
    width: 120px;
    height: auto;
}

.product_detail {
    display: flex;
    justify-content: space-between;
}

.product_pic {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_pic img {
    width: 120px;
    height: auto;
}

.product_des {
    font-size: 12px;
}

.product_des div {
    display: flex;
    justify-content: space-around;
}

.product_des div :first-child {
    text-align: right;
    flex: 1;
}

.product_des div p,
a {
    flex: 2;
    margin-top: 0;
    margin-bottom: 5px;
}

.product_des p,a {
    margin-left: 20px;
}

.form .el-form-item {
    margin-bottom: 18px;
}

.submit {
    height: 53px;
    display: flex;
    justify-content: space-between;
}

.submit .des {
    line-height: 5px;
    vertical-align: middle;
    font-size: 14px;
    /* font-family: Arial; */
    color: #848383;
    padding: 10px 0;
}

.submit .el-button {
    width: 145px;
    height: 45px;
    border: 2px solid #CC0000;
    font-weight: 400 !important;
    background-color: #fff;
    border-radius: 5px;
}

.submit .el-button:hover {
    border-color: #C00000;
    background-color: #C00000;
    outline: 0;
    cursor: pointer;
}

.submit .el-button:hover span {
    color: white;
}

.submit .btn {
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    color: #C00000;
}

.quote-bar .qty {
    margin-top: 10px;
}

.form {
    margin-top: 0;
}
.form div {
    margin-bottom: 1px;
}


.footer {
    display: flex;
    justify-content: center;
}

.footer button {
    width: 100px;
    height: 40px;
    border-radius: 5%;
    border: 1px solid red;
    background-color: white;
    color: red;

}

.scrolling-area {
    max-width: 70%;
    flex: 3;
    height: 98vh;
}

.scrolling-area iframe {
    width: 100%;
    height: 100%;
}