/*客戶專屬CSS*/

body,
.Container .Content,
.Container .sidebar,
.Container {
  background: #FFFFFF;
}

.Header {
  background: #e50012;
}

.NaviWrapper {
  background: #FFFFFF;
}

.sm-custom a,
.sm-custom a:hover,
.sm-custom a:focus,
.sm-custom a:active,
.sm-custom a.highlighted {
  color: #000 !important;
}

.sm-custom a span {
  color: #e50012 !important;
}

.sm-custom ul {
  background: #FFFFFF !important;
}

.sm-custom ul a:hover,
.sm-custom ul a:focus,
.sm-custom ul a:active,
.sm-custom ul a.highlighted {
  background: #E5E5E5 !important;
}

.Navi li {
  border-right: 1px solid #e50012;
}

.sm-custom ul a .sub-arrow {
  border-color: transparent transparent transparent #e50012 !important;
}

.main .Profile {
  margin: 2.5em 0;
  max-width: 100%;
}

.Content h3 iframe {
  margin: 0 auto;
}

.HotProducts h2 {
  background: #e50012;
}

.Content h4 {
  color: #000;
}

.main .Profile>h4,
.main .Profile>h3 {
  width: 100%;
  padding: 0;
  margin: 0;
}

.boxProductBlk h3 a {
  color: #e50012;
}

.boxProductBlk h4 a {
  display: block;
  text-align: center;
  color: #e50012;
}

.Footer {
  background: #FFFFFF;
  border-top: 7px solid #e50012;
  color: #000;
}

.Footer .Address a,
.Footer .Copyright a {
  color: #000;
}

.Footer ul.navFooter {
  display: none;
}

.certificate-group:first-child {
  display: block;
  float: right;
}

.certificate-group {
  display: none;
}

.certificate-group {
  margin: 0 0 1em auto;
}

.certificate-group tr {
  text-align: right;
  display: inline-block;
}

.certificate-group img {
  border: none;
  max-width: 100%;
}

.certificate-group td {
  display: inline-block;
  text-align: center;
  padding: 0.5em;
}

.certificate-group .qr-code {
  max-width: 60px;
}

.certificate-group .alibaba {
  max-width: 185px;
}

.Address iframe {
  float: right;
  width: 758px;
  height: 90px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 779px) {
  .Address iframe {
    width: 100vw;
    height: 100%;
  } 
}

@media only screen and (max-width: 410px) {
  .Address iframe {
    height: 220px;
  } 
}