@import url(../style_about/style_download.css);

.right_contentBg{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

ul.download_area{	
    width: 100%;
    flex: unset;
}

ul.download_area li {
    cursor: pointer;
}

.number_pageArea{
	width: 100%;
    display: none;
}