﻿@charset "utf-8";

.magnify-image {
    display: block;
    width: auto;
}

/*.combo-dropdown {
            overflow: scroll !important;
        }*/

.hc-img-warp,
.right-part,
.libFeature-Nav-two {
    z-index: 1;
}

.magnify-mask,
.magnify-modal {
    transform: translate3d(0, 0, 10px);
}


.wrap3840 {
    background-image: none;
}

.hc-dialog input {
    font-size: .6rem;
    line-height: 1.5;
}

#err span {
    font-size: .5rem;
    line-height: 1.5;
}

.right-part p a {
    color: #000;
    text-decoration: none;
}

.layui-layer-shade,
.layui-layer {
    transform: translate3d(0, 0, 10px);
}

.layui-layer-shade {
    position: fixed;
    height: 100%;
}

#wrapBox3840 {
    width: 100vw;
    height: 100vh;
    overflow: scroll;
}

.left-til .curr {
    font-size: .9rem;
    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: -.36rem;
    top: 0;
    display: block;
    height: 1.14rem;
    width: 1.15rem;
    background: url(/content/img/bg-yuan.png) no-repeat;
    background-size: 100% auto;
}

.audio-box .audio-change {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.audio-box .audio-change p {
    border-radius: 0.65rem;
    background-color: #6fcebd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.6rem;
    font-weight: bold;
    color: #4d280a;
    border: 0.05rem solid #4d280a;
    width: 1.01rem;
    height: 1.01rem;
    min-height: 1.01rem;
    margin-right: 0.2rem;
    box-sizing: border-box;
}

.audio-box .audio-change span {
    font-size: .3rem;
    padding-top: 0.05rem;
    white-space: nowrap;
    line-height: 0.32rem;
}