@charset "utf-8";

.w1200 {
    margin: 0 auto;
    width: 1332px;
}

.process{
    width: 100%;
    height: 170px;
    background: #f6f6f6;
}
.process .process_box{
    padding-top: 30px;
}
.process .process_cont{
    width: 100%;
    height: 120px;
    background: #fff;
}
.process .process_cont .process_title{
    width:calc(200px - 68px) ;
    padding-left: 68px;
    font-size: 20px;
    color: #fff;
    font-weight:bold;
    line-height: 120px;
    background: url("../images/designer/process_1.png") no-repeat 33px #662680;
    position: relative;
}
.process .process_cont .process_title span{
    position: absolute;
    width: 10px;
    height: 19px;
    background: url("../images/designer/process_3.jpg") no-repeat center;
    top: 50%;
    right: -10px;
    margin-top: -10px;
}
.process .process_cont .process_list{
    margin-left: 60px;
    height: 100%;
}
.process .process_cont .process_list li{
    height: 100%;
    width: 200px;
}
.process .process_cont .process_list li:nth-child(1){
    background: url("../images/designer/process_icon_1.png") no-repeat 0 center;
}
.process .process_cont .process_list li:nth-child(2){
    background: url("../images/designer/process_icon_2.png") no-repeat 0 center;
}
.process .process_cont .process_list li:nth-child(3){
    background: url("../images/designer/process_icon_3.png") no-repeat 0 center;
}
.process .process_cont .process_list li:nth-child(4){
    background: url("../images/designer/process_icon_4.png") no-repeat 0 center;
}
.process .process_cont .process_list li p{
    padding-left: 65px;
}
.process .process_cont .process_list li p.p1{
    font-size: 16px;
    line-height: 100%;
    color: #333333;
    margin: 40px 0 7px 0;
}
.process .process_cont .process_list li p.p2{
    font-size: 14px;
    line-height: 100%;
    color: #5c5c5c;
}
.process .process_cont .process_btn{
    width: calc(200px - 64px);
    height: 52px;
    border-radius: 30px;
    margin-top: 30px;
    padding-left: 64px;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    background: url("../images/designer/process_2.png") no-repeat 33px #662680;
}

.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;
}

.filtrate{
    padding-bottom: 15px;
}
.filtrate .filtrate_list{
    min-height: 44px;
    border: 1px solid #dfdfdf;
    border-bottom: none;
}
.filtrate .filtrate_list:nth-child(3){
    border-bottom: 1px solid #dfdfdf;

}
.filtrate .filtrate_list .filtrate_title{
    width: 125px;
    height: 100%;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 44px;
    font-weight: bold;
}
.filtrate .filtrate_list ul{
    max-width: calc(100% - 125px);
    float: left;
    height: 100%;
}
.filtrate .filtrate_list li{
    float: left;
    border-radius: 5px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    padding: 0 5px;
    margin: 12px 27px 12px 0;
    cursor: pointer;
}
.filtrate .filtrate_list li a{
    color: #333;
}
.filtrate .filtrate_list li.active{
    background: #662680;
}
.filtrate .filtrate_list li.active a{
    color: #fff;
}
.filtrate .filtrate_list li:hover{
    background: #662680;
}
.filtrate .filtrate_list li:hover a{
    background: #662680;
    color: #fff;
}

.case_cont{
    width: 100%;
    padding-top: 15px;
}
.case_cont .case_box{
    border: 1px solid #dfdfdf;
    overflow: visible;
}
.case_cont .case_box .case_list{
    width: 1332px;
    padding: 5px 0;
    margin: 0 auto;
}
.case_cont .case_box .case_list .case_item{
    float: left;
    width: 321px;
    margin: 5px 6px;

}
.case_cont .case_box .case_list .case_item .img{
    width: 321px;
    height: 241px;
    position: relative;
    overflow: hidden;
}
.case_cont .case_box .case_list .case_item .img img{
    width: 100% ;
    height: 100%;
}
.case_cont .case_box .case_list .case_item .img a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% ;
    height: 100%;
}
.case_cont .case_box .case_list .case_item .intro{
    width: calc(100% - 2px);
    height: 80px;
    border: 1px solid #dfdfdf;
    border-top: none;
    padding-top: 16px;
    position: relative;
}
.case_cont .case_box .case_list .case_item .intro .case_name{
    height: 40px;
    padding:0 14px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin-bottom: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.case_cont .case_box .case_list .case_item .intro .abstract{
    padding-left: 14px;
    font-size: 16px;
    color: #333;
    line-height: 100%;
}
.case_cont .case_box .case_list .case_item .intro .stylist_picture{
    width: 63px;
    height: 63px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    right: 14px;
    /* overflow: hidden; */
}
.case_cont .case_box .case_list .case_item .intro .stylist_picture img{
    border-radius: 50%;
    width: 100%;
    /* height: 100%; */
}
.case_cont .case_box .case_list .case_item .intro .stylist_window{
    width: 300px;
    height: 194px;
    background: #fff;
    position: absolute;
    bottom: 30px;
    right: -56px;
    display: none;
    z-index: 1000;
}
.case_cont .case_box .case_list .case_item .intro .stylist_window.show{
    display: block;
}
.case_cont .case_box .case_list .case_item .intro .stylist_window .arrows{
    position: absolute;
    width: 20px;
    height: 10px;
    background: url("../images/case/arrows.png") no-repeat center;
    bottom: -10px;
    right: 77px;
}
.case_cont .case_box .case_list .case_item .intro .stylist_window .top{
    height: 139px;
    padding: 10px 11px 0;
}
.case_cont .case_box .case_list .case_item .intro .stylist_window .top .stylist_picture_a{
    width: 90px;
    height: 90px;
    border: 1px solid #eeeeee;
    overflow: hidden;
    margin-right: 8px;
}
.case_cont .case_box .case_list .case_item .intro .stylist_window .top .stylist_picture_a img{
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.case_cont .case_box .case_list .case_item .intro .stylist_window .top .text{
    width: 175px;
    padding-top: 9px;
    font-size: 14px;
    color: #333;
}
.case_cont .case_box .case_list .case_item .intro .stylist_window .top .text .stylist_name{
    line-height: 100%;
    margin-bottom: 12px;
}
.case_cont .case_box .case_list .case_item .intro .stylist_window .top .text .stylist_name span{
    color: #ff0000;
}
.case_cont .case_box .case_list .case_item .intro .stylist_window .top .text p{
    line-height: 100%;
    margin-bottom: 6px;
}
.case_cont .case_box .case_list .case_item .intro .stylist_window .top .text .style .s2{
    width: 105px;
    line-height: 16px;
}
.case_cont .case_box .case_list .case_item .intro .stylist_window .btn_box{
    padding-left: 9px;
}
.case_cont .case_box .case_list .case_item .intro .stylist_window .btn_box .intro_btn{
    width: 133px;
    height: 33px;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #616161;
    margin: 0 3px;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
    position: relative;
}
.case_cont .case_box .case_list .case_item .intro .stylist_window .btn_box .intro_btn a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stylist_page{
    padding-top: 60px;
    margin-bottom: 46px;
}
.stylist_page .page_bar{
    width: 424px;
    height: 40px;
    margin: 0 auto;
}
.stylist_page .page_bar a{
    color: #888888;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 38px;
}
.stylist_page .page_bar .first_page,.stylist_page .page_bar .last_page{
    width: 52px;
    height: 38px;
    border: 1px solid #dfdfdf;
    margin: 0 2px;
}
.stylist_page .page_bar .previous,.stylist_page .page_bar .next{
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #dfdfdf;
    margin: 0 2px;
}
.stylist_page .page_bar .page_list{
    max-width: 220px;
    max-height: 40px;
    overflow: hidden;
}
.stylist_page .page_bar .page_list li{
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #dfdfdf;
    margin: 0 2px;
}
.stylist_page .page_bar .active{
    border: 1px solid #662680;
    background: #662680;
}
.stylist_page .page_bar .active a{
    color: #fff;
}
.stylist_page .page_bar .page_of:hover{
    border: 1px solid #662680;
}

.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 .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;
}






















