html{


}


body {
    font-family: 'Open Sans', Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    color: #333;
    min-height: 100vh;
}
input{
    font-size: 18px !important;
    line-height: 1.5;
}
textarea{
    font-size: 16px !important;
    line-height: 1.5;
}

.student-info {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.student-info:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.info-group {
    margin-bottom: 10px;
}

.info-group div {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.4;
}

.info-group div span {
    display: inline-block;
    min-width: 70px;
    font-weight: bold;
}

.edit-btn {
    width: 80px;
    color: #000;
}

.aydd{
    padding: 5px 15px;
    margin-right: 10px;
    border: 1px dashed #ccc;
    border-radius: 5px;
    font-size: 14px;
    float: left;
}
.khkd{
    display: flex;
    align-items: center;
    justify-content: space-between; /* 添加这个属性使内容在两边对齐 */
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.4;
}
.khkc{
    float: left;
}

input, textarea {
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
    line-height: 1.8em;
    -webkit-text-size-adjust: none; /* 禁止iOS调整字体大小 */
}

.xszuo{width: 54%; float: left;}
.xsyou{width: 45%;}
.xsdianh{padding-right: 4px;}

h2 {
    text-align: center;
    color: #535353;
    margin: 20px 0;
    white-space: nowrap;
    font-size: 20px;
}

form {
    max-width: 600px;
    margin: 20px 10px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 10px;
}

.form-group p{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-group legend {
    font-weight: bold;
}
.checkbox-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.checkbox-container label {
    flex: 1 1 33%; /* 每个label占33%的宽度 */
    max-width: 33%; /* 最大宽度为33% */
    box-sizing: border-box; /* 包括padding和border在内的总宽度 */
    padding: 5px; /* label的内边距 */
    font-size: 13px;
}



input,
select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.xuanze input, select {
    width: 10px;
}

fieldset {
    border: none;
    padding: 0;
}

legend {
    color: #333;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}

.eweima {
    display: flex;
    justify-content: space-between;
}

.eweima label {
    white-space: nowrap;
    display: flex;
    float: left;
    height: 35px;
    align-items: center;
}

.eweima input[type="radio"] {
    margin-right: 5px;
}


.info-container {
    border-radius: 8px;
    padding: 10px 20px 20px 0px;
    max-width: 400px;
    margin: 0 auto;
}

.required-asterisk {
    color: red;
    font-weight: bold;
    padding-right: 5px;
}


h3 {
    text-align: left;
    color: #555;
    margin-bottom: 20px;
}
.error, .success {
    text-align: center;
    margin: 10px 0;
}
.error {
    color: red;
}
.success {
    color: green;
}
label {
    display: block;
    margin-top: 10px;
}

.container {
    max-width: 600px;
    margin: 20px auto;
    background-color: #fff;
    padding: 10px 20px 2px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.pdl20{
    padding: 20px 0px 2px 0px;
}
.pl10{
    float: right;
}
.list-item {
    max-width: 600px;
    margin: 20px 10px 10px 10px;
    background-color: #fff;
    padding: 10px 20px 2px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.info {
    margin-bottom: 15px;
}

.info div {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.4;
}

.info div span {
    display: inline-block;
    min-width: 70px;
    font-weight: bold;
}

.buttons {
    justify-content: space-between;
    text-align: right;
    height: 33px;
}

button {
    padding: 2px 15px;
    margin-left: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
    transition: border-color 0.3s, color 0.3s;
}

button:hover {
    border-color: #007bff;
}
.header-image {
    width: 100%;
    height: auto;
    display: block;
}

.links-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}


.link-item {
    width: 100px;
    margin: 8px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.link-item p{
    line-height: 0px;
    white-space: nowrap;
}
a{
    text-decoration: none;
    color: #000000;
}


.icon {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
    fill: #333;
}
.comcontent{
    min-height: 439px
}

footer {
    border-top: 1px solid #c9c9c9;
    background-color: #fff;
    color: #898989;
    text-align: center;
    padding: 11px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

.footer-nav a {
    color: #898989;
    text-decoration: none;
    margin: 0 55px;
    font-size: 15px;
}

.footer-nav a:hover {
    text-decoration: underline;
}
.word-bottom-info{
    font-size: 13px;
    bottom: 0;
    padding: 0.2rem 0 4.4rem;
    left: 0;
    width: 100%;
    text-align: center;
    color: #a7a7a7;
}
.word-bottom-info img{
    width: 30px;
    padding-bottom: 8px;
}
.word-bottom-info p{
    line-height: .1rem;

}
.okimg{
    width: 30%;
    padding-top: 50px;
margin: 0 auto 20px;
display: block;
}
.pd202020{
    padding: 20px;
}
.info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.info-label {
    font-weight: bold;
}

.info-value {
    font-size: 1.1em;
    color: #555;
}

.image {
    width: 50%;
    max-width: 300px;
    height: auto;
    margin: 0 auto 20px;
    display: block;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.radio-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.radio-group label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.radio-group label input {
    margin-right: 10px;
}

.mg50{
    margin-right: 40%;
}

.info-text {
    background-color: #e9ecef;
    color: #495057;
    padding: 15px;
    font-size: 13px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}
.modal p{
    color: #ffffff;
    font-size: 22px;
    text-align: center;

}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-right: 9px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.tijiao {
    background-color: #006cdb;
    color: white;
    width: 100%;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: background-color 0.3s, box-shadow 0.3s;
}

.tijiao:hover {
    color: white;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.5);
}
.button.active {

    background-color:#ccc;
}
.dfaclo{

    background-color: #9b9c9c;
}
.modal-image {
    width: 100%;
    height: auto;
}

.search-container {
    width: 100%;
    max-width: 360px;
    margin: 20px auto;
    position: relative;
}

.searchxz {

    width: 95%;
    margin-top: 15px;
}


.search-input {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 34px;
}
input[type="text"].search-input:focus {
    border-color: #999 !important;
}

.search-btn {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 34px;
    background-color: #bbb;
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.cdfas {
    min-height: 100%;
    background: #202755 url(/assets/img/aimx.jpg) no-repeat center top / 100% auto;
}
.ajmx-comcontent{
    margin-top: 180px;
}
.ajmx-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.pm-bo20{
    padding-bottom: 20px;
    margin-bottom: 20px;

}

.ajmx-item {
    margin: 8px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    width: calc(50% - 2 * 8px); /* 每行两个按钮 */
    box-sizing: border-box;
    color: #ffffff;
    background:  url(/assets/img/aimxan.png) no-repeat center top / cover;

}
.ajmx-bt{
    margin: 8px;
    text-align: center;
    padding: 0px 10px 12px 10px;
    align-items: flex-start;
    width: calc(20% - 10 * 0px);
    font-weight: bold;
    overflow: visible;
    color: #ffffff;
    margin-top: 20px;
    background:  url(/assets/img/aimxbt.png) no-repeat bottom / 90% auto;
    flex-wrap: wrap;
    flex-direction: row;
}

.ajmx-item:hover {
    filter: brightness(1.2); /* 使图片变亮 */
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); /* 添加光描边效果 */
}

.ajmx-icon {
    width: 23%;
    height: auto;
    margin-right: 10px;
}

.ajmx-text-content {
    display: flex;
    flex-direction: column;
}

.ajmx-text-content h5 {
    font-size: 1em; /* 调整字体大小 */
    margin: 0;
}

.ajmx-text-content p {
    font-size: 0.6em; /* 调整字体大小 */
    margin: 0;
    color: #b6b6b6; /* 可以根据需要调整颜色 */
}

.sdfwegksd{
    background-color: #b71b22;
    color: white;
    width: 25%;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 10px;
    cursor: pointer;
    border: none;
    border-radius: 100px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: background-color 0.3s, box-shadow 0.3s;
}

/* CSS样式 */
.ivu-dropdown-rel {
    position: relative;
    display: inline-block;
    width: 90%;
}

.grammar {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.ivu-icon {
    margin-right: 8px;
    font-size: 30px;
}
.ivu-im{
    margin-left: 8px;
    font-size: 18px;
    font-weight: bold;
}

.ivu-dropdown-menu {
    display: none;
    position: absolute;
    width: 100%;
    height: 504px;
    margin-top: 5px;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 1px 10px 10px rgba(0,0,0,0.18), 0 5px 10px rgba(0,0,0,0.09);
    z-index: 1000;
}

.ivu-dropdown-item {
    cursor: pointer;
    padding: 8px 16px;
    margin-left: -30px;
    list-style-type: none;
}

.ivu-dropdown-item:hover {
    background-color: #f3f3f3;
}
.item-hd{
    font-weight: bold;
    color: #000000;
}
.item-bd{
    margin-top: 5px;
    color: #808695;
    white-space: normal;
}