.midair {
    border: 1px solid #eee;
}
.register-status {
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.user-logo {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
.user-name {
    font-size: 14px;
    color: #666;
    padding-bottom: 15px;
    padding-top: 5px;
    overflow: hidden;
    text-align: center;
    margin: 5px 0;
}
.no-login {
    text-align: center;
}
.no-login a {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ea2828;
    color: #ea2828;
    font-size: 16px;
    border-radius: 20px;
    margin: 10px auto;
}
.no-login a:hover {
    background: #ea2828;
    color: #fff;
}

.pull-right {
    float: right;
}

.module .item {
    background: #f6f6f6;
    border-radius: 10px 10px 0 0;
}
.module .item:hover {
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
    transition: all .3s ease;
    transform: translateY(-5px);
}
.module .item img{
   	width: 100%;
   	border-radius: 10px 10px 0 0;
}
.module .item h3 {
    margin: 15px 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*课程详情页*/

.lujing {
    margin: 20px 0;
    font-size: 14px;
    color: #888;
}
.lujing a {
    color: #6e6e6e;
    text-decoration: none;
}

.learn-path-banner {
    width: 100%;
    background: #f6f6f6;
    background-size: 100% 100%;
}
.learn-path-banner .section-m h2 {
    font-size: 28px;
    font-weight: normal;
}
.learn-path-banner .section-m .p1 {
    margin-top: 26px;
}
.learn-path-banner .section-m p {
    line-height: 26px;
}
.pdb40 {
    padding-bottom: 40px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.bg-fff {
    background: #fff !important;
}
.shadow {
    box-shadow: 0 0 2px 0 rgba(0,0,0,.04), 0 1px 10px 0 rgba(0,0,0,.08);
}
.yxt-course-tab-title {
    height: 50px;
}
.yxt-course-tab-title li {
    line-height: 50px;
    color: #666;
    font-size: 16px;
    margin-left: 10px;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #ea2828;
    font-weight: bold;
    font-size: 18px;
}
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 3px solid #ea2828;
    height: 50px;
    left: 20%;
    width: 60%;
}
.layui-tab-content {
    padding: 15px 0 0;
}
.yxt-layui-collapse {
    border-style: none;
}
.layui-colla-item:first-child {
    border-top: none;
}
.yxt-layui-colla-item {
    border-color: #fff;
}
.layui-colla-title {
    background-color: #f6f6f6;
}
.layui-colla-content {
    padding: 10px 0px;
}

.yxt-course-seclist li {
    border-bottom: 1px dashed #d2d2d2;
}
.yxt-course-seclist li {
    padding-left: 0;
    list-style-type: none;
    font-size: 14px;
}
.yxt-course-seclist li > a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 12px 20px 12px 20px;
}
.yxt-course-brief {
    margin: 0px 30px 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 15px;
}
.yxt-course-brief > p, .yxt-course-brief > div {
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
}
.layui-tab-item h3 {
    font-size: 22px;
    color: #fff;
    line-height: 50px;
    padding-left: 20px;
    margin-left: -30px;
    background: linear-gradient(#f54848,#f5bebe);
    width: 120px;
    border-radius: 0px 30px 30px 0px;
}
.tagBox {
    padding: 10px 25px 20px 25px;
}
.tagBox h3 {
    border-bottom: 1px solid #e6e6e6;
    line-height: 40px;
    color: #666;
}
.tagBox .pull-right {
    font-size: 12px;
    float: right;
}

/*考生服务*/
.floating-iframe {
    margin-top: 0px;
}
.floating {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 20px 25px;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.floating .floating-title ,.floating-ercode .floating-ercode-title{
    padding-bottom: 15px;
    border-bottom: 1px solid #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.floating .floating-title i {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 10px;
    background-image: url(../images/icon-floating-title.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.floating .floating-title span,.floating-ercode .floating-ercode-title span {
    font-size: 20px;
    color: #3e3e3e;
    font-weight: bold;
    letter-spacing: 2px;
}
.floating .floating-con {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
}
.floating .floating-con li {
    list-style: none;
    width: 100%;
    text-align: center;
    border: 1px solid #ea2828;
    border-radius: 2px;
    font-size: 0;
    overflow: hidden;
}
.floating .floating-con li a {
    width: 100%;
    display: inline-block;
    padding: 8px 0;
    text-decoration: none;
    background-color: #ffffff;
    color: #ea2828;
    font-size: 14px;
}
.floating .floating-con li a:hover {
    background-color: #ea2828;
    color: #ffffff;
}

/*考生须知*/
.floating-ercode .floating-ercode-title i {
    width: 28px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    background-image: url(../images/icon-ercode-title.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.floating-ercode img {
    padding: 4px;
    box-sizing: border-box;
}
.floating-ercode .floating-ercode-tip-2 {
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 0 4px;
    box-sizing: border-box;
    height: 22px;
    line-height: 22px;
}


.contentBox .grid-demo {
    background-color: #fff;
}
.contentBox .layui-nav-item{
    border-bottom: 1px solid #e8e8e8;
}
.contentBox .inside-left-up {
    height: 65px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    background: linear-gradient(#f54848,#f58787);
}
.contentBox .layui-nav .layui-nav-item a {
    display: block;
    padding: 0 20px;
    color: #666666;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.contentBox .layui-nav-itemed>a{
    color: #2EAFBB!important;
}

.contentBox .layui-nav-tree .layui-nav-item a:hover {
    background-color: #fafafa;
    color: #ea2828;
}

.contentBox .layui-nav {
    position: relative;
    padding: 0 20px;
    background-color: #fafafa;
    color: #2EAFBB;
}
.contentBox .layui-nav-tree .layui-nav-title a,.contentBox .layui-nav-tree .layui-nav-title a:hover {
    color: #666666!important;
}
.contentBox .left-nav .layui-nav-more {
    border-top-color: rgb(51, 51, 51);
}
.contentBox .left-nav .layui-nav-mored, .contentBox .layui-nav-itemed>a .layui-nav-more {
    border-color: transparent transparent #5d5a5a;
}
.contentBox .layui-nav-itemed>.layui-nav-child {
    background-color: #fafafa!important;
}
.contentBox .layui-nav-tree {
    width: 100%;
    padding: 0;
}
.contentBox .blockquoteBox {
    margin: 0 0 0 0px;
    padding-top: 15px;
    border-bottom: 1px solid #cfcfcf;
    background: #EEEEEE;
}
.contentBox .layui-elem-quote {
    background: #EEEEEE;
    border-left: 4px solid #ea2828;
    line-height: 0px;
    padding: 15px;
}
.contentBox .textBox {
    color: #333;
    font-weight: bold;
    font-size: 18px;
}
.contentBox .layui-nav-child dd{
    border-bottom: 1px #e2e2e2 solid;
}

.contentBox .layui-nav-tree .layui-this,.contentBox .layui-nav-tree .layui-this>a, .contentBox .layui-nav-tree .layui-this>a:hover {
    background-color: #fafafa;
    color: #ea2828!important;
    border-left: 3px solid #ea2828;
}
.contentBox .layui-nav-tree .layui-nav-item a {
    position: relative;
    height: 50px;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.contentBox .layui-nav-tree .layui-nav-item{
    text-align: center;
}


/*热门直播*/
.liveBox .item{
    background: #f6f6f6;
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    transition: all .5s;
    box-sizing: border-box;
    padding: 14px 14px 20px;
}
.liveBox .item:hover {
    transform: translate3d(0, -5px, 0);
    box-shadow: 0 0 10px 0 rgba(58,61,75,.1);
}

.liveBox .item .live-cover-picture{
    width: 100%;
    height: 150px;
}
.liveBox .item .live-cover-picture .img{
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out;
}
.liveBox .item .live-title{
    font-size: 15px;
    font-weight: 700;
    text-align: justify;
    color: #3a3d4b;
    line-height: 22px;
    height: 44px;
    margin-top: 16px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.liveBox .item .live-time{
    font-size: 12px;
    color: #53586c;
    padding-bottom: 20px;
    display: flex;
}
.liveBox .item .live-bottom{
    border-top: 1px solid #f4f4f5;
    padding-top: 15px;
    display: flex;
}
.liveBox .item .teacher-head{
    width: 38px;
    height: 38px;
    margin-right: 12px;
    border-radius: 20px;
}
.liveBox .item .teacher-name{
    font-size: 14px;
    color: #53586c;
    flex: 1;
    line-height: 38px;
}
.liveBox .item .enter-live {
    width: 80px;
    height: 32px;
    background: linear-gradient(90deg, #fb9297, #ea2828);
    border-radius: 19px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 32px;
    cursor: pointer;
    border: none;
}
.liveBox .item .enter-live-play {
    width: 80px;
    height: 32px;
    background: linear-gradient(90deg, #f5cab7, #fd7c1e);
    border-radius: 19px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 32px;
    cursor: pointer;
    border: none;
}


