.top {
    background: linear-gradient(to right, #61c66d 0%, #41b480 100%);
    height: 30%;
}

.title {
    text-align: center;
    padding: 8% 0 5% 0;
}

.pic {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.11);
    padding: 0.4rem;
    margin: 0 auto;
}

    .pic img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.name span {
    color: #3eb382;
    background: rgba(255, 255, 255, 0.72);
    display: inline-block;
    padding: 0.5rem 2rem;
    border-radius: 5px;
    margin: 3% 0;
    font-size: 16px;
}

.shift {
    background: #f6faf7;
    padding: 1.2rem 2rem;
    font-size: 16px;
}

.project-title {
    width: 68%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.menu li {
    border-bottom: 1px solid #e5e5e5;
    /*padding: 1rem 1rem;*/
}

    .menu li a {
        display: inline-block;
        width: 100%;
        padding: 1rem 2rem;
        color: #000;
        font-size: 16px;
        position: relative;
    }

        .menu li a:active {
            background: rgba(0, 0, 0, 0.06);
        }

    .menu li span {
        padding-left: 1rem;
    }

.menu img {
    width: 2rem;
    padding-bottom: 0.2rem;
}

.menu li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border: 2px solid;
    border-bottom: 0;
    border-right: 0;
    color: #dad9d9;
    -moz-transform: rotateZ(135deg);
    -o-transform: rotateZ(135deg);
    -ms-transform: rotateZ(135deg);
    -webkit-transform: rotateZ(135deg);
    transform: rotateZ(135deg);
}

.footer {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

    .footer a {
        display: inline-block;
        width: 85%;
        padding: 1rem 0;
        color: #fff;
        font-size: 16px;
        background: #61c66d;
        border-radius: 5px;
    }

        .footer a:active {
            box-shadow: 0 1px 10px #61c66d;
        }
/* 已报名待审核 */
.project-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfcf7;
    display: none;
    overflow-y: auto;
}
/*.header{
    padding: 3% 5%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    position: relative;
    background: #fff;
}
.header h3{
    flex: 1;
    text-align: center;
    font-size: 20px;
}
.header a{
    position: absolute;
    top: 50%;
    left: 5%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border: 2px solid;
    border-bottom: 0;
    border-right: 0;
    color: #828282;
    -moz-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}*/
.content {
    padding: 5% 6%;
}

.mainroom li {
    position: relative;
    padding: 3% 5%;
    background: #fff;
    box-shadow: 0 5px 20px #f5f5f5;
    margin-bottom: 1.5rem;
}

    .mainroom li:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 100%;
    }

.mainroom .adopt:before {
    background: #78c2a3;
}

.mainroom .audit:before {
    background: #f99fa1;
}

.mainroom .quit:before {
    background: #e5e7ec;
}

.mainroom .finish:before {
    background: skyblue;
}

.audit-name {
    color: #f99fa1;
}

.adopt-name {
    color: #78c2a3;
}

.project-name {
    font-size: 18px;
    color: #606f76;
}

/* 根据屏幕大小 */
@media (min-device-width: 412px) {
    .title {
        padding: 10% 0 8% 0;
    }

    .shift {
        padding: 1.5rem 2rem;
    }

    .menu li a {
        padding: 1.3rem 2rem;
    }
}




/*====================新版样式====================*/

/*头*/

.hei_80 {
    height: 0.8rem;
}

.hei_100 {
    height: 1rem;
}

.hei_110 {
    height: 1.1rem;
}

.fixed_bar .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header {
    height: 1rem;
    background-color: #55a1f0;
    color: #fff;
    position: relative;
    display: flex;
}

    .header h2 {
        flex: 1;
        font-size: 0.32rem;
        padding: 0 1rem;
        align-self: center;
        text-align: center;
    }

    .header .go_back {
        position: absolute;
        left: 0;
        top: 0;
        width: 0.8rem;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .header .go_back:before {
            width: 0.24rem;
            height: 0.24rem;
            border: 0.04rem solid;
            border-bottom: 0;
            border-right: 0;
            color: #fff;
            -moz-transform: rotateZ(-45deg);
            -o-transform: rotateZ(-45deg);
            -ms-transform: rotateZ(-45deg);
            -webkit-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
            content: "";
            display: block;
        }

    .header .link {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        width: 0.8rem;
        height: 100%;
        align-items: center;
        justify-content: center;
        padding: 0.15rem;
        color: #fff;
        white-space:nowrap;
    }

        .header .link img {
            max-width: 100%;
        }


/*班级列表*/

.class_list ul > li {
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
}

.class_list li h2 {
    padding: 0.2rem;
    font-size: 0.32rem;
}

.class_list li ol {
    background-color: #f5f5f5;
    display: none;
}

.class_list li li {
    display: block;
    padding: 0.2rem 0.2rem 0.2rem 0.3rem;
    border-top: 1px solid #e0e0e0;
}

/*个人资料*/

.public_form {
    background-color: #fff;
}

    .public_form.input_right .item input {
        text-align: right;
    }

    .public_form.span_wid65 .item span {
        width: 1.3rem;
    }

    .public_form.span_wid85 .item span {
        width: 1.7rem;
    }

    .public_form + .public_form {
        margin: 0.2rem 0;
        border-top: 1px solid #e0e0e0;
    }

    .public_form .item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #f2f2f2;
        min-height: 0.8rem;
    }

        .public_form .item span {
            color: #757575;
            flex-shrink: 0;
            padding: 0.1rem 0 0.1rem 0.2rem;
        }

        .public_form .item input {
            height: 0.8rem;
            border: none;
            font-size: 0.28rem;
            flex: 1;
            padding: 0 0.2rem;
            width: 100%;
            color: #666;
        }

        .public_form .item p {
            flex: 1;
            width: 100%;
            padding: 0.1rem;
        }

        .public_form .item input[readonly],
        .public_form .item input[disabled] {
            background-color: transparent;
            color: #999;
        }

    .public_form .pto {
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 50%;
        overflow: hidden;
        margin: 0.2rem;
        box-shadow: 2px 2px 4px #999;
        position: relative;
    }

        .public_form .pto input[type="file"] {
            width: 1.2rem;
            height: 1.2rem;
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
        }

        .public_form .pto img {
            width: 100%;
            height: 100%;
        }

    .public_form .item a {
        display: flex;
        align-items: center;
        color: #757575;
        padding: 0 0.2rem;
        height: 100%;
        justify-content: space-between;
        flex: 1;
        font-size: 0.28rem;
    }

        .public_form .item a:after {
            width: 0.2rem;
            height: 0.2rem;
            border: 0.02rem solid;
            border-left: 0;
            border-top: 0;
            color: #ccc;
            -moz-transform: rotateZ(-45deg);
            -o-transform: rotateZ(-45deg);
            -ms-transform: rotateZ(-45deg);
            -webkit-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
            content: "";
            display: block;
            margin-right: 0.1rem;
        }

.public_btn {
    padding: 0 0.2rem;
    margin-top: 0.4rem;
    display: flex;
}

    .public_btn a,
    .public_btn button {
        flex: 1;
        background-color: #00bc71;
        color: #fff;
        border-radius: 0.05rem;
        height: 0.8rem;
        line-height: 0.8rem;
        text-align: center;
        font-size: 16px;
        border: none;
    }

        .public_btn button[disabled] {
            background-color: #ccc;
        }

.bgColor_f5 {
    background-color: #f5f5f5 !important;
}
/*考勤记录*/
.attendance_list li {
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 0.2rem;
    position: relative;
    color: #999;
}

    .attendance_list li:nth-of-type(even) {
        background-color: #f5f5f5;
    }

    .attendance_list li h2 {
        font-size: 0.3rem;
        color: #333;
        padding-right: 1.2rem;
    }

    .attendance_list li span {
        position: absolute;
        right: 0.1rem;
        top: 0.2rem;
        line-height: 0.4rem;
        background-color: #ccc;
        border-radius: 0.03rem;
        padding: 0 0.1rem;
        color: #fff;
    }

        .attendance_list li span.red {
            background-color: #f55;
        }

        .attendance_list li span.green {
            background-color: #00bc71;
        }


/*首页*/

.class_function {
    height: calc(100% - 1rem);
    display: flex;
    flex-direction: column;
    overflow: auto;
}

    .class_function .welcome {
        padding: 0.2rem;
        background-color: #f9f9f9;
        color: #666;
        word-break: break-all;
    }

    .class_function .link_box {
        flex: 1;
        display: flex;
        background: #fff;
    }

    .class_function .link {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        width: 100%;
    }

        .class_function .link > a {
            width: calc(100% / 3);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            border-bottom: 1px solid #efefef;
            border-right: 1px solid #efefef;
            margin-bottom: -1px;
            padding: 0.1rem;
        }

            .class_function .link > a h2 {
                font-size: 0.3rem;
            }

            .class_function .link > a:active {
                background-color: #f5f5f5;
            }

            .class_function .link > a:nth-of-type(3n) {
                border-right: 0;
            }

            .class_function .link > a img {
                width: 1.5rem;
                height: 1.5rem;
                margin-bottom: 0.2rem;
            }

.college_name {
    height: 0.8rem;
    background-color: #55a1f0;
    line-height: 0.8rem;
    text-align: center;
    color: #fff;
}

/*教学评测*/
.evaluation_list li {
    border-bottom: 1px solid #e0e0e0;
    padding: 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .evaluation_list li h2 {
        font-size: 0.3rem;
    }

    .evaluation_list li span {
        background-color: #00bc71;
        color: #fff;
        padding: 0 0.2rem;
        border-radius: 0.05rem;
        line-height: 0.6rem;
        display: block;
        flex-shrink: 0;
        margin-left: 0.2rem;
    }

        .evaluation_list li span.see {
            background-color: #4f9cfb;
        }

        .evaluation_list li span.link {
            background-color: #00bc71;
        }

        .evaluation_list li span:active {
            opacity: 0.8;
        }

.comment_layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
    display: none;
    overflow: hidden;
}

.comment_box {
    height: calc(100% - 1rem);
    overflow: auto;
    background-color: #fff;
}

    .comment_box .btn {
        padding: 0 0.2rem;
        margin-top: 0.2rem;
        display: flex;
    }

        .comment_box .btn .submit {
            flex: 1;
            background: #00bc71;
            color: #fff;
            border-radius: 0.05rem;
            line-height: 0.8rem;
            text-align: center;
            font-size: 0.32rem;
        }

            .comment_box .btn .submit:active {
                opacity: 0.8;
            }

            .comment_box .btn .submit + .submit {
                margin-left: 0.2rem;
            }

    .comment_box .item {
        display: flex;
        border-bottom: 1px solid #e0e0e0;
        padding: 0.2rem 0;
        align-items: center;
    }

        .comment_box .item span {
            flex-shrink: 0;
            padding-left: 0.2rem;
            color: #999;
            width: 1.8rem;
        }

        .comment_box .item p {
            flex: 1;
            padding-right: 0.2rem;
        }

        .comment_box .item .good {
            background-color: #00bc71;
            color: #fff;
            flex: none;
            padding: 0 0.2rem;
            text-align: center;
            border-radius: 0.05rem;
            line-height: 0.6rem;
        }

        .comment_box .item .bad {
            background-color: #eee;
            color: #999;
            flex: none;
            padding: 0 0.2rem;
            text-align: center;
            border-radius: 0.05rem;
            line-height: 0.6rem;
        }

        .comment_box .item textarea {
            line-height: 0.4rem;
            height: 1.6rem;
            border: none;
            padding: 0;
            padding-right: 0.1rem;
            flex: 1;
            overflow: auto;
            resize: none;
            width: 100%;
        }
            .comment_box .item textarea[disabled]{
                background-color:transparent;
            }


            .select_rating {
                display: flex;
                flex: 1;
                padding-right: 0.2rem;
            }

    .select_rating a {
        display: block;
        width: 20%;
        text-align: center;
        position: relative;
        transition: all .3s;
        border-radius: 0.05rem;
        line-height: 0.6rem;
        background-color: #f9f9f9;
        border: 1px solid #e0e0e0;
    }

        .select_rating a + a {
            margin-left: 7%;
        }

        .select_rating a.show {
            background-color: #00bc71;
            color: #fff;
            border-color: #00bc71;
        }


/*班次评估*/

.comment_box.class .item span {
    width: 2rem;
}

.comment_box.class .column {
    flex-direction: column;
}

    .comment_box.class .column span {
        width: auto;
    }

    .comment_box.class .column textarea,
    .comment_box.class .column p {
        padding: 0 0.2rem;
    }

/*同学名单*/
.fixed_bar .search_box {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 999;
    top: 1rem;
}

.search_box {
    padding: 0.2rem;
    background-color: #F5F5F5;
    border-bottom: 1px solid #e5e5e5;
}

    .search_box > div {
        height: 0.7rem;
        border-radius: 100px;
        background-color: #fff;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

        .search_box > div .serch_img {
            margin-left: 0.1rem;
            width: 0.45rem;
        }

        .search_box > div input {
            flex: 1;
            height: 100%;
            border: none;
            padding: 0 0.1rem;
        }

.student_list .sum {
    padding: 0.2rem 0.3rem;
    line-height: 0.6rem;
}

.student_list .hd {
    padding: 0.2rem 0.3rem;
    background-color: #F5F5F5;
    display: flex;
    color: #bbb;
}

    .student_list .hd h2 {
        font-weight: bold;
        font-size: 0.3rem;
        flex: 1;
        color: #757575;
    }

    .student_list .hd #SignUpCount {
        color: red;
        font-weight: bold;
    }

.student_list li {
    border-bottom: 1px solid #f2f2f2;
}

    .student_list li a {
        display: flex;
        padding: 0.2rem 0.3rem;
        align-items: center;
    }

        .student_list li a:active {
            background-color: #f9f9f9;
        }

    .student_list li figure {
        width: 1.3rem;
        height: 1.3rem;
        flex-shrink: 0;
        background-color: #f5f5f5;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .student_list li div {
        flex: 1;
        padding: 0 0.2rem;
        color: #999;
    }

    .student_list li h2 {
        font-size: 0.3rem;
        color: #333;
        margin-bottom: 0.1rem;
    }

    .student_list li a:after {
        width: 0.2rem;
        height: 0.2rem;
        border: 2px solid;
        border-top: 0;
        border-left: 0;
        color: #ddd;
        -moz-transform: rotateZ(-45deg);
        -o-transform: rotateZ(-45deg);
        -ms-transform: rotateZ(-45deg);
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
        content: "";
        display: block;
    }

.student_list.gd li figure {
    background-color: transparent;
    width: 1.2rem;
    height: 1.2rem;
}

.student_list.gd li h2 {
    margin-bottom: 0;
    padding: 0 0.2rem;
    flex: 1;
}
/*同学详情*/
.student_detail .fore1 {
    padding: 0.3rem;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    align-items: center;
    color: #999;
}

    .student_detail .fore1 figure {
        width: 1.3rem;
        height: 1.3rem;
        overflow: hidden;
        background-color: #f5f5f5;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0.2rem;
        border-radius: 50%;
    }

    .student_detail .fore1 h2 {
        font-size: 0.35rem;
        color: #333;
        margin-bottom: 0.1rem;
    }

.student_detail .fore2 li {
    height: 1rem;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    font-size: 0.3rem;
    padding: 0 0.3rem;
    align-items: center;
}

    .student_detail .fore2 li p {
        flex: 1;
    }

    .student_detail .fore2 li span {
        color: #333;
        width: 1.6rem;
    }

    .student_detail .fore2 li .call_phone {
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 0.3rem;
        border-left: 1px solid #e0e0e0;
        margin-right: -0.3rem;
    }

        .student_detail .fore2 li .call_phone:active {
            background-color: #f5f5f5;
        }

/*教学日程*/
.switch_time_scrol {
    position: fixed;
    height: 0.8rem;
    background-color: #f5f5f5;
    overflow: hidden;
    width: 100%;
    z-index: 9999;
    left: 0;
    top: 1rem;
    border-bottom: 1px solid #e0e0e0;
}

    .switch_time_scrol ul {
        position: absolute;
        left: 0;
        font-size: 0;
        white-space: nowrap;
        min-width: 100%;
    }

    .switch_time_scrol li {
        display: inline-block;
        font-size: 0.28rem;
        line-height: 0.8rem;
        width: 20%;
        text-align: center;
    }

    .switch_time_scrol.two_li li {
        width: 50%;
    }

    .switch_time_scrol li.active {
        color: #4f9cfb;
        position: relative;
        font-weight: bold;
    }

.schedule_cont_list li {
    padding: 0.3rem;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
}

    .schedule_cont_list li .left {
        padding-right: 0.2rem;
    }

    .schedule_cont_list li .right {
        flex: 1;
    }

    .schedule_cont_list li .time > div {
        text-align: right;
        color: #4f9cfb;
    }

    .schedule_cont_list li:nth-child(even) {
        background-color: #f5f5f5;
    }

    .schedule_cont_list li h2 {
        font-size: 0.3rem;
        color: #333;
    }

    .schedule_cont_list li span {
        display: block;
        color: #999;
    }
/*分组研讨*/
.workshop {
    background-color: #fff;
}

    .workshop li {
        border-bottom: 1px solid #e0e0e0;
        padding: 0.2rem;
        color: #999;
    }

        .workshop li h2 {
            font-size: 0.32rem;
            color: #333;
            color: #4f9cfb;
        }

        .workshop li div {
            margin-top: 0.1rem;
            display: flex;
        }

            .workshop li div b {
                color: #333;
                flex-shrink: 0;
                width: 1.3rem;
            }

/*班级通知*/
.class_notice li {
    border-bottom: 1px solid #e0e0e0;
    padding: 0.2rem;
    color: #333;
    position: relative;
}

    .class_notice li h2 {
        font-size: 0.3rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-weight: bold;
    }

    .class_notice li span {
        display: block;
        text-align: right;
        color: #999;
        margin-top: 0.1rem;
    }

    .class_notice li.already_read h2 {
        font-weight: normal;
        color: #666;
    }

.class_notice_detail {
    padding: 0.3rem;
}

    .class_notice_detail h2 {
        font-size: 0.4rem;
        font-weight: bold;
        color: #333;
        text-align: center;
    }

    .class_notice_detail p {
        margin-top: 0.2rem;
        font-size: 0.3rem;
        line-height: 0.5rem;
    }

/*教学资料*/
.material_list {
    min-height: calc(100% - 1rem);
    background-color: #fff;
}

    .material_list li {
        display: flex;
        border-bottom: 1px solid #e0e0e0;
        background-color: #fff;
    }

        .material_list li:nth-child(even) {
            background-color: #f5f5f5;
        }

        .material_list li h2 {
            /*font-size: 0.3rem;*/
            color: #333;
            flex: 1;
            word-break: break-all;
            padding: 0.2rem;
        }

        .material_list li .download {
            padding: 0 0.2rem;
            width: 1rem;
            border-left: 1px solid #e0e0e0;
            display: flex;
            align-items: center;
        }

/*上传头像*/
.upload_pic {
    padding: 1rem 0;
}

    .upload_pic .pto {
        width: 2.4rem;
        height: 2.4rem;
        border-radius: 50%;
        border: 3px solid rgb(79,207,201);
        position: relative;
        margin: 0 auto;
    }

        .upload_pic .pto input[type='file'] {
            width: 100%;
            height: 3rem;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 10;
            opacity: 0;
        }

        .upload_pic .pto img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

    .upload_pic .choose {
        background-color: rgb(79,207,201);
        color: #fff;
        font-size: 0.32rem;
        line-height: 0.6rem;
        width: 2.4rem;
        border-radius: 0.05rem;
        text-align: center;
        margin: 0.1rem auto 0;
    }
/*报名成功*/
.reg_success {
    text-align: center;
    padding: 30px 0;
}

    .reg_success h2 {
        font-size: 20px;
        font-weight: bold;
        margin-top: 5px;
    }

    .reg_success .account {
        padding: 10px;
    }

        .reg_success .account .item {
            display: flex;
            align-items: center;
            font-size: 16px;
            color: #888;
            min-height: 40px;
            padding-left: 36px;
        }

            .reg_success .account .item span {
                background-color: #fff;
                padding: 0 5px;
                color: #00bc71;
            }

            .reg_success .account .item:first-child {
                padding-left: 0;
                justify-content: center;
            }

            .reg_success .account .item img {
                width: 30px;
            }

    .reg_success .info {
        background-color: #fff;
        text-align: left;
        border-left: 3px solid #00bc71;
        margin: 30px 10px 10px;
        font-size: 16px;
        line-height: 30px;
        padding: 10px;
    }

        .reg_success .info h3 {
            line-height: 20px;
            font-weight: bold;
            color: #333;
        }

.tip_page {
    padding: 20px 0;
    height: 100%;
    background-color: #fff;
}

    .tip_page .img {
        text-align: center;
    }

    .tip_page .txt {
        font-size: 16px;
        padding: 20px 0;
        text-align: center;
    }

    .tip_page .back {
        display: block;
        text-align: center;
        padding: 10px 0;
        width: 50%;
        color: #fff;
        background: #1dab74;
        margin: 30px auto 0;
        border-radius: 5px;
        font-size: 16px;
    }
