@charset "UTF-8";
/* 底部样式  start*/
.footer-box {
  background: #2D3748;
  color: #E2E8F0;
  width: 100%;
}
html[lang="ar"]{
	    direction: ltr;
	}
.footer-box .ft-module-box1 {
  min-height: 100px;
  font-size: 0.8rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #E2E8F0;
}

.footer-box .ft-module-box1 a {
  text-decoration: inherit;
  color: inherit;
}
.benner-box .item-img-box{
  align-items: flex-start;
}

.pages-fixeds-items .contents-wraps{
	line-height: 1.5;
}
.pages-fixeds-items .contents-wraps > *{
	margin: .5em 0;
}

.footer-box .ft-module-box1 a:hover {
  background: #718096;
  color: #2D3748;
}

img{
	max-width: 100%;
}

.footer-box .ft-module-box1 .center-box {
  display: flex;
  align-items: center;
  gap: .625rem;
  padding: .625rem 0;
}

.footer-box .ft-module-box1 .center-box span {
  margin: 0 0.25rem;
}

img{
	height: auto;
}

.txt-switch-box #pc-tabel-box .tabel-imte-box {
	text-decoration: none;
}
.footer-box .ft-module-box1 .right-box {
  display: flex;
  align-items: center;
}
.pages-fixeds-items .contents-headers .spans{
	width: 100%;
	text-align: center;
	font-size: 20px;
}

.footer-box .ft-module-box1 .right-box span {
  margin: 0 0.25rem;
}

.footer-box .ft-module-box1 .right-box a {
  width: 29px;
  height: 28px;
  margin: 0 0.25rem;
}

.footer-box .ft-module-box2 {
  padding: 1rem;
  border-bottom: 1px solid #E2E8F0;
}

.footer-box .ft-module-box2 .box2-conten {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.footer-box .ft-module-box2 .box2-conten h5 {
  font-size: 1.875rem;
  font-weight: 700;
}

.footer-box .ft-module-box2 .box2-conten p {
  font-size: 0.875rem;
}

.footer-box .ft-module-box2 .box2-bottom {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.footer-box .ft-module-box2 .box2-bottom .item-box {
  display: flex;
  align-items: center;
}

.footer-box .ft-module-box2 .box2-bottom .item-box span{
	font-size: 14px;
}

.footer-box .ft-module-box2 .box2-bottom .item-box p {
  font-size: 1.875rem;
  font-weight: 700;
  width: 20vw;
}

.footer-box .ft-module-box2 .box2-bottom .btitem-left a {
  border: 1px solid #b81c22;
  min-height: 40px;
  min-width: 100px;
  display: flex;
  color: #e2e8f0;
  justify-content: center;
  align-items: center;
  width: 15vw;
  text-decoration: inherit;
}

.footer-box .ft-module-box2 .box2-bottom .btitem-left a:hover {
  background: #b81c22;
  transition: all 0.8s;
}

.footer-box .ft-module-box2 .box2-bottom .btitem-right a {
  border: 1px solid green;
  display: inline;
  color: #e2e8f0;
  width: 15vw;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  min-width: 100px;
  text-decoration: inherit;
}

.footer-box .ft-module-box2 .box2-bottom .btitem-right a:hover {
  background: green;
  transition: all 0.8s;
}

.footer-box .ft-module-box3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem;
}

.footer-box .ft-module-box3 .txt-box1 p:nth-child(1) {
  /*text-align: center;*/
}

.footer-box .ft-module-box3 .txt-box1 p {
  font-size: 14px;
  margin-bottom: 0.5rem;
  /*margin-bottom: 0.75rem;*/
  margin-top: 0.5rem;
  /*margin-top: 0.75rem;*/
}

.footer-box .ft-module-box3 .txt-box2 {
  width: 92vw;
  padding: 0.75rem;
  margin: 0.75rem;
  background: #171923;
  margin-top: 1.5rem;
}

.footer-box .ft-module-box3 .txt-box3 {
  padding: 0.75rem;
}

.footer-box .ft-module-box3 .txt-box3 p {
  font-size: 0.875rem;
}

@media (max-width: 1024px) {
  .footer-box .ft-module-box1 .center-box {
    flex-direction: column;
  }
  .footer-box .ft-module-box1 .center-box .show-line {
    display: none;
  }
  .footer-box .ft-module-box1 .center-box {
    gap: .25rem;
  }
}

@media (max-width: 840px) {
  .footer-box .ft-module-box1 {
    padding: 1.25rem 3vw;
    flex-direction: column;
  }
  .footer-box .ft-module-box2 .box2-conten h5 {
    font-size: 1.25rem;
  }
  .footer-box .ft-module-box2 .box2-bottom {
    flex-direction: column;
  }
  .footer-box .ft-module-box2 .box2-bottom
.item-box {
    justify-content: space-around;
  }
  .footer-box .ft-module-box2 .box2-bottom
.item-box .txt-box {
    width: 50vw;
  }
  .footer-box .ft-module-box2 .box2-bottom
.item-box .txt-box p {
    width: 50vw;
  }
}

/* 底部样式  end*/
html[lang="ar"] .footer-box .ft-module-box3 .txt-box3,
html[lang="ar"] .footer-box .ft-module-box3 .txt-box2{
  text-align: right;
}


@media (max-width: 767px){
  .footer-box .ft-module-box1{
    font-size: 13px;
  }
   .footer-box .ft-module-box2 .box2-bottom .btitem-right a,
  .footer-box .ft-module-box2 .box2-bottom .btitem-left a,{
    padding: 0 .5rem;
  }
  .footer-box .ft-module-box2 .box2-bottom .btitem-right a,
  .footer-box .ft-module-box2 .box2-bottom .btitem-left a,
  .footer-box .ft-module-box3 .txt-box2{
    font-size: 16px;
  }
  .footer-box .ft-module-box2 .box2-conten > p{
    font-size: 14px;
    padding: 0 .5em;
    text-align: center;
  }
  .footer-box .ft-module-box2 .box2-conten h5{
    text-align: center;
    font-size: 20px;
  }
  .footer-box .ft-module-box1 .center-box{
    flex-direction: row;
        gap: 0;
        flex-wrap: wrap;
        justify-content: center;
  }
  .footer-box .ft-module-box1 .center-box .item-txt-box{
    width: 50%;
    text-align: center;
  }

  .footer-box .ft-module-box2 .box2-bottom .btitem-right a,
  .footer-box .ft-module-box2 .box2-bottom .btitem-left a{
    padding: 0 8px;
    text-align: center;
  }
  img{
    height: auto;
  }
  .footer-box .ft-module-box3{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}