.topimgbox {
    width: 100%;
    height: 100%;
    display: flex;
}

.topimgbox img {
    width: 100%;
    height: 100%;
    display: block;
}

/* 主体信息 */
.Beauty_decoration {
    width: 100%;
}

.content {}

.beautytitle {
    /* border: 1px solid red; */
}

.box_title {
    display: flex;
    margin: 60px auto 60px auto;
}

.box_title p {
    margin: auto;
    color: #ff8a46;
    font-size: 44px;
}

.text_desctribe {
    display: flex;
    margin: 60px 120px;
}

.text_desctribe p {
    margin: auto;
    color: #999999;
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 44px;
}

.care_img {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.care_img img {
    width: 30%;
}

.beaatuty_tabbar {
    display: flex;
    flex-direction: column;
}

.option_tabbar {
    width: 80%;
    margin: 100px auto;
    display: flex;
    justify-content: space-around;
}

.list_bar {
    width: 28%;

    display: flex;
    border-radius: 40px;
    cursor: pointer;
    border: 1px solid #999999;
}

.list_baracitve {
    background-color: #ff6000;
    border: none;
}
.list_bar:hover {
    background-color: #ff6000;
    border: 1px solid #fff;
}
.list_bar:hover p{
     color: #fff;
}
.list_bar p {
    margin: 20px auto;
    /* color: #; */
    font-size: 24px;
}
.list_bar p a{color: #333}
.activep {
    color: #fff;
}

/* 
.option_tabbar p {
    color: #fff;
    font-size: 23px;
    padding: 20px 60px;
    background-color: #ff6000;
    border-radius: 60px;
} */

.tabbar_detaibox {
    /* border: 1px solid red; */
    /* display: flex; */
    margin-bottom: 120px;
}

.list_info {
    display: flex;
    justify-content: space-between;
}

.lf_image {
    width: 22%;
    display: flex;
}

.lf_image img {
    width: 80%;
    margin: auto;
}

.center_infobox {
    cursor: pointer;
    width: 37%;
    margin: auto;
    /* border: 1px solid blue; */
    display: flex;
}

.center_infobox .autoline {
    margin: auto;
    width: 70%;
    width: 90%;
    display: flex;
    /* border: 1px solid blue; */
}

.center_infobox .autoline .line {
    width: 85%;
    margin: auto 0;
    height: 2px;
    background-color: #628dc3;
}

.center_infobox .autoline .prop {
    width: 10px;
    height: 10px;
    border: 1px solid #628dc3;
    border-radius: 100%;
    display: flex;
}

.center_infobox .autoline .prop span {
    margin: auto;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    display: flex;
    background-color: #628dc3;
}

.btn_imgbox {
    width: 80%;
    position: relative;
}

.btn_imgbox img {
    width: 100%;
}

.btn_imgbox p {
    position: absolute;
    top: 0;
    color: #fff;
    top: 30%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 22px;
    white-space: nowrap;
}

.rig_image {
    width: 40%;
    display: flex;
}

.rig_image img {
    width: 100%;
    margin: auto;
}