.hide {
    display: none;
}

.thank-content .dpm .pic {
    height: auto;
    padding: 40px 0px;
}

.thank-content .pic .right-text .line {
    margin: 20px auto;
}
.thank-content .txt{
    height: auto;
}
.thank-content{
    padding-bottom: 60px;
}
.thank-content .btn-launch {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 256px;
    height: 51px;
    margin: 10px auto;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    background: transparent linear-gradient(90deg, #1965FD 0%, #7402FF 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px
}

.thank-content .btn-launch:hover {
    background: transparent linear-gradient(90deg, #6484FF 0%, #0255FF 100%) 0% 0% no-repeat padding-box
}

.btn-group {
    margin-top: 20px;
    display: flex;
    flex-flow: nowrap;
    align-items: center
}

.btn-group a {
    display: flex;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: solid #dbe0e9 2px
}

.btn-group a svg {
    width: 23px;
    height: 27px
}

.btn-group a:hover {
    background-color: #111115
}

.btn-group a:hover svg {
    fill: #fff
}

@media screen and (max-width: 768px) {

    .btn-group {
        display: flex;
        flex-flow: column-reverse
    }

    .btn-group a {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: solid #dbe0e9 1px
    }
}