* {
    margin: 0;
    padding: 0;
}

:root {
    --sat: env(safe-area-inset-top);
    --sar: env(safe-area-inset-right);
    --sab: env(safe-area-inset-bottom);
    --sal: env(safe-area-inset-left);
}

body {
    background: rgb(255, 248, 235);
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}

@font-face {
    font-family: "DIN_Condensed_Bold";
    src: url(font/DIN-Condensed-Bold.ttf);
}

.score {
    background: rgba(255, 255, 255, 0);
    padding-bottom: 200px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /* touch-action: none; */
}

.child_div_center {
    height: 100vh;
    width: 100vw;
    /*overflow: scroll;*/
    background: rgba(255, 255, 255, 0);
}

.play_box {
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    /* padding-top: 32px; */
    /* padding-bottom: 10px; */
    padding-bottom: env(safe-area-inset-bottom);
    background: rgb(255, 248, 235);
    user-select: none;
    z-index: 1000;
}

.play_box_con {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    margin-top: 2px;

}

.bottom_empty {
    height: 10px;
}

.play_box_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 15px;
    /*justify-content: center;*/
}

.play_box_img {
    width: 24px;
    height: 24px;
}

.play_btn {
    width: 66px;
    height: 66px;
}

.audioPlayProgress {
    width: calc(100% - 80px);
    height: 30px;
    top: 10px;
    margin: 0 40px;
    z-index: 5;
}

.audioPlayProcessCon {
    position: relative;
    top: 13px;
    width: 100%;
    height: 4px;
    background: #FCEED9;
    border-radius: 5px;
}

.audioPlayProcess_now {
    width: 0;
    height: 4px;
    background: rgb(255, 173, 0);
    border-radius: 5px;
}

.audioPlayProcess_box {
    position: relative;
    width: 20px;
    height: 20px;
    background: rgb(255, 173, 0);
    top: -12px;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.audio_time {
    position: fixed;
    border-radius: 20px;
    padding: 5px 15px;
    bottom: 137px;
    background-color: #333333;
    color: #FFFFFF;
    z-index: 1000;
    white-space: nowrap;
}

.audio_time_empty {
    height: env(safe-area-inset-bottom);
}

.speed_num {
    font-family: "DIN_Condensed_Bold";
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.common_bottom_box {
    width: 100%;
    max-width: 480px;
    position: fixed;
    bottom: 0;
    background: rgb(255, 255, 255);
    /* box-shadow: 0 -32px 32px rgba(0, 0, 0, 0.21); */
    border-radius: 30px 30px 0 0;
    display: flex;
    flex-direction: column;
    z-index: 1000;

    max-height: calc(100% - 40px);
    box-sizing: border-box;

    left: 50%;
    transform: translateX(-50%);
}

.bottom_title {
    display: flex;
    /* align-items: center; */
    justify-content: flex-end;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 15px;
    color: rgb(0, 0, 0);
    font-size: 26px;
    font-weight: 600;
}

.speed_show_text {
    margin-left: 39px;
    padding: 11px 0;
    font-size: 17px;
    font-weight: 400;
}

.speed_progress_con {
    height: 50px;
    padding: 0 40px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.speed_progress {
    position: relative;
    width: 100%;
    height: 6px;
    top: 23px;
    background-color: #FCEED9;
    border-radius: 4px;
    z-index: 1;
}

.speed_progress_cur {
    position: absolute;
    width: 0;
    height: 6px;
    background: rgb(255, 173, 0);
    border-radius: 4px;
}

.speed_cursor {
    position: absolute;
    width: 1px;
    height: 20px;
    top: -7px;
    left: 62.5%;
    border: solid 1px #474747;
    background-color: #474747;
}

.speed_progress_box {
    position: absolute;
    width: 24px;
    height: 24px;
    background: rgb(255, 173, 0);
    top: -8px;
    border-radius: 50%;
    transform: translateX(-50%);

}

.bottom_close_btn {
    width: 32px;
    height: 32px;
}

.more_setting_content_con {
    padding: 10px 40px;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: 400;

    max-height: calc(100% - 62px);
    overflow-y: scroll;
}

.border_line {
    width: 100%;
    height: 1px;
    background-color: #D8D8D8;
}

.scale_progress_con {
    height: 50px;
    width: 100%;
    margin-bottom: 10px;
}

.scale_progress {
    position: relative;
    width: 100%;
    height: 6px;
    top: 23px;
    background-color: #FCEED9;
    border-radius: 4px;
    z-index: 1;
}

.scale_progress_cur {
    position: absolute;
    width: 0;
    height: 6px;
    background: rgb(255, 173, 0);
    border-radius: 4px;
}

.scale_cursor {
    position: absolute;
    width: 1px;
    height: 20px;
    top: -7px;
    left: 50%;
    border: solid 1px #474747;
    background-color: #474747;
}

.scale_progress_box {
    position: absolute;
    width: 24px;
    height: 24px;
    background: rgb(255, 173, 0);
    top: -8px;
    border-radius: 50%;
    transform: translateX(-50%);
}

.audio_control_img {
    width: 64px;
    height: 32px;
}

.audio_change_con {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    margin: 10px 0;
}

.audio_volume_box {
    /* position: relative; */
    height: 50px;
    width: 100%;
}

.volume_progress {
    position: relative;
    width: 100%;
    height: 6px;
    top: 23px;
    background-color: #FCEED9;
    border-radius: 4px;
    z-index: 1000;
}

.volume_progress_cur {
    position: absolute;
    width: 0;
    height: 6px;
    background: rgb(255, 173, 0);
    border-radius: 4px;
}

.volume_progress_box {
    position: absolute;
    width: 24px;
    height: 24px;
    background: rgb(255, 173, 0);
    top: -9px;
    /* margin: auto 0;  */
    border-radius: 50%;
    /* transition: left 0s linear 0s; */
    transform: translateX(-50%);
}

.log_btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0);
    width: 50px;
    height: 50px;
    z-index: 1;
}

.bottomText {
    white-space: nowrap;
}

.transpose_con {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 5px 0;
    margin-top: 10px;
}

.transpose_text {
    margin: 10px 0;
}

.transpose_control_con {
    display: flex;
    flex-direction: row;
    margin-left: auto;
}

.transpose_control_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 36px;
    background-color: rgba(120, 120, 128, 0.16);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.transpose_control_left:active {
    background-color: rgba(120, 120, 128, 0.3);
}

.transpose_control_middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 36px;
    background-color: rgba(120, 120, 128, 0.16);
    margin: 0 2px;
}

.transpose_control_middle:active {
    background-color: rgba(120, 120, 128, 0.3);
}

.transpose_control_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 36px;
    background-color: rgba(120, 120, 128, 0.16);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.transpose_control_right:active {
    background-color: rgba(120, 120, 128, 0.3);
}

.loadingCon {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.refreshCon {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(255, 248, 235);
    z-index: 10000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.refreshCenterCon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;

}

.refreshCenterCon p:nth-child(2) {
    font-size: 17px;
    font-weight: 600;
    color: #1A1A1A;
    margin: 13px 0;
}

.refreshCenterCon p:nth-child(3) {
    font-size: 13px;
    font-weight: 400;
    color: #767676;
}

.refreshBtn {
    margin-top: 10px;
    background-color: #FFAD00;
    color: white;
    border-color: #FFAD00;
    width: 90%;
    max-width: 374px;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    border-style: none;
}