* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Microsoft YaHei", "Helvetica", "Heiti SC", "Droid Sans", "Droidsansfallback", sans-serif;
}

html {
    min-height: 100%;
    width: 100%;
}

body {
    padding: 0;
    margin: 0;
    min-height: 100%;
}

img {
    max-width: 100%;
}

.p20 {
    padding: 20px;
}

.plr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.btn-group {
    text-align: center;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    background: #007aff none;
}

.btn.white {
    color: #007aff;
    background: #fff;
    border-color: #007aff;
}

.btn.red {
    color: #fff;
    background: #fe563c;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 640px;
    position: relative;
    overflow: hidden;
}

.swiper-container.friend {
    width: 100%;
    overflow: hidden;
}

.swiper-container.friend .swiper-slide {
    text-align: center;
    font-size: 14px;
    float: left;
    padding-bottom: 30%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-position: 50% 50%;
}

.swiper-container.friend.swiper-container-horizontal > .swiper-pagination {
    bottom: 0;
    height: 6px;
}

.swiper-container.friend .swiper-pagination-bullet {
    width: 20%;
    height: 6px;
    border-radius: 0;
    margin: 0;
    float: left;
}

.wrapper.friends h1 {
    font-weight: normal;
    text-align: center;
    color: #CFB53B;
}

.panel-title {
    width: 100%;
    border-bottom: 1px solid #CFB53B;
    float: left;
    height: 37px;
    margin-top: 10px;
    position: relative;
}

.panel-title > .title {
    display: block;
    float: left;
    height: 37px;
    padding: 8px 8px 8px 16px;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #CFB53B;
    border-bottom-color: #fff;
    margin: 0 0 -1px 10px;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
    position: relative;
}

.panel-title > .title .after {
    display: block;
    float: right;
    width: 20px;
    height: 37px;
    -webkit-transform: skew(.25rad);
    -ms-transform: skew(.25rad);
    transform: skew(.25rad);
    border-right: 1px solid #CFB53B;
    border-top: 1px solid #CFB53B;
    margin-bottom: -1px;
    margin-top: -1px;
    background: #ffffff;
    -webkit-border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
    position: absolute;
    right: -15px;
    top: 0;
}

.panel-title > .right-side {
    float: right;
    padding: 10px;
    font-size: 14px;
}

.panel-title > .right-side span:before {
    margin-right: 5px;
}

.panel-content {
    width: 100%;
    float: left;
}

.panel-content ul {
    display: block;
    list-style-type: none;
    width: 100%;
    float: left;
    padding: 10px;
}

.panel-content ul li {
    display: block;
    width: 20%;
    float: left;
    margin: 2.25%;
    text-align: center;
}

.panel-content ul li a {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    text-decoration: none;
    color: #333333;
}

.panel-content ul li a .name {
    height: 19px;
    overflow: hidden;
    width: 100%;
    display: block;
}

.panel-content ul li .pic {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 0;
    padding-bottom: 125%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-position: 50% 50%;
}

.panel-content ul li.more .pic {
    background-color: #d3d3d3;
    background-image: url(../images/list-more.jpg);
}

.friends-list {
    display: block;
    width: 100%;
    margin: 0;
    list-style-type: none;
    padding: 0px;
    float: left;

}

.friends-list li{
    display: block;
    width: 100%;
    float: left;
    color: #0f0f0f;
    padding: 8px;
}
.friends-list li a{
    text-decoration: none;
    color: #0f0f0f;
}
.friends-list li .pic-box {
	
    float: left;
    margin-right: 10px;
}

.friends-list li .pic 
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 0px;
    display: block;
    background-repeat: no-repeat no-repeat;
    background-position: 50% 50%;
}

.friends-list li .right-side .title 
{
	font-family:·½ÕýÀ¼Í¤³¬Ï¸ºÚ¼òÌå;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    font-size: 15px;
    display: block;
}

.friends-list li .right-side .title small {
    font-size: 14px;
    font-weight: normal;
}
.friends-list li .right-side .content 
{
	font-size:12px;
    height: 34px;
    overflow: hidden;
    color:#999999;
}
.friends-list li .right-side .btn-photo{
    text-align: right;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
}
.friends-list-more{
    width: 100%;
    height: 30px;
    padding: 2px;
    text-align: center;
    line-height: 30px;
    float: left;
    margin:3px 0 10px;
}
.friends-list-more a{
    display: block;
    width: 100%;
    float: left;
    text-decoration: none;
    color: #0f0f0f;
}
.friends-photo{
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    padding:20px;
    background: rgba(0,0,0,.75);
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    display: none;
}

.friends-photo .close{
    padding:10px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}



.wrapper.friends .section{
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    font-size: 14px;
}
.wrapper.friends .section .pic-box {
    width: 75px;
    float: left;
    margin-right: 10px;
}

.wrapper .img{
	max-width: 640px;
	max-height:150px;
}

.wrapper.friends .section .pic {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 0;
    display: block;
    padding-bottom: 125%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-position: 50% 50%;
}

.wrapper.friends .section .right-side .title {
    min-height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.wrapper.friends .section .right-side .title small {
    font-size: 14px;
    font-weight: normal;
}
.wrapper.friends .section .right-side .content {
    min-height: 34px;
}
.wrapper.friends .section h4{
    margin:0 0 10px;
}
.wrapper.friends .section p{
    margin:0 0 10px;
}

.photos-slide{
    width: 100%;
    float: left;
}
.photos-slide .swiper-slide{
    width: 30%;
    float: left;

}
.photos-slide .swiper-slide .pic{
    width: 100%;
    float: left;
    padding-bottom: 125%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-position: 50% 50%;
}

.wrapper.friends .section td{
    padding: 3px;
    vertical-align: top;
}