.hr_main{
    /*padding-top: 25px;*/
    position: relative;
}

.download_btn {
    background-color: #ff7b19;
    color: #fff;
    width: 85px;
    padding: 5px 0;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    font-size: 12px;
}
#testArea {
    padding: 15px 15px 0;
}
.testCon {
    padding: 5px 0 5px 5px;
}
.assignment .btn {
    width: 95px;
    font-size: 16px;
}
.totalFractionModal .modal-dialog{
    width: 320px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
}
.totalFractionModal .modal-footer>button {
    font-size: 14px;
}


#lecturer .banner{
    background-image: url(https://hrss.h3c.com/Uploads_New/Navigator/yd/images/lecturer/banner/banner_YD_bg.png);
    margin-bottom: 15px;
}
#lecturer .banner_con .banner-text{
    color:#fff;
}
#lecturer .banner_con .banner-text>p {
    margin-bottom: 8px;
}
.invite_banner>img{
    width: 100%;
}
.authentication_banner{
    width: calc(100% - 30px);
    margin: 0 auto;
}
.invite_items,
.authentication_items{
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px 0;
    /*padding-top: 10px;*/
    justify-content: space-between;
}
.invite .authentication_items{
    justify-content: normal;
}
#lecturer .item {
    width: calc(50% - 8px);
    background-image: url(https://hrss.h3c.com/Uploads_New/Navigator/yd/images/lecturer/item_bg.png);
    background-size: 100% 100%;
    padding: 20px 10px 15px 10px;
    margin-bottom: 15px;
}
#lecturer .invite .item {
    padding: 20px 10px 4px 10px;
}
#lecturer .invite .item:nth-child(odd){
    margin-right: 16px;
}
#lecturer .item>.item_cnt {
    width: 100%;
    height: 271px;
    background-image: url(https://hrss.h3c.com/Uploads_New/Navigator/yd/images/lecturer/text_bg.jpg);
    background-size: 100% 100%;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    padding-top: 15px;
    position: relative;
}
#lecturer .invite .item>.item_cnt{
    height:173px;
    position: relative;
}
.top-text {
    height: 98px;
    margin: 0 10px 0 10px;
    width: calc(100% - 20px);
    background-image: url(https://hrss.h3c.com/Uploads_New/Navigator/yd/images/lecturer/box.png);
    background-size: 100% 100%;
    padding: 14px 15px 20px 20px;
}
.top-text > p {
    color: #53a9ff;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.12);
    line-height: 17px;
    cursor: pointer;
    overflow: hidden;
    /*word-break: break-all;*/
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 54px;
    overflow: hidden;
    text-indent: 0;
}
.people-item {
    /* text-align: center; */
    position: relative;
    z-index: 1;
    margin-top: -10px;
}
.people-item > img {
    height: 155px;
    margin-left: 10px;
}
.invite .people-item > img {
    margin-left: 15px;
}
.people-name {
    display: flex;
    align-items: center;
    z-index: 3;
    position: absolute;
    top: 58%;
    right: 5px;
    transform: translate(0, -50%);
}
.invite .people-name {
    top: 45%;
    right: 10px;
    /*width: 100%;*/
}
.people-name > span {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    color: #5d77d8;
    width: 16px;
    text-align: center;
    /* -webkit-writing-mode: vertical-rl; */
    /* -ms-writing-mode: rl-tb; */
    writing-mode: tb-rl;
}
.people-name > span.name {
    font-size: 12px;
    font-weight: 600;
}
.invite .department {
   font-size: 12px;
    font-weight: 600;
    width: 100%;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    display: inline-block;
    margin-top: 7px;
}
.people-bg {
    width: 25px;
    height: 8px;
    background-image: url(https://hrss.h3c.com/Uploads_New/Navigator/yd/images/lecturer/email-bg.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: 27px;
}
.people-email {
    height: 28px;
    width: 100%;
    background-image: url(https://hrss.h3c.com/Uploads_New/Navigator/yd/images/lecturer/email.png);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    position: relative;
    bottom: 15px;
    z-index: 2;
    justify-content: center;
}
.people-email img {
    margin: 0px 5px 0 0;
    width: 17px;
    vertical-align: middle;
}
.people-email span {
    color: #5c47ca;
    font-size: 12px;
}
.people-text{
    margin-top: 15px;
}
.people-text > p {
    cursor: pointer;
    color: #fff;
    line-height: 20px;
    height: 80px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.item-btn {
    width: 100px;
    height: 25px;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 25px;
    color: #5c47ca;
    margin: 15px auto 5px;
    cursor: pointer;
    font-weight: 600;
}
.authentication_banner>img{
    width: 100%;
    margin-bottom: 10px;
}
.item-select {
    display: flex;
    align-items: center;
    margin: 15px;
}
.item-select label {
    margin-bottom: 0;
}
.item-select img {
    width: 36px;
    margin-right: 5px;
}
.item-select select {
    border: transparent;
    border-radius: 4px;
    padding: 6px 30px 6px 15px;
    background-image: url(https://hrss.h3c.com/Uploads_New/Navigator/yd/images/lecturer/option.png);
    background-size: 100% 100%;
    /* appearance: none; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
}
#department1, #department2 {
    margin: 0;
}

@media (min-width:320px) and (max-width:374px){
    .invite_items, .authentication_items {
        padding: 12px 10px 0;
    }
    #lecturer .item>.item_cnt{
        height: 238px;
    }
    #lecturer .invite .item>.item_cnt {
        height: 145px;
    }
    #lecturer .item:nth-child(odd) {
        margin-right: 10px;
    }
    #lecturer .item {
        width: calc(50% - 5px);
        padding: 15px 7px 15px 7px;
        margin-bottom: 10px;
    }
    .top-text {
        height: 93px;
        margin: 0 7px 0 8px;
        width: calc(100% - 15px);
        padding: 12px 5px 16px 11px;
    }
    .people-item > img {
        height: 127px;
        margin-left: 6px;
    }
    .people-name {
        top: 64%;
    }
    .people-bg {
        bottom: 27px;
    }
    .people-text {
        margin-top: 10px;
    }
    .people-text > p{
        font-size: 12px;
        line-height: 16px;
        height: 64px;
    }
}

@media (min-width:375px) and (max-width:413px){
    #lecturer .item>.item_cnt{
        height: 256px;
    }
    #lecturer .invite .item>.item_cnt{
        height:158px;
    }
    .people-item > img {
        height: 140px;
        margin-left: 7px;
    }
    .top-text {
        padding: 14px 8px 20px 15px;
    }
    .people-name{
        top:64%;
    }
    .people-text > p{
        font-size: 13px;
    }
}
@media (min-width:768px) {
    .people-item > img {
        height: 160px;
        margin-left: 35%;
    }
    .invite .people-item > img {
        margin-left: 35%;
    }
    .people-bg{
        display: none;
    }
}
.hr_main button{
    background-size: 100% 100%;
    width: 100%;
    height: 40px;
    margin: 0 10px;
    margin-bottom: 10px;
    font-size: 16px;
    background-color: #fff;
}
.hr_main .v1{
    background-image: url(https://hrss.h3c.com/Uploads_New/Navigator/pc/images/lecturer/option1.png);
}
.hr_main .v2{
    background-image: url(https://hrss.h3c.com/Uploads_New/Navigator/pc/images/lecturer/option.png);
}

.hr_main .active{
    background-image: linear-gradient(129deg, #dc79ff, #256bfa);

    border-radius: 10px;
}
.hr_main .active span {
    background-image: linear-gradient(129deg, #fff, #fff);;
}
.hr_main button span{
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #fff;
    /* 1 */
    background-image: linear-gradient(129deg, #dc79ff, #256bfa);
    /* 2 */
    -webkit-background-clip: text;
    background-clip: text;
    /* 3 */
    -webkit-text-fill-color: transparent;
}