@charset "utf-8";

/*公用部分*/
* {
    font-family: PingFang-SC-Medium;
}

.lesson-content, .bishua-content, .rec-content {
    z-index: 1;
}

.login {
    cursor: pointer;
}

.anchor {
    position: relative;
    bottom: 110px;
}

@media (min-width: 768px) {
    .lesson-container {
        width: 748px;
    }
}

@media (min-width: 992px) {
    .lesson-container {
        width: 972px;
    }
}

@media (min-width: 1200px) {
    .lesson-container {
        width: 1180px;
    }
}

.lesson-container {
    margin: 0 auto;
}

.lesson-list {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.viewMore {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vmText {
    font-size: 19px;
    color: #333;
}

.vmicon {
    display: inline-block;
    width: 15px;
    height: 16px;
    margin-left: 11px;
    background-image: url(https://assets-cdn.lanqb.com/topic/manhua/arrowright.png);
    background-repeat: no-repeat;
    background-position: center;
}

.vmIcon {
    display: inline-block;
    height: 46px;
    margin-left: 11px;
    padding-top: 3px;
    font-size: 23px;
}

.container-wrap {
    background: url(https://assets-cdn.lanqb.com/topic/manhua/wholebg.png) no-repeat;
    background-size: 100% 100%;
    background-position: center -178px;
    text-align: center;
}

/* head */
.head {
    width: 100%;
    height: 500px;
    background: url(https://assets-cdn.lanqb.com/topic/manhua/banner.png) no-repeat center center;
    background-size: 100% 100%;
}

/*页面导航*/
.page-nav {
    z-index: 2;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 74px;
    background:#F6F9FF;
    -ms-box-shadow: 0px 0px 5px 0px rgba(29,36,117,0.15);
    -o-box-shadow: 0px 0px 5px 0px rgba(29,36,117,0.15);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(29,36,117,0.15);
    box-shadow: 0px 0px 5px 0px rgba(29,36,117,0.15);
    font-size: 24px;
}

.page-nav ul li:first-child {
    margin-left: 0;
}

.page-nav ul li {
    display: inline-block;
    width: 195px;
    height: 48px;
    line-height: 48px;
    margin-left: 46px;
    color: #1A1A1A;
}

@media (min-width: 992px) {
    .page-nav ul li {
        margin-left: 6px;
    }
}

@media (min-width: 1200px) {
    .page-nav ul li {
        margin-left: 46px;
    }
}

.page-nav ul .active {
    border-radius: 5px;
    background: #5782FF;
}

.page-nav ul .active a {
    color: #fff;
}

/* 热门推荐 */
.section1 {
    position: relative;
    width: 100%;
    margin-top: 74px;
    padding-top: 47px;
    padding-bottom: 68px;
}

.section1 > img {
    margin-top: 97px;
}

.section1 > img:first-child {
    position: absolute;
    left: -70px;
    bottom: 0;
}

.title-container {
    width: 1180px;
    line-height: 36px;
    margin: 0 auto;
    text-align: left;
    color: #1C1C1C;
    font-size: 26px;
}

.title-container img {
    width: 32px;
    height: 36px;
}

.title-container span {
    vertical-align: bottom;
}

.rec-container {
    display: flex;
    justify-content: space-between;
    margin: 16px auto 0;
}

@media (min-width: 992px) {
    .rec-container {
        width: 1080px;
    }
    .rec-content {
        width: 184px;
    }
}

@media (min-width: 1200px) {
    .rec-container {
        width: 1180px;
    }
    .rec-content {
        width: 214px;
    }
}

.rec-content img {
    width: 100%;
}

.more-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 49px;
    border: 1px solid #1B1B1B;
    border-top: none;
    background: #fff;
}

/*软件入门导航*/
.section2 {
    width: 100%;
    padding-top: 66px;
    padding-bottom: 68px;
    background: url(https://assets-cdn.lanqb.com/topic/manhua/s2bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.section2 > img {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (min-width: 768px) {
    .lesson-content {
        width: 170px;
        height: 173px;
    }
}

@media (min-width: 992px) {
    .lesson-content {
        width: 210px;
        height: 213px;
    }
}

@media (min-width: 1200px) {
    .lesson-content {
        width: 280px;
        height: 276px;
    }
}

.lesson-content img:hover {
    filter: brightness(.8);
}

.lesson-content img {
    width: 100%;
}

.lesson-content p {
    line-height: 66px;
    border:1px solid #1B1B1B;
    border-top: none;
    font-size: 18px;
    background: #FFF;
    color: #1E1E1E;
}

/* section3 */
.section3 {
    position: relative;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 66px;
}

.section3 > img:first-child {
    position: absolute;
    right: -10px;
    bottom: 0;
}

@media (min-width: 992px) {
    .bishua-content {
        width: 478px;
    }
}

@media (min-width: 1200px) {
    .bishua-content {
        width: 578px;
    }
}

.bishua-content img {
    width: 100%;
}

.bishua-content img:hover {
    filter: brightness(.8);
}

.bishua-content p {
    line-height: 66px;
    background: #fff;
    border:1px solid #1B1B1B;
    border-top: none;
    color: #1E1E1E;
    font-size: 18px;
}

/* 绘画基础 */
.section4 {
    width: 100%;
    padding-top: 64px;
    padding-bottom: 85px;
    background: url(https://assets-cdn.lanqb.com/topic/manhua/s4bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.section4 > img {
    position: absolute;
    right: -33px;
    bottom: 0;
}

@media (min-width: 992px) {
    .public-list {
        height: 473px;
    }
}

@media (min-width: 1200px) {
    .public-list {
        height: 573px;
    }
}

/* 上色进阶 */
.section5 {
    position: relative;
    width: 100%;
    padding-top: 45px;
    padding-bottom: 95px;
}

.section5 > img {
    position: absolute;
    bottom: 0;
    left: -5px;
}

.boss-list {
    margin-top: 55px;
}

@media (min-width: 992px) {
    .boss-list {
        height: 473px;
    }
}

@media (min-width: 1200px) {
    .boss-list {
        height: 573px;
    }
}

@media (min-width: 992px) {
    .source-list {
        height: 513px;
    }
}

@media (min-width: 1200px) {
    .source-list {
        height: 653px;
    }
}

.source-list img {
    width: 100%;
}

@media (min-width: 768px) {
    .price-content {
        width: 170px;
        height: 173px;
    }
}

@media (min-width: 992px) {
    .price-content {
        width: 210px;
        height: 213px;
    }
}

@media (min-width: 1200px) {
    .price-content {
        width: 280px;
        height: 316px;
    }
}

/* footer */
.footer {
    width: 100%;
    margin-bottom: -2px;
    padding-top: 95px;
    background: url(https://assets-cdn.lanqb.com/topic/manhua/s6bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.s-container {
    position: relative;
    margin: 67px auto 0;
}

@media (min-width: 992px) {
    .s-container {
        width: 830px;
    }
    .swiper-slide .vmIcon {
        margin-left: 17px;
    }
}

@media (min-width: 1200px) {
    .s-container {
        width: 980px;
    }
    .swiper-slide .vmIcon {
        margin-left: 17px;
    }
}

@media (min-width: 1980px) {
    .s-container {
        width: 1180px;
    }
}

.swiper-slide a img {
    width: 100%;
}

.swiper-slide p {
    position: relative;
    top: -46px;
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 46px;
    padding-left: 15px;
    background: #313131;
    opacity:0.9;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

@media (min-width: 992px) {
    .swiper-slide:nth-child(5) .vmIcon, .swiper-slide:nth-child(6) .vmIcon, .swiper-slide:nth-child(8) .vmIcon {
        margin-left: 0px;
    }
}

@media (min-width: 1980px) {
    .swiper-slide:nth-child(5) .vmIcon, .swiper-slide:nth-child(6) .vmIcon, .swiper-slide:nth-child(8) .vmIcon {
        margin-left: 22px;
    }
}

.swiper-slide:last-child a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
    background: #E5E5E5;
}

.swiper-slide:last-child a p {
    position: absolute;
    top: initial;
    bottom: 0;
}

.swiper-slide:last-child .dot {
    position: absolute;
    top: 40%;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: -5px;
    background: #A0A0A0;
}

.swiper-slide:last-child .dot:nth-of-type(1) {
    left: 16%;
}

.swiper-slide:last-child .dot:nth-of-type(3) {
    left: 84%;
}

.swiper-slide:last-child .dot:nth-of-type(2) {
    left: 50%;
}

.swiper-button-prev, .swiper-button-next {
    top: 40%;
    z-index: 4;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    background-image: none;
    font-size: 44px;
}

.swiper-button-prev {
    left: -106px;
    color: #DCDCDC;
}

.swiper-button-next {
    right: -106px;
    color: #313131;
}
