@-moz-document url-prefix() {
    fieldset { display: table-cell; }
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

.pindex-logo {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .pindex-logo .img-bg {
        margin: 0 auto; 
    }

    .pindex-logo .menu-btn {
        display: none;
    }

    .pindex-logo .menu-list,
    .mtab-content {
        display: none;
    }

    @media only screen and (max-width: 767px) {

        h2,
        p {
            padding: 0;
            margin: 0;
        }

        .pindex-logo .img-bg {
            height: auto;
        }

        .menu-list,
        .page-header {
            display: none;
        }

        .mtab-content {
            display: block;
        }

        .nav-tab {
            padding-top: 6px !important;
            padding-bottom: 0 !important;
        }

        .tab-content {
            display: none;
        }

        .mtab-content {
            text-align: center;
            padding-bottom: 14px;
            border-bottom: 1px solid #E4E4E4;
            margin-bottom: 19px;
        }

        .mtab-content h2 {
            font-weight: 500;
            font-size: 18px;
            color: #303030;
            display: flex;
            margin-bottom: 8px;
        }

        .mtab-content h2 span {
            line-height: 23px;
            text-align: center;
            margin-left: 10px;
            padding-right: 33px;
        }

        .mtab-content small {
            font-weight: 400;
            color: #303030;
        }

        .main .container {
            width: 100% !important;
        }

        .pcont {
            margin: 8px 0 14px 0;
        }
    }
.emtpy-student{
			font-size: 12px;
			text-align: center;
			width: 100%;
            margin-top:100px;
		} 
    .desc {
        overflow: hidden;
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        background: white;
        padding: 15px;
        border-radius: 8px;
    }
    .desc-row {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .row-item {
        flex: 1 1 calc(50% - 15px);
        min-width: 250px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 10px;
    }
    .row-lable {
        text-align: right;
        margin-right: 10px;
        color: #9f9fa1;
        width: 100px;
        flex-shrink: 0;
    }
    .row-lable1 {
        text-align: right;
        width: 110px;
        flex-shrink: 0;
        margin-right: 10px;
    }
    .row-item input {
        padding: 8px 12px;
        flex: 1;
        min-width: 150px;
        background: #e1e1e3;
        border: 1px solid #ddd;
        /*border-radius: 4px;*/
        font-size: 14px;
    }
    .row-content {
        flex: 1;
        min-width: 150px;
        word-break: break-word;
    }
    .red {
        color: red;
    }
    .select{
    	margin: 0 auto;
	    width: 80px;
	    line-height: 30px;
	    text-align: center;
	    color: white;
	    background: #0f4ea2;
	    font-size: 12px;
	    margin-top: 30px;
	    cursor: pointer;
    }
    .select1{
    	margin: 0 auto;
	    width: 80px;
	    line-height: 30px;
	    text-align: center;
	    font-size: 12px;
	    margin-top: 100px;
	    color:#949597;
    }
    .select2{
    	margin: 0 auto;
	    line-height: 30px;
	    text-align: center;
	    font-size: 12px;
	    margin-top: 100px;
    	color: #77944f;
    }
    
    /* 手机端适配 */
    @media (max-width: 600px) {
        .desc-row {
            flex-direction: column;
            gap: 10px;
        }
        .row-item {
            flex: 1 1 100%;
            min-width: 100%;
        }
        .row-lable, .row-lable1 {
            text-align: left;
            width: 100%;
            margin-bottom: 5px;
        }
        .row-item input {
            width: 100%;
        }
    }
    .divider {
        border-top: 1px dashed #ccc;
        margin: 20px 0;
    }