.courseimg {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 510px;
    height: 288px;
    background-size: 100%, 100%;
}

.coursetext.flex {
    justify-content: space-between;
    line-height: 40px;
    color: #6A717A;
}

.mybreadcrumb>* {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6A717A;
}

.mybreadcrumb a {
    color: #6A717A;
}

.mybreadcrumb a.active {
    color: #fb770f;
}

.top-main-right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 725px;
    /* height: 240px; */
    margin-left: 48px;
}

.main-right-title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #384049;
}

.main-right-subtitle {
    color: #9598A3;
    line-height: 40px;
}

.students-num {
    width: 626px;
    height: 64px;
    background: #F3F3F3;
    font-size: 28px;
    padding-left: 35px;
    color: #FF8147;
    line-height: 64px;
    margin-top: 3px;
}

.author {
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9598A3;
    margin-top: 18px;
}

.author>div {
    height: 40px;
}

.author-name .opera {
    display: inline-block;
    width: 30px;
    height: 16px;
    line-height: 16px;
    background: #FF8147;
    font-size: 11px;
    color: #FFFFFF;
    border-radius: 2px;
    text-align: center;
}

.author-name .textopera {
    font-size: 12px;
    color: #FF8147;
}

.create-time span {
    margin-right: 20px;
    line-height: 38px;
    cursor: pointer;
}

.create-time .button.active {
    background: #FCF6F6 !important;
    color: #FF8147 !important;
    border: 1px solid #FF8147 !important;
    position: relative;
}

.checked {
    position: absolute;
    right: -1px;
    bottom: -1px;
    font-size: 15px;
    line-height: 15px;
    display: none;
}

/* .create-time .button.active::after {
    content: "✓";
    width: 20px;
    height: 20px;
    font-size: 16px;
} */

.main-right-button {
    width: 100%;
    margin-top: 20px;
    font-size: 0;
}

.main-right-button div {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    text-align: center;
    margin-right: 18px;
    cursor: pointer;
}

.course-information {
    margin-bottom: 20px;
}

.right-content {
    width: 880px;
    background: #FFFFFF;
    padding: 20px;
}

.left-content {
    width: 300px;
    background: #FFFFFF;
    padding: 27px 20px 8px;
    height: fit-content;
}

.Course-introduce img {
    width: 100%;
}

.Course-catalogue {}

.evaluateCourse {
    line-height: 1;
    margin-bottom: 20px;
    background: #FFFFFF;
}

.evaluateCourse .title {
    border-bottom: 1px solid #f4f4f4;
    font-size: 18px;
    color: #333;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.line-content .left {
    width: 123px;
    height: 69px;
}

.line-content .left img {
    width: 100%;
}

.line-content .right {
    width: calc(100% - 133px);
    padding-left: 10px;
}

.line-content .right h3 {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #434C57;
    line-height: 20px;
}

.line-content .right .text {
    font-weight: 400;
    font-size: 12px;
    color: #ABAFBD;
    margin-top: 7px;
}

.line-content .right .info {
    display: flex;
    justify-content: space-between;
    align-items: baseline;

}

.line-content .right .info>span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.line-content .right .info .price {
    width: 200px;
    height: 25px;
    line-height: 25px;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.line-content .right .info .price span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ABAFBD;
}

.line-content .right .info .price span.jf {
    color: #FF8147;
}

.line-content .right .info .price span.dj {
    color: #4E9BA3;
}

.line-content .right .info .price .opera {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #FF8147;
    border-radius: 2px;
    text-align: center;
}

.line-content .right .info .price .opera span {
    font-size: 14px;
    color: #FFFFFF;
}

.Invite-share {
    width: 600px;
    height: 400px;
    border-radius: 4px;
}

.Invite-share .popuphead {
    color: #A76938;
    background: #FEF6EB;
}

.line {
    width: 21px;
    height: 1px;
    background: #A76938;
    display: inline-block;
    margin-bottom: 8.5px;
}

/* 分享弹窗 */
.Invite-share .popupcontent p {
    text-align: center;
    line-height: 24px;
}

.Invite-share .popupcontent p .num {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF8147;
}

.Invite-share .secont,
.third {
    margin-top: 30px;
}

.Invite-share .copy {
    width: 500px;
    height: 44px;
    background: #FAFBFC;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    padding: 0 20px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Invite-share .copy span {
    color: #9598A3;
}

.Invite-share .copy span.lj {}

.Invite-share .copy span.copytext {
    color: #4E9BA3;
    display: inline-block;
    width: 50px;
}

.linkgroup {
    display: flex;
    justify-content: center;
}

.linkgroup>span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #4E9BA3;
    margin-right: 20px;
}

.linkgroup>span:last-of-type {
    margin-right: 0;
}

.Invite-share .secont p,
.Invite-share .third p {
    margin-bottom: 10px;
}

/* 邀请码领取弹窗 */
.Invite-receive {
    width: 593.5px;
    height: 526.5px;
    background: url('../img/yqmlq.png') no-repeat center;
    background-size: contain;
    box-shadow: none;
    padding: 110px 66px 20px 82px;

}

.Invite-receive .popuphead {
    font-size: 24px;
    color: #A76938;
}

.Invite-receive .close {
    width: 37px;
    height: 37px;
    border: 2px solid #FFFFFF;
    border-radius: 100%;
    top: -110px;
    right: -80px;
    font-size: 30px;
    color: #fff;
    line-height: 28px;
}

.Invite-receive .subtitle {
    text-align: center;
    font-size: 18px;
    color: #EC7777;
    margin-top: -20px;
    margin-bottom: 20px;
}

.Invite-receive .popupbtngroup {
    margin-top: 70px;
}

.create-time {
    height: fit-content !important;
    font-size: 0;
}

.create-time div {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    max-width: 570px;
}

.create-time div:first-child {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9598A3;
}
.curriculum-tip{
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding: 0 20px;
    font-size: 0;
    position: relative;
    background-color: white;
}
.curriculum-tip span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #384049;
    height: 25px;
    padding: 3px 5px;
    line-height: 19px;
    background: #F6F7FB;
    border: 1px solid #DBDDDF;
    border-radius: 2px;
    margin-right: 5px;
}
.open {
    position: absolute;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4E9BA3;
    line-height: 40px;
    cursor: pointer;
    background: white;

    /* border-bottom: 1px solid #F4F4F4; */
    bottom: -40px;
    left: 0;
 }
 
 .iconfont {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 }
 .stow {
    display: none;
    /* position: absolute; */
    width: 100%;
    height: 48px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4E9BA3;
    line-height: 48px;
    cursor: pointer;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
 }
 
 .stow i {
    transform: rotate(180deg);
    display: inline-block;
 }
 .label-course{
    height: 30px;
    overflow: hidden;
 }

 .show-all{
    position: absolute !important;
    height: fit-content !important;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 6%);
    border-radius: 4px;
    z-index: 100000;
 }
 .button-graduation{
    height: 30px;
    width: fit-content;
    margin: auto;
    /*margin-top: 20px;*/
    padding: 3px 15px;
    line-height: 24px;
    background-color: #6EB5BC;
    color: white;
    border-radius: 3px;
 }
 .button-prove{
    height: 30px;
    width: fit-content;
    margin: auto;
    /*margin-top: 40px;*/
    padding: 3px 15px;
    line-height: 24px;
    background-color: #6EB5BC;
    color: white;
    border-radius: 3px;
 }

.train-batch {
    height: fit-content !important;
    font-size: 0;
    margin-top: 10px;
}

.train-batch div {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    max-width: 570px;
}

.train-batch div:first-child {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9598A3;
}

.train-batch span {
    margin-right: 20px;
    line-height: 38px;
    cursor: pointer;
}

.train-batch .button.active {
    background: #FCF6F6 !important;
    color: #FF8147 !important;
    border: 1px solid #FF8147 !important;
    position: relative;
}