footer {
	text-align: center;
	margin-top:64px;
	margin-bottom:50px;
	font-size: 14px; 
	color:#212529;
	font-weight: 300;
	opacity: 0.36;
}

footer a, footer a:hover, footer a:active {
            color:#212529;
            text-decoration: none;
            font-weight: 300;
        }

#header_navbar {
	margin-top:18px;
	margin-bottom:108px;
	line-height:50px;
}



#navbar_title, #navbar_title:hover, #navbar_title:active, #navbar_title:focus {
	font-size:24px;
	font-weight:400;
	vertical-align:middle;
	cursor: pointer;
	color: rgb(33, 37, 41);
	text-decoration: none;
}

#header_navbar a, #header_navbar a:hover, #header_navbar a:focus, #header_navbar a:active {
	color: rgb(33, 37, 41);
	text-decoration: none;
}

.login_outer_box {
	height: 100%;
	margin-left:auto; margin-right:auto; border:1px solid #ededed; border-radius:4px;min-height: 500px; padding:24px;
}

.login_outer_box h5 {
	text-align: center;font-weight: 400;margin-top:25px;
}

#menu_icon {
	float:right;
	font-size:24px;
	vertical-align:middle;
	clear:both;
	cursor: pointer;
}

.col {
	padding-left: 5px;
	padding-right: 5px;
}

#link_cells_big_box {
	padding-left:18px;
	padding-right:18px;
}

#school_text {
	font-size: 24px;
	margin-left: 24px;
	vertical-align: text-bottom;
}

a:hover {
	text-decoration: none;
	color: #007bff;
}

@media (min-width: 1660px) {
    #link_cells_big_box {
      max-width:1600px;
    }

    .col {
    	max-width:16.66667%;
    }
}

@media (min-width: 1200px) and (max-width: 1659.99px) {
    #link_cells_big_box {
      max-width:1280px;
      max-width:min( 1280px, calc(100% - 72px) );
    }
}

@media (min-width: 992px) and (max-width: 1199.99px) {
    #link_cells_big_box {
      max-width:960px;
      max-width:calc(100% - 36px);
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {
    #link_cells_big_box {
    	max-width:720px;
    	max-width:calc(100% - 36px);
    }
}

@media (min-width: 576px) and (max-width: 767.99px) {
    #link_cells_big_box {
      max-width:540px;
    }

    #school_text {
        display: block;	
        margin-left: 2px;
        margin-top: 3px;
        white-space: nowrap; /* 确保文本在一行内显示 */
		overflow: hidden;    /* 隐藏超出部分 */
		text-overflow: ellipsis; /* 显示省略号 */
    }
}

@media (max-width: 575.99px) {
    #school_text {
        display: block;	
        margin-left: 2px;
        margin-top: 3px;
        white-space: nowrap; /* 确保文本在一行内显示 */
		overflow: hidden;    /* 隐藏超出部分 */
		text-overflow: ellipsis; /* 显示省略号 */
    }
}

#link_cells_big_box h2 {
	margin-bottom: 24px;
	margin-top: 36px;
}

.link_cell {
	display:inline-block;
	background-color:rgb(248, 249, 250);
	border-radius:6px;
	color:rgb(33, 37, 41);
	margin-bottom: 9px;
	line-height: 100px;
	height: 100px;
	width: 100%;
	padding-left: 18px;
	padding-right: 18px;
}

.link_cell a, .link_cell a:hover, .link_cell a:active, .link_cell a:focus {
	color: rgb(33, 37, 41);
}

.link_cell img {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.right_lc {
   display: inline-block;
   vertical-align: middle;
   line-height: 1;
   width: calc(100% - 30px);
   padding-left: 9px;
}

.right_lc h3 {
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	text-align: left;
	margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    /*display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
}

.right_lc small {
	display: block;
	font-size: 85%;
	overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.right_lc h3 {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.right_lc small {
	word-break: break-all;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.modal-body .form-group label {
	font-weight: 600;
	font-size: 13px;
}

.link_cell a {
	padding-top: 32px;
	padding-bottom: 32px;
}

div.link_cell.new_link {
	font-size: 26px;
	cursor: pointer;
}

#button-new-group {
	margin-top: 36px;
	margin-bottom: 108px;
}

#link_cells_big_box h2 i {
	cursor: pointer;
}

.form-group-zhuanfou-action {
	margin-top: 72px;
	text-align: right;
}

#logo-box img {
    width: 36px;
    height: 36px;
    cursor: pointer;
    border: 3px solid white;
}

#logo-box img:hover {
    border: 3px dotted rgb(0, 123, 255);
}

#logo-selected {
	width: 36px;
	height: 36px;
	float: left;
	margin-top: 7px;
	margin-left: 7px;
	border: 3px dotted white;
}

#logo-box {
	color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 5px;
    padding-top:64px;
}

.zf-logo-func-button {
	float:right;
	margin-top:9px;
	margin-right:7px;
}

.delete-this-logo {
    width: calc(100% - 70px);
    margin-left: 30px;
}

#logo_file_zfinput {
	outline:none;
	margin-bottom:12px;
	margin-top:12px;
}

#loading_box {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: center;
	background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    padding-top: 308px;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-left:auto;
    margin-right: auto;
    animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#zhuanfou_logo {
	height:42px;
	vertical-align:middle;
	cursor: pointer;
}



#link_cells_big_box {
	padding-top:108px;
}

p.webvpn-notice {
	font-weight: 200;
	padding: 24px;
}

#login-pills {
	position: absolute; 
	bottom: 30px;
	left: 0px;
/*	cursor: pointer;*/
	font-size: 15px;
	width: 100%;
	padding-left:10%;
	padding-right: 10%;
	text-align: center;
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none;    /* Firefox */
	-ms-user-select: none;     /* IE/Edge */
	user-select: none;         /* 标准语法 */
}

#login-pills span.login_second_line {
	color: #007bff;
	cursor: pointer;
}

#login-pills span.login_first_line {
	white-space: nowrap; /* 确保文本在一行内显示 */
	overflow: hidden;    /* 隐藏超出部分 */
	text-overflow: ellipsis; /* 显示省略号 */
	max-width: 100%;
	display: block;
}

#diy_login_form {
	width: 80%;margin-left:auto;margin-right: auto;
}

#oauth_login_button button{
    display: block;
    width: 80%;
    margin-left:auto;
    margin-right: auto;
}