* {
  margin: 0;
  padding: 0;
  font-size: 0.22rem;
}

html,
body {
  width: 100%;
  max-width: 100%;
  min-width: 1200px;
  /* overflow-x: auto; */
}
li {
  list-style: none;
}
.hide {
  display: none !important;
}

div,
p {
  box-sizing: border-box;
}

.pop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
}

.pop1,
.pop2,
.pop3,
.pop4,
.pop5,
.pop6,
.pop7,
.pop8 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100% !important;
  box-sizing: border-box;
}

.pop1 {
  width: 10.5rem;
  height: 5.6rem;
  background-color: black;
}

.pop1 .content,
.pop1 iframe,
.pop1 img {
  width: 100%;
  height: 100%;
}

.pop1 img {
  object-fit: contain;
}

.close {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: url(../img/close.png) no-repeat;
  background-size: 100%;
}

.close1 {
  right: -0.4rem;
  /* top: -0.7rem; */
}

.single-ellipsis {
  white-space: nowrap; /* 强制单行，禁止换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 显示省略号 */
}

.abs-c {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.row-start {
  display: flex;
  justify-content: flex-start;
}

.row-center {
  display: flex;
  justify-content: center;
}

.wrap-bg {
  width: 100%;
  /* height: 92rem; */
  height: 85.5rem;
  background: url('../img/bg.jpg') no-repeat;
  background-size: 100% !important;
  background-position: top center !important;
  overflow: hidden;
  position: relative;
}

.nav {
  width: 100%;
  height: 0.57rem;
  background: url('../img/nav-bg.png') no-repeat;
  background-size: 100%;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 99;
  min-width: 1200px;
}

.nav > img {
  margin-left: 0.2rem;
  width: 0.56rem;
}

.nav-line {
  width: 0.14rem;
  height: 0.6rem;
  background: url('../img/nav-line.png') no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.languages {
  position: absolute;
  right: 0.2rem;
  background: url('../img/language-bg.png') no-repeat;
  width: 1.32rem;
  height: 0.41rem;
  background-size: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  cursor: pointer;
}

.languages > img:nth-of-type(1) {
  width: 0.26rem;
}
.languages > img:nth-of-type(2) {
  width: 0.1rem;
}

.languages p {
  font-size: 0.2rem;
  color: #9a5d1c;
}

.zh_lang .languages p {
  font-size: 0.14rem;
}

.languages ul {
  position: absolute;
  top: 0.4rem;
  display: none;
  background-color: rgba(255, 255, 255, 0.6);
  width: 1.32rem;
  z-index: 99;
}

.languages ul li {
  text-align: center;
  color: #9a5d1c;
  padding: 0.1rem 0;
  border-bottom: 1px solid #e8bf75;
  font-size: 0.18rem;
}

.languages:hover ul {
  display: block;
}
.languages ul:hover ul {
  display: block;
}

.nav-item {
  color: #e8bf75;
  height: 100%;
  flex-direction: column;
  font-size: 0.22rem;
  box-sizing: content-box;
  margin: 0 0.4rem;
  width: fit-content;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
}

.tr_lang .nav-item {
  white-space: wrap;
  font-size: 0.18rem;
}
.en_lang .nav-item {
  white-space: wrap;
  font-size: 0.18rem;
}

.nav-item p {
  font-size: 0.12rem;
}

.nav-item.active {
  color: white;
  /* border-bottom: 3px solid #fb6928; */
}

.nav-list {
  height: 100%;
  width: fit-content;
}

.tr_lang .nav-list {
  width: 12rem;
}
.en_lang .nav-list {
  width: 12rem;
}

.slogan {
  width: 8.26rem;
  height: 1.77rem;
  background: url('../img/slogan.png') no-repeat;
  background-size: 100%;
  top: 3rem;
}

.tr_lang .slogan {
  width: 19.2rem;
  height: 1.39rem;
  background: url('../img/tr_slogan.png') no-repeat;
  background-size: 100%;
  margin-top: 0.2rem;
}
.en_lang .slogan {
  width: 19.2rem;
  height: 1.39rem;
  background: url('../img/en_slogan.png') no-repeat;
  background-size: 100%;
  margin-top: 0.2rem;
}

.auto-c {
  margin: 0 auto;
}

.p1 {
  width: 12.32rem;
  height: 8.33rem;
  background: url('../img/p1.png') no-repeat;
  background-size: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 5.26rem;
}

.tr_lang .p1 {
  background: url('../img/tr_p1.png') no-repeat;
  background-size: 100%;
}
.en_lang .p1 {
  background: url('../img/en_p1.png') no-repeat;
  background-size: 100%;
}

.p2 {
  width: 8rem;
  height: 2.16rem;
  background: url('../img/p2.png') no-repeat;
  background-size: 100%;
  position: relative;
  overflow: hidden;
  margin-left: 4.5rem;
  margin-top: 1.3rem;
}

.tr_lang .p2 {
  width: 19.2rem;
  background: url('../img/tr_p2.png') no-repeat;
  background-size: 100%;
  margin-left: 0 !important;
}
.en_lang .p2 {
  width: 19.2rem;
  background: url('../img/en_p2.png') no-repeat;
  background-size: 100%;
  margin-left: 0 !important;
}

.video {
  width: 7.6rem;
  height: 4.9rem;
  margin-top: 3.45rem;
}

.video iframe {
  width: 100%;
  height: 100%;
}

.p2-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.swiperWrap {
  width: 11.22rem;
  overflow: hidden;
  margin-top: 0.5rem;
}

.swiper-slide img {
  /* width: 100%;
  height: 100%; */
  width: 7.2rem;
  height: 4.05rem;
  object-fit: cover;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
}

.swiper-button-prev,
.swiper-button-next {
  width: 0.34rem;
  height: 0.61rem;
  background: url(../img/swiper-arrow.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 2.4rem;
}

.swiper-button-prev {
  left: 3.4rem;
}

.swiper-button-next {
  background: url(../img/swiper-arrow.png) no-repeat;
  background-size: 100% 100%;
  transform: scaleX(-1);
  right: 3.4rem;
}

.swiper-button-next:hover {
  background: url(../img/active-swiper-arrow.png) no-repeat;
  transform: scaleX(1);
  background-size: 100% 100%;
}
.swiper-button-prev:hover {
  background: url(../img/active-swiper-arrow.png) no-repeat;
  transform: scaleX(-1);
  background-size: 100% 100%;
}

.p2-title {
  font-size: 0.18rem;
  margin-top: 0.2rem;
}

.p3 {
  width: 12.28rem;
  height: 7.98rem;
  background: url('../img/p3.png') no-repeat;
  background-size: 100%;
  margin-top: 0.88rem;
  /* overflow: hidden; */
  position: relative;
}

.tr_lang .p3 {
  background: url('../img/tr_p3.png') no-repeat;
  background-size: 100%;
}
.en_lang .p3 {
  background: url('../img/en_p3.png') no-repeat;
  background-size: 100%;
}

.p4 {
  width: 12.31rem;
  height: 10.85rem;
  background: url('../img/p4.png') no-repeat;
  background-size: 100%;
  margin-top: 0.8rem;
  overflow: hidden;
}

.tr_lang .p4 {
  background: url('../img/tr_p4.png') no-repeat;
  background-size: 100%;
  height: 11.02rem;
}

.en_lang .p4 {
  background: url('../img/en_p4.png') no-repeat;
  background-size: 100%;
}

.kuang {
  width: 2.5rem;
  height: 1.23rem;
  background: url('../img/kuang.png') no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.kuang > p {
  font-weight: bold;
}
.kuang > p:nth-of-type(1) {
  font-size: 0.3rem;
  color: white;
  text-shadow:
      /* 上下左右 4 个方向 */
    -2px 0 0 #c79749,
    2px 0 0 #c79749,
    0 -2px 0 #c79749,
    0 2px 0 #c79749,
    /* 四个斜角 */ -2px -2px 0 #c79749,
    2px -2px 0 #c79749,
    -2px 2px 0 #c79749,
    2px 2px 0 #c79749;
}
.kuang > p:nth-of-type(2) {
  color: #a98650;
}

.en_lang .kuang > p:nth-of-type(1) {
  font-size: 0.22rem;
}

.kuang.ed > p {
  color: #848383;
  text-shadow: none;
}

.p4-list {
  display: flex;
  align-items: center;
  margin-top: 1.7rem;
  justify-content: center;
}

.arrow {
  width: 0.5rem;
  height: 0.39rem;
  background: url('../img/arrow.png') no-repeat;
  background-size: 100% !important;
}

.arrow.ed {
  background: url('../img/ed-arrow.png') no-repeat;
}

.kuang.ed {
  width: 2.5rem;
  height: 1.23rem;
  background: url('../img/ed_kuang.png') no-repeat;
  background-size: 100%;
}

.p5 {
  width: 12.3rem;
  height: 12.87rem;
  background: url('../img/p5.png') no-repeat;
  background-size: 100%;
  margin-top: 0.88rem;
  /* overflow: hidden; */
  display: flow-root;
}

.tr_lang .p5 {
  background: url('../img/tr_p5.png') no-repeat;
  background-size: 100%;
}
.en_lang .p5 {
  background: url('../img/en_p5.png') no-repeat;
  background-size: 100%;
}

.p6 {
  width: 14.4rem;
  height: 10.5rem;
  background: url('../img/p6.png') no-repeat;
  background-size: 100%;
  overflow: hidden;
  margin-top: 1rem;
}
.tr_lang .p6 {
  background: url('../img/tr_p6.png') no-repeat;
  background-size: 100%;
}
.en_lang .p6 {
  background: url('../img/en_p6.png') no-repeat;
  background-size: 100%;
}
.p7 {
  width: 19.2rem;
  height: 6.62rem;
  background: url('../img/p7.png') no-repeat;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}

.tr_lang .p7 {
  background: url('../img/tr_p7.png') no-repeat;
  background-size: 100%;
}
.en_lang .p7 {
  background: url('../img/en_p7.png') no-repeat;
  background-size: 100%;
}

.en_lang .p7-btn,
.tr_lang .p7-btn {
  width: 3rem;
  cursor: pointer;
  height: 0.8rem;
  position: absolute;
  bottom: 1.4rem;
  left: 6.7rem;
  display: block;
}

.zh_lang .qr_code {
  width: 1.24rem;
  height: 1.25rem;
  position: absolute;
  left: 7.3rem;
  top: 4.34rem;
  display: block;
}

.zh_lang .p7-btn {
  display: none;
}

.tr_lang .qr_code,
.en_lang .qr_code {
  display: none;
}

.zh_lang .qr_code img {
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
}

.p8 {
  width: 19.2rem;
  height: 9.34rem;
  background: url('../img/p8.png') no-repeat;
  background-size: 100%;
  margin-top: 1.2rem;
  position: relative;
}

.tr_lang .p8 {
  background: url('../img/tr_p8.png') no-repeat;
  background-size: 100%;
}
.en_lang .p8 {
  background: url('../img/en_p8.png') no-repeat;
  background-size: 100%;
}

.p8-btn {
  width: 3.96rem;
  height: 0.98rem;
  background: url('../img/p8-btn.png') no-repeat;
  background-size: 100%;
  animation: huxi 1.5s ease-in-out infinite;
  bottom: 0;
  cursor: pointer;
  margin-left: -1.98rem;
}

.tr_lang .p8-btn {
  width: 5.73rem;
  height: 0.98rem;
  background: url('../img/tr_p8-btn.png') no-repeat;
  background-size: 100%;
  margin-left: -2.865rem;
}
.en_lang .p8-btn {
  width: 5.73rem;
  height: 0.98rem;
  background: url('../img/en_p8-btn.png') no-repeat;
  background-size: 100%;
  margin-left: -2.865rem;
}

@keyframes huxi {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    opacity: 0.85;
    transform: scale(0.8);
  }
}

.p9 {
  width: 19.2rem;
  height: 1.15rem;
  background: url('../img/p9.png') no-repeat;
  background-size: 100%;
  margin-top: 0.6rem;
}

.tr_lang .p9 {
  background: url('../img/tr_p9.png') no-repeat;
  background-size: 100%;
}
.en_lang .p9 {
  background: url('../img/en_p9.png') no-repeat;
  background-size: 100%;
}

.kuang2 {
  width: 2.24rem;
  height: 0.37rem;
  line-height: 0.37rem;
  background: url('../img/kuang2.png') no-repeat;
  background-size: 100%;
  display: flex;
  margin-top: 0.6rem;
  gap: 0.05rem;
}

.kuang2 div {
  flex: 1;
  text-align: center;
  font-weight: bold;
  color: #ae6237;
  font-size: 0.2rem;
  cursor: pointer;
}

.tr_lang .kuang2 p {
  font-size: 0.18rem;
}

.videoList {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  margin-top: 0.4rem;
  width: 100%;
  min-height: 2.44rem;
}
.imgList {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  margin-top: 0.4rem;
  width: 100%;
  min-height: 2.44rem;
}

.kuang2 div.active {
  background: url('../img/active-kuang2.png') top left / auto 100% no-repeat;
}

.kuang2 div:nth-of-type(1).active {
  background-position: 0 0;
}
.kuang2 div:nth-of-type(2).active {
  background-position: -1.12rem 0;
}

.kuang2 div:nth-of-type(1) p {
  padding-left: 0.15rem;
}
.kuang2 div:nth-of-type(2) p {
  padding-right: 0.15rem;
}

.videoCard {
  width: 2.86rem;
  min-height: 2.44rem;
  background-color: white;
  cursor: pointer;
  position: relative;
}

.imgCard {
  width: 2.86rem;
  min-height: 2.44rem;
  background-color: white;
  cursor: pointer;
}

.videoCard .cover {
  height: 1.85rem;
  width: 100%;
  object-fit: cover;
  padding-bottom: 0.1rem;
}

.imgCard img {
  height: 1.85rem;
  width: 100%;
  object-fit: cover;
  padding-bottom: 0.1rem;
}

.img-title {
  text-align: center;
  width: 100%;
  font-size: 0.18rem;
  /* line-height: 0.4rem; */
  display: flex;
  justify-content: center;
  /* align-content: center; */
}

.videoTitle {
  width: 2.35rem;
  height: auto;
  font-size: 0.18rem;
  padding-left: 0.1rem;
}

.videoIcon {
  display: flex;
  justify-content: space-between;
  padding: 0 0.05rem;
  position: absolute;
  right: 0;
  top: 2.05rem;
}

.videoIcon p {
  font-size: 0.16rem;
  color: #5e6372;
}

.p5-content {
  margin-top: 2.6rem;
  display: flex;
  position: relative;
}

.game1 {
  width: 4rem;
}

.game2 {
  width: 4.2rem;
}

.game3 {
  width: 4.2rem;
}

.game1,
.game2,
.game3 {
  height: 100%;
  display: flex;
  flex-direction: column;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.game2 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.game3 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.team {
  background-color: #fae0ac;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 0.1rem; */
  padding: 0.01rem 0.05rem 0.01rem 0rem;
  position: relative;
  width: 1.6rem;
  height: 0.46rem;
}

.team img {
  height: 0.46rem;
  width: 0.46rem;
  display: block;
  object-fit: cover;
}

.team .team-name {
  width: 1.8rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  font-size: 0.13rem;
  word-break: break-word;
  text-align: center;
}

.tr_lang .team .team-name {
  font-size: 0.14rem;
}

.t-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 0.1rem;
  position: relative;
  align-items: center;
  margin-bottom: 0.2rem;
}

.t-right {
  display: flex;
  align-items: center;
  margin-left: 0.2rem;
}

.t-line {
  width: 0.3rem;
  /* height: calc(100% - 1.1rem - 2px); */
  border-top: 1px solid #e1c285;
  border-right: 1px solid #e1c285;
  border-bottom: 1px solid #e1c285;
  margin-left: -0.1rem;
}

.t-wrap {
  flex: 1;
}

.t-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.t-left .team:nth-of-type(2) {
  margin-top: 0.1rem;
}

.t-right .team::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -0.3rem;
  width: 0.3rem;
  height: 0rem;
  border-top: 1px solid #e1c285;
}

.game3 .t-wrap:nth-of-type(1) {
  margin-top: 0.95rem;
}
.game3 .t-wrap:nth-of-type(1) .t-left {
  gap: 1.8rem;
}
.game3 .t-wrap:nth-of-type(2) {
  margin-top: 1.4rem;
}

.game1 .t-line {
  height: 0.65rem;
}
.game2 .t-line {
  height: 0.65rem;
}
.game3 .t-line {
  height: 2.4rem;
}

.game3 .t-wrap:nth-of-type(2) .t-line {
  height: 0.6rem;
}

.no1 {
  position: absolute;
  text-align: center;
  color: #c1944b;
  font-weight: bold;
  right: 0.2rem;
  top: 0.6rem;
}

.tr_lang .no1 {
  right: 0rem;
}

.no1 img {
  width: 1.07rem;
  height: 1.04rem;
}

.no2 {
  position: absolute;
  right: 0.42rem;
  top: 5.2rem;
  color: #c1944b;
  font-weight: bold;
}

.tr_lang .no2 {
  right: 0rem;
}

.en_lang .no2 {
  right: 0rem;
}

.team-line4 {
  width: 1.11rem;
  height: 1.06rem;
  background: url('../img/team-line4.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 4.6rem;
  left: 7.2rem;
}

.footer {
  display: flex;
  background-color: black;
  height: 1.4rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.footer div {
  color: #b8b8b8;
  font-size: 0.17rem;
  text-align: center;
}

.footer img {
  object-fit: cover;
  height: 60%;
}

.footer .logos {
  display: flex;
  gap: 0.5rem;
  height: 100%;
  align-items: center;
}

.footer .logos .line {
  width: 1px;
  height: 70%;
  background-color: #b8b8b8;
}

.footer .about a {
  color: #b8b8b8;
  outline: none;
  font-size: 0.17rem;
  text-decoration: none;
}
.footer .about span {
  color: #b8b8b8;
  margin: 0 0.1rem;
}

.road {
  width: 1.6rem;
  height: 1.28rem;
  background: url('../img/7road.png') no-repeat;
  background-size: 100%;
  scale: 0.8 !important;
}

.en_lang .road {
  width: 0.72rem;
  height: 0.83rem;
  background: url('../img/frn_7road.png') no-repeat;
  background-size: 100%;
}
.tr_lang .road {
  width: 0.72rem;
  height: 0.83rem;
  background: url('../img/frn_7road.png') no-repeat;
  background-size: 100%;
}

.nation-flag {
  width: 1.5rem;
  height: 1.3rem;
  position: absolute;
  top: 3rem;
  left: 0.25rem;
}

.nation-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nation-flag .name {
  text-align: center;
  color: #a88c5f;
}

.nation-flag > div {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  position: absolute;
  bottom: 0;
  background-color: white;
}

.team-flag {
  width: 1.8rem;
  height: 1.7rem;

  position: absolute;
  top: 2.7rem;
  left: 1.95rem;
}

.team-flag img {
  width: 100%;
  height: 100%;
}

.member {
  width: 2.2rem;
  height: 2rem;
  color: #a88c5f;
  position: absolute;
  left: 4.6rem;
  top: 2.5rem;
  word-break: break-word;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  align-content: center;
}

.member span {
  display: block;
  text-align: center;
}

.member img {
  width: 0.2rem;
  height: 0.2rem;
}

.claim {
  width: 3.6rem;
  height: 2rem;
  color: #a88c5f;
  position: absolute;
  top: 2.5rem;
  left: 7.7rem;
  word-break: break-word;
  overflow-y: auto;
  display: flex;
  align-items: center;
}

.t1 {
  width: 5rem;
  height: 3rem;
  display: flex;
  position: absolute;
  top: 5.3rem;
  left: 1.35rem;
  flex-wrap: wrap;
}

.t2 {
  width: 1.1rem;
  height: 3rem;
  display: flex;
  position: absolute;
  top: 5.3rem;
  left: 6.65rem;
  flex-wrap: wrap;
}
.t3 {
  width: 1.1rem;
  height: 3rem;
  display: flex;
  position: absolute;
  top: 5.3rem;
  left: 7.8rem;
  flex-wrap: wrap;
  /* margin-left: 0.1rem; */
}
.t4 {
  width: 1.1rem;
  height: 3rem;
  display: flex;
  position: absolute;
  top: 5.3rem;
  left: 8.85rem;
  margin-left: 0.1rem;
  flex-wrap: wrap;
}
.t5 {
  width: 1.1rem;
  height: 3rem;
  display: flex;
  position: absolute;
  top: 5.3rem;
  left: 9.55rem;
  margin-left: 0.5rem;
  flex-wrap: wrap;
}

.p3 .t {
  justify-content: center;
  height: auto !important;
}
.p3 .t1 {
  justify-content: space-around !important;
}

.t-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-height: 1.3rem;
  flex-direction: column;
  cursor: pointer;
}

.t-item .t-img {
  width: 0.91rem;
  height: 0.91rem;
}

.t-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t-item .t-name {
  font-size: 0.14rem;
  width: 100%;
  text-align: center;
}

.t-item.active .t-name {
  color: #a88c5f;
}
.t-item:hover .t-name {
  color: #a88c5f;
}

.page {
  width: fit-content;
  height: 0.4rem;
  /* background: url(../img/page.png) no-repeat;
  background-size: 100% !important; */
  margin-top: 0.3rem;
  display: flex;
}

.page .page-l,
.page .page-r {
  width: 1.46rem;
  height: 0.41rem;
  background: url('../img/page.png') no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 0.41rem;
  color: #875404;
  cursor: pointer;
}

.page-c {
  margin: 0 0.2rem;
  display: flex;
}

.page-round {
  width: 0.41rem;
  height: 0.41rem;
  border-radius: 50%;
  background-color: #c4c4c4;
  color: black;
  margin: 0 0.05rem;
  text-align: center;
  line-height: 0.41rem;
  cursor: pointer;
}

.page-round.active {
  background-color: #f3da63;
  color: #956611;
}

img:not([src]),
img[src=''] {
  opacity: 0;
}

.title {
  position: absolute;
  left: 1rem;
  font-size: 0.18rem;
  color: white;
}

.tr_lang .fblink,
.en_lang .fblink {
  position: absolute;
  width: 1.8rem;
  height: 0.6rem;
  bottom: 0.1rem;
  right: 2.4rem;
  cursor: pointer;
}

.sideAds {
  position: fixed;
  right: 0.5rem;
  top: 40%;
  width: 2.02rem;
  height: 2.96rem;
  background: url('../img/sideAds.png') no-repeat;
  background-size: 100% !important;
  cursor: pointer;
  z-index: 99;
}

.tr_lang .sideAds {
  background: url('../img/tr_sideAds.png') no-repeat;
}
.en_lang .sideAds {
  background: url('../img/en_sideAds.png') no-repeat;
}
