.service-list {
    margin: 12px 24px 0;
    box-shadow: 0 0.18rem 0.5rem 0 rgba(16, 111, 255, .12);
    border-radius: 14px;
    padding: 12px;
}

.service-list li {
    display: flex;
    align-items: center;
    padding: 12.5px;
}

.service-list li .qq-icon {
    width: 19px;
    height: 19px;
}

.service-list li p {
    flex: 1;
    margin-left: 12px;
    font-size: 13px;
}

.service-list li .copy-icon {
    width: 67px;
    height: 24px;
}

.accordion {
    box-shadow: 0 0.18rem 0.5rem 0 rgba(16, 111, 255, .12);
    border-radius: .4rem;
    margin: 20px 24px 0;
    padding: 0 12px;
}

.accordion .show {
    height: 45px;
    display: flex;
    align-items: center;
}

.show.active+.hide {
    display: flex;
}

.accordion .hide {
    display: none;
    align-items: flex-start;
    padding-bottom: 10px;
}

.accordion .show .l {
    color: #106fff;
    font-size: 16px;
    font-weight: 700;
}

.accordion .hide .l {
    color: #3ecfff;
    font-size: 16px;
    font-weight: 700;
}

.accordion .show .c {
    flex: 1;
    margin: 4px 0 0 10px;
    font-size: 13px;
}

.accordion .show.active .r2 {
    display: block;
}

.accordion .show.active .r1 {
    display: none;
}

.accordion .show .r2 {
    display: none;
}

.accordion .show .r1 {
    display: block;
}

.accordion .hide .r {
    font-size: 13px;
    margin-left: 10px;
    line-height: 19px;
}

.accordion .s-ion-icon {
    width: 17px;
    height: 17px;
}


.button{
    box-shadow: 0 0.18rem 0.5rem 0 rgba(16, 111, 255, .12);
    border-radius: 22px;
    margin: 26px 50px 10px;
    background: linear-gradient(90deg,#106fff,#3fcfff);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px ;
}
.button a{
    flex: 1;
    color: #106fff;
    font-size: 19px;
    width: 100%;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 22px;
    background: #fff;
}