#main .contain .title .top {
  display: flex;
  align-items: center;
  color: #323233;
}
#main .contain .title .top::before {
  content: "";
  border-radius: 0.1rem 0 0.1rem 0.1rem;
  margin-right: 0.1rem;
  width: 0.1rem;
  height: 0.3rem;
  background-color: #425cff;
}
#main .contain .title .top h3 {
  font-size: 0.25rem;
  font-weight: bold;
}
#main .contain .title .bottom {
  height: 0.7rem;
  width: 4rem;
  box-sizing: border-box;
  display: flex;
  padding: 0 0.3rem;
  justify-content: center;
  flex-direction: column;
  border-radius: 0 0.835rem 0.835rem 0.835rem;
  margin: 0.2rem 0 0.35rem 0;
  background: linear-gradient(to left, #425cff, #7184fe);
  color: white;
}
#main .contain .title .bottom > p:first-of-type {
  font-size: 0.13rem;
  margin-bottom: 0.05rem;
}
#main .contain .title .bottom > p:last-of-type {
  text-transform: uppercase;
  font-size: 0.12rem;
}
#main .briefIntroduction {
  display: flex;
}
#main .briefIntroduction > div {
  flex: 1;
}
#main .briefIntroduction .info .content .text {
  flex: 1;
  color: #484849;
  font-size: 0.16rem;
  line-height: 2em;
  text-indent: 2em;
}
#main .bigLogo {
  margin: 0.8rem 0 0 0;
}
#main .bigLogo .logoImg {
  border-radius: 100%;
  width: 1.7rem;
  height: 1.7rem;
  background: linear-gradient(to right, #7184fe, #425cff);
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .bigLogo .logoImg img {
  max-width: none;
  width: auto;
  height: 60%;
}
#main .culture {
  margin-bottom: 0.5rem;
}
#main .culture .title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#main .culture .title .top::after {
  content: "";
  border-radius: 0 0.1rem 0.1rem 0.1rem;
  margin-left: 0.1rem;
  width: 0.1rem;
  height: 0.3rem;
  background-color: #425cff;
}
#main .culture .title .top::before {
  display: none;
}
#main .culture .title .bottom {
  text-align: right;
  border-radius: 0.835rem 0 0.835rem 0.835rem;
}
#main .culture .content {
  background-image: url("../../img/aboutUs/companyProfile/底下图案@2x.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
#main .culture .content > div {
  display: flex;
  margin: 0.3rem 0;
}
#main .culture .content > div > div:first-of-type {
  overflow: hidden;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .culture .content > div > div:first-of-type img {
  width: 2.55rem;
  height: 1.65rem;
}
#main .culture .content > div > div:last-of-type {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#main .culture .content > div > div:last-of-type h4 {
  margin-bottom: 0.5rem;
  text-align: right;
  font-weight: bold;
  font-size: 0.25rem;
  color: #4d66ff;
}
#main .culture .content > div > div:last-of-type h4 > span {
  position: relative;
}
#main .culture .content > div > div:last-of-type h4 > span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.1rem;
  width: 70%;
  height: 0.03rem;
  background: linear-gradient(to right, #7184fe 6%, white 6%, white 10%, #7184fe 10%, #7184fe 16%, white 16%, white 20%, #7184fe 20%, #7184fe 26%, white 26%, white 30%, #7184fe 30%, #425cff);
}
#main .culture .content > div > div:last-of-type p {
  color: #838fb3;
  line-height: 1.5em;
  font-size: 0.15rem;
}
#main .develop .content .developInfo > div > div > div {
  box-sizing: border-box;
}
#main .develop .content .developInfo > div > div > div > span {
  font-size: 0.2rem;
  font-weight: bold;
  color: #323233;
}
#main .develop .content .developInfo > div > div > div > div img {
  height: 100%;
  object-fit: contain;
}
#main .develop .content .developInfo > div > div > div > p {
  line-height: 1.2em;
  font-size: 0.14rem;
  color: #838fb3;
}
#main .develop .content .brand {
  margin-top: 0.5rem;
  background-color: #f1f3f8;
  display: flex;
  padding: 0.3rem 0.5rem;
  position: relative;
  border-radius: 0.5rem;
}
#main .develop .content .brand .sjx {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-55%, -55%) rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .develop .content .brand .sjx::before {
  content: "";
  width: 0;
  height: 0;
  border: 0.7rem solid transparent;
  border-bottom: 0.7rem solid #425cff;
  z-index: 2;
}
#main .develop .content .brand .sjx::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-6%, -8%);
  width: 0;
  height: 0;
  border: 0.8rem solid transparent;
  border-bottom: 0.8rem solid rgba(0, 0, 0, 0.1);
  filter: blur(5px);
  z-index: 1;
}
#main .develop .content .brand > div {
  line-height: 1.5em;
}
#main .develop .content .brand > div:first-of-type {
  margin-right: 0.5rem;
  flex: 1;
  font-size: 0.18rem;
  font-weight: bold;
  color: #323233;
}
#main .develop .content .brand > div:first-of-type p {
  text-align: center;
  margin-top: 0.02rem;
}
#main .develop .content .brand > div:first-of-type > div:last-of-type {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .develop .content .brand > div:first-of-type > div:last-of-type img {
  width: 2.45rem;
  height: 1.18rem;
}
#main .develop .content .brand > div:last-of-type {
  flex: 2;
  font-size: 0.14rem;
  color: #838fb3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#main .develop .content .brand > div:last-of-type > div:last-of-type {
  margin-top: 0.1rem;
  display: flex;
  flex-wrap: wrap;
}
#main .develop .content .brand > div:last-of-type > div:last-of-type p {
  margin-top: 0.05rem;
  width: 50%;
}
@media screen and (min-width: 768px) {
  #main .briefIntroduction .info .content {
    display: flex;
    align-items: center;
  }
  #main .briefIntroduction .info .content .img {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main .briefIntroduction .info .content .img img {
    width: 3.8rem;
    height: 3.8rem;
  }
  #main .develop .content {
    margin-top: 1rem;
  }
  #main .develop .content .developInfo > div {
    display: flex;
    margin-top: -10px;
  }
  #main .develop .content .developInfo > div > div {
    flex: 1;
    height: 2.5rem;
    border-bottom: 10px solid #dcdcdc;
    box-sizing: border-box;
    display: flex;
  }
  #main .develop .content .developInfo > div > div > div {
    padding: 0 0.15rem 1rem 0.15rem;
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  #main .develop .content .developInfo > div > div > div > span {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    top: -0.4rem;
    transform: translateX(-50%);
  }
  #main .develop .content .developInfo > div > div > div > div {
    padding: 0.3rem 0 0.1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #main .develop .content .developInfo > div > div > div > div img {
    width: auto;
    height: 1rem;
  }
  #main .develop .content .developInfo > div > div > div > p {
    text-align: center;
  }
  #main .develop .content .developInfo > div > div > div::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -10px);
    width: 0.25rem;
    height: 0.25rem;
    background: linear-gradient(to right, #7184fe, #425cff);
  }
  #main .develop .content .developInfo > div:first-of-type > div {
    border-top: 10px solid #dcdcdc;
  }
  #main .develop .content .developInfo > div:first-of-type > div > div > div {
    padding-top: 0.15rem;
  }
  #main .develop .content .developInfo > div:first-of-type > div > div::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -20px);
    width: 0.25rem;
    height: 0.25rem;
    background: linear-gradient(to right, #7184fe, #425cff);
  }
  #main .develop .content .developInfo > div:nth-of-type(2n-1):not(:last-of-type)::before {
    content: "";
    width: 1.25rem;
    height: 2.5rem;
    background-color: transparent;
  }
  #main .develop .content .developInfo > div:nth-of-type(2n-1):not(:last-of-type)::after {
    content: "";
    width: 1.25rem;
    height: 2.5rem;
    border-top-right-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
    border: 10px solid #dcdcdc;
    border-left: 0;
    box-sizing: border-box;
  }
  #main .develop .content .developInfo > div:nth-of-type(2n-1):last-of-type > div::after {
    content: "";
    width: 0;
    position: absolute;
    height: 0;
    border: 15px solid transparent;
    border-left: 15px solid #dcdcdc;
    right: 0;
    transform: translate(100%, -10px);
    top: 0;
  }
  #main .develop .content .developInfo > div:nth-of-type(2n):not(:last-of-type)::before {
    content: "";
    width: 1.25rem;
    height: 2.5rem;
    border-top-left-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
    border: 10px solid #dcdcdc;
    border-right: 0;
    box-sizing: border-box;
  }
  #main .develop .content .developInfo > div:nth-of-type(2n):not(:last-of-type)::after {
    content: "";
    width: 1.25rem;
    height: 2.5rem;
    background-color: transparent;
  }
  #main .develop .content .developInfo > div:nth-of-type(2n):last-of-type > div::after {
    content: "";
    width: 0;
    position: absolute;
    height: 0;
    border: 15px solid transparent;
    border-right: 15px solid #dcdcdc;
    transform: translate(-100%, -10px);
    top: 0;
    left: 0;
  }
  #main .develop .content .developInfo > div:last-of-type > div {
    border: none;
    position: relative;
  }
  #main .develop .content .developInfo > div:last-of-type::before {
    content: "";
    width: 1.25rem;
    height: 2.5rem;
  }
  #main .develop .content .developInfo > div:last-of-type::after {
    content: "";
    width: 1.25rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #main {
    background: none;
  }
  #main .briefIntroduction .img {
    display: none;
  }
  #main .develop .content {
    margin-top: 0.5rem;
  }
  #main .develop .content .developInfo .eventContain .eventGround {
    padding-left: 1rem;
  }
  #main .develop .content .developInfo .eventContain .eventGround .event {
    border-left: 0.1rem solid #dcdcdc;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.25rem 0.1rem 0.25rem 0.5rem;
    position: relative;
    box-sizing: border-box;
  }
  #main .develop .content .developInfo .eventContain .eventGround .event > span {
    color: #323233;
    position: absolute;
    top: 50%;
    left: -8%;
    transform: translate(-100%, -50%);
    font-size: 0.14rem;
  }
  #main .develop .content .developInfo .eventContain .eventGround .event > div:first-of-type {
    margin: 0.2rem 0;
    height: 1.5rem;
  }
  #main .develop .content .developInfo .eventContain .eventGround .event > p {
    line-height: 1.5em;
    text-align: center;
  }
  #main .develop .content .developInfo .eventContain .eventGround .event::before {
    content: "";
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 100%;
    top: 50%;
    left: 0;
    transform: translate(-66%, -50%);
    background: linear-gradient(to right, #7184fe, #425cff);
  }
  #main .develop .content .developInfo .eventContain:last-of-type {
    position: relative;
  }
  #main .develop .content .developInfo .eventContain:last-of-type::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 1rem;
    transform: translate(-36%, 100%);
    border: 0.2rem solid transparent;
    border-top: 0.2rem solid #dcdcdc;
  }
  #main .develop .content .brand {
    margin-top: 1.5rem;
    flex-direction: column;
  }
  #main .develop .content .brand > div:first-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #main .develop .content .brand > div:last-of-type {
    margin-top: 0.5rem;
  }
  #main .develop .content .brand > div:last-of-type p {
    text-align: center;
  }
  #main .develop .content .brand > div:last-of-type > div:last-of-type {
    margin-top: 0.1rem;
    flex-direction: column;
    justify-content: center;
  }
  #main .develop .content .brand > div:last-of-type > div:last-of-type p {
    margin-top: 0.1rem;
    width: 100%;
  }
  #main .bigLogo {
    margin: 0.5rem 0;
  }
  #main .culture .content > div {
    flex-direction: column;
  }
  #main .culture .content > div > div:first-of-type {
    display: none;
  }
  #main .culture .content > div > div:last-of-type > h4 {
    margin-bottom: 0.3rem;
  }
  #main .culture .content > div > div:last-of-type > p {
    text-indent: 2em;
  }
}
