.qrcode-bar-component[data-v-ba69ee58] {
  background: #f7f8ff;
}
.qrcode-bar-component .c-container[data-v-ba69ee58] {
  padding: 40px 140px;
  display: flex;
}
@media only screen and (max-width: 1365px) {
.qrcode-bar-component .c-container[data-v-ba69ee58] {
    padding: 40px 80px;
}
}
@media only screen and (max-width: 959px) {
.qrcode-bar-component .c-container[data-v-ba69ee58] {
    padding: 40px 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    row-gap: 20px;
}
}
.qrcode-bar-component .c-container .qrcode-item[data-v-ba69ee58] {
  position: relative;
  flex: 1;
  text-align: center;
  --v-qrcode-image-height: 70px;
}
@media only screen and (max-width: 767px) {
.qrcode-bar-component .c-container .qrcode-item[data-v-ba69ee58] {
    --v-qrcode-image-height: 55px;
}
}
.qrcode-bar-component .c-container .qrcode-item[data-v-ba69ee58]::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: var(--v-qrcode-image-height);
  border-right: 1px solid rgb(var(--v-theme-primary));
}
.qrcode-bar-component .c-container .qrcode-item[data-v-ba69ee58]:first-child::before, .qrcode-bar-component .c-container .qrcode-item[data-v-ba69ee58]:nth-child(4)::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: var(--v-qrcode-image-height);
  border-right: 1px solid rgb(var(--v-theme-primary));
}
.qrcode-bar-component .c-container .qrcode-item[data-v-ba69ee58]:nth-child(4):before {
  display: none;
}
@media only screen and (max-width: 959px) {
.qrcode-bar-component .c-container .qrcode-item[data-v-ba69ee58]:nth-child(4):before {
    display: block;
}
}
.qrcode-bar-component .c-container .qrcode-item .qrcode-link[data-v-ba69ee58] {
  display: inline-flex;
  flex-direction: column;
}
.qrcode-bar-component .c-container .qrcode-item .qrcode-link .qrcode-image[data-v-ba69ee58] {
  height: var(--v-qrcode-image-height);
  width: auto;
}
.qrcode-bar-component .c-container .qrcode-item .qrcode-link .txt-label[data-v-ba69ee58] {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
  color: rgb(var(--v-theme-primary));
}
@media only screen and (max-width: 959px) {
.qrcode-bar-component .c-container .qrcode-item .qrcode-link .txt-label[data-v-ba69ee58] {
    font-size: 10px;
}
}.contact-us-component[data-v-c865f939] {
  padding: 80px 0;
}
@media only screen and (max-width: 959px) {
.contact-us-component[data-v-c865f939] {
    padding: 40px 0;
}
}
.contact-us-component h2[data-v-c865f939] {
  text-align: center;
  color: rgb(var(--v-theme-primary));
}
@media only screen and (max-width: 767px) {
.contact-us-component h2[data-v-c865f939] {
    font-size: 18px;
}
}
.contact-us-component .contacts[data-v-c865f939] {
  display: flex;
  margin-top: 60px;
  padding: 0 140px;
}
@media only screen and (max-width: 1365px) {
.contact-us-component .contacts[data-v-c865f939] {
    padding: 0 80px;
    flex-direction: column;
}
}
@media only screen and (max-width: 959px) {
.contact-us-component .contacts[data-v-c865f939] {
    padding: 0 30px;
    margin-top: 50px;
}
}
.contact-us-component .contacts .left-panel[data-v-c865f939] {
  flex: 0 0 auto;
}
@media only screen and (max-width: 1365px) {
.contact-us-component .contacts .left-panel[data-v-c865f939] {
    display: flex;
    flex-wrap: wrap;
}
}
@media only screen and (max-width: 1365px) {
.contact-us-component .contacts .left-panel .contact-info[data-v-c865f939]:first-child {
    padding-right: 40px;
}
}
@media only screen and (max-width: 1365px) {
.contact-us-component .contacts .left-panel .contact-info[data-v-c865f939]:last-child {
    width: 100%;
}
}
.contact-us-component .contacts .right-panel[data-v-c865f939] {
  padding-left: 35px;
}
@media only screen and (max-width: 1365px) {
.contact-us-component .contacts .right-panel[data-v-c865f939] {
    padding-left: 0;
}
}
.contact-us-component .contacts .images-panel[data-v-c865f939] {
  display: flex;
  margin-top: 30px;
}
@media only screen and (max-width: 959px) {
.contact-us-component .contacts .images-panel[data-v-c865f939] {
    flex-direction: column;
    align-items: center;
}
}
.contact-us-component .contacts .images-panel img[data-v-c865f939] {
  max-height: 225px;
}
@media only screen and (max-width: 767px) {
.contact-us-component .contacts .images-panel img[data-v-c865f939] {
    max-width: 100%;
}
}
.contact-us-component .contacts .images-panel img + img[data-v-c865f939] {
  margin-left: 20px;
}
@media only screen and (max-width: 959px) {
.contact-us-component .contacts .images-panel img + img[data-v-c865f939] {
    margin-left: 0;
    margin-top: 20px;
}
}
.contact-us-component .contacts .contact-info[data-v-c865f939] {
  font-size: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
.contact-us-component .contacts .contact-info[data-v-c865f939] {
    font-size: 12px;
}
}
.contact-us-component .contacts .contact-info .label[data-v-c865f939] {
  font-weight: bold;
  color: rgb(var(--v-theme-info));
  margin-bottom: 10px;
}
.contact-us-component .contacts .contact-info .info[data-v-c865f939] {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
@media only screen and (max-width: 767px) {
.contact-us-component .contacts .contact-info .info[data-v-c865f939] {
    font-size: 12px;
}
}
.contact-us-component .contacts .contact-info .info a[data-v-c865f939] {
  color: rgb(var(--v-theme-primary));
  text-decoration: underline;
}
.contact-us-component .button-panel[data-v-c865f939] {
  position: relative;
  padding: 0 140px;
}
@media only screen and (max-width: 1365px) {
.contact-us-component .button-panel[data-v-c865f939] {
    padding: 0 80px;
}
}
@media only screen and (max-width: 959px) {
.contact-us-component .button-panel[data-v-c865f939] {
    padding: 0 30px;
}
}
.contact-us-component .button-panel .v-btn[data-v-c865f939] {
  position: absolute;
  width: 246px;
  height: 53px;
  padding: 0;
  font-size: 16px;
  top: -53px;
}
@media only screen and (max-width: 1365px) {
.contact-us-component .button-panel .v-btn[data-v-c865f939] {
    position: relative;
    top: 0;
    margin-top: 40px;
}
}
@media only screen and (max-width: 767px) {
.contact-us-component .button-panel .v-btn[data-v-c865f939] {
    width: 180px;
    height: 37px;
    font-size: 12px;
}
}
.contact-us-component .button-panel .v-btn .icon[data-v-c865f939] {
  font-size: 16px;
  font-weight: bold;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
.contact-us-component .button-panel .v-btn .icon[data-v-c865f939] {
    font-size: 12px;
    margin-left: 10px;
}
}