/* 公共的 */
body{
    font: 300 14px  Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans;
    background: #f8f8f8;
}
@media (min-width: 1200px) {
    .container {
        width: 1220px
    }
}
.icon-nan{
    color: #23b7e5;
}
.icon-nv1{
    color: #ffbb05;
}
/* paginatioin */
.pagination > li > a, .pagination > li > span {
    border-radius: 100%;
    margin-right: 5px;
    color: #999;
}
.pagination > li:first-child > a, .pagination > li:first-child > span{
    border-radius: 100%;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 100%;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {

    z-index: 2;
    color: #fff;
    background-color: #f78536;
    border-color: #f78536;
    cursor: default;

}
.btn{
    border:1px solid #f90;
    background: transparent;
    color: #f90;
}
.btn-default{
    background: #f90;
    color: #fff;
}
.btn-default:hover{
    background: #008c77;
}
.modal-header {
    padding: 9px 15px;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
    background: #eee;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.modal-footer {
    padding: 10px;

}
.modal-sm {
    width: 334px;
}
a{
    color: #666;
}
a:hover{
    text-decoration: none;
}
.node_common_title{
    position: relative;
    padding-left: 90px;
}
.node_common_title img{
    position: absolute;
    left: 0;
    bottom: 0;
}

.node_common_title_name{
    font-size: 30px;
    color: #333;
}
.node_common_title_desc{
    color: #666;
    font-size: 16px;
}
.node_common_title_more{
   position: absolute;
    bottom: 0;
    font-size: 14px;
    right: 0;
    color: #999;

}
.node_common_title_more i{
    font-family: '宋体';
    font-weight: bold;
    font-style: normal;
}
.node_common_index_title h4{
    font-size: 30px;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
}
@media (max-width: 768px) {
    .node_common_index_title h4{
        font-size: 30px;

    }
}
.node_common_index_title h5{
    font-size: 16px;
    color: #999;
    text-align: center;
    margin-bottom: 30px;
}
/* 顶部 */
.node_1503378658{
    padding-top: 5px;
    padding-bottom: 5px;
    color: #999;
    font-size: 14px;
}
.node_1503378658 .node_btn{
    background: #f78536;
    color: #fff;
    padding:5px 17px;
    display: inline-block;
    margin-top: 5px;
}
.node_1503378658 .node_link{
    color: #666;
    font-size: 12px;
}
/* 导航 */
.node_1503378659{
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}
@media (min-width: 1200px) {
    .node_1503378659 .node_logo{
        width: 13.6667%;
    }
    .node_1503378659 .text-right{
        width: 19.6667%;
    }
}
.node_1503378659 .node_nav_list{
    margin-top: 25px;
    margin-left: 19px;
}
.node_1503378659 .node_nav_list li{
    display: inline-block;
}
.node_1503378659 .node_nav_list li a{
    display: block;
    font-size: 14px;
    color: #999;
    padding:5px 15px;
}

.node_1503378659 .node_search{
    background: #fff;
    border:1px solid #f78536;
    border-radius: 0;
    margin-top: 20px;
    width: 94%;
}
.node_1503378659 .node_search .dropdown{
    cursor: pointer;
}
.node_1503378659 .node_search .dropdown a{
    font-size: 14px;
    color: #999;
}

.node_1503378659 .dropdown-menu li {
    line-height: 30px;
    padding-left: 10px;
    cursor: pointer;

}
.node_1503378659 .node_search .input-group{
    right: -1px;
}
.node_1503378659 .node_search .form-control{
    height: 37px;
    border:none;
    font-size: 14px;
    color: #999;

}
.node_1503378659 .node_search .form-control{
    background: transparent;

}
.node_1503378659 .node_search .form-control:-moz-placeholder{
    color: #ddd;
}
.node_1503378659 .node_search .form-control::-webkit-input-placeholder{
    color: #ddd;
}
.node_1503378659 .node_search .input-group-addon{
    border:none;
    border-radius: 0;
    background: transparent;

}
.node_1503378659 .node_btn_search{
    background: transparent;
    color: #999;
    font-size: 16px;
    border-radius: 0;
    font-weight: bold;
    cursor: pointer;


}
.node_1503378659 .node_btn_search i{
    font-size: 25px;
}
.node_1503378659 .node_btn_login{
    position: relative;
    top:29px;
    padding:8px 25px;
    font-size: 14px;
    font-weight: bold;
    border:1px solid #eee;
    background: linear-gradient(#fff 0,#efefef 50%,#fafafa 100%);
    border-radius: 4px;

}
.node_1503378659 .node_btn_register{
    position: relative;
    top:29px;
    padding:8px 25px;
    font-size: 14px;
    font-weight: bold;
    border:1px solid #f78536;
    background: #f78536;
    border-radius: 4px;
    color: #fff;
    margin-left: 5px;


}
.node_1503378659 .node_avatar{
    display: inline-block;
    float: right;
    margin-top: 17px;
    margin-left: 15px;
}
@media (min-width: 1200px) {
    .node_1503378659 .col-md-5{
       width: 37.66667%;
    }
    .node_1503378659 .col-md-3{
        width: 29%;
    }
}

.node_1503378659 .node_avatar img{
    width: 42px;
    height: 42px;
    border-radius: 100%;
}
.node_1503378659 .node_avatar .dropdown-menu{
    width: 120px;
    min-width: 120px;
    top:40px;
}
.node_1503378659 .node_avatar .dropdown-menu>li a:hover{
    background: transparent;
}


/* 滚动新闻 */
.node_1503466187{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
    position: relative;
}
.node_1503466187 .roll__list{
    position: absolute;
    width: 100%;
}

.node_1503466187 li{
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: block;
    width: 100%;
    float: left;
}


.node_1503466187 .node_left{
    float: left;
}
.node_1503466187 .node_right{
    float: right;
}
.node_1503466187 li i{
    color: #f78536;
    font-size: 20px;
    vertical-align: middle;
}
.node_1503466187 li span{
    color: #f78536;
}

/* 首页设计师推荐 */
.node_1503468755{

}
.node_1503468755 .node_item{


    margin-top: 77px;
    position: relative;
    width: 386px;
    height: 215px;

}
.node_1503468755 .node_item .node_flip_link{
    display: block;
}
.node_1503468755 .node_item .node_icon{
    display: inline-block;
    width: 20px;
    height: 17px;
   vertical-align: -3px;

    background-image: url('../images/designer_icon.png');
}
.node_1503468755 .node_item .node_icon_nan{
    background-position: -15px 0;
}
.node_1503468755 .node_item .node_icon_nv{
    background-position: 0 0;
    width:16px;
}
.node_1503468755 .node_item .node_flip_box{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 1px 1px 8px #ccc;
}
.node_1503468755 .node_item .node_flip_body{
    background: rgb(190,190,125);
    height: 170px;
    padding-top: 15px;
}
.node_1503468755 .node_item .node_flip_avatar{
    text-align: center;

}
.node_1503468755 .node_item .node_flip_avatar img{
    border-radius: 50%;
    width: 84px;
    height: 84px;
    border:2px solid #fff;
}
.node_1503468755 .node_item .node_flip_name{
    text-align: center;
    margin-top: 10px;
    color: #fff;
}
.node_1503468755 .node_item .node_flip_rz span{
    padding:0 15px;
    font-size: 12px;
}
.node_1503468755 .node_item .node_flip_rz{
    text-align: center;
    margin-top: 10px;
    color: #fff;
}
.node_1503468755 .node_item .node_flip_rz .iconfont{
    color: #effffd;
}
.node_1503468755 .node_item .node_flip_footer{
    line-height: 40px;
    padding:0 15px;
}
.node_1503468755 .node_item_body{
    position: relative;
    background: #f7f7f7;
    padding:10px;
    padding-top: 70px;
}
.node_1503468755 .node_cycle{
    position: absolute;
    left: 50%;
    top: -5px;
    width: 125px;
    margin-left: -62px;
    z-index: 0;
}
.node_1503468755 .node_item_body h4{
    text-align: center;
    font-size: 18px;
    margin-top: 5px;

}
.node_1503468755 .node_item_body h5{
    text-align: center;
    color: #666;
    font-size: 12px;
    margin-bottom: 0;
}
.node_1503468755 .node_item_body .node_avatar{
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -49px;
    border-radius: 100%;
    position: absolute;
    top: -45px;
}
.node_1503468755 .node_item_footer{
    padding:15px 25px;
    font-size: 12px;
    color: #999;
    letter-spacing: 2px;
}
.node_1503468755 .node_item_footer .node_salary{
    font-size: 18px;
    color: #f30;
}
.node_1503468755 .node_item_footer .node_year{
    font-size: 18px;
    color: #8dd146;
}
.node_1503468755 .node_item_footer .node_label{
    text-align: center;
    margin-top: 14px;
}
.node_1503468755 .node_item_footer .node_label span{
    border:1px solid #e7e7e7;
    padding:  2px 8px;
    border-radius: 4px;
    margin-right: 5px;
    color: #999;
    font-size: 12px;
}
 .node_pager{
    text-align: center;
    margin-top: 20px;
}
/* 作品展示 */
.node_1503473819{

}
.node_1503473819 .node_category{
    margin-top: 30px;
    font-size: 14px;
}
.node_1503473819 .node_category>span{
    width: 70px;
    display: inline-block;
    padding-left: 15px;
    position: relative;
    bottom: 14px;
    left: 10px;
    font-size: 18px;
}
.node_1503473819 .node_category a{
   display: inline-block;
    text-align: center;
    width: 72px;
    height: 37px;

    position: relative;
}
.node_1503473819 .node_category a i{
    display: inline-block;
    width: 43px;
    height: 37px;
    background-image: url("../images/category_icon.png");

}
.node_1503473819 .node_category a i.node_icon1{background-position: 0 0;}
.node_1503473819 .node_category a i.node_icon2{background-position: -42px 0;}
.node_1503473819 .node_category a i.node_icon3{background-position: -85px 0;}
.node_1503473819 .node_category a i.node_icon4{background-position: -128px 0;}
.node_1503473819 .node_category a i.node_icon5{background-position: -170px 0;}
.node_1503473819 .node_category a i.node_icon6{background-position: -213px 0;}
.node_1503473819 .node_category a i.node_icon7{background-position: -255px 0;}
.node_1503473819 .node_category a i.node_icon8{background-position: -298px 0;}
.node_1503473819 .node_category a i.node_icon9{background-position: -340px 0;}
.node_1503473819 .node_category a i.node_icon10{background-position: -383px 0;}
.node_1503473819 .node_category a i.node_icon11{background-position: -426px 0;}
.node_1503473819 .node_category a i.node_icon12{background-position: -468px 0;}
.node_1503473819 .node_category a i.node_icon13{background-position: -510px 0;}
.node_1503473819 .node_category a i.node_icon14{background-position: -553px 0;}
.node_1503473819 .node_category a span{
    background: #f78536;
    border-radius: 15px;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    display: none;
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
}
.node_1503473819 .node_category a:hover span{
    display: block;
}
.node_1503473819 .node_category a:hover i{
    display: none;
}
.node_1503473819 .node_item{

    box-shadow: 1px 1px 8px #ccc;
    background: #fff;
    margin-top: 30px;
    position: relative;
}
.node_1503473819 .node_item:hover{
    box-shadow: 0 0 12px #ddd;
}
.node_1503473819 .node_item .node_control{
    position: absolute;
    right: 15px;
    top: 15px;
}
.node_1503473819 .node_item .node_control a{
    width: 24px;
    height: 26px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 1px 1px 4px #ddd;
    display: none;

}
.node_1503473819 .node_item:hover .node_control a
{
    display: inline-block;
}
.node_1503473819 .node_item .node_control a .iconfont{
    font-size: 25px;
    color: #aaa;
    font-weight: 300;

}
.node_1503473819 .node_item .node_control a .icon-aixin1{
    display: none;
}
.node_1503473819 .node_item .node_control a.active .icon-aixin{
    display: none;

}
.node_1503473819 .node_item .node_control a.active .icon-aixin1{
    display: block;
    color: #f30;
}

.node_1503473819 .node_item .node_item_body{
    padding: 2px;
    height: 274px;
    width: 285px;
    overflow: hidden;
}
.node_1503473819 .node_item .node_item_body a{
}
.node_1503473819 .node_item .node_item_body  img{
    max-width: 100%;
    min-height: 100%;
    display: block;
    border: 0;
}
.node_1503473819 .node_item .node_item_footer{
    padding:10px 20px;
}
.node_1503473819 .node_item .node_item_footer .node_title{
    font-size: 14px;
    color: #666;
}
.node_1503473819 .node_item .node_item_footer .node_title .pull-right{
    font-size: 12px;
    color: #999;
}
.node_1503473819 .node_item .node_item_footer .node_can{
    margin-top: 5px;
    font-size: 12px;
    color: #999;
}
.node_1503473819 .node_item .node_item_footer .node_user{
    margin-top: 10px;
    position: relative;
    padding-left: 55px;
    padding-top: 3px;
}
.node_1503473819 .node_item .node_item_footer .node_user .node_avatar{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
}
.node_1503473819 .node_item .node_item_footer .node_user p{
    margin-bottom: 3px;
}
.node_1503473819 .node_item .node_item_footer .node_user p a{
    color: #999;
    font-size: 12px;
    margin-right: 5px;
}
.node_1503473819 .node_item .node_item_footer .node_user i{

}
.node_1503473819 .node_item .node_item_footer .node_level{
    background:#fe686f ;
    color: #fff;
    font-size: 12px;
    padding:1px 3px;
    border-radius: 4px;
}
.node_1503473819 .node_item .node_item_footer .node_gender{
    width: 16px;
    height: 17px;
}

/* 找到你想要的设计师 */
.node_1503475322{
    margin-top: 20px;
}

.node_1503475322 .node_search{

    border:2px solid #f78536;
    border-radius: 4px;
    background: #fff;
    margin-top: 25px;
}
.node_1503475322 .node_search:hover{

}
@media (min-width: 1200px) {
    .node_1503475322 .node_search .col-md-2{
        width: 20%;
    }
}

.node_1503475322 .node_search button{
    width: 100%;
    background: #f78536;
    border:none;
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}
.node_1503475322 .node_search .dropdown-toggle{
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    color: #333;
    font-size: 16px;
}
.node_1503475322 .node_search .dropdown-menu{
    box-shadow: none;
    border-radius: 0;
    min-width: 150px;
}
.node_1503475322 .node_search .dropdown-menu li{
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.node_1503475322 .node_nice{
    position: relative;
    padding-left: 45px;
    margin-top: 38px;
}
.node_1503475322 .node_nice .node_icon{
    position: absolute;
    width: 33px;
    height: 33px;
    left: 0;
    top: 0;
    background-image: url("../images/3s.png");
}
.node_1503475322 .node_nice .node_icon_3{
    background-position: 0 0;
}
.node_1503475322 .node_nice .node_icon_s{
    background-position: -33px 0;
    width: 29px;
    height: 34px;
}
.node_1503475322 .node_nice img{
    position: absolute;
    left: 0;
    top:4px;
}
.node_1503475322 .node_nice_title{
    font-weight: bold;
    font-size: 15px;
}
.node_1503475322 .node_nice_desc{
    color: #999;
    margin-top: 1px;
}

/* 新晋设计师 */
.node_1503485546{

}
.node_1503485546 .node_item{
    background: #fff;
    text-align: center;
    box-shadow: 1px 1px 8px #ccc;
    position: relative;
    padding-top: 70px;
    padding-bottom: 30px;
    margin-top: 100px;
}
.node_1503485546 .node_item:hover{
    box-shadow: 0 0 12px #ddd;
}
.node_1503485546 .node_item .node_cycle{
    position: absolute;
    left: 50%;
    top: -9px;
    width: 184px;
    margin-left: -91px;
}
.node_1503485546 .node_item .node_avatar{
    position: absolute;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    top: -76px;
}
.node_1503485546 .node_item h4{
    font-size: 18px;
    color: #333;
    margin-top: 35px;
}
.node_1503485546 .node_item h5{
    font-size: 16px;
    margin-top: 30px;
}
.node_1503485546 .node_item h5 span{
    font-size: 18px;
    color: #ffa200;
}
.node_1503485546 .node_item h6{
    font-size: 14px;
    margin-top: 30px;
}
.node_1503485546 .node_item h6 a{
    color: #666;
}
.node_1503485546 .node_item .node_btn{
    border:1px solid #f78536;
    padding:5px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
    color: #333;
}
.node_1503485546 .node_item .node_btn:hover{
    color: #fff;
    background: #f78536;
    cursor: pointer;
}
.node_1503485546 .row{
    width: 100%;
}


/* 五大保障 */
.node_1503486675{

}
@media (min-width: 1200px) {
    .node_1503486675 .col-md-2{
        width: 20%;
    }
}

.node_1503486675 .node_five{
    text-align: center;
    margin-top: 15px;
}
.node_1503486675 .node_five .node_icon{
    width: 140px;
    height: 131px;
    display: inline-block;
    background-image: url("../images/index_5.png");

}
.node_1503486675 .node_five .node_icon_smrz{
    background-position: 0 0;
}
.node_1503486675 .node_five .node_icon_dbjy{
    background-position: -140px 0;
}
.node_1503486675 .node_five .node_icon_qcbz{
    background-position: -280px 0;
}.node_1503486675 .node_five .node_icon_mfsy{
     background-position: -420px 0;
 }
.node_1503486675 .node_five .node_icon_ssjs{
    background-position: -560px 0;
}

.node_1503486675 .node_five_title{
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 3px;
}
.node_1503486675 .node_five_line{
    width:40px;
    height: 4px;
    background: #f78536;
    display: inline-block;
    margin-top: 3px;
}
.node_1503486675 .node_five_desc{
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

/* 各大电商 云集齐聚 */
.node_1503533356{

}
.node_1503533356 .node_kh{
    text-align: center;
}
.node_1503533356 .node_kh img{
    max-width: 100%;
}

/* 作品页 */
.node_1503797607{
    background: #fff;
    border-radius: 6px;
    margin-top: 30px;
    padding:20px;
    font-size: 15px;

    box-shadow: 1px 1px 6px #ddd;
}
.node_1503797607 ul li{
    line-height: 35px;
    position: relative;
    padding-left: 160px;
    word-break: keep-all;
    margin-bottom: 10px;
}
.node_1503797607 ul li .node_label{
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}
.node_1503797607 ul li a{
    padding:3px 15px;
    color: #999;
    font-size: 14px;

}

.node_1503797607 ul li a.node_all{
    position: absolute;
    width: 55px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    padding:0;
    left: 87px;
    top: 6px;
}

.node_1503797607 ul li a.active,.node_1503797607 ul li a:hover{
    background: #f78536;
    color: #fff;
}

/* 作品列表 */
.node_1503731631{
    margin-top: 20px;
}
.node_1503731631 .node_item{

    margin-bottom: 15px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 6px #ddd;
    position: relative;
}
.node_1503731631 .node_item:hover{
    box-shadow: 0 0 12px #ddd;
}
.node_1503731631 .node_item .node_control{
    position: absolute;
    right: 15px;
    top: 15px;
}
.node_1503731631 .node_item .node_control a{
    width: 24px;
    height: 26px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 1px 1px 4px #ddd;
    display: none;

}
.node_1503731631 .node_item:hover .node_control a
{
    display: inline-block;
}
.node_1503731631 .node_item .node_control a .iconfont{
    font-size: 25px;
    color: #aaa;
    font-weight: 300;

}
.node_1503731631 .node_item .node_control a .icon-aixin1{
    display: none;
}
.node_1503731631 .node_item .node_control a.active .icon-aixin{
    display: none;

}
.node_1503731631 .node_item .node_control a.active .icon-aixin1{
    display: block;
    color: #f30;
}

.node_1503731631 .node_item .node_thumb{
    display: block;
    padding:5px;
}
.node_1503731631 .node_item .node_thumb img{
    width: 100%;
    height: 270px;
}
.node_1503731631 .node_item .node_title{
    font-size: 14px;
    color: #666;
}
.node_1503731631 .node_item .node_title .pull-right{
    font-size: 12px;
}
.node_1503731631 .node_item_body{
    padding:10px;
}
.node_1503731631 .node_item_body .node_category{
    font-size: 12px;
    color: #999;
    margin-top: 5px;
    margin-bottom:8px;
}
.node_1503731631 .node_item_body .node_footer{
    min-height: 45px;
    height: 30px;
    margin-top: 5px;
    color: #999;
}
.node_1503731631 .node_user{
   position: relative;
    padding-left: 55px;
    padding-top: 3px;

}
.node_1503731631 .node_user p{
    margin-bottom: 0;
}
.node_1503731631 .node_user p a{
    font-size: 12px;
    color: #999;
    margin-right: 8px;
}
.node_1503731631 .node_level{
    background:#fe686f ;
    color: #fff;
    font-size: 12px;
    padding:1px 3px;
    border-radius: 4px;
    margin-left: 5px;
}
.node_1503731631 .node_gender{
    color: #23b7e5;
}
.node_1503731631 .node_user .node_avatar{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
}
.node_1503731631 .node_time{
    text-align: right;
    color: #999;
    font-size: 12px;
    float: right;
    margin-top: 3px;
}

/* 作品详情页 */
.node_1503825441{
    margin-top: 30px;

}
.node_1503825441 .node_box{
    border:1px solid #ddd;
    background: #fff;
    border-radius: 4px;
}
.node_1503825441 .node_box_heading{
    padding:30px;
    border-bottom: 1px solid #ddd;
    min-height: 190px;
}
.node_1503825441 .node_box_heading .node_title{
    font-size: 20px;
    margin-bottom: 10px;
}
.node_1503825441 .node_box_heading p{
    color: #999;
    font-size: 12px;
}
.node_1503825441 .node_box_heading .node_user{
    position: relative;
    padding-left: 146px;
    padding-top: 20px;
}
.node_1503825441 .node_box_heading .node_user img{
    position: absolute;
    width: 120px;
    left: 0;
    top: 0;
    border-radius: 100%;
}
.node_1503825441 .node_box_heading .node_user_item{
    color: #666;
    line-height: 20px;
}
.node_1503825441 .node_box_heading .node_user_contact{
    margin-top: 10px;
}
.node_1503825441 .node_box_heading .node_btn_resume{
    background: #f78536;
    color: #fff;
    padding:3px 10px;
    font-size: 15px;
}
.node_1503825441 .node_box_heading .node_btn_contact{
    background: #f60;
    color: #fff;
    font-size: 15px;
    padding:3px 10px;
}

.node_1503825441 .node_box_body{
    padding:30px;
}
.node_1503825441 .node_box_body .node_content img{
    display: block;
    margin: auto;
    max-width: 100%;
}
@media (min-width: 1200px) {
    /*.node_1503825441 .node_box_body .node_content img{*/
        /*width: 100%;*/
    /*}*/
}
@media (max-width: 768px) {
    .node_1503825441 .node_box_heading .node_user{
        position: relative;
        padding-left: 100px;
        padding-top: 0;

    }
    .node_1503825441 .node_box_heading .node_user img{
        position: absolute;
        width: 80px;
        left: 0;
        top: 0;
        border-radius: 100%;
    }
}

/* ta的其他作品 */
.node_1503827623{
    margin-top: 20px;
    border:1px solid #ddd;
    background: #fff;
    border-radius: 4px;
}
.node_1503827623 .node_box_heading{
    border-bottom: 1px solid #ddd;
    padding:20px;
    font-size: 18px;
}
.node_1503827623 .node_box_heading .node_more{
    float: right;
    color: #777;
    font-size: 14px;
}
.node_1503827623 .node_box_body{
    padding: 20px;
}



.node_1503827623 .node_item{
    border:1px solid #ddd;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 6px #ddd;
    position: relative;
}
.node_1503827623 .node_item .node_control{
    position: absolute;
    right: 15px;
    top: 15px;
}
.node_1503827623 .node_item .node_control a{
    width: 24px;
    height: 26px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 1px 1px 4px #ddd;
    display: none;

}
.node_1503827623 .node_item:hover .node_control a
{
    display: inline-block;
}
.node_1503827623 .node_item .node_control a .iconfont{
    font-size: 25px;
    color: #aaa;
    font-weight: 300;

}
.node_1503827623 .node_item .node_control a .icon-aixin1{
    display: none;
}
.node_1503827623 .node_item .node_control a.active .icon-aixin{
    display: none;

}
.node_1503827623 .node_item .node_control a.active .icon-aixin1{
    display: block;
    color: #f30;
}
.node_1503827623 .node_item .node_thumb{
    display: block;
    padding:5px;
}
.node_1503827623 .node_item .node_thumb img{
    width: 100%;
    height: 190px;
}
.node_1503827623 .node_item .node_title{
    font-size: 18px;
}
.node_1503827623 .node_item .node_title .pull-right{
    font-size: 12px;
}
.node_1503827623 .node_item_body{
    padding:10px;
}
.node_1503827623 .node_item_body .node_category{
    font-size: 12px;
    color: #999;
    margin-top: 5px;
    margin-bottom:3px;
}
.node_1503827623 .node_item_body .node_footer{
    line-height: 30px;
    height: 30px;
    margin-top: 5px;
    color: #999;
}
.node_1503827623 .node_user{
    float:left;
}
.node_1503827623 .node_user img{
    width: 25px;
    height: 25px;
    border-radius: 100%;
    vertical-align: middle;
}
.node_1503827623 .node_time{
    text-align: right;
    color: #999;
    font-size: 12px;
    float: right;
    margin-top: 3px;
}


/* 设计师列表分类 */
.node_1503797608{
    background: #fff;
    border-radius: 6px;
    margin-top: 30px;
    padding:20px;
    font-size: 15px;
    box-shadow: 1px 1px 6px #ddd;
}
.node_1503797608 ul li{
    line-height: 35px;
    position: relative;
    padding-left: 145px;
    word-break: keep-all;
    margin-bottom: 10px;
}
.node_1503797608 ul li .node_label{
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}
.node_1503797608 ul li a{
    padding:3px 15px;
    color: #999;
    font-size: 14px;

}
.node_1503797608 ul li a.node_all{
    position: absolute;
    width: 55px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    padding:0;
    left: 75px;
    top: 6px;
}
.node_1503797608 ul li a.active,.node_1503797608 ul li a:hover{
    background: #f78536;
    color: #fff;
}

/* 设计师列表 */
.node_1503880555{
   margin-top: 20px;
}
.node_1503880555>ul>li{
    background: #fff;
    border-radius: 4px;
    padding:20px;
    box-shadow: 1px 1px 6px #ddd;
    margin-bottom: 20px;
}
.node_1503880555 .node_left{
    text-align: center;
}
.node_1503880555 .node_left img{
    width: 140px;
    border-radius: 100%;
}
.node_1503880555 .node_left .node_btn{
    background: #fff;
    border:1px solid #f78536;
    color: #f78536;
    padding:4px 15px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.node_1503880555 .node_left .node_words{
    text-align: left;
    padding:15px;
    position: relative;
    text-indent: 14px;
    height: 70px;
    overflow: hidden;
}
.node_1503880555 .node_left .node_words_first{
    position: absolute;
    left: -34px;
    top: 3px;
    font-size: 36px;
    font-weight: bold;
    color: #f78536;
    font-family: '黑体';
}
.node_1503880555 .node_left .node_words_last{
    position: absolute;
    right: -11px;
    bottom: -17px;
    font-family: '黑体';
    font-size: 36px;
    font-weight: bold;
    color: #f78536;
}
.node_1503880555 .node_right .node_user_name{
    font-size: 18px;
    margin-top: 20px;
}
.node_level{
    background: #ff962a;
    border:1px solid #f47621;
    color: #fff;
    font-size: 12px;
    padding: 1px 3px;
    border-radius: 4px;
}
.node_1503880555 .node_icon{
    display: inline-block;
    width: 20px;
    height: 17px;

    background-image: url('../images/designer_icon.png');
}
.node_1503880555 .node_icon_nan{
    background-position: -15px 0;
}
.node_1503880555 .node_icon_nv{
    background-position: 0 0;
    width:16px;
}
.node_1503880555 .node_icon_smrz{
    background-position: -38px 0;
}
.node_1503880555 .node_icon_bzj{
    background-position: -61px 0;
    width: 16px;
}
.node_1503880555 .node_right .node_user_name .iconfont{
    font-size: 25px;
    color: #63c518;
    vertical-align: middle;
}
.node_1503880555 .node_right .node_user_item{
    color: #888;
    line-height: 30px;
}
.node_1503880555 .node_right .node_user_label{
    margin-top: 10px;
    margin-bottom: 10px;
}
.node_1503880555 .node_right .node_user_label span{
    border:1px solid #ddd;
    padding:2px 6px;
    border-radius: 4px;
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
    display: inline-block;
}
.node_1503880555 .node_right .node_money{
    text-align: center;
    margin-top: 15px;
}
.node_1503880555 .node_right .node_money span{
    color: #f60;
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    margin-right: 2px;
    vertical-align: -2px;

}

.node_1503880555 .node_right .node_btn_hire{
    text-align: center;
    margin-top: 15px;
}
.node_1503880555 .node_right .node_btn_hire a{
    background: #f78536;
    font-size: 14px;
    border-radius: 6px;
    color: #fff;
    padding:5px 25px;

}
@media (min-width: 1200px) {
    .node_1503880555 .node_right .col-md-3{
        width: 17.3%;
    }
}
.node_1503880555 .node_right .node_work{
    margin-top: 10px;
    position: relative;
}
.node_1503880555 .node_right .node_work .node_bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 6px;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
}
.node_1503880555 .node_right .node_work:hover .node_bg{
    opacity: 1;
}
.node_1503880555 .node_right .node_work .node_bg a{
    color: #fff;
    margin-top: 50px;
    border:1px solid #fff;
    padding:3px 10px;
    border-radius: 4px;
    display: inline-block;

}
.node_1503880555 .node_right .node_work img{
    width: 100%;
    height: 120px;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .node_1503880555 .node_left .node_words{
        font-size: 12px;
    }
    .node_1503880555 .node_right .node_user_name{
        margin-top: 0;
    }
    .node_1503880555 .node_right .node_btn_hire{
        margin-bottom: 10px;
    }
}

/* 简历查看 */
.node_1503986353{
    margin-top: 30px;
    border-radius: 6px;
    padding: 44px 40px 59px 40px;
    background: #fff;
    box-shadow: 1px 1px 6px #ddd;
}
@media (min-width: 1200px) {
    .node_1503986353 .col-md-2{
        width: 13.666%;
    }
}
.node_1503986353 .node_avatar{
    width: 100%;
    border-radius: 100%;
}
.node_1503986353 .node_user{
    font-size: 24px;
    color: #333;
    margin-top: 10px;
}
.node_1503986353 .node_level{
    background: #fe686f;
    color: #fff;
    font-size: 12px;
    padding: 1px 3px;
    border-radius: 4px;
}
.node_1503986353 h4{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.node_1503986353 h4 span{
    font-size: 14px;
    color: #666;
}
.node_1503986353 .node_user_info{
    color: #999;
    font-size: 12px;
    margin-top: 7px;
}
.node_1503986353 .node_verify{
    position: relative;
    padding-left: 40px;
    margin-top: 5px;
    display: inline-block;
    padding-top: 2px;
    margin-right: 60px;
}
.node_1503986353 .node_verify_icon{
    position: absolute;
    left: 0;
    top: -5px;



}
.node_1503986353 .node_verify_title{
    font-size: 14px;

}
.node_1503986353 .node_verify_status{
    font-size: 14px;
    color: #999;
}
.node_1503986353 .node_verify.active .node_verify_status,.node_1503986353 .node_verify.active  .iconfont{
    color: #ff8a00;
}
.node_1503986353 .node_verify.active .node_verify_icon{
    border-color: #ff8a00;
}
.node_1503986353 .node_verify .iconfont{
    font-size: 36px;
    color: #999;

}
.node_1503986353 .node_salary{
    text-align: center;
    margin-top: 15px;
}
.node_1503986353 .node_salary span{
    font-size: 24px;
    color: #ff0000;
    vertical-align: -2px;
}
.node_1503986353 .node_salary i{
    color: #333;
    letter-spacing: 2px;
    font-size: 14px;
    font-style: normal;
}
.node_1503986353 .node_btn_hire{
    background: #f90;
    color: #fff;
    height: 30px;
    line-height: 28px;
    border:1px solid #f90;
    display: block;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
}
.node_1503986353 .node_btn_hire:hover{
    background: #fff;
    color: #f90;
}
.node_1503986353 .node_btn_contact{
    background: #fff;
    color: #f78536;
    height: 30px;
    line-height: 28px;
    display: block;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    border:1px solid #f78536;
    position: relative;
}
.node_1503986353 .node_btn_contact:hover{
    background: #f78536    ;

}
.node_1503986353 .node_btn_contact:hover em{
    color: #fff;
}
.node_1503986353 .node_contact{

    box-shadow: 0 0 6px #dddddd;
    background: #fff;
    margin-top: 5px;
    padding:5px 10px;
    display: none;
    width: 200px;
    position: absolute;
    left: 0;
    font-weight: 500;
    top: 30px;
    color: #666;
}
.node_1503986353 .node_contact .iconfont{
    font-size: 21px;
}
.node_1503986353 .node_contact p{
    margin-bottom: 2px;
    position: relative;


}


/* 内容 作品 评价 */
.node_1503986354{
    border:1px solid #ddd;
    background: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 6px #ddd;
    margin-top: 20px;
}

.node_1503986354 .node_tabs_nav{
    border-bottom: 1px solid #ddd;
}
.node_1503986354 .node_tabs_nav>li{
    display: inline-block;
    margin-right: -5px;
    position: relative;

}
.node_1503986354 .node_tabs_nav>li>a{
    border-right: 1px solid #ddd;
    display: block;
    padding:15px 40px;
}
@media (max-width: 768px) {
    .node_1503986354 .node_tabs_nav>li>a{
        border-right: 1px solid #ddd;
        display: block;
        padding:12px 10px;
    }
}
.node_1503986354 .node_tabs_nav>li>a:focus{
    text-decoration: none;
}
.node_1503986354 .node_tabs_nav>li.active>a{
    border-bottom: 3px solid #f78536;
    color: #f78536;
}

.node_1503986354 .node_tabs_nav>li.active::before{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: 3px;
    width:0;
    height:0;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #f78536;
}
.node_1503986354 .tab-content{
    padding: 30px;
}
.node_1503986354 .node_circles{
    margin-bottom: 40px;
}
.node_1503986354 .node_circle{
    display: inline-block;
    text-align: center;
    margin-right: 30px;
    position: relative;
}
.node_1503986354 .node_circle strong{
    position: absolute;
    top: 49px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
}
.node_1503986354 .node_circle span{
    display: block;
}

.node_1503986354 .node_big_title{
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.node_1503986354 .node_user_info_box{
    margin-bottom: 30px;
}
.node_1503986354 .node_user_info{
    margin-bottom: 20px;
}
.node_1503986354 .node_big_title .iconfont{
    font-size: 25px;
    vertical-align: middle;
    color: #f78536;
}
.node_1503986354 .node_labels span{
    border:1px solid #ddd;
    padding:3px 10px;
    margin-right: 5px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 5px;
}
.node_1503986354 .history-content .node_category{
    background: #f90;
    color: #fff;
    padding:3px 15px;
    border-radius: 4px;

}
.node_1503986354 .history-content .node_job{
    background: #6dd91a;
    color: #fff;
    padding:3px 15px;
    border-radius: 4px;

}
.node_1503986354 .node_judge_list li{
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}
.node_1503986354 .node_star{
    margin-bottom: 10px;
}
.node_1503986354 .node_judge_box{
    position: relative;
    padding-left: 75px;

}
.node_1503986354 .node_judge_content{
    margin-bottom: 10px;
}
.node_1503986354 .node_judge_box .node_judge_label{
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
}
/*简历-作品列表 */
.node_1503731632{
    margin-top: 20px;
}
.node_1503731632 .node_item{
    margin-bottom: 15px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 6px #ddd;
    position: relative;
}
.node_1503731632 .node_item:hover{
    box-shadow: 0 0 12px #ddd;
}
.node_1503731632 .node_item .node_control{
    position: absolute;
    right: 15px;
    top: 15px;
}
.node_1503731632 .node_item .node_control a{
    width: 24px;
    height: 26px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 1px 1px 4px #ddd;
    display: none;

}
.node_1503731632 .node_item:hover .node_control a
{
    display: inline-block;
}
.node_1503731632 .node_item .node_control a .iconfont{
    font-size: 25px;
    color: #aaa;
    font-weight: 300;

}
.node_1503731632 .node_item .node_control a .icon-aixin1{
    display: none;
}
.node_1503731632 .node_item .node_control a.active .icon-aixin{
    display: none;

}
.node_1503731632 .node_item .node_control a.active .icon-aixin1{
    display: block;
    color: #f30;
}

.node_1503731632 .node_item .node_thumb{
    display: block;
    padding:5px;
}
.node_1503731632 .node_item .node_thumb img{
    width: 100%;
    height: 234px;
}
.node_1503731632 .node_item .node_title{
    font-size: 18px;
}
.node_1503731632 .node_item .node_title .pull-right{
    font-size: 12px;
}
.node_1503731632 .node_item_body{
    padding:10px;
}
.node_1503731632 .node_item_body .node_category{
    font-size: 12px;
    color: #999;
    margin-top: 5px;
    margin-bottom:3px;
}
.node_1503731632 .node_item_body .node_footer{
    line-height: 30px;
    height: 30px;
    margin-top: 5px;
    color: #999;
}
.node_1503731632 .node_user{
    float:left;
}
.node_1503731632 .node_user img{
    width: 25px;
    height: 25px;
    border-radius: 100%;
    vertical-align: middle;
}
.node_1503731632 .node_time{
    text-align: right;
    color: #999;
    font-size: 12px;
    float: right;
    margin-top: 3px;
}


/* 雇佣设计师信息 */
.node_1504422678{
    margin-top: 20px;
    background: #fff;
    padding: 44px 20px 59px 40px;
    border:1px solid #ddd;
    box-shadow: 1px 1px 1px #ddd;
}
@media (min-width: 1200px) {
    .node_1504422678 .col-md-2{
        width: 12.66%;
    }
    .node_1504422678 .col-md-8{
        width: 66.667%;
    }
}
.node_1504422678 .node_avatar{
    width: 100%;
    border-radius: 100%;
}
.node_1504422678 .node_user_name{
    font-size: 18px;
    margin-top: 20px;
}
.node_1504422678 .node_item{
    margin-top: 10px;
    color: #999;
}
.node_1504422678 .node_label{
    color: #333;
}
.node_1504422678 .node_red{
    color: #f60;
    font-size: 16px;
}
.node_1504422678 .node_auth .iconfont{
    font-size: 36px;
    color: #999;
    vertical-align: middle;
}
.node_1504422678 .node_auth{
    display: inline-block;
    margin-top: 43px;
    margin-right: 50px;
}
.node_1504422678 .node_auth em{
    font-style: normal;
}
.node_1504422678 .node_auth small{
    font-size: 14px;
    color: #999;
}
.node_1504422678 .node_auth.active .iconfont,.node_1504422678 .node_auth.active small{
    color: #ff8a00;
}
.node_1504422678 .node_right{
    width: 71%;
    padding-top: 20px;
}
.node_1504422678 .node_salary{
    text-align: center;
    margin-top: 15px;
}
.node_1504422678 .node_salary span{
    font-size: 24px;
    color: #ff0000;
    vertical-align: -2px;
}
.node_1504422678 .node_salary i{
    color: #333;
    letter-spacing: 2px;
    font-size: 14px;
    font-style: normal;
}
.node_1504422678 .node_btn_hire{
    background: #f90;
    color: #fff;
    height: 30px;
    line-height: 28px;
    border:1px solid #f90;
    display: block;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
}
.node_1504422678 .node_btn_hire:hover{
    background: #fff;
    color: #f90;
}
.node_1504422678 .node_btn_contact{
    background: #fff;
    color: #f78536;
    height: 30px;
    line-height: 28px;
    display: block;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    border:1px solid #f78536;
    position: relative;
}
.node_1504422678 .node_btn_contact:hover{
    background: #f78536    ;

}
.node_1504422678 .node_btn_contact:hover em{
    color: #fff;
}
.node_1504422678 .node_contact{
    border: 1px solid #f4dc88;
    background: #fbffc2;
    margin-top: 5px;
    padding:5px 10px;
    display: none;
    width: 200px;
    position: absolute;
    left: 0;
    font-weight: 500;
    top: 30px;
    color: #666;
}
.node_1504422678 .node_contact p{
    margin-bottom: 2px;
    position: relative;
    padding-left: 60px;

}
.node_1504422678 .node_contact p span{
    position: absolute;
    text-align: right;
    width: 60px;
    left: 0;
    top: 0;
}

/* 雇佣表单 */
.node_1504424492{
    margin-top: 20px;
    background: #fff;
    padding:20px;
    border:1px solid #ddd;
    box-shadow: 1px 1px 1px #ddd;

}
.node_1504424492 .hint-block{
    color: #f78536;
}
.node_1504424492 .form-horizontal .control-label {
    padding-top: 0;
}
.node_1504424492 .form-control{
    border:none;
    border-bottom: 1px solid #eee;
}
.node_1504424492 .field-hirehire-end_time{
    display: none;
}
.node_1504424492 .field-hirehire-money{
    display: none;
}
.node_1504424492 .node_diy_month{
    display: none;
}
.node_1504424492 .node_diy_month input{
    width: 30px;
    border:none;
    border-bottom: 1px solid #ddd;
}
.node_1504424492 .form-group{
    border-bottom: 1px solid #ddd;
    padding: 20px 0;

}
.node_1504424492 form{
    padding:20px 40px;
    font-size: 15px;

}
.node_1504424492 .form-group:last-child{
    border:none;
}
.node_1504424492 .col-md-5 label,.node_1504424492 .col-md-4 label{
    margin-right: 20px;
}

/* 雇佣确认 */
.node_1504491917{

}
.node_1504491917 .node_item{
    color: #999;
    font-size: 12px;
    line-height: 25px;
}
.node_1504491917 .node_item .node_label{
    color: #888;
}
.node_1504491917 .node_item .node_tip{
    color: #f60;
}
.node_1504491917 .node_item .node_money{
    color: #f60;
    font-weight: bold;
    font-size: 14px;
}

/* footer */
.node_1508286257{
    background: #fff;
    padding:50px 0;
    margin-top: 40px;
}
.node_1508286257 .node_title{
    font-size: 16px;
}
.node_1508286257 .node_item a{
    display: block;
    line-height: 35px;
    color: #999;
}
.node_1508286257 .node_right .node_tel{
    font-weight: bold;
    font-size: 30px;
    color: #f78536;
}
.node_1508286257 .node_right .node_time{
    color: #999;
    margin-top: 10px;
}
.node_1508286257 .node_right .node_contact{
    background: #f78536;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding:10px 30px;
    margin-top: 20px;
    display: inline-block;
}
.node_1508286257 .node_copyright{
    background: #f6f6f6;
    padding:20px 0;
    margin-top: 40px;
}
.node_1508286257 .node_text{
    text-align: center;
}
.node_1508286257 .node_text span{
    padding:0 30px;
    font-size: 12px;
}