/* 公共样式 */

body {
    background-color: #f8f8f8;
}
.white{
    background-color: #fff;
}
a {
    color: #333;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.right20 {
    margin-right: 20px;
}

.orange {
    color: #FC5733;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.top10 {
    margin-top: 10px;
}

.right10 {
    margin-right: 10px;
}

.top20 {
    margin-top: 20px;
}

.top40 {
    margin-top: 40px;
}

.font13 {
    font-size: 13px;
    color: #333;
}

a {
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

.padding20 {
    padding-top: 20px;
}


/* 阴影 */

.boxShadow {
    box-shadow: 0 3px 3px #ccc;
    background: #fff;
}


/* 首页样式 */

.directionLink {
    text-align: center;
    line-height: 60px;
}

.navList {
    background: #39364d;
    list-style: none;
    border-radius: 10px 0 0 10px;
    padding: 25px 0;
}

.navList a {
    color: #fff;
    height: 50px;
    line-height: 50px;
    display: block;
    padding-left: 10px;
}

.navList a:hover {
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}


/* 顶部轮播图 swiper */

.topBannerBox {
    height: 400px;
}

.swiper-container img {
    width: 100%;
}

.courseTitle {
    border-bottom: 2px solid #3487F6;
}


/* 10-25 新加的CSS */

.cTitle {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.courseBox {
    height: 290px;
    overflow: hidden;
}


/* 首页分类的展示 */

.topBanner {
    position: relative;
}

.categoryBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    background: #fff;
    border-radius: 0 10px 10px 0;
    z-index: 9999;
    padding: 15px;
    display: none;
}

.categoryBox li {
    display: inline-block;
    padding: 0 10px;
}

.navList li {
    overflow: hidden;
}

.advimg {
    height: 200px;
    margin-top: 150px;
}

.swiper-wrapper img {
    height: 100%;
}

.bannerBox img {
    width: 100%;
    height: 100px;
}


/* 查看更多 */

.moreLink a {
    display: inline-block;
    line-height: 38px;
    font-size: 12px;
    padding: 0 8px;
}

.moreLink a:hover {
    background-color: #eee;
    border-radius: 5px;
}

.bannerBox {
    background: #fff;
}

.bannerBox img:hover {
    box-shadow: 3px 3px 5px #eee;
}

.img-circle {
    width: 36px;
    height: 36px;
}

.userIntroduce {
    font-size: 12px;
    color: #888;
    margin-left: 5px;
}

.commentInfo {
    color: #000;
    line-height: 28px;
}

.titleIntroduce {
    line-height: 36px;
    color: #FC797A;
}

.footerBox {
    background: #fff;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
}

.footerBox li {
    padding-top: 10px;
    list-style: none;
}

.footerBox a {
    color: #666;
}

.footerBox a:hover {
    color: #1890ff;
}

.articleList li a {
    color: #333;
}

.articleList li a:hover {
    text-decoration: underline;
    color: #FFA500;
}


/* 我们的服务 */

.myService .col-lg-4 {
    text-align: center;
}

.myService .col-lg-4 h3 {
    margin-top: 20px;
}

.myService .col-lg-4 img {
    width: 240px;
    height: 240px;
}

#app {
    padding-bottom: 60px;
}


/* 课程页面的样式 */
.white{
    background:#fff;
}
.courseSearch li {
    padding: 5px 0;
}

.courseSearch li b {
    font-size: 16px;
    color: #000;
}

.courseSearch li a {
    color: #333;
    margin: 0 5px;
    display: inline-block;
    padding: 5px;
}

.courseSearch li a:hover,
.courseSearch li .active {
    background: #107BFF;
    color: #fff;
    border-radius: 5px;
    ;
}


/* 课程列表 */

.courseList img {
    width: 100%;
    margin-bottom: 5px;
}

.courseList .col-lg-3 {
    border-radius: 3px;
    margin-top: 20px;
    /* box-shadow:0 3px 3px #eee; */
}

.courseList .col-lg-3 h5 {
    max-height: 60px;
    line-height: 30px;
    font-size: 15px;
    overflow: hidden;
}

.price {
    color: #F01414;
}

.delPrice {
    color: #333;
    margin-left: 10px;
}

.courseBody h3 {
    color: #1890ff;
    font-weight: bold;
}

.courseBody ul li a {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    padding-left: 10px;
}

.courseBody ul li a:hover {
    background: #FEF3F3;
    color: #F20D0D;
    border-radius: 3px;
}

.authorImg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    box-shadow: 0 0 5px #1890ff;
}


/* 自适应图片 */

.autoImg {
    width: 100%;
}

.media-object {
    width: 80px;
}


/* 课程学习详情页 */

.courseLists {
    height: 100vh;
    min-height: 100vh;
    max-height: 200vh;
}

.courseTitle {
    height: 60px;
    background: #fff;
    line-height: 60px;
    padding-left: 20px;
}

#weditor {
    width: 100%;
    height: 300px;
}


/* 文章列表部分 */

.articleCategory {
    padding: 5px;
    text-align: center;
    line-height: 30px;
}

.articleCategory li a {
    display: inline-block;
    width: 100%;
}

.articleCategory li a:hover,
.articleCategory li .active {
    background: #EAF1FF;
    font-weight: bold;
    color: #107BFF;
}

.articleList {
    padding: 20px;
    overflow: hidden;
}

.articleList .arcAuthor {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    vertical-align: bottom;
}

.articleList .media {
    padding: 20px 10px;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.articleList .media p {
    font-size: 12px;
    color: #666;
}

p {
    margin: 0;
}

.arcInfo {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.articleList .media:hover {
    background: #f1f1f1;
}

.articleList .media .bookNum {
    color: #FC797A;
    margin-left: 25px;
}

.getMoneyList p {
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    font-size: 12px;
}


/* 按钮样式修饰 */

.btnColor {
    background: #FE5C5E;
    color: #fff;
}

.sendRequired p {
    margin-bottom: 5px;
}


/* 发表博文 */

.sendBlog {
    color: #000;
    font-size: 14px;
}

.sendBlog p {
    margin-bottom: 10px;
}

.bottom10 {
    margin-bottom: 10px;
}


/* 博客详情 */

.leftInfo {
    position: absolute;
    top: 50px;
    left: -70px;
}

.leftInfo ul li a {
    display: block;
    width: 60px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 5px #eee;
    text-align: center;
    line-height: 40px;
    margin: 10px 0;
}

.leftInfo ul li:hover
{
    box-shadow: 0 0 5px tomato;
}

.hasChoice {
    box-shadow: 0 0 5px tomato !important;
    color: #1890ff;
}


/* 文章底部操作 */

.bottomInfo a {
    display: inline-block;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 16px;
    margin: 0 10px;
}

.bottomInfo a:hover {
    border: 1px solid #107BFF;
}


/* 付费文章作者 */

.authorInfo img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.authorInfo h4 {
    display: inline-block;
}

.authorInfo p {
    font-size: 12px;
    color: #444;
    margin-top: 5px;
}

.noticeBuy {
    background: #EAF1FF;
    padding: 20px;
}


/* 问题页面 */

.cateBox a {
    display: inline-block;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin: 5px 5px;
}

.cateBox .active,
.cateBox a:hover {
    background-color: #107BFF;
    color: #fff;
}


/* 问题详情部分 */

.questionDetail {
    color: #333;
}

.detailAuthor {
    display: block;
}

.detailAuthor img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
}

.questionNum {
    margin-left: 10px;
}


/* 问题答案列表详情 */

.questionBottom a {
    display: inline-block;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 12px;
    margin: 0 3px;
}

.questionBottom a:hover {
    border: 1px solid #107BFF;
}

.commentBox p {
    margin: 10px 0;
    color: #000;
}

.accptQuestion {
    border: 1px solid #52C41A;
    padding: 4px;
    background: url("http://cdn.71muke.com//static/img/accept.png")no-repeat top right;
}

.accptQuestion:hover {
    background: url("http://cdn.71muke.com//static/img/accept.png")no-repeat top right #F6FFED;
}

.rightText {
    text-align: right;
    line-height: 32px;
    margin-right: 5px;
    font-weight: bold;
}

.choiceIt p {
    margin: 10px 0;
}

.answer {
    text-align: center;
    padding: 15px 0;
    color: #999;
    background: #eee;
}

.isChoice {
    border: 1px solid #ff5533;
}

.choice {
    padding: 10px;
    border-radius: 5px;
}


/* 新增CSS */

.courseSearch li,
.articleCategory li,
.leftInfo li {
    list-style: none;
}

#detailBox img {
    max-width: 100%;
}

@media screen and (max-width: 480px) {
    .articleCategory,
    #blogRight {
        display: none;
    }
}

.introduce-box img {
    max-width: 100%;
}

.ccBox:hover {
    box-shadow: 10px 5px 5px #ccc;
    transition: linear 0.5s;
}

.courseList .ccBox {
    height: 365px;
    overflow: hidden;
}

.courseBody img {
    width: 100%;
}


/* 付费文章 */

.priceBox {
    display: inline-block;
    padding: 5px;
    background: linear-gradient(86deg, #f7ead9 0%, #ecd1b1 100%);
    border-radius: 2px;
    color: #786459;
    vertical-align: middle;
}

.btn_bg_1 {
    width: 244px;
    height: 48px;
    margin: 16px auto 0;
    text-align: center;
    box-shadow: 0 8px 8px 0 rgb(143 97 74 / 8%);
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    display: block;
    cursor: pointer;
    background: linear-gradient(90deg, #f9e5d1 0%, #e8b283 100%);
    color: #8f614a;
}

.long_reader_list_view {
    height: 48px;
    border-radius: 4px;
    line-height: 48px;
    background: #f5f5f5;
    margin: 16px 24px;
    padding: 0 12px;
    font-size: 14px;
    color: #828794;
    font-weight: 600;
    position: relative;
}

.reader_txt,
.reader_list {
    display: inline-block;
    margin-right: 20px;
}

.reader_img_link {
    display: inline-block;
    width: 24px;
    margin-right: 8px;
}

.reader_img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.num_strong {
    font-size: 18px;
    color: #000;
}

a {
    text-decoration: none;
}


/* 对首页的课程加icon修饰 */
.courseBox {
    position: relative;
}
.shopIcon {
    position: absolute;
    padding: 5px;
    border-radius: 5px;
    right: 5px;
    top: 5px;
}
.ant-card-body {
    padding: 5px;
}
/* 11-4完善 */
.modal-body p{
    position: relative;
    padding-left:20px;
}
.r-l-icon{
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background: url(//cdn.71muke.com/static/img/l-r-icon.784aae5.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: top;
}
.r-icon{
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background: url(//cdn.71muke.com/static/img/r-icon.44baa14.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: top;
}
.w-l-icon{
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background: url(//cdn.71muke.com/static/img/l-w-icon.21bc905.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: top;
}
.w-icon{
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background: url(//cdn.71muke.com/static/img/w-icon.5b7e5d9.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: top;
}
/* vip页 */
.banner-box{
    width: 100%;
    height: 135px;
    text-align: center;
    padding-top: 10px;
    background: url(//cdn.71muke.com/static/img/all-vip.png) 100% no-repeat;
    margin-top:-20px;
}
.bg-title{
    font-size: 40px;
    font-weight: 500;
    color: rgba(50, 26, 0, 1);
    color:#fff;
    text-shadow: 5px 1px 6px tomato;
    line-height: 56px;
    letter-spacing: 3px;
    margin-bottom: 5px;
}
.vip-box{
    width:100%;
    height: 180px;
    padding-top: 30px;
}
.vip-intro{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    color: #321A00;
    margin-bottom: 34px;
    margin-right: 64px;
}
.vip-bg{
    margin: 0 auto 12px auto;
    font-size: 32px;
    width: 70px;
    display: block;
    line-height: 70px;
    height: 70px;
    background: rgba(254, 244, 229, 1);
    box-shadow: 2px 3px 4px 0px rgb(74 42 0 / 3%);
    color: #CD7501;
    border-radius: 50%;
}
.vip-bg svg{
    width:40px;
    height: 40px;
    margin-top: 15px;
    text-align: center;
}
/* 会员价格优惠 */
.vip-detail{
    text-align: center;
    position: relative;
}
.sears{
    width:275px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(232,204,171,1);
    box-shadow: 0px 0px 6px 0px rgb(101 57 9 / 20%);
    border-radius: 8px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding-bottom:20px;
}
.sears h3 {
    font-size: 26px;
    text-align: center;
    margin: 25px 0 13px;
    font-weight: bold;
    color: rgba(50, 26, 0, 1);
    line-height: 35px;
    letter-spacing: 2px;
}
.sears .orange {
    color: #CC7400;
}
.sears .price {
    position: relative;
    height: 70px;    
    font-size: 60px;    
    color: #CC7400;
    text-align: center;
    margin-bottom: 20px;
}
.sears .switch {
    cursor: pointer;
    display: block;
    width: 138px;    
    height: 40px;    
    text-align: center;
    line-height: 40px;
    background: #FFFFFF;
    margin: 40px auto 26px;
    color: #653908;
    font-size: 20px;
    transition: all 0.2s;
    border-radius: 4px;
    border: 1px solid #653908;
}
.sears .price span {
    font-size: 16px;
    color: #321A00;
    font-weight: 600;
    position: relative;
}
.sears-desc {
    font-size: 16px;
    color: #666666;
    text-align: center;
    display: block;
}
.sears-desc span{
    color: #D16900;
    font-weight: bold;
}
.sears li{
    list-style: none;
}
.se-details {
    margin-top: 17px;
    font-size: 14px;
}
.details{
    color: #666666;
    line-height: 27px;
    text-align: center;
}
/* 伪类 */
.sears-differ {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 27px 0px rgb(101 57 8 / 61%);
    border-radius: 8px;    
    border: 2px solid rgba(101, 57, 8, 1);
}
.origin-price-show {
    opacity: 1;
    font-size: 16px;
    color: #A5A5A5;
    width: 80%;
}
.origin-price-show {
    margin: 0 auto;
    width: 81%;
}
.origin-price-show s {
    float: unset;
}
.keyPoint{
    color: #D16900;
}
.tag-remember{
    position: absolute;
    width:50px;
    font-size: 14px;
    color:#f5222d;
    border-radius: 5px;
    top:30px;
    right:13px;
    border: 1px solid #f5222d;
    background:#fff1f0;
}
.sears svg{
    width:40px;
    height: 40px;
    vertical-align: middle;
}
#gift_privilege {
    background-color: #FA7716;
    height: 690px;    
    margin-bottom: 80px;
    margin-top: 50px;
}
.gift_privilege_title {
    position: relative;
    text-align: center;
    padding-top: 30px;
}
.title_content {
    font-size: 38px;
    font-weight: bold;
    color: rgba(255,255,255,1);
    line-height: 50px;
    text-shadow: 1px 4px 2px rgb(0 0 0 / 50%);
}
.gift_introduce{
    padding: 26px 36px;   
    margin: 0;    
    padding-bottom: 30px;
    position: relative;
    margin-top:20px;
    background:rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}
.gift_introduce p{
    font-size:14px;
    color:#333;
    margin-bottom:20px;
}
.wechatIcon{
    width:40px;
    height: 60px;
    position: fixed;
    right:10px;
    bottom:160px;
    box-shadow: 0 0 5px #ccc;
    font-size:10px;
    z-index:9999;
}
.wechatIcon:hover{
    cursor: pointer;
}
.wechatIcon:hover .wechatImg{
    display: block;
}
.wechatImg{
    display: none;
    position: absolute;
    right:0px;
    top:-200px;
    width:200px;
    height:200px;
}
.vipIcons{
    width:40px;
    height: 40px;
    position: fixed;
    right:10px;
    bottom:100px;
    animation: animove 1.5s infinite;
    transition:ease 0.5s;
    z-index:9999;
}
.vipIcons:hover{
    width:200px;
    height: 200px;
}
.vipIcons img{
    width:100%;
}
@keyframes animove{
    0% {
        transform: translateY(0px);
    }
    25% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(-10px);
    }
    75% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
/* 新教程修饰 */
.teachTitle {
    font-size:16px;
    font-weight: bolder;
}
.teachBox{
    overflow: hidden;
    font-size:13px;
}
.teachBox a{
    color:#999;
}
.fixedBox{
    height: 40px;    
    line-height: 26px;    
    margin: 0px 16px;    
    background: #fff;
    font-size: 14px;
    overflow: hidden;
}
.menuBoxs{
    margin-right:20px;
}
.wikiFooterBox{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}
.teachTop{
    height:50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
[v-cloak] {
    display: none;
}

#return-box {
    position: fixed;
    right: 10px;
    bottom: 40px;
    background: tomato;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    z-index:9999;
}
/* 支付的盒子修改 */
.blackBox{
    position: fixed;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:1000;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.buyBox{
    overflow: hidden;
    width:960px;
    height:600px;
    position: absolute;
    top:10%;
    left:50%;
    -webkit-transform: translate(-50%, -5%);
    transform: translate(-50%, -5%);
    z-index: 100;
    background:#fff;
    border-radius: 5px;
    position: relative;
}
.buyTopBox{
    padding:20px;
    background: url(//cdn.71muke.com/static/img/all-vip.png) 100% no-repeat;
    border-bottom: 1px solid #ccc;
}
.closeBox{
    position: absolute;
    right:10px;
    top:10px;
    font-weight: bolder;
    color:#333;
    font-size:16px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.closeBox:hover{
    cursor: pointer;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.changeBox{
    width:100%;
    height:400px;
}
.changeTabBox{
    width:100%;
    background:#eee;
    display: flex;
    flex-direction: row;
}
.changeTabBox div{
    color:#666;
    text-align: center;
    width:50%;
    padding:10px 0;
    cursor: pointer;
}
.changeTabBox .active{
    background:#fff;
}
.changeTabBox .active h4{
    color:tomato;
}
/* 选项列表 */
.choiceTabBar{
    margin-top: 25px;
    display: none;
}
.choicePayBox .active{
    display: flex !important;
    flex-direction: row;
    justify-content:space-around;
}
.choiceTabBar li{
    list-style: none;
    border:2px solid #ccc;
    width:150px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    color:#333;
    font-size:14px;
    line-height: 30px;
    padding:15px 0 0 5px;
}
.choiceTabBar li:hover{
    cursor: pointer;
}
.choiceTabBar .discountTag{
    position: absolute;
    top:-16px;
    right:-5px;
}
.choiceTabBar .active2{
    border:2px solid tomato;
}
.choiceTabBar .price{
    font-size:40px;
}
.payMethodBox{
    border:1px solid #ccc;
    margin-top:20px;
    margin:20px 10px 0px 10px;
    border-radius: 5px;
    display: none;
}
.notice2{
    margin:10px 0 0 10px;
    color:#999;
    display: none;
}
.active2{
    display: block;
}
.blue{
    color:#107BFF;
    font-weight: bold;
}
.payCode{
    width:150px;
    height: 150px;
}
/* 课程页 */
.service {
    position: fixed;
    right: 60px;
    bottom: 10%;
    z-index: 19;
    cursor: pointer;
}
.service-qrcode {
    position: absolute;
    right: 0;
    bottom: 60px;
    z-index: 9;
    width: 200px;
    padding: 20px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 20px 20px 0 20px;
}
.service-qrcode-tip {
    color: #8c8c8c;
}

/* 对上传的图片进行修饰 */
#preview_photoBox{
    display: inline-block;
    position: relative;
    width:200px;
    height: 200px;
    display: none;
}
#preview_photoBox #closeIcon{
    position: absolute;
    top:5px;
    right:10px;
    color:#fff;
}
#preview_photoBox #closeIcon:hover{
    cursor: pointer;
}
.mallBox{
    width:300px;
    height:300px;
}
.mall-codeBox{
    box-shadow: 0 5px 10px #eee;
    border:1px solid #eee;
    padding-bottom: 10px;
}