.sort {
    padding: 30px 30px 0;
    background: #FFFFFF;
}

.groupBox {
    background: #FFFFFF;
}

.sort .sort_item {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    color: #333333;
}

.sort .sort_item .sort_t {
    margin-right: 5px;
    min-width: 56px;
}

.sort .sort_item div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sort .sort_item div a {
    margin-right: 23px;
    margin-bottom: 10px;
    cursor: pointer;
}

.sort .sort_item div a.active {
    padding: 5px 12px;
    color: #FFFFFF;
    background: #FF3D5A;
    border-radius: 4px;
}


body {
    background: #F7F7F7;
}

.l-left {
    width: 832px;
    border-radius: 10px;
    float: left;
    background: #fff;
}

.l-left .group {
    margin-top: 30px;
    padding: 0 30px;
}

.l-left .group .img-box {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
    margin-right: 15px;
}

.l-left .group .img-box img {
    width: 180px;
    min-height: 180px;
}

.l-left .group .text-box {
    min-height: 180px;
    width: 570px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}


.l-left .group .text-box a {
    font-size: 16px;
    display: block;
    color: #333;
    margin-top: 15px;
    margin-bottom: 10px;
}

.l-left .group .text-box a:hover {
    color: #FF3D5A;
}

.l-left .group .text-box p:nth-child(2) {
    font-size: 14px;
    margin-bottom: 5px;
    color: #999;
}

.l-left .group .text-box p:nth-child(3) {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}

.l-left .group .text-box p:nth-child(4) {
    position: absolute;
    bottom: 10px;
    left: 0;
    font-size: 12px;
    color: #999;
}

.l-left .group .text-box p:nth-child(4) em {
    font-size: 18px;
    font-weight: 600;
    color: #FF3D5A;
    margin: 0 2px;
}

.l-left .group .text-box .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff !important;
    font-size: 14px;
    background: #FF3D5A;
    border-radius: 6px;
}

.l-left .group .text-box .btn:hover {
    box-shadow: 0 0 5px #FF3D5A;
}


#pull_right {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 30px;
}

#pull_right nav {
    display: inline-block
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    padding: 6px 12px;
    border: 1px solid #e1e1e1;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #e1e1e1;
}

.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;
    cursor: default;
    background-color: #ff4a00;
    border-color: #ff4a00;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.followBox .title {
    position: relative;
    font-size: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.followBox .title b {
    position: absolute;
    width: 64px;
    height: 2px;
    background: #FF3D5A;
    left: 0;
    bottom: 0;
}

.followBox .info {
    margin-bottom: 39px;
    margin-top: 20px;
    text-align: center;
}

.followBox .info img {
    width: 136px;
    height: 136px;
    margin: 0 auto;
}

.followBox .info em {
    display: block;
    font-size: 14px;
    color: #999;
}

.l-right {
    width: 280px;
    float: right;
    border-radius: 10px;
    background: #fff;
    padding: 30px;
}

.like-box .title {
    position: relative;
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.like-box .title b {
    position: absolute;
    width: 64px;
    height: 2px;
    background: #FF3D5A;
    left: 0;
    bottom: 0;
}

.like-box .group {
    margin-top: 20px;
}

.like-box .group .img-box {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    margin-right: 15px;
    overflow: hidden;
    display: inline-block;
}

.like-box .group img {
    width: 120px;
    height: 120px;
}

.like-box .group div {
    position: relative;
    height: 120px;
    width: 140px;
    display: inline-block;
    vertical-align: top;
}

.like-box .group div a {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    max-height: 40px;
    line-height: 20px;
}

.like-box .group div a:hover {
    color: #FF3D5A;
}

.like-box .group div p {
    color: #999;
    font-size: 12px;
    margin-bottom: 5px;
}

.like-box .group div p:nth-child(3) {
    position: absolute;
    bottom: 0;
}

.like-box .group div p:nth-child(3) em {
    font-size: 18px;
    font-weight: 600;
    color: #FF3D5A;
    margin: 0 2px
}
