html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

.contact-us.form-wrapper {
    padding-top: 1%;
    padding-bottom: 1%;
    display: flex;
    justify-content: space-between;
}

.contact-us {
    background-color: #fff;
    color: #000;
}

@media screen and (min-width: 1300px) {
    .row {
        min-width: 1300px;
        width: 95%;
        max-width: 1700px;
    }
}

@media screen and (min-width: 1100px) {
    .row {
        min-width: 1100px;
    }

    .row .colspan12-8 {
        width: 66.6666666667%;

    }

    .row .colspan12-12 {
        width: 100%;
    }
}

@media screen and (min-width: 900px) {
    .row {
        min-width: 900px;
    }
}

@media screen and (min-width: 600px) {
    .row {
        padding-left: 10px;
        padding-right: 10px;
        min-width: 600px;
    }
}

@media screen and (min-width: 420px) {
    .row {
        min-width: 420px;
    }
}

.row {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.row__colspaced:after,
.row:after {
    content: "";
    display: table;
    clear: both;
}

.row__colspaced:after,
.row:after {
    content: "";
    display: table;
    clear: both;
}

.row__colspaced:after,
.row:after {
    content: "";
    display: table;
    clear: both;
}

.margin-bttm {
    margin-bottom: 1.1em;
}

.makita-tagline {
    /* color: #008290; */
    font-family: "Helvetica Neue LT W01_65 Mediu";
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.55em;
}

ul {
    list-style-type: none;
}

p,
span,
cite,
ol,
ul,
pre,
label,
input,
textarea {
    font-size: .9375em;
    line-height: 1.4666666667em;
}

.contact-us.form-wrapper .request-options li {
    margin-bottom: 1.375em;
}

li {
    line-height: inherit;
}

.contact-us.form-wrapper .request-options li label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.55em;
}

.makita-btn {
    position: relative;
    font-family: "Helvetica Neue LT W01_95 Black";
    border: none;
    /* color: #ffffff; */
    font-weight: bold;
    display: inline-block;
    font-size: 1em;
    background: #0F7816;
    padding: 2px 25px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}
.makita-btn.js-submit-form.button::after{
    box-shadow: none;
}
.makita-btn:hover{
    background: #0F781680;
}
.request-options a{
    color: #fff;
}
.request-options a:hover{
    color: #fff;
}
/* 右侧移动端隐藏 */
@media screen and (min-width: 1100px) {
    .row .colspan12-4 {
        width: 33.3333333333%;
    }
}

@media screen and (max-width: 1099px) {

    .row .colspan12-4 {

        display: none;
    }
}


.margin-bttm {
    margin-bottom: 1.1em;
}

.contact-us.form-wrapper a[href*=tel] {
    color: #000;
    font-weight: normal;
    cursor: text;
}

a {
    color: #fff;
    text-decoration: none;
}

.contact-us {
    background-color: #fff;
    color: #000;
}

.contact-us.global-page-header {
    margin-bottom: 0;
}

.global-page-header {
    background-color: #000;
    padding: 10px 0;
    margin-bottom: 30px;
}

.global-page-header .page-title.white-title {
    color: #fff;
}
.global-page-header .page-title {
    color: #000;
    font-size: 1.5em;
    text-transform: uppercase;
}
/* 表单样式 */
@media screen and (min-width: 900px) {
    .contact-us.form-wrapper .form-container {
        width: 80% !important;
    }
}


.contact-us.form-wrapper .form-container {
    width: 100%;
    text-align: left;
    margin-top: -17px;
}



.makita-form-v2 input,
.makita-form-v2 textarea,
.makita-form-v2 select {
    border: 1px solid #aaaaaa;
}

.makita-form-v2 input,
.makita-form-v2 select,
.makita-form-v2 textarea {
    border-radius: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

@media screen and (min-width: 900px) {
    .makita-form-v2 .flex-form-fields {
        flex-direction: row !important;
    }

    .makita-form-v2 .flex-form-fields .field-wrap {
        margin-left: 0 !important;
    }

    .contact-us.form-wrapper .form-container .padding-fix {
        padding: 0 !important;
    }

    .search-box.textbox {
        width: 48%;
    }

    .contact-us.form-wrapper .form-container textarea {
        width: 48% !important;
    }
}


.makita-form-v2 .flex-form-fields {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.makita-form-v2 .flex-form-fields .field-wrap {
    position: relative;
    margin-bottom: 24px;
    flex-grow: 1;
    margin-right: 15px;
    margin-left: 15px;
    line-height: normal;
}

.makita-form-v2 .flex-form-fields select,
.makita-form-v2 .flex-form-fields input,
.makita-form-v2 .flex-form-fields .makita-date-picker {
    height: 36px;
    padding-left: 10px;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    /*保持整体盒子宽高不变*/
}

.makita-form-v2 input[type=text],
.makita-form-v2 input[type=submit] {
    -webkit-appearance: none;
}

.makita-form-v2 .flex-form-fields .dyn-lbl {
    position: absolute;
    top: -17px;
    left: 0px;
    font-size: 13px;
}

.makita-form-v2 .flex-form-fields label,
.makita-form-v2 .flex-form-fields .field-validation-error {
    font-family: Arial, sans-serif;
    font-size: 95%;
}

.makita-form-v2 .flex-form-fields .dyn-lbl label {
    /* display: none; */
    opacity: 0;
    transition: opacity 0.3s ease; 
    font-weight: bold;
}



.makita-form-v2 .flex-form-fields .dyn-lbl .visible {
    opacity: 1; /* 完全可见 */
}
.makita-form-v2 select {
    display: inline-block;
    color: gray;
}

.contact-us.form-wrapper .form-container .padding-fix {
    padding: 0 15px;
}

.padding-fix .makita-link {
    color: #008290;
    font-weight: bold;
    cursor: pointer;
}

.padding-fix .makita-link:hover {
    color: #67b2b1;
}
.padding-fix .makita-btn {
    color: #fff;
}
.padding-fix .makita-btn:hover{
    color: #fff;
}
.dyn-hide {
    display: none;
}

@media screen and (min-width: 1100px) {
    .search-box.textbox input {
        width: 100%;
    }
}


@media screen and (min-width: 900px) {
    .search-box.textbox input {
        width: 100%;
    }
}

.margin-top {
    margin-top: 1.1em;
}


.contact-us.form-wrapper .form-container textarea {
    height: 100px;
    width: 100%;
}

.form-container .form-content textarea {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.makita-form-v2 .flex-form-fields textarea {
    width: 100%;
    margin-right: 0;
    font-size: 14px;
    font-family: Arial, sans-serif;
}


.element {
 max-height: 0;
 overflow: hidden;
 transition: max-height 2s ease;
}

.element.expanded {
 max-height: 100%; /* 根据需要调整 */
}
.active a{
    color:rgb(103, 178, 177);
}
form{
    margin-top: 17px;
}
.makita-max-counter .counter {
    font-size: 12px;
}
.makita-max-counter .counter label {
    font-weight: bold;
}
input[type=radio], input[type=checkbox] {
    width: 20px;
    height: 20px;
    accent-color: #000;
}