.content-method {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 5vh;
    cursor: pointer;
}

.method-item-img {
    height: 5vh;
    width: 5vh;
}

.method-item-img img {
    height: 100%;
    width: 100%;
}

.method-item-title {
    margin-left: 1vw;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 550;
    color: #0a1226;
    line-height: 5vh;
}

.form-checkbox {
    display: flex;
    align-items: center;
    margin-top: 3vh;
}

.checkbox-text {
    font-size: 1.75vh;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #131a30;
    margin-left: 2%;
    line-height: 1.75vh;
    cursor: pointer;
}

.checkbox-style-box {
    width: 1.75vh;
    height: 1.75vh;
    background: #fff;
    cursor: pointer;
    margin: 0;
    margin-top: 0.28vh;
}

.mehtod-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 2vh;
}

.method-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.method-item-icon {
    display: flex;
    flex-shrink: 0;
    height: 2.2vh;
    width: 2.2vh;
    background: url(../image/yixuanzhong.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.method-item-text {
    white-space: nowrap;
    font-size: 2vh;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #F87E05;
    line-height: 2vh;
    margin-left: 4.5%;
    cursor: pointer;
}

.method-item:nth-child(n + 2) {
    margin-left: 0.89444444444444%;
}
