@media (min-width: 769px) {
  .panel-contact {
    height: 9.0625rem;
    background-image: url("/themes/simplebootx/Index/Public/img/contact/bg-contact.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contact-box {
    display: flex;
    height: 5rem;
    margin: 0 2.5rem;
  }
  .contact-box .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    width: 5rem;
    padding-left: 0.625rem;
    padding-right: 0.25rem;
    background-image: url("/themes/simplebootx/Index/Public/img/contact/bg-contact-left.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contact-box .msg-item {
    color: #fff;
    padding: 0.75rem 0;
    position: relative;
  }
  .contact-box .msg-item .label {
    margin-bottom: 0.125rem;
    font-size: 0.225rem;
    line-height: 0.3rem;
  }
  .contact-box .msg-item .value {
    font-size: 0.35rem;
    line-height: 0.4875rem;
    font-weight: bold;
    word-break: break-all;
    word-wrap: break-word;
  }
  .contact-box .msg-item::before {
    content: " ";
    display: block;
    width: 0.3rem;
    height: 0.0375rem;
    background: #fff;
    opacity: 0.5;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .contact-box .msg-item:first-of-type {
    padding-top: 0;
  }
  .contact-box .msg-item:last-of-type {
    padding-bottom: 0;
  }
  .contact-box .msg-item:last-of-type::before {
    display: none;
  }
  .contact-box .right {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding: 0.625rem 1.1rem;
    background-color: #fff;
    background-image: url("/themes/simplebootx/Index/Public/img/contact/bg-map.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contact-box .right .name {
    padding-bottom: 0.175rem;
    margin-bottom: 0.3625rem;
    position: relative;
  }
  .contact-box .right .name::before {
    content: " ";
    display: block;
    width: 0.3rem;
    height: 0.0375rem;
    background: #044269;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .contact-box .right .name .cn {
    margin-bottom: 0.1375rem;
    color: #044269;
    font-size: 0.375rem;
    line-height: 0.525rem;
    font-weight: bold;
  }
  .contact-box .right .name .en {
    color: #666;
    font-size: 0.225rem;
    line-height: 0.3125rem;
  }
  .contact-box .right .row {
    display: flex;
    font-size: 0.225rem;
    line-height: 0.3125rem;
  }
  .contact-box .right .row + .row {
    margin-top: 0.2625rem;
  }
  .contact-box .right .row .label {
    color: #999;
  }
  .contact-box .right .row .value {
    color: #333;
    font-weight: bold;
  }
  .contact-box .right .qrcode {
    flex-shrink: 0;
    width: 4.125rem;
  }
  .contact-box .right .qrcode .title {
    padding-bottom: 0.1875rem;
    margin-bottom: 0.5rem;
    color: #333;
    font-size: 0.225rem;
    line-height: 0.3rem;
    position: relative;
  }
  .contact-box .right .qrcode .title::before {
    content: " ";
    display: block;
    width: 0.3rem;
    height: 0.0375rem;
    background: #044269;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .contact-box .right .qr-item {
    color: #666;
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .contact-box .right .qr-item img {
    width: 1.35rem;
    height: 1.35rem;
    margin-bottom: 0.2rem;
  }
  .contact-box .right .qr-item + .qr-item {
    margin-top: 0.525rem;
  }
  .panel-message {
    height: 8.6875rem;
    background-image: url("/themes/simplebootx/Index/Public/img/contact/bg-message.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .message-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 2.5rem;
  }
  .message-form .form-item {
    width: calc((100% - 1.7625rem) / 3);
    margin-left: 0.875rem;
  }
  .message-form .form-item:first-of-type {
    margin-left: 0;
  }
  .message-form .form-item:nth-child(3) ~ .form-item {
    margin-top: 0.25rem;
  }
  .message-form .label {
    margin-bottom: 0.15rem;
    color: #044269;
    font-size: 0.225rem;
    line-height: 0.3125rem;
  }
  .message-form .value {
    height: 0.775rem;
    background: #fff;
  }
  .message-form .value input,
  .message-form .value textarea {
    width: 100%;
    height: 100%;
    padding: 0.125rem;
    border: 0.0125rem solid rgba(153, 153, 153, 0.35);
    font-size: 0.225rem;
  }
  .message-form .value input:focus,
  .message-form .value textarea:focus {
    border: 1px solid #044269;
  }
  .message-form .form-item.is-full {
    width: 100%;
    margin-left: 0;
  }
  .message-form .form-item.is-full .value {
    height: 1.575rem;
  }
  .message-form .form-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.75rem;
    height: 0.95rem;
    margin: 0.625rem auto 0;
    background: #044269;
    box-shadow: 0 0.0375rem 0.1rem 0 rgba(11, 76, 172, 0.1);
    color: #fff;
    font-size: 0.3rem;
    line-height: 0.425rem;
    cursor: pointer;
  }
  .message-form .form-action:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .panel-contact {
    background-image: url("/themes/simplebootx/Index/Public/img/contact/bg-contact-sm.png");
    background-repeat: no-repeat;
    background-size: 100% 46.4625rem;
  }
  .contact-box {
    padding: 1.025rem;
  }
  .contact-box .left {
    padding: 1.25rem 1.025rem;
    background-image: url("/themes/simplebootx/Index/Public/img/contact/bg-contact-left-sm.png");
    background-repeat: no-repeat;
    background-size: 100% 10.2375rem;
    color: #fff;
  }
  .contact-box .left .msg-item:nth-child(2) {
    margin-top: 0.8rem;
  }
  .contact-box .left .label {
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .contact-box .left .value {
    font-size: 1.15rem;
    line-height: 1.6rem;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    font-weight: bold;
  }
  .contact-box .right {
    padding: 1.15rem 1.025rem;
    background-color: #fff;
    background-image: url("/themes/simplebootx/Index/Public/img/contact/bg-map-sm.png");
    background-repeat: no-repeat;
    background-size: 100% 28.6125rem;
  }
  .contact-box .right .company {
    padding-bottom: 1.15rem;
  }
  .contact-box .right .name {
    padding-bottom: 0.575rem;
    margin-bottom: 1.025rem;
    position: relative;
  }
  .contact-box .right .name::before {
    content: " ";
    display: block;
    width: 1.5375rem;
    height: 0.1875rem;
    background: #044269;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .contact-box .right .name .cn {
    margin-bottom: 0.25rem;
    color: #044269;
    font-size: 1.15rem;
    line-height: 1.6625rem;
    font-weight: bold;
  }
  .contact-box .right .name .en {
    color: #666;
    font-size: 0.8375rem;
    line-height: 1.2125rem;
  }
  .contact-box .right .row {
    display: flex;
    align-items: flex-start;
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .contact-box .right .row + .row {
    margin-top: 0.7625rem;
  }
  .contact-box .right .label {
    flex-shrink: 0;
    color: #999;
  }
  .contact-box .right .value {
    font-weight: bold;
  }
  .contact-box .right .title {
    color: #044269;
    font-size: 0.9rem;
    line-height: 1.275rem;
    font-weight: bold;
    padding-bottom: 0.45rem;
    margin-bottom: 1.025rem;
    position: relative;
  }
  .contact-box .right .title::before {
    content: " ";
    display: block;
    width: 1.275rem;
    height: 0.125rem;
    background: #044269;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .contact-box .right .qr-list {
    display: flex;
  }
  .contact-box .right .qr-item {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .contact-box .right .qr-item img {
    width: 5.125rem;
    height: 5.125rem;
    margin: 0 auto 0.5125rem;
  }
  .panel-message {
    background-image: url("/themes/simplebootx/Index/Public/img/contact/bg-message-sm.png");
    background-repeat: no-repeat;
    background-size: 100% 40.5125rem;
  }
  .message-form {
    padding: 1.025rem;
  }
  .message-form .form-item + .form-item {
    margin-top: 1.025rem;
  }
  .message-form .label {
    margin-bottom: 0.6375rem;
    color: #044269;
    font-size: 1.025rem;
    line-height: 1.475rem;
  }
  .message-form .value {
    height: 2.8125rem;
    background: #fff;
  }
  .message-form .value input,
  .message-form .value textarea {
    width: 100%;
    height: 100%;
    padding: 0.6375rem;
    border: 0.0625rem solid rgba(153, 153, 153, 0.35);
  }
  .message-form .form-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2.8125rem;
    margin-top: 2.5625rem;
    background: #044269;
    color: #fff;
    font-size: 1.025rem;
    line-height: 1.475rem;
    font-weight: bold;
    cursor: pointer;
  }
  .message-form .form-action:active {
    opacity: 0.8;
  }
}