/* 导航 */
.on{
    border-bottom: 3px solid white;
}
/* 视频 */
.video{
    position: relative;
    overflow: hidden;
}
.video >span {
    position: absolute;
    top: 40%;
    left: 30%;
    z-index: 9;
    font-size: 56px;
    letter-spacing: 3px;
    color: white;
}
/* 标题文章 */
.title_page{
    text-align: center;
}
.title_page h1{
    font-size: 46px;
    margin: 160px auto 10px;
    letter-spacing: 2px;
}
.title_page h3{
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 50px;
}
.title_page h4{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 80px;
}
.title_page p{
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 40px;
    margin-bottom: 100px;
}
/* recipe */
.recipe {
    width: 100%;
    position: relative;
    margin-bottom: 100px;
}
.recipe_title{
    width: 50%;
    margin-left: 15%;
}
.recipe_title i{
    font-size: 44px;
}
.recipe_title h1{
    font-size: 44px;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
.recipe_title p{
    font-size: 20px;
    margin-bottom: 30px;
}
.recipe_title img {
    width: 100%;
    margin-bottom: 50px;
}
.recipe_title_a >a:hover{
    color: #888;
}
.s_btn {
    display: flex;
    flex-wrap: wrap;
    pointer-events: none;
    margin-top: 35px;
}
.s_btn > li {
    margin-right: 10px;
    margin-bottom: 25px;
}
.s_btn > li > a {
    color: #888;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 2em;
    text-decoration: none;
    pointer-events: auto;
}
.s_btn > li > a:hover{
    /* border: 1px solid #000; */
    background-color: #000;
    color: white;
}
.recipe::after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 24px;
    z-index: -1;
    margin: 0 0 0 150px;
    background: #f2f2f2;
}
.recipe .view_all {
    display: table;
    min-width: 250px;
    margin: 0 0 0 auto;
    font-weight: 500;
    letter-spacing: 0.06em;
    position: absolute;right: 17%;
    bottom: 0;
    padding: 1.5em 2em;
    border: 1px solid transparent;
    box-sizing: border-box;
    background: #111;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s ease-in-out 0s;
    transition-property: border-color,background-color,color,opacity;
}
/* RECIPE SEARCH */
.recipe_search{
    width: 75%;
    margin: 0 auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
}
.recipe_search >h1{
    font-size: 40px;
    text-align: center;
    padding: 50px 0;
    border-bottom: 1px solid #e7e7e7;
}
.recipe_search >p{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}
.recipe_search > div > ul::before {
    display: block;
    content: '';
    height: 0;
    padding: 76.1904% 0 0;
    background: url(../img/image/recipe-search_impressions_chart.png) center center no-repeat;
    background-size: contain;
}
.recipe_search > div > ul {
    width: 540px;
    position: relative;
    margin: 0 auto;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.recipe_search > div > ul > li >a{
    font-size: 12px;
}
/*.recipe_search > div > ul > li > a::after {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    content: '\e821';*/
/*    width: 1.2em;*/
/*    height: 1.2em;*/
/*    margin: 1em 0 0 20px;*/
/*    border-radius: 10em;*/
/*    background: #fff;*/
/*    font: normal 1em/1 icons,sans-serif;*/
/*    color: inherit;*/
/*    outline: none;*/
/*    transition: all 0.2s ease-in-out 0s;*/
/*    transition-property: border-color,background-color,color,opacity;*/
/*}*/
.recipe_search > div > ul > li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    padding: 1em;
    box-sizing: border-box;
    border-radius: 10em;
    background: #ddd;
}
.recipe_search > div > ul > li.cute-feminine {
    margin: -80px 0 0 -100px;
    background-color: #f4ebe1;
}
.recipe_search > div > ul > li.pure-fresh {
    margin: -80px 0 0 100px;
    background-color: #e6edec;
}
.recipe_search > div > ul > li.elegant-gorgeous {
    margin: 80px 0 0 -100px;
    background-color: #e9d5be;
}
.recipe_search > div > ul > li.sharp-mode {
    margin: 80px 0 0 100px;
    background-color: #bfd9d5;
}
.search_pro{
    width: 75%;
    margin: 50px auto;
}
.search_pro>p{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}
.search_pro> ul {
    width: 100%;
    display: flex;
    margin: -5px -2.5px 0;
    padding: 40px 0 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
}
.search_pro > ul > li {
    width: 16%;
    margin-right: 10px;
    background-color: #f2f2f2;
}
.search_pro > ul > li:last-child{
    margin-right: 0;
}
.search_pro > ul > li > a {
    display: block;
    padding: 0 0 1em;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
}
.search_pro > ul > li > a img{
    width: 100%;
    height: 50%;
}

.seasonal{
    width: 100%;
    overflow: hidden;
    margin: 50px auto ;
}
.seasonal h1{
    font-size: 30px ;
    text-align: center;
    padding: 30px 0;
}
.seasonal> ul {
    width: 100%;
}
.seasonal >ul >li {
    float: left;
    width: 33.3%;
    height: 425px;
    background-color: #f2f2f2;
}
.seasonal>ul >li > a >img{
    width: 100%;
    margin-bottom: 7%;
}
.seasonal>ul >li > a >i{
    font-size: 26px;
    margin-left: 30px;
}
.seasonal>ul >li > a >p{
    margin-left: 30px;
    margin-top: 10px;
    font-size: 14px;
}
.s_btn{
    margin-left: 30px;
}
.seasonal_1{
    width: 100%;
    float: left;
    background-color: #f2f2f2;
}
.seasonal_1>a>p{
    width: 250px;
    height: 66px;
    margin: 0 auto;
    color: white;
    background-color: #111; 
    text-align: center;
    line-height: 66px;
    font-size: 18px;
}
.seasonal_1>a>p:hover{
    background-color: #888;
}
.hair_make ,.beauty_city{
    float: left;
    position: relative;
    z-index: 9;
    width: 100%;
    height: 360px;
    background-color: #f7f7f7;
}
.hair_make {
    background-color: white;
}
.hair_make > a {
    display: inline-block;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #111;
    width: 68%;
    height: 253px;
}
.hair_make > a > .hair_make_img,.beauty_city > a >.city_img{
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.hair_make > a > .hair_make_img>img,.beauty_city > a >.city_img>img{
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.hair_make > a:hover img,.beauty_city > a:hover img{
    transform: scale(1.095);
    
}
.hair_make > a:hover .hair_make_page,.beauty_city > a:hover .city_page{
    color: #888;
}
.hair_make > a >.hair_make_page ,.beauty_city > a >.city_page{
    color: #fff;
    width: 50%;
    float: left;
}
.hair_make > a >.hair_make_page >h1{
    margin: 50px auto 0;
    text-align: center;
    font-size: 36px;
}
.hair_make > a >.hair_make_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 #ddd;
}
.beauty_city > a >.city_page{
    height: 100%;
    color: #111;
    background-color: #dddada;
}
.beauty_city > a >.city_page >p:first-child{
    margin-top: 18%;
}
#footer,#footer2{
    float: left;
}
/* salon_search */
.salon_search{
    float: left;
    position: relative;
    width: 100%;
    height: 400px;
    z-index: 9;
    background-color: white;
}
.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;
}







