.index-wrap {
    background-color: #fff;
    /*background-image: url(../images/bg.png);*/
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left 7.3rem;
    font-size: .28rem;
}

.index-wrap .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .3rem;
    margin-bottom: .4rem;
}

.index-wrap .header .logo {
    width: 2.18rem;
}

.index-wrap .header .right {
    color: #949A9F;
    font-size: .3rem;
}

.index-wrap .index1 .logo {
    width: 1.32rem;
    margin: 0 auto;
    margin-bottom: .4rem;
}

.index-wrap .index1 .content {
    margin-bottom: 0.34rem;
}

.index-wrap .index1 .content .title {
    font-size: .3rem;
    background: linear-gradient(90deg, #35A473 0%, #DBAE3D 32%, #4794B2 66%, #85629B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    font-weight: bold;
    margin-bottom: .6rem;
}

.index-wrap .index1 .content .desc {
    padding: 0 .3rem;
    font-size: .24rem;
    text-align: justify;
    color: #787F8D;
    line-height: .44rem;
    font-weight: 500;
}

.index-wrap .index1 .content .desc span {
    color: #88619A;
}

.index-wrap .index2 {
    position: relative;
    padding-top: .5rem;
    margin-bottom: 2rem;
}

.index-wrap .index2 .title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: .8rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.index-wrap .index2 .content {
    position: relative;
    z-index: 1;
    padding: 0 .6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-wrap .index2 .content .item {
    width: 47%;
    margin-bottom: 1rem;
}

.index-wrap .index2 .content .item .item-img {
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
    margin-bottom: .24rem;
}

.index-wrap .index2 .content .item .item-content .t1 {
    font-size: .36rem;
    font-weight: bold;
    color: #88619A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .1rem;
    padding-left: .26rem;
}

.index-wrap .index2 .content .item .item-content .t1 img {
    width: .26rem;
    height: .26rem;
    display: block;
    margin-left: .1rem;
    position: relative;
    top: .02rem;
}

.index-wrap .index2 .content .item .item-content .t2 {
    font-size: .28rem;
    color: #343C4B;
    text-align: center;
    margin-bottom: .1rem;
    font-weight: bold;
}

.index-wrap .index2 .content .item .item-content .t3 {
    font-size: .2rem;
    color: #787F8D;
    text-align: center;
}

.index-wrap .lvse {
    margin-bottom: 1.3rem;
}

.index-wrap .lvse .content .item .item-content .t1 {
    color: #2CA476;
}

.index-wrap .lanse .content .item .item-content .t1 {
    color: #4099B4;
}

.index-wrap .huangse .content .item .item-content .t1 {
    color: #E6AE42;
}

.index-wrap .footer {
    padding-bottom: 2rem;
    padding-top: 0rem;
}

.index-wrap .footer .top {
    font-size: .2rem;
    color: #000;
    text-align: center;
    margin-bottom: .24rem;
}

.index-wrap .footer .bot {
    font-size: .2rem;
    text-align: center;
    text-decoration: underline;
}

.index-wrap .subbtn {
    width: 5.42rem;
    height: .86rem;
    background: linear-gradient(180deg, #A87CB9 0%, #896198 100%);
    border-radius: .44rem;
    font-size: .32rem;
    color: #fff;
    text-align: center;
    line-height: .86rem;
    margin: 0 auto;
    margin-bottom: 0rem;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 5vh;
    z-index: 999;
    cursor: pointer;
}

.index-wrap .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1000;
    display: none;
    transition: background-color 0.3s ease;
}

.index-wrap .modal-overlay.show {
    background-color: rgba(0, 0, 0, 0.5);
}

.index-wrap .modal-content {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: #f8f8f8;
    border-radius: .4rem .4rem 0 0;
    padding: .25rem .54rem;
    padding-bottom: .4rem;
    transition: bottom 0.3s ease;
}

.index-wrap .modal-content .modal-line {
    width: .64rem;
    height: .1rem;
    background-color: #D9D9D9;
    margin: 0 auto;
    margin-bottom: .5rem;
    border-radius: .05rem;
}

.index-wrap .modal-overlay.show .modal-content {
    bottom: 0;
}

.index-wrap .test-options {
    margin-bottom: .4rem;
    display: flex;
    justify-content: space-between;
}

.index-wrap .test-option {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #EEF2F6;
    border-radius: .3rem;
    padding: .2rem 0;
    width: 3rem;
    cursor: pointer;
    transform: translateY(0);
    transition: all 0.3s ease;
    opacity: 0;
    text-align: center;
    animation: slideInUp 0.5s ease forwards;
    border: .04rem solid transparent;
    position: relative;
}

.index-wrap .test-option2 {
    width: 100%;
    flex-direction: row;
    padding: .3rem;
    align-items: center;
}

.index-wrap .test-option2 .option-icon {
    margin-right: .7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-bottom: 0;
    margin-left: .3rem;
}

.index-wrap .test-option2 .option-icon .question-count {
    margin-bottom: 0;
    margin-top: .1rem;
}

.index-wrap .test-option2 .option-text .test-name {
    margin-bottom: .2rem;
}

.index-wrap .test-option:nth-child(1) {
    animation-delay: 0.1s;
}

.index-wrap .test-option:nth-child(2) {
    animation-delay: 0.2s;
}

.index-wrap .test-option:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(1rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.index-wrap .option-icon {
    width: .75rem;
    height: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .3rem;
}

.index-wrap .option-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index-wrap .option-text {
    flex: 1;
}

.index-wrap .question-count {
    font-size: .32rem;
    font-weight: bold;
    color: #343C4A;
    margin-bottom: .15rem;
}

.index-wrap .test-name {
    font-size: .32rem;
    color: #A2A2A2;
    margin-bottom: .1rem;
}

.index-wrap .test-time {
    font-size: .24rem;
    color: #9B98C7;
    margin-bottom: .15rem;
}

.index-wrap .test-price {
    font-size: .24rem;
    color: #FFBC52;
}

.index-wrap .select-version-btn {
    width: 100%;
    height: .9rem;
    background: linear-gradient(180deg, #A87CB9 0%, #896198 100%);
    border: none;
    border-radius: .45rem;
    font-size: .34rem;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    animation: fadeIn 0.5s ease forwards;
    animation-delay: 0.4s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.index-wrap .select-version-btn:hover {
    opacity: 0.9;
}

.index-wrap .test-option.selected {
    border: .04rem solid #88619a;
    background-color: #fff;
    box-sizing: border-box;
}

.index-wrap .test-option.selected::after {
    content: '';
    position: absolute;
    bottom: -0.02rem;
    right: -0.02rem;
    width: .46rem;
    height: .46rem;
    background: url(../images/jiao.png) no-repeat center center;
    background-size: 100% 100%;
    background-color: #88619a;
    border-radius: 0.25rem 0 0.25rem 0;
    z-index: 33;
}

.index-wrap .test-option:hover {
    transition: all 0.2s ease;
}

.test-report .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .6rem .3rem;
}

.test-report .header .l {
    width: .27rem;
    margin-right: .32rem;
}

.test-report .header .m {
    text-align: left;
    flex: 1;
    font-size: .32rem;
    color: #272536;
}

.test-report .header .r {
    font-size: .28rem;
    color: #949A9F;
}

.test-report .trline {
    display: flex;
    align-items: center;
    font-size: .24rem;
    color: #88619A;
    padding: 0 .32rem;
    justify-content: space-between;
    margin-bottom: .46rem;
}

.test-report .trline img {
    width: 1.68rem;
}

.test-report .report-content {
    padding: 0 .32rem;
}

.test-report .report-content .top {
    display: flex;
    align-items: center;
    line-height: 1;
    padding-bottom: .6rem;
    margin-bottom: .6rem;
    border-bottom: 0.02rem solid #EEEFF1;
}

.test-report .report-content .top .l {
    border-left: 0.06rem solid #88619A;
    flex: 1;
    padding-left: .4rem;
}

.test-report .report-content .top .l .t1 {
    font-size: .7rem;
    font-weight: bold;
    color: #343C4B;
    margin-bottom: .2rem;
}

.test-report .report-content .top .l .t2 {
    font-size: .4rem;
    font-weight: bold;
    color: #88619A;
}

.test-report .report-content .top .r {
    width: 1.5rem;
}

.test-report .report-content .h1 {
    border-left: 0.06rem solid #4298B4;
    padding-left: .2rem;
    margin-bottom: .5rem;
}

.test-report .report-content .h1 .t1 {
    font-size: .36rem;
    color: #343C4B;
    font-weight: bold;
    margin-bottom: .2rem;
    line-height: 1.5;
}

.test-report .report-content .h1 .t2 {
    font-size: .36rem;
    color: #787F8D;
}

.test-report .report-content .p {
    font-size: .34rem;
    color: #343C4B;
    line-height: 1.5;
    margin-bottom: .5rem;
}

.test-report .report-content .title {
    font-size: .44rem;
    color: #343C4B;
    font-weight: bold;
    margin-bottom: .5rem;
}

.test-report .report-content .img {
    margin-bottom: .5rem;
}

.test-report .report-content .img img {
    width: 100%;
}

.test-report .report-content .h2 {
    border-left: 0.06rem solid #88619A;
    padding: .18rem .3rem;
    margin-bottom: .5rem;
    font-size: .3rem;
    line-height: 1.5;
    background-color: #F3F0F5;
}

.test-report .report-content .paycard {
    border: 0.04rem solid #88619A;
    border-radius: .32rem;
    padding: .24rem .4rem;
    margin-bottom: .5rem;
}

.test-report .report-content .paycard .ptop {
    font-size: .32rem;
    color: #88619A;
    text-align: center;
    font-weight: bold;
    margin-bottom: .2rem;
}

.test-report .report-content .paycard .pmid {
    margin-bottom: .2rem;
}

.test-report .report-content .paycard .pmid .t {
    font-size: .26rem;
    color: #343C4A;
    margin-bottom: .4rem;
}

.test-report .report-content .paycard .pmid .m {
    display: flex;
    flex-wrap: wrap;
}

.test-report .report-content .paycard .pmid .m .li {
    display: flex;
    align-items: center;
    font-size: .28rem;
    color: #343C4A;
    width: 33.3%;
    margin-bottom: .3rem;
}

.test-report .report-content .paycard .pmid .m .li img {
    width: .32rem;
    margin-right: .2rem;
}

.test-report .report-content .paycard .pmid .m .li:last-child {
    width: 100%;
}

.test-report .report-content .paycard .pmid .b {
    font-size: .22rem;
    color: #A2A2A2;
    line-height: 1.5;
}

.test-report .report-content .paycard .pbot .btn {
    width: 5.42rem;
    height: .86rem;
    background: linear-gradient(180deg, #A87CB9 0%, #896198 100%);
    border-radius: .44rem;
    font-size: .3rem;
    color: #fff;
    text-align: center;
    line-height: .86rem;
    margin: 0 auto;
    margin-bottom: .24rem;
}

.test-report .report-content .paycard .pbot .desc {
    font-size: .24rem;
    color: #88619A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.test-report .report-content .paycard .pbot .desc img {
    width: .24rem;
    margin-left: .1rem;
}

.green-report .trline {
    color: #2CA476;
}

.green-report .report-content .top .l {
    border-color: #2CA476;
}

.green-report .report-content .top .l .t2 {
    color: #2CA476;
}

.green-report .report-content .paycard {
    border-color: #2CA476;
}

.green-report .report-content .paycard .ptop {
    color: #2CA476;
}

.green-report .report-content .paycard .pbot .btn {
    background: linear-gradient(180deg, #6DCCA8 0%, #2CA476 100%);
}

.green-report .report-content .paycard .pbot .desc {
    color: #2CA476;
}

.green-report .report-content .h2 {
    border-color: #2CA476;
    background-color: #EBF7F2;
}

.blue-report .trline {
    color: #4099B4;
}

.blue-report .report-content .top .l {
    border-color: #4099B4;
}

.blue-report .report-content .top .l .t2 {
    color: #4099B4;
}

.blue-report .report-content .paycard {
    border-color: #4099B4;
}

.blue-report .report-content .paycard .ptop {
    color: #4099B4;
}

.blue-report .report-content .paycard .pbot .btn {
    background: linear-gradient(180deg, #5FB5CF 0%, #4099B4 100%);
}

.blue-report .report-content .paycard .pbot .desc {
    color: #4099B4;
}

.blue-report .report-content .h2 {
    border-color: #4099B4;
    background-color: #ECF4F8;
}

.yellow-report .trline {
    color: #E6AE42;
}

.yellow-report .report-content .top .l {
    border-color: #E6AE42;
}

.yellow-report .report-content .top .l .t2 {
    color: #E6AE42;
}

.yellow-report .report-content .paycard {
    border-color: #E6AE42;
}

.yellow-report .report-content .paycard .ptop {
    color: #E6AE42;
}

.yellow-report .report-content .paycard .pbot .btn {
    background: linear-gradient(180deg, #FFCC6A 0%, #E6AE42 100%);
}

.yellow-report .report-content .paycard .pbot .desc {
    color: #E6AE42;
}

.yellow-report .report-content .h2 {
    border-color: #E6AE42;
    background-color: #FDF8EC;
}

.login-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
}

.login-modal-content {
    background-color: #fff;
    border-radius: .5rem;
    padding: .6rem .46rem;
    width: 6.25rem;
    position: relative;
}

.login-title {
    font-size: .36rem;
    color: #333;
    text-align: center;
    font-weight: bold;
    margin-bottom: .4rem;
}

.login-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-form .input-group {
    position: relative;
    margin-bottom: .24rem;
    display: flex;
    width: 100%;
}

.login-form .login-input {
    width: 100%;
    height: 1.1rem;
    background-color: #F6F7F9;
    border: none;
    border-radius: .2rem;
    padding: 0 .3rem;
    font-size: .32rem;
    color: #333;
    box-sizing: border-box;
}

.login-form .login-input::placeholder {
    color: #999;
}

.login-form .countdown {
    position: absolute;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: .28rem;
    color: #007AFF;
    cursor: pointer;
}

.login-form .agreement {
    display: flex;
    align-items: flex-start;
    margin-bottom: .6rem;
    width: 100%;
}

.login-form .agreement .checkbox-wrapper {
    display: flex;
    align-items: center;
    margin-right: .1rem;
}

.login-form .agreement .checkbox-wrapper input[type="checkbox"] {
    display: none;
}

.login-form .agreement .checkbox-wrapper .checkmark {
    width: .3rem;
    height: .3rem;
    background-color: #f5f5f5;
    border-radius: .2rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    position: relative;
    top: .06rem;
}

.login-form .agreement .agreement-text {
    font-size: .22rem;
    color: #666;
    flex: 1;
    padding-top: .04rem;
}

.login-form .agreement .agreement-text .link {
    color: #007AFF;
}

.login-form .confirm-btn {
    width: 2.58rem;
    height: .9rem;
    background-color: #BEC7D0;
    border: none;
    border-radius: .45rem;
    font-size: .32rem;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.login-form .on {
    background-color: #007AFF;
}

.payment-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.payment-form .payment-title {
    font-size: .36rem;
    color: #333;
    text-align: center;
    font-weight: bold;
    margin-bottom: .6rem;
}

.payment-form .product-info {
    width: 100%;
    text-align: center;
    margin-bottom: .6rem;
    padding: .4rem;
    background-color: #f8f9fa;
    border-radius: .2rem;
}

.payment-form .product-info .product-name {
    font-size: .32rem;
    color: #333;
    font-weight: bold;
    margin-bottom: .2rem;
}

.payment-form .product-info .product-price {
    font-size: .48rem;
    color: #ff6b35;
    font-weight: bold;
}

.payment-form .payment-options {
    width: 100%;
    margin-bottom: 0;
}

.payment-form .payment-options .payment-btn {
    width: 100%;
    height: 1.1rem;
    border: none;
    border-radius: .55rem;
    font-size: .32rem;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .3rem;
}

.payment-form .payment-options .payment-btn img {
    width: .4rem;
    height: .4rem;
    margin-right: .2rem;
}

.payment-form .payment-options .payment-btn span {
    font-size: .32rem;
}

.payment-form .payment-options .wechat-pay {
    background-color: #15AF46;
}

.payment-form .payment-options .alipay-pay {
    background-color: #2F92FA;
    margin-bottom: 0;
}

.payment-form .payment-agreement {
    font-size: .24rem;
    color: #666;
    text-align: left;
    width: 100%;
}

.payment-form .payment-agreement .link {
    color: #007AFF;
}

.mbti-wrap .mbti-top {
    background-color: #2CA476;
    padding-bottom: .4rem;
}

.mbti-wrap .mbti-top .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: .44rem 0;
    margin-bottom: .4rem;
}

.mbti-wrap .mbti-top .header .l {
    width: .16rem;
    position: absolute;
    left: .3rem;
    top: 50%;
    transform: translateY(-50%);
}

.mbti-wrap .mbti-top .header .m {
    flex: 1;
    font-size: .36rem;
    color: #fff;
    text-align: center;
}

.mbti-wrap .mbti-top .mbti1 {
    padding: 0 .3rem;
}

.mbti-wrap .mbti-top .mbti1 .item {
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
    background-color: rgba(255, 255, 255, 0.7);
    padding: .24rem .3rem;
    border-radius: .2rem;
}

.mbti-wrap .mbti-top .mbti1 .item .l {
    width: .6rem;
    margin-right: .2rem;
}

.mbti-wrap .mbti-top .mbti1 .item .r {
    flex: 1;
    font-size: .24rem;
    color: #576071;
    line-height: 1.5;
}

.mbti-wrap .mbti-top .mbti2 {
    display: flex;
    justify-content: space-between;
    padding: 0 .3rem;
}

.mbti-wrap .mbti-top .mbti2 .item {
    width: 1.9rem;
    height: .4rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: .2rem;
    position: relative;
    overflow: hidden;
}

.mbti-wrap .mbti-top .mbti2 .item .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: .2rem;
    color: #8CA2A4;
    line-height: .4rem;
    display: flex;
    align-items: center;
}

.mbti-wrap .mbti-top .mbti2 .item .pro {
    background: #38B183;
    height: .4rem;
}

.mbti-wrap .mbti-top .mbti2 .on {
    background-color: #42C693;
}

.mbti-wrap .mbti-top .mbti2 .on .text {
    color: #fff;
}

.mbti-wrap .mbti-bot {
    padding: .45rem;
}

.mbti-wrap .mbti-bot .top {
    font-size: .36rem;
    color: #576071;
    font-weight: bold;
    margin-bottom: .4rem;
}

.mbti-wrap .mbti-bot .mid .item {
    background: #FFFFFF;
    border-radius: .12rem;
    border: .04rem solid #88619A;
    padding: 0 .34rem;
    font-size: .32rem;
    color: #576071;
    cursor: pointer;
    height: 1.32rem;
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
    border-left: .14rem solid #88619A;
    transition: background 0.2s, color 0.2s;
}

.mbti-wrap .mbti-bot .mid .item.on,
.mbti-wrap .mbti-bot .mid .item:active {
    background-color: #88619A;
    border-left: .14rem solid #88619A;
    color: #fff;
    transition: background 0.2s, color 0.2s;
}

.mbti-wrap .mbti-bot .bot {
    height: .96rem;
    background: #FFFFFF;
    border-radius: .62rem;
    border: .03rem solid #C0C4CC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .32rem;
    color: #576071;
    cursor: pointer;
    position: fixed;
    left: 0;
    bottom: 3vh;
    z-index: 1;
    width: 6.58rem;
    margin: 0 auto;
    right: 0;
}

.mbti-wrap .mbti-bot .bot img {
    width: .33rem;
    margin-right: .2rem;
}

.mbti-wrap .mbti-select {
    padding: 0 .45rem;
    padding-bottom: .45rem;
}

.mbti-wrap .mbti-select .item {
    padding: .7rem 0;
    opacity: 0.4;
    border-top: 0.02rem solid #F0F0F0;
}

.mbti-wrap .mbti-select .item .itemt {
    font-size: .36rem;
    color: #576071;
    font-weight: bold;
    margin-bottom: .7rem;
}

.mbti-wrap .mbti-select .item .itemm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .16rem;
}

.mbti-wrap .mbti-select .item .itemm .checkbox {
    width: .76rem;
}

.mbti-wrap .mbti-select .item .itemm .checkbox img {
    display: block;
}

.mbti-wrap .mbti-select .item .itemm .checkbox .checked {
    display: none;
}

.mbti-wrap .mbti-select .item .itemm .checkbox:nth-child(1),
.mbti-wrap .mbti-select .item .itemm .checkbox:nth-child(7) {
    width: .76rem;
}

.mbti-wrap .mbti-select .item .itemm .checkbox:nth-child(2),
.mbti-wrap .mbti-select .item .itemm .checkbox:nth-child(6) {
    width: .64rem;
}

.mbti-wrap .mbti-select .item .itemm .checkbox:nth-child(3),
.mbti-wrap .mbti-select .item .itemm .checkbox:nth-child(5) {
    width: .52rem;
}

.mbti-wrap .mbti-select .item .itemm .checkbox:nth-child(4) {
    width: .48rem;
}

.mbti-wrap .mbti-select .item .itemm .on img {
    display: none;
}

.mbti-wrap .mbti-select .item .itemm .on .checked {
    display: block;
}

.mbti-wrap .mbti-select .item .itemb {
    display: flex;
    justify-content: space-between;
    font-size: .32rem;
    color: #576071;
    padding: 0 .05rem;
}

.mbti-wrap .mbti-select .item .itemb .l {
    color: #2CA476;
}

.mbti-wrap .mbti-select .item .itemb .r {
    color: #88619A;
}

.mbti-wrap .mbti-select .on {
    opacity: 1;
}

.mbti-wrap .mbti-select .item:last-child {
    border-bottom: none;
}

.bottom-buttons .bot {
    height: .96rem;
    background: #FFFFFF;
    border-radius: .62rem;
    border: .03rem solid #C0C4CC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .32rem;
    color: #576071;
    cursor: pointer;
    z-index: 1;
    width: 6.58rem;
    margin: 0 auto;
    right: 0;
}

.bottom-buttons .bot img {
    width: .33rem;
    margin-right: .2rem;
}

.history-report-wrap {
    background-color: #F7F7F7;
    min-height: 100vh;
}

.history-report-wrap .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .44rem .3rem;
    position: relative;
}

.history-report-wrap .header .l {
    width: .16rem;
    position: absolute;
    left: .4rem;
    top: 50%;
    transform: translateY(-50%);
}

.history-report-wrap .header .m {
    flex: 1;
    font-size: .32rem;
    color: #2D2D2D;
    text-align: center;
}

.history-report-wrap .header .r {
    color: #949A9F;
    font-size: .28rem;
    position: absolute;
    right: .4rem;
    top: 50%;
    transform: translateY(-50%);
}

.history-report-wrap .report-list {
    padding: .32rem;
}

.history-report-wrap .report-list .report-item {
    display: block;
    background-color: #fff;
    border-radius: .32rem;
    padding: .32rem .4rem;
    margin-bottom: .32rem;
}

.history-report-wrap .report-list .report-item .top {
    font-size: .28rem;
    color: #ADADAD;
    margin-bottom: .4rem;
}

.history-report-wrap .report-list .report-item .mid {
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
}

.history-report-wrap .report-list .report-item .mid .l {
    width: 1.5rem;
    margin-right: .4rem;
}

.history-report-wrap .report-list .report-item .mid .r {
    flex: 1;
}

.history-report-wrap .report-list .report-item .mid .r .t1 {
    font-size: .32rem;
    color: #88619A;
    font-weight: bold;
    margin-bottom: .2rem;
}

.history-report-wrap .report-list .report-item .mid .r .t2 {
    font-size: .2rem;
    color: #787F8D;
    line-height: 1.5;
}

.history-report-wrap .report-list .report-item .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.history-report-wrap .report-list .report-item .bottom .l {
    font-size: .24rem;
    color: #868686;
}

.history-report-wrap .report-list .report-item .bottom .r {
    font-size: .24rem;
    color: #868686;
    display: flex;
    align-items: center;
}

.history-report-wrap .report-list .report-item .bottom .r img {
    width: .11rem;
    margin-left: .1rem;
}

.feedback-wrap {
    background-color: #fff;
    min-height: 100vh;
}

.feedback-content {
    padding: .4rem;
    padding-top: 0.2rem;
}

.feedback-content .feedback-form .input-group {
    position: relative;
    display: flex;
    margin-bottom: .32rem;
}

.feedback-content .feedback-form .input-group .feedback-textarea {
    width: 100%;
    height: 2.4rem;
    background-color: #f7f7f7;
    border: none;
    border-radius: .32rem;
    padding: .3rem;
    font-size: .28rem;
    color: #333;
    box-sizing: border-box;
    resize: none;
    font-family: inherit;
}

.feedback-content .feedback-form .input-group .feedback-textarea::placeholder {
    color: #999;
}

.feedback-content .feedback-form .input-group .contact-input {
    width: 100%;
    height: 1.1rem;
    background-color: #f7f7f7;
    border: none;
    border-radius: .32rem;
    padding: 0 .3rem;
    font-size: .28rem;
    color: #333;
    box-sizing: border-box;
}

.feedback-content .feedback-form .input-group .contact-input::placeholder {
    color: #999;
}

.feedback-content .feedback-form .input-group .char-count {
    position: absolute;
    bottom: .2rem;
    right: .3rem;
    font-size: .2rem;
    color: #3C3C3C;
}

.feedback-content .feedback-form .input-group .char-count2 {
    bottom: .4rem;
}

.feedback-content .feedback-form .upload-section {
    display: flex;
    gap: .3rem;
    margin-top: .4rem;
}

.feedback-content .feedback-form .upload-section .upload-item {
    width: 2.14rem;
    height: 2.14rem;
    background-color: #f5f5f5;
    border-radius: .16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.feedback-content .feedback-form .upload-section .upload-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feedback-content .feedback-form .submit-btn {
    width: 6.42rem;
    height: 1rem;
    background: #2F93FC;
    border-radius: .5rem;
    font-size: .36rem;
    color: #fff;
    text-align: center;
    line-height: 1rem;
    margin: 0 auto;
    margin-top: .7rem;
}

.header2 {
    position: sticky;
}
