.aboutUs-wrap { margin-top: 10px; }

.aboutUs-wrap .p-left { width: 300px; color: #fff; margin-right: 10px; background-color: #171a2b; padding: 30px 20px; }

.aboutUs-wrap .p-left .avatar { border-radius: 5px; background-color: #0b0d19; display: flex; align-items: center; padding: 20px; margin-bottom: 20px; }

.aboutUs-wrap .p-left .avatar .avatar__left { width: 60px; height: 60px; border-radius: 50%; position: relative; }

.aboutUs-wrap .p-left .avatar .avatar__left .vip { background: url(../images/vip.png) no-repeat center 0; background-size: 40px 16px; position: absolute; bottom: -2px; left: 50%; width: 40px; height: 16px; transform: translateX(-50%); }

.aboutUs-wrap .p-left .avatar img { width: 60px; height: 60px; border-radius: 50%; }

.aboutUs-wrap .p-left .avatar__right { margin-left: 15px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }

.aboutUs-wrap .p-left .avatar__right a { font-size: 16px; color: #017efd; }

.aboutUs-wrap .p-left .avatar__right p { margin-top: 10px; font-size: 12px; color: #777b86; }

.aboutUs-wrap .p-left .avatar__right span { color: #fff; font-size: 16px; }

.aboutUs-wrap .p-left .avatar__right span.c-red { font-size: inherit; color: #db1d40; }

.aboutUs-wrap .p-left .avatar__right div { color: #777b86; }

.aboutUs-wrap .p-left .avatar__right div span { font-size: 12px; }

.aboutUs-wrap .p-left .title { padding: 0 30px; color: #777b86; margin-top: 30px; }

.aboutUs-wrap .p-left .title-item { display: flex; align-items: center; padding: 0 20px; height: 60px; text-decoration: none; color: #fff; cursor: pointer; }

.aboutUs-wrap .p-left .title-item img { margin-right: 10px; width: 17px; height: 17px; }

.aboutUs-wrap .p-left .title-item.active { position: relative; background-image: linear-gradient(to right, #511b31, #191a2b 80%); }

.aboutUs-wrap .p-left .title-item.active:after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: #db1d40; }

.aboutUs-wrap .p-right { max-width: calc(100% - 310px); flex: 1; background-color: #171a2b; padding: 30px; line-height: 32px; }

.aboutUs-wrap .p-right .title { height: 20px; line-height: 20px; font-size: 16px; color: #fff; border-left: 4px solid #db1d40; padding-left: 10px; }

.aboutUs-wrap .p-right .title span { font-size: 14px; color: #777b86; }

.aboutUs-wrap .p-right * + .title { margin-top: 30px; }

.aboutUs-wrap .p-right .desc { margin-top: 20px; color: #777b86; }

.aboutUs-wrap .p-right .desc-2 { color: #fff; }

.aboutUs-wrap .p-right .desc-2 .time-item { display: flex; }

.aboutUs-wrap .p-right .desc-2 .time-item .year { font-size: 16px; width: 130px; border-right: 1px solid #2a2d40; position: relative; line-height: 45px; }

.aboutUs-wrap .p-right .desc-2 .time-item .year::after { content: ''; background: url("../images/circle.png") no-repeat center; background-size: 12px 12px; position: absolute; width: 36px; height: 36px; top: 0; top: 6px; right: 0 !important; transform: translate(50%, 0%); z-index: 100; }

.aboutUs-wrap .p-right .desc-2 .time-item .year.active:before { content: ''; position: absolute; right: 0; top: calc((36px - 12px) / 2); background: url("../images/circle.png") no-repeat center; background-size: 12px 12px; width: 12px; height: 12px; transform: translate(50%, 50%); z-index: 200; }

.aboutUs-wrap .p-right .desc-2 .time-item .year.active::after { background: url("../images/circle-on.png") no-repeat center; background-size: 36px 36px; z-index: 100; }

.aboutUs-wrap .p-right .desc-2 .time-item .right { flex: 1; display: flex; align-items: flex-start; height: auto; line-height: 30px; margin-left: 60px; border-radius: 4px; padding: 10px 20px; width: 400px; color: #fff; margin-bottom: 20px; background-color: #1c1f31; }

.aboutUs-wrap .p-right .desc-2 .time-item .right .month { color: #777b86; margin-right: 0; width: 50px; }

.aboutUs-wrap .p-right .desc-2 .time-item .right .event { flex: 1; }

.aboutUs-wrap .p-right .title-3 { margin-top: 50px; }

.aboutUs-wrap .p-right .desc-3 { color: #fff; }

.aboutUs-wrap .p-right .desc-3 i { font-size: 24px; font-style: normal; margin-right: 5px; }

.aboutUs-wrap .p-right .desc-3 .lx { display: flex; align-items: center; }

.aboutUs-wrap .p-right .notice-list li { display: flex; align-items: flex-start; line-height: normal; margin-top: 30px; padding: 10px 0; }

.aboutUs-wrap .p-right .notice-list li:hover { background-color: #1c1f31; }

.aboutUs-wrap .p-right .notice-list__left { width: 60px; height: 50px; margin-top: 5px; border-radius: 5px; background-color: #1c1f31; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #777b86; font-size: 12px; }

.aboutUs-wrap .p-right .notice-list__left p { color: #fff; font-size: 18px; }

.aboutUs-wrap .p-right .notice-list__right { flex: 1; max-width: calc(100% - 80px); margin-left: 20px; }

.aboutUs-wrap .p-right .notice-list__title { color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.aboutUs-wrap .p-right .notice-list__title a { color: inherit; }

.aboutUs-wrap .p-right .notice-list__des { display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; /*! autoprefixer: off */ -webkit-box-orient: vertical; /* autoprefixer: on */ overflow: hidden; color: #777b86; margin-top: 5px; line-height: 28px; }

.aboutUs-wrap .p-right .site-map .title { color: #777b86; font-size: 14px; padding-left: 20px; }

.aboutUs-wrap .p-right .site-map .item { margin-bottom: 15px; }

.aboutUs-wrap .p-right .site-map ul { margin: 15px 0 0; }

.aboutUs-wrap .p-right .site-map ul li { display: inline-block; width: 100px; height: 28px; line-height: 28px; text-align: center; color: #fff; margin-right: 10px; margin-bottom: 15px; background-color: #1c1f31; }

.aboutUs-wrap .p-right .site-map ul li:hover { background-color: #db1d40; }

.aboutUs-wrap .p-right .site-map ul li a { display: block; color: #fff; }

.aboutUs-wrap .p-right .common-problem { margin-top: 50px; background-color: #1c1f31; padding: 30px; }

.aboutUs-wrap .p-right .common-problem .item { margin-bottom: 10px; }

.aboutUs-wrap .p-right .common-problem .answer { color: #fff; }

.aboutUs-wrap .into-crystal { background: #171a2b; padding: 30px 0; flex: 1; }

.aboutUs-wrap .into-crystal .item { float: left; width: 33.3%; margin: 20px 0; text-align: center; color: #fff; font-size: 14px; }

.aboutUs-wrap .into-crystal .item img { width: 92px; height: 68px; }

@media screen and (max-width: 1300px) { .aboutUs-wrap .p-left { width: auto; max-width: 300px; padding: 20px 10px; }
  .aboutUs-wrap .p-left .avatar { padding: 10px; }
  .aboutUs-wrap .p-right { max-width: 100%; padding: 20px; } }

@media screen and (max-width: 890px) { .aboutUs-wrap .p-left { width: auto; max-width: 300px; padding: 20px 10px; }
  .aboutUs-wrap .p-left .avatar { padding: 10px; flex-direction: column; }
  .aboutUs-wrap .p-left .avatar .avatar__right { margin-left: 0; margin-top: 10px; align-items: center; }
  .aboutUs-wrap .p-left .avatar .avatar__right span, .aboutUs-wrap .p-left .avatar .avatar__right a { font-size: 14px; }
  .aboutUs-wrap .p-left .avatar .avatar__right p { margin-top: 5px; text-align: center; font-size: 12px; }
  .aboutUs-wrap .p-left .avatar .avatar__right div, .aboutUs-wrap .p-left .avatar .avatar__right div span { font-size: 12px; }
  .aboutUs-wrap .p-left .title-item { padding: 0 8px; height: 50px; }
  .aboutUs-wrap .p-left .title-item img { margin-right: 5px; }
  .aboutUs-wrap .p-left .title-item span { font-size: 12px; }
  .aboutUs-wrap .p-right { max-width: 100%; padding: 20px; } }

@media screen and (max-width: 750px) { .about-menu-banner { padding: 0.4rem; }
  .about-menu-banner img { width: 9.2rem; height: 4rem; }
  .aboutUs-wrap { border-top: none !important; font-size: 0.32rem; margin-top: 0; }
  .aboutUs-wrap .p-left { display: none; }
  .aboutUs-wrap .p-right { background: none; padding: 0.4rem; }
  .aboutUs-wrap .p-right .title { margin-top: 0.5333rem; height: 0.4rem; line-height: 0.4rem; font-size: 0.3733rem; font-weight: bolder; padding-left: 0.32rem; }
  .aboutUs-wrap .p-right .title span { color: #7b87a6; font-size: 0.32rem; font-weight: normal; }
  .aboutUs-wrap .p-right .desc { margin-top: 0.4rem; color: #7b87a6; line-height: 2; }
  .aboutUs-wrap .p-right .desc-2 .time-item { justify-content: space-between; }
  .aboutUs-wrap .p-right .desc-2 .time-item .year { font-size: 0.32rem; width: 1.3333rem; border-right: 1px solid #2a2d40; position: relative; line-height: 2; }
  .aboutUs-wrap .p-right .desc-2 .time-item .year::after { content: ''; background: url("../images/circle.png") no-repeat center; background-size: 0.16rem 0.16rem; position: absolute; width: 0.48rem; height: 0.48rem; top: 0; top: 0.08rem; right: 0 !important; transform: translate(50%, 0%); z-index: 100; }
  .aboutUs-wrap .p-right .desc-2 .time-item .year.active:before { content: ''; position: absolute; right: 0; top: calc((0.48rem - 0.16rem) / 2); background: url("../images/circle.png") no-repeat center; background-size: 0.16rem 0.16rem; width: 0.16rem; height: 0.16rem; transform: translate(50%, 50%); z-index: 200; }
  .aboutUs-wrap .p-right .desc-2 .time-item .year.active::after { background: url("../images/circle-on.png") no-repeat center; background-size: 0.48rem 0.48rem; z-index: 100; }
  .aboutUs-wrap .p-right .desc-2 .time-item .right { align-items: flex-start; height: auto; line-height: 0.6133rem; margin-left: 0.8rem; border-radius: 0.0533rem; padding: 0.0533rem 0.2667rem; width: 400px; color: #fff; font-size: 0.32rem; margin-bottom: 0.4rem; }
  .aboutUs-wrap .p-right .desc-2 .time-item .right .month { margin-right: 0.4rem; color: #7b87a6; width: 0.6667rem; }
  .aboutUs-wrap .p-right .desc-2 .time-item .right .event { flex: 1; }
  .aboutUs-wrap .p-right .desc-3 { line-height: 2; }
  .aboutUs-wrap .p-right .common-problem { margin-top: 0; border-top: 0.2667rem solid #171a2b; padding: 0.4rem; margin-left: -0.4rem; margin-right: -0.4rem; line-height: 2; background: none; }
  .aboutUs-wrap .p-right .common-problem .ask { color: #7b87a6; }
  .aboutUs-wrap .p-right .notice-list li { margin-top: 0; margin-bottom: 0.4rem; }
  .aboutUs-wrap .p-right .notice-list li:hover { background-color: #2e365a; border-radius: 0.0667rem; }
  .aboutUs-wrap .p-right .notice-list__left { width: auto; padding: 0.1333rem 0.1333rem; height: 1.0667rem; margin-top: 0.0667rem; border-radius: 0.0667rem; font-size: 0.2667rem; background: #2e365a; color: #7b87a6; }
  .aboutUs-wrap .p-right .notice-list__left P { font-size: 0.3733rem; color: #fff; }
  .aboutUs-wrap .p-right .notice-list__right { max-width: calc(100% - 80px); margin-left: 0.2667rem; }
  .aboutUs-wrap .p-right .notice-list__title { font-size: 0.32rem; color: #fff; }
  .aboutUs-wrap .p-right .notice-list__des { margin-top: 0.0667rem; line-height: 0.48rem; font-size: 0.2933rem; color: #7b87a6; }
  .aboutUs-wrap .p-right .site-map { margin-top: -0.5333rem; }
  .aboutUs-wrap .p-right .site-map .title { font-size: 0.3733rem; padding-left: 0.2667rem; color: #fff; }
  .aboutUs-wrap .p-right .site-map ul { margin-top: 0.2667rem; }
  .aboutUs-wrap .p-right .site-map ul li { width: auto; height: auto; line-height: 2; margin-right: 0.6667rem; margin-bottom: 0; background: none; font-size: 0.3733rem; }
  .aboutUs-wrap .p-right .site-map ul li:hover { background: none; }
  .aboutUs-wrap .p-right .site-map ul li a { color: #7b87a6; }
  .article-detail__top { background: none; border-bottom: 1px solid #383d5b; margin-left: -0.4rem; margin-right: -0.4rem; line-height: 1.8; text-align: left; padding: 0 0.4rem 0.2667rem; }
  .article-detail__title { font-size: 0.4rem; }
  .article-detail__time { font-size: 0.32rem; color: #7b87a6; }
  .article-detail__content { color: #7b87a6; line-height: 2; }
  .aboutUs-wrap .into-crystal { background-color: #20243c; flex: 1; display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 0.4rem; padding: 0 0.4rem; margin-bottom: 1.4667rem; }
  .aboutUs-wrap .into-crystal .item { border-radius: 0.1333rem; margin: 0; width: 2.6667rem; height: 2.8rem; text-align: center; color: #fff; font-size: 0.32rem; background-color: #222846; display: flex; flex-direction: column; align-items: center; }
  .aboutUs-wrap .into-crystal .item img { width: 2.4533rem; height: auto; } }
