
html{
	font-size:10px;
}

.root-wrap{
    max-width:75rem;
    margin:0 auto;
    height: 100%;
}
/*
* -webkit-touch-callout:none; 在ios上禁止长按跳出系统菜单
*  -webkit-user-select   设置none 阻止文本被选择
*/
/**允许使用长按操作**/
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;

/**防止输入类控件无法获取焦点**/
*:not(input,textarea){
   -webkit-touch-callout:none;
   -webkit-user-select:none;
   -khtml-user-select:none;
   -moz-user-select:none;
   -ms-user-select:none;
   user-select:none;	
}

.page-content {
  scrollbar-width: none; /* Firefox隐藏滚动条 */
  -ms-overflow-style: none; /* IE和Edge浏览器隐藏滚动条 */
}

.page-content::-webkit-scrollbar {
  display: none; /* 隐藏滚动条 */
}

/**全局链接颜色**/
a:link { 
    color:black;
}
/**访问后的颜色**/
a:visited {
    color:black;
}

/*
* pop弹层高度控制
**/
.popup-sheet{
	height:80vh;
	position:absolute;
	top:20%;
	border-radius: 10px 10px 0px 0px;
}

.no-padding{
	padding:0px;
}

.no-margin{
	margin:0px;
}

.navbar{
	background:#000000;
	color:white;
}

.layout-dark .navbar{
	background:#000000;
	color:white;
}


.navbar:after {
  display:none;
}


i.icon.icon-ucenter {
	width:32px; 
	height:32px;
    background-image: url(image/icon-ucenter.png);
}

i.icon.icon-feedback {
  width:25px; 
  height:25px;
  background-image: url(../assets/feedback.png);
}


i.icon.icon-msg{
	width:32px; 
	height:32px;
    background-image: url(image/icon-msg.png);
}

.flex{
  display:flex;  
}


.flex-center{
	display:flex;
	justify-content:center;
	align-items:center;
}

.flex-column{
	flex-direction:column;
}

.page[data-page="page-discover"] .list-block .item-inner{
	min-height:60px;
}


/**引导图**/
#newguide{
 display:none;
 -webkit-user-select: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  text-align: center;
  top: 0;
  left: 0;
  z-index: 105;	
}

#newguide .arrow{
 display:block;
 width:50px;
 height:50px;
}

#newguide p{
 color:white;
}

.menu-bg{
	opacity: 0.5;
	animation:scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
	-webkit-animation:shake 2s infinite cubic-bezier(0, 0, 0.49, 1.02); /*Safari and Chrome*/
	animation-delay: 200ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

/*
*闪配按钮旋转动画
*/
@keyframes flash-rotate {
  0% {
    transform:rotate(0deg);
  }
  100% {
    transform:rotate(360deg);
  }
}

.fast-more-rotate{
	animation:flash-rotate  0.5s infinite cubic-bezier(0, 0, 0.49, 1.02);
	-webkit-animation:flash-rotate  0.5s infinite cubic-bezier(0, 0, 0.49, 1.02); /*Safari and Chrome*/
}

@keyframes shake
{
	0% {transform:scale(1,1);}
	50%{transform:scale(0.5,0.5);}
	100%{transform:scale(1,1);}
	
}
@-webkit-keyframes shake /*Safari and Chrome*/
{
	0% {transform:scale(1,1);}
	50%{transform:scale(0.5,0.5);}
	100%{transform:scale(1,1);}
}

.menu-flash{
	/**
	border:3px solid #4cd964;
	**/
	width: 50px;
    height: 50px;
	position:absolute;
	left:calc(50% - 25px);
	bottom:15px;
	border-radius: 50%;
	z-index: 1500;
	 -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
}

.button-circle{
    width: 80px;
    height: 80px;
	border-radius: 50%;
	z-index: 1500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
}

/**
.menu-flash{
	
	border:3px solid #4cd964;
	
	width: 50px;
    height: 50px;
	position:absolute;
	
	left:calc(50% - 25px);
	bottom:15px;
	border-radius: 50%;
	z-index: 1500;
	 -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
}
**/

/*bosom-cell*/
.user-card .card-header {
  display: flex;
  padding: 10px;
  height:80px;
}

.user-card .user-info {
  display:flex;
  flex-direction:column;
}
.user-card .user-info .user-avatar {
  width:40px;
  height:40px;
}

.user-card .user-info .user-name {
  font-size: 14px;
  text-align:left;
  font-weight: 500;
}

.user-card .user-date {
  margin-left: 44px;
  font-size: 13px;
  color: #8e8e93;
}

.user-card .after {
  display:flex;
  flex-direction:column;
  justify-content:center;  
  font-size: 13px;
  color: #8e8e93;
}

.user-card .card-footer {
  background: #fafafa;
}
.user-card .card-footer a {
  color: #81848b;
  font-weight: 500;
}
.user-card .card-content img {
  display: block;
}
.user-card .card-content p{
   border-top: 1px dashed ; font-size: 14px; line-height: 20px; color: #666666; min-height: 30px; overflow: hidden;position:relative; padding:5px;
}
.user-card .card-content-inner {
  padding: 15px 10px;
}


.bosom_info {width:100%; background-color: #ffffff;  position: relative;}
.bosom_info a{display:black;}
/*头像*/
.bosom_info i.bosom_img { display: block;overflow: hidden; float:left;}
.bosom_info i.bosom_img img { display: block; width: 100%; }

.bosom_info i.avatar img{ display: block; width:60px;height:60px; }

/*昵称*/
.bosom_info p { display: block; }
.bosom_info .bosom_name { margin-left:65px;font-size: 14px; color: #333; font-weight: bold; line-height: 20px; margin-top:5px;}
/*价格*/
.bosom_price {
    box-sizing: border-box;
    position: absolute;
    right: 5px;
	top: 5px;
    width: 50px;
    border-radius: 5px;
    height: 20px;
    line-height: 20px;
    color: #333;
    background: #faa701;
    color: #fff;
    font-size: 13px;
}

.bosom_price div {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    height: 100%
}

        .bosom_price span {
            background: #ff9b0c;
            float: left;
            width: 32%;
            height: 100%;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px
        }

        .bosom_price span img {
            position: relative;
            top: 8px
        }
/*特点*/
.bosom_span_title {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}
.bosom_info dl { font-size: 0px; display: block; overflow: hidden; }
.bosom_info dt { float: left; margin-bottom: 8px; font-size: 12px; line-height: 20px; color: #999999; }
.bosom_info dd { overflow: hidden; margin-bottom: 8px; font-size: 12px; line-height: 20px; color: #666666; }
.bosom_info dd i { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 20px; margin-left: 8px; font-size: 12px; padding: 0 8px; line-height: 20px; color: #fff; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; }
.bosom_info dd i.i_brown { background-color: #d2b991; }
.bosom_info dd i.i_green { background-color: #7abe96; }
.bosom_info dd i.i_orange { background-color: #f19149; }
.bosom_info dd i.i_yellow { background-color: #e9bd64; }
.bosom_info dd i.i_purple { background-color: #e699b9; }
.bosom_info dd i.i_blue{background-color:#82b7de;} 
.bosom_info .bosom_intro{border-top: 1px dashed ; ofont-size: 14px; line-height: 20px; color: #666666; min-height: 30px; overflow: hidden;position:relative;}
.bosom_info .bosom_intro span{position:relative;z-index:1;}
.bosom_info .bosom_intro i{display:block;position:absolute;right:0;bottom:0px;height:20px;line-height:20px;padding:0 4px;font-size:12px;color:#0083b9;background-color:#fff;z-index:10;}
.bosom_info .bosom_intro_on{height:auto;}
.bosom_info .bosom_intro_on i{display:none;}
.bosom_info a:hover,
.bosom_info a:hover  .bosom_intro i{background-color:#f9fefd;}
.bosom_info a:hover,
.bosom_info a:hover *{text-decoration:none;}

/*用户详情*/
.user_info {
	        background:#fff;
	        margin-top:5px; 
	        text-align:center; 
			height:auto;
	   }
	   .user_info img{
	        width:80px;
			height:80px;
			vertical-align:middle;
			border-radius:50%;
}

/*消息页处理底部工具栏*/
.page[data-page="page-chat"] .toolbar {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: 0ms;
  -o-transition: 0ms;
  transition: 0ms;
}

.page-content img,video{
    max-width:100%;
}

.popup .page-content {
    padding-top:45px;
    padding-bottom:45px;
}

/*心事文本行间距*/
.card-content p{
	line-height:2em;
	font-size:1.2em;
}

.item-subtitle p{
	max-width:100%;
	word-wrap:break-word; 
	word-break:break-all;
	white-space:pre-wrap;
	color:#778899;
	
}

/*
*  user avatar in list item
*
*/
.list-block .user-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: cover;
  opacity: 1;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

/**chat layout message cell**/
.message .message-text {
  max-width:100%;
}

.message-received .message-text {
  max-width:95%;
}

.link-color{
	color:#72ACE3;
}


.index-round-button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  z-index: 1500;
  color: #fff;
  overflow: hidden;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}


/*图标*/
i.icon-comment {
  background-image: url("image/comment.png");
}

.icon-comment {
  width:30px;
  height:30px;
  background-image: url("image/comment.png");
}

.icon{
  display: inline-block;
  vertical-align: middle;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  font-style: normal;
  position: relative;
}
.app-icon{
	width:40px;
    height:40px;
}
.icon-hit {
  width:30px;
  height:30px;  
  background-image: url("image/hit.png");
}

.icon-hug {
    width:30px;
  height:30px;	 
  background-image: url("image/hug.png");
}

.icon-close {
   width:30px;
  height:30px;	 
  background-image: url("image/icon-close.png");
}

.icon-plus-white{
   width:30px;
  height:30px;	 
  background-image: url("image/icon-plus-white.png");
}

i.icon-hug { 
  width:30px;
  height:30px;  	 
  background-image: url("image/hug.png");
}

i.icon-hit {
    width:30px;
  height:30px;	 
  background-image: url("image/hit.png");
}

i.icon-plus {
  background-image: url("image/plus.png");
}

i.icon-broadcast {
  background-image: url("image/icon-broadcast.png");
}

i.icon-system-msg {
  width:50px;
  height:50px;  
  background-image: url("image/system-msg.png");
}

i.icon-chat {
  width:30px;
  height:30px;  
  background-image: url("image/message.png");
}

i.icon-bosoms {
  width:30px;
  height:30px;  
  background-image: url("image/icon-bosoms.png");
}

i.icon-system-hug {
 width:50px;
  height:50px;	
  background-image: url("image/system-hug.png");
}


i.icon-coins {
  width:30px;
  height:30px;	
  background-image: url("../assets/coins.png");
}

i.icon-hongbao {
  width:30px;
  height:30px;	
  background-image: url("../assets/hongbao.png");
}

i.icon-coinmeida {
  width:30px;
  height:30px;	
  background-image: url("../assets/coinmedia.png");
}

i.icon-system-comment {
	 width:50px;
  height:50px;
  background-image: url("image/system-comment.png");
}

i.icon-tab-person {
	 width:30px;
  height:30px;
  background-image: url("image/person.png");
}
i.icon-tab-home {
	 width:30px;
  height:30px;
  background-image: url("image/home.png");
}

i.icon-tab-topic {
  width:30px;
  height:30px;
  background-image: url("image/topic.png");
}

i.icon-tab-message {
	 width:30px;
  height:30px;
  background-image: url("image/message.png");
}

i.icon-tab-person-normal {
	 width:30px;
  height:30px;
  background-image: url("image/person-normal.png");
}
i.icon-tab-home-normal {
	 width:30px;
  height:30px;
  background-image: url("image/home-normal.png");
}

i.icon-tab-topic-normal {
	 width:30px;
  height:30px;
  background-image: url("image/topic-normal.png");
}

i.icon-tab-message-normal {
	 width:30px;
  height:30px;
  background-image: url("image/message-normal.png");
}

.card-footer i span{
	display:inline-block;
}

.article-wrap{
	 max-width: 100%;
  min-width: 300px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #f9f9f9;
	
}

.article-content{
  color: #444;
  line-height: 1.6em;
  font-size: 17px;
  margin: 10px 0 20px;
}

.article-content a {
  word-break: break-all;
}

.article-content img {
  max-width: 100%;
  display: block;
  margin: 30px auto;
}

/**个人中心昵称显示
.nick-display{

    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    
    color:#F5F5F5;
    font-size:35px;
    text-align:center;
    text-shadow:4px 4px 5px #333333; 
}
**/

#shareit {
    -webkit-user-select: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    text-align: center;
    top: 0;
    left: 0;
    z-index: 105;
    display:none;
}
#shareit img {
    max-width: 100%;
}
.arrow {
    width: 60%;
    height:80%;
    position: absolute;
    left:5%;
    bottom:10%;
}
#share-text {
    margin-top: 50px;
    font-size:32px;
    color:white;
}


.album-link .item-blur{
			-webkit-filter: blur(5px); /* Chrome, Opera */
			-moz-filter: blur(5px);
			-ms-filter: blur(5px);    
            filter: blur(5px);
}

 .item-wraper{
	position:relative;
	margin:2px;
  }
  .item-mask{
			position:absolute;
			display:flex;
			flex-direction:column;
			align-items:center;justify-content:center;
			width:100%;
			height:100%;
			z-index:2;
			top:0;
			left:0;
			background:rgba(0,0,0,0.2);
   }
        
    .item-wraper .item-content{
		 position: relative;
		 height:40vw;
	}
	
	.item-wraper.item-content img{
			max-height:100%;
	}
	.item-wraper .item-content video{
			
			max-height:100%;
	}
	.item-wraper .item-content .item-blur{
			-webkit-filter: blur(10px); /* Chrome, Opera */
			-moz-filter: blur(10px);
			-ms-filter: blur(10px);    
            filter: blur(10px);
	}
	.item-wraper .item-content .item-intro {
			font-size: 0.4rem;
			color: #FFF;
			position: absolute;
			bottom: 0;
			width: 100%;
			background-color: rgba(0, 0, 0, 0.3);
			text-indent: 5px;
			height: 30px;
			line-height: 30px;
			word-wrap: normal;
			/* for IE */
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;
	}


	 .video-wraper{
		 position:relative;
		 margin:2px;
	 }
	 
.topic-ban{
    position: relative; /* 设置相对定位 */
   background-color: #f0f0f0; /* 容器背景颜色 */
   overflow: hidden; /* 防止蒙版内容溢出 */
   margin: 10px auto;
}

.topic-ban .banner{
   position: absolute; /* 绝对定位 */
  top: 50px; /* 顶部对齐 */
  right: -20px; /* 右侧对齐 */
  width: 100px; /* 横幅宽度 */
  height:30px; /* 横幅高度 */
  background-color: red; /* 横幅背景颜色 */
  color: white; /* 文本颜色 */
  font-size: 12px; /* 文本大小 */
  text-align: center; /* 文本水平居中 */
  line-height: 20px; /* 文本垂直居中 */
  transform: rotate(45deg); /* 旋转45度 */
  transform-origin: top right; /* 旋转的中心点 */
  z-index: 1001; /* 确保横幅在所有内容之上 */
}

.topic-ban::before {
  content: ""; /* 蒙版上的文本 */
  position: absolute; /* 绝对定位 */
  top: 50%; /* 垂直居中 */
  left: 50%; /* 水平居中 */
  transform: translate(-50%, -50%); /* 精确居中 */
  width: 100%; /* 蒙版宽度 */
  height: 100%; /* 蒙版高度 */
  background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
  color: white; /* 文本颜色 */
  font-size: 18px; /* 文本大小 */
  text-align: center; /* 文本水平居中 */
  display: flex; /* 使用flex布局 */
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  z-index: 1000; /* 确保蒙版在内容之上 */
}

/* 搜索按钮默认隐藏 */
.searchbar .search-btn {
  display: none;
  width: 50px;
  margin-left: 6px;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
}

/* 当输入框有值时，让按钮出现 */
.searchbar.searchbar-active .search-btn {
  display: inline-block;
}

