/* banner start */
.banner_dream{
    width: 100%;
    margin: auto;
}
.banner_dream img{
    width: 100%;
}
.padding-top{
    padding-top:50px; 
}
.banner-index{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}
.banner-mobile{
    display: none;
}
.banner-index .banner-img{
    width: 100%;
}
.banner-index .banner-img img{
    width: 100%;
    display: block;
   
}
.banner-index .makeup-group{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-around;

}
.banner-index .beauylogo{
    width: 40%;
    height: 100%;
    margin: auto 0;
}
.banner-index .beauylogo img{
    width: 100%;
    height: 100%;
}
.banner-index .makeup-both{
    width: 30%;
    height: 100%;
}
.banner-index .makeup{
    width: 50%;
    height: 33%;
}
.banner-index .makeup img{
    width: 100%;
}
.banner-index .makeup1{
    margin-top: -10%;
   margin-left: 26%;
} 
.banner-index .makeup2{
    width: 57%;
    margin-top: 12%;
    margin-left: -9%;
}
.banner-index .makeup3{
    margin-left: 14%;
    margin-top: 9%;
}

.banner-index .makeup4{
    margin-top: -15%;
    margin-left: 24%;
}
.banner-index .makeup5{
    width: 57%;
    margin-top: 13%;
    margin-left: 40%;
}
.banner-index .makeup6{
    margin-top: 10%;
    margin-left: 12%;
}
.text_white{
    color: #fff;
    line-height: 26px;
    text-align: left;
}
/* banner end */
/* main start */
/* vdo & solgan start */
main{
    width: 100%;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.main-inner{
    max-width: 1200px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0 auto;
}
.slogan{
    width: 100%;
    padding-top: 20px;
}
.vdo{
    max-width: 980px;
    max-height: 550px;
    margin: 0 auto;
    border-radius:20px ;
    overflow: hidden;
    position: relative;
}
video{
    width: 100%;
    height: 100%;
    display: block;
}
.title-wrap{
    margin-top: 66px;
}

.title img{
    display: block;
    margin: 0 auto;
}
.subtitile {
    background-image: url(../images/subtitle.svg);
    max-width: 701px;
    height: 219px;
    margin: 0 auto;
    margin-top: -85px;
    position: relative;
}
.subtitile .text{
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.text-monbile{
    display: none;
}
.text p{
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    color: #fff;
}
.text h6{
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
}

.banner_pc{
    display: block;
}
.banner_m{
    display: none;
}
@media (max-width:1199px) {
    .main-inner{
        max-width: 1000px;
    }
    .vdo{
        max-width: 90%;
        height: auto;
    }
}

@media (max-width:1024px) {
    .main-inner{
        max-width: 768px;
    }
    .crown{
        width: 240px;
    }
    .nav-right{
    margin-top: -11px;
    }
    .hide2{
    font-size: 12px;
    }
}

@media (max-width: 1024px) {
    /* for not bg fixed */
    main{
        background-attachment:initial;
    }
    .box_1{width: 250px!important;}
    .padding-top{
        padding: 0;
    }
    .products{
        margin-top:18px;
        padding: 0; 
    }
    .banner-index{
        display: none;
    }
    .banner-mobile{
        display: block;
        width: 100%;
        margin-top: 44px;
        position: relative;
    }
    .banner-mobile .banner-img img{
        width: 100%;
        display: block;
    }
    .beauylogo-mobile{
        position: absolute;
        width: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .beauylogo-mobile img{
        width: 100%;
    }
    
}
@media (max-width: 768px) {
    .banner_dream{
        width: 100%;
    }
    .banner_pc{
        display: none;
    }
    .banner_m{
        display: block;
    }
    .products{
        margin-top: 0!important;padding: 0!important; 
    }
    .box_1{
        width: 165px!important;margin:0 13px; 
    }
    .pro-wrap2{
        width: 160px!important;padding: 0 16px!important;
    }
    .pro-wrap2 .pro-card{
        width: 160px!important;
        height: 280px!important;
    }
    .pro-bt{
        padding: 5px 10px!important;
    }
    .pro-bt p{
       font-size: 14px!important;
    }
    .pro-img{
        width: 140px;
    }
    .pro-text h3{
        font-size: 14px!important;
    }
    .crown2 h6 {
        margin: 14px 0!important;
    }
    .vdo{
        width: 350px;
        height: 197px;
    }
    .title-wrap{
        width: 100%;
        margin-top: 25px;
    }
    .title{
        width: 118px;
        height: 82px;
        margin: 0 auto;
    }
    .title img{
        width: 100%;
    }
    .subtitile{
        margin-top: -50px;
        max-width: 414px;
        height: 158px;
        background-size: 100% 100%;
        background-image:none; 
        background-repeat: no-repeat;
        color: #fff;
    }
    .text{
        display: none;
    }
    .text-monbile{
        display: block;
        position: absolute;
        width: 100%;
        top: 60%;
        left: 50%;
        transform: translate(-50%,-50%);
        padding-bottom:20px;
    }
    .text-monbile p{
        margin: 0;
        font-size: 14px;
        font-weight: 300;
        line-height: 26px;
        text-align: center;
    }
}
@media (max-width: 414px) {
.box_1 {
    width: 164px!important;
    margin: 0 20px;
}
}
@media (max-width: 375px){
.box_1 {
    width: 146px!important;
    margin: 0px 13px;
}
}
@media (max-width: 360px){
.box_1 {
    width: 142px!important;
    margin: 0px 13px;
}
}
/* vdo & slogan end*/
/* method start */
.method{
    margin-top: 46px;
    margin-bottom: 49px;
}
.method .crown p{
    margin-bottom: 77px;
}
.clear{
    clear: both;
}
.box_1{width: 290px;float: left;
}
.crown2 {
    text-align: center;
    float: left;
}
.crown img{
    display: block;
    margin: 0 auto;
}
.crown p{
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin:14px 0 55px 0;
}
.crown h6{
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin:14px 0 25px 0;
    color:#FECB3D;
    font-weight: bold;
    border-bottom: solid 1px #FECB3D;
    padding: 10px 0;
}
.main_gift img{
    width: 100%;
}
.m-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
}
.m-box{
    width: 600px;
    height:670px;
    text-align: center;
}
.m-left{
    margin-right: 50px;
}
.m-box h2{
    width: 247px;
    height: 70px;
    background: url(../images/stage.svg) center no-repeat;
    text-align: center;
    margin: 0 auto;
    margin-top: -30px;
    font-size: 20px;
    line-height: 63px;
    color: #fff;
}
.m-box h3{
    font-size: 22px;
    color: #FECB3D;
    width: 200px;
    margin: auto;
    text-align: center;
    font-weight: 400;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
}
.m-box h6 {
    font-size: 15px;
    line-height: 28px;
    margin-top: 0px;
    text-align: left;
    color: #666;
    color: #fff;
}
.m-text{
    padding: 11px 29px 27px 29px;
    text-align: left;
    list-style: decimal;
    line-height: 1.5em;
    padding: 15px 0;
}
.m-text p{
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    line-height: 26px;
    color: #fff;
}
@media (max-width:768px) {
    .m-wrap{
        display: block;
    }
    .m-box{
        width: 360px;
        height: 850px;
        margin: 0 auto;
        margin-bottom: 50px;
        position: relative;
        padding: 0;
    }
    .m-text p{
        font-size: 16px;
        line-height: 26px;
    }
    .m-box h2{
        position: absolute;
        width: 155px;
        height: 36px;
        background-size:contain;
        font-size: 15px;
        margin-top: 0;
        line-height: 30px;
        top: -10%;
        left: 50%;
        transform: translateX(-50%);
    }
    .m-box{
        padding-top:0px ;
    }
    .m-box h3{
        font-size: 16px;
        line-height: 28px;
        margin-top:0px;
        width: 100px;
    }
    .m-box h6{
        font-size: 15px;
        line-height: 28px;
        margin-top:0px;
    }
    .m-box p{
        font-size: 16px;
        line-height: 28px;
    }
    .m-text {
        padding: 10px 15px 10px 15px;
    }
    .crown{
        width: 164px;
        margin: 0 auto;
    }
    .crown img{
        width: 100%;
    }
    .method .crown p{
        margin-bottom: 53px;
    }
    .crown p{
        font-size: 20px;
        margin-top: 5px;
        margin-bottom: 35px;
    }
    .crown h6{
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 35px;
    }
}
@media (max-width:390px) {
    .m-box{
        width: 80%;
        height: auto;
    }
    .m-text {
        padding: 8px 5px 20px 5px;
    }
}
/* method end */
/* review start*/
.review{
    width: 100%;
}
/* .review .crown p{
    margin-bottom: 25px;
} */
.review-inner{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.r-btn{
    border:0;
    background-color:transparent;
    outline:none;
    -webkit-appearance: none;
    cursor: pointer;
}
.r-btn img{
    width: 20px;
    height: 20px;
}
.card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
    padding: 12px 30px;
    line-height: 1; 
}
.btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont {
    cursor: pointer;
    margin-right: 0.5rem;
}
.display-4 > .mbr-iconfont {
    font-size: 1.125rem;
}
[class^='icon54-v1-'], [class*=' icon54-v1-'] {
    font-family: 'icon54' ;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*.icon54-v1-car-1::before {
    content: '\ead2';
}*/
.mbr-section-btn a.btn:not(.btn-form) {
    border-radius: 100px;
}
.btn-secondary-outline, .btn-secondary-outline:active {
    background: none;
    border-color: #FECB3D;
    color: #FECB3D;
}
.btn {
    padding: 0.5rem 0.8rem;
    border: solid 1px #FECB3D;
}
.display-4 {
    font-size: 0.9rem;
    line-height: 1.7;
}
.btn-sm {
    font-weight: 400;
    transition: all .3s ease-in-out;
}
.btn {
    font-weight: 600;
    border-width: 2px;
    font-style: normal;
    margin: 0.4rem 1rem;
    border-radius: 0;
    letter-spacing: 1px;
    white-space: normal;
    transition: all .3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -webkit-inline-flex;
}
.review-card-outer{
    width: 1072px;
    height: 260px;
    overflow: hidden;
    position:relative;
}
.review-card-wrap{
    display: flex;
    position:absolute;
    transition: 0.8s linear;
    left: 0;
}
.review-card{
    width: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 30px;
}
.review-img{
    width: 190px;
    height: 190px;
}
.review-img img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    /*border: 1px solid #fff;*/
}
.review-name{
    margin-top: 15px;
}
.review-name .name{
    font-size: 22px;
    font-weight: bold;
}
.review-name p{
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
.vis{
    opacity: 0;
    display: block;
}
@media (max-width:1199px) {
    .r-btn{
        margin: 0 30px;
    }
}

@media (max-width:1025px) {
    .r-btn{
        margin: 0 27px;
    }
}
@media (max-width: 1024px) {
    .review-card-outer{
        overflow-x: auto;
    }
    .r-btn{
        display: none;
    }
    .review-inner {
        padding-left:30px;
    }
    
}
@media (max-width:768px) {
    .vis{
    display: none;
}
    .review-card-outer{
        height: 175px;
    }
    .review-card-wrap{
        left: 18px;
        padding-right: 18px;
    }
    .review-inner {
        padding-left:17px;
    }
    .review-card{
        width: 110px;
        height: 162px;
        margin-right:17px;
    }
    .review-img{
        width: 110px;
        height: 110px;
    }
    .review-name {
        margin-top: 8px;
    }
    .review-name .name{
        font-size: 16px;
        line-height: 24px;
    }
    .review-name p {
        font-size: 15px;
        line-height: 24px;
   }
} 
@media (max-width:670px){
    .review-card-wrap{
        left: 0px;
        padding-right: 0px;
    }
}
/* review end*/
/* product start */
.products{
    margin-top: 18px;
    padding: 32px 0;
}
.pro-wrap{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 36px;
}
.pro-wrap2{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    justify-content: center;
    float: left;
    padding: 0 36px;
    width: 210px;

}
.pro-down{
    margin-top: 29px;
}
.pro-card{
    display: block;
    padding: 13px 15px;
    width: 230px;
    background: #FFFFFF;
    box-shadow: 0px 5px 8px #00000029;
    position: relative;
    margin-bottom: 29px;
}
.pro-img{
    width: 230px;
    margin: 0 auto;
    overflow: hidden;
}
.pro-img img{
    width: 100%;
    object-fit: contain;
}
.pro-text{
    text-align: center;
    margin-top: 7px;
}
.pro-text h2{
    color: #333333;
    font-size: 22px;
    line-height: 28px;
}
.pro-text h3{
    color: #888888;
    margin: 0;
    font-size:16px;
    margin-top: 5px;
    line-height: 22px;
}
.pro-text p{
    color: #888888;
    margin: 0;
    margin-top: 5px;
    line-height: 22px;
}
.pro-bt{
    color: #FECB3D;
    background: #000;
    padding: 10px 20px;
    text-align: center;
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
}
.pro-bt:hover{
    background: #2d2d2d;
}
.pro-bt p{
    margin: 0;
    line-height: 30px;
}

.products .com-btn-outer a{
    display: block;
    width: 250px;
    height: 55px;
    margin: 0 auto;
    font-weight: bold;
}
.com-btn-outer{
    margin-bottom: 22px;
}
.com-btn{
    margin: 0 auto;
    margin-top: 22px;
    background: #FECB3D;
    /*border-radius: 50px;*/
    width: 300px;
    cursor: pointer;
}
.com-btn:hover{
    transition: 0.3s linear;
}
.com-btn p{
   text-align: center;
   line-height: 55px;
   font-size: 18px;
   color: #000;
   font-weight:bold;
}
/* product end */
@media (max-width: 1199px){
    .pro-wrap-outer{
        position: relative;
        overflow-x: auto;
        height: 341px;
    }
    .pro-wrap{
        padding: 0;
        padding-left: 30px;
        flex-wrap: nowrap;
        position: absolute;
        height: 330px;
    }
    .pro-wrap{
        left: -10px;
    }
    .pro-card{
        width: 210px;
        padding: 10px 5px 0 5px;
        margin-right: 25px;
    }
    .pro-img{
        width:150px;
    }
    .pro-img img{
        width: 100%;
    }
    .pro-text{
        margin-top: 5px;
        padding: 0 10px;
    }
    .pro-text h2{
        font-size: 18px;
        line-height: 22px;
    }
    .pro-text p{
        font-size: 16px;
        line-height: 22px;
    }
    .pro-votes{
        bottom: 20px;
    }
    .pro-votes p{
        font-size: 15px;
        line-height: 26px;
        letter-spacing: 2px;
    }
    .pro-votes span{
        font-size: 24px;   
    }
    .com-btn {
        width: 243px;
        height: 55px;
        margin-top: 30px;
    }
}
@media (max-width:600px) {
    .pro-wrap{
        left: 0px;
    }
}
/* topic start */
.topic{
    margin-top: 32px;
    padding-bottom: 75px;
}
.topic-inner{
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    padding: 0 119px;
}
.topic-inner a:hover p{
    color: #FECB3D;
}
.top-card{
    display: block;
    width: 300px;
    height: 290px;
    background: #fff;
    box-shadow: 0px 5px 8px #00000029;
    border-radius: 10px;
    margin-bottom: 34px;
    margin-right: 31px;
    overflow: hidden;
}
.topic-inner .top-card:nth-child(3n+3){
    margin-right: 0;
}
.top-img{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.top-img img{
    width: 100%;
    object-fit: contain;
}
.topic-text{
    padding: 0 17px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-top: 15px;
}
.topic-text p{
    margin: 0;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
}
.topic .com-btn{
    display: block;
    width: 179px;
    height: 55px;
    margin: 0 auto;
}

@media (max-width:1199px) {
    .topic-inner{
        padding: 0 25px;
    }
    .top-card{
        margin-right: 25px;
    }
    .topic .com-btn {
        width: 174px;
        height: 55px;
    }
}

@media (max-width:1024px) {
    .topic-inner{
        padding: 0 50px;
    }
    .top-card{
        margin-right: 68px;
    }
    .topic-inner .top-card:nth-child(3n+3){
        margin-right: 68px;
    }
    .topic-inner .top-card:nth-child(2n){
        margin-right: 0;
    }
}

@media (min-width:769px) {
    td{
        font-size: 16px;
        line-height: 22px;
        padding: 10px 0;
    }
    .board {
    width: 769px;
}
    .note{
        display: none;
    }
}
@media (max-width:768px) {
    .note{
        display: block;
        color: #fff;
        padding-left: 30px; 
        font-size: 12px;
    }
    .board{
        width: 600px;
    }
    .topic{
        margin-top: 18px;
        padding-bottom: 60px;
    }
    .topic-inner {
        padding: 0;
        width: 577px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .top-card{
        width: 179px;
        height: 181px;
        margin-bottom: 20px;
        margin-right: 20px;
    }
    .topic-inner .top-card:nth-child(2n){
        margin-right: 20px;
    }
    .topic-inner .top-card:nth-child(3n+3){
        margin-right: 0;
    }
   
    .top-img{
        width: 100%;
        height: 119px;
    }
    .topic-text{
        width: 159px;
        height: 44px;
        margin-top: 7px;
        padding: 0 10px 11px 10px;
    }
    .topic-text p{
        margin: 0;
        font-size: 16px;
        line-height: 22px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2; 
        -webkit-box-orient: vertical;
        white-space: normal;
    }
}

.tr1{background-color:#4B4B4B;
}
.tr2{background-color:#727272;
}
@media (max-width:600px){
    .board{
        width: 600px;
    }
    .topic-inner{
        width: 380px;
    }
    .topic-inner .top-card:nth-child(3n+3){
        margin-right: 20px;
    }
    .topic-inner .top-card:nth-child(2n){
        margin-right: 0;
    }
    
}
@media (max-width:428px) {
    .board{
        width: 410px;
    }
    td,td>a {
    font: 13px!important;
    padding: 6px 0 6px 0!important;
}
}
@media (max-width:414px) {
    .board{
        width: 394px;
    }
}
@media (max-width:412px) {
    .board{
        width: 400px;
    }
}
@media (max-width:404px) {
    .board{
        width: 388px;
    }
    .topic-inner{
        width: 340px;
    }
    .top-card {
        width: 160px;
        height: 170px;
    }
    .top-img{
        height: 106px;
    }
    .topic-text {
        width: 144px;
        padding: 0 8px;
    }
    .btn{
        margin: 0.4rem;
    }
    .buttons-wrap{
        padding: 0.6rem;
    }
}
@media (max-width:390px) {
    .board{
        width: 390px;
    }
}
@media (max-width:375px) {
    .board{
        width: 375px;
    }
}
@media (max-width:370px) {
    .board{
        width: 370px;
    }
    .topic-inner{
        width: 326px;
    }
    .top-card {
        width: 153px;
        height: 169px;
    }
    .top-img{
        height: 101px;
    }
    .topic-text {
        width: 140px;
        padding: 0 5px 0px 8px;
    }
    .btn{
        margin: 0.4rem;
    }
    .buttons-wrap{
        padding: 0.2rem;
    }
}
@media (max-width:360px) {
    .board{
        width: 360px;
    }
}
@media (max-width:359px) {
    .board{
        width: 359px;
    }
    .topic-inner{
        width: 290px;
    }
    .top-card {
        width: 135px;
        height: 155px;
    }
    .top-img{
        height: 90px;
    }
    .topic-text {
        width: 120px;
    }
}
@media (max-width:320px) {
    .board{
        width: 320px;
    }
    .display-4{
        font-size: 0.1rem;
    }
}
.board {
    text-align: center;
    margin: 0 auto;
}
table {
    width: 600px;
    border-collapse: collapse;
    text-align: left;
    margin: 10px 5px 5px 10px;
    cursor: default;
    border: 1px solid #ccc;
    margin-top:20px;
    border: 1px solid #FECB3D;
}
.tbTitle>th {
    font-weight: 300;
    text-align: center;
    padding: 10px 0 10px 0;
    font: 15px "微软雅黑", Arial, Helvetica, sans-serif;
    background-color: #FECB3D;
    color: #000;
    font-weight: bold;
}
th, td {
   /* border: 1px solid #fff;*/
    
}
.tbContext:hover {
    background-color: #000 ;
}
td,td>a {
    font: 15px "微软雅黑", Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 12px 0 12px 0;
    color: #fff;
}
.tbContext:nth-child(2n 1) {
    background-color: #FECB3D;
}
.exh{
    width: 140px;
}
@media (max-width:768px){
.exh{
    padding-top:10px;
}}
/* topic end */
/* main end */
/* popup*/
.body_mask_b {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 20;
    overflow: hidden;
    overflow-y: auto;
    top: 0;
}
.popup_box {
    width: 40%;
    padding: 20px;
    margin: 20% auto;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 40%);
    border-bottom: 0px
    solid #ff0000;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 100;
    height: 200px;
    position: relative;
}
@media (max-width: 767px){
.popup_box {
    width: 80%;
    padding: 20px;
    margin: 50% auto;
}
}
.popup_text {
    font-size: 1.2em;
    line-height: 2em;
    padding: 60px 20px;
    color: #000;
    text-align: center;
}
.popup_close img {
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
}
