html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: rgba(75, 37, 20, 1);
}
body {
  background: rgb(240, 242, 245);
}
.header,
.footer {
  width: 100%;
}
.header .wrapper,
.footer .wrapper,
.box-write .wrapper,
.box-gray .wrapper {
  width: 1200px;
  margin: 0 auto;
}
.header {
  height: 1080px;
  background: url(../imgs/banner_bg.png) no-repeat;
  background-size: 100% 100%;
}
.footer {
  height: 340px;
  background: rgba(40, 40, 40, 1);
}
.top {
  height: 80px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 10px 0px rgba(209, 210, 211, 0.2);
}
/* 导航头 */
.nav {
}
.nav .logo {
  width: 109px;
  height: 42px;
  background: url(../imgs/logo.png) no-repeat;
  background-size: 100% 100%;
}
/* banner */
.banner {
  height: 100%;
}
.banner .txt {
  margin-top: 270px;
  width: 500px;
  height: 155px;
  background: url(../imgs/banner_txt.png) no-repeat;
  background-size: 100% 100%;
}
.banner .down {
  display: flex;
  gap: 42px;
  margin-top: 114px;
}
.banner .down a {
  width: 260px;
  height: 92px;
  display: inline-block;
}
.banner .down a.ios {
  background: url(../imgs/d_ios.png) no-repeat;
  background-size: 100% 100%;
}
.banner .down a.android {
  background: url(../imgs/d_android.png) no-repeat;
  background-size: 100% 100%;
}

.box-write {
  background: #fff;
}
.box-gray {
  background: #f6f8f9;
}
/* 公司简介 */
.aboutUs {
  padding: 100px 0;
  display: flex;
  align-items: center;
  gap: 50px;
}
.aboutUs .left {
  flex: 1;
}
.aboutUs .txt {
  margin-top: 25px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 35px;
}
.aboutUs .pic {
  width: 520px;
  height: 350px;
  background: url(../imgs/about_us.png) no-repeat;
  background-size: 100% 100%;
}
/* 愿景 */
.wishBg {
  background: url(../imgs/box_bg.png) no-repeat;
  background-position: bottom right;
}
.compWish {
  padding: 80px 0;
}
.compWish .cards {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
.compWish .cards .citem {
  flex: 1;
  height: 248px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 8px 15px 0px rgba(219, 221, 222, 0.25);
  border-radius: 18px;
  backdrop-filter: blur(4px);
  overflow: hidden;
}
.compWish .cards .citem:hover .head {
  color: #fff;
  background: rgba(255, 95, 0, 1);
}
.compWish .cards .citem .head {
  height: 80px;
  background: rgba(233, 234, 236, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  color: rgba(51, 57, 79, 1);
}
.compWish .cards .citem .cont {
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.ws_org {
  margin-top: 30px;
  font-weight: bold;
  font-size: 32px;
  color: #ff5f00;
}
.ws_txt {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.ourPartners {
  padding: 100px 0;
}
.ourPartners .partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  border: 1px solid rgba(255,95,0,0.2);
  border-radius: 18px;
  height: 180px;
}
.partners .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.partners .item img {
  max-width: 200px;
  height: 58px;
  border: 1px solid #f5f5f5;
}
.commTit {
  display: flex;
  align-items: center;
  gap: 12px;
}
.commTit .icon {
  width: 35px;
  height: 35px;
  background: url(../imgs/icon_mo.png) no-repeat;
  background-size: 100% 100%;
}
.commTit .tit {
  font-weight: 600;
  font-size: 28px;
  color: #333333;
}
.footerBox {
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.footerBox .left {
  flex: 1;
}
.footerBox .right {
  flex: 1;
}
.conactUs {
  font-size: 16px;
  padding-bottom: 5px;
  background: url(../imgs/f_line.png) no-repeat;
  background-position: bottom left;
}
.conactUl {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.conactUl li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.conactUl li .icon {
  width: 16px;
  height: 17px;
  background-size: 100% 100%;
}
.conactUl li span {
  font-size: 13px;
}
.link1 {
  background: url(../imgs/icon_link1.png) no-repeat;
}
.link2 {
  background: url(../imgs/icon_link2.png) no-repeat;
}
.link3 {
  background: url(../imgs/icon_link3.png) no-repeat;
}
.link4 {
  background: url(../imgs/icon_link4.png) no-repeat;
}
.conactUl.aliRight {
  text-align: right;
}
.conactUl.aliRight li {
  justify-content: end;
}
.footLogo {
  width: 99px;
  height: 32px;
  background: url(../imgs/logo_ft.png) no-repeat;
  background-size: 100% 100%;
}
