
.likeView {
    width: 1188px;
    padding: 48px 80px;
    background: #FFF2F4;
    border-radius: 20px;
    margin-top: 56px;
    box-sizing: border-box;
}
.likeView .titleView > span{
    font-weight: 600;
    font-size: 18px;
    color: #23262F;
}
.makerMore {
    width: 140px;
    height: 48px;
    border: 2px solid #E6E8EC;
    border-radius: 20px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 16px;
    color: #23262F;
    text-align: center;
    line-height: 48px;
}

.likeListView {
    margin-top: 24px;
}
.designListItem {
    float: left;
    width: 180px;
    padding: 24px 8px;

    /* Neutrals/8 */

    background: #FFFCFC;
    border-radius: 16px;
    box-sizing: border-box;
    margin-right: 32px;
}

.designListItem:last-child {
    margin-right: 0;
}
.designListItem .avatar {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.designListItem .avatar>span {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.designListItem .avatar .sex {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    right: 0px;
    top: 0px;
}
.designListItem .name {
    text-align: center;
    margin-top: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    text-align: center;

    /* Neutrals/2 */

    color: #23262F;
}
.designListItem .price {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */

    text-align: center;

    color: #3671EC;
    margin-top: 4px;
}
.designListItem .desc {
    width: 148px;
    height: 36px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #777E91;
    margin: 12px auto 0;
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;					
	-webkit-box-orient: vertical;
}

/*分页*/
.pagePositionView {
    padding: 24px 0;
    text-align: center;
    font-size: 0;
}
.page_item {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 28px;
    border: 2px solid #E6E8EC;
    border-radius: 10px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
    color: #777E90;
    margin: 0 4px;
}
.page_item.checked {
    color: #3973EC;
    border-color: #3973EC;
}
.last_page {
    display: inline-block;
    width: 60px;
    height: 32px;

    opacity: 0.5;
    text-align: center;
    line-height: 28px;
    border: 2px solid #E6E8EC;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #777E90;
    margin: 0 4px;
    box-sizing: border-box;
}
.next_page_item,.prev_page_item {
    display: inline-block;
    width: 74px;
    height: 32px;

    opacity: 0.5;
    text-align: center;
    line-height: 28px;
    border: 2px solid #E6E8EC;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #777E90;
    margin: 0 4px;
    box-sizing: border-box;
}

.pages_item {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 28px;
    border: 2px solid #E6E8EC;
    border-radius: 10px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
    color: #777E90;
    margin: 0 4px;
}
.pages_item.checked {
    color: #3973EC;
    border-color: #3973EC;
}
.pages_btn{
    display: inline-block;
    width: 74px;
    height: 32px;

    opacity: 0.5;
    text-align: center;
    line-height: 28px;
    border: 2px solid #E6E8EC;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #777E90;
    margin: 0 4px;
    box-sizing: border-box;
}
.new_item {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 28px;
    border: 2px solid #E6E8EC;
    border-radius: 10px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
    color: #777E90;
    margin: 0 4px;
}
.new_item.new_on {
    color: #3973EC;
    border-color: #3973EC;
}
.new_item.next,.new_item.prev {
    display: inline-block;
    width: 60px;
    height: 32px;

    opacity: 0.5;
    text-align: center;
    line-height: 28px;
    border: 2px solid #E6E8EC;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #777E90;
    margin: 0 4px;
    box-sizing: border-box;
}
.page_prev,.page_next{
    display: inline-block;
    width: 74px;
    height: 32px;

    opacity: 0.5;
    text-align: center;
    line-height: 28px;
    border: 2px solid #E6E8EC;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #777E90;
    margin: 0 4px;
    box-sizing: border-box;
}