html,body{
  width: 100%;
  height: 100%;
  background: #EFEFEF;
}
*{
  padding: 0px;
  margin: 0px;
}
img{
  display: inline-block;
}
.header{
  width: 103px;
  height: 40px;
  position: absolute;
  top: 12px;
  left: 47px;
  z-index: 99;
}
.center{
  max-width: 1200px;
  margin: 0px auto;
}
.logo{
  width: 100px;
  height: auto;
  vertical-align: middle;
}
.banner{
  position: relative;
  font-size: 0;
}
.banner-img{
  width: 100%;
  height: auto;
}
.content {
  width: 100%;
  background-color: #fff;
  padding: 48px 40px 82px 40px;
  margin-top: -64px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 10.78%;
}
.content-header {
  text-align: center;
}
.content-header-title {
  font-size: 32px;
  font-family: Alibaba-PuHuiTi-B, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #000000;
  line-height: 48px;
  margin-bottom: 12px;
  font-weight: bold;
}
.content-header-desc {
  font-size: 18px;
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #262626;
  line-height: 28px;
  opacity: 0.5;
}
.info-list {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}
.info-list .info-list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
}
.info-list .info-list-item +.info-list-item::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 99;
  width: 1px;
  height: 96px;
  opacity: 0.1;
  background-color: #262626;
}
.info-list .info-list-item .info-list-item-logo {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}
.info-list .info-list-item .info-list-item-title {
  font-size: 18px;
  font-family: Alibaba-PuHuiTi-B, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #262626;
  line-height: 25px;
  margin-bottom: 4px;
  font-weight: bold;
}
.info-list .info-list-item .info-list-item-desc {
  font-size: 10px;
  font-family: Alibaba-PuHuiTi-L, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #262626;
  line-height: 16px;
  margin-bottom: 16px;
  opacity: 0.5;
}
.info-list .info-list-item .info-list-item-content {
  font-size: 14px;
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #262626;
  line-height: 24px;
  opacity: 0.5;
  text-align: center;
}
.footer{
  height: 322px;
  background: #262626;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
}
.footer a{
  color: #ffffff;
}
.footer-content {
  padding-top: 64px;
  padding-bottom: 54px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  display: flex;
  justify-content: space-between;
}
.footer-content-list {
  text-align: left;
}
.footer-content-list .concatMe {
  font-size: 18px;
  font-family: Alibaba-PuHuiTi-B, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 26px;
  margin-bottom: 32px;
  font-weight: bold;
}
.footer-content-list .footer-content-list-logo {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.footer-content-list .footer-content-list .code {
  width: 96px;
  height: 96px;
}

.footer .company-info {
  display: flex;
  align-items: center;
  height: 78px;
}
.footer .company-info p{
  white-space: nowrap;
}
.footer .company-info .btn {
  width: 100px;
  height: 36px;
  border-radius: 20px;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 18px;  
}
.footer .company-info .btn img {
  width: 16px;
  height: 16px;
  margin-left: 4px;
  cursor: pointer;
}
