
.color-fff {color: #fff;}
.font-weight-600 { font-weight: 600; }

.back {
    width: .66rem;
    height: .66rem;
    position: absolute;
    left: 0.3rem;
    top: 0.5rem;
    z-index: 3;
    background: url('//game.gtimg.cn/images/ff14/cp/a20250421dt/back.png') no-repeat;
    background-size: contain;
}
.questions-wrapper-bg {
    position: relative;
    padding-top: 2.2rem;
    margin: 0 auto;
    width: 7.5rem;
    height: 16.24rem;
    background: url('//game.gtimg.cn/images/ff14/cp/a20250421dt/dt/bg.png') no-repeat;
    background-size: contain;
}
.p-questions-mode {
    padding: 0 0.5rem;
    width: 7.5rem;
    height: 12rem;
}
.p-logo {
    margin: 0 auto;
    width: 2.97rem;
    /* width: 2.06rem; */
    height: 0.62rem;
    background: url('//game.gtimg.cn/images/ff14/cp/a20250421dt/dt/logo.png') no-repeat;
    background-size: contain;
}

.p-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-progress {
    width: 1.55rem;
    height: .45rem;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;
    color: #ebebeb;
    background-color: #6bb9fe;
}
.header-tips {
    width: 3.13rem;
    height: 2.14rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h-tips-1 {
    width: 2.36rem;
    height: 1.63rem;
    background: url('//game.gtimg.cn/images/ff14/cp/a20250421dt/dt/h-tips-1.png') no-repeat;
    background-size: contain;
}
.h-tips-1 span{
    margin: .2rem 0 0 0.7rem;
    font-size: .58rem;
    color: #967c4a;
    text-align: center;
    font-weight: 600;
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h-tips-2 {
    width: 3.13rem;
    height: 2.14rem;
    background: url('//game.gtimg.cn/images/ff14/cp/a20250421dt/dt/h-tips-2.png') no-repeat;
    background-size: contain;
}
.header-time {
    width: 1.55rem;
    height: .45rem;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.24rem;
    color: #ebebeb;
    background-color: #6bb9fe;
}

.p-topic {}
.p-topic-text {
    /* white-space: pre-line; */
    font-size: .3rem;
    color: #ffffff;
}
.p-topic-img {
    margin: 0.1rem auto 0;
    width: 4.71rem;
    height: 2.91rem;
}
.p-topic-img img{
    object-fit: contain;
}

.p-answer {margin-top: 0.4rem;}
.p-answer1-list {}
.p-answer1-item {
    margin: 0.25rem auto 0;
    padding: 0.1rem 0.3rem;
    box-sizing: border-box;
    font-size: .34rem;
    color: #a88c65;
    text-align: center;
    width: 5.97rem;
    min-height: .99rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('//game.gtimg.cn/images/ff14/cp/a20250421dt/dt/answer1-3.png') no-repeat;
    background-size: 100% 100%;
}
.p-answer1-item-true {
    color: #fff !important;
    background: url('//game.gtimg.cn/images/ff14/cp/a20250421dt/dt/answer1-1.png') no-repeat !important;
    background-size: 100% 100% !important;
}
.p-answer1-item-false {
    color: #fff !important;
    background: url('//game.gtimg.cn/images/ff14/cp/a20250421dt/dt/answer1-2.png') no-repeat !important;
    background-size: 100% 100% !important;
}

.p-answer2-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.p-answer2-item {
    position: relative;
    margin-top: 0.35rem;
    width: 3.03rem;
    height: 2.38rem;
    overflow: hidden;
    border-radius: 0.28rem;
}
.p-answer2-item-true {
    border: 3px solid #10da7e;
}
.p-answer2-item-true::after{
    content: ' ';
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 0.28rem;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 128, 0, 0.15);
}
.p-answer2-item-false {
    border: 3px solid #ff6b6c;
}
.p-answer2-item-false::after{
    content: ' ';
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 0.28rem;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(128, 0, 0, 0.15);
}
