.download-item-1 {	
    &-cont {
        border-radius: 10px;
        background-color: #ffffff;

        &-title {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            height: 60px;
            background-image: linear-gradient(to right, #fd2a58, #ff060c);

            &-text {
                text-align: center;
                line-height: 60px;
                font-size: 14px;
                color: #ffffff;
            }
        }

        &-center {
            &-title {
                margin: 10px 0;
                flex-direction: row;
                height: 40px;
                align-items: center;
                justify-content: center;

                &-text {
                    font-size: 14px;
                }

                &-active {
                    color: #fe162e;
                }
            }

            &-ul {
                margin: 0 10px;
                height: 15px;
                border-radius: 30px;
                background-color: #ffefee;
                flex-direction: row;
            }

            &-list {
                width: 100px;
                height: 15px;
                background-color: #fe0000;
            }

            &-first {
                border-top-left-radius: 30px;
                border-bottom-left-radius: 30px;
            }

            &-end {
                border-top-right-radius: 30px;
                border-bottom-right-radius: 30px;
            }
        }

        &-bottom {
            margin-top: 30px;
            font-size: 14px;
            color: #bb0402;
            text-align: center;
            padding-bottom: 15px;
        }
    }
}