
.s-simple-guide {
    height: fit-content;
    background-color: white;
    width: calc(520rem / 75);
    max-width: 360px;
    position: relative;
    overflow: visible;
}

.s-simple-guide #s-simple-icon {
    width: calc(100rem / 75);
    height: calc(100rem / 75);
    background-color: white;
    display: block;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    object-fit: contain;
    padding: calc(10rem / 75);
    position: absolute;
    left: 20px;
    top: calc(-50rem / 75);
    box-sizing: border-box;
}

.s-simple-guide #s-simple-title {
    height: calc(100rem / 75);
    line-height: calc(120rem / 75);
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.s-simple-guide #s-simple-title2 {
    height: calc(70rem / 75);
    line-height: calc(80rem / 75);
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.s-simple-guide #s-simple-hint {
    height: fit-content;
    width: 80%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    overflow-x: scroll;
    color: #333;
    font-weight: 400;
    margin: 10px auto;
}

.s-simple-guide #s-simple-input {
    display: none;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    width: 80%;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #333333;
    margin: 10px auto;
    outline: none;
}

.s-simple-guide #s-simple-frame {
    height: 100px;
    width: calc(100% - 20px);
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin: 0 auto 10px;
    border: 1px solid #e2e2e2;
    background-color: #f5f5f5;
    resize: none;
    outline: none;
    box-sizing: border-box;
    padding: 10px;
    display: block;

}

.s-simple-guide .s-simple-btn-group {
    display: flex;
    width: 80%;
    margin: calc(30rem / 75) auto 0 auto;
    padding-bottom: calc(30rem / 75);
}

.s-simple-btn-group .s-simple-guide-btn {
    text-align: center;
    font-size: 14px;
    width: 45%;
    font-weight: 500;
    cursor: pointer;
    padding: calc(15rem / 75) 0;
}

.s-simple-cancel {
    background-color: #E5E5E5;
    color: #333;
    margin-left: 10%;
}

.s-simple-confirm {
    background-color: #333;
    color: #ddd;
}

.s-remind-wrap {
    height: 30px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.s-remind-wrap .content {
    font-size: 12px;
    color: #666666;
    height: 30px;
    line-height: 30px;
    width: fit-content;
    margin-left: 2px;
}

.s-remind-wrap .box {
    font-size: 10px;
    color: #666666;
    height: 12px;
    border: 1px solid #333333;
    line-height: 12px;
    width: 12px;
    border-radius: 2px;
}
