.index-ms {
  box-sizing: border-box;
  background: white;
}



.section-box {
  width: 100%;
  background: linear-gradient(180deg, #FEF2FD 0%, #FACEE6 100%);
  padding-bottom: 80px;
}

.news-box {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-img {
  width: 773px;
  height: 434px;
  margin-top: 60px;
  margin-bottom: 80px;
  position: relative;
}

.swiper_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}

.swiper_box-wrapper {
  display: flex;
}

.swiper_one {
  cursor: pointer;
  width: 773px;
  height: 434px;
  flex-shrink: 0;
}

.swiper_one img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.swiper_tip {
  position: absolute;
  right: 24px;
  bottom: 24px;
}

.swiper-title {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
}

.swiper_rang {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 998;
}

.swiper_rang>div {
  width: 40px;
  height: 40px;
  outline: none;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper_rang>div:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.swiper_rang>div img {
  width: 20px;
  height: 20px;
}

.swiper_rang .rotate {
  transform: rotate(180deg);
}

.rect-none {
  width: 4px;
  height: 4px;
  background: #fff;
  margin-left: 5px;
  display: inline-block;
  border-radius: 50%;
}

.rect-active {
  width: 14px;
  border-radius: 2px;
  display: inline-block;
}

.news-text {
  width: 483px;
  height: 434px;
  margin-top: 60px;
  margin-bottom: 80px;
  box-sizing: border-box;
  border: 1px solid #E95AA3;
  background: #fff;
  border-radius: 20px;
  padding: 12px 24px;
  overflow: hidden;
  position: relative;
}

.news-text-list-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(239, 123, 187, 0.6) 0%, rgba(252, 222, 239, 0) 100%);
  opacity: 0.2;
  z-index: 1;
}

.news-text-list {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.news-text-list::-webkit-scrollbar {
  width: 8px;
}

.news-text-list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #ccc;
  cursor: pointer;
}

.news-text-list::-webkit-scrollbar-track {
  border-radius: 8px;
  /* background-color: #e7e7e7; */
  /* border: 1px solid #cacaca; */
}

.news-text-item {
  cursor: pointer;
  padding: 11px 0;
  border-bottom: 1px solid #F0F0F0;
}

.news-text-item:last-child {
  border-bottom: 1px solid #fff;
}

.news-item-top {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.news-item-top>.tag {
  color: #F0AC59;
  font-size: 12px;
  padding: 2px 12px;
  background: rgba(240, 172, 89, 0.15);
  border-radius: 4px;
}

.news-item-top>.tag1 {
  color: #5AE0AC;
  font-size: 12px;
  padding: 2px 12px;
  background: rgba(90, 224, 172, 0.15);
  border-radius: 4px;
}

.news-item-top>.tag2 {
  color: #E95AA3;
  font-size: 12px;
  padding: 2px 12px;
  background: rgba(233, 90, 163, 0.15);
  border-radius: 4px;
}

.news-item-top>.title {
  color: #3D3D3D;
  font-size: 16px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 8px;
  font-weight: 600;
}

.news-text-item>.time {
  color: #8B8B8B;
  font-size: 14px;
}

.team-box {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

.team-left {
  width: 628px;
  height: 488px;
  border-radius: 20px;
  background: #F7ADD6;
  overflow: hidden;
}

.box-title {
  height: 54px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 24px;
  color: #fff;
  
  font-size: 22px;
  line-height: 54px;
}
.box-title-three{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 24px;
}
.r-three>.r-three-line{
  width: 1px;
  height: 16px;
  background: #fff;
  margin: 0 20px;
}
.r-three .r-three-before{
  font-size: 14px;
}
.r-three-img{
  width: 10px;
  height: 8px;
  margin-left: 5px;
}
.r-three-recoed{
  position: relative;
}
.r-three-pop{
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 20px;
  max-height: 200px;
  background: white;
  transform: translateY(100%);
  box-shadow: 0px 2px 12px 0 rgba(0,0,0,.1);
  border-radius: 5px;
  z-index: 2;
}
.r-three-pop-show{
  visibility: visible;
  transition: all 1s;
  opacity: 1;
}
.r-three-pop-hide{
  visibility: hidden;
  transition: all 1s;
  opacity: 0;
}
.r-three-pop>p{
  padding: 10px 0;
  text-align: center;
  color: #1A1A1A;
  font-size: 14px;
  line-height: 1;
}
.r-three-pop>p:hover{
  background: #E95AA3;
  color: #fff;
}
.team-list-bo-bg{
  background: white;
}
.team-list-box {
  background: url('../img/index/add1.png');
  background-repeat: no-repeat;
 
  background-size: 100% auto;
  height: 434px;
  width: 100%;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
}

.team-tab-box {
  width: 100px;
  height: 434px;
  overflow: hidden;
  background: rgba(255, 194, 204, .2);
}
.swiper-button-prev2-style{
  height: 28px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(250, 206, 230, .4);
}
.swiper-button-prev2-style img{
  width: 18px;
  height: auto;
  transform:rotate(-90deg);
}
.swiper-button-next2-style{
  height: 28px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(250, 206, 230, .4);
}
.swiper-button-next2-style img{
  width: 18px;
  height: auto;
  transform:rotate(90deg);
}
.swiper-container2{
  width: 100px;
  height: calc(434px - 28px - 28px);
 
  overflow: hidden;
}

.swiper-box-tean {
  height: 100%;
}

.team-tab-one {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #3D3D3D;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 10px 16px; */
  flex-shrink: 0;
  cursor: pointer;
  min-height: 48px;
}

.team-tab-one:hover {
  color: #E95AA3;
  background: #fff;
}

.team-tab-name {
  margin-bottom: 2px;
}

.team-tab-one-active {
  color: #E95AA3;
  background: #fff;
}

.team-tab-one-active>.team-tab-rect {
  width: 100%;
  height: 4px;
  background: linear-gradient(to left, rgba(255, 169, 194, 1), rgba(255, 169, 194, 0));
  border-radius: 4px;
}

.team-user-scroll {
  flex: 1;
  height: 620px;
  overflow-y: auto;
}

.team-user-scroll::-webkit-scrollbar {
  width: 6px;
}

.team-user-scroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  height: 100px;
  width: 6px;
  background: #ccc;
  cursor: pointer;
}

.team-user-scroll::-webkit-scrollbar-track {
  border-radius: 8px;
}

.team-name {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 40px;
  color: #E95AA3;
  font-weight: 700;
  padding-top: 24px;
  padding-bottom: 32px;
}

.team-name span {
  line-height: 1;
  margin: 0 15px;
}

.team-name img:first-child {
  width: 21px;
  height: auto;
}

.team-name img:last-child {
  width: 10px;
  height: auto;
}


.team-user-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

}

.artist-one {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
  margin-bottom: 22px;
}

.artist-img-box {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #E95AA3;
}

.artist-img-box>img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
}

.artist-one>.name {
  color: #3D3D3D;
  font-size: 14px;
  margin: 2px 0;
}

.artist-one>.e-name {
  color: #8B8B8B;
  font-size: 12px;
}

.three-ranking {
  background: white;
  height: 434px;
  width: 100%;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.three-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.three-title>img {
  width: 10px;
  height: 10px;
}

.three-title>span {
  color: #F9BC2D;
  font-size: 18px;
  font-weight: 600;
  margin: 0 10px;
}

.three-title-one>span {
  color: #F9BC2D;
}

.three-title-two>span {
  color: #B1C3F9;
}

.three-title-three>span {
  color: #F7B591;
}


.three-content {
  box-sizing: border-box;
  padding: 8px;
  width: 186px;
  height: 348px;
  border-radius: 8px;
}

.three-content-one {
  border: 2px solid #F4C21B;
  background: rgba(244, 194, 27, 0.2);
}

.three-content-two {
  border: 2px solid #B1C3F9;
  background: rgba(177, 195, 249, 0.2);
}

.three-content-three {
  border: 2px solid #F7B591;
  background: rgba(247, 181, 145, 0.2);
}

.three-img-box {
  position: relative;
}

.three-img-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 7px;
  color: #fff;
  font-size: 16px;
}

.three-img-team {
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 14px;
  background: linear-gradient(to left, rgba(255, 194, 204, 1), rgba(247, 132, 154, 1));
}

.three-img-box>img {
  width: 100%;
  height: 302px;
  object-fit: cover;
  border-radius: 5px;
}

.three-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3D3D3D;
  font-size: 14px;
  margin-top: 8px;
}

.three-text-right>img {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

.three-text-right>span {
  color: #404040;
  font-size: 12px;
}

.banner-box {
  width: 1280px;
  background: #BCCAF6;
  border-radius: 12px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.banner-box img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.rangk-box {
  width: 1280px;
  margin: 0 auto;
}

.rangk-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 80px;
  position: relative;
}

.rangk-title-text {
  color: #EF7BBB;
  font-size: 60px;
  font-weight: 600;
}

.rangk-titl-e {
  position: absolute;
  top: 30px;
  font-size: 60px;
  left: 50%;
  transform: translateX(-50%);
  color: #EF7BBB;
  opacity: 0.1;
}

.rangk-item-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.rangk-item {
  width: 628px;
  border-radius: 20px;
  overflow: hidden;
  background: #F7ADD6;
  flex-shrink: 0;
  margin-bottom: 40px;
}

.rangk-item-title {
  height: 54px;
  width: 100%;
  line-height: 54px;
  font-size: 22px;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}

.rangk-item-tab {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
}

.rangk-tab-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 24px;
  margin-left: 40px;
  cursor: pointer;
}

.rangk-tab-one>.rect {
  width: 100%;
  height: 3px;
  border-radius: 2px;
  margin-top: 5px;
}

.rangk-tab-active {
  color: #E95AA3;
}

.rangk-tab-active>.rect {
  background: #E95AA3;
  border-radius: 4px;
}

.rangk-item-con {
  width: 100%;
  min-height: 470px;
  background: white;
  border-radius: 20px;
  padding: 24px;
}

.rangk-item-tab2 {
  display: flex;
  align-items: center;
}

.rangk-tab2-one {
  margin-right: 40px;
  cursor: pointer;
}

.rangk-tab2-one>.name {
  color: #8B8B8B;
  font-size: 18px;
}

.rangk-tab2-one>.name:hover {
  color: #E95AA3;
  font-size: 18px;
}

.rangk-tab2-one>.rect {
  width: 100%;
  height: 5px;
  margin-top: 5px;
}


.rangk-tab2-one-active>.name {
  color: #E95AA3;
}

.rangk-tab2-one-active>.rect {
  background: linear-gradient(270deg, #E95AA3 0%, rgba(233, 90, 163, 0) 99%);
  border-radius: 4px;
}



.ranking-box {
  height: 385px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 30px;
}

.ranking-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}

.ranking-item-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.head-url-box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #B1C3F9;
  position: relative;
}

.one .head-url-box {
  border: 2px solid #F4C21B;
}

.two .head-url-box {
  border: 2px solid #B1C3F9;
}

.three .head-url-box {
  border: 2px solid #F7B591;
}

.head-url-box>.first {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 56px;
  height: 28px;
  z-index: 2;
}

.head-url-box>.head-url {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  object-fit: cover;
}

.head-name {
  font-size: 16px;
  color: #1A1A1A;
  margin: 8px 0;
}

.head-jian img {
  width: 9px;
  height: 12px;
  margin-right: 1px;
}

.head-jian {
  color: #E95AA3;
  font-size: 12px;
  margin-left: 4px;
}

.head-jian-down {
  color: #8B8B8B !important;
  font-size: 12px;
  margin-left: 4px;
}

.head-score {
  margin-bottom: 4px;
  color: #1A1A1A;
  font-size: 12px;
}

.head-score>img {
  width: 9px;
  height: 11px;
  margin-right: 4px;
}

.ranking-item-name-bg {
  width: 180px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(to bottom, rgba(188, 202, 246, 1), rgba(188, 202, 246, 0));
}

.ranking-item-name-bg img {
  width: 100%;
}

.one .ranking-item-name-bg {
  height: 213px;
  background: linear-gradient(to bottom, rgba(255, 177, 21, 1), rgba(255, 233, 123, 0));
}

.three .ranking-item-name-bg {
  background: linear-gradient(to bottom, rgba(255, 219, 199, 1), rgba(255, 219, 199, 0));
}

.else-rank {
  /* margin-top: 15px; */
}

.else-rank-box {
  height: 400px;
  overflow-y: auto;
  padding-right: 5px;
}

.else-one {
  padding: 16px 20px;
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  margin-top: 12px;
}

.else-one-left .num {
  font-size: 20px;
  color: #8B8B8B;
  margin-right: 20px;
  width: 30px;
  text-align: center;
}

.else-one-head {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
  object-fit: cover;
}

.else-one-left .name {
  color: #1A1A1A;
  font-size: 16px;
  margin-right: 5px;
  width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.else-one-jian {
  color: #E95AA3;
  font-size: 12px;
}

.else-one-jian-down {
  color: #8B8B8B !important;
  font-size: 12px;
}

.else-one-jian .jian {
  width: 9px;
  height: 12px;
  margin-right: 1px;
}

.jifen-rect {
  width: 160px;
  height: 8px;
  background: #F5F5F5;
  border-radius: 5px;
  margin-right: 25px;
}

.rect-width {
  height: 8px;
  border-radius: 5px;
  background: linear-gradient(to right, #F7ADD6, #E95AA3);
}


.jifen-right {
  color: #1A1A1A;
  font-size: 12px;
}

.jifen-right img {
  width: 9px;
  height: 11px;
  margin-right: 5px;
}

.video-box {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.video-left {
  width: 628px;
  background: #F7ADD6;
  border-radius: 20px;
}

.video-left-bottom {
  width: 628px;
  height: 512px;
  background: white;
  border-radius: 20px;
  padding: 24px;
}

.video-left-bottom {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(278px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.video-item img {
  width: 100%;
  height: 156px;
  border-radius: 12px;
}

.video-title {
  color: #1A1A1A;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  margin: 10px 0;
}

.video-tag {
  color: #8B8B8B;
  font-size: 12px;
}

.video-tag>.tag {
  color: #E95AA3;
  border: 1px solid #E95AA3;
  border-radius: 4px;
  padding: 0 10px;
  margin-right: 10px;
}