@import "global.css";
.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.header-logo .icon-fanhui {
  font-size: 0.4rem;
  font-weight: bold;
}
.header-logo .name {
  font-size: 0.36rem;
  color: #4a4a4a;
  margin-left: 0.3rem;
  font-weight: bold;
}
.top-logo {
  background: url("../img/link-us-top.jpg") no-repeat center;
  min-width: 7.5rem;
  width: 100%;
  height: 1.4rem;
  background-size: cover;
}
.way {
  display: flex;
  justify-content: start;
  align-items: center;
  min-height: 0.8rem;
  margin-top: 1px;
  background: #fff;
}
.way .iconfont {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.way .icon-dizhi {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  transform: scale(0.8);
}
.way .icon-E-mail {
  font-size: 0.3rem;
}
.way .icon-dianhuahover {
  font-size: 0.4rem;
}
.way .icon-fax-fill {
  font-size: 0.5rem;
}
.way .text {
  font-size: 0.24rem;
  color: #4a4a4a;
}
.title {
  font-size: 0.24rem;
  color: #d0021b;
  padding-left: 0.3rem;
  margin-top: 0.47rem;
}
.the-info {
  width: 93%;
  margin: 0 auto;
}
.the-info .list {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0.27rem 0;
  border-bottom: 0.02rem solid #979797;
  font-family: 'appfont', 'Helvetica';
}
.the-info .list label {
  display: inline-block;
  min-width: 1.18rem;
  font-size: 0.32rem;
  color: #4a4a4a;
  font-weight: bold;
}
.the-info .list input {
  background: #e6e6e6;
  height: 0.4rem;
  line-height: 0.4rem;
  text-indent: 0.1rem;
}
.the-info .list input:focus {
  background: #e1e1e1;
}
.the-info .list .textarea {
  background: #e6e6e6;
  padding: 0.1rem;
  width: 80%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: none;
  -webkit-user-modify: read-write-plaintext-only;
}
.the-info .list .textarea:focus {
  background: #e1e1e1;
}
.the-info .list .textarea [contentEditable=true]:empty:not(:focus):before {
  content: attr(data-text);
}
.btn {
  background: #d0021b;
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92%;
  height: 1.1rem;
  margin: 0.6rem auto 0;
  font-size: 0.32rem;
  position: relative;
}
.btn:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 0.3rem solid #d0021b;
  border-right: 0.4rem solid transparent;
  position: absolute;
  top: -0.26rem;
  left: 0;
  z-index: 3;
}
/*# sourceMappingURL=contact-us.css.map */