
.main {
    width: 1300px;
    margin: 30px auto 100px;
}
.main .jump {
    width: 171px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background-color: #CC8A5E;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 18px;
}
.main .list {
    width: 1400px;
    margin: 30px auto 0;
    display: flex;
}
.list .left {
    width: 314px;
    height: 1000px;
    background: #DFBBA3;
    border-radius: 4px 4px 4px 4px;
    padding: 20px;
    color: #8E3B19;
}
.left .title {
    margin-top: 10px;
    margin-bottom: 2px;
}
.left .title:first-child {
    margin-top: 0;
}
.left input {
    width: 274px;
    height: 31px;
    border: none;
    border-radius: 4px;
    text-indent: 0.8em;
    margin-bottom: 6px;
    color: #000;
    font-size: 16px;
}
.left .title-tips {
    color: #FFFFFF;
    font-size: 16px;
}
.left .word {
    margin-left: 0.8em;
    font-size: 16px;
}
.left .select-box {
    margin-top: 12px;
    position: relative;
}
.left .select-sex,.select-sort {
    background-color: #fff;
    width: 274px;
    height: 31px;
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.select-sex::after,.select-sort::after {
    position: absolute;
    top: 10px;
    right: 0.8em;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top-color: #8E3C19;
    transition: transform 0.3s ease 0s;
}
.on .select-sex::after,.on .select-sort::after {
    transform: translateY(-10px) rotate(180deg);
}

.select-box .select-layer {
    position: absolute;
    left: 0;
    top: 34px;
    cursor: pointer;
    background-color: #fff;
    width: 274px;
    height: auto;
    border: none;
    border-radius: 4px;
    display: none;
    z-index: 99;
}   
.select-box .select-layer li:hover {
    background-color: #D7D7D7;
}
.on .select-layer {
     display: block;
}
.left .search-button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.search-button button {
    width: 105px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #CC8A5E;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 16px;
}
.left .screen-box {
    border-radius: 4px;
    background-color: #fff;
}
.screen-box .title {
    margin-top: 0;
    font-size: 16px;
    padding: 10px 0 0px 0.8em;
}
.screen-box ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.screen-box li {
    width: 47%;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    color: #8E3C19;
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 2px;
    cursor: pointer;
    margin-left: 2%;
}
.screen-box .status li {
    background-color: #F0CFB8;
}
.screen-box .sound-ray li:nth-child(n) {
    background-color: #FBEFF9;
}
.screen-box .sound-ray li:nth-child(2n) {
    background-color: #CFECF5;
}
.screen-box .sound-ray li.other-sound {
    background-color: #F0CFB8;
}
.screen-box .lang {
    padding-bottom: 14px;
}
.screen-box .lang li {
    background-color: #F0CFB8;
}
.screen-box li span {
    width: 30px;
    height: 30px;
    background-color: #fff;
    margin-left: 20px;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.screen-box li .on::after {
    content: "";
    width: 26px;
    height: 26px;
    background: url(../img/list/tick.png) no-repeat;
    background-size: cover;
}

.list .right {
    margin-left: 20px;
    width: 957px;
    border-radius: 4px 4px 4px 4px;
}
.list .right .right-box {
    border-radius: 4px 4px 4px 4px;
    padding-top: 10px;
    height: auto;
    background: #DFBBA3;
}
.right .user-list li {
    margin: auto;
    width: 928px;
    height: 203px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    justify-content: start;
    margin-bottom: 8px;
}
.user-list li:first-child {
    margin-top: 12px;
}
.right .user-pic {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-list li img {
    width: 121px;
    height: 121px;
    border-radius:50%;
}
.user-list .user-info {
    margin-top: 29px;
    width: 737px;
}
.user-info .info-1 {
    line-height: 24px;
    height: 24px;
    display: flex;
    justify-content: space-between;
}
.info-1 .nickname {
    display: inline-block;
    color: #EE7777;
    font-size: 24px;
    font-weight: bold;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.info-1 .nickname-blue {
    color: #51A2FD;
}
.info-1 .login-time {
    display: inline-block;
    color: #989898;
    font-size: 18px;
    vertical-align: top;
}
.user-info .info-2 {
    display: flex;
}
.user-info .info-2 img {
    width: 22px;
    height: 34px;
    margin: 10px 10px 0 10px;
}
.user-info .info-2 .days {
    margin-top: 10px;
    font-size: 24px;
    color: #7E5E59;
}
.user-info .info-3 {
    display: flex;
}
.user-info .info-3 img {
    width: 22px;
    height: 22px;
    margin: 8px 10px 0 13px;
}
.user-info .info-3 .dates {
    margin-top: 4px;
    font-size: 22px;
    color: #7E5E59;
}
.user-info .info-4 {
    margin-top: 10px;
    padding: 8px;
    background-color: #EEECEC;
    color: #7E5E59;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right .list-page {
    display: flex;
    justify-content: center;
}
/* 重写分页样式 */
.pagination {
    margin-top: 6px;
}

.pagination>li>a, .pagination>li>span {
    color: #BB9B82;
}
.pagination>li>a:hover, .pagination>li>span:hover {
    background-color: #BD9B7F;
    color: #FFFFFF;
}
.pagination>li>a:focus, .pagination>li>span:focus {
    /* color: #BB9B82; */
}
.pagination>li.on>a {
    background-color: #BD9B7F;
    color: #FFFFFF;
}