
body {
    background-color: #fff;
}


.layui-btn {
    background-color: #960000 !important;
    color: #fff !important;
}

.index-lbt {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
}

.head-box {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, #760407, transparent);
    border: none;
    z-index: 99;
}

.head-box-inner {
    padding-top: 10px;
    height: 60px;
    display: flex;
    justify-content: space-between;
}

.index-logo {
    float: left;
    height: 40px;
    padding: 5px 0;
}

.index-logo img {
    height: 40px;
}

.index-title {
    float: left;
    height: 40px;
    line-height: 50px;
    font-size: 16px;
    color: white;
    padding: 0 10px;
    text-align: left;
}

.index-menu {
    float: left;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    color: white;
    padding: 0 10px;
    text-align: left;
    cursor: pointer;
}

.index-menu-active {
    font-weight: bold;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

.index-info {
    height: 40px;
    line-height: 50px;
    font-size: 16px;
    text-align: right;
    color: #fff;
}

.index-info span {
    padding: 0 10px;
    cursor: pointer;
}

#mainCarousel {
    z-index: 1;
}

.search-bar {
    width: 100%;
    height: 120px;
    line-height: 120px;
    text-align: center;
}

.search-bar input {
    width: 30%;
    height: 38px;
    border-color: #CCCCCC;
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    padding: 0px 10px;
}

.search-bar .layui-btn {
    height: 40px;
    border: none;
    border-radius: 5px;
    background-color: #94070a;
    margin-left: 15px;
}

.item-title {
    color: #94070a;
    font-size: 24px;
}

.under-line {
    margin-top: 10px;
    height: 1px;
    background-color: #CCCCCC;
    width: 98%;
}

.kclx-card {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    text-align: center;
    color: #333333;
    cursor: pointer;
}

.kclx-card img {
    width: 60%;
    margin-top: 10px;
    border-radius: 10px;
}

.kclx-card .kclx-label {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 0px;
}

.kclx-selected {
    background-color: #8b020242;
    border-radius: 10px;
    text-align: center;
    color: #8b0202 !important;
}

/** 日历 **/
#hdrl {
    text-align: center;
}

#hdrl .layui-laydate {
    width: 100%;
}

#hdrl .layui-laydate-content table {
    width: 100%;
}

#hdrl .layui-laydate-main {
    width: 100%;
    margin-top: 20px;
}

#hdrl .layui-laydate, .layui-laydate-hint {
    border: none;
    box-shadow: none;
}

#hdrl .layui-laydate-content td, .layui-laydate-content th {
    width: 45px;
    height: 32px;
    padding: 5px;
    text-align: center;
}

#hdrl .laydate-set-ym {
    font-size: 18px;
    font-weight: bold;
}

#hdrl .layui-laydate .layui-this {
    background-color: #94070a !important;
    color: #fff !important;
}

.laydate-day-prev {
    font-size: 14px;
}

.laydate-day-next {
    font-size: 14px;
}

.laydate-day-mark {
    font-size: 14px;
}

.laydate-day-mark::after {
    right: 20px;
}

/*课程推荐*/
.split {
    height: 10px;
    display: flex;
    width: 100%;
}

.split-left {
    width: 20px;
    height: 5px;
    background-color: #94070a;
    border-radius: 10px;
}

.split-right {
    width: 10px;
    height: 5px;
    background-color: #94070a;
    margin-left: 10px;
    border-radius: 10px;
}

.kctj-title {
    display: flex;
    line-height: 40px;
    height: 40px;
    justify-content: space-between;
    font-size: 20px;
    font-weight: bold;
    color: #94070a;
}

.kctj-title button {
    height: 30px;
    line-height: 30px;
    background: linear-gradient(270deg, #d77575, #94070a);
    font-weight: 400;
}

.kctj-title i {
    font-size: 14px;
}

.kc-card {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    display: flex;
    height: 180px;
    cursor: pointer;
}

.kc-card .kcmc {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #1C2023;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.kc-card .kcdd {
    color: #979DAB;
    margin-top: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.kc-card .bmsj {
    color: #5D6371;
    margin-top: 5px;
}

.kc-card .kcsj {
    color: #688C00;
    margin-top: 5px;
}

.kc-card .kcxs {
    font-size: 12px;
    margin-top: 5px;
    color: #fff;
    background-color: #999999;
    border-radius: 16px;
    padding: 5px 10px;
}

.kc-card .jpkc {
    font-size: 12px;
    margin-top: 5px;
    margin-left: 10px;
    color: #fff;
    background-color: #FE7F32;
    border-radius: 16px;
    padding: 5px 10px;
}

.kc-card .kczt {
    font-size: 12px;
    margin-top: 5px;
    margin-left: 10px;
    color: #fff;
    background-color: #94070a;
    border-radius: 16px;
    padding: 5px 10px;
}

.kc-card-left {
    flex: 0;
}

.kc-card-left img {
    width: 120px;
    height: calc(120px * 0.75);
    margin: 20px;
    border-radius: 15px;
}

.kc-card-right {
    flex: 1;
    padding: 10px;
}

/*风采展示*/
.fczs {
    background: #F6F6F6;
    width: 100%;
    margin-top: 20px;
    position: relative;
    min-height: 400px;
}

.fczs-bg {
    position: absolute;
    width: 100%;
    bottom: 0px;
    opacity: 0.1;
    border-radius: 50px;
}

.swiper {
    --swiper-theme-color: #ff6600; /* 设置Swiper风格 */
    --swiper-navigation-color: #000; /* 单独设置按钮颜色 */
    --swiper-navigation-size: 20px; /* 设置按钮大小 */
}

.swiper-button-prev:after {
    font-size: 20px !important;
    color: #fff;
}

.swiper-button-prev {
    background-color: #0000004a;
    text-align: center;
    line-height: 30px;
    left: 0px !important;
}

.swiper-button-next:after {
    font-size: 20px !important;
    color: #fff;
}

.swiper-button-next {
    background-color: #0000004a;
    text-align: center;
    line-height: 30px;
    right: 0px !important;
}

.swiper-button-prev-jpkc:after {
    content: 'prev';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 2.5;
    font-size: 20px !important;
    color: #fff;
}

.swiper-button-prev-jpkc {
    background-color: #0000004a;
    text-align: center;
    line-height: 30px;
    left: 0px !important;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 280px;
    z-index: 9;
}

.swiper-button-next-jpkc:after {
    content: 'next';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 2.5;
    font-size: 20px !important;
    color: #fff;
}

.swiper-button-next-jpkc {
    background-color: #0000004a;
    text-align: center;
    line-height: 30px;
    right: 0px !important;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 280px;
    z-index: 9;
}

.swiper-wrapper {
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.fczs-rq {
    background-color: #8b02029c;
    width: 80px;
    height: 80px;
    top: 0px;
    position: absolute;
    left: 20px;
}

.fczs-day {
    margin-top: 10px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
}

.fczs-month {
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.fczs-tp {
    width: 100%;
    /*background-image: url("../images/full/1.png");*/
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    text-align: center;
}

.fczs-bottom {
    height: 40px;
    background-color: #fff;
    padding: 10px;
}

.fczs-line {
    width: 100px;
    height: 3px;
    background: #8b0202;
}

.fczs-kcmc {
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*新闻*/

#tzgg-dlg {
    background-image: url(../images/jpkc-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    height: 100%;
}

.tzgg-left-top {
    background-image: url(../images/jpkc-left-top.png);
    position: absolute;
    width: 300px;
    height: 300px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    opacity: 0.5;
}

.tzgg-right-bottom {
    background-image: url(../images/jpkc-right-bottom.png);
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 60%;
    height: 60%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

#tzgg-bt {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    z-index: 99;
}

#tzgg-nr {
    text-align: justify;
    text-justify: inter-ideograph;
    text-indent: 2em;
    letter-spacing: 4px;
    font-weight: 500;
    line-height: 25px;
    z-index: 99;
    position: relative;
}

#tzgg-content {
    margin: 30px;
    position: absolute;
    width: 95%;
    height: 90%;
    overflow-y: auto;
}

/*footer*/
.foot-box {
    padding: 60px 0;
    background-color: #760407;
    width: 100%;
    text-align: center;
    color: white;
    z-index: 999;
    height: 60px;
    background-image: url(../images/foot-bg.png);
}

.login-box {
    padding: 10px 10px;
    border: solid 1px #eee;
    border-top: solid 4px #94070a;
    box-shadow: 0 1px 16px 0 #ccc;
}

.login-box-head {
    height: 40px;
    line-height: 40px;
    color: #94070a;
    font-size: 24px;
    padding-bottom: 30px;
    text-align: center;
}

.yqlj-title {
    text-align: center;
    font-weight: bold !important;
    color: #94070a;
}

.layui-elem-field {
    border-color: #dddcdc;
}

.yqlj-card {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    height: 50px;
    position: relative;
    cursor: pointer;
    background-color: #c5a2a273;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
}

.yqlj-text {
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

#pjpygs-bg {
    background-image: url("../images/full/2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    height: 300px;
}

.pjpy-table-content {
    position: relative;
    margin-top: -100px;
    background-color: #fff;
    width: 100%;
    z-index: 9;
    min-height: 600px;
    position: relative;
    border-top-style: solid;
    border-top-width: 8px;
    border-top-color: #1b5b44;
}

.pjpy-title {
    color: #1b5b44;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-top: 30px;
}

.pjpy-bottom-bg {
    height: 500px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    bottom: 0px;
    background-color: #f0f0f0;
    /*background-image: url(../images/foot-bg.png);*/
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}
