/* 产品详情 */
.product-image-pc{
    object-fit: fill !important;
}
.product-bg-image{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.product-info-top,
.product-top-detail,
.product-bottom-detail{
    z-index: 1;
    text-align: center;
}
.product-title{
    font-size: 40px;
}
.product-subtitle{
    font-size: 28px;
    line-height: 46px;
}
.product-top-detail{
    font-size: 18px;
    font-weight: 400;
    line-height: 46px;
    margin-top: 40px;
}
.product-container{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 30%,rgba(0,0,0,0.1) 100%);
}
.product-banner .common-info{
    margin-top: 0;
}
.product-bottom-detail{
    font-weight: 300;
    color: #A8A099;
    line-height: 26px;
}
.product-intro .card-title-center{
    font-size: 16px;
    text-align: center;
}
.product-banner .common-info{
    justify-content: center;
}
/* 课程详情 */
.courses-common-bannber{
    position: relative;
    height: 800px;
}
.courses-common-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.courses-common-image img{
    height: 100%;
}
.courses-common-info{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.eye-info{
    justify-content: center;
}
.background-orange{
    background-color: #E7C1A6;
}
.background-orange-b{
    background-color: #ebe2d8
}
.background-graf{
    background-color: #492F1F;
}
.background-graf-b{
    background-color: #3F342F;
}
.background-back{
    background-color: #000;
}
.background-white{
    background-color: #fff;
}
.background-pink{
    background-color: #f2eae5
}
.background-student{
    background-color: #B79D85;
}
.background-nail-b{
    background-color: #846C5F;
}
.background-nail-a{
    background-color: #DECAAA;
}
.background-class{
    background-color: #F3E9DE;
}
.orange{
    color: #E48248;
}
.orange-b{
    color: #FFF2E5;
}
.right{
    right: 0;
}
.align-end{
    align-items: flex-end;
}
.courses-common-top{
    font-size: 60px;
    font-weight: 400;
    color: #F6F6F8;
    background: linear-gradient(270deg, #CAC4B4 0%, #ECF4FA 99.12109375%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
    margin-top: 20px;
}
.courses-common-center{
    opacity: 0.8;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0 50px;
}
.courses-common-title{
    font-size: 38px;
    font-weight: bold;
}
.courses-common-subtitle{
    font-size: 24px;
    margin-top: -15px;
}
.courses-common-bottom{
    z-index: 1;
    color: #fff;
    width: 100%;
    padding: 0 50px 20px;
    position: relative;
}
.common-bottom-title{
    font-size: 40px;
    font-weight: bold;
}
.common-bottom-subtitle{
    font-weight: 400;
    color: #FFFFFF;
    font-size: 24px;
}
.common-bottom-translation{
    opacity: 0.6;
    font-size: 14px;
    margin: 10px 0;
}
/* 统一标题 */
.courses-title-content{
    text-align: center;
    padding: 40px 0;
}
.courses-translation{
    font-weight: 300;
    color: #000000;
    opacity: 0.29;
    font-family: Nympha Trial;
    font-size: 26px;
}
.courses-title{
    font-family: Source Han Serif CN;
    font-weight: bold;
    font-size: 30px;
    margin-top: -25px;
    position: relative;
}
.courses-subtitle{
    font-family: DengXian;
    font-weight: 300;
    font-size: 14px;
    opacity: 0.6;
    z-index: 1;
}
.courses-desc{
    font-size: 24px;
    font-family: Source Han Serif CN;
    font-weight: normal;
}
.big-font{
    font-family: Nympha Trial;
    font-size: 50px;
    margin-right: 10px;
}
.courses-remark{
    font-size: 14px;
}
.courses-content-list{
    display: flex;
    flex-direction: inherit;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.courses-padding-left{
    padding-left: 40px;
}
.courses-padding-right{
    padding-right: 40px;
}
.courses-advantage .courses-content-item{
    width: 50%;
}
.courses-content-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.courses-content-item img{
    border-radius: 10px;
}
.courses-item{
    margin-bottom: 10px;
}
.border-white{
    border-color: #fff;
}
.border-back{
    border-color: #000;
}
.border-left{
    border-left: 4px solid;
    padding-left: 10px;
}
.border-right{
    border-right: 4px solid;
    padding-right: 10px;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.courses-item-title{
    font-family: Source Han Serif CN;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    display: flex;
}
.courses-item-title span{
    width: 85px;
    height: 25px;
    background: #F3E9DE;
    opacity: 0.43;
    border-radius: 4px;
    position: absolute;
    top: -10px;
}
.span-left{
    left: 65px;
}
.span-right{
    right: 65px;
}
.courses-item-translation{
    font-size: 18px;
}
.courses-item-desc{
    margin: 40px 0 0 10px;
    font-size: 18px;
}
.circular{
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}
.circular span{
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.circular span:nth-child(1){
    background: #DBD0C7;
    margin-right: 10px;
}
.circular span:nth-child(2){
    background: #888079;
    margin-right: 10px;
}
.circular span:nth-child(3){
    background: #57443B;
}
.nail-b-top{
    padding-top: 15px;
}
/* 时间线 */
.timeline {
    list-style: none;
    margin: 50px 0 30px 120px;
    padding-left: 30px;
    border-left: 3px solid;
    font-size: 16px;
}
.timeline li {
    margin: 10px 0;
    position: relative;
}
.timeline p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.date {
    margin-top: -10px;
    top: 50%;
    left: -90px;
    font-size: 0.95em;
    line-height: 20px;
    position: absolute;
}
.circle {
    margin-top: -10px;
    top: 60%;
    left: -37px;
    width: 10px;
    height: 10px;
    background: #48b379;
    border: 5px solid;
    border-radius: 50%;
    display: block;
    position: absolute;
}
label {
    font-size: 1.3em;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    top: 20px;
    transition: transform 0.2s linear;
}
.core-img{
    margin-bottom: 20px;
}
.courses-reputation{
    padding-bottom: 20px;
}
.triangle-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.triangle{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
}
.courses-process-list{
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 60px;
}
.courses-process-item{
    background: #B6A79B;
    border-radius: 10px;
    margin: 5px;
    position: relative;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
.courses-process-item:hover {
    box-shadow: 0 1px 10px 0 rgb(17 17 20 / 20%);
}
.courses-process-translation{
    font-size: 25px;
    font-family: Nympha Trial;
    font-weight: 300;
    color: #A98A60;
    opacity: 0.35;
    text-align: center;
}
.courses-process-title{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-top: -28px;
    position: relative;
}
.courses-process-line{
    border: 1px solid #fff;
    margin: 5px 20px;
}
.courses-process-desc{
    height: 150px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
}
.courses-process-number{
    position: absolute;
    font-family: Nympha Trial;
    font-weight: 300;
    color: #FFF3E3;
    opacity: 0.1;
    font-size: 150px;
    width: 100%;
    height: 100%;
    text-align: center;
    font-style: italic;
}
.courses-process{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.courses-nail-item{
    display: flex;
    align-items: center;
}
.courses-nail-left{
    font-size: 40px;
    font-family: Nympha Trial;
    font-weight: 300;
    color: #A98A60;
    font-style: italic;
    padding: 0 30px;
}
.courses-nail-translation{
    font-size: 16px;
    color: #A98A60;
    line-height: 36px;
    opacity: 0.35;
    margin-left: 15px;
    font-style: italic;
}
.courses-nail-title{
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
    margin-top: -26px;
}
.courses-nail-desc{
    font-size: 14px;
    margin-right: 80px;
    font-weight: 300;
}
.courses-nail-right{
    border-left: 1px solid #A98A60;
    padding-left: 30px;
}
.one-left{
    padding-right: 38px;
}
.student-bottom{
    margin-bottom: 90px;
}
.courses-student-swiper{
    margin-top: -90px;
}
.courses-welfare-top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.courses-welfare-bigcircle{
    width: 250px;
    height: 150px;
    border-radius: 150px 150px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -65px;
    z-index: 1;
}
.courses-welfare-translation{
    font-family: Nympha Trial;
    font-weight: 300;
    color: #FFFFFF;
    opacity: 0.29;
    font-size: 20px;
}
.courses-welfare-title{
    font-family: Source Han Serif CN;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 28px;
}
.courses-welfare-desc{
    font-size: 12px;
    color: #FFFFFF;
}
.courses-welfare-smallcircle{
    width: 230px;
    height: 220px;
    border-radius: 50%;
    background-color: #b89d85;
    margin-top: -130px;
    position: relative;
    text-align: center;
}
.courses-welfare-bottom{
    position: absolute;
    bottom: 25px;
    width: 100%;
    color: #fff;
}
.courses-welfare-bottom .fa-lg{
    font-size: 10px !important;
}
.courses-welfare-bottom .fa-2x{
    font-size: 20px !important;
}
.courses-welfare-content{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.courses-welfare-titles{
    font-size: 30px;
    color: #c2653a
}
.courses-welfare-subtitle{
    font-size: 20px;
    color: #c2653a;
    margin: 20px 0;
}
.courses-welfare-descs{
    font-size: 14px;
    margin: 20px 0;
}
.courses-welfare-taglist{
    display: flex;
    margin: 30px 0;
}
.courses-welfare-tag-cir{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 5px;
}
.courses-welfare-tag{
    border-radius: 20px;
    margin: 10px;
    padding: 5px 30px;
    color: #fff;
    display: flex;
    align-items: center;
}
.courses-class-list{
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.courses-class-item{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nail-courses-class img{
    width: 100%;
    height: inherit;
}
.eyelash-courses-class img{
    width: 100%;
    height: auto;
}
.courses-class-top{
    display: flex;
    padding: 0 20px;
    align-items: center;
    margin-top: 20px;
}
.courses-class-titles{
    margin: 0 10px;
    position: relative;
    width: 100%;
    flex: 1;
}
.courses-class-number{
    font-weight: 400;
    color: #442716;
    font-size: 36px;
}
.courses-class-translation{
    font-weight: 300;
    color: #000000;
    opacity: 0.09;
    font-size: 40px;
    position: absolute;
    top: -35px;
}
.courses-class-tit{
    font-weight: bold;
    color: #4A2F18;
    font-size: 20px;
    border-bottom: 1px solid;
    margin: 0 10px;
}
.courses-class-title{
    font-weight: bold;
    color: #4A2F18;
    font-size: 16px;
}
.courses-class-ul{
    padding: 20px 30px 0;
    font-size: 16px;
}
.courses-class-ul li{
    display: flex;
    align-items: center;
    line-height: 30px;
}
.courses-class-right{
    justify-content: flex-end;
    text-align: end;
}
.courses-class-ul li span{
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    margin: 5px;
    display: block;
}
.courses-advantage .courses-content-list{
    margin-bottom: 20px;
}
.courses-advantage .courses-item-desc{
    margin: 40px 0 0 0px
}
.courses-advantage{
    margin-bottom: 0;
}
.courses-nail-process{
    padding-top: 100px;
    padding-bottom: 150px;
}
@media (min-width: 992px){
    .courses-student-swiper{
        width: 600px;
    }
    .courses-advantage .courses-content-item{
        height: 320px;
    }
    .eyelash-courses-class .courses-class-item{
        min-height: 320px;
    }
    .nail-courses-class .courses-class-item{
        height: 400px;
    }
    .nail-courses-class .courses-class-item img,
    .eyelash-courses .courses-content-item img{
        width: fit-content;
    }
    .courses-process-es{
        padding: 20px 40px;
    }
    .courses-process-list{
        padding: 30px 50px 60px;
    }
    .courses-item-left{
        margin: 40px 200px 0 10px;
    }
    .courses-item-right{
        margin: 40px 10px 0 200px;
    }
}
@media (max-width: 992px){
    .courses-common-bannber{
        height: 655px;
    }
}
@media (max-width: 768px){
    .courses-common-bannber{
        height: 540px;
    }
}
@media (max-width: 640px){
    .courses-common-bannber{
        height: 425px;
    }
    .product-banner{
        height: 330px;
    }
    .product-two{
        height: 400px;
    }
    .product-title{
        font-size: 16px;
    }
    .product-subtitle{
        font-size: 14px;
        line-height: 26px;
    }
    .product-top-detail{
        font-size: 14px;
        line-height: 20px;
        margin-top: 0;
    }
    .product-content{
        padding: 0 10px;
    }
    .product-bottom-detail{
        font-size: 12px;
        line-height: 16px;
    }
    .product-intro{
        margin: 0 5px 10px;
    }
    .product-intro .card-title-center{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }
    .nail-position-b{
        right: 20px;
        left: 20px;
        width: auto;
        bottom: -25px;
        border-radius: 33px;
        opacity: inherit;
    }
    .courses-common-circular{
        width: 250px;
        height: 250px;
    }
    .courses-padding-left{
        padding-left: 10px;
    }
    .courses-padding-right{
        padding-right: 10px;
    }
    .courses-content-img{
        padding: 0;
    }
    .courses-item-desc{
        margin-top: 5px;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        white-space: normal;
        margin: 0;
    }
    .courses-item-title{
        font-size: 14px;
    }
    .courses-item-translation{
        font-size: 12px;
    }
    .border-left{
        border-left: 2px solid;
    }
    .border-right{
        border-right: 2px solid;
    }
    .courses-title-content{
        padding: 20px 0;
    }
    .timeline{
        font-size: 12px;
    }
    .courses-student-swiper {
        margin-top: -75px;
    }
    .courses-class-ul li{
        line-height: normal;
    }
    .courses-item{
        padding-left:5px;
    }
    .courses-translation{
        font-size: 14px;
    }
    .courses-title{
        font-size: 18px;
        margin-top: -14px;
    }
    .courses-desc{
        font-size: 14px;
    }
    .big-font{
        font-size: 28px;
    }
    .timeline{
        margin: 10px 0px 10px 60px;
        padding-left: 15px;
    }
    .date{
        left: -68px;
    }
    .circle{
        left: -22px;
    }
    .courses-process-translation{
        font-size: 14px;
    }
    .courses-process-title{
        font-size: 16px;
        margin-top: -14px;
    }
    .courses-process-line{
        margin: 5px 10px;
    }
    .courses-process-desc{
        font-size: 12px;
        margin: 0 10px;
    }
    .one-left{
        padding-right: 29px !important;
    }
    .courses-nail-left{
        padding: 0 20px;
    }
    .courses-nail-right{
        padding-left: 20px;
    }
    .courses-nail-desc{
        margin-right: 10px;
        font-size: 12px;
    }
    .courses-nail-translation{
        font-size: 14px;
    }
    .courses-nail-title{
        font-size: 16px;
    }
    .student-bottom{
        margin-bottom: 70px;
    }
    .courses-welfare-titles{
        font-size: 18px;
    }
    .courses-welfare-subtitle{
        font-size: 16px;
    }
    .courses-class{
        padding: 0;
    }
    .courses-class-top{
        padding: 0;
    }
    .courses-class-number{
        font-size: 18px;
    }
    .courses-class-tit{
        font-size: 12px;
        margin: 0 3px;
    }
    .courses-class-ul{
        padding: 0 10px;
        font-size: 12px;
    }
    .courses-class-translation{
        font-size: 25px;
    }
    .courses-class-title{
        font-size: 14px;
    }
    .courses-advantage .courses-item-desc{
        margin: 0;
    }
    .circular{
        padding-bottom: 0;
    }
    .courses-process-list{
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .detail-container{
        padding: 0;
    }
    .courses-common-top{
        font-size: 35px;
    }
    .courses-common-title{
        font-size: 26px;
    }
    .courses-common-subtitle{
        font-size: 16px;
        margin-top: -10px;
    }
    .common-bottom-title{
        font-size: 24px;
    }
    .common-bottom-subtitle{
        font-size: 16px
    }
    .courses-common-bottom{
        padding: 0 20px;
    }
    .courses-class-item img{
        height: auto !important;
    }
    .courses-content-item{
        margin-bottom: 20px;
    }
    .courses-welfare-translation{
        font-size: 18px;
    }
    .courses-welfare-title{
        font-size: 24px;
    }
    .courses-nail-process{
        padding-top: 20px;
        padding-bottom: 40px;
    }
}
@media(max-width:414px){
    .courses-common-bannber{
        height: 250px;
    }
}
@media (max-width: 350px){
    .common-bigtitle{
        font-size: 20px;
    }
    .courses-common-top{
        font-size: 30px;
    }
    .common-bottom-title{
        font-size: 24px;
    }
    .courses-class-top{
        margin-top: 10px;
    }
    .courses-welfare-tag{
        padding: 5px 20px;
        font-size: 12px;
    }
    .courses-process-desc{
        margin: 0 5px;
        height: 180px;
    }
    .courses-common-subtitle{
        font-size: 12px;
    }
}
