/** 将原来的4个CSS合成一个文件*/
/*  1 */
.passMod_puzzle-wrapper {
    position: relative;
    width: 290px;
}

.passMod_puzzle-tip {
    height: 28px;
    font-size: 18px;
    font-weight: bold;
    color: #1F1F1F;
}

.darkmode .passMod_puzzle-tip {
    color: rgba(255, 255, 255, .8)
}

.passMod_puzzle-msg {
    font-size: 14px;
    color: red;
}

.passMod_puzzle-context {
    position: relative;
    margin-top: 16px;
    height: 160px;
}

.passMod_puzzle-background {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.passMod_puzzle-block {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
}

.passMod_puzzle-blockv2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 160px;
    width: 52px;
    background-size: 342px 160px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.passMod_puzzle-backgroundv2 {
    display: block;
    width: 290px;
    height: 160px;
    background-size: 342px 160px;
    background-position: -52px 0;
    background-repeat: no-repeat;
}

.passMod_puzzle-footer {
    padding-top: 18px;
    height: 72px;
    box-sizing: border-box;
}

.passMod_puzzle .show {
    opacity: 1;
}


/*  2*/
.passMod_select-wrapper {
    position: relative;
    width: 290px;
}

.passMod_select-tip {
    display: inline-block;
    margin-top: 4px;
    height: 34px;
    font-size: 18px;
    font-weight: bold;
    vertical-align: text-bottom;
}

    .passMod_select-tip p {
        display: inline-block;
        vertical-align: text-bottom;
    }

.passMod_select-tip-bg {
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    vertical-align: text-bottom;
}

.passMod_select-tip-bgv2 {
    display: inline-block;
    width: 104px;
    height: 24px;
    vertical-align: text-bottom;
    background-size: 234px 154px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.passMod_select-msg {
    font-size: 14px;
    color: red;
}

.passMod_select-context {
    position: relative;
    height: 160px;
    margin-top: 16px;
    overflow: hidden;
}

.passMod_select-background {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.passMod_select-backgroundv2 {
    display: block;
    width: 290px;
    height: 160px;
    background-size: 290px 191px;
    background-position: 0 -30px;
    background-repeat: no-repeat;
}

.passMod_select-block {
    position: absolute;
    top: 20px;
    left: 0;
    width: 40px;
    height: 40px;
    border: black 1px solid;
}

.passMod_select-interactive {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    user-select: none;
    background-color: rgba(255, 255, 255, 0.3);
}

.passMod_select-footer {
    padding-top: 18px;
    height: 72px;
    box-sizing: border-box;
}

.passMod_select .show {
    opacity: 1;
}

.passMod_interactive-dot {
    position: absolute;
    left: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: rgba(78, 110, 242, 0.7);
    border: rgba(255, 255, 255, 0.8) 4px solid;
}


/* 3 */
.passMod_qrcode-wrapper {
    position: relative;
    width: 290px;
}

.passMod_qrcode-tip {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    vertical-align: text-bottom;
}

    .passMod_qrcode-tip p {
        display: inline-block;
        vertical-align: text-bottom;
    }

.passMod_qrcode-tip-bg {
    max-height: 24px;
    font-size: 18px;
    font-weight: bold;
    vertical-align: text-bottom;
}

.passMod_qrcode-context-wrap {
    position: relative;
    margin-top: 40px;
}

.passMod_qrcode-context {
    position: relative;
    width: 188px;
    height: 188px;
    margin: 0 auto;
    padding: 13px;
    box-sizing: border-box;
    border: rgba(133, 133, 133, 0.3) 1px solid;
    overflow: hidden;
}

.passMod_qrcode-background {
    display: block;
    width: 100%;
    height: 100%;
}

.passMod_qrcode-errorMessage {
    padding-top: 10px;
    height: 16px;
    color: red;
    font-size: 16px;
    text-align: center;
}

.passMod_qrcode-footer {
    padding-top: 18px;
    height: 72px;
    box-sizing: border-box;
}

.passMod_qrcode .show {
    opacity: 1;
}



/* 4 */
.passMod_spin-wrapper {
    position: relative;
    width: 290px;
}

.passMod_spin-tip {
    height: 28px;
    font-size: 18px;
    font-weight: bold;
    color: #1F1F1F;
}

.darkmode .passMod_spin-tip {
    color: rgba(255, 255, 255, .8)
}

.passMod_spin-msg {
    font-size: 14px;
    color: red;
}

.passMod_spin-context-wrap {
    position: relative;
    margin-top: 16px;
}

.passMod_spin-context {
    position: relative;
    width: 152px;
    height: 152px;
    border-radius: 76px;
    margin: auto;
    overflow: hidden;
}

.passMod_spin-background {
    display: block;
    width: 152px;
    height: 152px;
}

.passMod_spin-coordinate {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 152px;
    height: 152px;
    z-index: -1;
}

.passMod_spin-AI {
    position: absolute;
    bottom: 11px;
    left: 50%;
    transform: translate(-50%);
    font-size: 11px;
    line-height: 11px;
    color: white;
    opacity: 0.5;
}

.passMod_spin-footer {
    padding-top: 30px;
    height: 84px;
    box-sizing: border-box;
}

.passMod_spin .show {
    opacity: 1;
}
