:root {
    --popText_color: #a1a1a1;
}


.close {
    width: 0.61rem;
    right: -0.7rem;
    top: 0;
    position: absolute;
    cursor: pointer;
}


@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.98, .98, .98) rotate(-2deg);
        transform: scale3d(.98, .98, .98) rotate(-2deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.02, 1.02, 1.02) rotate(2deg);
        transform: scale3d(1.05, 1.02, 1.02) rotate(2deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.02, 1.02, 1.02) rotate(-2deg);
        transform: scale3d(1.05, 1.02, 1.02) rotate(-2deg);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.pop_common {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 8.1rem;
    /*background: #fff;*/
    /*min-height: 4.43rem;*/
    /*background: url('//game.gtimg.cn/images/aqwx/act/a20250321linkage/pop/bg.png') no-repeat center center/100% 100%;*/
}

.pop_common_large {
    width: 12rem;
}

.pop_title {
    font-size: 0.36rem;
    white-space: nowrap;
    background: url("//game.gtimg.cn/images/aqtw/act/a20251215contribution/pop/title_bg.png") no-repeat center center/100% 100%;
    text-align: center;
    height: 0.64rem;
    line-height: 0.64rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--fontColor3);
    font-weight: 600;
}

#pop_info .pop_title {
    font-size: 0.26rem;
}

#pop_info .pop_text {
    font-size: 0.2rem;
    line-height: 1.6;
}

.pop_common_large .pop_title {
    background: url("//game.gtimg.cn/images/aqtw/act/a20251215contribution/pop/title_bg_large.png") no-repeat center center/100% 100%;
}

.pop_contain {
    padding: 0.8rem 0.8rem 0.4rem;
    font-size: 0.22rem;
    background: url("//game.gtimg.cn/images/aqtw/act/a20251215contribution/pop/bg.png") no-repeat top right/100% 100%;
    min-height: 3.5rem;
    margin-top: -0.02rem
}

.pop_tips .pop_contain {
    padding: 0.4rem 0.8rem 0.4rem;
}

.pop_common_large .pop_contain {
    background: url("//game.gtimg.cn/images/aqtw/act/a20251215contribution/pop/bg_large.png") no-repeat top right/100% 100%;
    min-height: 7rem;
}

.pop_address .pop_contain {
    background: url("//game.gtimg.cn/images/aqtw/act/a20251215contribution/pop/bg2.png") no-repeat top left/100% 100%;
}

.pop_text {
    color: var(--fontColor2);
    font-size: 0.28rem;
    text-align: center;
    display: table;
    width: 100%;
}

.diy_text {
    display: table-cell;
    height: 2.5rem;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.pop_rule .pop_contain {
    padding: 0.2rem 0.5rem 0.5rem;
}

.pop_rule .pop_text {
    text-align: left;
    color: #adaeaf;
    font-size: 0.24rem;
    height: 4rem;
    overflow: auto;
    display: block;
}

.pop_text div {
    display: table-cell;
    height: 1.5rem;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}


.pop_commonTips .pop_contain p {
    font-size: 0.23rem;
}

.pop_login li img {
    width: 2.12rem;
    cursor: pointer;
}

.pop_login li p {
    font-size: 0.32rem;
    color: var(--fontColor2);
    text-align: center;
    margin-top: 0.26rem;
}

.pop_bind ul {
    flex-direction: column;
    gap: 0.3rem;
    align-items: flex-start;
}

.pop_bind li span {
    font-size: 0.28rem;
    color: var(--fontColor2);
    width: 1.5rem;
    display: inline-block;
    text-align: right;
    margin-right: 0.2rem;
}


.pop_common .btn_box {
    margin: 0.5rem auto 0.2rem;
}

.pop_address .pop_contain {
    padding: 0.5rem;
}

.pop_address select {
    width: 2.5rem
}

.pop_common label {
    margin-right: 0.14rem;
    color: var(--fontColor2);
    font-size: 0.26rem;
}

.pop_address input[type='text'], .pop_choose_university input[type='text'], .pop_post input[type='text'] {
    background: #1a1a1a;
    border: 1px solid #363636;
    color: #ABABABFF;
    height: 0.6rem;
    width: 2.5rem;
    padding-left: 0.1rem;
    font-size: 0.24rem;
}

.input_common {
    background: #1a1a1a;
    border: 1px solid #363636;
    color: #ABABABFF;
    height: 0.6rem;
    width: 2.5rem;
    padding-left: 0.1rem;
    font-size: 0.24rem;
}

.pop_choose_university input[type='text'] {
    text-align: left;
    padding-left: 0.1rem;
    width: 4.5rem;
}

.choose_university_input::after {
    content: '';
    position: absolute;
    right: 0.1rem;
    top: 50%;
    transform: translateY(-50%);
    background: url("//game.gtimg.cn/images/aqtw/act/a20251215contribution/arrow_bottom.png") no-repeat center center/100% 100%;
    width: 0.19rem;
    height: 0.13rem;
}

.pop_address li {
    margin-bottom: 0.2rem;
}

input[type='text']:focus, textarea:focus, select:focus {
    border-color: var(--activeColor); /* 改变边框颜色 */
    outline: none; /* 移除默认的轮廓（outline），以避免双边框效果 */
    /*box-shadow: 0 0 3px #FF753EFF; !* 添加一个阴影效果 *!*/
}

select {
    background: #1a1a1a;
    border: 1px solid #363636;
    color: #ABABABFF;
    height: 0.62rem;
    width: 4rem;
    text-align: center;
    font-size: 0.24rem;
}

textarea {
    background: #1a1a1a;
    border: 1px solid #363636;
    height: 1rem;
    color: #ABABABFF;
}

.pop_address select {
    height: 0.55rem;
}

textarea {
    flex: 1;
    font-size: 0.24rem;
    color: #eee;
    padding: 0.1rem;
}

/*修改复选框默认样式*/
input[type='checkbox'] {
    -webkit-appearance: none;
    appearance: none;
    width: 0.25rem;
    height: 0.25rem;
    border: 1px solid #b0b1b2;
    background-color: #1a1a1a;
    margin-right: 0.08rem;
    margin-top: 0.03rem;
    cursor: pointer;
}

input[type='checkbox']:checked {
    background: url("//game.gtimg.cn/images/aqtw/act/a20251215contribution/pop/y.png") no-repeat center center/0.23rem 0.17rem;
}

.report_box {
    display: flex;
    flex-direction: column;
}

.pop_report .pop_contain {
    padding-top: 0.4rem;
}

.pop_report textarea, .pop_reply textarea {
    flex: initial;
    height: 1.8rem;
}

.report_box p {
    color: var(--fontColor2);
    margin-bottom: 0.15rem;
}

.university_list {
    top: 0.6rem;
    left: 0;
    right: 0;
    background: #020202;
    z-index: 9;
    max-height: 2rem;
    overflow: auto;
}

.university_list li {
    padding-left: 0.1rem;
    height: 0.5rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid rgba(166, 166, 166, 0.17);
    color: var(--fontColor4);
}

.university_list li:hover {
    background: rgb(69, 71, 73);

}

.pop_xuexin .user_box {
    color: var(--fontColor3);
    font-size: 0.24rem;
    padding: 0.14rem 0.4rem;
    margin-bottom: 0.2rem;
    background: url("//game.gtimg.cn/images/aqtw/act/a20251215contribution/pop/text_bg.png") no-repeat center center/100% 100%;
}

.xuexin_box {
    color: #7e8187;
    font-size: 0.28rem;
    padding: 0.3rem 0.8rem;
    background: url("//game.gtimg.cn/images/aqtw/act/a20251215contribution/pop/text_bg2.png") no-repeat center center/100% 100%;
}

.pop_xuexin .pop_contain {
    padding: 0.4rem 0.6rem;

}

.pop_xuexin .role_info {
    margin-top: 0.1rem;
}

.xuexin_box ul {
    justify-content: center;
    gap: 0.2rem;
}

.xuexin_box li.step_on {
    color: var(--fontColor2);
}

.xuexin_box li {
    /*cursor: pointer;*/
}

.divider_line {
    width: 1.1rem;
    height: 0.03rem;
    background: #7e8187;
}

.xuexin_input_box {
    color: var(--fontColor2);
    background: #1a1a1a;
    width: 100%;
    height: 0.6rem;
    /*padding: 0.08rem 0.28rem 0.08rem;*/
    border: 1px solid #363636;
    /*align-items: baseline;*/
    margin: 0.2rem 0 0.24rem;
}

.xuexin_input_box input {
    background: #1a1a1a;
    outline: none;
    font-size: 0.25rem;
    color: var(--fontColor2);
    border: none;
    flex: 1;
}

.xuexin_input_box div:first-child:after {
    content: '';
    width: 1px;
    height: 0.37rem;
    display: inline-block;
    background: #55585a;
    margin: 0.04rem 0.2rem 0;
}

.code_guide {
    color: #838383;
    font-size: 0.22rem;
}

.agreement_box {
    font-size: 0.22rem;
    color: var(--fontColor);
    align-items: flex-start;
    flex: 1;
}

.agree_box {
    align-items: flex-start;
    margin: 0.4rem 0 0.2rem
}

a {
    color: #68b3f2;
}

a:hover {
    color: #80c7ff;
}

.qq_qr {
    width: 2rem;
    height: 2rem;
    margin: 0.18rem auto 0.24rem;
}

.step2 p {
    font-size: 0.24rem;
    color: var(--fontColor2);
    margin-top: 0.4rem;
}

.xuexin_input_box .label_name {
    min-width: 1.2rem;
    text-align: center;
}

.step1_2 {
    margin-top: 0.3rem;
}

.btn2 {
    background: #b6502f;
    color: #fefefe;
    padding: 0.05rem 0.15rem;
    cursor: pointer;
    user-select: none;
}

.btn2_grey {
    background: #55585a;
}

.pc .btn2:hover {
    filter: brightness(1.2);
}

.pop_detail .pop_contain {
    padding: 0.4rem 0.4rem 0.4rem 0.6rem;
}

.pop_detail .item {
    width: 100%;
    background: none;
    padding: 0;
    gap: 0.66rem;
    height: 6.5rem;
}

.pop_detail .item .left_box {
    width: 50%;
}

.pop_detail .item .right_box {
    width: 50%;
}

/*.pop_detail {
    width: 14rem;
}

.pop_detail .pop_contain {
    min-height: 8rem;
}*/
.reply_data {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0.1rem;
}

.reviewsList > li:has(.reply_data) {
    flex-direction: column;
}

.reply_data > div {
    flex: 1;
}

.pop_detail .reviewsList {
    height: 4rem;
    overflow: auto;
    padding: 1px 0.1rem 0.8rem 0;
}

.reviewsList > li .reply_data:not(:first-child) {
    padding-left: 0.5rem;
}

.reply_input {
    flex: 1;
}

.pop_detail .btn_box {
    width: 1.8rem;
    height: 0.5rem;
    margin-top: 0.2rem;
    font-size: 0.26rem;
}

.pop_post {
    width: 14rem;
    color: var(--fontColor2);
}

.pop_post .pop_contain {
    height: 8.1rem;
    font-size: 0.3rem;
    padding: 0.5rem 0.5rem 0.4rem 0;
}

.mr02 {
    margin-right: 0.2rem;
}

.add_pic {
    width: 4.44rem;
    height: 2.06rem;
    margin: auto;
    object-fit: contain;
}

.download_btn {
    border-bottom: 1px solid;
}

.rule_btn {
    margin-left: 0.24rem;
}

.upload_method li p:first-child {
    margin: 0.5rem 0 0.14rem;
}

.tips {
    font-size: 0.2rem;
    color: var(--fontColor5);
    margin: 0.1rem 0 0.3rem;
}

.tryAI {
    margin: 0.35rem auto 0.2rem !important;
    pointer-events: auto !important;
}

.pop_post .left_box {
    width: 42%;
    position: relative;
    text-align: center;
}

.pop_post .right_box {
    width: 58%;
    margin-left: 0.6rem;
}

.pop_post .right_box li {
    margin-bottom: 0.24rem;
}

.pop_post .left_box::after {
    content: '';
    width: 1px;
    height: 6rem;
    display: inline-block;
    background: #2a2a2b;
    position: absolute;
    top: 0;
    right: 0;
}


#pop_post_preview .left_box::after {
    content: none;

}

.type_work label:not(:first-child) {
    font-size: 0.24rem;
    color: var(--fontColor);
}

.pop_post .user_pic {
    width: 0.6rem;
    height: 0.6rem;
    object-fit: cover;
}

.pop_post .btn2 {
    height: 0.6rem;
    line-height: 0.6rem;
    width: 1.6rem;
    font-size: 0.24rem;
    text-align: center;
    padding: 0;
    margin-left: 0.12rem;
}

.code_input {
    margin-top: 0.1rem;
    width: 100% !important;
}

.post_preview {
    width: 4.5rem;
    height: 2.45rem;
    border: 1px solid #3d3d3d;
    margin: 0.23rem auto;
    object-fit: contain
}

.pop_post .btn_group {
    justify-content: center;
    gap: 1rem;
    margin-top: 0.4rem;
}

.pop_post .btn_group .btn_box {
    margin: 0
}

.share_title {
    font-size: 0.3rem;
    text-align: center;
    color: var(--fontColor2);
}

.share_desc {
    text-align: center;
    color: var(--fontColor3);
    font-size: 0.24rem;
    margin: 0.2rem 0;
}

.share_pic {
    width: 5.7rem;
    height: 3.25rem;
    margin: auto;
    object-fit: contain;
    background: #000;
}

.share_user img {
    width: 0.67rem;
    height: 0.67rem;
    border: 1px solid #323331;
    margin-right: 0.1rem;
}

.share_user span {
    white-space: nowrap;
    color: var(--fontColor3);
    font-size: 0.24rem;
}

.qr_code span {
    writing-mode: vertical-lr;
    margin-right: 0.05rem;
    white-space: nowrap;
}

#qrcode {
    width: 1.1rem;
    height: 1.1rem;
}

#qrcode * {
    width: 100%;
    height: 100%;
}

.user_info {
    background: #1a1a1a;
    padding: 0.12rem 0.2rem;
    margin-bottom: 0.2rem;
}

.pop_share .pop_contain {
    padding: 0.6rem 0.64rem 0.4rem;
    background: url("//game.gtimg.cn/images/aqtw/act/a20251215contribution/pop/poster_bg.png") no-repeat center center/100% 100%;
    /*height: 7.6rem;*/
}

.pop_share {
    width: 6.94rem;
}

.result_pic {
    width: 100%;
    height: 100%;
}

.result_pic * {
    width: 100%;
    height: 100%;
}

.share_btn {
    /*position: absolute;*/
    /*  bottom: -0.8rem;
      right: 0;
      left: 0;*/
    padding: 0 0.5rem;
    margin-top: 0.1rem;
}

.poster_tips {
    /*position: absolute;*/
    /*    bottom: 0.45rem;
        right: 0;
        left: 0;*/
}

.share_btn .btn_box {
    margin: 0 auto !important;
}

.download_poster {
    align-items: flex-start;
    cursor: pointer;
}

.download_poster img {
    width: 0.33rem;
    margin-left: 0.05rem;
}

.noborder {
    border: none !important;
    background: transparent !important;
}

.changeUserPic_box:hover {
    background: #949494;
    margin-right: 0.08rem;
}

.changeUserPic_box:hover::after {
    content: '';
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("//game.gtimg.cn/images/aqtw/act/a20251215contribution/pop/add_icon.png") no-repeat center center/100% 100%;
}

.changeUserPic_box {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.08rem;
    cursor: pointer;
    position: relative;
}

/* 只读输入框样式 */
.readonly-style {
    cursor: not-allowed !important;
}

.readonly-style:focus {
    outline: none !important;
    box-shadow: none !important;
}
