﻿@charset "utf-8";

.magnify-image {
    display: block;
    width: auto;
}

.hc-dialog input {
    font-size: 60px;
    line-height: 1.5;
}

#err span {
    font-size: 50px;
    line-height: 1.5;
}

.right-part p a {
    color: #000;
    text-decoration: none;
}

.left-til .curr {
    font-size: 90px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(76, 29, 10, 1);
    cursor: pointer;
    white-space: nowrap;
    position: relative;
}

.lib-main .left-til {
    background: none;
}

.left-til em {
    display: none;
}

.left-til .curr em {
    position: absolute;
    right: -36px;
    top: 0;
    display: block;
    height: 114px;
    width: 115px;
    background: url(/content/img/bg-yuan.png) no-repeat;
    background-size: 100% auto;
}





.left-til .curr {
    font-size: 90px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(76, 29, 10, 1);
    cursor: pointer;
    white-space: nowrap;
    position: relative;
}

.lib-main .left-til {
    background: none;
}

.left-til em {
    display: none;
}

.left-til .curr em {
    position: absolute;
    right: -36px;
    top: 0;
    display: block;
    height: 114px;
    width: 115px;
    background: url(/content/img/bg-yuan.png) no-repeat;
    background-size: 100% auto;
}

.audio-box .audio-change,
.right-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.audio-box .audio-change p {
    border-radius: 65px;
    background-color: #6fcebd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    font-weight: bold;
    color: #4d280a;
    border: 5px solid #4d280a;
    width: 101px;
    height: 101px;
    min-height: 101px;
    margin-right: 20px;
    box-sizing: border-box;
}

.audio-box .audio-change span {
    padding-top: 5px;
    font-size: 30px;
    white-space: nowrap;
    line-height: 32px;
}