.contact .inquiry input{width:100%;margin-right:3%;height:70px;border-radius:var(--border);outline:0;margin-bottom:20px;padding:0px 15px;border:1px solid #e5e5e5;transition:all .1s linear}
.contact #feedbackForm input::placeholder,.contact #feedbackForm textarea::placeholder{color:#a39e9e}
.p_label {
    padding: 0 0 1rem;
    display: block;
    width: 100%;
    margin: 0;
    font-weight: 700;
    color: #000;
    font-size: 18px;
}
.st_label {
    color: #f00;
    font-size: 12px;
    margin:0px 3px;
}
.box-1{
    width: 33.333333%;
    height: 100%;
    border-radius: var(--border);
    outline: 0;
    margin-bottom: 20px;
    padding: 0px;
    border:0px solid #e5e5e5;
    transition: all .1s linear;
    display: inline-block;
    float: left;
}
.box-2{
    width: 33.333333%;
    height: 100%;
    border-radius: var(--border);
    outline: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    border:0px solid #e5e5e5;
    transition: all .1s linear;
    display: inline-block;
    float: left;
}
.box-3{
    width: 33.333333%;
    height: 100%;
    border-radius: var(--border);
    outline: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    border:0px solid #e5e5e5;
    transition: all .1s linear;
    display: inline-block;
    float: left;
}


.box-4{
    width: 100%;
    height: 50%;
    border-radius: var(--border);
    outline: 0;
    margin-bottom: 20px;
    padding-left: 0px;
    border:0px solid #e5e5e5;
    transition: all .1s linear;
    display: inline-block;
    float: left;
}


.box-4 input.checkcode{
    width: 10%;
    height: 44px;
    margin: 0px auto;

}

.box-4 img{height:42px;margin:0px auto;padding:0px auto;margin-left:0.22222%}

.n-red{margin:0px 5px;color:#f00}















@media screen and (min-width:320px) and (max-width: 1366px) {


.box-1{
    width: 100%;
    height: 100%;
    border-radius: var(--border);
    outline: 0;
    margin-bottom: 20px;
    padding: 0px;
    border:0px solid #e5e5e5;
    transition: all .1s linear;
    display: inline-block;
    float: left;
}
.box-2{
    width: 100%;
    height: 100%;
    border-radius: var(--border);
    outline: 0;
    margin-bottom: 20px;
    padding-left: 0px;
    border:0px solid #e5e5e5;
    transition: all .1s linear;
    display: inline-block;
    float: left;
}
.box-3{
    width:100%;
    height: 100%;
    border-radius: var(--border);
    outline: 0;
    margin-bottom: 20px;
    padding-left: 0px;
    border:0px solid #e5e5e5;
    transition: all .1s linear;
    display: inline-block;
    float: left;
}


.box-4{
    width: 100%;
    height: 50%;
    border-radius: var(--border);
    outline: 0;
    margin-bottom: 20px;
    padding-left: 0px;
    border:0px solid #e5e5e5;
    transition: all .1s linear;
    display: inline-block;
    float: left;
}


.box-4 input.checkcode{
    width: 40%;
    height: 44px;
    margin: 0px auto;

}

.box-4 img{height:42px;margin:0px auto;padding:0px auto;margin-left:0.22222%}

.n-red{margin:0px 5px;color:#f00}


}



