html,
body {
  background: #F2F5FC;
}
.nowfun__mobile {
  display: none;
}
.nowfun--aboutus {
  width: 100%;
  width: 930px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  font-size: 0;
}
.nowfun--aboutus .nowfun--title {
  font-size: 28px;
  color: #1f2223;
  font-weight: 700;
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
}
.nowfun--aboutus .nowfun--head {
  display: block;
  font-size: 20px;
  line-height: 27px;
  color: #1f2223;
  margin-top: 32px;
  margin-bottom: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.nowfun--aboutus .nowfun--head:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 20px;
  border-radius: 10px;
  background: #9045F7;
  margin-right: 6px;
}
.nowfun--aboutus .nowfun--head span {
  margin-left: 20px;
  background: #fff;
  height: 22px;
  padding: 0 7px;
  border-radius: 4px;
  font-size: 12px;
  color: #4e628b;
  align-items: center;
  display: inline-flex;
}
.nowfun--aboutus .nowfun--head span i {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin-right: 4px;
  width: 14px;
  height: 14px;
}
.nowfun--aboutus .nowfun--head span i .icon {
  width: 14px;
  height: 14px;
}
.nowfun--aboutus .nowfun--profile {
  padding: 30px 30px 54px;
  margin-bottom: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 8px #AEAEAE;
}
.nowfun--aboutus .nowfun--profile .profilebox {
  padding: 0 0;
}
.nowfun--aboutus .nowfun--profile .profilebox p {
  margin-top: 0;
  line-height: 20px;
  font-size: 14px;
  color: #1f2223;
  font-weight: 400;
  margin-bottom: 20px;
}
.nowfun--aboutus .nowfun--profile .profilebox img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.nowf {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-left: 20px;
  justify-content: space-between;
  position: relative;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.nowf:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 77px;
  background: url('/images/aboutus/nowf__quan.png') no-repeat center center;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.nowf li {
  padding: 0 0px;
  box-sizing: border-box;
  margin-bottom: 50px;
  border-radius: 12px;
  margin-top: 0;
  line-height: 20px;
  font-size: 14px;
  color: #1f2223;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  font-weight: 400;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.nowf li:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -20px;
  width: 423px;
  height: 274px;
  background: #F2F5FC;
  border-radius: 16px;
  z-index: -1;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.nowf li:last-child {
  margin-bottom: 0;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.nowf li .adv__icon {
  display: inline-flex;
  width: 423px;
  height: 274px;
  margin-bottom: 8px;
  flex-shrink: 0;
  margin-right: 24px;
  border-radius: 16px;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.nowf li .adv__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.nowf li .adv__tit {
  font-size: 36px;
  color: #1F2223;
  font-weight: 700;
  position: relative;
  margin-bottom: 8px;
  line-height: 30px;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.nowf li .adv__tit span {
  display: inline-flex;
  width: 122px;
  align-items: center;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.nowf li .adv__tit span img {
  border-radius: 0;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.nowf li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #6E7C8C;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.vision {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
  padding-left: 0;
  padding-bottom: 110px;
  justify-content: space-between;
  background: #F2F5FC;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.vision:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  background: url('/images/aboutus/version.png') no-repeat center center;
  background-size: cover;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.vision li {
  padding: 0 0px;
  box-sizing: border-box;
  border-radius: 12px;
  margin-top: 0;
  line-height: 20px;
  font-size: 14px;
  color: #1f2223;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  font-weight: 400;
  padding-right: 100px;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.vision li .adv__box {
  margin-left: 313px;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.vision li .adv__icon {
  display: inline-flex;
  width: 423px;
  height: 274px;
  margin-bottom: 8px;
  flex-shrink: 0;
  margin-right: 24px;
  background: #333;
  border-radius: 16px;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.vision li .adv__tit {
  font-size: 20px;
  color: #1F2223;
  font-weight: 700;
  position: relative;
  margin-bottom: 8px;
  line-height: 24px;
  margin-bottom: 18px;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.vision li .adv__tit .adv__cell {
  display: flex;
  align-items: center;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.vision li .adv__tit .adv__cell i {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  margin-right: 6px;
  background: url('/images/aboutus/nowf__target.png') no-repeat center;
  background-size: contain;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.vision li .adv__tit .adv__cell b {
  color: #9045F7;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.vision li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #6E7C8C;
  margin-bottom: 0;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.mission {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
  padding-left: 42px;
  padding-right: 163px;
  padding-bottom: 110px;
  border-radius: 16px;
  justify-content: space-between;
  background: #F2F5FC;
  position: relative;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.mission:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  background: url('/images/aboutus/mission.png') no-repeat center center;
  background-size: cover;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.mission li {
  padding: 0 0px;
  box-sizing: border-box;
  margin-bottom: 0px;
  border-radius: 12px;
  margin-top: 0;
  line-height: 20px;
  font-size: 14px;
  color: #1f2223;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  font-weight: 400;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.mission li .adv__icon {
  display: inline-flex;
  width: 423px;
  height: 274px;
  margin-bottom: 8px;
  flex-shrink: 0;
  margin-right: 24px;
  background: #333;
  border-radius: 16px;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.mission li .adv__tit {
  font-size: 20px;
  color: #1F2223;
  font-weight: 700;
  position: relative;
  margin-bottom: 18px;
  line-height: 24px;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.mission li .adv__tit .adv__cell {
  display: flex;
  align-items: center;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.mission li .adv__tit .adv__cell i {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  margin-right: 8px;
  background: url('/images/aboutus/nowf__game.png') no-repeat center;
  background-size: contain;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.mission li .adv__tit .adv__cell b {
  color: #9045F7;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.mission li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #6E7C8C;
  padding-right: 120px;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.coreobjectives {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0px;
  padding-left: 0px;
  justify-content: space-between;
  position: relative;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.coreobjectives li {
  padding: 30px 12px 60px;
  box-sizing: border-box;
  margin-bottom: 0px;
  border-radius: 12px;
  margin-top: 0;
  line-height: 20px;
  font-size: 14px;
  color: #1f2223;
  width: 206px;
  background: #F2F5FC;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  font-weight: 400;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.coreobjectives li .adv__icon {
  display: inline-flex;
  width: 78px;
  height: 78px;
  margin-bottom: 18px;
  flex-shrink: 0;
  margin-right: 0;
  border-radius: 16px;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.coreobjectives li .adv__tit {
  font-size: 36px;
  color: #1F2223;
  font-weight: 700;
  position: relative;
  margin-bottom: 8px;
  line-height: 30px;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.coreobjectives li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #6E7C8C;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.advantage {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0px;
  padding-left: 0px;
  justify-content: space-between;
  position: relative;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.advantage li {
  padding: 0 0px;
  box-sizing: border-box;
  margin-bottom: 50px;
  border-radius: 12px;
  margin-top: 0;
  line-height: 20px;
  font-size: 14px;
  color: #1f2223;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  font-weight: 400;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.advantage li:nth-child(even) {
  flex-direction: row-reverse;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.advantage li:nth-child(even) .adv__icon {
  margin-right: 0;
  margin-left: 0.5rem;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.advantage li:last-child {
  margin-bottom: 0;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.advantage li .adv__icon {
  display: inline-flex;
  width: 423px;
  height: 274px;
  margin-bottom: 8px;
  flex-shrink: 0;
  margin-right: 24px;
  border-radius: 16px;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.advantage li .adv__tit {
  font-size: 20px;
  color: #1F2223;
  font-weight: 700;
  position: relative;
  margin-bottom: 12px;
  line-height: 20px;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.advantage li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #6E7C8C;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.mainservices {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 36px;
  padding-left: 106px;
  padding-right: 63px;
  justify-content: space-between;
  background: #E6EDFF;
  border-radius: 16px;
  position: relative;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.mainservices li {
  padding: 0 0px;
  box-sizing: border-box;
  margin-bottom: 50px;
  border-radius: 12px;
  margin-top: 0;
  line-height: 20px;
  font-size: 14px;
  color: #1f2223;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  font-weight: 400;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.mainservices li:last-child {
  margin-bottom: 0;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.mainservices li .adv__icon {
  display: inline-flex;
  width: 85px;
  height: 88px;
  margin-bottom: 8px;
  flex-shrink: 0;
  margin-right: 24px;
  border-radius: 16px;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.mainservices li .adv__tit {
  font-size: 18px;
  color: #1F2223;
  font-weight: 700;
  position: relative;
  margin-bottom: 8px;
  line-height: 18px;
}
.nowfun--aboutus .nowfun--profile .profilebox ul.mainservices li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #6E7C8C;
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line {
  background: #E6EDFF;
  padding: 40px 40px 40px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  background: url('/images/aboutus/history.png') no-repeat center center;
  background-size: cover;
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line .line-item {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line .line-item:nth-of-type(odd) .item-txt {
  width: 456px;
  border-left: 1px solid #5D748B;
  text-align: left;
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line .line-item:nth-of-type(odd) .none:before {
  display: none;
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line .line-item:nth-of-type(odd) .item-txt:before {
  left: 0;
  transform: translateY(-100%) translateX(-50%);
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line .line-item:nth-of-type(odd) .item-time {
  width: 455px;
  text-align: right;
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line .line-item:nth-of-type(even) .item-txt {
  width: 457px;
  border-right: 1px solid #5D748B;
  text-align: right;
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line .line-item:nth-of-type(even) .item-txt:before {
  right: 0;
  transform: translateY(-100%) translateX(50%);
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line .line-item:nth-of-type(even) .item-time {
  width: 456px;
  text-align: left;
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line .line-item:last-of-type {
  margin-bottom: 120px;
  margin-top: -15px;
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line .line-item:last-of-type .item-txt {
  border: none;
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line .line-item:last-of-type .item-txt:before {
  transform: translateY(0) translateX(50%);
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line .line-item:last-of-type .inner {
  top: 14px;
  border-right: 1px solid #5D748B;
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line .line-item:last-of-type .inner .title {
  margin-top: -9px;
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line .item-txt {
  position: relative;
  min-height: 40px;
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line .item-txt .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: left;
  border-top: 1px dashed #5D748B;
  padding-top: 12px;
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line .item-txt .desc {
  text-align: left;
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line .item-txt:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #5D748B;
  background-color: transparent;
  box-sizing: border-box;
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line .inner {
  padding: 0 20px 0px;
  position: relative;
  top: -8px;
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line p {
  margin-bottom: 0;
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line .title {
  color: #21283C;
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line .title span {
  color: #9045F7;
  font-size: 24px;
  font-weight: 900;
  margin-right: 4px;
}
.nowfun--aboutus .nowfun--profile .profilebox .history-line .desc {
  color: #6E7C8C;
}
.nowfun--aboutus .nowfun--profile .profilebox .team {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0px;
  padding-left: 0px;
  justify-content: space-between;
  position: relative;
}
.nowfun--aboutus .nowfun--profile .profilebox .team .team__img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nowfun--aboutus .nowfun--profile .profilebox .team .team__img .team__icon {
  display: inline-flex;
  width: 423px;
  height: 248px;
  margin-bottom: 20px;
  flex-shrink: 0;
  margin-right: 0px;
  border-radius: 16px;
}
.nowfun--aboutus .nowfun--profile .profilebox .team .team__box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #6E7C8C;
}
.nowfun--aboutus .nowfun--profile .profilebox .team ul.team__ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 50px;
  padding-right: 50px;
  justify-content: space-between;
  background: #9045F7;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
}
.nowfun--aboutus .nowfun--profile .profilebox .team ul.team__ul li {
  padding: 0 0px;
  box-sizing: border-box;
  border-radius: 12px;
  margin-top: 0;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-direction: row-reverse;
  justify-content: space-between;
  font-weight: 400;
  width: 100%;
}
.nowfun--aboutus .nowfun--profile .profilebox .team ul.team__ul li:last-child {
  margin-bottom: 0;
}
.nowfun--aboutus .nowfun--profile .profilebox .team ul.team__ul li .adv__icon {
  display: inline-flex;
  width: 226px;
  height: 166px;
  margin-bottom: 0px;
  flex-shrink: 0;
  margin-left: 24px;
  border-radius: 16px;
}
.nowfun--aboutus .nowfun--profile .profilebox .team ul.team__ul li .adv__tit {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  position: relative;
  line-height: 50px;
  background: #FFCD00;
  border-radius: 24px;
  text-align: center;
  display: inline-flex;
  padding: 0 30px;
  margin-bottom: 14px;
  cursor: pointer;
  text-decoration: none;
}
.nowfun--aboutus .nowfun--profile .profilebox .team ul.team__ul li .adv__box {
  width: 363px;
}
.nowfun--aboutus .nowfun--profile .profilebox .team ul.team__ul li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  margin-bottom: 0;
}
.nowfun--aboutus .nowfun--profile .profilebox .team ul.disclaimer__ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 74px;
  padding-right: 54px;
  justify-content: space-between;
  background: #E6EDFF;
  position: relative;
  border-radius: 16px;
  width: 100%;
}
.nowfun--aboutus .nowfun--profile .profilebox .team ul.disclaimer__ul li {
  padding: 0 0px;
  box-sizing: border-box;
  margin-bottom: 50px;
  border-radius: 12px;
  margin-top: 0;
  line-height: 20px;
  font-size: 14px;
  color: #1f2223;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  font-weight: 400;
}
.nowfun--aboutus .nowfun--profile .profilebox .team ul.disclaimer__ul li:last-child {
  margin-bottom: 0;
}
.nowfun--aboutus .nowfun--profile .profilebox .team ul.disclaimer__ul li .adv__icon {
  display: inline-flex;
  width: 182px;
  height: 182px;
  margin-bottom: 0px;
  flex-shrink: 0;
  margin-right: 82px;
  border-radius: 16px;
}
.nowfun--aboutus .nowfun--profile .profilebox .team ul.disclaimer__ul li .adv__box {
  padding: 29px 0;
}
.nowfun--aboutus .nowfun--profile .profilebox .team ul.disclaimer__ul li .adv__tit {
  font-size: 24px;
  width: 334px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  position: relative;
  line-height: 50px;
  background: #9045F7;
  border-radius: 24px;
  text-align: center;
  display: inline-flex;
  padding: 0 30px;
  margin-bottom: 14px;
  justify-content: center;
  cursor: pointer;
}
.nowfun--aboutus .nowfun--profile .profilebox .team ul.disclaimer__ul li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #6E7C8C;
  margin: 0;
}
@media only screen and (max-width: 1100px) {
  .nowF_main-wrap .nowF_main-container:before{
    display: none;
  }
  .nowfun__mobile {
    display: block;
  }
  .nowfun__mobile.adv__tit {
    font-size: 26px;
    color: #1F2223;
    font-weight: 700;
    position: relative;
    margin-bottom: 8px;
    line-height: 30px;
  }
  .nowfun__mobile.adv__tit span {
    display: inline-flex;
    width: 80px;
    align-items: center;
  }
  .nowfun__mobile.adv__tit span img {
    border-radius: 0 !important;
  }
  .nowfun--aboutus {
    width: 100%;
  }
  .nowfun--aboutus .nowfun--profile {
    padding: 22px 20px 32px;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.vision li{
    padding-right: 0;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.vision li .adv__box {
    margin: 0;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.nowf li:before {
    display: none;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.nowf,
  .nowfun--aboutus .nowfun--profile .profilebox ul.mission,
  .nowfun--aboutus .nowfun--profile .profilebox ul.mainservices {
    padding: 0;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.nowf li,
  .nowfun--aboutus .nowfun--profile .profilebox ul.advantage li,
  .nowfun--aboutus .nowfun--profile .profilebox ul.advantage li:nth-child(even) {
    flex-direction: column;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.nowf li .adv__icon {
    width: 100%;
    margin: 0;
    padding-bottom: 43.8%;
    height: 0;
    position: relative;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.nowf li .adv__icon img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.nowf li .adv__tit {
    display: none;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.nowf li p {
    margin: 0;
    margin-top: 20px;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.vision {
    padding: 0;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.vision:before,
  .nowfun--aboutus .nowfun--profile .profilebox ul.mission:before {
    display: none;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.coreobjectives li {
    width: 48%;
    margin-bottom: 14px;
    padding-bottom: 20px;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.advantage li {
    margin-bottom: 20px;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.advantage li .adv__icon {
    max-width: 64%;
    margin: 0 auto;
    width: 100%;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.advantage li:nth-child(even) .adv__icon {
    margin: 0 auto;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.mainservices li {
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .nowfun--aboutus .nowfun--profile .profilebox .history-line {
    padding: 0px;
    background: linear-gradient(180deg, #E6EDFF, transparent);
  }
  .nowfun--aboutus .nowfun--profile .profilebox .team ul.disclaimer__ul li p,
  .nowfun--aboutus .nowfun--profile .profilebox ul.nowf li p,
  .nowfun--aboutus .nowfun--profile .profilebox ul.vision li p,
  .nowfun--aboutus .nowfun--profile .profilebox ul.mission li p,
  .nowfun--aboutus .nowfun--profile .profilebox ul.coreobjectives li p,
  .nowfun--aboutus .nowfun--profile .profilebox ul.advantage li p,
  .nowfun--aboutus .nowfun--profile .profilebox ul.mainservices li p,
  .nowfun--aboutus .nowfun--profile .profilebox .team .team__box p {
    line-height: 18px;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.mission li p{
    padding-right: 0;
  }
  .nowfun--aboutus .nowfun--profile .profilebox .team .team__img .team__icon {
    width: 317px;
    max-width: 48%;
    padding-bottom: 28.4%;
    height: 0;
    position: relative;
    margin-bottom: 10px;
  }
  .nowfun--aboutus .nowfun--profile .profilebox .team .team__img .team__icon img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
  }
  .nowfun--aboutus .nowfun--profile .profilebox .team ul.team__ul {
    box-sizing: border-box;
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  .nowfun--aboutus .nowfun--profile .profilebox .team ul.team__ul li .adv__icon {
    width: 90px;
    height: 90px;
  }
  .nowfun--aboutus .nowfun--profile .profilebox .team ul.disclaimer__ul {
    padding: 0;
  }
  .nowfun--aboutus .nowfun--profile .profilebox .team ul.disclaimer__ul li {
    padding: 0 10px;
  }
  .nowfun--aboutus .nowfun--profile .profilebox .team ul.disclaimer__ul li .adv__icon {
    width: 113px;
    height: 113px;
    margin: 0;
    margin-right: 20px;
  }
  .nowfun--aboutus .nowfun--profile .profilebox .team ul.disclaimer__ul li .adv__box {
    padding: 20px 0;
  }
  .nowfun--aboutus .nowfun--profile .profilebox .team ul.disclaimer__ul li .adv__tit {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    position: relative;
    line-height: 26px;
    border-radius: 24px;
    text-align: center;
    display: inline-flex;
    padding: 0 6px;
    margin-bottom: 14px;
    cursor: pointer;
    white-space: nowrap;
    background: #9045F7;
    width: 60%;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.vision {
    background: #fff;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.vision li .adv__tit {
    width: 100%;
    height: 0;
    padding-bottom: 43.8%;
    border-radius: 16px;
    padding-left: 213px;
    padding-right: 10px;
    box-sizing: border-box;
    position: relative;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.vision li .adv__tit:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/images/aboutus/nowf__bg_w2.png') no-repeat center;
    background-size: contain;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.mission {
    background: #fff;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.mission li .adv__tit:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/images/aboutus/nowf__bg_w3.png') no-repeat center;
    background-size: contain;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.mission li .adv__tit {
    width: 100%;
    height: 0;
    padding-bottom: 43.8%;
    border-radius: 16px;
    padding-left: 213px;
    padding-right: 10px;
    box-sizing: border-box;
    position: relative;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.advantage li .adv__tit {
    text-align: center;
  }
  .nowfun--aboutus .nowfun--head {
    margin: 20px 0 14px;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.advantage li p {
    margin-bottom: 0;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.vision li .adv__tit .adv__cell {
    display: flex;
    align-items: flex-start;
    position: absolute;
    top: 50%;
    left: 64%;
    transform: translate(-50%, -50%);
    width: 70%;
    font-size: 16px;
    line-height: 18px;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.vision li .adv__tit .adv__cell i {
    width: 24px;
    height: 24px;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.mission li .adv__tit .adv__cell {
    display: flex;
    align-items: flex-start;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 80%;
    font-size: 16px;
    line-height: 18px;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.mission li .adv__tit .adv__cell i {
    width: 24px;
    height: 24px;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.mainservices {
    padding: 20px 10px;
    background: linear-gradient(180deg, #E6EDFF, transparent);
  }
  .nowfun--aboutus .nowfun--profile .profilebox .history-line p {
    font-size: 12px;
    line-height: 16px;
  }
  .nowfun--aboutus .nowfun--profile .profilebox .team ul.team__ul li .adv__tit {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    position: relative;
    line-height: 26px;
    background: #FFCD00;
    border-radius: 24px;
    text-align: center;
    display: inline-flex;
    padding: 0 6px;
    margin-bottom: 14px;
    cursor: pointer;
    white-space: nowrap;
  }
  .nowfun--aboutus .nowfun--profile .profilebox .team ul.team__ul li p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    margin-bottom: 0;
  }
  .nowfun--aboutus .nowfun--profile .profilebox ul.nowf:before {
    content: "";
    position: absolute;
    top: -50px;
    right: 0;
    width: 50px;
    height: 48px;
    background: url(../image/nowf__quan.png) no-repeat center center;
    background-size: contain;
  }
}
