#contactInfo .qrcode {
  position: relative;
}
#contactInfo .qrcode .image-whatsapp {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#contactInfo .qrcode img {
  margin: auto;
}
#contactInfo .tab-pane p {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Lato;
  font-size: 14px;
  color: #999999;
}
#contactInfo .contact-item {
  height: 54px;
  line-height: 54px;
  border-bottom: solid 1px #e0e0e0;
}
#contactInfo .contact-item img {
  margin-bottom: 3px;
  margin-right: 5px;
}
#contactInfo .contact-item .contact-name {
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
}
#contactInfo .contact-item .contact-info {
  font-family: Lato;
  font-size: 14px;
  color: #4e3c2e;
  float: right;
}
#contactInfo .contact-img {
  margin-right: 5px;
  margin-bottom: 3px;
}
#contactInfo .support_desc_oversea {
  margin-bottom: 20px;
}
#contactInfo .contact-tabs {
  background-color: #e0e0e0;
}
#contactInfo .contact-tabs a {
  color: #4e3c2e !important;
}
#contactInfo .contact-tabs .active {
  background-color: #ffffff;
}
#contactInfo .contact-tabs .active a {
  background-color: #ffffff !important;
  color: #4e3c2e !important;
  border: none !important;
  border-radius: unset !important;
}
#contactInfo .contact-tabs .active .rectangle {
  height: 48px;
  width: 6px;
  background-color: #eea717;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}
#contactInfo .modal-body {
  padding: unset !important;
}
.contact-info-list {
  width: 250px;
  padding-left: unset;
  float: left;
}
.contact-body {
  border-top: solid 1px #e0e0e0;
  width: 648px;
  height: 600px;
}
.slimScrollDiv {
  border-bottom-left-radius: 5px;
}
.tab-cs-content-detail {
  margin-top: 20px;
  width: 395px;
  float: left;
}
.contact-us {
  width: 65%;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 10px;
  border-radius: 6px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  border: solid 1px #e0e0e0;
  margin-bottom: 15px;
  text-align: center;
}
.contactInfo-cssupport {
  margin-left: 10px;
  font-family: Lato;
  font-size: 13px;
  color: #ffffff;
}
.contactInfo .modal-content {
  font-family: Lato;
}
.cs-contact-error-body {
  text-align: center;
  height: 100%;
  height: 400px;
  border-top: solid 1px #e0e0e0;
  margin-bottom: 20px;
}
.cs-contact-error-body img {
  margin: 10px;
}
.cs-contact-error-body div {
  margin: auto;
  margin-top: 100px;
}
.side-menu-section-csContactInfo .modal-contactInfo-div {
  width: 225px;
  height: 60px;
  background-color: #37271a;
  position: fixed;
  bottom: 0;
  left: 0px;
  z-index: 1030;
  line-height: 60px;
  padding-left: 10px;
}
.side-menu-section-csContactInfo .modal-contactInfo-div .modal-contactInfo {
  width: 14px !important;
  height: 14px !important;
  cursor: pointer;
  margin-left: 5px;
}
.side-menu-section-csContactInfo .modal-contactInfo-div span {
  cursor: pointer;
}
.contact-info-graphical {
  color: #c7c7cc;
}
.pointer {
  cursor: pointer;
}
#contactInfo a:link {
  text-decoration: none;
  /* 指正常的未被访问过的链接*/

}
#contactInfo a:visited {
  text-decoration: none;
  /*指已经访问过的链接*/

}
#contactInfo a:hover {
  text-decoration: none;
  /*指鼠标在链接*/

}
#contactInfo a:active {
  text-decoration: none;
  /* 指正在点的链接*/

}
.item-whatsapp,
.item-email {
  color: #4e3c2e;
  text-decoration: none;
}
@media (min-width: 320px) {
  .modal-contactInfo-div {
    max-width: 350px;
  }
}
@media (min-width: 768px) {
  .modal-contactInfo-div {
    max-width: 420px;
  }
}
@media (min-width: 996px) {
  .modal-contactInfo-div {
    max-width: 490px;
  }
}
@media (min-width: 1200px) {
  .modal-contactInfo-div {
    max-width: 560px;
  }
}
.ESTS_Height .modal-contactInfo-div {
  bottom: 60px !important;
}
.SideMenuContent-padding {
  padding-bottom: 60px;
}
.ESTS_padding_Height {
  padding-bottom: 120px;
}
.contactInfo-cssupport-hide {
  display: none;
}
.side-menu-section-csContactInfo .contactInfo-cssupport {
  display: unset !important;
}
