body {
  overflow: hidden;
  overscroll-behavior: contain !important;
}

.my-drawer {
  position: fixed;
  top: 0;
  width: 100%;
  overscroll-behavior: contain !important;
  overflow-y: scroll;
  max-width: 7.7rem !important;
  margin: 0 auto;
  background-color: #F7F7F7;
}

.my-drawer::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.am-drawer {
  overflow: scroll;
  overscroll-behavior: contain !important;
}

a,a:hover,a:visited,a:active {
  color: #262626;
}

.ct {
  width: 100%;
  min-height: calc(100% - 0.8rem);
  /* overflow: scroll; */
  overscroll-behavior: contain !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #F7F7F7;
}

.head-main {
  position: fixed;
}

.head-main .head-out {
  background: transparent;
  border-bottom: none;
}

.head-main.sticky {
  border-bottom: 0.01rem solid #E7E7E7;
}

.head-main.sticky .head-out {
  background-color: #FFFFFF !important;
}

.head-main.sticky .head-out .btn-back {
  border-left-color: #262626 !important;
  border-bottom-color: #262626 !important;
}

.head-main.sticky .head-out div.dhang .icon-navigation {
  color: #1890FF !important;
}

.head-main .btn-back {
  border-left-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

.head-main .head-out div.dhang .icon-navigation {
  color: #FFFFFF;
}

.ct::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.ct * {
  box-sizing: border-box;
}

.ct .line-1 {
  word-break: break-all;
  /* text-align: left; */
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ct .line-2 {
  word-break: break-all;
  /* text-align: left; */
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ct .line-5 {
  word-break: break-all;
  /* text-align: left; */
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  text-align: left !important;
}

.page__list__main {
  width: 100%;
}

.page__list__main .header {
  position: relative;
  width: 100%;
  height: 4.65rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  font-size: 0.28rem;
  color: #FFFFFF;
}

.page__list__main .header::after {
  position: absolute;
  content: ' ';
  z-index: 2;
  left: 0;
  bottom: -0.01rem;
  width: 100%;
  height: 0.2rem;
  background-color: #FFFFFF;
  border-top-left-radius: 0.19rem;
  border-top-right-radius: 0.19rem;
}

.page__list__main .header .cname {
  width: auto;
  height: 0.62rem;
  object-fit: contain;
  margin-top: 0.42rem;
  margin-bottom: 0.18rem;
}

.page__list__main .header .ename {
  line-height: 0.4rem;
  margin-bottom: 0.28rem;
}

.page__list__main .header .count-info {
  width: 100%;
  padding: 0 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page__list__main .header .count-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.page__list__main .header .count-item,
.page__list__main .header .count-item:active,
.page__list__main .header .count-item:visited,
.page__list__main .header .count-item:hover {
  color: #FFFFFF;
}

.page__list__main .header .count-item .num {
  font-weight: 500;
  line-height: 0.45rem;
  font-size: 0.32rem;
}

.page__list__main .header .count-item .text {
  line-height: 0.4rem;
}

.page__list__main section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #FFFFFF;
}

.page__list__main .main-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.3rem 0;
}

.page__list__main .main-title .text {
  font-size: 0.36rem;
  line-height: 0.5rem;
  height: 0.5rem;
  margin: 0 0.2rem;
  font-weight: 500;
}

.page__list__main .main-title .title-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page__list__main .main-title .title-icon .line {
  width: 0.6rem;
  height: 0.04rem;
  border-radius: 0.04rem;
  background-image: linear-gradient(90deg,rgba(255, 168, 77, 0), rgba(241, 85, 88,1));
  margin-right: 0.17rem;
}

.page__list__main .main-title .title-icon .icon {
  position: relative;
  width: 0.17rem;
  height: 0.17rem;
  border-radius: 1.2rem 0.01rem 1.2rem 1.2rem;
  background-image: linear-gradient(192deg, #FFA84D 0%, #F15558 100%);
  box-shadow: 0rem 0.01rem 0.02rem 0rem rgba(253, 165, 166, 0.61), inset 0.01rem 0.01rem 0.01rem 0 rgba(255, 228, 228, 0.5);
}

.page__list__main .main-title .title-icon .icon::before {
  position: absolute;
  content: ' ';
  top: -0.02rem;
  left: -0.11rem;
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  background-image: linear-gradient(161deg, #FFA84D 0%, #F15558 100%);
}

.page__list__main .main-title .title-icon .icon::after {
  position: absolute;
  content: ' ';
  top: 0.12rem;
  left: -0.13rem;
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 50%;
  background-image: linear-gradient(161deg, #FFA84D 0%, #F15558 100%);
}


.page__list__main .main-title .title-icon.mirror .line {
  background-image: linear-gradient(-90deg,rgba(255, 168, 77, 0), rgba(241, 85, 88,1));
  margin-left: 0.17rem;
}

.page__list__main .main-title .title-icon.mirror .icon {
  border-radius: 0.01rem 1.2rem 1.2rem 1.2rem;
  background-image: linear-gradient(-192deg, #FFA84D 0%, #F15558 100%);
  box-shadow: 0rem 0.01rem 0.02rem 0rem rgba(253, 165, 166, 0.61), inset 0.01rem 0.01rem 0.01rem 0 rgba(255, 228, 228, 0.5);
}

.page__list__main .main-title .title-icon.mirror .icon::before {
  position: absolute;
  content: ' ';
  top: -0.02rem;
  left: auto;
  right: -0.11rem;
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  background-image: linear-gradient(-161deg, #FFA84D 0%, #F15558 100%);
}

.page__list__main .main-title .title-icon.mirror .icon::after {
  position: absolute;
  content: ' ';
  top: 0.12rem;
  left: auto;
  right: -0.13rem;
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 50%;
  background-image: linear-gradient(-161deg, #FFA84D 0%, #F15558 100%);
}

.page__list__main .description .content {
  width: 100%;
  padding: 0 0.4rem 0.2rem;
}

.page__list__main .description .content .pic {
  width: 100%;
  height: auto;
  border-radius: 0.24rem;
  margin-bottom: 0.3rem;
}

.page__list__main .description .content .main-text {
  width: 100%;
  font-size: 0.32rem;
  line-height: 0.48rem;
  margin-bottom: 0.2rem;
  text-align: justify;
  height: auto;
  overflow: hidden;
}

.page__list__main .description .content .main-text.hidden {
  height: calc(0.48rem * 5);
}

.page__list__main .description .content .toggle-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1890FF;
  font-size: 0.28rem;
  line-height: 0.45rem;
}

.page__list__main .description .content .toggle-btn:not(.active) .close,
.page__list__main .description .content .toggle-btn.active .open {
  display: none;
}

.page__list__main .description .content .toggle-btn:not(.active) .open,
.page__list__main .description .content .toggle-btn.active .close {
  display: block;
}

.page__list__main .description .content .toggle-btn.active i {
  transform: rotate(180deg);
}

.content .more-btn {
  margin-left: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.28rem;
  line-height: 0.4rem;
  padding-right: 0.4rem;
}

.content .more-btn .text {
  width: 0.28rem;
  margin-right: 0.17rem;
}

.content .more-btn .icon {
  width: 0.44rem;
  height: 0.44rem;
}

/* 热门院校 */
.page__list__main .univ .content {
  width: 100%;
  margin-bottom: 0.2rem;
}
.page__list__main .univ .univ-list {
  width: 100%;
  padding-bottom: 0.01rem;
  overflow-y: scroll;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

.page__list__main .univ .univ-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.page__list__main .univ .univ-item {
  width: 5.7rem;
  height: 3.17rem;
  border-radius: 0.16rem;
  border: 0.01rem solid #E7E7E7;
  background: linear-gradient(234deg, #FFFFFF 0%, #FFFDFB 100%);
  padding: 0.4rem;
  transition: all 0.3s;
}

.page__list__main .univ .univ-item:first-child {
  margin-left: 0.4rem;
}
      
.page__list__main .univ .univ-item:not(:last-child) {
  margin-right: 0.3rem;
}

.page__list__main .univ .univ-item .info-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0.4rem;
  border-bottom: 0.01rem solid #E7E7E7;
}

.page__list__main .univ .univ-item .info-box .cover {
  width: 1.24rem;
  height: 1.24rem;
  margin-right: 0.2rem;
}

.page__list__main .univ .univ-item .info-box .name-box {
  flex: 1;
}

.page__list__main .univ .univ-item .name-box .cname {
  font-size: 0.32rem;
  line-height: 0.45rem;
  font-weight: 500;
}

.page__list__main .univ .univ-item .name-box .ename {
  font-size: 0.28rem;
  line-height: 0.4rem;
  font-weight: 400;
  color: #8C8C8C;
  word-break: normal;
  text-align: left;
}

.page__list__main .univ .univ-item .count-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.26rem;
}

.page__list__main .univ .univ-item .count-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.page__list__main .univ .univ-item .count-item .icon {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 0.13rem;
  background-color: rgba(24, 144, 255, 0.12);
  margin-right: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page__list__main .univ .univ-item .count-item .icon img {
  width: 0.34rem;
  height: 0.34rem;
}

.page__list__main .univ .univ-item .count-item .label {
  margin-right: 0.3rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #8C8C8C;
  font-weight: 400;
  white-space: nowrap;
}

.page__list__main .univ .univ-item .count-item .num {
  font-size: 0.28rem;
  line-height: 0.4rem;
  font-weight: 400;
  white-space: nowrap;
  flex: 1;
  text-align: right;
}

/* 热门专业 */

.page__list__main .major .content {
  width: 100%;
  margin-bottom: 0.1rem;
}

.page__list__main .major .list-item::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.page__list__main .major .tab-list {
  width: 100%;
  padding: 0 0.4rem;
  margin: 0.1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.page__list__main .major .tab-item {
  cursor: pointer;
  flex-shrink: 0;
  width: 2.1rem;
  height: 0.55rem;
  margin-bottom: 0.3rem;
  font-size: 0.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.3rem;
  background-color: #E7E7E7;
  color: #595959;
  opacity: 0.7;
}

.page__list__main .major .tab-item.active {
  font-weight: 500;
  background-color: #1890FF;
  color: #FFFFFF;
  opacity: 1;
}

.page__list__main .major .major-list {
  width: 100%;
}

.page__list__main .major .major-list .list-item {
  width: 100%;
  display: none;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0.4rem 0.1rem;
  padding-right: 0;
}

.page__list__main .major .major-list .list-item.active {
  display: inline-flex;
  overflow-y: scroll;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

.page__list__main .major .major-list .major-card {
  flex-shrink: 0;
  width: 5.7rem;
  min-height: 8.44rem;
  border-radius: 0.16rem;
  padding: 0 0.3rem 0.1rem;
  border: 0.01rem solid #E7E7E7;
  box-shadow: 0rem 0.01rem 0.06rem 0rem #E7E7E7;
  margin-right: 0.3rem;
}

.page__list__main .major .major-item {
  width: 100%;
  height: 1.78rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0.3rem;
  margin-top: 0.3rem;
}

.page__list__main .major .major-item:not(:last-child) {
  border-bottom: 0.01rem solid #E7E7E7;
}

.page__list__main .major .major-item .cover {
  width: 1.48rem;
  height: 1.48rem;
  margin-right: 0.2rem;
}

.page__list__main .major .major-item .name-box {
  flex: 1;
}

.page__list__main .major .major-item .cname {
  font-size: 0.32rem;
  line-height: 0.45rem;
  font-weight: 500;
}

.page__list__main .major .major-item .ename {
  font-size: 0.28rem;
  color: #8C8C8C;
  font-weight: 400;
  margin-bottom: 0.2rem;
}

.page__list__main .major .major-item .count-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.page__list__main .major .major-item .count-item .icon {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 0.13rem;
  background-color: rgba(24, 144, 255, 0.12);
  margin-right: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page__list__main .major .major-item .count-item .icon img {
  width: 0.34rem;
  height: 0.34rem;
}

.page__list__main .major .major-item .count-item .label {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #8C8C8C;
  font-weight: 400;
}

.page__list__main .major .major-item .count-item .num {
  font-size: 0.28rem;
  line-height: 0.4rem;
  font-weight: 400;
  margin-right: 0.1rem;
}

/* 录取报告 */
.page__list__main .report .content {
  width: 100%;
  margin-bottom: 0.2rem;
}
.page__list__main .report .report-list {
  width: 100%;
  overflow-y: scroll;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0.4rem;
}

.page__list__main .report .report-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.page__list__main .report .report-item {
  flex-shrink: 0;
  width: 5.7rem;
  height: 2.28rem;
  border-radius: 8px;
  border: 0.01rem solid #E7E7E7;
  padding: 0.5rem 0.4rem;
}

.page__list__main .report .report-item:not(:last-child) {
  margin-right: 0.3rem;
}

.page__list__main .report .report-item .info-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.page__list__main .report .report-item .info-box .cover {
  width: 1.24rem;
  height: 1.24rem;
  margin-right: 0.2rem;
}

.page__list__main .report .report-item .info-box .name-box {
  flex: 1;
}

.page__list__main .report .report-item .name-box .cname {
  font-size: 0.32rem;
  line-height: 0.45rem;
  font-weight: 500;
}

.page__list__main .report .report-item .name-box .ename {
  font-size: 0.28rem;
  line-height: 0.4rem;
  font-weight: 400;
  color: #8C8C8C;
}

/* 留学资讯 */
.page__list__main .article .content {
  width: 100%;
  margin-bottom: 0.1rem;
}

.page__list__main .article .article-list {
  width: 100%;
  padding: 0 0.4rem 0.1rem;
  padding-right: 0;
  overflow-y: scroll;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

.page__list__main .article .article-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.page__list__main .article .article-list .article-card {
  flex-shrink: 0;
  width: 5.7rem;
  min-height: 5.7rem;
  border-radius: 0.16rem;
  padding: 0 0.3rem;
  border: 0.01rem solid #E7E7E7;
  box-shadow: 0rem 0.01rem 0.06rem 0rem #E7E7E7;
  margin-right: 0.3rem;
}

.page__list__main .article .article-item {
  width: 100%;
  height: 1.78rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0.3rem;
  margin-top: 0.2rem;
}

.page__list__main .article .article-item:not(:last-child) {
  border-bottom: 0.01rem solid #E7E7E7;
}

.page__list__main .article .article-item .cover {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.2rem;
  border-radius: 0.08rem;
  overflow: hidden;
}

.page__list__main .article .article-item .cover img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: cover;
}

.page__list__main .article .article-item .info {
  height: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.page__list__main .article .article-item .info .title {
  width: 100%;
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 0.45rem;
}

.page__list__main .article .article-item .info .detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #8C8C8C;
  font-size: 0.24rem;
  line-height: 0.32rem;
}

.page__list__main .article .article-item .info .detail .read {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page__list__main .article .article-item .info .detail span {
  display: inline-block;
  margin-left: 0.06rem;
}

/* 成功案例 */
.page__list__main .case .content {
  width: 100%;
  margin-bottom: 0.1rem;
}

.page__list__main .case .list-item::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.page__list__main .case .tab-list {
  width: 100%;
  padding: 0 0.4rem;
  margin: 0.1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.page__list__main .case .tab-item {
  cursor: pointer;
  flex-shrink: 0;
  width: 2.1rem;
  height: 0.55rem;
  margin-bottom: 0.3rem;
  font-size: 0.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.3rem;
  background-color: #E7E7E7;
  color: #595959;
  opacity: 0.7;
}

.page__list__main .case .tab-item.active {
  font-weight: 500;
  background-color: #1890FF;
  color: #FFFFFF;
  opacity: 1;
}

.page__list__main .case .case-list {
  width: 100%;
}

.page__list__main .case .case-list .list-item {
  width: 100%;
  display: none;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0.4rem 0.2rem;
  padding-right: 0;
}

.page__list__main .case .case-list .list-item.active {
  display: inline-flex;
  overflow-y: scroll;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

.page__list__main .case .case-item {
  flex-shrink: 0;
  width: 5.7rem;
  height: 3.5rem;
  margin-right: 0.3rem;
  padding: 0.3rem;
  border-radius: 0.1rem;
  border: 0.01rem solid #E7E7E7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}

.page__list__main .case .case-item .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.1rem;
}

.page__list__main .case .case-item .info .cover {
  width: 0.88rem;
  height: 0.88rem;
}

.page__list__main .case .case-item .info .title {
  flex: 1;
  margin-left: 0.28rem;
  font-size: 0.28rem;
  font-weight: 500;
  line-height: 0.4rem;
  word-break: normal !important;
  text-align: left !important;
}

.page__list__main .case .case-item .detail {
  flex: 1;
}

.page__list__main .case .case-item .detail .rows {
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 0.3rem;
}

.page__list__main .case .case-item .detail .label {
  flex-shrink: 0;
  white-space: nowrap;
  color: #8C8C8C;
  margin-right: 0.2rem;
}

.page__list__main .case .case-item .detail .text {
  flex: 1;
}

/* 服务流程 */
.page__list__main .service .content {
  width: 100%;
  padding: 0.07rem 0.4rem 0;
}

.page__list__main .service .service-item:not(:last-child) {
  border-bottom: 0.01rem solid #E7E7E7;
}

.page__list__main .service .service-item .head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.21rem;
}

.page__list__main .service .service-item:not(:first-child) .head {
  padding-top: 0.3rem;
}

.page__list__main .service .service-item .head .num {
  color: #1890FF;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.32rem;
  margin-right: 0.1rem;
}

.page__list__main .service .service-item .head .level {
  flex: 1;
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 0.32rem;
}

.page__list__main .service .service-item .head .teacher {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.28rem;
  line-height: 0.28rem;
}


.page__list__main .service .service-item .head .teacher .icon {
  margin-left: 0.15rem;
  transition: all 0.2s ease;
}

.page__list__main .service .service-item.active .head .teacher .icon {
  transform: rotate(180deg);
}

.page__list__main .service .service-item .todo {
  border-top: 0.01rem solid #E7E7E7;
  padding: 0.3rem 0;
}


.page__list__main .service .service-item:not(.active) .todo {
  padding: 0;
  height: 0;
  border-top-color: transparent;
  overflow: hidden;
}

.page__list__main .service .service-item .todo-item {
  position: relative;
  font-size: 0.28rem;
  line-height: 0.28rem;
  font-weight: 400;
  padding-left: 0.21rem;
}

.page__list__main .service .service-item .todo-item:not(:last-child) {
  margin-bottom: 0.2rem;
}

.page__list__main .service .service-item .todo-item::before {
  position: absolute;
  content: ' ';
  top: 0.07rem;
  left: 0;
  width: 0.1rem;
  height: 0.1rem;
  background: #80C7FF;
  border-radius: 50%;
}

/* 服务保障 */
.page__list__main .promise .content {
  width: 100%;
  padding: 0.2rem 0rem 0.2rem;
}

.page__list__main .promise .promise-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.page__list__main .promise .promise-item {
  flex-shrink: 0;
  width: 25%;
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

/* .page__list__main .promise .promise-item:nth-child(1),
.page__list__main .promise .promise-item:nth-child(5),
.page__list__main .promise .promise-item:nth-child(9) {
  justify-content: flex-start;
}

.page__list__main .promise .promise-item:nth-child(2),
.page__list__main .promise .promise-item:nth-child(6),
.page__list__main .promise .promise-item:nth-child(10) {
  width: calc(25% - 0.3rem);
  margin-right: 0.3rem;
}

.page__list__main .promise .promise-item:nth-child(3),
.page__list__main .promise .promise-item:nth-child(7),
.page__list__main .promise .promise-item:nth-child(11) {
  width: calc(25% - 0.3rem);
  margin-left: 0.3rem;
}

.page__list__main .promise .promise-item:nth-child(4),
.page__list__main .promise .promise-item:nth-child(8),
.page__list__main .promise .promise-item:nth-child(12) {
  justify-content: flex-end;
} */

.page__list__main .promise .logo-box {
  /* width: 1.2rem; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.page__list__main .promise .promise-item .logo {
  width: 0.76rem;
  height: 0.83rem;
  margin-bottom: 0.14rem;
}

.page__list__main .promise .promise-item .title {
  width: 1.2rem;
  font-size: 0.28rem;
  line-height: 0.34rem;
}