.header{
    width: 100%;
    background: #fff;
    height: 4rem;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.04);
    box-shadow: 0 2px 4px rgba(0,0,0,.04);
}
.end-part{
    width: 100%;
    background: #fff;
    height: 4.5rem;
    -webkit-box-shadow: 0 -2px 4px rgba(0,0,0,.04);
    box-shadow: 0 -2px 4px rgba(0,0,0,.04);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    align-items: center;
    justify-content: center;
}
.fixBottom{padding-bottom: 5rem}

.head-center{
    margin: 0 auto;
    height: 100%;
    align-items: center;
}
.head-left{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 4rem;
}
.head-left .logo{
    width: 2.8rem;height: 2.8rem;margin-right: 10px;display: block;
}
.search{
    width: 2rem;height: 2rem;display: block; cursor: pointer;
}

.part1 h1{
    text-align: center;
    color: #1f2937;
}
.part1 h1 span{
    color: var(--primary-color);
    margin-right: 0.25rem;
}
.part1 h3{
    line-height: 2.25rem;
    color: var(--primary-color);
    text-align: center;
}
.part1 h5{
    margin-top: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
    color:var(--gray-color);
}
.part1 .part1-choice{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 2rem auto 0;
}

.part1-opt{
    width: 48%;
    border-radius: 1.5rem;
    border:4px solid #e9e9e9;
    opacity: 0.5;
    position: relative;
    margin-bottom: 2rem;
    cursor: pointer;
}
.more-choose{
    position: absolute;
    background: linear-gradient(90deg, rgb(255, 107, 73), rgb(236, 46, 140));
    color:white;
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 0.5rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 1rem;
    top:-0.2rem;
    right:-0.2rem;
    z-index: 9;
}
.choose-on{
    opacity: 1;
    border:4px solid var(--primary-color);
}
.choose-logo{
    width: 100%;
    height: 180px;
    margin-bottom: 1rem;
}
.part1-opt:first-child .choose-logo{
    background-image: url("/static/img/index/protagonist.svg");
}
.part1-opt:last-child .choose-logo{
    background-image: url("/static/img/index/extraverted.svg");
}

.advice-title{
    font-size: 1.875rem;
    line-height: 2.5rem;
}
.advice-tip{
    font-size: 1.125rem;
    line-height: 2.25rem;
    color: #4b5563;
}
.advice-tip .advice-act{
    padding: 0.25rem 0.5rem;
    border-radius: 1.5rem;
    background: var(--primary-color);
    color: white;
    margin-left: 0.25rem;
    box-sizing: border-box;
    font-size: 0.75rem;
    opacity: 0;
}
.choose-on .advice-act{opacity: 1}
.advice-extra{
    font-size: 0.75rem;
    line-height: 1.5rem;
    color: #9ca3af;
}
.advice-extra span{
    color: #4298b4;
    font-weight: 600;
    margin-right: 3px;
}

/* 弧形边框效果 */
.part1-opt::before {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-bottom: 2.5rem solid var(--primary-color);
    border-left: 2.5rem solid transparent;
    border-radius: 0 0 16px 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.part1-opt.choose-on::before {
    opacity: 1;
}

/* 对勾效果 */
.part1-opt::after {
    content: '';
    position: absolute;
    bottom: 0.65rem;
    right: 0.2rem;
    width: 1rem;
    height: 0.5rem;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    transform: rotate(-45deg) scale(0);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 2;
}

.part1-opt.choose-on::after {
    transform: rotate(-45deg) scale(1);
}
.part1-suggest{
    font-size: 1.125rem;
    line-height: 1.75rem;
    color:var(--gray-color);
    text-align: center;
    letter-spacing: 3px;
}
.part1-suggest span{color: var(--primary-color);}

.part1-test,.end-part-act{
    border-radius: 100px;
    font-size: 1.125rem;
    line-height: 3.5rem;
    background:var(--primary-color);
    text-align: center;
    color: white;
    cursor: pointer;
    letter-spacing: 1px;
    overflow: hidden;
}
.part1-notice{
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #d1d5db;
    text-align: center;
}

.part2-head,.part3-head,.part4-head,.part5-head{
    margin-bottom: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.head-menu-icon{
    width: 28px;
    height: 28px;
}
.part2-head .head-menu-icon{
    background-image: url("/static/img/index/menu-resources-bottom.svg");
}
.part3-head .head-menu-icon{
    background-image: url("/static/img/index/menu-team-assessments-bottom.svg");
}
.part4-head .head-menu-icon{
    background-image: url("/static/img/index/menu-personality-types-bottom.svg");
}
.part5-head .head-menu-icon{
    background-image: url("/static/img/index/menu-premium-bottom.svg")
}

.head-title{
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    margin-left: 0.75rem;
}
.part2-center{
    border-top-right-radius:1.5rem;
    position: relative;
    overflow: hidden;
}
.part2-center .part2-tip{
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1.75rem;
    font-weight: 700;
}
.part2-center .part2-content{
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
    color:var(--gray-color);
}
.part2-bg{
    position: absolute;
    width: 10rem;
    height: 10rem;
    opacity: 0.5;
    top: -3.5rem;
    right: -3.5rem;
    z-index: 0;
    background-image: url("/static/img/index/icon-star-sentinels.svg");
}
.middle-tell{
    align-items: center;
    margin-bottom: 1rem;
}
.middle-tell li{
    padding: 1rem 0;
    border-radius: 99px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    width: 45%;
    text-align: center;
}
.middle-tell li:first-child{
    background: rgba(66,152,180,.1);
    color: #4298b4;
}
.middle-tell li:nth-of-type(2){
    background: rgba(51,164,116,.1);
    color: #33a474;
}
.middle-tell li:nth-of-type(3){
    background: rgba(228,174,58,.1);
    color: #e4ae3a;
}
.middle-tell li:last-child{
    background: rgba(136,97,154,.1);
    color: #88619a;
}
.part2-end{margin-top: 2rem}
.end-tell{
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}
.end-list{margin: 1rem 0;}
.end-list .end-item{
    width: 32.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}
.end-item .end-item-title{
    font-size: 1rem;
    line-height: 1.5rem;
}
.end-item .end-item-detail{
    align-items: center;
    margin-top: 1rem;
}
.end-item-detail .end-item-logo{
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}

.end-item:first-child .end-item-title{
    color: #3374a4;
}
.end-item:first-child .end-item-logo{
    background-image: url("/static/img/index/why-harmony.svg");
}
.end-item:nth-of-type(2) .end-item-title{
    color: #4298b4;
}
.end-item:nth-of-type(2) .end-item-logo{
    background-image: url("/static/img/index/why-week.svg");
}
.end-item:last-child .end-item-title{
    color: #88619a;
}
.end-item:last-child .end-item-logo{
    background-image: url("/static/img/index/why-teamwork.svg");
}

.end-item-detail .end-item-right{margin-left: 0.5rem}
.end-item-slogan{font-size: 1rem;line-height: 24px}
.end-item-advice{font-size: 0.75rem;line-height: 16px;color: #6b7280}

.part3-item{width: 48%;margin-bottom: 1rem;padding: 1rem;box-sizing: border-box;border-radius: 0.75rem;}
.part3-item-top{align-items: center}
.part3-list:first-child .part3-item:first-child{background: rgba(66,152,180,.1)}
.part3-list:first-child .part3-item:last-child{background: rgba(51,164,116,.1)}
.part3-list:last-child .part3-item:first-child{background: rgba(136,97,154,.1)}
.part3-list:last-child .part3-item:last-child{background: rgba(228,174,58,.1)}

.part3-item-icon{
    width: 50px;height: 50px;
}

.part3-list:first-child .part3-item:first-child .part3-item-icon{
    background-image:url("/static/img/index/friendships.svg");
}
.part3-list:first-child .part3-item:last-child .part3-item-icon{
    background-image:url("/static/img/index/personal-growth.svg");
}
.part3-list:last-child .part3-item:first-child .part3-item-icon{
    background-image:url("/static/img/index/academic-path.svg");
}
.part3-list:last-child .part3-item:last-child .part3-item-icon{
    background-image:url("/static/img/index/careers.svg");
}

.part3-item-title{line-height: 28px;font-size: 1rem;font-weight: 700;width: calc(100% - 60px)}
.part3-item-content{
    font-size: 1rem;
    line-height: 1.5rem;
    color:var(--gray-color);
    margin-top: 0.5rem;
}

.part4-list{margin-bottom: 1.75rem}
.part4-list-title{
    padding: 0.75rem 0;
    border-radius: 99px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: center;
    width: 230px;
    margin: 0 auto;
    font-weight: 600;
}
.part4-list:first-child .part4-list-title{
    background: rgba(136,97,154,.1);
    color: #88619a;
}
.part4-list:nth-of-type(2) .part4-list-title{
    background: rgba(51,164,116,.1);
    color: #33a474;
}
.part4-list:nth-of-type(3) .part4-list-title{
    background: rgba(66,152,180,.1);
    color: #4298b4;
}
.part4-list:last-child .part4-list-title{
    background: rgba(228,174,58,.1);
    color: #e4ae3a;
}

.part4-list-subTitle{
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #4b5563;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.part4-list-content{flex-wrap: wrap;}
.part4-list-item{padding: 1rem;align-items: center;margin-bottom: 0.5rem}
.part4-list:first-child .part4-item-tip{
    color: #88619a;
}
.part4-list:nth-of-type(2) .part4-item-tip{
    color: #33a474;
}
.part4-list:nth-of-type(3) .part4-item-tip{
    color: #4298b4;
}
.part4-list:last-child .part4-item-tip{
    color: #e4ae3a;
}
.part4-list:last-child{
    margin-bottom: 1rem;
}
.part4-item-logo{height: 6rem;display: block;margin-bottom: 1rem}
.part4-item-tip{
    font-size: 1.65rem;
    line-height: 2rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.part4-item-info{
    font-size: 0.9rem;
    line-height: 1.25rem;
    color: #1f2937;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.part4-item-detail{
    font-size: 0.85rem;
    line-height: 1.5rem;
    color: #4b5563;
    text-align: center;
}
.part4-end{
    font-size: 0.85rem;
    line-height: 1.5rem;
    color: var(--gray-color);
    text-align: center;
    margin-top: 5px;
}

.part5-item{
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem;
}
.part5-item-logo{width: 5rem;height: 5rem;margin-bottom: 1rem}
.part5-item:first-child .part5-item-logo{
    background-image:url("/static/img/index/why-analytical.svg");
}
.part5-item:nth-of-type(2) .part5-item-logo{
    background-image:url("/static/img/index/why-respect.svg");
}
.part5-item:last-child .part5-item-logo{
    background-image:url("/static/img/index/why-commitment.svg");
}
.part5-item-info{
    color: #1f3927;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.part5-item-detail{
    font-size: 1rem;
    line-height: 1.35rem;
    color: #4b5563;
}

.part6-content{
    padding: 2rem;
    border-radius: 1rem;
    margin-top: 1rem;
    background: #fff7ed;
}
.part6-top-logo{
    background: #fb923c;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 99px;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 700;
    text-align: center;
    color: white;
}
.part6-top-title{
    width: calc(100% - 2.5rem);
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #9a3412;
}
.part6-item{
    font-size: 1rem;
    line-height: 1.75rem;
    color:#c2410c;
    margin-top: 0.75rem;
}

.find-report{
    width: 260px;
    text-align: center;
    background:var(--primary-color);
    line-height: 2rem;
    color: white;
    font-size: 0.85em;
    border-radius: 99px;
    margin: 1.5rem auto 0;
    cursor: pointer;
}

footer{padding: 1rem 0}
.foot-info{
    font-size: 0.7rem;
    line-height: 1rem;
    color: var(--gray-color);
    margin: 0.5rem 0;
    text-align: center;
}

@media (max-width: 768px) {
    .part1-opt{
        padding: 1rem 0.7rem;
    }
    .part1-test{margin: 1.5rem auto;width: 100%;}
    .end-part-act{margin: 0 auto;width: 100%;}
    .part1-choice{width: 100%}
    .part1 h1{font-size: 2.2rem;}
    .part1 h3{font-size: 1.2rem;}
    .head-left span{font-size: 1.25rem}
    .head-center{width: 90vw;}
    .part2-middle{flex-direction: column}
    .middle-tell{width: 100%}
    .part4-list-item{width: 48%}
    .part5-item{width: 100%}
    .choose-logo{height: 80px;}
}
@media (min-width: 768px) {
    .part1-opt {
        padding: 1.5rem;
    }
    .part1-test{margin: 2rem auto;width: 80%}
    .end-part-act{margin: 0 auto;width: 80%}
    .part1-choice {
        width: 80%
    }

    .part1 h1 {
        font-size: 3rem;
    }

    .part1 h3 {
        font-size: 1.875rem;
    }

    .head-left span {
        font-size: 2rem
    }

    .part2-middle {
        flex-direction: row
    }

    .middle-tell {
        width: 48%
    }

    .part4-list-item {
        width: 24%
    }

    .part5-item {
        width: 30%
    }

    @media (min-width: 768px) and (max-width: 968px) {
        .head-center {
            width: 90vw;
        }
    }
    @media (min-width: 968px) and (max-width: 1200px) {
        .head-center {
            width: 72.5vw;
        }
    }
    @media (min-width: 1200px) {
        .head-center {
            width: 63vw;
        }
        .part1-opt {
            padding: 1.5rem 1rem;
        }
    }
}


/*confirm*/
.part-confirm{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .65);
    z-index: 10;
    transition: opacity 0.3s ease;
}
.confirm-center{
    position: fixed;
    overflow-y: auto;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    transform-origin: 0 0;
    width: 24rem;
    border-radius: 1rem;
}
.confirm-detail{
    padding: 1.5rem;
    position: relative;
    justify-content: center;
}
.confirm-top{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 64px;
}
.confirm-top-logo{
    width: 64px;height: 64px;;
}
.confirm-top-logo1{background-image: url("/static/img/index/why-analytical.svg")}
.confirm-top-logo2{background-image: url("/static/img/index/why-openness.svg")}
.confirm-top-right{margin-left: 1rem}
.confirm-top-title{
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}
.confirm-top-result{
    font-weight: 700;
    color: #4298b4;
    padding: 0.25rem 1rem;
    background: rgba(66,152,180,.1);
    border-radius: 0.5rem;
}
.confirm-middle{ margin-bottom: 1.5rem;margin-top: 0.5rem}
.confirm-middle p{
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--gray-color);
    text-align: center;
}
.confirm-btn{border-radius: 99px;line-height: 36px;padding: 0 16px;font-size: 14px;text-align: center;cursor: pointer}
.back-btn{
    background-color: rgb(243, 244, 246);
    color: rgb(156, 163, 175);
    min-width: 120px
}
.continue-btn{
    background: #4298b4;
    color: white;
    margin-left: 0.75rem;
    width: calc(100% - 140px);
}
.confirm-extra{
    font-size: 0.75rem;
    line-height: 1.25rem;
    text-align: center;
    color: #4b5563;
    margin-top: 1rem;
}
.confirm-option-label{
    margin: 1rem 0.5rem 0.5rem 0;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.confirm-option-label span{
    width: 0.5rem;height: 0.5rem;border-radius: 50%;background: #4298b4;margin-top: 0.625rem;display: inline-block;margin-right: 0.5rem;
}
.confirm-option-item{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}
.confirm-option-tip{
    padding: 0.5rem 1rem;
    background: #f3f4f6;
    border-radius: 99px;
    text-align: center;
    color: var(--gray-color);
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0.5rem;
    cursor: pointer;
}
.confirm-option-tip.choose{
    background: #4298b4;
    color: white;
}
.confirm-close{
    position: absolute;
    top: 0;
    right: 15px;
    color: #666;
    font-size: 40px;
    cursor: pointer;
}
.confirm-close::before {
    content: '×';
}
.confirm-progress{
    background: #f3f4f6;
    border-radius: 1rem;
    padding: 0.5rem 1.5rem;
    margin: 1.5rem 0;
}
.confirm-progress-tip{align-items: center;margin-bottom: 0.5rem}
.confirm-progress-tell{
    color: var(--gray-color);
    font-size: 0.65rem;
    line-height: 1rem;
}
.confirm-progress-count{
    text-align: right;
    color: var(--gray-color);
    font-size: 0.875rem;
    line-height: 1.125rem;
}
.confirm-progress-count span:not(:first-child){margin-left: 0.25rem;}

.confirm-process-bar{height: 0.6rem;margin: 0.25rem 0;position: relative;border-radius: 99px;}
.confirm-process-full{background: #fff;width: 100%;position: absolute;left: 0;top: 0;z-index: 5;height: 0.6rem;}
.confirm-process-active{width: 0;background: #4298b4;position: absolute;left: 0;top: 0;z-index: 6;height: 0.5rem;}
.confirm-process-logo{background-image: url("/static/img/question/the-week-blue.svg");width: 20px;height: 20px;position: absolute;left: -5px;top:-5px;z-index: 7}