@charset "utf-8";
* {
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE 10+ 和 Edge */
	user-select: none; /* 标准语法 */
    box-sizing: border-box;
  }
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, th, td, img, div {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
    min-height: 100vh;
    color: #000000;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
}
ul, ol {
	list-style-type: none;
}
input, textarea, select {
	vertical-align: middle;
	font-size: 14px;
	padding: 2px;
}
a, a:hover {
	text-decoration: none;
}
.content{
  width: 1024px;
  margin: 0 auto;
}
.flex{
  display: flex;
  justify-content: space-between;
}
.flexEnd{
  display: flex;
  justify-content: space-between;
}

.flexColumnCenter{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flexColumnStart{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.title{
  font-weight: bold;
  font-size: 40px;
  color: #202939;
  margin-bottom: 20px;
}
.des{
  font-size: 18px;
  color: #697586;
  line-height: 28px;
}
.bannerBox{
  width: 100%;
  height: 100%;
  background: url('../images/bg.webp') no-repeat center center;
  background-size: 100% 100%;
}
.bannerBox .logo{
  height: 40px;
  margin-top: 28px;
  margin-bottom: 92px;
}
.bannerBox .title{
  display: flex;
  align-items: center;
  font-size: 56px;
  color: #202939;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
}
.bannerBox .title img{
  width: 70px;
  margin-left: 4px;
}
.bannerBox .banner{
  width: 100%;
}
.bannerBox .bannerH5{
  width: 100%;
  display: none;
}
.bannerBox .des{
  font-size: 18px;
  color: #697586;
  margin-bottom: -28px;
}
.companyBox{
  max-width: 745px;
  margin: 0 auto;
  padding-top: 120px;
}
.companyBox .title{
  max-width: 600px;
  margin-bottom: 24px;
  text-align: center;
}
.companyBox .des{
  text-align: center;
}
.companyBox .companyList{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;

}
.companyBox .companyList img{
  height: 32px;
}
.companyItem{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.communication{
  padding-top: 160px;
}
.communicationL{
  max-width: 500px;
}
.tag{
  font-weight: 600;
  font-size: 15px;
  color: #202939;
  height: 32px;
  line-height: 30px;
  background: #EBEFF5;
  border-radius: 24px 24px 24px 24px;
  padding: 0 12px;
  margin-bottom: 20px;
}
.communicationList{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
}
.communicationItemBox{
  width: 45%;
  display: flex;
}
.communicationItem{
  width: 110px;
  font-weight: 500;
  font-size: 18px;
  color: #202939;
  padding-left: 30px;
  background: url('../images/checkmark.webp') no-repeat left center;
  background-size: 24px 24px;
  margin-bottom: 13px;
}
.communicationR{
  flex: 1;
}
.communicationR img{
  width: 100%;
}
.giftBox{
  padding-top: 160px;
  background: #F6F6F6;
}
.giftL{
  flex: 1;
}
.giftL img{
  width: 100%;
}
.giftR{
  max-width: 510px;
}
.giftList{
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  gap: 24px;
}
.giftItem{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: #FFFFFF;
  box-shadow: 0px 12px 16px -4px rgba(16,24,40,0.08), 0px 4px 6px -2px rgba(16,24,40,0.03);
  border-radius: 16px 16px 16px 16px;
  padding:24px 16px;
}
.giftItemImg{
  width: 120px;
}
.giftItemNumber{
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 40px;
  color: #202939;
  line-height: 48px;
  gap: 8px;
  margin-bottom: 8px;
}
.giftItemNumber img{
  width: 40px;
}
.giftItemTag{
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  line-height: 40px;
  background: #ECFDF3;
  border-radius: 24px 24px 24px 24px;
  padding: 0 8px;
  font-weight: 600;
  font-size: 14px;
  color: #039855;
}
.giftItemTag img{
  width: 32px;
}
.giftItemDes{
  font-size: 14px;
  color: #697586;
  line-height: 21px;
}
.footerContent{
  padding: 73px 0;
  border-bottom: 1px solid #EEF2F6;
}
.footerContent .footerLogo{
  height: 40px;
}
.footerContent .footerR{
  display: flex;
  align-items: center;
  gap: 64px;
}
.footerContent a{
  font-size: 14px;
  color: #697586;
}
.footerDes{
  font-size: 14px;
  color: #697586;
  text-align: center;
  padding: 24px 0;
}

@media (max-width: 1024px) {
  .content{
    width: 90%;
  }
}

@media (max-width: 850px) {
  .bannerBox {
    background: url('../images/bgH5.webp') no-repeat center center;
    background-size: 100% 100%;
  }
  .bannerBox .content{
    width: 100% !important;
    padding: 0 !important;
  }
  .bannerBox .bannerH5{
    display: block;
  }
  .bannerBox .banner{
    display: none;
  }
  .bannerBox .title{
    font-size: 24px;
  }
  .bannerBox .title img{
    width: 32px;
  }
  .bannerBox .des{
    width: 80%;
    margin-bottom: 0;
  }
  .title{
    font-size: 20px;
  }
  .des{
    font-size: 15px;
    line-height: 24px;
  }
  .companyBox{
    width: 90%;
    margin: 0 auto;
  }
  .companyBox .companyList{
    flex-direction: column;
    flex-wrap: wrap;
    gap: initial;
    justify-content: center;
    width: 80%;
  }
  .companyBox .companyList img{
    margin-bottom: 27px;
  }
  .flexEnd{
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .flexColumnStart{
    align-items: center;
  }
  .title{
    text-align: center;
  }
  .des{
    text-align: center;
  }
  .communicationItemBox{
    justify-content: center;
  }
  .communicationList{
    justify-content: center;
  }
  .communicationR{
    width: 100%;
  }
  .giftBox,.communication{
    padding-top: 120px;
  }
  .giftBox .flexEnd{
    flex-direction: column-reverse;
  }
  .giftL{
    width: 100%;
  }
  .tag{
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .footerContent{
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}

@media (max-width: 500px) {
  .content{
    width: 100%;
    padding: 0 15px;
  }
  .companyBox .companyList{
    width: 100% !important;
  }
  .companyBox .companyList img{
    height: 24px;
  }
  .communicationItem{
    font-size: 14px;
  }
  .giftList{
    gap: 10px;
  }
  .giftItem{
    padding: 24px 12px;
  }
  .giftItemImg{
    width: 80px;
  }
  .giftItemNumber{
    font-size: 24px;
    margin-bottom: 0;
  }
  .giftItemNumber img{
    width: 28px;
  }
  .giftItemTag{
    justify-content: center;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    padding: 0;
    width: 100%;
  }
  .giftItemTag img{
    width: 16px;
  }
  .giftItemDes{
    font-size: 12px;
    line-height: 18px;
  }
  .footerContent .footerR{
    gap: inherit;
  }
}