.category-desc {
    width: 80%;
    margin-left: 10%;
    padding: 20px;
    background: rgb(209 209 209 / 50%);
    margin-top: 20px;
    border-radius: 20px;
}

.category-title {
    text-align: center;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 10px;
}

.hide {
    display: none !important;
}

.jpress-label-left {
    color: #fff;
}

textarea {
    width: 100%;
}

.pro-detail-content .send-inquiry .inquiry-title {
    height: 64px;
    width: 100%;
    background: #F8F8F8;
    margin: 40px 0;
    font-size: 30px;
    font-weight: 700;
    color: #2B2B2B;
    text-align: center;
    line-height: 64px;
}

.jpress-form-item {
    margin-bottom: 25px;
    clear: both;
    *zoom: 1;
}

.jpress-label-left {
    position: relative;
    float: left;
    display: block;
    padding: 9px 10px;
    width: 90px;
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
    text-align: right;
}

.jpress-input-block {
    margin-left: 110px;
    min-height: 36px;
}

.jpress-form-control {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 1.3;
    padding: 0 10px;
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.jpress-form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 0 0 transparent;
}

.jpress-form-check {
    position: relative;
    display: block;
    padding-left: 12px;
    margin-bottom: 12px;
}

/*textarea框*/
textarea.jpress-form-control {
    height: auto;
}

.pro-detail-content .send-inquiry {
    margin-top: 10px;
    width: 80%;
    margin-left: 10%;
}

.hvr-shutter-out-vertical {
    width: 100% !important;
    background: #fff;
}

.jpress-form-item {
    margin-left: -30px;
}

.jpress-form-item:nth-child(2) {
    margin-left: -60px;
}


@media screen and (max-width: 400px) {
    .jpress-form-group .row {
        display: block;
    }

    .jpress-form-control {
        min-width: 200px;
    }

    .table {
        width: 100% !important;
    }
}

@media screen and (max-width: 600px) {
    .jpress-form-group .row {
        display: block;
    }

    .jpress-form-control {
        min-width: 200px;
    }

    .table {
        width: 100% !important;
    }
}

@media screen and (max-width: 800px) {
    .jpress-form-group .row {
        display: block;
    }

    .jpress-form-control {
        min-width: 200px;
    }

    .table {
        width: 100% !important;
    }
}

.jpress-label-left {
    color: #000;
}

.formInfo button {
    margin-left: calc(50% - 45px);
}

* {
    margin: 0;
    padding: 0;
}

#show {
    width: 50px;
    height: 50px;
    background: #FF0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    right: 0;
    cursor: move;
    display: none;
}

#big {
    width: 400px;
    height: 400px;
    overflow: hidden;
    position: absolute;
    padding: 10px;
    margin: 10px;
    top: -10px;
    left: 460px;
    z-index: 11;
    display: none;
    background: #fff;
}

#big > img {;
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 1000px;
}

.small-box {
    background: #030303;
}

.preview-container {
    position: relative;
    width: 100%;
}