@charset "utf-8";

.path_nav{
    width: 100%;
    height: 52px;
}
.path_nav .path_nav_cont{
    height: 52px;
}
.path_nav .path_nav_cont .place_title{
    width: 100px;
    height: 100%;
    font-size: 14px;
    color: #333333;
    line-height: 52px;
    text-align: center;
}
.path_nav .path_nav_cont .nav_list{
    height: 100%;
}
.path_nav .path_nav_cont .nav_list .nav_of {
    line-height: 52px;
    font-size: 14px;
}
.path_nav .path_nav_cont .nav_list .nav_of a{
    color: #333333;
    margin: 0 6px;
}
.path_nav .path_nav_cont .nav_list .nav_of a:hover{
    color: #662680;
    font-weight: bold;
}

.stylist_title{
    width: 100%;
}
.stylist_title .title_box .top_cont{
    width: 100%;
    height: 200px;
    position:relative;
    background: url("../images/designer/top_cont_bg.jpg") no-repeat center;
    background-size: 100%;
}
.stylist_title .title_box .top_cont .stylist_picture{
    width: 188px;
    height: 188px;
    overflow: hidden;
    border: 6px solid #e5e5e5;
    position: absolute;
    top: 30px;
    left: 50px;
}
.stylist_title .title_box .top_cont .stylist_picture img{
    width: 100%;
}
.stylist_title .title_box .top_cont .stylist_digest{
    position: absolute;
    top: 50px;
    left: 270px;
}
.stylist_title .title_box .top_cont .stylist_digest .stylist_name{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 100%;
    margin-bottom: 16px;
}
.stylist_title .title_box .top_cont .stylist_digest p{
    font-size: 16px;
    font-weight: bold;
    font-family: 微软雅黑;
    color: #fff;
    line-height: 100%;
    margin-bottom: 12px;
}
.stylist_title .title_box .top_cont .stylist_digest .already{
    font-weight: normal;
}
.stylist_title .title_box .top_cont .stylist_digest p span{
    font-weight: normal;
}
.stylist_title .title_box .top_cont .stylist_digest .adept span{
    padding: 0 5px;
}
.stylist_title .title_box .top_cont .stylist_digest .already span{
    font-size: 18px;
    color: #fff000;
    padding: 0 5px;
}
.stylist_title .title_box .top_cont .stylist_btn{
    width: 130px;
    height: 40px;
    border-radius: 5px;
    background: #fff000;
    font-size: 16px;
    color: #662680;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 40px;
    bottom: 20px;
    cursor: pointer;
}
.stylist_title .title_box .select_bar{
    height: 48px;
    border: 1px solid #dfdfdf;
}
.stylist_title .title_box .select_bar .select_list{
    height: 48px;
    margin-left: 269px;
    border-left: 1px solid #dfdfdf;
}
.stylist_title .title_box .select_bar .select_list .select_item{
    height: 100%;
    padding: 0 14px;
    font-size: 16px;
    line-height: 48px;
    color: #333333;
    border-right: 1px solid #dfdfdf;
    cursor: pointer;
}
.stylist_title .title_box .select_bar .select_list .select_item.active{
    height:calc(100% - 1px);
    color: #662680;
    border-bottom: 2px solid #662680;
}

.content{
    width: 100%;
}
.content .content_box{

}
.content .content_box .content_item{
    display: none;
}
.content .content_box .content_item.show{
    display: block;
}
.content .content_box .stylist_intro_box{
    display: none;
}
.content .stylist_intro{
    padding-top: 40px;
    margin-left: 270px;
    width: 760px;
}
.content .stylist_intro .intro_item{
    margin-bottom: 15px;
}
.content .stylist_intro .intro_item .intro_title{
    height: 45px;
    border-bottom: 1px solid #a0a0a0;
    position: relative;
    margin-bottom: 8px;
}
.content .stylist_intro .intro_item .intro_title h4{
    font-size: 24px;
    color: #333333;
    line-height: 100%;
    padding:0 5px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #a0a0a0;
}
.content .stylist_intro .intro_item p{
    font-size: 16px;
    color:#333;
    line-height: 28px;
    padding-left: 3px;
}

.content .content_box .stylist_page{
    padding-top: 60px;
}
.content .content_box .stylist_page .page_bar{
    width: 424px;
    height: 40px;
    margin: 0 auto;
}
.content .content_box .stylist_page .page_bar a{
    color: #888888;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 38px;
}
.content .content_box .stylist_page .page_bar .first_page,.content .content_box .stylist_page .page_bar .last_page{
    width: 52px;
    height: 38px;
    border: 1px solid #dfdfdf;
    margin: 0 2px;
}
.content .content_box .stylist_page .page_bar .previous,.content .content_box .stylist_page .page_bar .next{
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #dfdfdf;
    margin: 0 2px;
}
.content .content_box .stylist_page .page_bar .page_list{
    max-width: 220px;
    max-height: 40px;
    overflow: hidden;
}
.content .content_box .stylist_page .page_bar .page_list li{
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #dfdfdf;
    margin: 0 2px;
}
.content .content_box .stylist_page .page_bar .active{
    border: 1px solid #662680;
    background: #662680;
}
.content .content_box .stylist_page .page_bar .active a{
    color: #fff;
}
.content .content_box .stylist_page .page_bar .page_of:hover{
    border: 1px solid #662680;
}

.content .stylist_case{
    width: 1352px;
}
.content .stylist_case .case_item{
    float: left;
    width: 428px;
    border: 1px solid #dfdfdf;
    padding-bottom: 20px;
    margin: 20px 20px 0 0;
}
.content .stylist_case .case_item .case_img{
    width: 428px;
    height: 321px;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
}
.content .stylist_case .case_item .case_img img{
    width: 100%;
    /* height: 100%; */
}
.content .stylist_case .case_item p,.content .stylist_case .case_item .case_title{
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 100%;
}
.content .stylist_case .case_item .case_title{
    margin-top: 15px ;
}
.content .stylist_case .case_item .case_style{
    margin: 9px 0;
}
.content .stylist_case .case_item .case_btn{
    width: 218px;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #662680;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    color: #662680;
    margin: 0 auto;
    cursor: pointer;
}

.show_apply_layer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    z-index: 9999;
    display: none;
}
.show_apply_layer .show_apply_box{
    width: 580px;
    height: 454px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -227px 0 0 -290px;
    background: url("../images/designer/show_apply_box.jpg") no-repeat center;
}
.show_apply_layer .compute_apply_box{
    background: url("../images/designer/compute_apply_box.jpg") no-repeat center;
}
.show_apply_layer .show_apply_box .close_btn{
    width: 44px;
    height: 44px;
    position: absolute;
    top: 34px;
    right: 20px;
    cursor: pointer;
}
.show_apply_layer .show_apply_box .form{
    width: 499px;
    height: 296px;
    position: absolute;
    top: 118px;
    left: 36px;
}
.show_apply_layer .show_apply_box .form input{
    width: 100%;
    height: 68px;
    padding-left: 60px;
    font-size: 20px;
    line-height:68px;
    margin-bottom: 8px;
}
.show_apply_layer .show_apply_box .submit_btn{
    width: 100%;
    height: 68px;
    cursor: pointer;
}

















