@media (min-width: 1120px) {


    .pageHeaderView {
        background: #FFFFFF;
        width: 100%;
    }

    .pageHeader {
        width: 1120px;
        margin: 0 auto;
        height: 90px;

        height: 90px;
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .pageHeader .left {
        height: 90px;
        display: flex;
        justify-content: left;
        align-items: center;


    }

    .pageHeader .left .icon {
        width: 52px;
        height: 52px;
    }


    .pageHeader .left .textView {
        padding-left: 14px;
        display: flex;

    }

    .pageHeader .left .textView .hrader-title {
        color: #000;
        font-size: 30px;
        font-weight: 600;
        line-height: 42px;
    }

    .pageHeader .left .textView .hrader-sumbTitle {
        margin-left: 5px;
        color: #000;
        font-size: 30px;
        line-height: 42px;
    }

    .pageHeader .right {
        display: flex;
        justify-content: right;
        align-items: center;
        position: relative;
    }

    .pageHeader .right .icon {

        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1120px) {
    header {

    }

    .pageHeaderView {
        background: #ffffff;
        padding: 0 15px;
        height: 90px;
    }


    .pageHeader {

        height: 90px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .pageHeader .left {
        height: 90px;
        display: flex;
        align-items: center;
    }

    .pageHeader .left .icon {
        width: 52px;
        height: 52px;
    }

    .pageHeader .left .textView {
        padding-left: 14px;
    }

    .pageHeader .left .textView .hrader-title {
        color: #000;
        font-size: 25px;
        font-weight: 600;
        line-height: 35px;
    }

    .pageHeader .left .textView .hrader-sumbTitle {
        color: #000;
        font-size: 25px;

        line-height: 35px;
    }

    .pageHeader .right {
        display: flex;
        justify-content: right;
        align-items: center;
        position: relative;
    }

    .pageHeader .right .icon {

        width: 50px;
        height: 50px;
    }
}


.userInfo {
    display: none;
    position: absolute;
    top: 50px;
    right: 0px;
    width: 306px;
    /*height: 393px;*/
    border-radius: 10px;
    background: linear-gradient(180deg, #FFCEBA 0%, #FFF 39.61%);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
    z-index: 9999;


}

.userInfo .userInfo-info {
    padding: 20px 20px 18px;
    display: flex;

}

.userInfo .userInfo-info .left {
    float: left;
    width: 70px;
    height: 70px;

}

.userInfo .userInfo-info .left .icon {
    width: 70px;
    height: 70px;
}

.userInfo .userInfo-info .info-right {
    flex: 1;
    padding: 7px 0 0 10px;
}

.userInfo .userInfo-info .info-right .name {
    color: #1C1C1C;
    font-size: 20px;

    font-weight: 500;
    line-height: 28px;


}

.userInfo .userInfo-info .info-right .grade {
    width: 73px;
    height: 24px;
}

.userInfo .userInfo-info .info-right .grade .icon {
    width: 73px;
    height: 24px;

}

.userInfo .userInfo-info .info-right .experience_degree {
    color: #1C1C1C;
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
    display: none;
}

.package_options {
    margin: 0 10px 21px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 4.8px rgba(0, 0, 0, 0.05);
}

.package_options-num-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #857DA0;
    font-size: 14px;
    line-height: 20px;

}

.membership-renewal {
    margin: 0 10px 25px;
    border-radius: 10px;
    background: linear-gradient(90deg, #FE4A03 0%, #FF6F2C 100%);
    text-align: center;
    line-height: 40px;
    color: #FFF;

    font-size: 16px;

    font-weight: 500;
    cursor: pointer;

}

.btnView {
    margin: 0 10px 10px;
    padding: 0 14px;
    line-height: 40px;
    display: flex;
    justify-content: left;
    align-items: center;
    color: #1C1C1C;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    border-radius: 12px;
    background: #F1F1F1;
    cursor: pointer;

}

.userInfoSet .icon,
.logout .icon {
    width: 18.963px !important;
    height: 16px !important;
    margin-right: 8px;
}

.package_options_message {
    margin: 0 10px 21px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 16px 16px 10px;
    box-shadow: 0 2px 4.8px rgba(0, 0, 0, 0.05);

}

.package_options_message-view {
    display: flex;
    padding: 14px 8px 10px;
}

.package_options-item {
    display: block;
    flex: 1;
    margin-bottom: 20px;

}

.package_options-item-icon {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto 7px;

}

.package_options-item-text {
    color: #333;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}


.package_options-membership-renewal {
    border-radius: 10px;
    background: linear-gradient(90deg, #FE4A03 0%, #FF6F2C 100%);
    text-align: center;
    line-height: 40px;
    color: #FFF;

    font-size: 16px;

    font-weight: 500;
    cursor: pointer;
}


.pageHeader .right:hover .userInfo {
    display: block;

}


.loading-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    display: none;
}

.loading-icon {
    width: 60px;
    height: 60px;

    display: block;
    animation: spin 0.5s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
