.content {
    /*min-height: 750px !important;*/
}

.content .layui-form-item {
    margin-bottom: 0 !important;
}

.container {
    background: url("../img/jxjy.png") no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 25px;
    box-sizing: border-box;
}

.container h3 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 18px;
}

.container p {
    padding: 25px 20px;
    font-size: 20px;
    border-radius: 6px;
    margin-bottom: 12px;
    font-weight: bold;
}

.container p span {
    color: #FF0000;
}

.container p span a {
    color: #3072D0;
}

.edu-category {
    display: flex;
    justify-content: space-between;
}

.edu-category img {
    margin-bottom: 20px;
}

.edu-category a {
    width: 210px;
    height: 210px;
    background: #ffffff;
    color: #222222;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 0 7px 0 #F1F1F1;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    padding: 30px
}

/**选课**/
.selectors {
    padding: 30px 15px;
    background: #ffffff;
    margin-top: 30px;
    box-shadow: 0 0 7px 0 rgba(241, 241, 241, 0.7);;
}

.selectors label {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    width: auto;
}

.selectors .layui-form-item > .layui-input-inline {
    width: 235px;
}

.continue-notice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
}

th {
    font-weight: bold !important;
}

.layui-this {
    background: #199FFF !important;
}

.layui-this:after {
    border-bottom: 4px solid #199FFF !important;
}

.table-list {
    width: 100%;
    font-size: 16px;
}

.table-list th {
    font-weight: 400;
}

.table-list tr {
    border-bottom: 1px solid #EBEEF5;
    height: 50px;
}

.table-list td {
    text-align: center;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #199FFF !important;
    background-color: #199FFF !important;
    color: #fff !important;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #199FFF;
    color: #fff;
}

.select-info {
    height: 100px;
    background: #199FFF;
    color: #FFFFFF;
    font-size: 20px;
    opacity: 0.9;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.select-info .layui-btn:hover {
    opacity: unset;
}

.select-info .common-width {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 100px;
}

.select-info .common-width span {
    margin-right: 100px;
}

.select-info i {
    color: #FF0000;
    font-style: normal;
}

/**发票弹窗**/
.invoice-container {
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}

.invoice-warning {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    background-color: #FEF0F0;
    color: #F56C6C;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 30px;
}

.invoice-flex {
    display: flex;
}

.invoice-flex input + select + div {
    margin-left: 10px;
    width: 350px;
}

.invoice-button {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.invoice-button button {
    min-width: 10em;
}

/**公需课**/
.public-row {
    padding: 1rem;
    border-width: 1px;
    border-radius: .5rem;
    cursor: pointer;
    display: flex;
    box-sizing: border-box;
    border-style: solid;
    border-color: #e5e7eb;
}

.public-item-this .public-row {
    border-color: #2ac2ff;
    background-color: #f8fdff;
}

.public-item img {
    width: 160px;
    max-height: 160px;
    object-fit: cover;
    border-radius: .375rem;
}

.public-right {
    margin-left: 1.25rem;
}

.public-title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 1.75rem;
}

.public-info {
    color: #666666;
    font-size: 1rem;
    line-height: 1.5rem;
}

.public-button {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.public-empty {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
}
