* {
  margin: 0;
  padding: 0;
}

.header,
.rem,
.frame,
.tixi,
.becomePartner {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
}
.fileLLGTitle,
.remtitle,
.tixititle {
  color: #0b0c1b;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
.tixiremake {
  font-size: 17px;
  color: #5a5c76;
  line-height: 30px;
  text-align: center;
}

/* kaishi */
.headerbox {
  /* background-image: url(../image/partner/banner.svg); */
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
.header {
  /* height: 560px; */
  padding: 80px 50px;
  opacity: 1;
}
.headertitle {
  font-size: 51px;
  color: #0b0c1b;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 600;
}
.headertitle br {
  display: none;
}
.headerremake {
  font-size: 17px;
  text-align: center;
  color: #5a5c76;
  line-height: 1.8;
}
.headermorebox {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.headermore {
  display: flex;
  cursor: pointer;
  width: 210px;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: center;
  border-radius: 48px;
  padding: 8px 12px 8px 16px;
  background-color: #0b0c1b;
}
.headermoretext {
  font-size: 13px;
  margin-left: 5px;
  line-height: 20.8px;
  color: #fff;
}
.headermoreimg {
  display: flex;
  align-items: center;
}
.headermoreline {
  width: 0px;
  margin-left: 5px;
  height: 16px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.headermorearrow {
  margin-left: -5px;
  width: 16px;
  height: 16px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.headermore:hover .headermoreline {
  width: 16px;
}
.headermore:hover .headermorearrow {
  margin-left: -16px;
}
/* !-------------------------------------------------------------------------------------------------------- */
.headertop {
  /* display: flex;
  justify-content: space-between; */
  margin-top: 130px;
  /* align-items: flex-end; */
}
.headertoprightitem img {
  width: 15px;
  margin-right: 16px;
}
.headertoprightitem {
  font-size: 15px;
  color: #5a5c76;
  line-height: 1.8;
  margin-top: 12px;
}
.headerimg {
  height: 400px;
  border-radius: 10px;
  width: 100%;
  /* background-image: url(../image/partner/banner.jpg);
  background-size: cover;
  background-position: center; */
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  background: linear-gradient(270deg, #f0f5ff 0%, #f7f9fc 100%);
}
.headertitleli {
  font-size: 17px;
  color: #4b7af9;
  text-align: center;
  margin-bottom: 12px;
}

.headerbomle {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e6e6e6;
  position: relative;
}
.headerbomleheng {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  height: 91.56px;
  position: absolute;
}
.headerbomleshu {
  height: 100%;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  width: 35%;
  position: absolute;
}
.headerbomle img {
  width: 35%;
  padding: 32px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.headerbomre {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 48px;
}
.headerbomretitle {
  font-size: 20px;
  color: #0b0c1b;
  line-height: 1.8;
  margin-bottom: 8px;
}
.headerbomretli {
  font-size: 12px;
  color: #007dfc;
  margin-bottom: 8px;
  line-height: 1.8;
}
.headerbomretremakle {
  font-size: 15px;
  color: #5a5c76;
  line-height: 1.8;
  margin-bottom: 24px;
}
.headerbomrecon {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background-color: #b6bcc729;
  border-radius: 10px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.headerbomreconitem1 {
  padding-right: 32px;
  border-right: 1px solid #cbcbcb;
  margin-right: 32px;
}
.headerbomreconitem {
  display: flex;
  align-items: center;
}
.headerbomrecontitle {
  margin-right: 12px;
  font-size: 30px;
  color: #5a5c76;
}
.headerbomreconremake {
  font-size: 12px;
  color: #9098ab;
  line-height: 1.3;
}

/* !-------------------------------------------------------------------------------------------------------- */
/* rem */

.remcontentbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.remcontent {
  width: calc((100% - 42px) / 4);
  margin-right: 14px;
  background-color: #f7f9fc;
  border-radius: 10px;
  padding: 48px 32px;
  text-align: center;
}
.remcontent:last-child {
  margin-right: 0;
}
.remtitle {
  margin-bottom: 64px;
}

.remcontentimg img {
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
}
.remcontenttitle {
  font-size: 18px;
  color: #0b0c1b;
  margin-bottom: 16px;
}
.remcontentremake {
  color: #5a5c76;
  font-size: 14px;
  padding: 0 8px;
  line-height: 1.8;
}
/* !-------------------------------------------------------------------------------------------------------- */
/* tixi */
.tixiremake {
  color: #007dfc;
}
.tixititle {
  margin: 20px 0 64px 0;
}
.tixiimg img {
  width: 100%;
}

/* !-------------------------------------------------------------------------------------------------------- */

.framecontent,
.frameheader {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.framimg {
  width: 45%;
  flex-shrink: 0;
}
.framimg img {
  border-radius: 10px;
  width: 100%;
}
.frametitle {
  color: #0b0c1b;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 52px;
}
.frameremake {
  font-size: 17px;
  color: #5a5c76;
  line-height: 30px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 52px;
}
.framecontentitem {
  width: calc((100% - 24px) / 3);
  margin-top: 12px;
  margin-right: 12px;
  padding: 48px 32px;
  border-radius: 10px;
  background-color: #f7f9fc;
  text-align: center;
}
.framecontentitem:nth-child(3n) {
  margin-right: 0;
}
.framecontentimg img {
  width: 40px;
  margin-bottom: 24px;
}
.fileLLGTitle {
  margin-bottom: 64px;
}
.framecontenttitle {
  font-size: 18px;
  color: #0b0c1b;
  margin-bottom: 16px;
  /* font-weight: 600; */
}
.framecontentremake {
  color: #5a5c76;
  font-size: 15px;
  padding: 0 20px;
  line-height: 1.8;
}
.headermorebox2 {
  justify-content: flex-start;
}

/* !-------------------------------------------------------------------------------------------------------- */
/* ----------------------becomePartner---------------------------*/
.becomePartnerBox {
  background-color: #121826;
  background-image: url(../image/partner/bomban.jpg);
  background-size: 65%;

  background-repeat: no-repeat;
  background-position: center;
}
.becomePartner {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 80px;
}
.becomePartnerTitle {
  font-size: 32px;
  margin: 12px 0 32px;
}
.becomePartnerRemark {
  font-size: 17px;
  text-align: center;
}
.becomemorebox {
  display: flex;
  /* justify-content: center; */
}
.becomemore {
  display: flex;
  cursor: pointer;
  width: 120px;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: center;
  border-radius: 48px;
  padding: 8px 12px 8px 16px;
  background-color: #fff;
}
.becomemoretext {
  font-size: 13px;
  margin-left: 5px;
  line-height: 20.8px;
  color: #0b0c1b;
}
.becomemoreimg {
  display: flex;
  align-items: center;
}
.becomemoreline {
  width: 0px;
  margin-left: 5px;
  height: 16px;
  margin-top: 1px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.becomemorearrow {
  margin-left: -5px;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.becomemore:hover .becomemoreline {
  width: 16px;
}
.becomemore:hover .becomemorearrow {
  margin-left: -16px;
}
/* !--------------------------------------------------------------------------------------------------- */

.bo {
  width: 100%;
  margin: auto;
  max-width: 1430px;
  padding: 80px 50px;
  padding-bottom: 160px;
}
.botitle {
  color: #0b0c1b;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}
.bocon {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}
.boitemheng {
  position: relative;
}
.boitemheng {
  height: 1px;
  width: 5%;
  margin-top: 8px;
  background-color: #e6e6e6;
}
.boitem {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
}
.boitemyuan {
  width: 16px;
  height: 16px;
  background-color: #939db8;
  border-radius: 24px;
  margin-bottom: 24px;
  transition: background 0.5s;
  position: relative;
  box-shadow: none;
}
.boitemyuan.active {
  background-color: #007dfc;
}
.boitemyuan.halo::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  background: #007dfc80;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: boitemyuan-halo 2s;
  pointer-events: none;
  z-index: 1;
}
@keyframes boitemyuan-halo {
  0% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.5);
  }
}
.boitemtitle {
  font-size: 18px;
  margin-top: 24px;
  color: #0b0c1b;
  text-align: center;
  margin-bottom: 16px;
  white-space: nowrap;
}
.boitemremake {
  color: #5a5c76;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}
.becomePartnerRemark br {
  display: none;
}
.boitemtitle1 {
  display: none;
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  background-color: #007dfc;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1088px) {
  .remcontent,
  .framecontentitem {
    width: calc((100% - 24px) / 2);
    margin-top: 30px;
  }
  .remcontent:nth-child(2n),
  .framecontentitem:nth-child(2n) {
    margin-right: 0;
  }
  .remcontentremake {
    min-height: 50.39px;
  }
  .framecontentremake {
    padding: 0;
  }
  .headermore {
    margin-top: 44px;
  }
  .headertop {
    margin-top: 64px;
    display: block;
  }
  .headerbomrecon {
    display: block;
    height: auto;
  }

  .headerbomreconitem1 {
    padding-right: 0;

    border-bottom: 1px solid #cbcbcb;
    border-right: 0;
    padding-bottom: 12px;
    margin-bottom: 12px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 769px) {
  .headerremake br {
    display: none;
  }
  .headerimg {
    display: block;
    height: auto;
  }
  .headerbomle {
    width: 100%;
    border-right: 0;
    height: 200px;
  }
  .headerbomre {
    border-top: 1px solid #e6e6e6;
    width: 100%;
  }

  .remcontent,
  .framecontentitem {
    width: calc((100% - 24px) / 2);
    margin-top: 30px;
  }
  .remcontent:nth-child(2n),
  .framecontentitem:nth-child(2n) {
    margin-right: 0;
  }
  .boitemremake br {
    display: none;
  }
  .becomePartnerBox {
    background-size: 190%;
  }
}
@media only screen and (max-width: 575px) {
  .header,
  .rem,
  .frame,
  .tixi,
  .becomePartner,
  .bo {
    padding: 60px 20px;
    max-width: 420px;
    width: 100%;
    margin: auto;
  }
  /* 关于对字体的调整 */
  .headertitle {
    font-size: 36px;
  }
  .fileLLGTitle,
  .remtitle,
  .frametitle,
  .tixititle,
  .botitle,
  .becomePartnerTitle {
    font-size: 26px;
  }

  /* header */
  .headerbox {
    background-size: 250%;
    background-position: top left;
  }
  .header {
    height: 100%;
  }
  .headerremake br {
    display: none;
  }
  .headertitle span {
    display: none;
  }
  .headertop {
    margin-top: 64px;
    display: block;
  }

  .headerimg,
  .headerbomrecon {
    display: block;
    height: auto;
  }
  .headerbomle {
    width: 100%;
    border-right: 0;
    height: 200px;
  }
  .headerbomre {
    border-top: 1px solid #e6e6e6;
    width: 100%;
  }
  .headerbomreconitem1 {
    padding-right: 0;

    border-bottom: 1px solid #cbcbcb;
    border-right: 0;
    padding-bottom: 12px;
    margin-bottom: 12px;
    margin-right: 0;
  }
  /* rem */
  .botitle,
  .frametitle,
  .remtitle {
    margin-bottom: 34px;
  }
  .remcontent,
  .framecontentitem {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }
  .remcontentimg {
    border: none;
    margin-bottom: 0;
  }
  .remcontentimg::after {
    display: none;
  }
  .tixititle {
    margin: 12px 0 64px 0;
  }
  .bocon {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 12px;
  }

  .boitem {
    width: calc((100% - 30px) / 2);
    flex-shrink: 0;
    margin-top: 30px;
    background-color: #f7f9fc;
    border-radius: 10px;
    padding: 32px;
    margin-right: 30px;
  }
  .boitem:last-child {
    margin-right: 0;
  }
  .boitemyuan {
    display: none;
  }
  .boitemtitle1 {
    display: block;
    margin: 0;
  }
  .becomePartnerBox {
    background-size: 300%;
  }
  .becomePartnerRemark {
    display: none;
  }
  .boitemremake br {
    display: none;
  }
  .tixiimg {
    overflow-x: auto;
    padding-bottom: 12px;
    overflow-y: hidden;
  }
  .tixiimg img {
    height: 400px;
    width: auto;
  }
  .becomePartnerBox {
    background-size: 190%;
  }  .boitemheng {
    display: none;
  }
}
