body {
  height: 100%;
  min-width: 350px;
  background-color: rgb(26, 24, 24);
  color: white;
}

p {
  font-size: 16px;
}

section#mini-dock .header-section {
  padding-right: 0px;
  padding-left: 0px;
}

section#mini-dock .mini-dock-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 900px;
  border-radius: 20px;
}

section#mini-dock .header-section .mini-dock-header {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section#mini-dock .header-section .mini-dock-header .mini-dock-header-title {
  position: absolute;
  top: 29%;
  left: 30%;
  font-size: 48px;
}

section#mini-dock .header-section .mini-dock-header .mini-dock-header-title .mini-dock-header-button {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: yellow;
  border: 0;
}

section#mini-dock .header-section .mini-dock-header .mini-dock-header-title .mini-dock-header-button a {
  all: initial;
  color: #333;
  font-size: 20px;
}

section#mini-dock .header-section .mini-dock-header .mini-dock-header-subscribe {
  position: absolute;
  bottom: 10%;
  left: 50% !important;
  transform: translateX(-50%) !important;
  transform: scale(0.8);
}

section#mini-dock .header-section .mini-dock-header .mini-dock-header-function {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 2160px) {
  section#mini-dock .header-section .mini-dock-header .mini-dock-header-title {
    position: absolute;
    top: 29%;
    left: 25%;
    font-size: 48px;
  }

  section#mini-dock .header-section .mini-dock-header .mini-dock-header-subscribe {
    position: absolute;
    bottom: 15%;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transform: scale(0.7);
  }
}

@media screen and (max-width: 1920px) {
  section#mini-dock .header-section .mini-dock-header .mini-dock-header-title {
    position: absolute;
    top: 29%;
    left: 25%;
    font-size: 48px;
  }

  section#mini-dock .header-section .mini-dock-header .mini-dock-header-subscribe {
    position: absolute;
    bottom: 15%;
    left: 10% !important;
    transform: scale(0.7) !important;
  }
}

@media screen and (max-width: 1680px) {
  section#mini-dock .header-section .mini-dock-header .mini-dock-header-title {
    position: absolute;
    top: 29%;
    left: 20%;
    font-size: 48px;
  }

  section#mini-dock .header-section .mini-dock-header .mini-dock-header-subscribe {
    position: absolute;
    bottom: 15%;
    left: 10% !important;
    transform: scale(0.6) !important;
  }
}

@media screen and (max-width: 1320px) {
  section#mini-dock .header-section .mini-dock-header .mini-dock-header-title {
    position: absolute;
    top: 29%;
    left: 20%;
    font-size: 48px;
  }

  section#mini-dock .header-section .mini-dock-header .mini-dock-header-subscribe {
    position: absolute;
    bottom: 12%;
    left: 10% !important;
    transform: scale(0.5) !important;
  }

  section#mini-dock .header-section .mini-dock-header .mini-dock-header-function {
    font-size: 16px;
    bottom: 5%;
  }
}

@media screen and (max-width: 1080px) {
  section#mini-dock .header-section .mini-dock-header .mini-dock-header-title {
    position: absolute;
    top: 29%;
    left: 10%;
    font-size: 42px;
  }

  section#mini-dock .header-section .mini-dock-header .mini-dock-header-subscribe {
    position: absolute;
    bottom: 6%;
    left: 10% !important;
    transform: scale(0.5) !important;
  }

  section#mini-dock .header-section .mini-dock-header .mini-dock-header-function {
    font-size: 14px;
    bottom: 4%;
  }
}

/* 这些样式将仅应用于屏幕设备且视口宽度小于768px */
@media screen and (max-width: 768px) {
  section#mini-dock {
    padding-top: 50px;
  }

  section#mini-dock .header-section img,
  section#mini-dock .mini-dock-header-subscribe .order-header {
    display: none;
  }

  section#mini-dock .order-section {
    display: block;
  }

  section#mini-dock .header-section {
    height: 300px;
    width: 100%;
    background-image: url("../../img/mini-dock/home-vobot-mini-dock.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }

  section#mini-dock .header-section .mini-dock-header .mini-dock-header-title {
    font-size: 28px;
    margin-top: 44px;
    left: 8%;
  }

  section#mini-dock .header-section .mini-dock-header .mini-dock-header-title div:nth-child(2) {
    font-size: 16px;
  }

  section#mini-dock .header-section .mini-dock-header .mini-dock-header-function {
    padding: 0 18px;
    top: 220px;
  }

  section#order h1.section-heading {
    font-size: 1.5em;
  }

  section#order h2.section-heading {
    margin: 20px auto;
    font-size: 20px;
  }
}

section#mini-dock .mini-dock-header-title div:nth-child(1) {
  font-weight: 800;
}

section#mini-dock .mini-dock-header-title div:nth-child(2) {
  font-size: clamp(12px, 2vw, 20px);
}

section#mini-dock .mini-dock-header-function {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  bottom: clamp(10px, 1vw, 20px);
  font-size: clamp(12px, 2vw, 20px);
}

section#mini-dock .mini-dock-section-title {
  font-size: clamp(20px, 4vw, 36px);
  font-weight: 700;
}

section#mini-dock .mini-dock-section-subtitle {
  font-size: 16px;
}

section#mini-dock .rgb-light {
  margin-top: 10px;
  width: 120px;
  height: 10px;
  border-radius: 20px;
}

section#mini-dock .a-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fed136;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 20px;
  text-align: center;
  min-width: 160px;
}

section#mini-dock .a-button:hover {
  background-color: #f0ba17;
}

section h1.section-heading,
section h1.section-main-heading {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 4.6em;
  font-weight: 500;
  color: #000;
}

section h2.section-subheading,
section h3.section-subheading {
  font-size: 2.7em;
  font-family: "Quicksand", sans-serif;
  text-transform: none;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #020202;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}

::-moz-selection {
  text-shadow: none;
  background: #fed136;
}

::selection {
  text-shadow: none;
  background: #fed136;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#order h1.section-heading {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0px;
  font-size: 2.5em;
  font-weight: 700;
  color: white;
}

#order h2.section-subheading {
  letter-spacing: 0.02em;
  font-family: "Quicksand", sans-serif;
  line-height: 1.4;
  font-size: 2.7em;
  margin-top: 20px;
  margin-bottom: 70px;
  color: white;
}

@media screen and (max-width: 760px) {
  .section-subheading {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 340px) {
  #order .col-lg-12 {
    padding-left: 6px;
  }

  #order .col-lg-4 {
    padding-left: 6px;
  }
}

@media screen and (min-width: 768px) {
  section#mini-dock .order-section {
    display: none;
  }

  section#order .form-group input.form-control {
    height: 60px;
    width: 70%;
    margin-left: 25%;
    border-color: #8d8d8d;
    border-radius: 0px;
    font-size: 2em;
  }

  section#order button {
    height: 60px;
    width: 70%;
    margin-left: -20%;
    border-radius: 0px;
    font-weight: 100;
    font-size: 2em;
  }
}

/* Other */
.btn-order {
  padding: 10px 30px;
  width: 100%;
  font-size: 1.2em;
}

.btn-bgc-xl {
  background-color: #595959;
  border-color: #595959;
}

footer span.social-heading {
  color: #ff9f05 !important;
}

input,
section#order .form-group input,
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 22px;
}

header .form-group input,
section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 150px;
}

section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}

header ::-webkit-input-placeholder,
section#order ::-webkit-input-placeholder,
section#contact ::-webkit-input-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  color: #bbb;
}

header :-moz-placeholder,
section#order :-moz-placeholder,
section#contact :-moz-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  color: #bbb;
}

header ::-moz-placeholder,
section#order ::-moz-placeholder,
section#contact ::-moz-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  color: #bbb;
}

header :-ms-input-placeholder,
section#order :-ms-input-placeholder,
section#contact :-ms-input-placeholder {
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  color: #bbb;
}

.customize-btn {
  background: yellow;
  border: 0;
  padding: 5px 10px;
  border-radius: 5px;
}
