/* pc端 */

.pcRate {
    position: fixed;
    width: 358px;
    height: unset;
    background-color: #FFFFFF;
    z-index: 91;
    left: 98px;
    bottom: 35px;
    transform: translateY(284px);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.pcRate h3 {
    margin-top: 35px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #292929;
}

.pcRate-container {
    margin-bottom: 64px;
}

.n-pcGoal {
    margin-top: 6px;
    display: flex;
    justify-content: center;
}

.n-pcGoal span {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #292929;
    cursor: pointer;
    min-width: 48px;
    min-height: 48px;
    margin-right: 10px;
}

.n-pcGoal span:last-child {
    margin-right: 0;
}

.n-pcAppraise {
    display: flex;
    justify-content: space-between;
    width: 330px;
    margin: 38px auto 0 auto;
}

.n-pcAppraise span {
    font-size: 12px;
    color: #7d7d7d;
}

.n-reasonContainer .n-pcReason-selected {
    box-sizing: border-box;
    color: #01A0E8;
    outline: #01A0E8 1px solid;
}

.n-reasonContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 24px 18px 0 18px;
}

.n-reasonContainer span {
    display: inline-block;
    padding: 6px 10px;
    margin: 8px 8px 0 0;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #292929;
    background: #F3F4F6;
    border-radius: 4px;
    cursor: pointer;
}

#n-reason-btn {
    margin: 24px auto 26px auto;
    display: block;
    border: none;
    background: #BBD3E9;
    border-radius: 4px;
    width: 77px;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
}

.n-pcSuccess {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 358px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #FFFFFF;
    z-index: 91;
    transform: translateY(-50%);
    padding-bottom: 50px;
}

.n-pcSuccess h3 {
    display: none;
    margin: 0 auto;
    width: 200px;
}

#n-success-lottie {
    width: 200px;
    margin: 20px auto 0 auto;
}

.n-pcClose-btn {
    width: 15px;
    position: absolute;
    top: 9px;
    right: 9px;
    cursor: pointer;
    z-index: 92;
}

.showAni {
    animation: rightShow .8s ease-in-out forwards;
    -webkit-animation: rightShow .8s ease-in-out forwards;
}

.n-reasonContainer span:last-child {
    margin-right: 0;
}

@keyframes rightShow {
    80% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}

.fadeIn {
    animation: fade .8s ease-in-out forwards;
    -webkit-animation: fade .8s ease-in-out forwards;
    background-color: #FFFFFF;
    z-index: 20;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    border-radius: 4px;
}

@keyframes fade {
    100% {
        opacity: 1;
    }
}


/* 行业 */

.pcRate-industry {
    margin-bottom: 24px;
}

.pcIndustry {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pcIndustry span:first-child {
    margin-top: 0;
}

.pcIndustry span {
    margin-top: 14px;
    width: 294px;
    height: 30px;
    line-height: 30px;
    padding-left: 24px;
    background-color: #F3F4F6;
    font-weight: 400;
    font-size: 12px;
    color: #292929;
    cursor: pointer;
    border-radius: 4px;
}

.pcIndustry span:hover {
    background-color: #E2E6EC;
}

.pcIndustry .industry-selected {
    background-color: rgba(1, 160, 232, 0.2)!important;
    color: #01A0E8;
    font-weight: 700;
}


/* 输入框 */

#nps-area {
    display: block;
    border: 0;
    border-radius: 5px;
    background-color: rgba(241, 241, 241, .98);
    width: 300px;
    height: 100px;
    margin: 24px auto 0 auto;
    padding: 10px;
    resize: none
}


/* 移动端 */

.n-wrapper h5 {
    padding-top: 1.875rem;
    font-size: .875rem;
    font-weight: 700;
    text-align: center;
    color: #292929;
}


/* 行业 */

.mobile-hangye {
    display: flex;
    margin: 1rem 1.5rem 0 1.5rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mobile-hangye span {
    margin-top: .5rem;
    width: 9.375rem;
    height: 2.25rem;
    background: #F3F4F6;
    border-radius: 4px;
    line-height: 2.25rem;
    font-weight: 400;
    font-size: .75rem;
    color: #292929;
}

.n-goal {
    margin-top: .3125rem;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
}

.n-goal span {
    display: inline-block;
    margin-right: .625rem;
}

.n-goal span:last-child {
    margin-right: 0;
}

.n-wrapper {
    display: none;
    background-color: #FFFFFF;
    position: relative;
    z-index: 3;
    width: 22.375rem;
    margin: 0 auto;
    height: auto;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    transition: height 0.4s ease-in;
    text-align: center;
    margin-bottom: 2rem;
}

.n-appraise {
    display: flex;
    justify-content: space-between;
    width: 21.4rem;
    margin: .625rem auto 0 auto;
}

.n-appraise span {
    font-size: .625rem;
    color: #7d7d7d;
}

.n-appraise span:nth-child(2) {
    margin-left: 1.4rem;
}

.mask {
    display: none;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(5, 5, 5, 0.85);
    opacity: 0;
    transition: all 0.33s ease-in-out;
}

.n-close-btn {
    display: none;
    z-index: 4;
    position: absolute;
    width: 1rem;
    margin-top: 0.2rem;
    left: calc((100% - 1.5rem) /2 + 10.5rem);
}

.rate-container {
    position: relative;
    margin-top: 2rem;
}

.reason-container {
    display: none;
    height: 0;
}

.n-reason {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.n-reason span {
    font-size: .75rem;
    color: #292929;
    padding: .375rem .5rem;
    margin-right: .3125rem;
    text-align: center;
    background: #F3F4F6;
    margin: .375rem;
    border-radius: 4px;
}

.n-submit {
    display: inline-block;
    margin: 1.5rem auto;
    border: 0;
    background: #01A0E8;
    border-radius: 4px;
    font-size: 1rem;
    padding: .625rem 1.0625rem;
    color: #FFFFFF;
}

.n-reason .n-reason-selected {
    color: #01A0E8;
    font-weight: 400;
    outline: 1px solid #01A0E8;
}

.n-goal .goal-selected {
    color: #01A0E8;
    font-weight: 700;
    background-color: rgba(1, 160, 232, 0.2);
}

.n-success {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 9;
}

.n-success h3 {
    font-weight: 700;
    font-size: .875rem;
    line-height: 150%;
    text-align: center;
    color: #292929;
    display: none;
}

#success-lottie2 {
    width: 10rem;
    margin: 1rem auto 0 auto;
}

#nps-area-mobile {
    border: 0;
    width: 18.75rem;
    height: 6.25rem;
    display: flex;
    padding: .625rem;
    margin: 1.125rem auto 0 auto;
    border-radius: 5px;
    background-color: rgba(241, 241, 241, .98);
    resize: none;
}

.mobile-hangye-selected {
    background: rgba(1, 160, 232, 0.2)!important;
    color: #01A0E8!important;
    font-weight: 700!important;
}

.n-mobile-industry {
    margin-bottom: 1.5rem;
}

#mSwiper .swiper-slide {
    flex-direction: column;
}

@media screen and (max-width:1800px) {
    .pcRate {
        bottom: 20px;
    }
}

@media screen and (max-width:750px) {
    .n-wrapper {
        display: block;
    }
    .pcRate {
        display: none;
    }
    .n-close-btn {
        display: block;
    }
}