@import "base.css";
/*找设计师开始*/
.serch {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.serch-center {
    width: 1200px;
    margin: 0 auto;
}

.serch-left {
    float: left;
    width: 870px;
}

.serch-content {
    float: left;
    height: auto;
    width: 870px;
}

.serch-title {
    height: 40px;
    padding: 0px 25px;
}

.serch-title > span {
    display: inline-block;
    border-bottom: 1px dashed rgb(229, 229, 229);
    line-height: 40px;
    color: rgb(153, 153, 153);
    font-size: 12px;
}

.serch-case {
    float: right;
}

.serch-title i {
    font-size: 12px;
}

.serch-case:hover {
    color: rgb(255, 102, 0);
}

.serch-list {
    height: 40px;
    padding: 0px 25px;
    line-height: 40px;
}

.serch-list li {
    height: 100%;
    font-size: 12px;
    border-bottom: 1px dashed rgb(229, 229, 229);
    position: relative;
}

.serch-list li p {
    float: left;
    color: rgb(153, 153, 153);
    width: 80px;
    height: 40px;
    text-align: right;
    padding: 0px 10px 0px 0px;
}

.serch-item {
    float: left;
    width: 700px;
    height: 40px;
    overflow: hidden;

}

.serch-itemdo {
    height: 80px;
}

.serch-item a {
    display: block;
    float: left;
    color: #333;
    margin-left: 20px;
}

.serch-list-icon {
    position: absolute;
    right: 20px;
    top: 12px;
    background: url("../image/up_01.jpg") no-repeat 0 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.serch-list-icondo {
    position: absolute;
    right: 20px;
    top: 12px;
    background: url("../image/up_02.jpg") no-repeat 0 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.serch-limit {
    color: rgb(255, 102, 0) !important;
    font-weight: bold;
}

.serch-item a:hover {
    color: rgb(230, 46, 53);
}

/*找设计师结束*/
/*默认排序开始*/
.rank {
    float: left;
    height: auto;
    width: 870px;
    margin-top: 20px;
}

.rank-title {
    height: 40px;
    padding: 0px 25px;
}

.rank-title i {
    display: inline-block;
    width: 10px !important;
    height: 12px;
    vertical-align: middle;
    margin-top: -1px;
    margin-left: 5px;
}

.rank-title-icon {

    background: url("../image/down.png") no-repeat center;
    background-size: cover;
}

.rank-title a {
    height: 100%;
    font-size: 12px;
    color: #333;
    margin-right: 30px;
}

.rank-active {
    color: rgb(230, 46, 53) !important;
}

.rank-reco {
    float: right;
    padding: 0px 25px;
    background: rgb(230, 46, 53);
    color: #fff !important;
    line-height: 40px;
    font-size: 16px !important;
}

.rank-list {
    width: 100%;
    height: 240px;
    padding: 30px 0px;
    border-bottom: 1px dotted #d8d8d8
}

.rank-left {
    float: left;
    width: 120px;
    margin: 0 30px 0 10px;
}

.rank-img {
    display: block;
    width: 110px;
    height: 110px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #eee;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.rank-img img {
    display: block;
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.rank-word {
    width: 110px;
    height: 40px;
    margin: 10px 0;
    font-size: 12px;
}

.rank-works {
    float: left;
    border-right: 1px #eee solid;
    padding-right: 10px;
    width: 48px;
    text-align: center;
}

.rank-works span, .rank-moods span {
    display: block;
    color: #999;
    margin-bottom: 5px;
}

.rank-works i, .rank-moods i {
    display: block;
    color: #666;
    font-weight: normal;
}

.rank-moods {
    float: right;
    width: 48px;
    text-align: center;
}

.rank-order {
    width: 120px;
    height: 30px;
    line-height: 28px;
    background: #ff890b;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.rank-center {
    float: left;
    width: 550px;
    overflow: hidden;
    border-right: 1px solid #eee;
}

.rank-info，.rank-content {
    width: 100%;
    height: 30px;
}

.rank-name {
    display: inline-block;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
}

.rank-design {
    display: inline-block;
    color: #333;
    font-size: 12px;
    line-height: 36px;
}

.icon-images {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-top: 14px;
}

.icon-images > img {
    width: 100%;
    height: 100%;
}

.rank-content span {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;

    line-height: 20px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    line-clamp: 1;
    font-size: 12px;
    color: #888;
    margin-right: 20px;
}

.rank-item {
    width: 100%;
    height: 85px;
    margin-top: 12px;
}

.rank-item li {
    float: left;
    width: 120px;
    height: 85px;
    margin-right: 12px;
    position: relative;

}

.rank-item li img {
    display: block;
    width: 100%;
    height: 100%;
}

.rank-home {
    position: absolute;
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    transition: all 0.5s;
}

.rank-item li:hover .rank-home {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: all 0.5s;
}

.rank-num {
    float: right;
    width: 100px;
    text-align: center;
    font-size: 14px;
    margin-top: 55px;
}

.rank-num span {
    display: block;
    font-size: 24px;
    color: #ff890b;
    line-height: 44px;
    font-weight: normal;
}

.rank-num i {
    color: #666
}

/*右边内容开始*/
.serch-right {
    float: right;
    width: 300px;
}

.serch-form {
    width: 100%;
    border: 1px solid #eee;
    padding: 0 20px;
    height: 418px;
}

.serch-safe {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
    line-height: 28px;
    color: #333;
}

.serch-safe-word {
    color: #666;
    font-size: 14px;
    display: block;
    padding-top: 6px;
}

.serch-safe-word i {
    color: #ff890b;
}

.serch-input {
    margin-top: 10px;
    height: 100px;
}

.serch-input input {
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #ccc;
    margin: 8px 0px;
}

.serch-have {
    color: #999;
    line-height: 30px;
    font-size: 12px;
}

.serch-have i {
    color: #f90;
    margin: 0px 4px;
}

.serch-have label {
    float: right;
}

.serch-have label input {
    margin-right: 5px !important;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.serch-button {
    margin-top: 4px;
    background: #ff890b;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 40px;
    font-size: 16px;
    display: block;
    line-height: 38px;
    border: none;
    cursor: pointer;
}

.serch-button:hover {
    background: #f74a0d;
}

.serch-free {
    margin-top: 20px;
    width: 300px !important;
    font-size: 12px;
}

.serch-offer {
    width: 100%;
}

.serch-offer li {
    width: 83px;
    height: 24px;
    line-height: 24px;
    color: #666;
    margin-bottom: 10px;
    list-style: none;
    float: left;
    margin-right: 15px;
}

.serch-offer li a {
    color: #333;
}

.serch-offer li a i {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    height: 20px;
    width: 20px;
    display: block
}

.serch-offer-img1 {
    background: url("../image/free_02.jpg") no-repeat center;
    background-size: cover;
}

.serch-offer-img2 {
    background: url("../image/free_04.jpg") no-repeat center;
    background-size: cover;
}

.serch-offer-img3 {
    background: url("../image/free_06.jpg") no-repeat center;
    background-size: cover;
}

.serch-offer-img4 {
    background: url("../image/free_08.jpg") no-repeat center;
    background-size: cover;
}

.serch-offer-img5 {
    background: url("../image/free_10.jpg") no-repeat center;
    background-size: cover;
}

.serch-offer-img6 {
    background: url("../image/free_02.jpg") no-repeat center;
    background-size: cover;
}

/*巧装家活跃设计师*/
.live {
    width: 100%;
    height: 425px;
    border: 1px solid #eee;
}

.live-title {
    font-size: 18px;
    border-left: 3px solid #d6162d;
    padding-left: 10px;
    margin: 20px;
    color: #333;
}

.live-list {
    width: 100%;
    height: 360px;
}

.live-list li {
    float: left;
    width: 76px;
    height: 94px;
    margin: 0px 12px 20px;
}

.live-list li:nth-child(3n) {
    margin-right: 0px;
}

.live-list li img {
    display: block;
    width: 70px;
    height: 70px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #eee;
    margin-bottom: 6px
}

.live-list li img:hover {
    border: 3px solid #ff890b;
}

.live-list li p {
    text-align: center;
    color: #333;
    line-height: 12px;
}

/*设计师排行*/
.live-item {
    width: 100%;
    height: 360px;
}

.live-item li {
    overflow: hidden;
    padding: 16px;
    border-bottom: 1px dotted #d8d8d8;
}

.live-item li p {
    background: #ccc;
    float: left;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    margin-right: 15px;
    margin-top: 4px;
}

.live-num {
    background: #d6162d !important;
}

.live-item li span {
    color: #888;
}

/*默认排序结束*/
/*设计师如何为您服务开始*/
.design {
    width: 100%;
    height: 445px;
    margin-top: 40px;
}

.design-center {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.design-title {
    text-align: center;
    margin-bottom: 30px;
}

.design-icon {
    display: inline-block;
    vertical-align: middle;
    width: 112px;
    height: 14px;
    background: url("../image/line.png") no-repeat center;
    background-size: 100%;
    margin-top: 5px;
}

.design-title span {
    font-size: 36px;
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
    color: #000;
}

.design-list {
    width: 100%;
    height: 380px;
}

.design-list li {
    float: left;
    width: 298px;
    height: 100%;
    margin-right: 2.5px;
    position: relative;
}

.design-list li:last-child {
    margin-right: 0px;
}

.design-list li img {
    display: block;
    width: 100%;
    height: 227px;
}

.design-list li p {
    border: 1px solid #eee;
    padding: 20px 20px 30px 20px;
    background: #f5f5f5;
    color: #666;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    height: 85px;
    overflow: hidden;
}

.design-point {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    right: -15px;
    top: 103px;
    background: url("../image/rate.png") no-repeat center;
    background-size: 100%;
    z-index: 10;
}

/*设计师如何为您服务结束*/