/* ================== 初始化 ==================== */
@import '//at.alicdn.com/t/font_2781928_6ab3jijzdaa.css';
	.iconfont {
	font-size:14px;
}
html {
	color:#000;
	background:#f5f5f5
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
fieldset,img {
	border:0
}
address,caption,cite,code,dfn,em,strong,th,var,b {
	font-style:normal;
	font-weight:400
}
ol,ul {
	list-style:none
}
caption,th {
	text-align:left
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:400
}
pre {
	white-space:pre;
	white-space:pre-wrap;
	word-wrap:break-word
}
abbr,acronym {
	border:0;
	font-variant:normal
}
q {
	quotes:none
}
q:before,q:after {
	content:'';
	content:none
}
*,:after,:before,input[type=search] {
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sup {
	top:-.5em
}
sub {
	bottom:-.25em
}
a {
	text-decoration:none;
	color:#666
}
a:focus {
	outline:none;
	-moz-outline:none;
}
a:hover,a:active {
	outline:0;
	color:var(--theme-color);
}
legend {
	border:0;
	white-space:normal;
	color:#000
}
button,input,select,textarea {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	vertical-align:baseline;
	*vertical-align:middle
}
button,input {
	line-height:normal
}
button,input[type=button],input[type=reset],input[type=submit] {
	cursor:pointer;
	-webkit-appearance:button;
	*overflow:visible
}
input[type=checkbox],input[type=radio] {
	box-sizing:border-box;
	padding:0;
	*height:13px;
	*width:13px
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding:0
}
input[type=hidden] {
	display:none !important
}
textarea {
	overflow:auto;
	vertical-align:top;
	resize:none
}
select,input,button,textarea {
	font:100% arial,helvetica,clean
}
table {
	font-size:inherit;
	font:100%
}
pre,code,kbd,samp {
	font-family:monospace,serif;
	_font-family:'courier new',monospace;
	font-size:100%;
	line-height:100%
}
small {
	font-size:75%
}
body {
	font-size:14px;
	color:#333333;
	font-family:Helvetica Neue,Helvetica,sans-serif;
}
button,input,textarea,label,img {
	box-sizing:border-box;
}
input {
	outline-style:none;
}
.round {
	border-radius:2500px;
}
.radius {
	border-radius:3px;
}
.radius-l {
	border-radius:6px;
}
.radius-lg {
	border-radius:9px;
}
/* ================== 布局 ==================== */
/* -- flex弹性布局 -- */
.flex {
	display:flex;
}
.basis-xs {
	flex-basis:20%;
}
.basis-sm {
	flex-basis:40%;
}
.basis-df {
	flex-basis:50%;
}
.basis-lg {
	flex-basis:60%;
}
.basis-xl {
	flex-basis:80%;
}
.flex-sub {
	flex:1;
}
.flex-twice {
	flex:2;
}
.flex-treble {
	flex:3;
}
.flex-direction {
	flex-direction:column;
}
.flex-wrap {
	flex-wrap:wrap;
}
.align-start {
	align-items:flex-start;
}
.align-end {
	align-items:flex-end;
}
.align-center {
	align-items:center;
}
.align-stretch {
	align-items:stretch;
}
.self-start {
	align-self:flex-start;
}
.self-center {
	align-self:flex-center;
}
.self-end {
	align-self:flex-end;
}
.self-stretch {
	align-self:stretch;
}
.align-stretch {
	align-items:stretch;
}
.justify-start {
	justify-content:flex-start;
}
.justify-end {
	justify-content:flex-end;
}
.justify-center {
	justify-content:center;
}
.justify-between {
	justify-content:space-between;
}
.justify-around {
	justify-content:space-around;
}
/* grid布局 */
.grid {
	display:flex;
	flex-wrap:wrap;
}
.grid.grid-square {
	overflow:hidden;
}
.grid.grid-square .cu-tag {
	position:absolute;
	right:0;
	top:0;
	border-bottom-left-radius:3px;
	padding:3px 6px;
	height:auto;
	background-color:rgba(0,0,0,0.5);
}
.grid.grid-square>div>text[class*="cuIcon-"] {
	font-size:26px;
	position:absolute;
	color:#8799a3;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}
.grid.grid-square>div {
	margin-right:10px;
	margin-bottom:10px;
	border-radius:3px;
	position:relative;
	overflow:hidden;
}
.grid.grid-square>div.bg-img image {
	width:100%;
	height:100%;
	position:absolute;
}
.grid.col-1.grid-square>div {
	padding-bottom:100%;
	height:0;
	margin-right:0;
}
.grid.col-2.grid-square>div {
	padding-bottom:calc((100% - 10px)/2);
	height:0;
	width:calc((100% - 10px)/2);
}
.grid.col-3.grid-square>div {
	padding-bottom:calc((100% - 20px)/3);
	height:0;
	width:calc((100% - 20px)/3);
}
.grid.col-4.grid-square>div {
	padding-bottom:calc((100% - 30px)/4);
	height:0;
	width:calc((100% - 30px)/4);
}
.grid.col-5.grid-square>div {
	padding-bottom:calc((100% - 40px)/5);
	height:0;
	width:calc((100% - 40px)/5);
}
.grid.col-2.grid-square>div:nth-child(2n),.grid.col-3.grid-square>div:nth-child(3n),.grid.col-4.grid-square>div:nth-child(4n),.grid.col-5.grid-square>div:nth-child(5n) {
	margin-right:0;
}
.grid.col-1>div {
	width:100%;
}
.grid.col-2>div {
	width:50%;
}
.grid.col-3>div {
	width:33.33%;
}
.grid.col-4>div {
	width:25%;
}
.grid.col-5>div {
	width:20%;
}
/* -- 内外边距 -- */
.margin-0 {
	margin:0;
}
.margin-xs {
	margin:5px;
}
.margin-sm {
	margin:10px;
}
.margin {
	margin:15px;
}
.margin-lg {
	margin:20px;
}
.margin-xl {
	margin:25px;
}
.margin-top-xs {
	margin-top:5px;
}
.margin-top-sm {
	margin-top:10px;
}
.margin-top {
	margin-top:15px;
}
.margin-top-lg {
	margin-top:20px;
}
.margin-top-xl {
	margin-top:25px;
}
.margin-right-xs {
	margin-right:5px;
}
.margin-right-sm {
	margin-right:10px;
}
.margin-right {
	margin-right:15px;
}
.margin-right-lg {
	margin-right:20px;
}
.margin-right-xl {
	margin-right:25px;
}
.margin-bottom-xs {
	margin-bottom:5px;
}
.margin-bottom-sm {
	margin-bottom:10px;
}
.margin-bottom {
	margin-bottom:15px;
}
.margin-bottom-lg {
	margin-bottom:20px;
}
.margin-bottom-xl {
	margin-bottom:25px;
}
.margin-left-xs {
	margin-left:5px;
}
.margin-left-sm {
	margin-left:10px;
}
.margin-left {
	margin-left:15px;
}
.margin-left-lg {
	margin-left:20px;
}
.margin-left-xl {
	margin-left:25px;
}
.margin-lr-xs {
	margin-left:5px;
	margin-right:5px;
}
.margin-lr-sm {
	margin-left:10px;
	margin-right:10px;
}
.margin-lr {
	margin-left:15px;
	margin-right:15px;
}
.margin-lr-lg {
	margin-left:20px;
	margin-right:20px;
}
.margin-lr-xl {
	margin-left:25px;
	margin-right:25px;
}
.margin-tb-xs {
	margin-top:5px;
	margin-bottom:5px;
}
.margin-tb-sm {
	margin-top:10px;
	margin-bottom:10px;
}
.margin-tb {
	margin-top:15px;
	margin-bottom:15px;
}
.margin-tb-lg {
	margin-top:20px;
	margin-bottom:20px;
}
.margin-tb-xl {
	margin-top:25px;
	margin-bottom:25px;
}
.padding-0 {
	padding:0;
}
.padding-xs {
	padding:5px;
}
.padding-sm {
	padding:10px;
}
.padding {
	padding:15px;
}
.padding-lg {
	padding:20px;
}
.padding-xl {
	padding:25px;
}
.padding-top-xs {
	padding-top:5px;
}
.padding-top-sm {
	padding-top:10px;
}
.padding-top {
	padding-top:15px;
}
.padding-top-lg {
	padding-top:20px;
}
.padding-top-xl {
	padding-top:25px;
}
.padding-right-xs {
	padding-right:5px;
}
.padding-right-sm {
	padding-right:10px;
}
.padding-right {
	padding-right:15px;
}
.padding-right-lg {
	padding-right:20px;
}
.padding-right-xl {
	padding-right:25px;
}
.padding-bottom-xs {
	padding-bottom:5px;
}
.padding-bottom-sm {
	padding-bottom:10px;
}
.padding-bottom {
	padding-bottom:15px;
}
.padding-bottom-lg {
	padding-bottom:20px;
}
.padding-bottom-xl {
	padding-bottom:25px;
}
.padding-left-xs {
	padding-left:5px;
}
.padding-left-sm {
	padding-left:10px;
}
.padding-left {
	padding-left:15px;
}
.padding-left-lg {
	padding-left:20px;
}
.padding-left-xl {
	padding-left:25px;
}
.padding-lr-xs {
	padding-left:5px;
	padding-right:5px;
}
.padding-lr-sm {
	padding-left:10px;
	padding-right:10px;
}
.padding-lr {
	padding-left:15px;
	padding-right:15px;
}
.padding-lr-lg {
	padding-left:20px;
	padding-right:20px;
}
.padding-lr-xl {
	padding-left:25px;
	padding-right:25px;
}
.padding-tb-xs {
	padding-top:5px;
	padding-bottom:5px;
}
.padding-tb-sm {
	padding-top:10px;
	padding-bottom:10px;
}
.padding-tb {
	padding-top:15px;
	padding-bottom:15px;
}
.padding-tb-lg {
	padding-top:20px;
	padding-bottom:20px;
}
.padding-tb-xl {
	padding-top:25px;
	padding-bottom:25px;
}
/* -- 浮动 -- */
.cf::after,.cf::before {
	content:" ";
	display:table;
}
.cf::after {
	clear:both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
/* ================== 背景 ==================== */
.line-red::after,.lines-red::after {
	border-color:#e54d42;
}
.line-orange::after,.lines-orange::after {
	border-color:#f37b1d;
}
.line-yellow::after,.lines-yellow::after {
	border-color:#fbbd08;
}
.line-olive::after,.lines-olive::after {
	border-color:#8dc63f;
}
.line-green::after,.lines-green::after {
	border-color:#39b54a;
}
.line-cyan::after,.lines-cyan::after {
	border-color:#1cbbb4;
}
.line-blue::after,.lines-blue::after {
	border-color:#0081ff;
}
.line-purple::after,.lines-purple::after {
	border-color:#6739b6;
}
.line-mauve::after,.lines-mauve::after {
	border-color:#9c26b0;
}
.line-pink::after,.lines-pink::after {
	border-color:#e03997;
}
.line-brown::after,.lines-brown::after {
	border-color:#a5673f;
}
.line-grey::after,.lines-grey::after {
	border-color:#8799a3;
}
.line-gray::after,.lines-gray::after {
	border-color:#aaaaaa;
}
.line-black::after,.lines-black::after {
	border-color:#333333;
}
.line-white::after,.lines-white::after {
	border-color:#ffffff;
}
.bg-red {
	background-color:#e54d42;
	color:#ffffff;
}
.bg-orange {
	background-color:#f37b1d;
	color:#ffffff;
}
.bg-yellow {
	background-color:#fbbd08;
	color:#333333;
}
.bg-olive {
	background-color:#8dc63f;
	color:#ffffff;
}
.bg-green {
	background-color:#39b54a;
	color:#ffffff;
}
.bg-cyan {
	background-color:var(--theme-color);
	color:#ffffff;
}
.bg-blue {
	background-color:#0081ff;
	color:#ffffff;
}
.bg-purple {
	background-color:#6739b6;
	color:#ffffff;
}
.bg-mauve {
	background-color:#9c26b0;
	color:#ffffff;
}
.bg-pink {
	background-color:#e03997;
	color:#ffffff;
}
.bg-brown {
	background-color:#a5673f;
	color:#ffffff;
}
.bg-grey {
	background-color:#8799a3;
	color:#ffffff;
}
.bg-gray {
	background-color:#f0f0f0;
	color:#333333;
}
.bg-black {
	background-color:#333333;
	color:#ffffff;
}
.bg-white {
	background-color:#ffffff;
	color:#333333;
}
.bg-shadeTop {
	background-image:linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0.01));
	color:#ffffff;
}
.bg-shadeBottom {
	background-image:linear-gradient(rgba(0,0,0,0.01),rgba(0,0,0,1));
	color:#ffffff;
}
.bg-red.light {
	color:#e54d42;
	background-color:#fadbd9;
}
.bg-orange.light {
	color:#f37b1d;
	background-color:#fde6d2;
}
.bg-yellow.light {
	color:#fbbd08;
	background-color:#fef2ced2;
}
.bg-olive.light {
	color:#8dc63f;
	background-color:#e8f4d9;
}
.bg-green.light {
	color:#39b54a;
	background-color:#d7f0dbff;
}
.bg-cyan.light {
	color:#1cbbb4;
	background-color:#d2f1f0;
}
.bg-blue.light {
	color:#0081ff;
	background-color:#cce6ff;
}
.bg-purple.light {
	color:#6739b6;
	background-color:#e1d7f0;
}
.bg-mauve.light {
	color:#9c26b0;
	background-color:#ebd4ef;
}
.bg-pink.light {
	color:#e03997;
	background-color:#f9d7ea;
}
.bg-brown.light {
	color:#a5673f;
	background-color:#ede1d9;
}
.bg-grey.light {
	color:#8799a3;
	background-color:#e7ebed;
}
.bg-gradual-red {
	background-image:linear-gradient(45deg,#f43f3b,#ec008c);
	color:#ffffff;
}
.bg-gradual-orange {
	background-image:linear-gradient(45deg,#ff9700,#ed1c24);
	color:#ffffff;
}
.bg-gradual-green {
	background-image:linear-gradient(45deg,#39b54a,#8dc63f);
	color:#ffffff;
}
.bg-gradual-purple {
	background-image:linear-gradient(45deg,#9000ff,#5e00ff);
	color:#ffffff;
}
.bg-gradual-pink {
	background-image:linear-gradient(45deg,#ec008c,#6739b6);
	color:#ffffff;
}
.bg-gradual-blue {
	background-image:linear-gradient(45deg,#0081ff,#1cbbb4);
	color:#ffffff;
}
.shadow[class*="-red"] {
	box-shadow:3px 3px 4px rgba(204,69,59,0.2);
}
.shadow[class*="-orange"] {
	box-shadow:3px 3px 4px rgba(217,109,26,0.2);
}
.shadow[class*="-yellow"] {
	box-shadow:3px 3px 4px rgba(224,170,7,0.2);
}
.shadow[class*="-olive"] {
	box-shadow:3px 3px 4px rgba(124,173,55,0.2);
}
.shadow[class*="-green"] {
	box-shadow:3px 3px 4px rgba(48,156,63,0.2);
}
.shadow[class*="-cyan"] {
	box-shadow:3px 3px 4px rgba(28,187,180,0.2);
}
.shadow[class*="-blue"] {
	box-shadow:3px 3px 4px rgba(0,102,204,0.2);
}
.shadow[class*="-purple"] {
	box-shadow:3px 3px 4px rgba(88,48,156,0.2);
}
.shadow[class*="-mauve"] {
	box-shadow:3px 3px 4px rgba(133,33,150,0.2);
}
.shadow[class*="-pink"] {
	box-shadow:3px 3px 4px rgba(199,50,134,0.2);
}
.shadow[class*="-brown"] {
	box-shadow:3px 3px 4px rgba(140,88,53,0.2);
}
.shadow[class*="-grey"] {
	box-shadow:3px 3px 4px rgba(114,130,138,0.2);
}
.shadow[class*="-gray"] {
	box-shadow:3px 3px 4px rgba(114,130,138,0.2);
}
.shadow[class*="-black"] {
	box-shadow:3px 3px 4px rgba(26,26,26,0.2);
}
.shadow[class*="-white"] {
	box-shadow:3px 3px 4px rgba(26,26,26,0.2);
}
.text-shadow[class*="-red"] {
	text-shadow:3px 3px 4px rgba(204,69,59,0.2);
}
.text-shadow[class*="-orange"] {
	text-shadow:3px 3px 4px rgba(217,109,26,0.2);
}
.text-shadow[class*="-yellow"] {
	text-shadow:3px 3px 4px rgba(224,170,7,0.2);
}
.text-shadow[class*="-olive"] {
	text-shadow:3px 3px 4px rgba(124,173,55,0.2);
}
.text-shadow[class*="-green"] {
	text-shadow:3px 3px 4px rgba(48,156,63,0.2);
}
.text-shadow[class*="-cyan"] {
	text-shadow:3px 3px 4px rgba(28,187,180,0.2);
}
.text-shadow[class*="-blue"] {
	text-shadow:3px 3px 4px rgba(0,102,204,0.2);
}
.text-shadow[class*="-purple"] {
	text-shadow:3px 3px 4px rgba(88,48,156,0.2);
}
.text-shadow[class*="-mauve"] {
	text-shadow:3px 3px 4px rgba(133,33,150,0.2);
}
.text-shadow[class*="-pink"] {
	text-shadow:3px 3px 4px rgba(199,50,134,0.2);
}
.text-shadow[class*="-brown"] {
	text-shadow:3px 3px 4px rgba(140,88,53,0.2);
}
.text-shadow[class*="-grey"] {
	text-shadow:3px 3px 4px rgba(114,130,138,0.2);
}
.text-shadow[class*="-gray"] {
	text-shadow:3px 3px 4px rgba(114,130,138,0.2);
}
.text-shadow[class*="-black"] {
	text-shadow:3px 3px 4px rgba(26,26,26,0.2);
}
.bg-img {
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.bg-mask {
	background-color:#333333;
	position:relative;
}
.bg-mask::after {
	content:"";
	border-radius:inherit;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.4);
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
}
.bg-mask div,.bg-mask cover-div {
	z-index:5;
	position:relative;
}
.bg-video {
	position:relative;
}
.bg-video video {
	display:block;
	height:100%;
	width:100%;
	-o-object-fit:cover;
	object-fit:cover;
	position:absolute;
	top:0;
	z-index:0;
	pointer-events:none;
}
/* ================== 文本 ==================== */
.text-xs {
	font-size:10px;
}
.text-sm {
	font-size:12px;
}
.text-df {
	font-size:14px;
}
.text-lg {
	font-size:16px;
}
.text-xl {
	font-size:18px;
}
.text-xxl {
	font-size:22px;
}
.text-sl {
	font-size:40px;
}
.text-xsl {
	font-size:60px;
}
.text-Abc {
	text-transform:Capitalize;
}
.text-ABC {
	text-transform:Uppercase;
}
.text-abc {
	text-transform:Lowercase;
}
.text-price::before {
	content:"¥";
	font-size:80%;
	margin-right:2px;
}
.text-cut {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.text-cut1 {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.text-cut2 {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.text-cut3 {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.text-bold {
	font-weight:bold;
}
.text-center {
	text-align:center;
}
.text-content {
	line-height:1.6;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-red,.line-red,.lines-red {
	color:#e54d42;
}
.text-orange,.line-orange,.lines-orange {
	color:#f37b1d;
}
.text-yellow,.line-yellow,.lines-yellow {
	color:#fbbd08;
}
.text-olive,.line-olive,.lines-olive {
	color:#8dc63f;
}
.text-green,.line-green,.lines-green {
	color:#39b54a;
}
.text-cyan,.line-cyan,.lines-cyan {
	color:#1cbbb4;
}
.text-blue,.line-blue,.lines-blue {
	color:#0081ff;
}
.text-purple,.line-purple,.lines-purple {
	color:#6739b6;
}
.text-mauve,.line-mauve,.lines-mauve {
	color:#9c26b0;
}
.text-pink,.line-pink,.lines-pink {
	color:#e03997;
}
.text-brown,.line-brown,.lines-brown {
	color:#a5673f;
}
.text-grey,.line-grey,.lines-grey {
	color:#8799a3;
}
.text-gray,.line-gray,.lines-gray {
	color:#aaaaaa;
}
.text-black,.line-black,.lines-black {
	color:#333333;
}
.text-white,.line-white,.lines-white {
	color:#ffffff;
}
/* ==================
          按钮
 ==================== */

.btn {
	position:relative;
	border:0px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	padding:0 60px;
	font-size:14px;
	height:32px;
	line-height:1;
	text-align:center;
	text-decoration:none;
	overflow:visible;
	margin-left:initial;
	transform:translate(0upx,0upx);
	margin-right:initial;
}
.btn::after {
	display:none;
}
.btn:not([class*="bg-"]) {
	background-color:#f0f0f0;
}
.btn[class*="line"] {
	background-color:transparent;
}
.btn[class*="line"]::after {
	content:" ";
	display:block;
	width:200%;
	height:200%;
	position:absolute;
	top:0;
	left:0;
	border:1px solid currentColor;
	transform:scale(0.5);
	transform-origin:0 0;
	box-sizing:border-box;
	border-radius:6px;
	z-index:1;
	pointer-events:none;
}
.btn.round[class*="line"]::after {
	border-radius:500px;
}
.btn[class*="lines"]::after {
	border:3px solid currentColor;
}
.btn[class*="bg-"]::after {
	display:none;
}
.btn.sm {
	padding:0 10px;
	font-size:10px;
	height:24px;
}
.btn.lg {
	padding:0 20px;
	font-size:16px;
	height:40px;
}
.btn.cuIcon.sm {
	width:24px;
	height:24px;
}
.btn.cuIcon {
	width:32px;
	height:32px;
	border-radius:250px;
	padding:0;
}
button.cuIcon.lg {
	width:40px;
	height:40px;
}
.btn.shadow-blur::before {
	top:2px;
	left:2px;
	filter:blur(3px);
	opacity:0.6;
}
.btn.button-hover {
	transform:translate(1px,1px);
}
.block {
	display:block;
}
.btn.block {
	display:flex;
}
.btn[disabled] {
	opacity:0.6;
	color:#ffffff;
}
/* 头 */
.hide {
	display:none;
}
/*分页*/
.page {
	text-align:center;
}
.page .pagination {
	display:inline-block;
	padding-left:0;
	/*margin:20px 0;
	*/
border-radius:4px;
}
.page .pagination > li {
	display:inline;
}
.page .pagination > li > a,.page .pagination > li > span {
	position:relative;
	float:left;
	padding:6px 12px;
	margin-left:-1px;
	line-height:1.42857143;
	color:#1cbbb4;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd;
}
.page .pagination > li:first-child > a,.page .pagination > li:first-child > span {
	margin-left:0;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}
.page .pagination > li:last-child > a,.page .pagination > li:last-child > span {
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}
.page .pagination > li > a:hover,.page .pagination > li > span:hover,.page .pagination > li > a:focus,.page .pagination > li > span:focus {
	z-index:2;
	color:#23527c;
	background-color:#eee;
	border-color:#ddd;
}
.page .pagination > .active > a,.page .pagination > .active > span,.page .pagination > .active > a:hover,.page .pagination > .active > span:hover,.page .pagination > .active > a:focus,.page .pagination > .active > span:focus {
	z-index:3;
	color:#fff;
	cursor:default;
	background-color:#1cbbb4;
	border-color:#1cbbb4;
}
.page .pagination > .disabled > span,.page .pagination > .disabled > span:hover,.page .pagination > .disabled > span:focus,.page .pagination > .disabled > a,.page .pagination > .disabled > a:hover,.page .pagination > .disabled > a:focus {
	color:#777;
	cursor:not-allowed;
	background-color:#fff;
	border-color:#ddd;
}
/*分页end*/
.container {
	width:1200px;
	margin:0 auto;
	position: relative;
}
.feed-main,.main {
	width:860px
}
.sidebar {
	width:320px;
	margin-left:20px;
}
.pfixed {
	position:fixed;
	bottom: 0;
	/*width: 320px;*/
	left: 50%;
    bottom: 0;
    margin-left: 280px;
}
.sidebar.abs {
    position: absolute;
    bottom: 0;
    right: 0px;
}
/*主色*/
/*按钮颜色 #16DAD1文字高亮 #14C4BC/*头*/
body {
	margin:0;
	line-height:1.2;
	background-color:#f5f5f5;
	font-family:var(--theme-font-family);
	font-size:14px;
	color:#333;
	-webkit-text-size-adjust:none;
}
:root {
	--theme-color:#14C4BC;
	--theme-hover:#14C4BC;
	--action-color:#14C4BC;
	--theme-color-h: 0;
    --theme-color-s: 0%;
    --theme-color-l: 15%;
    --theme-color-hsl: var(--theme-color-h),var(--theme-color-s),var(--theme-color-l);
	--theme-line-color: hsla(var(--theme-color-hsl),.05);
	--theme-black-color: hsl(var(--theme-color-hsl));
	--theme-light-color: hsla(var(--theme-color-hsl),.6);
	--theme-font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif
}
.head {
	background:#fff;
	height:56px;
	position:fixed;
	z-index:999;
	width:100%;
	top:0;
}
.head .logo {
	width:120px;
	height:56px;
}
.head .logo img {
	height:40px;
	margin-top:8px;
}
.head .search {
	width:360px;
	margin:8px 0;
	position:relative;
}
.head .search .search_contain {
	border:2px solid var(--theme-color);
	border-radius:3px;
}
.head .search .icon-sousuo {
	padding:5px;
	position:absolute;
	top:6px;
	font-size:16px;
}
.head .search .search_contain .search_info {
	margin-left:26px;
	font-size:14px;
	color:#a6a4b2;
	line-height:26px;
	height:26px;
	border:0;
	vertical-align:middle;
	width:230px;
	transition:background-color 5000s ease-in-out 0s;
}
.head .search .search_contain .search_btn {
	width:60px;
	height:36px;
	font-size:16px;
	text-align:center;
	line-height:36px;
	border:none;
	color:#fff;
	background-color:var(--theme-color);
	cursor:pointer;
}
.head .nav-account {
	width:200px;
	margin:12px 0 12px 160px;
}
.head .nav-account .login {
	width:92px;
	height:32px;
	border-radius:16px;
	display:inline-block;
	vertical-align:middle;
	line-height:32px;
	color:#1F1F1F;
	border-color:#f5f5f5;
	background-color:#f5f5f5;
	text-align:center;
}
.head .nav-account .register {
	color:#ffffff;
	border-color:var(--theme-color);
	background-color:var(--theme-color);
	width:92px;
	height:32px;
	border-radius:16px;
	margin-left:16px;
	display:inline-block;
	vertical-align:middle;
	line-height:32px;
	text-align:center;
}
.hot_search_box {
	margin-top:6px;
	padding-right:22px;
}
.hot_search_list li {
	margin-right:15px;
}
.site_nav {
	width:360px;
}
.site_nav li {
	white-space:nowrap;
}
.site_nav li .on {
	color:var(--theme-color);
	font-weight:700;
}
.site_nav li a {
	display:inline-block;
	width:60px;
	line-height:56px;
	text-align:center;
	font-size:16px;
	font-family:Arial,"Microsoft YaHei";
}
.site_nav li a:hover {
	color:var(--theme-color);
}
.site_nav li .on:hover {
	color:var(--theme-color);
}
/*公共左则标题头*/
.column-head {
	height:56px;
	line-height:56px;
	border-bottom:1px solid #f5f5f5;
	margin:0 15px
}
.column-head .subtitle {
	font-size:20px;
	font-weight:700;
	margin-right:40px;
}
.column-head .feed-hot-more {
	font-size:14px;
}
/*公共右则标题头*/
.sidebar .widget {
	margin-bottom:20px;
	padding:15px;
	background:#fff;
}
.sidebar .widget .widget-title {
	margin:2px 0 15px;
	padding:0 0 0 12px;
	font-size:16px;
	font-weight:500;
	line-height:1;
	position:relative;
}
.sidebar .widget .widget-title:before {
	position:absolute;
	left:0;
	top:0;
	width:3px;
	height:100%;
	content:"";
	background-color:var(--theme-color);
	background-image:-o-linear-gradient(top,rgba(255,255,255,.15),transparent);
	background-image:linear-gradient(180deg,rgba(255,255,255,.15),transparent);
	border-radius:3px
}
.sidebar .widget_text ul li {
	position:relative;
	padding:5px 0 10px 12px;
	line-height:1.46;
}
.sidebar .widget_text  ul li:before {
	position:absolute;
	left:0;
	top:11px;
	content:"";
	width:0;
	height:0;
	line-height:0;
	border:4px solid transparent;
	border-left:5px solid #ccc;
}
.sidebar .widget_img ul li {
	padding:0 7px;
	margin:0 0 15px;
	border:0;
	width:50%;
}
.sidebar .widget_img ul {
	margin:0 -7px !important;
	padding-top:7px;
}
.sidebar .widget_img .title {
	margin:0;
	bottom:0;
	opacity:1;
	padding:5px 0;
}
.sidebar .widget_img .title a {
	height:36px;
	font-size:14px;
	font-weight:400;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	display:block;
	display:-webkit-box;
	-webkit-line-clamp:2;
	line-height:18px;
}
.sidebar .widget_img .thumb {
	position:relative;
	display:block;
	border-radius:4px;
	background:#f8f9fa;
	overflow:hidden;
}
.sidebar .widget_img .thumb img {
	display:block;
	width:100%;
	height: 90px;
	-o-object-fit:cover;
	object-fit:cover;
}
/*登录*/
.login-pop {
	width:400px;
	margin:0 auto;
	padding:24px 32px;
	background:#fff;
}
.login-pop .tab {
	box-sizing:border-box;
	width:100%;
	height:50px;
	border-bottom:1px solid #F2F2F2;
}
.login-pop .tab a {
	position:relative;
	font-weight:bold;
	font-size:16px;
	line-height:1.25;
	line-height:50px;
	height:100%;
	color:#1F1F1F;
	width:60px;
	text-align:center;
}
.login-pop .tab  .active::after {
	content:'';
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:-1px;
	width:48px;
	height:4px;
	border-radius:2px;
	margin:auto;
	background:var(--theme-color);
}
.login-pop .login-form {
	padding-top:24px;
}
.login-pop .login-form .form-group {
	width:100%;
	border-radius:19px;
	height:38px;
	margin-bottom:16px;
	font-size:14px;
	background:#ffffff;
	border:1px solid #EDEDED;
	box-sizing:border-box;
	color:#1F1F1F;
	display:inline-flex;
	align-items:center;
	transition:all 0.3s;
	overflow:hidden;
}
.login-pop .login-form .form-group input {
	width:100%;
	min-width:0;
	height:100%;
	padding:0 24px;
	position:relative;
	display:inline-block;
	font-size:14px;
	line-height:20px;
	border:none;
	background:transparent;
}
.login-pop .login-form .verify input {
	width:210px;
}
.login-pop .login-form .verify  .code {
	width:100px;
	height:24px;
	border-radius:12px;
	margin-right:8px;
	font-size:14px;
	font-weight:normal;
	line-height:1.286;
	line-height:24px;
	color:var(--theme-color);
	cursor:pointer;
	text-align:center;
	background:rgba(20,196,188,0.06);
}
.login-pop .login-form .protocol {
	margin:16px 16px;
	line-height:16px;
}
.login-pop .login-form .protocol i {
	font-size:16px;
}
.login-pop .login-form .protocol .icon-checkbox:hover,.login-pop .login-form .protocol .icon-checkbox-fill {
	color:var(--theme-color);
	cursor:pointer;
}
.login-pop .login-form .protocol a {
	color:var(--theme-color);
}
.login-pop .login-form button {
	width:100%;
	height:38px;
}
.login-pop .login-form .form-footer {
	margin:0 16px;
	height:100px;
	padding-top:24px;
	border-top:1px solid #F2F2F2;
}
.login-pop .login-form .form-footer a {
	color:#666666;
	margin-right:5px;
}
.login-pop .login-form .form-footer a i {
	margin-right:5px;
	font-size: 16px;
}


/*列表*/
.main-list{
	margin: 20px 0;
	background: #fff;
}
.main-list .sec-panel-head{
	padding: 20px 20px 0;
    margin-bottom: 20px;
}
.main-list .sec-panel-head h1{font-size: 22px;}

.main-list .tabs{
    height: 60px;
/*    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;*/
}
.main-list .tabs li{
	position: relative;
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
}
.main-list .tabs li a{
	position: relative;
    color: var(--theme-color);
    font-weight: 500;
    display: block;
    font-size: 16px;
    line-height: 58px;
    color: #666666;
    text-decoration: none;
}

.main-list .tabs li.active a {
    position: relative;
    color: var(--theme-color);
    font-weight: 500;
}
.main-list .tabs .tab-underscore {
    position: absolute;
    left: -10px;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: var(--theme-color);
    border-radius: 2px;
    content: "";
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.main-list .post-loop{display: none;}
.main-list .post-loop.active{display: block;}
.main-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid var(--theme-line-color);
    overflow: hidden;
}
/*.main-list .item:hover {
    margin: 0 -20px;
    padding: 20px;
    background: hsla(var(--theme-color-hsl),.03);
}*/

.main-list .item .item-img {
    position: relative;
    width: 30%;
    overflow: hidden;
    border-radius: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.main-list .item .item-img,.main-list .item .item-img:hover {
    -webkit-transition: -webkit-box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s,-webkit-box-shadow .3s ease 0s
}

.main-list .item .item-img:before {
    content: "";
    display: block;
    padding-top: 62.5%;
}
.main-list .item .item-img .item-img-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.main-list .item .item-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.main-list .item .item-category {
    position: absolute;
    left: 10px;
    top: 15px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    background-color: #000;
    filter: alpha(opacity=60);
    background: rgba(0,0,0,.6);
    border-radius: 3px;
    text-decoration: none;
}
.main-list .item .item-content {
    position: relative;
    width: 100%;
    padding-left: 20px;
}
.main-list .item .item-title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
}
.main-list .item .item-title a {
    color: var(--theme-black-color);
    max-height: 56px;
}
.main-list .item .item-title a:hover{
	color: var(--theme-color);
}
.main-list .item .item-excerpt {
    height: 52px;
    margin-bottom: 10px;
    line-height: 1.625;
    color: var(--theme-light-color);
    font-size: 16px;
}

.main-list .item .item-tags {
    height: 22px;
    line-height: 20px;
    overflow: hidden;
    color: var(--theme-light-color);
}
.main-list .item .item-tags a{
	display: inline-block;
    border: 1px solid var(--theme-color);
    padding: 0 10px;
    border-radius: 10px;
}
.main-list .item .item-meta {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-right: 20px;
    color: var(--theme-light-color);
}
.main-list .item .item-meta .author {
    margin-right: 15px;
    display: inline-block;
}
.main-list .item .item-meta a.avatar {
    height: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
}
.main-list .item .item-meta a.avatar img {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 3px;
    border-radius: 50%;
    background: #f5f5f5;
    vertical-align: top;
}
.main-list .item .item-meta .item-meta-li,.jingyan .item .item-meta-li {
    display: inline-block;
    margin-right: 5px;
    line-height: 24px;
}
.main-list .item .item-meta .item-meta-li i,.jingyan .item .item-meta-li i{
	font-size: 16px;
	vertical-align: bottom;
	cursor: pointer;
}
.main .help{padding: 20px 20px 0 20px;}
.main .help h1{
	margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.4;
}
.main .help .sidebar .widget{
	padding: 0;
	margin-bottom: 0;
}
.main .help .content{
	padding-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
.main .help .content p{
	text-indent: 2em;
	margin-bottom: 20px;
    line-height: 1.8;
    word-wrap: break-word;
    font-size: 16px;
}
.main .help .sidebar{width: 100%;margin-left: 0;}
.main .help .sidebar .widget_img ul li{width: 25%;}

相关推荐
.like-list{

}
.like-list li{
	width: 50%;
	line-height: 28px;
	position: relative;
	padding: 0 10px;
}

.like-list li:before {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border: 4px solid transparent;
    border-left: 5px solid #ccc;
}
.like-list li a span{color: red;}
/*.like-list li a span:hover{color: var(--theme-hover);}*/
.jingyan .item{width: 25%;padding: 20px 10px 0 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jingyan .item-inner {
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}
.jingyan .item .item-img {
    overflow: hidden;
    position: relative;
}
.jingyan .item .item-img:before {
    padding-top: 62.5%;
    content: "";
    display: block;
}
.jingyan .item .item-thumb {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
        position: absolute;
}
.jingyan .item .video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-transition: all .2s 0s;
    -o-transition: all .2s 0s;
    transition: all .2s 0s;
}
.jingyan .item .video-play i {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
}
.jingyan .item .item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jingyan .item .item-img .item-category {
    position: absolute;
    left: 10px;
    top: 15px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    background: rgba(0,0,0,.6);
    border-radius: 3px;
}
.jingyan .item .item-title {
    margin: 0;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}

.jingyan .item .item-meta-items {
    padding: 0px 10px;
    /*margin-bottom: 15px;*/
    font-size: 12px;
    line-height: 14px;
}
.jingyan .item .item-meta-author {
    padding: 10px;
    line-height: 20px;
    font-size: 12px;
}

.jingyan .item .avatar {
    line-height: inherit;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.jingyan .item .avatar img {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    border-radius: 50%;
    vertical-align: top;
}


.breadcrumb {
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
    font-size: 0;
    color: #606266
}

.breadcrumb>li {
    display: inline-block;
    font-size: 12px;
    color: inherit;
    vertical-align: top;
    line-height: 1
}

.breadcrumb>li a {
    color: inherit;
    line-height: inherit
}

.breadcrumb>li a:hover {
    color: var(--theme-hover)
}

.breadcrumb>li .wi {
    margin: 0 3px;
    opacity: .8;
    vertical-align: top
}

.entry .entry-head {
    margin-bottom: 20px
}
.entry .entry-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.4
}
.entry .entry-info {
    padding: 10px 0;
    color: #999
}

.entry .entry-info a {
    color: #999
}
.entry .entry-info i{font-size: 16px;}

.entry .entry-info a:focus,
.entry .entry-info a:focus i,
.entry .entry-info a:hover i,
.entry .entry-info a:hover {
    color: var(--theme-hover);
    text-decoration: none
}

.entry .entry-info .nickname {
    color: var(--theme-color)
}

.entry .entry-info .dot {
    margin: 0 6px;
    color: #ccc
}

.entry .entry-content {
    position: relative;
    font-size: 16px;
    color: #262626;
    line-height: 1.8
}
.entry .entry-content img{max-width: 100%;}
.entry .entry-content .h1,
.entry .entry-content .h2,
.entry .entry-content .h3,
.entry .entry-content h1,
.entry .entry-content h2,
.entry .entry-content h3 {
    margin: 30px 0 20px;
    line-height: 1.4;
    font-weight: 500
}
.entry .entry-content .index{
	width: 20px;
    height: 20px;
    background: #14c4bc;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 20px;
}
.entry .entry-content h4,
.entry .entry-content h5 {
    font-weight: 500
}

.entry .entry-content .h1,
.entry .entry-content h1 {
    font-size: 24px
}

.entry .entry-content .h2,
.entry .entry-content h2 {
    padding-bottom: 12px;
    font-size: 20px;
    /*border-bottom: 1px solid #efefef*/
}

.entry .entry-content .h3,
.entry .entry-content h3 {
    font-size: 18px
}

.entry .entry-content>.h3,
.entry .entry-content>h3 {
    position: relative;
    padding-left: 18px;
    line-height: 1.46;
    border: 0
}

.entry .entry-content>.h3:before,
.entry .entry-content>h3:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    width: 3px;
    height: -webkit-calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 3px;
    background-color: var(--theme-color);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15), transparent);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent)
}

.entry .entry-content p {
    margin-bottom: 5px;
    line-height: 1.8;
    word-wrap: break-word
}

.entry .entry-copyright {
    margin: 20px 0;
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--theme-light-color);
    border: 1px solid var(--theme-color);
    background: #f5f5f5;
    border-radius: 4px;
}
.entry-tag {
    font-size: 0
}
.entry-tag a,.entry-tag a:before {
    display: inline-block;
    font-size: 14px;
    border-radius: 20px
}
.entry-tag a {
    margin: 0 10px 5px 0;
    padding: 4px 10px 4px 0;
    line-height: 14px;
    color: var(--theme-black-color);
    background: var(--theme-el-bg-color);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1);
    box-shadow: 0 0 1px rgba(0,0,0,.1)
}

.entry-tag a:before {
    margin: -4px 6px -4px 0;
    padding: 4px 7px;
    line-height: inherit;
    color: #fff;
    background: var(--theme-color);
    content: "#";
    vertical-align: top
}

.entry-tag a:focus,.entry-tag a:hover {
    color: #fff;
    background: var(--theme-hover);
    text-decoration: none
}
.entry-page-next, .entry-page-prev {
    position: relative;
    width: 49%;
    padding: 60px 15px 10px;
    color: #fff;
    background-size: cover;
    background-position: 50%;
    border-radius: 4px;
    overflow: hidden;
}
.entry-page-next:before, .entry-page-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    content: "";
}
.entry-page-next a, .entry-page-prev a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #fff;
    font-size: 16px;
}
.entry-page-next a span, .entry-page-prev a span {
    display: block;
    padding: 10px 15px 0;
    height: 50px;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.entry-page-next .entry-page-info, .entry-page-prev .entry-page-info {
    position: relative;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
}

.comment-reply-title,
.comments-title,
.entry-related-title {
    position: relative;
    padding: 0 0 0 12px
}
.entry-related-title {
    margin: 0px 0 10px;
    font-size: 18px;
    font-weight: 500;
}
.comment-reply-title:before,
.comments-title:before,
.entry-related-title:before {
    position: absolute;
    left: 0;
    top: 1px;
    width: 3px;
    height: -webkit-calc(100% - 2px);
    height: calc(100% - 2px);
    content: "";
    background-color: var(--theme-color);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15), transparent);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent);
    border-radius: 3px
}
.entry-related .jingyan {margin-right: -20px;}
.entry-related .jingyan .item {
    width: 33%;
    padding: 10px 20px 10px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.multi-filter {
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    margin: 0 10px;
}
.multi-filter .multi-filter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--theme-line-color);
    font-size: 14px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.multi-filter .multi-filter-title {
    width: 50px;
    margin: 0 10px 0 0;
    font-size: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 24px;
    color: var(--theme-black-color);
}
.multi-filter ul {
    width: 100%;
    padding: 0;
    margin: 0 0 -10px;
    list-style: none;
}
.multi-filter .on {
    color: #fff;
    background: var(--theme-color);
    border-radius: 2px;
}
.multi-filter .on a{
    color: #fff;
}
.multi-filter li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 8px;
    color: var(--theme-gray-color);
    line-height: 24px;
}
.multi-filter .multi-filter-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget_profile {
    padding: 0;
    border: 1px solid var(--theme-line-color);
    overflow: hidden
}

.widget_profile .profile-cover {
    position: relative;
    width: 100%;
    height: 0!important;
    padding-bottom: 37%;
    overflow: hidden
}

.widget_profile .profile-cover img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%!important;
    -o-object-fit: cover;
    object-fit: cover
}

.widget_profile .cover_photo {
    height: 110px;
    background: #eee
}

.widget_profile img {
    width: 100%;
    height: auto;
    vertical-align: top
}

.widget_profile .avatar-wrap {
    margin-top: -43px;
    text-align: center
}

.widget_profile .avatar-link {
    position: relative;
    display: block;
    width: 82px;
    height: 82px;
    padding: 2px;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.widget_comments .comment-info img:hover,.widget_profile .avatar {
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.widget_profile .avatar {
    width: 100%;
    height: auto;
    border-radius: 50%;
    background: #fff
}

.widget_profile .profile-info {
    padding: 10px 15px 20px;
    text-align: center;
    line-height: 1.4
}

.widget_profile .profile-name {
    color: var(--theme-black-color)
}

.widget_profile .author-name {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    overflow: hidden;
    max-width: 180px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top
}

.widget_profile .user-group {
    position: relative;
    z-index: 0;
    display: inline-block;
    padding: 4px 8px;
    margin-left: 8px;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    border-radius: 3px;
    border: 1px solid var(--theme-color);
    overflow: hidden;
    vertical-align: top
}
.widget_profile .user-group:after {
    position: absolute;
    z-index: 0;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    content: "";
    background: var(--theme-color);
    opacity: .148
}
.wpcom-profile .wpcom-ph-name {
    margin: 0 0 10px!important;
    padding: 0!important;
    border: 0!important;
    font-size: 24px!important;
    line-height: 24px!important;
    font-weight: 500!important;
}
.wpcom-profile .user-group {
    position: relative;
    z-index: 0;
    display: inline-block;
    padding: 4px 8px;
    margin-left: 8px;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    vertical-align: top;
    border-radius: 3px;
    border: 1px solid var(--theme-color);
    overflow: hidden;
}
.wpcom-profile .user-group:before {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    content: "";
}

.widget_profile .profile-posts {
    padding: 20px 0px 0px;
    border-top: 1px dashed var(--theme-line-color)
}

.widget_profile .profile-posts .widget-title {
    font-size: 14px
}
.widget ol,.widget ul {
    margin: 0
}

.widget_profile ol li,.widget_profile ul li {
    position: relative;
    padding: 5px 0 10px 12px;
    line-height: 1.46
}

.widget_profile ol li li,.widget_profile ul li li {
    padding-left: 20px;
    border-bottom: 0
}

.widget_profile ol li:before,.widget_profile ul li:before {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border: 4px solid transparent;
    border-left: 5px solid #ccc
}

.wpcom-profile .wpcom-profile-head {
    position: relative;
    height: 0;
    padding-top: 37%;
    margin-bottom: 20px;
    color: #666;
    text-align: center;
    background-color: rgba(100,100,100,.1)
}
.wpcom-profile .wpcom-ph-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden
}
.wpcom-profile .wpcom-ph-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    content: "";
}
.wpcom-profile .wpcom-ph-bg img{width: 100%;}
.wpcom-profile .wpcom-ph-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcom-profile .wpcom-ph-user {
    position: relative;
    width: 100%;
    color: #fff;
}
.wpcom-profile .wpcom-ph-avatar {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcom-profile .wpcom-ph-desc {
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 14px!important;
    line-height: 1.46!important;
    max-height: 62px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}
.wpcom-profile .wpcom-ph-avatar img{width: 100%;height: 100%;object-fit: cover;}
.wpcom-profile .profile-stats-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}
.wpcom-profile .profile-stats .user-stats-item {
    width: auto;
    padding: 0 8px;
}
.wpcom-profile .profile-stats .user-stats-item span {
    display: inline;
    color: #fff;
    font-size: 16px;
    opacity: 1;
}
.wpcom-profile .wpcom-profile-nav {
    padding: 0!important;
    margin: 0!important;
    font-size: 0;
    list-style: none;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid var(--theme-line-color);
}
.wpcom-profile .wpcom-profile-nav li {
    display: inline-block;
    margin: 0 30px -1px;
}
.wpcom-profile .wpcom-profile-nav li.active a {
    font-weight: 500;
    color: var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
}
.wpcom-profile .wpcom-profile-nav a {
    display: block;
    padding: 15px 0;
    font-size: 14px;
    color: var(--theme-black-color);
    line-height: 18px;
    text-decoration: none;
}
.q-index{
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    background: #ff9966;
}
.q-item{
    padding: 0px 0 0 15px;
    margin-left: 11px;
    border-left: 2px dotted #e4e4e4;
    margin-top: 1px;
}

.dynamic-list li .dynamic-author {
    width: 40px;
    margin-right: 15px;
}
.dynamic-list li .dynamic-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.dynamic-list li .nickname {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 20px;
}

.dynamic-list li .time {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: var(--theme-light-color);
}

.dynamic-list li .text {
    line-height: 1.6;
}
.dynamic-list li .text a{
	color: var(--theme-color);
}
/*.entry-related .jingyan .item:nth-child(3n){
	padding-right: 0;
}*/
/*底部*/
.footer .copyright {
	margin:0 auto;
	padding:15px 0 15px 0;
	text-align:center;
	border-top:1px solid #f5f5f5;
}
.footer .flink a {
	text-align:center;
	color:#999;
	font-size:14px;
	height:auto;
	overflow:hidden;
	margin-right:5px;
}
.footer .link a {
	text-align:center;
	color:#999;
	font-size:14px;
	height:auto;
	overflow:hidden;
	margin-right:5px;
}
.footer .link .split-char {
	color:#dcdcdc;
}
/* 媒体查询 */
/*@media (min-width:319px) {
	html {
	font-size:42.666px;
}
}@media (min-width:359px) {
	html {
	font-size:48px;
}
}@media (min-width:374px) {
	html {
	font-size:50px;
}
}@media (min-width:413px) {
	html {
	font-size:56px;
}
}@media (min-width:479px) {
	html {
	font-size:64px;
}
}@media (min-width:639px) {
	html {
	font-size:85.333px;
}
}@media (min-width:749px) {
	html {
	font-size:100px;
}*/

@media (min-width: 768px) {
    .container{
        width:750px
    }
}



@media (min-width: 992px) {
    .container{
        width:970px
    }
}

@media (min-width: 1240px) {
    .container{
        width:1200px
    }
}
@media (max-width: 1239px) {
    .main{
        width:630px
    }
    .author span{display: none;}
    .item-tags{display: none;}
    .pfixed{margin-left: 165px;}
}

@media (max-width: 991px) {
    .sidebar,.feature-post{display: none;}
    .main {
	    width: 750px;
	}
	.search{display: none;}
	.main-slider{width: 750px!important;height: auto!important;}
}
@media (max-width: 767px) {
	.container,.main-list,.main{
        width:auto;
        float: none;
    }
    .container.user-center{padding-top: 0!important;}
    .sidebar,
    .nav-account,
    .search,
    .main-list .item .item-excerpt,
    .main-list .item .item-meta .author,
    .main-list .item .item-meta .date i,
    .jingyan .item .item-meta-items,
    .jingyan .item .item-meta-author,
    .main-list .item .item-meta .views:not(:first-child){
    	display: none;
    }
    .like-list li{width: 100%;}
    .entry-related{padding: 0;}
	.container{
	    padding-left: 15px;
	    padding-right: 15px;
	    background: #fff;
	}
	.entry-page{display: block;}
	.entry-related .jingyan .item{padding: 10px 10px 10px 0;}
	.entry-page-next, .entry-page-prev {
	    width: 100%;
	    margin-bottom: 10px;
	    float: none;
	}
	.main-list ul,.multi-filter,.entry{padding: 0;}
	.main-list .item{
	    padding: 15px 0;
	}
	.main-list .item .item-img {
	    width: 38%;
	}
	.main-list .item .item-title{
	    font-size: 17px;
	    line-height: 1.4;
	    font-weight: 400;
	}
	.main-list .item .item-content{padding-left: 10px;}
	.entry-related .jingyan .item,.jingyan .item{width: 50%;padding: 10px 10px 0 0px;}
	.jingyan .item .item-title{padding: 5px 0;}
	.jingyan .item-inner{box-shadow: none!important;}
	.wpcom-profile .wpcom-ph-inner {
	    position: relative;
	    height: auto;
	    padding: 0 15px 15px;
	    margin-top: -40px;
	    z-index: 2;
	}
	.wpcom-profile .wpcom-profile-head {
	    height: auto;
	    margin-left: -10px;
	    margin-right: -10px;
	    padding-top: 37vw;
	    background: 0 0;
	}
	.wpcom-profile .profile-stats .user-stats-item span {
	    color: #333;
	}
	.wpcom-profile .wpcom-ph-user {
	    color: #333;
	}
	.wpcom-profile .wpcom-ph-bg {
	    height: 37vw;
	    z-index: 1;
	}
	.wpcom-profile .wpcom-profile-nav li{margin: 0 10px -1px;}
	.main-list .tabs{height: 40px;}
	.main-list .tabs li a{line-height: 38px;}
	.main-list .item .item-category{top:10px}
	.main-list .sec-panel-head{
		padding: 0;
	    margin-bottom: 0;
	}
	.main-list .sec-panel-head h1{font-size: 16px;}
	.item-tags{display: block;}
}

}.layui-layer.comm {
	border-radius:2px;
	box-shadow:0 5px 15px rgb(0 0 0 / 50%);
}
