.NewTrackNewProjectBox {
	width:900px;
	margin-top: 30px;
	display: flex;
}

.NewTrackNewProjectBox1{
	width:435px;
}

.NewTrackNewProjectBox2{
	width:30px;
	padding-top: 25px;
}

.NewTrackNewProjectBox3{
	width:435px;
}

.NewTrackNewProjectBox1Left {
	display: flex;
	justify-content: space-between;
	height: 20px;
}

.MainPageNewTrackRepeatBox  {
    display: flex;
    height: 36px;
    width: 540px;
    padding: 7px;
    border-radius: 3px;
    background-color: rgb(28 28 28);
    max-inline-size: -webkit-fill-available;
	margin-top: 5px;
	align-items: center;
    justify-content: flex-start;
}

.MainPageNewProjectRepeatBox  {
    display: flex;
    height: 36px;
    padding: 7px;
    border-radius: 2px;
    background-color: rgb(28 28 28);
    max-inline-size: -webkit-fill-available;
	margin-top: 5px;
	align-items: center;
    justify-content: flex-start;
}

.NewTrackNewProjectBox2hr {
	width: 1px;
    height: 100%;
    background: rgb(87 87 87);
    display: flex;
    margin-left: 15px;
}

.MainPageNewTrackRepeatBoxIMG {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    border-radius: 50%;
}

.MainPageNewTrackRepeatBoxColum2 {
    display: flex;
    padding-left: 5px;
	width: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.MainPageNewTrackRepeatBoxColum3 {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.MainPageNewTrackRepeatBoxColum5 {
    width: 80px;
}

.MainPageNewTrackRepeatBoxHR {
	width: 1px;
    height: 100%;
    background: rgb(87 87 87);
    display: flex;
	margin: 0 7px 0 7px;
}

.MainPageNewTrackRepeatBoxImg {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.MainPageNewTrackRepeatBoxImgLike {
	width: 15px;
    margin-right: 5px;
    height: 15px;
    vertical-align: bottom;
}

.MainPageNewTrackRepeatBoxImgPlay {
    width: 24px;
    height: 24px;
    margin-left: 7px;
}

.MainPageNewProjectRepeatBoxColum2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    height: 36px;
    align-items: flex-start;
}

.MainPageNewPromoSong {
    width: 900px;
	margin-top: 10px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
}

.MainPageNewPromoSongHR {
    border-top: solid 1px rgba(87,87,87);
    width: 627px;
    height: 1px;
    margin-left: auto;
}

.MainPageNewPromoSongHeader {
	margin-top:30px;
}

.MainPageNewPromoSongHeader {
	display: flex;
	align-items: center;
}

.MainPageNewPromoImg {
	width:80px;
	height:80px;
	border-top-left-radius:3px;
	border-bottom-left-radius: 3px;
}

.MainPageNewPromoBox {
    height: 80px;
    margin-bottom: 10px;
    background-color: rgb(28,28,28);
    border-radius: 5px;
    display: flex;
	width: 445px;
}

.MainPageNewPromoRightBox {
	display: flex;
	flex-grow: 1;
    flex-direction: column;
}

.MainPageNewPromoTopBox {
	display: flex;
	padding: 7px;
	background: rgb(50 50 50);
	border-top-right-radius: 3px;
}

.MainPageNewPromoTopBoxLeft {
	display: flex;
    align-items: center;
}

.MainPageNewPromoTopBoxMiddle {
	display: flex;
    flex-direction: column;
	flex-grow: 1;
	margin-left: 10px;
}

.MainPageNewPromoTopBoxRight {
	display: flex;
	align-items: center;
}

.MainPageNewPromoBottomBox {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    background: rgb(28 28 28);
	border-bottom-right-radius: 3px;
}

.MainPageNewPromoBottomBoxLeft {
	display: flex;
	align-items: center;
	height: 22px;
}

.MainPageNewPromoTopBoxIMG {
    width: 40px;
    height: 40px;
    border-radius: 50%;
	margin-left: 5px;
}

.MainPageNewPromoTopBoxPlayButton {
    width: 24px;
    height: 24px;
	margin-left: 10px;
}

.MainPageNewPromoBottomBoxLeftText1 {
    margin-left: 10px;
}

.MainPageNewPromoBottomBoxRight {
	height: 22px;
    display: flex;
    align-items: center;
	margin-right: 10px;
}

.MainPageNeedBackupTabsHR {
    border-top: solid 1px rgba(87,87,87);
    width: 730px;
    height: 1px;
    margin-left: auto;
}

.MainPageNeedBackupTabs {
	margin-top: 25px;
	display: flex;
    align-items: center;
}

.MainPageNeedBackupTabsBox {
    display: flex;
    margin-top: 10px;
    background-color: rgb(50, 50, 50);
    padding: 20px;
    border-radius: 3px;
    flex-direction: column;
}

.MainPageNeedBackupTabsBoxListHead {
    display: flex;
    border-radius: 3px;
    padding: 3px 7px 3px 7px;
    background: rgb(28 28 28);
}

.MainPageNeedBackupTabsBoxList {
    display: flex;
    padding: 3px 7px 3px 7px;
    border-radius: 3px;
    margin-top: 3px;
    background: rgb(38 38 38);
}

.MainPageNeedBackupTabsBoxList1 {
	width:430;
}

.MainPageNeedBackupTabsBoxList2 {
	width:200;
}

.MainPageNeedBackupTabsBoxList3 {
	width:160;
}

.MainPageNeedBackupTabsBoxList4 {
	width:68;
}

.MainPageTrendingNews {
    display: flex;
    align-items: center;
    margin-top: 20px;
	margin-bottom: 10px;
}

.MainPageTrendingNewsHR {
	border-top: solid 1px rgba(87,87,87);
    width: 673px;
    height: 1px;
    margin-left: auto;
}

.MainPageNBHR {
	border-top: solid 1px rgba(87,87,87);
    width: 615px;
    height: 1px;
    margin-left: auto;
}

.MainPageTrendingNewsBox01 {
    margin-top: 10;
    border-radius: 5px;
    color: rgb(42, 42, 42);
    padding: 10px;
    border: 1px solid rgb(87 87 87);
}

.MainPageNewUploadTabsHR {
	border-top: solid 1px rgba(87,87,87);
    width: 535px;
    width: 535px;
    height: 1px;
    margin-left: auto;
}

.MainPageNewUploadTabsBox {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.MainPageNTAMB {
	display:flex;
	justify-content: space-between;
}

.MainPageNTALB {
	display:flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-around;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.MainPageNTARB {
	display:flex;
}

.MainPageNTALBM {
	display:flex;
}

.MainPageNTALBMM {
	margin-top: 4px;
}

.MainPageMarginTop4px {
	margin-top: 4px;
}

.MainPageNTALBST {
	width: 224px;
}

.MainPageNPB1 {
	width: 258px;
}

.MainPageNBT-B1 {
	display: flex;
	align-items: center;
    justify-content: center;
	border: 1px solid rgb(87 87 87);
    border-radius: 100px;
    padding: 5px;
}

.indexNBBR1 {
	width:444px;
	height:60px;
}

.indexNBBR2 {
	width: 378px;
	height: 60;
	box-sizing: border-box;
}

.indexNBBR3 {
	width: -webkit-fill-available;
	box-sizing: border-box;
}

.indexNBBR4 {
	width: 225px;
}
