/* 基础样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif;
}

body {
    background-color: #f5f5f5;
    color: #333;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
}
img{
    width: 100%;
}
#app {
    width: 100%;
    min-height: 2000px;
    margin: 0 auto;
    background: url(https://soli-reso.com/static/pc/images/pc_bg.jpg) no-repeat top center/cover;
    position: relative;
    overflow: hidden;
}

/* 问题容器 - 响应式 */
.question-container {
    width: 1014px;
    height: 1713px;
    border-radius: 12px;
    text-align: center;
    background: url(https://soli-reso.com/static/pc/images/center_bg.png) no-repeat top center/cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.question-title {
    font-size: clamp(18px, 4vw, 24px);
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: bold;
}
.zswz{
       width: 885px;
       height: 1722px;
       margin: -9% 0% 0 5%;
}
.zswz img{
    width: 100%;
}
.question-text {
    width: 75%;
    margin: -4% auto 0%;
    color: #000000;
    font-size: 50px;
    word-break: break-all;
    font-weight: bolder;
}

.question-image {
    width: 796px;
    height: 451px;
    margin: 0% auto 0px;
    display: block;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
}
.pic_bg{
    width: 910px;
    height: 565px;
    background: url(https://soli-reso.com/static/pc/images/pic_bg.png) no-repeat top center/cover;
    margin: -159% auto 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
/* 选项按钮 - 响应式 */
.options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}
.title{
    position: relative;
    margin: -13% 0 0 4%;
    z-index: 4;
    width: 507px;
    height: 270px;
}
.option-btn {
    width: 970px;
    height: 148px;
    background: url(https://soli-reso.com/static/pc/images/q_bg1.png) no-repeat top center/cover;
    border: none;
    font-size: 40px;
    color: #ffffff;
    /* -webkit-text-stroke: 1px #ff6fb2; */
    text-stroke: 2px #ff6fb2;
    cursor: pointer;
}
.q_xx{
    width: 700px;
    margin: 4% auto 0;
    word-break: break-all;
    color: #000000;
}
/* 结果容器 - 响应式 */
.result-container {
    width: 1080px;
    height: 3000px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
    color: white;
    text-align: center;
    background: url(https://soli-reso.com/static/pc/images/result.jpg) no-repeat center top/cover;
}

.result-bg {
    margin-top: 150px;
    width: 1080px;
}

.result-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.result-name {
    width: 632px;
    height: 98px;
    font-size: 60px;
    font-weight: bolder;
    color: #ffffff;
    background: url(https://soli-reso.com/static/pc/images/name_bg.png) no-repeat center top/cover;
    line-height: 90px;
    /* margin: 60px 0 0 34px; */
    text-align: left;
    text-indent: 60px;
    position: absolute;
    top: 60px;
    left: 34px;
}

.result-cv {
    width: 832px;
    height: 100px;
    font-size: 41px;
    color: #ff91ae;
    font-style: italic;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* margin: 30px 0 0 80px; */
    position: absolute;
    top: 170px;
    left: 50%;
    border-bottom: 4px solid #565ad4;
    transform: translateX(-50%);
}

.result-quote {
    color: #7a2a4f;
    font-size: 36px;
    width: 81%;
    /* margin: 50px auto 0; */
    text-align: left;
    position: absolute;
    top: 270px;
    left: 50%;
    transform: translateX(-50%);
}

.result-desc {
    color: #7a2a4f;
    font-size: 27px;
    width: 81%;
    /* margin: 0 auto; */
    text-align: left;
    position: absolute;
    top: 455px;
    left: 50%;
    transform: translateX(-50%);
}

/* 重置按钮 - 响应式 */
.reset-btn {
    background: url(https://soli-reso.com/static/pc/images/reset-btn.png) no-repeat top center/cover;
    border: none;
    cursor: pointer;
    font-size: clamp(15px, 3.5vw, 16px);
    margin: 9% auto 0;
    display: block;
    width: 498px;
    height: 99px;
}
.jg_title{
    width: 775px;
    height: 99px;
    margin: 120px auto 0;
    z-index: 1;
}
.jg_bg{
    width: 1018px;
    height: 916px;
    background: url(https://soli-reso.com/static/pc/images/jg_bg.png) no-repeat top center/cover;
    position: absolute;
    top: 1300px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cv_bg{
    width: 139px;
    height: 55px;
    background-color: #ff91ae;
    color: #ffffff;
    font-size: 42.9px;
    line-height: 55px;
    border-radius: 14px;
}
.line{
    width: 832px;
    height: 4px;
    /* margin: 0 auto; */
    /* padding: 0; */
    /* margin: 0; */
    position: absolute;
    top: 240px;
    left: 50%;
    transform: translateX(-50%);
}
.share_title{
    width: 899px;
    height: 165px;
    background: url(https://soli-reso.com/static/pc/images/share_title.png) no-repeat top center/cover;
    position: absolute;
    top: 2000px;
    left: 50%;
    transform: translateX(-50%);
}
.share_btn{
    width: 794px;
    height: 198px;
    background: url(https://soli-reso.com/static/pc/images/share_btn.png) no-repeat top center/cover;
    position: absolute;
    top: 2570px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.qp{
    width: 739px;
    height: 398px;
    position: absolute;
    top: 2187px;
    left: 54%;
    transform: translateX(-50%);
}
.qp img{
    width: 100%;
    height: 100%;
}
.reset-btn_share{
    position: absolute!important;
    top: 2764px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}
.footer{
    width: 1080px;
    height: 112px;
    background: url(https://soli-reso.com/static/pc/images/bottom_bg.jpg) no-repeat top center/cover;
    position: absolute;
    bottom: 0;
}
.logo{
    width: 278px;
    height: 65px;
    background: url(https://soli-reso.com/static/pc/images/logo.png) no-repeat top center/cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

}


/* share */
.share-container{
    width: 1080px;
    height: 2000px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
    color: white;
    text-align: center;
    background: url(https://soli-reso.com/static/pc/images/result.jpg) no-repeat center top/cover;
    top: 0;
    opacity: 0;
    z-index: -99999;
    /* display: none; */
}
.share_bg_block{
    width: 1080px;
    height: 2423px;
    background: url(https://soli-reso.com/static/pc/images/share/share_bg_block.png) no-repeat top center/cover;
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
}
.share_box{
    width: 945px;
    height: 2023px;
    background: url(https://soli-reso.com/static/pc/images/share/share_box.png) no-repeat top center/cover;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}
#resultImage{
    width: 865px;
    height: 1562px;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
}
.ewm{
    width: 240px;
    height: 240px;
    position: absolute;
    bottom: 40px;
    right: 60px;
}
.ewm img{
    width: 100%;
    height: 100%;
}
.wgx{
    width: 48px;
    height: 46px;
    background-image: url("https://soli-reso.com/static/pc/images/share/wgx.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    cursor: pointer;
}
.share_bottom_r a{
    display: block;
    width: 90px;
    height: 90px;
}
.wb{
    background: url("https://soli-reso.com/static/pc/images/share/wb.png") no-repeat top center/cover;
}
.wx{
    background: url("https://soli-reso.com/static/pc/images/share/wx.png") no-repeat top center/cover;
}
.qq{
    background: url("https://soli-reso.com/static/pc/images/share/qq.png") no-repeat top center/cover;
}
.xhs{
    background: url("https://soli-reso.com/static/pc/images/share/xhs.png") no-repeat top center/cover;
}
.share_bottom{
    width: 100%;
    height: 379px;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: url(https://soli-reso.com/static/pc/images/share/share_b_bg.png) no-repeat top center/cover;
    align-items: flex-end;
}
.share_bottom_l{
    width: 200px;
    height: 90px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-left: 90px;
    margin-bottom: 30px;
}
.share_bottom_l span{
    font-size: 30px;
    color: #ffffff;
}
.share_bottom_r{
    width: 516px;
    height: 90px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}
.uid_sp{
    font-size: 30px;
    font-weight: bolder;
    color: #688bf0;
    position: absolute;
    left: 11%;
    top: 4%;
}
.lqcg{
    width: 970px;
    height: 472px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    z-index: 999;
}
.login_bg{
    width: 970px;
    height: 626px;
    background: url(https://soli-reso.com/static/pc/images/fitness/login_bg.png) no-repeat top center/cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.login_bg p{
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
}
.input-container {
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 90px;
}
#uidInput {
    width: 100%;
    height: 90px;
    font-size: 34px;
    border: none;
    text-indent: 20px;
}
#pasteButton {
    display: block;
    width: 120px;
    height: 60px; 
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: url(https://soli-reso.com/static/pc/images/fitness/nt.png) no-repeat top center/cover;
    border-left: 2px solid #000000;
}
#uidInput::placeholder {
    font-size: 34px;  /* 设置你想要的字号 */
    color: #dcdcdc;      /* 可选：同时修改颜色 */
    text-indent: 10px;
}
.login_btn_box{
    width: 606px;
    height: 59px;
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.confirm{
    width: 170px;
    height: 59px;
    background: url(https://soli-reso.com/static/pc/images/fitness/confirm.png) no-repeat top center/cover;
}
.cancel{
    width: 170px;
    height: 59px;
    background: url(https://soli-reso.com/static/pc/images/fitness/cancel.png) no-repeat top center/cover;
}
.tourist{
    width: 215px;
    height: 59px;
    background: url(https://soli-reso.com/static/pc/images/fitness/tourist.png) no-repeat top center/cover;
}
.yk_box{
    width: 400px;
    height: 43px;
    position: absolute;
    right: 1%;
    top: 6px;
    display: flex;
    line-height: 43px;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
.zxan_1{
    width: 123px;
    height: 43px;
    background: url(https://soli-reso.com/static/pc/images/zxan.png) no-repeat top center/cover;
    display: block;
}
.ykdl_font{
    font-size: 22px;
    color: #679cf0;
    margin-right: 1%;
    font-weight: bolder;

}
.login_1{
    width: 156px;
    height: 35px;
    background: url(https://soli-reso.com/static/pc/images/login.png) no-repeat top center/cover;
    display: block;
    cursor: pointer;
}
.ydl_box{
    width: 400px;
    height: 43px;
    position: absolute;
    right: 1%;
    top: 6px;
    display: flex;
    line-height: 43px;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
.ydl_font{
    font-size: 22px;
    color: #679cf0;
    margin-right: 1%;
    font-weight: bolder;
}
.wdl_box{
    width: 400px;
    height: 43px;
    position: absolute;
    right: 1%;
    top: 6px;
    display: flex;
    line-height: 43px;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
.slogan{
    width: 559px;
    height: 92px;
    position: absolute;
    top: 2%;
    right: 4%;
}
.slogan img{
    width: 100%;
    height: 100%;
}
.share_l_b{
    width: 411px;
    display: flex;
    position: absolute;
    bottom: 2%;
    left: 4%;
    flex-direction: column;
    align-items: center;
}
.share_l_b img {
    margin-bottom: 18px;
}