@charset "utf-8";

.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;
}

.operation{
    width: 100%;
}
.operation .operation_box{
    margin-bottom: 20px;
}
.operation .operation_box .operation_cont{
    height: 48px;
    border: 1px solid #dfdfdf;
}
.operation .operation_box .operation_cont .sort li{
    font-size: 16px;
    color: #333333;
    line-height: 48px;
    padding: 0 14px;
    border-right: 1px solid #dfdfdf;
    cursor: pointer;
}
.operation .operation_box .operation_cont .sort li a{
    color: #333333;
}
.operation .operation_box .operation_cont .sort .case_sort,.operation .operation_box .operation_cont .sort .view_sort{
    background: url("../images/designer/sort_up.jpg") no-repeat 65px center;
}
.operation .operation_box .operation_cont .sort li.down{
    background: url("../images/designer/sort_dow.jpg") no-repeat 65px center;
}
.operation .operation_box .operation_cont .sort li.active{
    color: #662680;
    font-weight:bold;
}
.operation .operation_box .operation_cont .sort li.active a{
    color: #662680;
}
.operation .operation_box .operation_cont .search{
    width: 338px;
    height: 100%;
    border-left: 1px solid #dfdfdf;
}
.operation .operation_box .operation_cont .search .search_cont{
    width: 296px;
    height: 26px;
    border-radius: 5px;
    border: 2px solid #662680;
    margin: 9px 0 0 19px;
}
.operation .operation_box .operation_cont .search .search_cont .stylist_name{
    width: 228px;
    height: 100%;
    padding-left: 8px;
    font-size: 14px;
}
.operation .operation_box .operation_cont .search .search_cont .search_btn{
    width:calc(100% - 228px);
    height: 100%;
    background: #662680;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
}

.stylist_main{
    width: 100%;
}
.stylist_main .left_cont{
    width: 1032px;
}
.stylist_main .left_cont .nothing{
    height: 58px;
    border: 1px solid #dfdfdf;
    font-size: 18px;
    color: #5c5c5c;
    padding-left: 286px;
    line-height: 58px;
    background: url("../images/designer/nothing.png") no-repeat 194px center #eeeeee;
}
.stylist_main .left_cont .stylist_list{
    margin-top: 20px;
}
.stylist_main .left_cont .stylist_list .stylist_item{
    height: 493px;
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
    position: relative;
}
.stylist_main .left_cont .stylist_list .stylist_item:hover{
    border: 1px solid #662680;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_intro{
    margin: 19px 0 20px 19px;
    height: 200px;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_intro .picture{
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_intro .picture img{
    width: 100%;
    /* height: 100%; */
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_intro .picture a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_intro .intro{
    width: 659px;
    padding-top: 26px;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_intro .intro .name{
    line-height: 100%;
    margin-bottom: 20px;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_intro .intro .name a{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 100%;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_intro .intro .name span{
    font-size: 16px;
    color: #333333;
    line-height: 100%;
    margin-left: 15px;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_intro .intro .status{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 100%;
    margin-bottom: 16px;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_intro .intro .status span{
    color: #662680;
    font-weight: normal;
    line-height: 100%;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_intro .intro .adept{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 100%;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_intro .intro .adept span{
    font-weight: normal;
    line-height: 100%;
    margin-right: 24px;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_intro .intro .stylist_btn{
    margin-top: 20px;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_intro .intro .stylist_btn span{
    width: 178px;
    height: 38px;
    border: 1px solid #662680;
    border-radius: 5px;
    line-height: 38px;
    font-size: 16px;
    color: #662680;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_intro .intro .stylist_btn .btn_a{
    padding-left: 34px;
    background: url("../images/designer/stylist_btn.png") no-repeat 124px center;
    margin-right: 20px;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_intro .intro .stylist_btn .btn_b{
    text-align: center;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_intro .intro .stylist_btn .btn_b a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_case_list{
    margin-left: 19px;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_case_list .case_item{
    width: 320px;
    height: 240px;
    overflow: hidden;
    position: relative;
    margin-right: 17px;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_case_list .case_item img{
    width: 100%;
    /* height: 100%; */
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_case_list .case_item .label{
    height: 20px;
    padding: 0 5px;
    border-radius:5px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 10px;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_case_list .case_item .label_a{
    left: 10px;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_case_list .case_item .label_b{
    right: 10px;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_case_list .case_item a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_data{
    position: absolute;
    top: 20px;
    right: 20px;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_data .data_item{
    height: 40px;
    padding: 0 10px;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_data .data_item.case_num{
    border-right: 1px solid #dfdfdf;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_data .data_item p{
    font-size: 14px;
    text-align: center;
    line-height: 100%;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_data .data_item .p1{
    color: #333;
    margin-top: -3px;
}
.stylist_main .left_cont .stylist_list .stylist_item .stylist_data .data_item .p2{
    color: #662680;
    margin-top: 19px;
}

.stylist_main .left_cont .stylist_page{
    padding-top: 60px;
    margin-left: 300px;
    padding-bottom: 46px;
}
.stylist_main .left_cont .stylist_page .page_bar{
    width: 424px;
    height: 40px;
    margin: 0 auto;
}
.stylist_main .left_cont .stylist_page .page_bar a{
    color: #888888;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 38px;
}
.stylist_main .left_cont .stylist_page .page_bar .first_page,.stylist_main .left_cont .stylist_page .page_bar .last_page{
    width: 52px;
    height: 38px;
    border: 1px solid #dfdfdf;
    margin: 0 2px;
}
.stylist_main .left_cont .stylist_page .page_bar .previous,.stylist_main .left_cont .stylist_page .page_bar .next{
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #dfdfdf;
    margin: 0 2px;
}
.stylist_main .left_cont .stylist_page .page_bar .page_list{
    max-width: 220px;
    max-height: 40px;
    overflow: hidden;
}
.stylist_main .left_cont .stylist_page .page_bar .page_list li{
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #dfdfdf;
    margin: 0 2px;
}
.stylist_main .left_cont .stylist_page .page_bar .active{
    border: 1px solid #662680;
    background: #662680;
}
.stylist_main .left_cont .stylist_page .page_bar .active a{
    color: #fff;
}
.stylist_main .left_cont .stylist_page .page_bar .page_of:hover{
    border: 1px solid #662680;
}



.stylist_main .right_cont{
    width: 280px;
}
.right_cont .plan{
     border: 1px solid #dfdfdf;
     border-bottom: none;
     padding-bottom: 20px;
}
.right_cont .plan .plan_title{
    border-bottom: 1px solid #dfdfdf;
    height: 48px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 48px;
    background-color: #eeeeee;
}
.right_cont .plan .plan_apply .p1{
    font-size: 14px;
    color: #5c5c5c;
    text-align: center;
    line-height: 100%;
    margin: 9px 0 19px 0;
}
.right_cont .plan .plan_apply input{
    display: block;
    width: 240px;
    height: 40px;
    border: 1px solid #a0a0a0;
    margin: 0 auto 10px;
    padding-left: 9px;
    font-size: 14px;
}
.right_cont .plan .plan_btn{
    width: 238px;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    background: #662680;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    margin: 0 auto 19px;
}
.right_cont .plan .plan_apply .p2{
    font-size: 18px;
    line-height: 100%;
    color: #333333;
    text-align: center;
}
.right_cont .plan .plan_apply .p2 span{
    font-size: 24px;
    line-height: 100%;
    color: #662680;
    font-weight: bold;
}
.right_cont .tel400{
    height: 58px;
    background: url("../images/designer/tel400_bg.jpg") repeat-x left bottom #ffd946;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 58px;
}
.right_cont .tel400 span{
    font-size: 24px;
    color: #662680;
    line-height: 100%;
}
.right_cont .hot_stylist{
    margin-top: 20px;
    border: 1px solid #dfdfdf;
}
.right_cont .hot_stylist .hot_title{
    border-bottom: 1px solid #dfdfdf;
    height: 48px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 48px;
    background-color: #eeeeee;
}
.right_cont .hot_list{
    width: 260px;
    margin: 0 auto;
}
.right_cont .hot_list .hot_item{
    overflow: hidden;
    height: 79px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}
.right_cont .hot_list .hot_item a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.right_cont .hot_list .hot_item:last-child{
    border-bottom:none;
}
.right_cont .hot_list .hot_item .hot_picture{
    width: 60px;
    height: 60px;
    margin: 10px 12px 0 5px;
    overflow: hidden;
}
.right_cont .hot_list .hot_item .hot_picture img{
    width: 100%;
    /* height: 100%; */
}
.right_cont .hot_list .hot_item .hot_intro{
    margin-top: 20px;
}
.right_cont .hot_list .hot_item .hot_intro p{
    font-size: 14px;
    color: #333;
    line-height: 100%;
}
.right_cont .hot_list .hot_item .hot_intro .hot_name{
    margin-bottom: 12px;
}
.right_cont .hot_list .hot_item .hot_intro .hot_name span{
    font-weight: bold;
    margin-right: 12px;
}
.right_cont .hot_list .hot_item .hot_intro .hot_data span{
    padding: 0 3px;
}

.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;
}














