.body_img{
    width: 100%;
    height: 100%;
}
.body_img >img{
    width: 100%;
    position: fixed;top: 0;
}
#header {
    height: 230px;
}
#header > .nav > .first{
    float: left;
}
#header > .nav > second{
    float: right;
}
hr{
    background-color: #f7f7f7;
    z-index: 9;
    position: relative;
}
/* 标题 */
.title{
    position: relative;
    bottom: 70px;
    width: 432px;
    height: 520px;
    margin: 0 auto;
    z-index: 9;
}
.title >p {
    position: absolute;
    bottom: 28px;
    left: 100px;
    color: black;
    font-size: 60px;
    color: #fff;
}
/* 新闻标题 */
#new_title{
    width: 100%;
    height: 550px;
    position: relative;
    background-color: #fff;
    z-index: 9;
    /* float: left; */
}
#new_title > .first{
    margin: 5.5% 0 0 18.5%;
    width: 13%;
    float: left;
}
#new_title > .first > h1{
    font-size: 36px;
    padding-bottom: 15px;
}
#new_title > .first > .more > .more_1{
    margin: 0 0.5em 0 0;
    border: 1px solid rgba(17,17,17,0.1);
}
#new_title > .first > .more:hover  .more_1{
    border: 1px solid black;
    border-radius: 2em;
    box-sizing: border-box;
}
#new_title > .first > .more > .more_2{
    padding-top: 10px;
}

#new_title > .first > a {
    font-size: 14px;
    display: flex;
}
#new_title > ul > li .second {
    width: 240px;
    float: left;
    margin: 5.5% 0 0 18px;
}
#new_title > ul > li .second > a {
    position: relative;
}
#new_title > ul > li .second > a:hover {
    color: #999;
}
#new_title > ul > li .second > a >img{
    width: 100%;
}
#new_title > ul > li .second > a > .n_time {
    margin-top: 20px;
}
#new_title > ul > li .second > a > .n_time > span {
    margin-right: 7px;
    color: #999;
    font-size: 14px;
}
#new_title > ul > li .second > a > h2 {
    margin-top: 16px;
    font-size: 16px;
    padding-right: 30px;
    line-height: 28px;
}
#new_title > ul > li .second > a >.pick_up {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\e821";
    width: 50px;
    height: 50px;
    background-color: #e0dac2;
    border-radius: 2em;
    box-sizing: border-box;
    font: bold 14px icons;
    transition: border-color 0.2s ease-in-out 0s;
    text-align: center;
    line-height: 1.38;
    position: absolute;
    top: -96px;
    left: 10px;
    z-index: 99;
}

/* 关于 */
.about_title{
    position: relative;
    z-index: 9;
    width: 100%;
    height: 850px;
    background-color: #f7f7f7;
}
.about_title > .about_img {
    position: relative;
    width: 750px;
    left: 18%;
    top: -5%;
}
.about_title > .about_img >img:last-child{
    position: absolute;
    top: 41%;
    right: 1.52%;
}
.about_title > .a_about {
    position: absolute;
    width: 220px;
    right: 17%;
    top: 10%;
}
.about_title > .a_about > p {
    font-size: 16px;
    margin-bottom: 30px;
}
.about_title > .a_about > b {
    display: block;
    font-size: 44px;
    margin-bottom: 30px;
}
.about_title > .a_about > .more {
    display: block;
    font-size: 22px;
    margin-top: 50px;
    text-align: center;
    color: white;
    padding: 20px 40px;
    background-color: #111;
}
.about_title > .a_about > .more:hover{
    background-color: #686666;
}


/* Line UP */
.LINE_UP {
    position: relative;
    width: 100%;
    /*height: 585px; */
    overflow: hidden;
    background-color: #f7f7f7;
    z-index: 9;
}
.LINE_UP > h1{
    font-size: 40px;
    margin-left: 43%;
    margin-bottom: 50px;
}
.LINE_UP > .left ,.LINE_UP > .right{
    width: 50%;
    float: left;
    position: relative;
}
.LINE_UP > .left > a > img ,.LINE_UP > .right > a > img{
    width: 100%;
}
.LINE_UP > .left > a > div, .LINE_UP > .right > a > div {
    position: absolute;
    bottom: 0;
    left: 12%;
    background-color: #fff;
    width: 75%;
    text-align: center;
    padding: 20px 0;
}
.LINE_UP > .left > a > div > h2, .LINE_UP > .right > a > div > h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.LINE_UP > .left > a > div > b, .LINE_UP > .right > a > div > b{
    font-size: 14px;
}
.LINE_UP > .left > a:hover,.LINE_UP > .right > a:hover{
    color: #999;
}
/* recipe */
.recipe {
    position: relative;
    width: 100%;
    height: 880px;
    background-color: #f7f7f7;
    z-index: 9;
    padding-top: 70px;
}

.recipe .video {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.recipe>.left {
    position: absolute;
    left: 18%;
    top: 35%;
    color: white;
}
.recipe>.left > b {
    font-size: 40px;
}
.recipe>.left > p {
    font-size: 16px;
    margin-top: 30px;
    line-height: 45px;
}
.recipe>.left> .more{
    color: white;
}
.recipe>.left> .more > span {
    float: left;
}
.recipe>.left> .more >.more_1{
    margin: 50px 0.5em 0 0;
    border: 1px solid rgba(235, 231, 231, 0.836);
}
.recipe>.left> .more >.more_2{
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 50px;
}
.recipe>.left> .more:hover .more_1{
    border: 1px solid #fff;
    border-radius: 2em;
    box-sizing: border-box;
}
.recipe>.right{
    position: absolute;
    right: 18%;
    top: 35%;
}
.recipe>.right > a {
    color: white;
}
.recipe>.right > a >img{
    width: 500px;
    height: 270px;
}
.recipe>.right > a > h1{
    margin-top: 50px;
    margin-bottom: 20px;
}
/* 故事 */
.story_title {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f7f7f7;
    z-index: 9;
    padding-top: 70px;
}
.story_title > p {
    font-size: 40px;
    text-align:center;
    margin-bottom: 80px;
}
.story_title > .first {
    width: 70%;
    margin: 0 auto;
    position: relative;
}
.story_title > .first > a {
    display: block;
}
.story_title > .first > a > img {
    width: 70%;
    height: 90%;
}
.first_div {
    background-color: white;
    position: absolute;
    top: 25px;
    right: 5%;
    width: 370px;
    height: 370px;
}
.first_div  > .s_time {
    margin: 50px 0 40px 50px;
}
.first_div >  .s_time > a > span {
    margin-right: 7px;
    color: #999;
    font-size: 14px;
    font-weight: 600;   
}
.first_div h1{
    margin: 0 0 40px 50px;
    line-height: 40px;
}

.first_div > a > .pick_up{
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\e821";
    width: 60px;
    height: 60px;
    background-color: #e0dac2;
    border-radius: 4em;
    box-sizing: border-box;
    font: bold 17px icons;
    transition: border-color 0.2s ease-in-out 0s;
    text-align: center;
    line-height: 1.38;
    position: absolute;
    right: 30px;
    top: -33px;
    z-index: 99;
}
.story_title > .second {
    width: 70%;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}
.story_title > .second > ul > li {
    position: relative;
    float: left;
    margin: 0 25px 100px 0;
    width: 30%;
    height: 488px;
    background-color: #fff;
}
.story_title > .second >ul > li > a{
    width: 100%;
    height: 100%;
}
.story_title > .second >ul > li > a > img {
    width: 100%;
}
.story_title > .second  .s_time{
    margin: 25px;
}
.story_title > .second  .s_time  > span{
    margin-right: 7px;
    color: #999;
    font-size: 12px;
    font-weight: 600;
}
.story_title > .second >ul > li > a > p{
    margin: 0 33px 25px 25px;
    line-height: 34px;
    font-size: 18px;
    color: #000;
}
.story_title > .second >ul > li > a > p:last-child{
    font-size: 14px;
}

.story_title > .second >ul > li > a:hover p{
    color: #888;
}
.story_title .more{
    width: 300px;
    height: 80px;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 18px;
    border: 1px solid #111;
    text-align: center;
    line-height: 80px;
}
.story_title .more:hover{
    border: 1px solid #888;
}
.more_div{
    background-color: #f7f7f7;
    position: relative;
    overflow: hidden;
    z-index: 9;
    width: 100%;
}
.more_div .more{
    display: block;
    width: 100px;
    display: flex;
    right: 0;
    margin-left: 80%;
}
.more_div .more > span{
    
    margin: 50px 0;
}
.more_div .more > .more_1{
    border: 1px solid rgba(17,17,17,0.1);
}
.more_div .more >.more_2{
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
}
.more_div .more:hover  .more_1{
    border: 1px solid #000;
}
/* GALLERY */
.g_title {
    position: relative;
    width: 100%;
    height: 550px;
    z-index: 9;
    background-color: rgba(0 ,0,0,0.2);
}
.g_title >div {
    position: absolute;
    top: 35%;
    right: 27%;
}
.g_title >div >h1 {
    color: white;
    font-size: 40px;
    margin-bottom: 20px;
}

.g_title >div  > .more > span{
    float: left;
    color: #fff;
}
.g_title >div > .more > .more_1{
    width: 2.4em;
    height: 2.4em;
    margin: 0 0.5em 0 0;
    border: 1px solid #888;
}
.g_title >div > .more >.more_2{
    font-size: 14px;
    font-weight: 600;
    line-height: 48px;
}
.g_title >div> .more:hover  .more_1{
    border: 1px solid white;
}
/* ins */
.ins {
    position: relative;
    z-index: 9;
    width: 100%;
    background-color: #f7f7f7;
}
.ins > h1 {
    color: #000;
    padding: 40px 18%;
    font-size: 34px;
}
.ins > h1 > .more{
    position: absolute;
    right: 18%;
}
.ins > h1 > .more > span{
    float: left;
    color: #000;
}
.ins > h1 > .more > .more_1{
    width: 1.4em;
    height: 1.4em;
    margin: 0 0.5em 0 0;
    border: 1px solid #888;
    font-size: 28px;
}
.ins > h1 > .more >.more_2{
    font-size: 14px;
    font-weight: 600;
    line-height: 46px;
}
.ins > h1> .more:hover .more_1{
    border: 1px solid #000;
}
.ins_details {
    width: 68%;
    overflow: hidden;
    margin: 0 auto;
}
.ins_details >ul>li{
    float: left;
    width: 33.3%;
    overflow: hidden;
}
.ins_details >ul>li>a,.ins_details >ul>li>a >img{
    width: 100%;
    transition: all 1s;
}
.ins_details >ul>li>a >img:hover{
    transform: scale(1.095);
}
/* for_salon              beauty_city*/
.for_salon ,.beauty_city{
    position: relative;
    z-index: 9;
    width: 100%;
    height: 360px;
    background-color: #f7f7f7;
}

.for_salon > a {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #111;
    margin-top: 60px;
    width: 68%;
    height: 253px;
}
.for_salon > a > .for_img,.beauty_city > a >.city_img{
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.for_salon > a > .for_img>img,.beauty_city > a >.city_img>img{
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.for_salon > a:hover img,.beauty_city > a:hover img{
    transform: scale(1.095);
    
}
.for_salon > a:hover .for_page,.beauty_city > a:hover .city_page{
    color: #888;
}
.for_salon > a >.for_page ,.beauty_city > a >.city_page{
    color: #fff;
    width: 50%;
    float: left;
}
.for_salon > a >.for_page >h1{
    margin: 50px auto 0;
    text-align: center;
    font-size: 36px;
}
.for_salon > a >.for_page > p ,.beauty_city > a >.city_page >p{
    font-size: 14px;
    letter-spacing:3px;
    text-align: center;
    margin-top: 10px;
}
.beauty_city{
    border-top: 1px solid #686666;
}
.beauty_city >a{
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #f7f7f7;
    width: 68%;
    height: 253px;
    border: 1px solid #111;
}
.beauty_city > a >.city_page{
    height: 100%;
    color: #111;
    background-color: #dddada;
}
.beauty_city > a >.city_page >p:first-child{
    margin-top: 18%;
}
/* salon_search */
.salon_search{
    position: relative;
    width: 100%;
    height: 400px;
    z-index: 9;
    background-color: #f7f7f7;
}
.salon_search >div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    /* background-color: pink; */
    width: 68%;
    height: 253px;
}
.salon_search >div > .left,.salon_search >div > .right{
    float: left;
}
.salon_search >div > .left{
    width: 20%;
    margin-right: 12%;
}
.salon_search >div > .left > h1 {
    font-weight: 600;
    letter-spacing:3px;
    margin-top: 10px;
}
.salon_search >div >.right > p{
    font-size: 14px;
    line-height: 30px;
    letter-spacing:3px;
}
.salon_search >div >.right > p:first-child{
    margin-top: 10px;
}
.salon_search >div >.right > p:nth-child(3){
    font-size: 12px;
    color: #888;
    margin-bottom: 20px;
}
.salon_search > div >.right > form > .select > select {
    width: 85%;
    padding: 0.6em 0;
    border-bottom: 1px solid #111;
    border-radius: 0;
    background: transparent;
    float: left;
}
.salon_form> div >.right >form> .select {
    flex: 1 1 100%;
    position: relative;
}
.salon_search > div >.right> form > .search {
    float: left;
    margin-left: 10px;
    padding: 0.7em 2.1em;
    border-radius: 2em;
    outline: none;
    background: #111;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.4s ease-in-out;
}