<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------
 * box sizing
 * ---------------------------------- */
*, 
*:after, 
*::before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/* ----------------------------------
 * clearfix
 * ---------------------------------- */
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1
}
.vertical-flex-box {
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	display: -ms-flexbox;
	-ms-box-orient: vertical;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
}
.screen-reader-text {
	position: absolute;
	top: -9999px;
	left: -9999px;
}


/* ----------------------------------
 * ellipsis
 * ---------------------------------- */
.ellipsis-l1n {  
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;   
}
.ellipsis-l2n {
  height: 36px;
  overflow: hidden;  
}
.btn {
	display: inline-block;
	position: relative;
	height: 34px;
	padding: 0 20px;
	border: 0;
	color: #666665;
	background-color: #dededc;
	font-size: 14px;
	line-height: 33px;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	vertical-align: bottom;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: "Microsoft YaHei", Geneva, Verdana, sans-serif;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	outline: none;
}
.btn:hover {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
	background-repeat: repeat-x;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2) }
.btn:active {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
	background-repeat: repeat-x;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom-width: 0 }
.btn[disabled], .btn[disabled]:hover, .btn[disabled]:active {
	border-top: 0;
	border-bottom: 0;
	padding-top: 1px;
	cursor: default;
	background: #dededc;
	color: #b3b3b1 }
.btn.hide {
	display: none }
a.btn:active {
	outline: 0 }
a.btn {
	text-decoration: none }
input[type="submit"].btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px }
.wf-loading .btn {
	color: transparent }
.btn-outline {
	border: 1px solid #1C9EFF;
	background: rgba(0, 0, 0, 0);
	color:#1C9EFF; 
}
.btn-outline:hover {
	background-color: #1C9EFF;
	color: #fff;
}
.btn-radius-20 {
	border-radius: 20px;
}
.btn-s-large {
	height: 52px;
	line-height: 51px;
	padding: 0 42px;	
}
.btn-large {
	height: 40px;
	line-height: 39px;
	padding: 0 27px;	
}
.btn-small {
	height: 32px;
	line-height: 31px;
	padding: 0 12px;
	min-width: 70px;
}
.btn-tiny {
	height: 20px;
	line-height: 21px;
}
.btn-linear{
	font-weight: bold;
	color: #fff;
	text-shadow:0px 3px 6px rgba(0,0,0,0.16);
	background:linear-gradient(90deg,rgba(96,166,255,1) 0%,rgba(106,199,227,1) 100%);
	box-shadow:0px 3px 6px rgba(0,0,0,0.16);
	border-radius: 4px;
	letter-spacing: 3px;
}
.btn-linear:hover {
	background:linear-gradient(90deg,rgba(106,199,227,1) 0%,rgba(96,166,255,1) 100%);
	
}

.btn-primary {
	background-color: #57ad68;
	color: #fff }
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:active {
	cursor: default;
	background-color: #9ac67c;	
	background-image: none;	
	color: #fbfbfb;
	border-top:0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-white {
	background-color: #fff;
	color: #666665;
	border: 1px solid #ccc;
}
.btn-delete {
	background-color: #cc5454;
	color: #fff }
.btn-set .btn {
	margin-right: 4px }
.btn-set .btn:last-child {
	margin-right: 0 }
.btn-set .btn-link {
	margin-right: 0 }
.btn-set .btn-link:before {
	display: inline-block;
	content: 'Â·';
	padding: 0 5px }
.btn-set .btn-link:first-child:before {
	display: none }
.btn-group .btn, .btn-toggle .btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-right: 0 }
.btn-group .btn {
	border-right: 1px solid rgba(0, 0, 0, 0.2) }
.btn-group .btn:first-child, .btn-toggle .btn:first-child {
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px }
.btn-group .btn:last-child, .btn-toggle .btn:last-child {
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	border-right: 0 }
.btn-toggle .btn:disabled, .btn-toggle .btn-active {
	cursor: default;
	color: #fff;
	line-height: 0;
	background: #57ad68;
	border-top: 1px solid rgba(0, 0, 0, 0.1) }
.btn-set .recommend-button, .recommend-button, .btn-follow {
	background-color: #57ad68;
	color: #fff;
	float: left;
	margin-right: 0;
	padding: 0 15px }
.recommend-button.active, .btn-follow.active {
	background-color: #eaf5ec;
	color: #57ad68 }
.recommend-button.active .recommend-button-label:after, .btn-follow.active .follow-label:after {
	content: attr(data-suffix) }
.btn-follow {
	background-color: rgba(87, 173, 104, 0.9);
	color: #fff;
	float: left;
	margin-right: 0;
	padding: 0 15px }
.btn-follow.active {
	background-color: rgba(255, 255, 255, 0.85);
	color: #57ad68 }
.btn-follow.active .follow-label:after {
	content: attr(data-suffix) }
.btn-follow:hover {
	background-color: #57ad68 }
.btn-follow.active:hover {
	background-color: #fff }
.post-footer-card .btn-follow.active {
	background-color: #eaf5ec }
.cover-collection .btn-new-post {
	padding-left: 15px;
	padding-right: 15px }
@media all and (max-width: 500px) {
	.btn {
	height: 34px;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 33px
}
.btn .icons:before {
	margin-right: 7px
}
.recommend-button .icons-heart:before {
	margin-right: 0
}
}
.btn-link, .btn-chromeless {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: rgba(0, 0, 0, 0);
	height: auto;
	line-height: inherit;
	border-width: 0;
	padding: 0;
	vertical-align: baseline }
.btn-link:hover, .btn-link:active, .btn-chromeless:hover, .btn-chromeless:active {
	border-width: 0;
	background: rgba(0, 0, 0, 0) }
.btn-link {
	text-align: left;
	color: #b3b3b1 }
.btn-link:hover, .btn-link:active {
	color: #666665 }
.btn-link.btn-primary {
	color: #57ad68 }
.btn-link.btn-primary:hover, .btn-link.btn-primary:active {
	color: #468c54 }

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}
/* ----------------------------------
 * $forms
 * ---------------------------------- */
.forms input[type="text"],
.forms input[type="email"],
.forms input[type="password"],
.forms select,
.forms textarea {
  padding: 4px 5px;
  color: #666;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid #cccccc;
  font-size: 14px;
  line-height: 1.4em;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.15);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.15);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.forms input[type="text"]:focus,
.forms input[type="email"]:focus,
.forms input[type="password"]:focus,
.forms select:focus,
.forms textarea:focus{
  box-shadow: 0 1px 1px 3px rgba(220, 237, 247, .76);
  border-color: #9bc7e3;
}
.forms input:not([type="checkbox"]):not([type="radio"]),
.forms textarea {
  user-select: auto;
  -webkit-appearance: none;
    -moz-appearance: none;
  width: 100%; 
}
.forms input[type="text"]:disabled,
.forms input[type="email"]:disabled,
.forms input[type="password"]:disabled{
  cursor: default;
  color: #8b7f7f;  
  background-color: #c3c3c3;
  text-shadow: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.forms .radio, 
.forms .checkbox{
  display: inline-block;
  line-height: 28px;
}
.forms .radio input[type="radio"], 
.forms .checkbox input[type="checkbox"]{
  float: left;
  margin-right: 3px;
  margin-top: 8px;
}
.forms input:-moz-placeholder,
.forms textarea:-moz-placeholder {
    color: #999;
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.forms input:-ms-input-placeholder,
.forms textarea:-ms-input-placeholder {
    color: #999;
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.forms input::-webkit-input-placeholder,
.forms textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* ----------------------------------
 * $uploadFeedback
 * ---------------------------------- */
.uploadFeedback { 	
	position:absolute; 	
	left: 50%;	
	z-index:200;	
	width:650px; 
	height:25px;
	margin-left: -375px;
}
.uploadFeedback .progressBar-wrap { 
	position:absolute; 
	left:0; 
	top:6px; 
	right:25px; 
	height:13px; 
	background:#468c54; 
	-webkit-border-radius:4px; 
	-moz-border-radius:4px; 
	border-radius:4px; 
	border:1px solid #468c54; 
	overflow:hidden; 
}
.uploadFeedback .progressBar { 
	position:absolute; 
	top:0; left:0; 
	height:100%; 
	background:#fff; 
	-webkit-border-top-left-radius:4px; 
	-moz-border-radius-topleft:4px; 
	border-top-left-radius:4px; 
	-webkit-border-bottom-left-radius:4px; 
	-moz-border-radius-bottomleft:4px; 
	border-bottom-left-radius:4px; 
}
.uploadFeedback .uploadFeedback-preview { 
	position:absolute; 
	top:10px; 
	left:10px; 
	width:75px; 
	height:75px; 
	background-repeat:no-repeat; 
	background-color:rgba(0, 0, 0, 0.3); 
	-webkit-background-size:cover; 
	-moz-background-size:cover; 
	-o-background-size:cover; 
	background-size:cover; 
}
.uploadFeedback .button--close{
	position: absolute;
	width: auto;
	right:0;
	top: 0;
	font-size: 22px;
	line-height: 1em;
	color: #999;
	font-weight: bold;
	cursor: pointer;
	padding: 0 3px;
	display: inline-block;
	vertical-align: top;
}
.uploadFeedback .button--close:hover{
	color: #000;
}

.avatar {
	display: block;
	background-position: center;
	margin: 0 auto;
	overflow: hidden;
	width: 65px;
	height: 65px;
	line-height: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%
}

</pre></body></html>