.start{
    flex-grow: 1;
    display: flex;
    margin-bottom: 16px;
}
.start .panel{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
}
.start .panel .tips{
    padding: 32px 16px 16px 16px;
    color: #666666;
    display: flex;
    justify-content: center;
}
.start .panel .tips .version{
    font-size: 28px;
    text-align: center;
}
.start .panel .tips .step{
    min-height: 37px;
}
.start .panel .tips .step table{
    border-spacing:6px 10px;
}
.start .panel .tips .step td{
    font-size: 16px;
}
.start .panel .tips .step .step-title{
    white-space: nowrap;
    vertical-align: top;
}
.start .panel .actions{
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 16px;
}
.start .panel .actions .btn{
    border-radius: 50%;
    background-color: #61affe;
    border: 6px solid #61affe;
}
.start .panel .actions .btn.disable{
    background-color: #AEAEAE;
    border: 6px solid #AEAEAE;
}
.start .panel .actions .btn.loading{
    background-color: #f0c78a;
    border: 6px solid #f0c78a;
}
.start .panel .actions .btn .btn-panel{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    cursor: pointer;
    background: transparent;
    border: 5px solid white;
}
.start .panel .actions .btn .btn-panel span {
    text-align: center;
}