@charset "utf-8";
* {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    
}
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons-round.md-18 { font-size: 18px; }
.material-icons-round.md-24 { font-size: 24px; }
.material-icons-round.md-36 { font-size: 36px; }
.material-icons-round.md-48 { font-size: 48px; }
.tab_messages .material-icons-round.md-36 { font-size: 30px; }


html, body { background-color:#ffffff; height: 100%; width: 100%; /*overflow: hidden; */overscroll-behavior: none;}

html, body{
  /*overflow-x: hidden;  prevents horizontal scroll bars */
  -webkit-tap-highlight-color: rgba(0,0,0,0);  /*disable webkit tap highlight */
}
a { text-decoration: none;}
a:hover { text-decoration: none;}
a.btn-link { color: #ff5b7e;}
a.btn-link:hover { color: #ff5b7e; text-decoration: none;}

.round {
  -webkit-border-radius: 50%;
  border-radius: 50%;}

.blur{ 
    -webkit-filter:blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
}

.root {
/*    position: absolute;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
	max-width: 960px;
	margin: 0 auto;
}
.container {
    width: 100%;
    height: 100%;
    position: absolute;
    /*overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;*/
    z-index: 1;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}

.menu { background: #ffffff;overflow-y: scroll;}
.fileTopBox {
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin: auto;
    position: relative;
}
.fileDate {
    z-index: 10;
    position: relative;
    width: 100%;
    margin: 30px 0;
    text-align: left;
    overflow: hidden;
}
.myPic {
    border-radius: 99em;
    -moz-border-radius: 99em;
    -webkit-border-radius: 99em;
    overflow: hidden;
    width: 90px;
    height: 90px;
    float: left;
    border: 3px solid #fff;
    margin-left: 10px;
}
.myPic img {
    width: 100%;
    //height: 100%;
}
.myName {
    color: #fff;
    float: left;
    margin-top: 30px;
    margin-left: 10px;
    overflow: hidden;
}
.myName b { font-size: 20px; line-height: 1;}
.myName p {
	font-size: 12px;
    margin-top: 5px;
	line-height: 1;
	padding: 0;
}
.fileBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    z-index: 1;
}
.fileBg img {
    width: 140%;
    margin-left: -15%;
    margin-top: -30%;
	margin-bottom: 3px;
    vertical-align: middle;
    margin-right: 20px;
}
.fileSetting {}
.fileSetting ul li {}
.fileSetting ul li a { padding: 15px; cursor: pointer; display: block; color: #000000; text-decoration: none; vertical-align: middle;}
.fileSetting ul li a:hover { background: #fbfbfb;}
.fileSetting ul li a i { margin-right: 20px; vertical-align: middle;}

#header {
	position: fixed;
    top: 0;
    left: 0;
    height: 55px;
    width: 100%;
    background: #fff;
    z-index: 5;
}
.headerInner { 
	display: flex;
	justify-content: center;
	align-items: center;
	height: 55px;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid #DFDFDF;
}

#header .btn_menu {
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
#header .btn_menu i { font-size: 34px; color: #ff5b7e; }
#header .btn_block {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

#header .btn_block i { font-size: 34px; color: #8E8E8E;}
#header .cancel_block {
	position: absolute;
	top: 14px;
	right: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #333333;
	font-size: 18px;
}

.topBarTitle { font-size: 20px; color: #ff5b7e; display: flex; justify-content: center; align-items: center;}
.searchBar {
	position: fixed;
    top: 55px;
    left: 0;
    height: 40px;
    width: 100%;
    background: #fff;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.searchBar .searchBox { 
	display: flex; 
	width: 100%; 
	max-width: 960px;
	height: 40px;
	position: relative; 
	justify-content: center; 
	align-items: center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.searchBox a { color: #ff5b7e;}
.searchIcon { position: absolute; top: 8px; left: 10px;}
.searchIcon i { color: #bbbbbb;font-size: 35px;margin-top: -4px;}
.searchTitle { text-align: center;}
.saveIcon { position: absolute; top: 5px; right: 10px;}
.tabBox { 
	position: fixed;
    top: 55px;
    left: 0;
    height: 55px;
    width: 100%;
    background: #fff;
    z-index: 5;
}
.tab {
	display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    height: 55px;
    max-width: 960px;
    margin: 0 auto;
}
.tab a {
    position: relative;
    flex: 1 1 auto;
    align-self: auto;
    color: #949494;
    padding: 14px 5px;
    cursor: pointer;
    font-size: 12px;
    border-bottom: 1px solid #DFDFDF;
    text-align: center;
    width: 33.33%;
}
a.selected {
    color: #F55567;
}
.selected:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #F55567;
    width: 100%;
    left: 0;
    bottom: -1px;
    z-index: 1;
    background: #151515;
}

.contentBox { margin: 55px 0}
.contentBox.fileContent { margin: 55px 0; display: flex;}
.contentBox.showSearchBar { margin: 95px 0 55px;}
.contentBox.showtab { margin: 105px 0 55px;}
.fileMainPic { width: 50%;}

.contentBox .right { width: 50%;}

.logo { 
	display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    width: 210px;
    height: 55px;
    background-image: url("../images/logo.png");
	background-size: contain;
}

.index { display: flex; flex-flow: column; padding: 20px; /*height: calc(100vh - 55px);*/ height: 450px; box-sizing: border-box; margin: 55px 0 0; background-image: url("../images/bg.jpg"); background-size: cover; background-position: center center;}
.indexTop { flex: 1 1 auto; display: flex; flex-flow: column; justify-content: center; align-items: center;}
.indexTop h1 {
	font-size: 32px;
    line-height: 36px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	color: #ffffff;
	margin-bottom: 20px;
}
.indexTop h2 {
	font-size: 18px;
    line-height: 28px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	color: #ffffff;
	text-align: center;
}
.indexBox { flex: 0 1 auto; display: flex; flex-flow: column; justify-content: center; align-items: center; }
.indexBox a { width: 100%; display: block;}

.peopleSay { padding: 50px 0; border-bottom: #ff9db2 1px solid; background-color: #ffffff;}
.peopleList { width: 960px; margin: 0 auto;}
.peopleList li { float: left; width: 320px;display: inline flow-root list-item;}
.peopleListWho {}
.peopleListPic { float: left; width: 60px; margin-right: 20px; overflow: hidden;}
.peopleListPic img { width: 60px;}
.peopleListInfo { float: left; line-height: 1.5em; font-size: 15px; padding-top:10px;}
.peopleListSub { line-height: 1.8em; padding-left: 20px; border-left: #666666 1px dotted; margin-left: 20px; font-size: 14px;
}

.findNow {  width: 960px; padding:30px 0; margin: 0 auto; }
.findLeft { float: left; width: 450px; margin-right: 60px;}
.findRight { float: left; width: 450px;}
.findPeoplePic { margin-bottom: 10px;}
.findPeoplePic img { margin-right: 10px; width: 90px;}
.findPeopleTitle { font-size: 24px; margin-bottom: 10px;}
.findPeopleInfo { font-size: 14px; line-height: 1.8em; margin-bottom: 10px; padding-right: 80px;}

.downBox { text-align: center; padding: 20px;}
.downBox img { max-width: 200px;}

.aboutSection { border-bottom: #ff9db2 1px solid; padding: 50px 0; display: flex; align-items: center; justify-content: flex-start;}
.leftPart { /*width: 30vw;*/ }
.leftPartPic { width: 30vw; height: 30vw; max-width: 200px; max-height: 200px; overflow: hidden; border-radius: 500px; display: block;}
.leftPartPic img { width: 100%;}
.rightPart { padding: 0 30px; line-height: 1.6em;}
.rightPart .title { color: #dc3545; font-size: 20px; margin-bottom: 10px;}

.newsSection { padding: 30px 0; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.newsBox { margin: 20px; background: #fbfbfb; border: 3px solid #bbbbbb; padding: 40px 30px 30px; line-height: 1.6em; position: relative; margin-bottom: 20px; width: 45%;}
.newsBox:before { content: ""; width: 30px; height: 30px; position: absolute; background: #ffffff; top: -2px; left: -2px; border-right: 3px solid #bbbbbb; border-bottom: 3px solid #bbbbbb;}
.newsBox .newsTitle a { font-size: 22px; font-weight: bold; margin-bottom: 12px; display: block; color: #666666;}
.newsSubText a { font-style: italic; font-size: 16px; text-decoration: underline; color: #333333}

/*******************home list************************/
.homeViewBottom {
	position: absolute;
    bottom: 70px;
    right: 20px;
    z-index: 10;
}
.homeViewBottom a { 
	ursor: pointer;
    width: 60px;
    height: 60px;
    margin: 0px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-radius: 99em;
    -moz-border-radius: 99em;
    -webkit-border-radius: 99em;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ff5b7e;
}
.homeViewBottom i { font-size: 38px; color: #ffffff;}
.homeViewBottom i.sayHi { font-size: 32px; margin-left: 0px;}


.userList { 
	display: flex;

	flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    padding: 5px;
}
.userBoxWrap { width: 50%; position: relative; display: block;}
.userBoxWrap:before {
    content: "";
    display: block;
    padding-top: 100%;
}
@media screen and (min-width: 500px) {
    .userBoxWrap { width: 20%; position: relative; display: block;}
}
.vipTag { color: #ffffff; background: #ff0000; padding: 0px 12px; border-radius: 50px; position: absolute; top: 15px; right: 15px; z-index: 2; font-size: 14px}
.userItem {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 5px;
    background: #eee;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: pointer;
}
.userItem.highlight:before { border: #ff0000 5px solid; width: 100%; height: 100%; content: ""; position: absolute; 
	z-index: 2;
 	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.userData {
    position: relative;
    width: 100%;
    height: 100%;
}
.userPic {
    position: relative;
    margin: auto;
    background: #D3D3DB;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    height: 100%;
	overflow: hidden;
}
.userPic:before {
    content: '';
    position: absolute;
    height: 80px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(40,35,45,0), rgba(40,35,45,0.8));
    border-radius: 4px;
    z-index: 1;
}
.userPic img {
    width: 100%;
/*    height: 100%;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.userInfoWrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    margin: 10px;
}
.userInfo {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: calc(100% - 20px);
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    white-space: nowrap;
    z-index: 2;
}
.userInfo .userInfo1 {
    font-size: 14px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    align-items: center;
    line-height: 18px;
}
.userInfo .userInfo2 {
    font-size: 12px;
    color: #fff;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    align-items: center;
    line-height: 16px;
}

/*******************chat list************************/
.chatListBox ul li a {
	display: block;
    border-top: 1px solid #DFDFDF;
}
.chatListBox ul li:first-child a {
    border-top: none;
}
.chatList { padding: 10px; cursor: pointer;}
.chatListRow {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.chatListRow .avatar {
    position: relative;
}
.chatListRow .avatar .avatarPic {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    border-radius: 99em;
    -moz-border-radius: 99em;
    -webkit-border-radius: 99em;
    overflow: hidden;
}.chatListRow .avatar {
    position: relative;
}
.chatListRow .avatar .avatarPic {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    border-radius: 99em;
    -moz-border-radius: 99em;
    -webkit-border-radius: 99em;
    overflow: hidden;
}
.chatListRow .avatar .vipTag {
    top: 0; right: -5px; font-size: 12px; padding: 0 8px;
}
.chatListRow .avatar.highlight { border: #ff0000 2px solid; border-radius: 500px;}
.chatListRow .avatar img {
    width: 100%;
    /*height: 100%;*/
}
.chatListRow .description {
    flex: 1;
    min-width: 0;
    padding: 0 15px;
}
.chatListRow .description .name {
	font-size: 18px; color: #000000;
}
.chatListRow .description .message {
	color: #808080;
    font-size: 16px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 20px;
}
.chatListRow .rightSide {
	/*width: 80px;*/
    text-align: right;
    flex: 0 1 auto;
    align-self: stretch;
}
.rightSide .date {
    color: #808080;
    font-size: 14px;
    margin-top: 20px;
}
.rightSide .tip {
    margin-top: 5px;
    min-width: 20px;
    min-height: 20px;
    border-radius: 99em;
    -moz-border-radius: 99em;
    -webkit-border-radius: 99em;
    background-color: #F55567;
    display: inline-flex;
    align-items: center;
    padding: 0 5px;
}
.tip span {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    font-family: arial !important;
    margin: auto;
}
/*******************wish list************************/
.wishListBox ul li a {
	display: block;
    border-top: 1px solid #DFDFDF;
}
.wishListBox ul li:first-child a {
    border-top: none;
}
.wishList { padding: 10px; cursor: pointer;}
.wishListRow {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.wishListRow .avatar {
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    position: relative;
    overflow: hidden;
}
.wishListRow .avatar img {

    width: 100%;
    /*height: 100%;*/
}
.wishListRow .description {
    flex: 1;
    min-width: 0;
    padding: 0 15px;
}
.wishListRow .description .name {
	font-size: 15px; color: #000000;
}
.wishListRow .description .message {
	color: #808080;
    font-size: 15px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 20px;
}
.wishListRow .description .wishTitle {
	color: #f55434; font-weight: bold; font-size: 15px;
} 
.wishListRow .rightSide {
	width: 80px;
    text-align: right;
    flex: 0 1 auto;
    align-self: stretch;
}
.wishStatus { padding: 5px; text-align: center; background: #efefef; color: #c1c1c1;}

/*******************profile************************/
.swiper-container {
  		width: 100%;
}
.swiper-slide  img { width: 100%;}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff5b7e!important;
}
.fileInfoBox { padding: 10px 0; margin: 0 20px; border-bottom: #f5f5f5 1px solid; position: relative;}
.fileName { font-size: 22px; font-weight: bold; margin-bottom: 4px;}
.fileInfo { font-size: 16px; }
.filePrivacyPicBox { 
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: space-between;
}
.fileEditMyFile { position: absolute; top: 20px; right: 5px; }
.fileEditMyFile i { font-size: 22px; color: #535353}
.myPrivacyPic { flex: 1 1 auto; line-height: 37px; display: flex; align-items: center;}
.myPrivacyPic a { display: flex; align-items: center; }
.myPrivacyPic .clickBtn { margin-left: 10px; font-size: 38px; color: #535353;}
.myPrivacyPic .clickBtn.turnOn { color: #ff5b7e;}
.blockBox { flex: 0 1 auto; line-height: 37px;}
.blockBox a { display: flex; align-items: center; text-decoration: none;}
.blockBox i { font-size: 32px; color: #8E8E8E;}
.fileSection { padding-bottom: 20px;}
.fileSection h2 { font-size: 16px; margin: 10px 0 20px; }
.fileRow { display: flex; margin-bottom: 20px;}
.rowTitle { color: #535353;}

.fileViewBottom {
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 84px;
    text-align: center;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
}
.fileViewBottomBox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.fileViewBottomBox a { 
	ursor: pointer;
    width: 60px;
    height: 60px;
    margin: 0px 20px 0px 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-radius: 99em;
    -moz-border-radius: 99em;
    -webkit-border-radius: 99em;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ff5b7e;
	text-decoration: none;
}
.fileViewBottomBox i { font-size: 38px; color: #ffffff;}
.fileViewBottomBox i.sayHi { font-size: 32px; margin-left: -4px;}
.fileBlockBox a { text-align: center; padding: 20px; color: #5e5e5e; text-decoration: none; display: block;}
.fileBlockBox a:hover { background: #fbfbfb;}
.modal-content { overflow: hidden;}
.modal-sm { max-width: 300px; margin: 1.75rem auto;}

/*******************chat************************/
.messages_footer {
    background-color: rgb(255, 255, 255);
    display: table;
    border-top: 1px solid rgb(223, 223, 223);
	width: 100%;
    position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
    max-width: 960px;
    margin: 0 auto;
    z-index:1;
}
.messages_footerTip {
    text-align: center;
    background-color: rgb(161, 162, 179);
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding: 20px 0px;
}
.messages_footer .messages_footerTip a {
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-decoration: none;
}
.messages_footerBox {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 8px;
	
}
.messages_footerBox .inputTextBox {
	padding: 5px;
	border: #cccccc 1px solid;
	border-radius: 4px;
	flex: 1 1 auto;
	background: #ffffff;
}
.messages_footerBox input {
	outline: none;
}
.messages_footerBox .sendBtn {
	color: #ff5b7e;
	padding: 0 8px;
	display: flex;
	align-items: center;
} 
.messages_footerBox .sendBtn i {
	font-size: 30px;
} 


.messageBox {
	display: table;
    width: 100%;
    height: (100vh );
}
.wishmsgBox { padding-top: 120px;}
.wishTopBox { 
    position: fixed; top: 55px; left: 0; right: 0;  background: #ffffff; box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    max-width: 960px;
    margin: 0 auto;
}

.messageBox .messagesInner {
    display: table-cell;
    vertical-align: bottom;
	font-size: 13px;
}
.messageBox .messagesInner > div {
    display: table;
    clear: both;
    overflow: hidden;
    padding: 5px;
}
.messageBox .messagesInner .date {
    text-align: center;
    display: block;
	color: #616161
}
.messageBox .messagesInner .user {
    float: left;
}
.messageBox .messagesInner .user.messenger span {
    display: table-cell;
    vertical-align: top;
}
.messageBox .messagesInner .user .photo img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 99em;
}
.messageBox .messagesInner .user .msg span {
    background-color: #ff5b7e;
    color: #ffffff;
	font-size: 16px;
    overflow-wrap: break-word;
    word-break: break-all;
    line-height: 20px;
    display: block;
    padding: 10px;
    border-radius: 15px;
}
.messageBox .messagesInner .user.messenger .status {
    padding-left: 5px;
    text-align: left;
	font-size: 12px;
    color: #A8A8A8;
    vertical-align: bottom;
    padding-bottom: 5px;
    width: 60px;
}
.messageBox .messagesInner .user.messenger .status .time {
    margin-top: 3px;
    display: block;
}

.messageBox .messagesInner .my {
    float: right;
}
.messageBox .messagesInner .my.messenger span {
    display: table-cell;
    vertical-align: top;
}
.messageBox .messagesInner .my .msg span {
    background-color: rgb(243, 243, 243);
    color: rgb(0, 0, 0);
	font-size: 16px;
    overflow-wrap: break-word;
    word-break: break-all;
    line-height: 20px;
    display: block;
    padding: 10px;
    border-radius: 15px;
}
.messageBox .messagesInner .my.messenger .status {
    padding-left: 5px;
    text-align: left;
	font-size: 12px;
    color: #A8A8A8;
    vertical-align: bottom;
    padding-bottom: 5px;
    width: 60px;
}
.messageBox .messagesInner .my.messenger .status .time {
    margin-top: 3px;
    display: block;
}


/*******************edit profile************************/
.editBox { padding: 20px;}
.editBox .editRow { display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #DFDFDF; padding: 15px 0; flex-wrap: wrap;}
.editBox .editRow:first-child { border: none;}
.editRow label { font-size: 18px; text-align: left; flex: 1 1 auto; margin-bottom: 0;}
.editRow select { border: none; background: #ffffff; }
.editBox .red { color: #ff5b7e; margin-right: 5px;}
.editRow .inputBox { border: none; outline: none;flex: 1 1 auto}
.editRow .clickBtn { font-size: 38px; color: #535353}
.editRow .clickBtn.turnOn { color: #ff5b7e;}
.editBox .editSection:first-child { border: none;}
.editSection { border-top: 1px solid #DFDFDF; padding: 15px 0;}
.editSection label { font-size: 18px; text-align: left; display: block;}
.editSection textarea.editTextarea { width: 100%; height: 100px; outline: none; border-radius: 4px; border: #DFDFDF 1px solid; padding: 5px;}
.editSection .inputTextBox { width: 100%;  border-radius: 4px; border: #DFDFDF 1px solid; padding: 5px; outline: none;}
.editSection h2 { font-size: 18px;}
.editSection p { font-size: 16px;}
.editSection.noborder { border-top: none;}
.editSection .btn-group { width: 100%;}

.list { margin-left: 20px; margin-bottom: 0px;}
.list li { list-style: decimal;}
.btnSelect input { display: none;}
.btnSelect input:checked ~ span { background: #dc3545; border: #dc3545 1px solid; color: #ffffff;}
.btnSelect .btn { border: #DFDFDF 1px solid; border-radius: 4px; padding: 5px 20px;}
.btnSelectRow { display: flex; justify-content: flex-start; flex-wrap: wrap;}
.btnSelectRow label { width: 48%; margin: 0 1% 5px;}
.btnSelectRow label span { width: 100%;}
.nstSliderNum { width: 50%; flex: 1 1 auto;}
.age { text-align: right;}

.nstSlider {
    cursor: hand;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    width: 100%!important;
    height: 2px;
    background: #DFDFDF;
	margin: 30px 0 20px;
}
.nstSlider .bar {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    background: #dc3545;
    height: 2px;
    top: 0px;
}
.nstSlider .leftGrip, .nstSlider .rightGrip {
    position: absolute;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
	background: #dc3545;
	top: -15px;
}

.uploadPicBox { padding: 20px;}
.uploadPicLabel { text-align: center; width: 100%; padding: 8px 0; color: #3B3B3B; background: #dcdcdc;}
.picBox { padding: 5px; display: flex; justify-content: flex-start; flex-flow: wrap;}
.picItem { width: 33.33%;}
.itemPhoto { margin: 5px; border-radius: 6px; overflow: hidden; position: relative;}
.itemPhoto a {display: block; position: relative;}
.itemPhoto a img { width: 100%;}
.itemPhoto .tip { position: absolute; bottom: 0; left: 0; right: 0; background: #dc3545; color: #ffffff; text-align: center; padding: 5px; font-size: 13px;}
.itemPhoto .cover { position: absolute; top: 0px; left: 0px; color: #dc3545;}
.itemPhoto .cover i { font-size: 30px;}
.selectBoxBorder { 
	width: 100%;
    border-radius: 4px;
    border: #DFDFDF 1px solid;
    padding: 10px; 
}
select.block { display: block; width: 100%; border: none; background: #ffffff; }


/*******************vip************************/
.priceRow { display: flex; justify-content: flex-start; align-items: center; padding: 15px 0; flex-wrap: wrap;}
.priceRowTitle { border-bottom: #DFDFDF 1px solid; padding: 5px 0; }
.priceRowTitle .row01 { font-size: 14px; font-weight: normal;}
.priceRowTitle .row02 { font-size: 14px; font-weight: normal;}
.row01 { flex: 1 1 auto; font-size: 22px; font-weight: bold;}
.row02 { flex: 1 1 auto; font-size: 18px; font-weight: normal;}
.row02 .deleted { text-decoration: line-through; font-weight: normal; font-size: 18px;}
.row02 .red { font-size: 24px; font-weight: bold;}
.sdpoint { text-align: right; font-weight: bold;}
.priceTip { font-size: 14px;}
.priceBox { 
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(112, 125, 134, 0.34) 0px 2px 6px 0px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(235, 235, 235);
    transition: all 300ms ease 0s;
    overflow: hidden;
	margin: 15px 0;
	padding: 0 10px 10px;
}

/*******************footer************************/
#toolbar {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 55px;
    width: 100%;
    background: #fff;
    z-index: 5;
    
}
.wrap {
    min-width: 300px;
	max-width: 960px;
	height: 55px;
	border-top: 1px solid #DFDFDF;
	margin: 0 auto;
	position: relative;
}
#toolbar ul li {
    overflow: hidden;
    display: inline-block;
    width: 24%;
    text-align: center;
    height: 55px;
    line-height: 55px;
}
#toolbar ul li>a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
#toolbar .thumb {
    position: relative;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    width: 32px;
    height: 32px;
}
#toolbar .thumb { color: #AEAEAE;}
#toolbar .highlight .thumb { color: #ff5b7e;}
.newCounter {
    position: absolute;
    top: -3px;
    right: -7px;
    min-width: 20px;
    min-height: 20px;
    border-radius: 99em;
    -moz-border-radius: 99em;
    -webkit-border-radius: 99em;
    background-color: #f55434;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    line-height: 10px;
}
.newCounter span {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    font-family: arial !important;
    display: block !important;
    padding: 5px;
}
.overlayerHeart{
    width: 100%;
    text-align: center;
    display: none;
}
.overlayer {
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/overlay.png');
}
.loading { position: fixed; top: 50%; left: 50%; margin: -24px 0 0 -24px;}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .peopleSay { padding: 20px 0;}
  .peopleList { width: 95%; }
  .peopleList li { float: left; width:33%; padding: 20px 0}
	
  .findNow {  width: 90%; padding:30px 0; margin: 0 auto; }
  .findLeft { float: left; width: 45%; margin-right: 0px; margin-bottom: 40px; text-align: center;}
  .findRight { float: right; width: 45%}
  .findPeoplePic { text-align: center;}
  .findPeoplePic img { margin-right: 10px; width: 21%;}
  .findPeopleTitle { text-align: center;}
  .findPeopleInfo { margin-bottom: 20px; padding-right: 0px;text-align: left;}
  .aboutSection { width: 90%; padding:30px 0; margin: 0 auto; }
}

@media screen and (max-width: 767px) {
  .peopleSay { padding: 20px 0;}
  .peopleList { width: 90%; }
  .peopleList li { float: none; width:100%; padding: 20px 0}
	
  .findNow {  width: 90%; padding:30px 0; margin: 0 auto; }
  .findLeft { float: none; width: 100%; margin-right: 0px; margin-bottom: 40px;text-align: center;}
  .findRight { float: none; width: 100%; text-align: center;}
  .findPeoplePic { text-align: center;}
  .findPeoplePic img { margin-right: 10px; width: 20%}
  .findPeopleTitle { text-align: center;}
  .findPeopleInfo { margin-bottom: 20px; padding-right: 0px; text-align: left;}
  .userBoxWrap { width: 50%;}
  .contentBox { display: flex; flex-direction: column;}
  .fileMainPic { width: 100%;}
  .contentBox .right { width: 100%;}
  .aboutSection { width: 90%; padding:30px 0; margin: 0 auto; }
  .newsBox{ width: 90%; }
  .index{margin:0 0;}
}
	
	