.itemDownloads { display: block; width: 100vw; height: 100vh; overflow: hidden; background: url("../images/logoBg.png") no-repeat center; background-size: cover; margin: 0 auto; padding-top: 2rem; box-sizing: border-box; }

.itemDownloads img { display: block; width: 2.6rem; height: 2.6rem; margin: 0 auto .5rem; }

.itemDownloads > span { display: block; text-align: center; font-size: 0.48rem; color: #fff; margin-bottom: 1.2rem; }

.itemDownloads .bnt { display: block; width: 3.74rem; height: .96rem; box-sizing: border-box; background: #000 no-repeat center; background-size: cover; border-radius: .1rem; overflow: hidden; margin: .3rem auto; }

.itemDownloads .bnt_1 { background-image: url("../images/bnt_1.png"); }

.itemDownloads .bnt_2 { background-image: url("../images/bnt_2.png"); }

/*header*/
