#contactModal > .modal-dialog {
    max-width: 860px;
    position:relative
}
.contact-box {
    width: 860px;
    height: 562px;
    background: #FFF;
    display: flex;
    padding: 24px;
}
.contact-box .contact-image {
    width: 408px;
    height: 514px;
    position: relative;
    float: left;
    display: flex;
    align-items: flex-end;
    background: url("/images/contact.png") no-repeat center;
}
.contact-box .contact-image div {
    width: 408px;
    height: 120px;
    line-height: 120px;
    background: #000000;
    opacity: 0.7;
    border: 1px solid #979797;
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.contact-box .contact-content {
    width: 356px;
    height: 514px;
    float: left;
    text-align: left;
    margin-left: 20px;
}
.contact-box .contact-content .title {
    height: 40px;
    font-size: 35px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
}
.contact-box .contact-content .inputs {
    margin-top: 13px;
}
.contact-box .contact-content .inputs input {
    width: 100%;
    margin-top: 10px;
    height: 38px;
    line-height: 38px;
}
.contact-box .contact-content .product-title {
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin-top: 20px;
}
.contact-box .contact-content .products {
    width: 100%;
    margin-top: 8px;
}
.contact-box .contact-content .products div {
    width: 50%;
    height: 28px;
    line-height: 28px;
    float: left;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.contact-box .contact-content .products div .checked {
    color: #2D8DCD;
}
.contact-box .contact-content .products div .unchecked {
    color: #979797;
}
.contact-box .contact-content .products div span {
    margin-left: 5px;
}
.contact-box .contact-content textarea {
    width: 100%;
    margin-top: 15px;
}
.contact-box .contact-content .sub-btn {
    width: 346px;
    height: 46px;
    line-height: 46px;
    background: #FF7240;
    text-align: center;
    color: #FFF;
    margin-top: 12px;
    border: none;
    cursor: pointer;
}
.contact-box .contact-content .sub-btn:hover {
    background: #E34710;
}
.contact-box .contact-content .disabled {
    opacity: 0.7;
}
