.homeIndex {
    width: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    padding-bottom: 50px;
}

/* banner */
.indexBanner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 9%;
    background-image: var(--theme-banner-background);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}

.indexBanner__header {
    width: 100%;
    height: 110px;
}

.indexBanner__header__content {
    width: 100%;
    height: 100%;
}

.indexBanner__bottom {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.indexBanner__left {
    width: calc(100% - 480px);
    height: 412px;
    position: relative;
}

.indexBanner__left__mode {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    pointer-events: none;
}

.indexBanner__right {
    width: 430px;
    height: 412px;
    box-sizing: border-box;
    padding: 40px 50px;
    background: #fff;
    margin-left: 50px;
}

.indexBanner__right__title {
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: var(--theme-color);
    font-weight: 500;
}

.indexBanner__right__img {
    width: 100%;
    height: 16px;
    margin: 30px 0;
}

.indexBanner__right__input {
    margin-bottom: 20px;
}

.indexBanner__right div.indexBanner__right__input:nth-last-child(2) {
    margin-bottom: 0;
}

.indexBanner__right__input input {
    width: 100%;
    height: 40px;
    border: 1px solid var(--theme-color);
    box-sizing: border-box;
    padding: 0 14px;
}

.indexBanner__right__btn {
    width: 220px;
    height: 40px;
    background: var(--theme-color);
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 30px;
}

.indexBanner__right__mo {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 20px;
}

.indexBanner__right__mo__box {
    display: block;
    width: 100%;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 25px 20px;
}

.indexBanner__right__mo__divider {
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    position: relative;
    margin-top: 20px;
    margin-bottom: 24px;
}

.indexBanner__right__mo__divider__img {
    padding: 0 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
}

.indexBanner__right__mo__divider__img img {
    width: 16px;
    height: 16px;
}

.indexBanner__right__mo__title {
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: var(--theme-color);
}

.indexBanner__right__mo__input {
    margin-bottom: 20px;
}

.indexBanner__right__mo div.indexBanner__right__mo:nth-last-child(2) {
    margin-bottom: 0;
}

.indexBanner__right__mo__input input {
    width: 100%;
    height: 40px;
    border: 1px solid var(--theme-color);
    box-sizing: border-box;
    padding: 10px;
}

.indexBanner__right__mo__btn {
    width: 144px;
    height: 33px;
    font-size: 13px;
    background: var(--theme-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 30px;
}

.indexBanner__mo {
    position: relative;
}

.indexBanner__mo__header {
    width: 100%;
    height: 88px;
    position: absolute;
    left: 0;
    top: 0;
}


/* 主要栏目1 */
.indexLaw {
    width: 100%;
    box-sizing: border-box;
    padding: 0 9%;
    margin: 50px 0;
}

.indexLaw__title {
    width: 100%;
    height: 54px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18PX;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 0 20PX;
}


.indexLaw__title__right a {
    font-size: 12PX;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.indexLaw__title__right img {
    width: 4px;
    height: 6px;
    margin-left: 10px;
}

.indexLaw__list {
    width: 100%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding: 20px;
}

.indexLaw__list__item {
    display: flex;
    align-self: flex-start;
    margin-bottom: 20px;
}

.indexLaw__list__item__img {
    width: 120px;
    height: 88px;
    margin-right: 20px;
    object-fit: cover;
}

.indexLaw__list__item__text {
    width: calc(100% - 380px);
}

.indexLaw__list__item__text__title {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 14px;
}

.indexLaw__list__item__text__detail {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666666;
}

.indexLaw__list__item__date {
    width: 240px;
    text-align: right;
    font-size: 14px;
    color: #666666;
}


/* 主要栏目2和主要栏目3 */
.indexLawStandard {
    width: 100%;
    box-sizing: border-box;
    padding: 0 9%;
    display: flex;
}

.indexLawStandard__left {
    width: calc(50% - 20px);
    margin-right: 20px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

.indexLawStandard__right {
    width: calc(50% - 20px);
    margin-left: 20px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

.indexLawStandard__title {
    width: 100%;
    height: 54px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18PX;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 0 20PX;
}


.indexLawStandard__title__right a {
    font-size: 12PX;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.indexLawStandard__title img {
    width: 4px;
    height: 6px;
    margin-left: 10px;
}

.indexLawStandard__list {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.indexLawStandard__list__item {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #D8D8D8;
}

.indexLawStandard__list__item__title {
    color: #000;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexLawStandard__list__item__date {
    text-align: right;
    font-size: 14px;
    color: #666666;
}

/* 课程中心 */
.indexVideoPc {
    width: 100%;
    box-sizing: border-box;
    padding: 0 9%;
    margin-top: 50px;
}

.indexVideoPc__header {
    width: 100%;
    height: 54px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18PX;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 0 20PX;
}

.indexVideoPc__header__right a {
    font-size: 12PX;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.indexVideoPc__header__right img {
    width: 4px;
    height: 6px;
    margin-left: 10px;
}

.indexVideoPc__list {
    width: 100%;
    height: 248px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
}

.indexVideoPc__list__scroll {
    display: flex;
    box-sizing: border-box;
    padding: 30px 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.indexVideoPc__list__item {
    width: 240px;
    margin-right: 20px;
}

.indexVideoPc__list__item__img {
    width: 240px;
    height: 160px;
    object-fit: cover;
}

.indexVideoPc__list__item__title {
    font-size: 14px;
    color: #000;
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indexVideoMo {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 25px;
    background: #FFFFFF;
    margin-top: 35px;
}

.indexVideoMo__header {
    width: 100%;

    margin-bottom: 15px;
}

.indexVideoMo__header a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indexVideoMo__header__left {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.indexVideoMo__header img {
    width: 5px;
    height: 8px;
}

.indexVideoMo__list__item {
    width: 100%;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.indexVideoMo__list__item__pic {
    position: relative;
}

.indexVideoMo__list__item__play {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.indexVideoMo__list__item__img {
    width: 100%;
    height: auto;
    aspect-ratio: 67 / 37;
    border-radius: 5px 5px 0 0;
    object-fit: cover;
}

.indexVideoMo__list__item__title {
    width: 100%;
    font-size: 15px;
    color: #000;
    margin-top: 15px;
    box-sizing: border-box;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 移动端的主要栏目1、主要栏目2、主要栏目3 */
.indexLawMo {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 25px;
    background: #FFFFFF;
}

.indexLawMo__head {
    width: 100%;
    height: 44px;
    display: flex;
}

.indexLawMo__head__item,
.indexLawMo__head__active {
    width: 33.33%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #666666;
}

.indexLawMo__head__active {
    color: #000;
    font-weight: 500;
    font-size: 17px;
    position: relative;
}

.indexLawMo__head__active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 20%;
    height: 5px;
    background-color: var(--theme-color);
    transform: translateX(-50%);
    border-radius: 2px;
}

.indexLawMo__body {
    width: 100%;
    margin-top: 22px;
}

.indexLawMo__body__list {
    width: 100%;
}

.indexLawMo__body__list__content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.indexLawMo__body__list__content>a {
    flex: 0 0 calc(50% - 8px);
}

.indexLawMo__body__item {
    width: 100%;
}

.indexLawMo__body__item__img {
    width: 100%;
    height: auto;
    aspect-ratio: 32/23;
    margin-bottom: 10px;
    border-radius: 5px;
    object-fit: cover;
}

.indexLawMo__body__item__title {
    width: 100%;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.indexLawMo__body__list__btn {
    width: 144px;
    height: 33px;
    background: var(--theme-color);
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #FFFFFF;
    margin-top: 25px;
}

.indexLawMo__body__list__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}

@media screen and (min-width:1000px) {
    body {
        font-size: 14px;
    }

    .indexVideoPc,
    .indexBanner__right {
        display: block;
    }

    .indexLawMo,
    .indexVideoMo,
    .indexBanner__left__mode,
    .indexBanner__right__mo {
        display: none;
    }
}

@media screen and (max-width:999px) {
    .indexBanner {
        width: 100%;
        background: none;
        padding: 0;
        position: relative;
    }

    .indexBanner__header {
        width: 100%;
        height: 60px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
    }

    .indexBanner__left__mode {
        display: block;
    }

    .indexBanner__header__content {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .indexBanner__bottom {
        display: block;
        margin-top: 0;
    }

    .indexBanner__left {
        width: 100%;
    }

    .indexLaw,
    .indexLawStandard,
    .indexBanner__right {
        display: none;
    }

    .indexLawMo,
    .indexBanner__right__mo {
        display: block;
    }

    .indexVideoPc {
        display: none;
    }

    .indexVideoMo {
        display: block;
    }


    /** TODO **/
    body {
        font-size: 13px;
    }
}