/*页面重置样式*/
* {
  margin: 0;
  padding: 0;
  font-family: "PingFang SC";
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  -webkit-text-size-adjust: none !important; /* ios横屏字体放大 */
  -webkit-overflow-scrolling: touch;
}
*:not(input, textarea) {
  -webkit-user-select: none !important;
  -webkit-tap-highlight-color: rgba(200, 200, 200, 0);
}
html,
body {
  margin: 0 auto;
  background: #ffffff;
  font-size: 16px;
}
body {
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
}
img {
  border: none;
  border: 0;
  vertical-align: top;
}
ol,
ul,
li {
  list-style: none;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
em,
i {
  font-size: 16px;
  font-weight: normal;
}
input,
button {
  border: none;
  outline: none;
  border-radius: initial;
  margin: 0;
  padding: 0;
  /* background: transparent; */
}
a {
  color: #333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
a:focus {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  background: none;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
select::-ms-expand {
  display: none;
}
/* 去除Chrome等浏览器文本框默认发光边框 */
input:focus,
textarea:focus {
  outline: none;
}
/* 禁止多行文本框textarea拖拽 */
textarea {
  resize: none;
}
/*全部英文字符下自动换行*/
p {
  word-break: break-all;
}

/* 禁止长按链接与图片弹出复制图片菜单 */
a,
img {
  -webkit-touch-callout: none;
}
/*禁止长按复制*/
/*在 iOS 上，输入框默认有内部阴影 清除输入框内阴影*/
input,
textarea {
  border: 0;
  -webkit-appearance: none;
}
/*弹性滑动*/
.naative-auto {
  overflow: auto;
  /* auto | scroll */
  -webkit-overflow-scrolling: touch;
}
/*单行省略......*/
.dwote {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/*多行行省略......*/
.dwwo-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.dwwo-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
/*css修改placeholder的颜色*/
::-webkit-input-placeholder {
  font-size: 0.373333rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #535353;
}
:-moz-placeholder {
  font-size: 0.373333rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #535353;
}
::-moz-placeholder {
  font-size: 0.373333rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #535353;
}
:-ms-input-placeholder {
  font-size: 0.373333rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #535353;
}

.language {
  position: absolute;
  top: 1.3rem;
  right:0.5rem;
}
.language .icon-lang {
  background: url(../img/language.png);
  width: 0.3382rem;
  height: 0.3382rem;
  display: inline-block;
  background-size: 100%;
  margin-left: auto;
  vertical-align: middle;
  position: relative;
  top: -0.05rem;
}
.automation .icon-drop {
  background: url(../img/drop.png);
  width: 0.266rem;
  height: 0.1935rem;
  display: inline-block;
  background-size: 100%;
  margin-left: 0.05rem;
}
.lang-select{
  position: absolute;
  margin-top: 0.05rem;
  display: none;
  margin-left: -0.1rem;
  z-index: 9999;
}
.lang-select a{
  width: 1.8rem;
  height: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  display: inline-block;
  background-color: #E2E2E2;
  border-radius: 0.04rem;
  color: #333;
  font-size: 0.4rem;
}
