/* 头部 */
.head {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #F2F2F2;
}
.header {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-logo {
    display: flex;
    height: 45px;
    align-items: center;
}
.header-logo-a {
    display: block;
    width: 268px;
    height: 45px;
}
.header-logo-a img {
    width: 100%;
    height: 100%;
}
/* 头部导航栏 */
.header-logo-content {
    height: 45px;
    display: flex;
    align-items: center;
    margin-left: 48px;
}
.header-logo-content-z {
    display: block;
    height: 45px;
    line-height: 45px;
    color: #333;
    position: relative;
    margin-right: 24px;
    font-size: 16px;
}
.header-logo-content-x {
    display: flex;
    align-items: center;
    height: 45px;
    margin-right: 24px;
    position: relative;
    cursor:pointer
}
.header-logo-content-x:hover span {
    color: #FF6E00;
}
.header-logo-content-x-text {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #333;
    position: relative;
}
.header-logo-content-x-img {
    width: 10px;
    height: 5px;
    margin-left: 4px;
}
.headerlogocolor {
    color: #FF6E00 !important;
    font-weight: bold;
}
.header-logo-content-z-heng {
    display: block;
    width: 20px;
    height: 3px;
    background: #FF6E00;
    border-radius: 2px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header-logo-content-z-img {
    width: 33px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translate(-50%, -50%);
}
.header-logo-open {
    z-index: 3;
    padding: 8px 0;
    width: 150px;
    height: 88px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position: absolute;
    display: none;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.header-logo-open-a {
    display: block;
    height: 36px;
    background: #FFF;
    text-align: center;
    line-height: 36px;
    color: #999;
}
.header-logo-open-a:hover {
    color: #FF6E00;
    background: #FFF1E7;
}



.header-login {
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-content-study {
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.login-shu {
    display: block;
    width: 1px;
    height: 16px;
    background: #666;
    margin-left: 20px;
    margin-right: 20px;
}
.login-signin-none {
    display: block;
}
.login-signin-no {
    display: block;
    width: 120px;
    height: 28px;
    background: #FFF1E7;
    border-radius: 18px;
    border: 1px solid #FF6E00;
    font-size: 16px;
    color: #FF6E00;
    line-height: 26px;
    text-align: center;
}
.login-signin-no:hover {
    background: #FF6E00;
    color: #F7F7F7;
}
.login-signin-block {
    display: none;
    position: relative;
}
.login-signin-block-a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.login-signin-block-a img {
    width: 100%;
    height: 100%;
}
.operation {
    position: absolute;
    top: 40px;
    left: -110px;
    width: 150px;
    height: 88px;
    padding: 8px 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.operation-user {
    width: 100%;
    height: 36px;
    color: #999;
    display: block;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
}
.operation-signout {
    width: 100%;
    height: 36px;
    color: #999;
    display: block;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
}
.operation-user:hover {
    background: #FFF1E7;
    color: #FF6E00;
}
.operation-signout:hover {
    background: #FFF1E7;
    color: #FF6E00;
}
/* 科目筛选搜索 */
.dropdownsearch {
    width: 1200px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.dropdownsearch-drop {
    height: 84px;
    position: relative;
}
.dropdownsearch-drop-a {
    height: 84px;
    display: flex;
    align-items: center;
}
.dropdownsearch-drop-a img {
    width: 24px;
    height: 24px;
}
.dropdownsearch-drop-a-text {
    display: block;
    font-size: 20px;
    color: #FF6E00;
    line-height: 84px;
    font-weight: 500;
    margin-left: 8px;
}
.dropdownsearch-down {
    display: none;
    z-index: 3;
    position: absolute;
    width: 160px;
    top: 70px;
    background: #fff;
    padding: 12px 0;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.dropdownsearch-down::before {
    content: '';
    width: 0;
    height: 0;
    border: 12px solid;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    border-color:  transparent transparent #fff;
}
.dropdownsearch-down-li {
    display: block;
    width: 160px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.thiscolor {
    background: #FFF1E7;
    color: #FF6E00;
}
.dropdownsearch-search {
    width: 967px;
    height: 36px;
    background: #F7F7F7;
    border-radius: 18px;
    display: flex;
    align-items: center;
}
.dropdownsearch-search-a img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.dropdownsearch-search-input {
    width: 800px;
    height: 100%;
    background: #F7F7F7;
    border: none;
    border-radius: 18px;
    margin-left: 10px;
    outline: none;
}
.dropdownsearch-search-input::placeholder {
    text-indent: 10px;
    color: #ccc;
}
/* 栏目的切换 */
.detailsnavigation {
    width: 100%;
    height: 60px;
    background: #FF6E00;
}
.detailsnav {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detailsnav-li {
    display: flex;
    height: 60px;
    line-height: 60px;
    align-items: center;
}
.detailsnav-li:hover {
    font-weight: bolder;
}
.detailsnav-li-img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.detailsnav-li-span {
    display: block;
    color: #fff;
    position: relative;
}
.detailsnav-li-heng {
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 2px;
    top: 47px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.detailsnavcolor {
    font-weight: bolder;
}
/* 面包屑 */
.details-crumbs {
    width: 1200px;
    height: 68px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.details-crumbs-span {
    display: block;
    height: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.details-crumbs-a {
    display: block;
    height: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.details-crumbs-dayu {
    display: block;
    height: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

/* 内容部分板块 */
.detailsplate {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.detailsplate-left {
    width: 880px;
    background: #FFFFFF;
}
.detailsplate-right {
    width: 300px;
    background: #FFFFFF;
}
/* 左板块 */
.plate-textsummary {
    width: 880px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 30px 40px;
}
.platesignup {
    width: 100%;
}
.platesignup-title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
}
.platesignup-title-shu {
    display: block;
    width: 5px;
    height: 26px;
    background: #FF6E00;
    border-radius: 4px;
}
.platesignup-title-p {
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    margin-left: 11px;
}
.platesignup-backimg {
    width: 100%;
    height: 192px;
    margin-top: 12px;
    padding: 0 30px;
    background: url("../image/onebackimg@2x.png") no-repeat bottom center;
    background-size: 800px 164px;
}
.platesignup-backimg-overlap {
    width: 100%;
    height: 192px;
    padding: 27px 34px 56px;
    background: url("../image/twobackimg@2x.png") no-repeat center;
    background-size: 740px 192px;
    display: flex;
    flex-wrap: wrap;
}
.detailsplate-left-signup-bottom-z {
    display: block;
    height: 24px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-right: 21px;
    margin-bottom: 10px;
}
.detailsplate-left-signup-bottom-z:hover {
    color: #FF6E00;
}
.detailsplate-left-signup-bottom-z:nth-child(13n) {
    margin-right: 0;
}
.palteleftcolor {
    color: #FF6E00 !important;
}
.platesignup-content {
    width: 100%;
    padding-top: 20px;
}
.platesignup-content-li {
    width: 100%;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #F2F2F2;
    margin-top: 10px;
    padding: 15px 16px 16px;
}
.platesignup-content-li-top {
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.platesignup-content-li-top-nav {
    height: 24px;
    display: flex;
    align-items: center;
}
.platesignup-content-li-top-nav img {
    width: 10px;
    height: 10px;
}
.platesignup-content-li-top-title {
    width: 620px;
    height: 24px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.platesignup-content-li-top-time {
    display: block;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}
.platesignup-content-li-bottom {
    width: 100%;
    height: 44px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.platesignup-content>a:hover .platesignup-content-li-bottom {
    color: #FF6E00;
}
.platesignup-content-li-button {
    width: 100%;
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
}
.platesignup-content-li-button-a {
    display: block;
    height: 28px;
    line-height: 28px;
    background: #F2F2F2;
    border-radius: 14px;
    color: #999;
    font-size: 14px;
    padding: 0 12px;
    margin-right: 16px;
    margin-top: 10px;
}
.platesignup-content-li-button-a:hover {
    color: #FF6E00;
    background: #FFF1E7;
}
.platesignup-content-li-button-a:last-child {
    margin-right: 0;
}
/* 分页器 */
.paging {
    width: 100%;
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ui-page {
    width: 28px;
    background: #F2F2F2;
    border-radius: 4px;
    color: #666666;
}
.ui-page-current {
    border: 1px solid #FF6E00 !important;
    color: #FF6E00 !important;
    background: #FFF1E7 !important;
}








/* tab文字切换 */
.tabcurriculum {
    width: 880px;
    padding: 0 40px 29px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 20px;
}
.tabcurriculum-top {
    width: 800px;
    height: 60px;
    border-bottom: 1px solid #F2F2F2;
    padding: 30px 0 6px;
    display: flex;
    align-items: center;
}
.tabcurriculum-top-title {
    display: block;
    height: 25px;
    font-size: 18px;
    color: #000000;
    line-height: 25px;
    position: relative;
    margin-right: 30px;
}
.tabcurriculum-top-title:hover {
    color: #FF6E00;
}
.tabcurriculum-top-title-heng {
    display: block;
    width: 20px;
    height: 3px;
    background: #FF6E00;
    border-radius: 2px;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tabcurriculum-top-color {
    font-weight: bold;
    color: #FF6E00 !important;
}
.tabcurriculum-bottom {
    padding: 5px 0 0;
}
.tabcurriculum-bottom-nav {
    width: 100%;
    display: none;
}
.tabcurriculum-bottom-li {
    width: 100%;
    display: flex;
}
.tabcurriculum-bottom-li-title {
    display: block;
    height: 24px;
    font-size: 16px;
    color: #FF6E00;
    line-height: 24px;
    margin-right: 20px;
    margin-top: 14px;
    white-space: nowrap;
}
.tabcurriculum-bottom-li-shu {
    width: 1px;
    height: 16px;
    background: #FF6E00;
    margin-top: 18px;
}
.tabcurriculum-bottom-li-content {
    display: flex;
    flex-wrap: wrap;
}
.tabcurriculum-bottom-li-content-text {
    display: block;
    height: 24px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-left: 20px;
    margin-top: 14px;
}
.tabcurriculum-bottom-li-content-text:hover {
    color: #FF6E00;
}
.tabtextcolor {
    color: #FF6E00 !important;
}
.tabtextblock {
    display: block;
}
/* a链接图片 */
.detailsplate-right-imgae {
    display: block;
    width: 300px;
    margin-bottom: 20px;
}
.detailsplate-right-imgae img {
    width: 100%;
}
/* 公众号 */
.detailsplate-right-public {
    width: 300px;
    height: 176px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 20px 38px 19px 25px;
    display: flex;
    justify-content: space-between;
}
.detailsplate-right-public-top {
    width: 112px;
    text-align: center;
}
.detailsplate-right-public-top-barcode {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    background: #ccc;
}
.detailsplate-right-public-top-barcode img {
    width: 110px;
    height: 110px;
}
.detailsplate-right-public-top-title {
    width: 112px;
    height: 24px;
    font-size: 16px;
    color: #FF6E00;
    line-height: 24px;
    margin-top: 3px;
}
.detailsplate-right-public-bottom {
    margin-left: 21px;
}
.detailsplate-right-public-bottom-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.detailsplate-right-public-bottom-li img {
    width: 14px;
    height: 14px;
}
.detailsplate-right-public-bottom-li-text {
    display: block;
    width: 84px;
    height: 20px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-left: 8px;
}
/* 图片 */
.detailsplate-right-bannerimg {
    width: 300px;
    height: 120px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 20px;
    background: #CCCCCC;
}
.detailsplate-right-bannerimg-a {
    display: block;
    width: 300px;
    height: 120px;
}
.detailsplate-right-bannerimg-a img {
    width: 300px;
    height: 120px;
}
/* 资料下载 */
.detailsplate-right-download {
    width: 300px;
    height: 428px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 20px;
    padding: 20px;
}
.detailsplate-right-download-top {
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detailsplate-right-download-top-title {
    display: flex;
    align-items: center;
    height: 28px;
}
.detailsplate-right-download-shu {
    width: 4px;
    height: 20px;
    background: #FF6E00;
    border-radius: 4px;
}
.detailsplate-right-download-text {
    height: 28px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    margin-left: 8px;
}
.detailsplate-right-download-top-more {
    width: 52px;
    height: 20px;
    background: #FFF1E7;
    border-radius: 12px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #FF6E00;
}
.detailsplate-right-download-top-more:hover {
    background: #FF6E00;
    color: #fff;
}
.detailsplate-right-download-bottom {
    width: 100%;
}
.detailsplate-right-download-bottom-li {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}
.detailsplate-right-download-bottom-li-img {
    width: 50px;
    height: 56px;
}
.detailsplate-right-download-bottom-li-img img {
    width: 50px;
    height: 56px;
}
.detailsplate-right-download-bottom-li-content {
    height: 56px;
    width: 198px;
}
.detailsplate-right-download-bottom-li-content-title {
    width: 198px;
    height: 20px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.detailsplate-right-download-bottom-li-content-text {
    width: 198px;
    height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}
.detailsplate-right-download-bottom-li-content-text-span {
    display: block;
    height: 17px;
    font-size: 12px;
    color: #ccc;
    line-height: 17px;
}
.detailsplate-right-download-bottom-li-content-text-button {
    display: block;
    width: 72px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #FF6E00;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #FF6E00;
}
.detailsplate-right-download-bottom-li-content-text-button:hover {
    background: #FF6E00;
    color: #fff;
}
/* 考试报名直达 */
.detailsplate-right-signup {
    width: 300px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 20px;
    padding: 20px 20px 19px;
}
.detailsplate-right-signup-top {
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
}
.detailsplate-right-signup-top-shu {
    display: block;
    width: 4px;
    height: 20px;
    background: #FF6E00;
    border-radius: 4px;
}
.detailsplate-right-signup-top-title {
    height: 28px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    margin-left: 8px;
}
.detailsplate-right-signup-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.detailsplate-right-signup-bottom-z {
    display: block;
    height: 24px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-top: 14px;
    margin-right: 25px;
}
.detailsplate-right-signup-bottom-z:hover {
    color: #FF6E00;
}
.detailsplate-right-signup-bottom::after {
    content: '';
    flex: auto;
}
.detailsplate-right-signup-bottom-z:nth-child(5n){
    margin-right: 0;
}
.tive {
    color: #FF6E00 !important;
}
/* 编辑推荐 */
.splateREdit {
    width: 300px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 20px;
    padding: 20px 20px 19px;
}
.splateREdit-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 28px;
}
.splateREdit-top-title {
    display: flex;
    align-items: center;
    height: 28px;
}
.splateREdit-top-title img {
    width: 20px;
    height: 20px;
}
.splateREdit-top-title-text {
    display: block;
    height: 28px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    margin-left: 8px;
}
.splateREdit-top-more {
    width: 52px;
    height: 20px;
    background: #FFF1E7;
    border-radius: 12px;
    text-align: center;
    line-height: 20px;
    color: #FF6E00;
    font-size: 12px;
}
.splateREdit-top-more:hover {
    background: #FF6E00;
    color: #fff;
}
.splateREdit-bottom {
    width: 100%;
}
.splateREdit-bottom-content {
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
    margin-top: 14px;
}
.splateREdit-bottom-content:hover .splateREdit-bottom-content-text {
    color: #FF6E00;
}
.splateREdit-bottom-content img {
    width: 10px;
    height: 10px;
}
.splateREdit-bottom-content-text {
    display: block;
    width: 242px;
    height: 24px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
/* 试题推荐 */
.splateRQuestions {
    width: 300px;
    height: 448px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 20px;
    padding: 20px 20px 19px;
}
.splateRQuestions-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 28px;
}
.splateRQuestions-top-title {
    display: flex;
    align-items: center;
    height: 28px;
}
.splateRQuestions-top-title img {
    width: 20px;
    height: 20px;
}
.splateRQuestions-top-title-text {
    display: block;
    height: 28px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    margin-left: 8px;
}
.splateRQuestions-top-more {
    width: 52px;
    height: 20px;
    background: #FFF1E7;
    border-radius: 12px;
    text-align: center;
    line-height: 20px;
    color: #FF6E00;
    font-size: 12px;
}
.splateRQuestions-top-more:hover {
    background: #FF6E00;
    color: #fff;
}
.splateRQuestions-bottom {
    width: 100%;
}
.splateRQuestions-bottom-content {
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
    margin-top: 14px;
}
.splateRQuestions-bottom-content:hover .splateRQuestions-bottom-content-text {
    color: #FF6E00;
}
.splateRQuestions-bottom-content img {
    width: 10px;
    height: 10px;
}
.splateRQuestions-bottom-content-text {
    display: block;
    width: 242px;
    height: 24px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
/* 底部 */
.foot {
    width: 100%;
    height: 80px;
    background: #333333;
    margin-top: 80px;
}
.footer {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-text {
    height: 80px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 80px;
}
.footer-text a {
    color: #fff;
}






/* 直播视频 */
.detailsplate-right-broadcast {
    width: 300px;
    height: 290px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}
.detailsplate-right-broadcast-img {
    width: 260px;
    height: 152px;
    border-radius: 4px;
    background: #F2F2F2
}
.detailsplate-right-broadcast-img-a {
    display: block;
    width: 260px;
    height: 152px;
    border-radius: 4px;
}
.detailsplate-right-broadcast-img-a img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.detailsplate-right-broadcast-img video {
    width: 260px;
    height: 152px;
    border-radius: 4px;
}
.detailsplate-right-broadcast-title {
    margin-top: 10px;
    height: 22px;
    width: 100%;
}
.detailsplate-right-broadcast-title-a {
    display: block;
    height: 22px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.detailsplate-right-broadcast-title-a:hover {
    color: #FF6E00;
}
.detailsplate-right-broadcast-teacher {
    margin-top: 8px;
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
}
.detailsplate-right-broadcast-teacher-span1 {
    display: block;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.detailsplate-right-broadcast-teacher-shu {
    display: block;
    width: 1px;
    height: 14px;
    background: #999;
    margin-left: 8px;
    margin-right: 8px;
}
.detailsplate-right-broadcast-bottom {
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 28px;
}
.detailsplate-right-broadcast-bottom-button1 {
    display: block;
    width: 120px;
    height: 28px;
    background: #F2F2F2;
    border-radius: 4px;
    border: 1px solid #F2F2F2;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.detailsplate-right-broadcast-bottom-button1:hover{
    background: linear-gradient(225deg, #F1C697 0%, #DE945E 100%);
    color: #fff;
}
.detailsplate-right-broadcast-bottom-button2 {
    display: block;
    width: 120px;
    height: 28px;
    background: #F2F2F2;
    border-radius: 4px;
    border: 1px solid #F2F2F2;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.detailsplate-right-broadcast-bottom-button2:hover{
    background: linear-gradient(225deg, #F1C697 0%, #DE945E 100%);
    color: #fff;
}
/* 直播课程 */
.detailsplate-right-curriculum {
    margin-bottom: 20px;
    width: 300px;
    height: 360px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 20px 20px 19px 0;
}
.detailsplate-right-curriculum-top {
    padding-left: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 28px;
}
.detailsplate-right-curriculum-top-title {
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detailsplate-right-curriculum-top-title-shu {
    display: block;
    width: 4px;
    height: 20px;
    background: #FF6E00;
    border-radius: 4px;
}
.detailsplate-right-curriculum-top-title-text {
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    margin-left: 8px;
}
.detailsplate-right-curriculum-top-a {
    display: block;
    width: 52px;
    height: 20px;
    background: #FFF1E7;
    border-radius: 12px;
    line-height: 20px;
    color: #FF6E00;
    text-align: center;
    font-size: 12px;
}
.detailsplate-right-curriculum-top-a:hover {
    background: #FF6E00;
    color: #fff;
}
.detailsplate-right-curriculum-content {
    margin-top: 16px;
    padding-left: 17px;
    position: relative;
}
.detailsplate-right-curriculum-content-li {
    width: 100%;
    margin-bottom: 19px;
}
.detailsplate-right-curriculum-content-li:last-child {
    margin-bottom: 0;
}
.detailsplate-right-curriculum-content-li-top {
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detailsplate-right-curriculum-content-li-top-cont {
    height: 20px;
    display: flex;
    align-items: center;
}
.detailsplate-right-curriculum-content-li-top-cont-img {
    width: 16px;
    height: 16px;
    z-index: 3;
}
.detailsplate-right-curriculum-content-li-top-cont-time {
    display: block;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    margin-left: 10px;
}
.detailsplate-right-curriculum-content-li-top-lient {
    width: 70px;
    height: 24px;
}
.detailsplate-right-curriculum-content-li-top-lient-button1 {
    width: 70px;
    height: 24px;
}
.detailsplate-right-curriculum-content-li-top-lient-button1-a {
    display: block;
    width: 70px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #FF6E00;
    color: #FF6E00;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
}
.detailsplate-right-curriculum-content-li-top-lient-button1-a:hover {
    border: none;
    line-height: 24px;
    background: #FF6E00;
    color: #fff;
}

.detailsplate-right-curriculum-content-li-top-lient-button2 {
    width: 70px;
    height: 24px;
}
.detailsplate-right-curriculum-content-li-top-lient-button2-a {
    display: block;
    width: 70px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #F5A622;
    color: #F5A622;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
}
.detailsplate-right-curriculum-content-li-top-lient-button2-a:hover {
    border: none;
    line-height: 24px;
    background: #F5A622;
    color: #fff;
}

.detailsplate-right-curriculum-content-li-top-lient-button4 {
    width: 70px;
    height: 24px;
}
.detailsplate-right-curriculum-content-li-top-lient-button4-a {
    display: block;
    width: 70px;
    height: 24px;
    background: #F2F2F2;
    border-radius: 12px;
    color: #666;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
}


.detailsplate-right-curriculum-content-li-top-lient-button3 {
    width: 70px;
    height: 24px;
}
.detailsplate-right-curriculum-content-li-top-lient-button3-a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70px;
    height: 24px;
    background: #FBE9E9;
    border-radius: 11px;
    padding-left: 8px;
    padding-right: 10px;
}
.detailsplate-right-curriculum-content-li-top-lient-button3-a img {
    width: 12px;
    height: 12px;
}
.detailsplate-right-curriculum-content-li-top-lient-button3-a-span {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #D11D1D;
}
.detailsplate-right-curriculum-content-li-bottom {
    width: 100%;
    height: 24px;
    padding-left: 27px;
    margin-top: 7px;
}
.detailsplate-right-curriculum-content-li-bottom-a {
    width: 100%;
    height: 24px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.detailsplaterightcurrcolor {
    color: #D11D1D !important;
}
.detailsplate-right-curriculum-content-longshu {
    position: absolute;
    top: 10px;
    left: 24px;
    width: 2px;
    height: 225px;
    background: #FFF1E7;
}