@charset "UTF-8";
body {
  font-size: 14px;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 86px;
  line-height: 86px;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid rgba(217, 191, 141, 0.5);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
header .logo {
  margin-top: 12px;
}

.direction_rtl p {
  direction: rtl;
  unicode-bidi: isolate;
}

.r {
  display: flex;
  align-items: center;
  gap: 20px;
}

nav {
  font-size: 20px;
}
nav a {
  text-transform: capitalize;
  color: #fff;
  margin-right: 48px;
}
nav a:hover {
  color: #ffdf80;
}

.commu a {
  display: inline-block;
  color: #fff;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 20px;
  background-image: url("../images/icon-commu.png");
  text-transform: capitalize;
  margin-left: 10px;
  vertical-align: middle;
}
.commu a:hover {
  color: #ffdf80;
  background-position-y: -44px;
}
.commu .commu-fb {
  width: 26px;
  height: 26px;
}
.commu .commu-x {
  width: 26px;
  height: 26px;
  background-position-x: -48px;
}
.commu .commu-youtube {
  width: 28px;
  height: 28px;
  background-position-x: -95px;
}
.commu .commu-tap {
  width: 32px;
  height: 26px;
  background-position-x: -190px;
}
.commu .commu-tiktok {
  width: 23px;
  height: 26px;
  background-position-x: -145px;
}

.btn-dl a {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  height: 46px;
  background-repeat: no-repeat;
  background-image: url("../images/btn-dl.png");
  background-position-y: 0;
}
.btn-dl {
  /*.btn-dl-android {
  	background-position-x: 0;
  	margin-right: 15px;
  }

  .btn-dl-pc {
  	background-position-x: -172px;
  }*/
}
.btn-dl .btn-dl-android,
.btn-dl .btn-dl-pc {
  position: relative;
  margin-left: 6px;
  margin-right: 6px;
  color: #fff;
  line-height: 1.2;
  font-size: 14px;
}
.btn-dl .btn-dl-android img,
.btn-dl .btn-dl-pc img {
  width: 161px;
}
.btn-dl .btn-dl-android span,
.btn-dl .btn-dl-pc span {
  position: absolute;
  left: 50px;
  top: 7px;
  text-align: left;
}

.lang {
  position: relative;
  height: 34px;
  line-height: 34px;
  width: 131px;
  padding-left: 10px;
  padding-right: 40px;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #000;
  outline: none;
  color: #666;
  text-transform: capitalize;
  /* 隐藏原生箭头 */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* ========= 实心三角箭头 ========= */
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d8d8d8'%3E%3Cpath d='M12 17L7 12h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 25px;
}

footer {
  height: 120px;
  background-color: #000;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
footer .logo {
  margin-top: 25px;
  margin-bottom: 10px;
}
footer p {
  font-size: 12px;
}

/*# sourceMappingURL=common.css.map */
