/*  
Theme Name: Lee For GeJia
Theme URI:
Description: 优化，优化，再优化，做到更好。
Version: 2.10106
Author: LeeGeng
Author URI: wper.net
***
***
**
/

/*全局属性-开始*/
html, body, h1, h2, h3, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  margin: 0;
  padding: 0;
}
body, textarea, input, button, select, keygen, legend {
  font: 14px/1em 微软雅黑, Tahoma, Arial, sans-serif;
  color: var(--text-dark);
  outline: 0;
  line-height: normal;
}
body {
  min-width: 320px; -webkit-tap-highlight-color:rgba(0,0,0,0);
}
body.is-computer{
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
*, ::after, ::before {
  box-sizing: border-box;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
  display: block;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html, body, fieldset, iframe, abbr {
  border: 0;
}
i, cite, em, var, address, dfn {
  font-style: normal;
}
h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
}
h1, h2, h3, em, b {
  font-weight: normal;
}
label, summary {
  cursor: default;
}
li {
  list-style-type: none;
}
a, button {
  cursor: pointer;
}
a {
  color: var(--text-dark);
  list-style-type: none;
  text-decoration: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  transition: all .3s ease;
  display: block;
}
a:hover {
  color: var(--a-hover);
}
img {
  padding: 0;
  border: 0;
  vertical-align: middle;
  background-color: var(--primary);
}
.box-text {
	padding: 20px;
	font-weight: bold;
	color: #fff;
}
.box {
	margin: 1em;
	border-radius: 1em;
}
.pop-box {
    
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 2000;
    background: #FFF;
    display: none;
    border-radius: 4px;
    overflow: hidden;
}
.pop-box .close {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  text-shadow: 0 0 2px #666;
  cursor: pointer;
}
.pop-box .close:hover {
  color: var(--a-hover);
}
.neuomorphism {
	background: var(--primary);
/* 	background: transparent; alternative option */
	border: none;
	/* offset-x offset-y blur-radius color	 */
	box-shadow:
		var(--shadow-size) var(--shadow-size) var(--shadow-blur) var(--dark-shadow),
		calc(-1 * var(--shadow-size)) calc(-1 * var(--shadow-size)) var(--shadow-blur) var(--light-shadow);
	transition: all 250ms;
}

button:hover.neuomorphism,
.button:hover.neuomorphism {
	cursor: pointer;
	box-shadow: 
		calc(0.3 * var(--shadow-size)) calc(0.3 * var(--shadow-size)) calc(0.5 * var(--shadow-blur)) var(--dark-shadow),
		calc(-0.3 * var(--shadow-size)) calc(-0.3 * var(--shadow-size)) calc(0.5 * var(--shadow-blur)) var(--light-shadow);
}

button:focus.neuomorphism,
.button:active.neuomorphism {
	box-shadow: 
		0 0 0 var(--dark-shadow),
		0 0 0 var(--light-shadow),
		/* without following, looks like it is pushed flat onto the page, this makes it seem like it was pushed just a bit beyond */
		inset 0 0 var(--shadow-size) 0 var(--dark-shadow);
}
.clearfix {
  clear: both;
  border: none;
}
.float_L, .left, .f-l {
  float: left;
}
.float_R, .right, .f-r {
  float: right;
}
.center {
    text-align: center;
}
.bg1{
   background: #F9F9F95E;
}
.bg2{
   background: #F9F9F95E;
   box-shadow: 0 0 2px #ddd;
}
/*********************************************************************/
.hover-border-3::before,
.hover-border-3::after {
  content: "";
  width: 0%; height: 0%;
  opacity: 0;
  transition: width 0.2s 0.15s linear, height 0.15s linear, opacity 0s 0.35s;
}
.hover-border-3::before {
  top: 0; right: 0;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
}
.hover-border-3::after {
  bottom: 0; left: 0;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}
.hover-border-3-animation::before,
.hover-border-3-animation::after,
.hover-border-3:hover::before,
.hover-border-3:hover::after {
  width: 100%; height: 100%;
  opacity: 1;
  transition: width 0.2s linear, height 0.15s 0.2s linear, opacity 0s;   
}
/* 14. hover-border-4 */
.btn.hover-border-4::before,
.btn.hover-border-4::after {
  width: 0%; height: 0%;
  opacity: 0;
  transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
}
.btn.hover-border-4::before {
  bottom: 0; left: -1px;
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
}
.btn.hover-border-4::after {
  top: 0; right: 0;
  border-bottom: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
}
.btn.hover-border-4:hover::before,
.btn.hover-border-4:hover::after {
  width: 100%; height: 99%;
  opacity: 1;
  transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;   
}
/*********************************************************************/
div#site-gonggao {
    width: var(--body-max-width);
    margin: 0 auto;
    line-height: 25px;
    color: #666;
    padding: 0 10px;
    position: relative;
    bottom: -8px;
}

#site-gonggao .list {
    padding-left: 5px;
}

#site-gonggao .site-gonggao-div {
    float: left;
}

#site-gonggao i.icon-voice {
    color: var(--a-hover);
}

#site-gonggao-div2 {
    overflow: hidden;
    height: 30px;
}

#site-gonggao-div2 .list li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

#site-gonggao-div2 .list li a {
    
}

#site-gonggao-div2 .list li p {
    color: var(--gray61);
    display: inline;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*********************************************************************/
/*************************************************/
.pagenav {
	margin: 0 15px;
	color: var(--gray61);
	border-radius: 0
}
.pagenav li a,
.pagenav li span{
	margin-top: 20px;
padding: 6px 14px;
margin-left: 12px;
color: inherit;
display: inline-block;
}
.pagenav li a {
	background-color: transparent;
	border: 1px solid #dfdfdf
}
.pagenav li a:hover {
	color: #fff;
	background-color: var(--a-hover);
	border: 1px solid var(--a-hover);
}
.pagenav  a.current, .pagenav .current a:focus, .pagenav .current a:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: var(--a-hover);
	border-color: var(--a-hover);
}
.pagenav li:first-child a {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.pagenav li:last-child a {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.pagenav .jump{
    margin-top: 20px;
    line-height: 32px;
}
.pagenav .jump select.page-item {
    text-align: center;
    color: var(--a-hover);
    border-color: #2cd5cf;
    background: #fff;
}
.pagenav .jump a.btn {
    padding: 4px 10px;
    color: #fff;
    background-color: var(--a-hover);
    font-size: 12px;
}
.pagenav .jump a.btn:hover{
    opacity: 0.7;
}
/*********************************************************************/
.mask{
    width: 100%;
  height: 100%;position: absolute;top: 0;left: 0;
}
.mask-bg {
  width: 100%;
  height: 100%;
  background: #3E3E3E7D;
  top: 0;
  left: 0;
  position: absolute;
}
.full-gray-bg {
    width: 100%;
    height: 100%;
    background: rgb(32 32 32 / 80%);
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1900;
    display: none;
}
#loading-effect {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
  z-index: 99999;
  background: #f0f8ffd9;
}
.status {
  position: relative;
  top: -10px;
  color: rgba(225, 225, 225, .9);
}
.loading {
  width: 80px;
  height: 20px;
  margin: 0 auto;
  padding: 50px 0;
  display: none;
}
.loading span {
  display: inline-block;
  width: 8px;
  height: 100%;
  border-radius: 4px;
  background: #000;
  -webkit-animation: load 1s ease infinite;
  animation: load 1s ease infinite;
}
@-webkit-keyframes load {
  20%, 100% {
    height: 20px;
    background: #000;
  }
  50% {
    height: 50px;
    margin: -15px 0;
    background: #000;
  }
}
.loading span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loading span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loading span:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.loading span:nth-child(5) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

/**********************/
.loading-animation {
  width: 32px;
  height: 32px;
  /*display: none;*/
  font-size: 0;
  color: #000;
  position: absolute;
  top: 50%;
left: 50%;
margin: -16px;
}

.loading-animation.la-dark {
  color: var(--text-dark);
}

.loading-animation > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  width: 2px;
  height: 10px;
  margin: 2px;
  margin-top: -5px;
  margin-left: -1px;
  border-radius: 0;
  animation: line-spin-clockwise-fade 1s infinite ease-in-out;
}

.loading-animation > div:nth-child(1) {
  top: 15%;
  left: 50%;
  transform: rotate(0deg);
  animation-delay: -0.875s;
}

.loading-animation > div:nth-child(2) {
  top: 25.2512626585%;
  left: 74.7487373415%;
  transform: rotate(45deg);
  animation-delay: -0.75s;
}

.loading-animation > div:nth-child(3) {
  top: 50%;
  left: 85%;
  transform: rotate(90deg);
  animation-delay: -0.625s;
}

.loading-animation > div:nth-child(4) {
  top: 74.7487373415%;
  left: 74.7487373415%;
  transform: rotate(135deg);
  animation-delay: -0.5s;
}

.loading-animation > div:nth-child(5) {
  top: 84.9999999974%;
  left: 50.0000000004%;
  transform: rotate(180deg);
  animation-delay: -0.375s;
}

.loading-animation > div:nth-child(6) {
  top: 74.7487369862%;
  left: 25.2512627193%;
  transform: rotate(225deg);
  animation-delay: -0.25s;
}

.loading-animation > div:nth-child(7) {
  top: 49.9999806189%;
  left: 15.0000039834%;
  transform: rotate(270deg);
  animation-delay: -0.125s;
}

.loading-animation > div:nth-child(8) {
  top: 25.2506949798%;
  left: 25.2513989292%;
  transform: rotate(315deg);
  animation-delay: 0s;
}

.loading-animation.la-sm {
  width: 16px;
  height: 16px;
}

.loading-animation.la-sm > div {
  width: 1px;
  height: 4px;
  margin-top: -2px;
  margin-left: 0;
}

.loading-animation.la-2x {
  width: 64px;
  height: 64px;
}

.loading-animation.la-2x > div {
  width: 4px;
  height: 20px;
  margin-top: -10px;
  margin-left: -2px;
}

.loading-animation.la-3x {
  width: 96px;
  height: 96px;
}

.loading-animation.la-3x > div {
  width: 6px;
  height: 30px;
  margin-top: -15px;
  margin-left: -3px;
}

@keyframes line-spin-clockwise-fade {
  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}
/**********************/
/****/
.wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ad {
  height: auto;
  overflow: hidden;
}
.ad a {
  display: block;
}
.ad img {
  width: 100%;
}
.body-max-width {
  max-width: var(--body-max-width);
  margin: 0 auto;
}
.over-h {
  overflow: hidden;
}
.content-area {
  max-width: var(--body-max-width);
  margin: 15px auto auto;
  background: #fff;
}
.is-computer .content-area {
    background: rgb(255 255 255 / 40%);
    -webkit-backdrop-filter: saturate(1) blur(10px);
    backdrop-filter: saturate(1) blur(10px);
}
.is-computer .page .content-area{
    padding: 100px 50px 200px 50px;
}
@media screen and (max-width: 768px) {
    .content-area {
        padding: 0px;
        }
    .single-bulletin .wrap {
        margin-top: -60px;
        padding: 0 10px;
    }
}
.content-area main {
  width: 70%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 40px;
  background: #fff;
}
.single-bulletin .content-entry img{
    max-width: 100%;
    height: auto;
}
.single-format-standard .content-area main, .author .content-area main {
  padding: 30px 50px;
}
.search .content-area main {
  min-height: 500px;
}
.single-attachment .content-entry img {
    width: auto !important;
  height: auto !important;
}
/*
.single .content-area main {
  padding: 0;
}
*/
.content-extra {
  padding: 30px 0;
}
.single-format-standard .content-entry {
  font-size: 16px;
  line-height: 2;
}
.single-format-standard .content-entry img {
    max-width: 100%;
    height: auto;
}
.width-30 {
  width: 30%;
}
.width-70 {
  width: 70%;
}
.width-all {
  width: 100%;
}
.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 15px;
  line-height: 1;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  background: none;
  border-radius: 4px;
  outline: none;
}
.fontb {
  font-weight: bold;
}
.opacity03 {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.opacity05 {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.opacity08 {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.box_shadow4 /*四边阴影*/ {
  -webkit-box-shadow: 0 0 5px #202020;
  -moz-box-shadow: 0 0 5px #202020;
  box-shadow: 0 0 5px #202020;
}
.post-column-2 {
  column-gap: 2px;
  column-count: 2;
}
.post-column-2 figure {
  break-inside: avoid;
  margin-bottom: 2px;
}
.post-column-2 figure img {
  width: 100%;
}
/**原创/转载图标**/
span.ico_type_Original img, span.ico_type_Reprint img {
  width: 25px;
  margin-top: -15px;
  background: none;
}
.copyright_note {
  font-size: 12px;
}
.copyright_note a {
  display: inline-block;
  color: inherit;
}
.copyright_note a:hover {
  color: var(--a-hover);
}
/*
* 文章表格
*/
.content-inner .content-excel, .content-inner .content-excel .time {
  background: var(--a-hover);
  padding: 15px;
  color: #fff;
  display: block;
  font-size: 14px;
  max-width: 340px;
}
.content-inner .content-excel h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 3em;
  background-color: #fff0 !important;
}
.content-inner .content-excel table {
  margin: 0 auto;
}
.content-inner .content-excel table tr:hover {
  background: #222;
}
.content-inner table td {
  text-align: center;
  height: 30px;
  border: 1px solid;
  padding: 0 10px;
}
.content-inner .content-excel .tdbga {
  background: #666;
}
.content-inner .content-excel #donation-balance{
    background: #ffb912;
margin: 10px -30px;
padding: 10px 30px;
}
.content-inner .content-excel .tips{
   color: #ffa0a0;
margin: 10px 0; 
}
/*************************************************/
.images-show {
		width:100%;
		height:100%;
		text-align: center;
		position: fixed;
		z-index: 999999;
		top: 0;
		display: none;
	}
	.images-show .images-show-bg {
		width:100%;
		height:100%;
		position: absolute;
		background: #000;
	}
	.images-show .images-show-wrap {
	    height: 100%;
        width: 100%;
		position: relative;
		display: inline-block;
		text-align: center;
	}
	.images-show-title {
	    width: 100%;
	    position: absolute;
        top: 40px;
        left: 30px;
        font-size: 16px;
        color: #ddd;
        text-align: initial;
	}
	.images-show-title .the-image {
	    font-size: 14px;
	    margin-top: 10px;
	}
	.images-show-title .the-image span {
	    display: inline-block;
	    padding-right: 10px;
	}
	.images-show-title a{
	    color: inherit;
	    max-width: 60%;
	    word-break: break-all;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
	}
	/*******************************************/
	.images-show-box {
	       width: 100%;
            height: calc(100% - 255px);
            position: relative;
            transform: translateY(-50%);
            top: 50%;
	}
	.images-entry,
	.item-image,
	.img-wrap,
	.img-container{
	    width: 100%;
	    height: 100%;
	    position: relative;
	    display: inline-block;
	}
	.img-wrap {
	    width: 100%;
        cursor: pointer;
	    position: absolute;
        left: 0;
        top: 0;
        
	}
	.item-image {
	    position: absolute;
	    display: none;
	    width: 100%;
	    height: 100%;
	}
	.img-container > img{
	    max-width: 100%;
	    max-height: 100%;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
        display: inline-block;
        -webkit-user-drag: none;
	}
	body{-webkit-user-select: none;}
    /***************************************************/
    .images-show-img-screen,
    .images-show-full-screen,
	.images-show .images-show-close{
		position: absolute;
        top: 30px;
        right: 20px;
        cursor: pointer;
        color: rgb(255 255 255 / 38%);
        font-size: 60px;
        transition: 0.5s;
        z-index: 1;
	}
	.images-show-img-screen,
	.images-show-full-screen {
	    right: 100px;
	    font-size: 30px;
        padding: 15px;
	}
	.images-show-img-screen:hover,
	.images-show-full-screen:hover {
	    color: #fff;
	}
	.images-show .images-show-close:hover {
		transform: rotate(90deg);
		color: #fff;
	}
	.images-show .images-show-nav {
	    width: 50%;
        height: 100%;
    	position: absolute;
        top: 50%;
        cursor: pointer;
        display: block;
        transform: translate(0,-50%);
        width: 100px;
	}
	
	.images-show .images-show-nav i{
        font-size: 80px;
        color: rgb(255 255 255 / 38%);
        display: inline-block;
        position: absolute;
        top: 50%;
        margin-top: -40px;
	}
	.images-show .images-show-nav.prev,
	.images-show .images-show-nav.prev i{
	    left: 0;
	}
	.images-show .images-show-nav.next,
	.images-show .images-show-nav.next i{
	    right: 0;
	}
	.images-show .images-show-img-screen.screen-fangda {
	    right: 160px;
	}
	.images-show .images-show-img-screen.screen-suoxiao {
	    right: 220px;
	}
	.images-show .images-show-nav:hover i{
		color: #fff;
	}
	.images-show .images-show-num {
		position: absolute;
        bottom: -30px;
        color: #fff;
        left: 50%;
        transform: translateX(-15px);
	}
	.images-show .images-show-btn {
	    position: absolute;
        bottom: 50px;
        color: #ddd;
        text-align: center;
        width: 100%;
	}
	.images-show .images-show-btn .btn {
	    border: 1px solid #2d2d2d;
        border-radius: 4px;
        background: rgb(28 28 28 / 54%);
	}
	.images-show .images-show-btn a{
	    color: inherit;
	}
	.images-show .images-show-btn a i {
	    margin-right: 8px;
        color: white;
        display: inline-block;
        position: relative;
	}
	.post-a-img {
	    text-align: center;
	}
	.images-show-img-screen {
	    
	}
	
	@media screen and (max-width: 768px) {
	    .images-show-title {
            font-size: 14px;
            left: 10px;
	    }
	    .images-show-title .the-image {
	        font-size: 12px;
	    }
	    .images-show-title .the-image span {
	        padding-right: 4px;
	    }
    	.images-show .images-show-num {
    	    top: 0;
    	}
    	.images-show-full-screen, .images-show .images-show-close {
    	    font-size: 40px;
    	    right: 10px;
    	}
    	.images-show-full-screen {
    	    padding: 7px;
            right: 60px;
            font-size: 26px;
    	}
    	.images-show .images-show-nav i {
    	    display: none;
    	}
    	.images-show-img-screen {
    	    right: 10px !important;
            top: 75px;
            padding: 5px;
    	}
    	.images-show .images-show-img-screen.screen-suoxiao {
    	    top: 120px;
    	}
	}
/*************************************************/
.pagination {
  text-align: center;
}
.category .pagination {
  margin-top: 30px;
}
.pagination a {
  display: inline-block;
font-size: 15px;
text-align: center;
cursor: pointer;
}
.category-video .pagination a {
    color: #666;
}
/*
* 全局属性-结束
*/
#ajaxloader1 {
  position: relative;
  top: 130px;
  width: 100px;
  height: 100px;
  /*! border: 8px solid #fff; */
  border-radius: 50%;
  -webkit-box-shadow: 0 0 25px 2px;
  -moz-box-shadow: 0 0 25px 2px;
  box-shadow: 0 0 25px 2px;
  color: #fff;
  border-color: var(--a-hover);
  color: #cc0000;
  border-right-color: transparent;
  border-top-color: transparent;
  -webkit-animation: spin-right 1s linear infinite normal;
  -moz-animation: spin-right 1s linear infinite normal;
  -ms-animation: spin-right 1s linear infinite normal;
  animation: spin-right 1s linear infinite normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  margin: 30px auto 0;
}
#ajaxloader1:after {
  display: block;
  width: 13px;
  height: 13px;
  margin: 3px;
  border: 6px solid var(--a-hover);
  /*! content: " "; */
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
#ajaxloader3 {
  margin: 0 auto;
}
#ajaxloader3 .outer {
  border: 5px solid rgba(255, 0, 0, 0.9);
  opacity: .9;
  border-right-color: transparent;
  border-left-color: transparent;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 35px rgba(255, 0, 0, 0.9);
  -moz-box-shadow: 0 0 35px rgba(255, 0, 0, 0.9);
  box-shadow: 0 0 35px rgba(255, 0, 0, 0.9);
  -webkit-animation: spin-pulse 1s linear infinite normal;
  -moz-animation: spin-pulse 1s linear infinite normal;
  -ms-animation: spin-pulse 1s linear infinite normal;
  animation: spin-pulse 1s linear infinite normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}
#ajaxloader3 .inner {
  border: 5px solid rgba(255, 0, 0, 0.9);
  opacity: .9;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(255, 0, 0, 0.9);
  -moz-box-shadow: 0 0 15px rgba(255, 0, 0, 0.9);
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.9);
  width: 130px;
  height: 130px;
  position: relative;
  top: -150px;
  margin: 0 auto;
  -webkit-animation: spin-right 1s linear infinite normal;
  -moz-animation: spin-right 1s linear infinite normal;
  -ms-animation: spin-right 1s linear infinite normal;
  animation: spin-right 1s linear infinite normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}
@keyframes spin-pulse {
  from {
    transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px rgba(0, 61, 76, 0.9);
  }
  50% {
    transform: rotate(145deg);
    opacity: 1;
  }
  to {
    transform: rotate(-320deg);
    opacity: 0;
  }
}
@-moz-keyframes spin-pulse {
  from {
    -moz-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px rgba(0, 61, 76, 0.9);
  }
  50% {
    -moz-transform: rotate(145deg);
    opacity: 1;
  }
  to {
    -moz-transform: rotate(-320deg);
    opacity: 0;
  }
}
@-webkit-keyframes spin-pulse {
  from {
    -webkit-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px rgba(0, 61, 76, 0.9);
  }
  50% {
    -webkit-transform: rotate(145deg);
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-320deg);
    opacity: 0;
  }
}
@keyframes spin-right {
  from {
    transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(180deg);
    opacity: 1.0;
  }
  to {
    transform: rotate(360deg);
    opacity: 0.2;
  }
}
@-moz-keyframes spin-right {
  from {
    -moz-transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(180deg);
    opacity: 1.0;
  }
  to {
    -moz-transform: rotate(360deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes spin-right {
  from {
    -webkit-transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(180deg);
    opacity: 1.0;
  }
  to {
    -webkit-transform: rotate(360deg);
    opacity: 0.2;
  }
}
/*type5 竖形波纹效果*/
.wave {
  min-width: 40px;
  min-height: 40px;
  width: 100px;
  height: 40px;
  text-align: center;
  font-size: 0;
  margin: 0 auto;
  position: relative;
  top: 45%;
}
.wave > div {
  background-color: var(--a-hover);
  min-height: 40px;
  height: 100%;
  width: 8%;
  margin-left: 8%;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  -moz-animation: stretchdelay 1.2s infinite ease-in-out;
  -o-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.wave > div:first-child {
  margin-left: 0;
}
.wave .rect2 {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.wave .rect3 {
  -webkit-animation-delay: -1.0s;
  -moz-animation-delay: -1.0s;
  -o-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.wave .rect4 {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.wave .rect5 {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4)
  }
  20% {
    -webkit-transform: scaleY(1.0)
  }
}
@-moz-keyframes stretchdelay {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.4)
  }
  20% {
    -moz-transform: scaleY(1.0)
  }
}
@-o-keyframes stretchdelay {
  0%, 40%, 100% {
    -o-transform: scaleY(0.4)
  }
  20% {
    -o-transform: scaleY(1.0)
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1.0);
  }
}
/*** LOADING end****/
/*index同类属性*开始*/
/****************************************************************************/
/****************************************************************************/
/** index's main-cats ***/
.cat-children {}
.cat-children li {
  float: left;
  line-height: 40px;
  margin: 0 10px;
  transition: all .3s ease;
  position: relative;
}
.cat-children li a {
  font-size: 16px;
  color: rgba(0, 0, 0, .56);
  font-weight: 700;
  padding: 3px 16px;
  background: #eee;
  border-radius: 50px;
  display: inline;
}
.cat-children li a:hover {
  color: var(--a-hover);
}
/****************************************************************************/
/****************************************************************************/
.widget h2 {
    color: var(--text-dark);
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    position: relative;
    color: var(--inline-color);
    font-style: italic;
    padding-bottom: 10px;
}
#comments.widget h2{
    margin-bottom: 15px;
}
.widget h2 small {
    font-size: 14px;
    font-weight: bold;
    color: var(--text-light);
    margin-left: 15px;
}
.widget h2::before {
  width: 4px;
  height: 20px;
  display: block;
  content: '';
  background: var(--a-hover);
  position: absolute;
  left: -15px;
  top: 10px;
}
/**********************************************************************/
.widget_ui_posts ul {
    width: 100%;
}
.widget_ui_posts li {
    max-height: 65px;
	position: relative;
	margin-bottom: 24px;
	overflow: hidden;
}
.widget_ui_posts li:last-child {
	margin-bottom: 0;
}
.widget_ui_posts li .thumbnail {
	float: left;
  margin-right: 15px;
  max-height: inherit;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.widget_ui_posts li a {
    max-height: inherit;
  overflow: hidden;
  display: block;
  width: inherit;
}
.widget_ui_posts li:first-child {
    max-height: 181px;
}
.widget_ui_posts li:first-child .thumbnail {
	float: none;
}
.widget_ui_posts li img {
	width: 100px;
}
.widget_ui_posts li:first-child img,
.widget_ui_posts li {
	width: 100%;
	border-radius: 4px;
	position: relative;
}
.widget_ui_posts li .text {
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	overflow: hidden;
}
.widget_ui_posts li:first-child .text {
	position: absolute;
	color: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 8px 16px;
	margin: 8px;
	background: rgba(0,0,0,.56);
	
	border-radius: 4px;
	z-index: 2;
	transition: all .3s ease;
}
.widget_ui_posts li .muted {
	color: rgba(0,0,0,.56);
	font-size: 12px;
	line-height: 25px;
	display: inline-block;
}
.widget_ui_posts li:first-child .muted{
    width: 0;
  height: 0;
}
.widget_ui_posts li:first-child .muted:after {
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 2;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	padding: 4px 16px 4px 8px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	border-top-right-radius: 28px;
	border-bottom-right-radius: 28px;
	background: rgba(0,0,0,.56);
	content: '热议中';
}
/**********************************************************************/
.more {
  color: var(--gray61);
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
.more:hover {
  text-decoration: underline;
}
/** excerpt-video ***************************************************/
.excerpt-thumb {
    background-color: var(--primary);
    position: relative;
}
.single .post-list-scroll .excerpt-video .excerpt-thumb {
    background: #111;
}
.excerpt-video .excerpt-thumb {
  max-width: 350px;
  max-height: 350px;
  float: none;
  padding: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  margin: 10px 0;
}
.category .excerpt-video .excerpt-thumb,
.related-video .excerpt-video .excerpt-thumb{
  max-width: initial;
  height: 172px;
}
.home .main-cats .excerpt-video .excerpt-thumb,
.category-video .excerpt-video .excerpt-thumb {
    height: 145px;
}

.single-format-video .banner .excerpt-video .excerpt-thumb {
  width: 100px;
  height: 65px;
  float: left;
  margin: 0 10px 0 0;
}

.single-format-video .banner .excerpt-video .video-duration {
  position: absolute;
  left: 5px;
  font-size: 12px;
  top: 50px;
  color: #b7b7b7;
}
.single-format-video .banner .excerpt-video .excerpt-video-inner {
  position: relative;
}
.single-format-video .banner .excerpt-video .title-info{
    position: unset;
}
.single-format-video .banner .excerpt-video .excerpt-video-title, .single-format-video .banner .excerpt-video {
  margin-bottom: 10px;
}
.post-video .post-thumb .btn-play, .excerpt-video .excerpt-thumb .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  background: url(./assets/images/video-play.png) no-repeat;
  background-size: 100%;
  -webkit-transform: scale(1.1);
  transition: all .3s ease;
  opacity: 0;
}
.post-video .post-thumb .btn-play, .excerpt-video .excerpt-thumb:hover .btn-play {
  opacity: 1;
}
.post-video .post-thumb {
  position: relative;
  max-width: 400px;
}
.single-format-video .banner .post-video .post-thumb img {
  min-height: 50px;
}
 .single-format-video .banner .excerpt-video .excerpt-thumb img {
    min-height: 65px;
    width: 100%;
}
.post-video .post-thumb img, .excerpt-video .excerpt-thumb img {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.post-video .post-thumb img.vertical,
.excerpt-video .excerpt-thumb img.vertical,
.app .post-video .post-thumb img, .app .excerpt-video .excerpt-thumb img {
    max-height: initial;
}
.post-video .post-thumb img.vertical,
.excerpt-video .excerpt-thumb img.vertical {
    margin-top: 0;
}
.category .post-video .post-thumb img, .category .excerpt-video .excerpt-thumb img {
  min-height: 131px;
}
.category .post-video .post-thumb img.vertical, .category .excerpt-video .excerpt-thumb img.vertical {
  width: 100%;height: auto;max-height: initial;margin-left: 0;margin-top: 0;
}
.excerpt-video .excerpt-video-title-bg {
  height: 60px;
  width: 100%;
  position: absolute;
  top: 0;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}
/****** app  category-video *********************************************************/
.category-video.app .excerpts-wrapper,
.category-video.app .content-area,
.category-video.app{
    background: #222;
}
.category-video.app .excerpt-video .excerpt-thumb,
.category-video.app .excerpt-video .excerpt-thumb img {
    width: auto;
    height: 300px;
    max-height: 300px;
    margin: 0;
    background: #111;
}
.category-video.app .excerpt-video .excerpt-thumb img {
    margin-left: -168px;
    max-width: initial;
}
.category-video.app .excerpt-video .excerpt-thumb img.center.vertical{
    width: 100%;
    margin-left: 0;
    height: auto;
    max-height: initial;
}
.category-video.app .excerpts .excerpt.excerpt-video .excerpt-video-inner {
    margin: 1px;
    position: relative;
    color: #fff;
    text-shadow: 0 0 2px #666;
}
.category-video.app .excerpts .excerpt.excerpt-video .excerpt-video-title{
    position: absolute;
bottom: 18px;
padding: 0 5px;
}
.category-video.app .excerpts .excerpt.excerpt-video .title-info{
    position: absolute;
bottom: 2px;
left: 5px;color: #ddd;
}
.category-video.app .excerpts .excerpt.excerpt-video .title-info_li,
.category-video.app .excerpts .excerpt.excerpt-video a{
    color: inherit;display: block;
    text-shadow: 1px 1px 2px #000;
}
/***************************************************************/
/***************************************************************/
/* 同类属性*结束 */
/***************************************************************/
.ggx-pop .full-gray-bg{
    z-index: 2001;
    background: rgb(32 32 32 / 80%);
}
.ggx-pop .pop-box{
    width: 320px;
    margin-left: -160px;
    top: 115px;
    text-align: center;
    z-index: 2002;
}
.ggx-pop .ggx-entry {
    min-height: 525px;
}
.ggx-pop .ggx-entry .ggx-inner{
    min-height: 275px;
}
.ggx-pop .pop-box form{
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    position: absolute;
}
.ggx-pop .pop-box form[name="ggx-register-batch-form"]{
    right: -360px;
}
.ggx-pop .pop-box label{
    width: 100%;
    display: block;
}
.ggx-pop .ggx-inner > h3 {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    margin-bottom: 6px;
    color: #ddd;
    text-align: left;
}
.ggx-pop .ggx-inner > h3 span {
    display: inline-block;
    margin: 0 16px;
    cursor: pointer;
}
.ggx-pop .ggx-inner > h3 .current{
    color: var(--text-dark);
}
.ggx-pop input {
    padding: 4px;
    margin: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.ggx-pop input[name='ggx_register_submit'],
.ggx-pop input[name='ggx_update']{
    color: #fff;
    padding: 10px 16px;
}
.ggx-pop input.btn {
    background: var(--a-hover);
    padding: 10px 40px;
    color: #fff;
    
}
.ggx-pop input[name='ggx_update']{
    background: #00df30;
}
.ggx-pop #ggx-register-batch-form-textarea {
    width: calc(100% - 20px);
    border-radius: 4px;
    padding: 5px;
    border: 1px solid #ddd;
    resize: none;
}
.ggx-pop .ggx-register-back{
        width: calc(100% - 20px);
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    height: 100px;
    overflow-y: scroll;
    margin: 0 auto;
    padding: 5px;
    text-align: left;
    color: #0097df;
    background: #ebebeb;
}
.ggx-pop .ggx-copy {
    color: #fff;
    background: #0097df;
    margin: 6px auto;
}
.ggx-pop .ggx-roles-entry {
    display: inline-block;
}
.ggx-pop .ggx-roles-entry label{
    float: left;
    width: auto;
}
.ggx-pop select[name='ggx-roles'] {
    padding: 9px;
    margin-top: 10px;
    border-color: #c1c1c1;
    background: #e1e1e1;
    border-radius: 4px;
}
/***************************************************************/
#header {
    width: 100%;
    position: relative;
    z-index: 10;
    background: rgb(255 255 255 / 50%);
    -webkit-backdrop-filter: saturate(2) blur(10px);
    backdrop-filter: saturate(2) blur(10px);
    border-bottom: 1px solid #DDD;
    box-shadow: 0 0 5px 1px #DDD;
}
#header #top .menu li {
  float: left;
  margin-left: 20px;
  text-align: center;
}
#header #top .menu li a {
  line-height: 40px;
  font-size: 16px;
}
/****************************************/
#top {
  width: 100%;
  height: 40px;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 2px;
  z-index: 1500;
  background: #222;
}
.is-mobile #top{
    line-height: 60px;
}
.page-template-page-upload-video.is-mobile #top .app-top{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
.page-template-page-upload-video.is-mobile #top .app-top div{
    font-size: inherit;
    padding: 0 20px;
    color: #454545;
}
.page-template-page-upload-video.is-mobile #top .app-top div.title {
    text-align: center;
    padding: 0;
    line-height: inherit;
    display: inline-block;
}
.page-template-page-upload-video.is-mobile #top .app-top div.submit {
    background: #e9e9e9;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    margin: 10px 0;
    border-radius: 10px;
    font-size: 14px;
}
/****************************************/
.menu-app-top-nav-container {
  height: 100%;
}
.menu-app-top-nav-container a {
  color: #666;
  text-align: center;
  display: block;
  line-height: 35px;
}
.menu-app-top-nav-container a:hover {
  color: var(--a-hover);
}
/**页顶黑色固定导航栏**开始**/
.top_nav {
  width: 1304px;
  height: 40px;
  position: relative;
  left: 50%;
  margin-left: -652px;
  z-index: 1500;
  line-height: 42px;
  color: #C2C2C2;
}
.top_nav a {
  color: #888;
  display: block;
}
.top_nav a:hover {
  color: var(--a-hover);
  text-decoration: none;
}
/*左*/
.top_l {
  width: 45px;
  font-size: 18px;
  font-weight: bold;
  float: left;
  position: relative;
}
.footer_nav div ul li:after,
.top_c_r ul li:after,
.top_l:after{
    content: "";
    width: 2px;
    height: 15px;
    position: absolute;
    display: inline-block;
    top: 13px;
    right: 0;
    background: #999;
    border-right: 1px solid #666;
}
.top_c_r ul li:after {
   top: 15px;
}
.footer_nav div ul li:after {
   top: 10px;
}

.top_l a {
  padding: 0 20px;
  display: block;
  float: right;
}
.top_l span {
  float: left;
  line-height: 40px;
}
/*中*/
.top_c {
  width: var(--body-max-width);
  height: 100%;
  float: left;
  margin: 0 auto;
  position: relative;
}
.top_c .site-time {
  display: inline-block;
  color: #888;
}
.top_c .site-time span {
  display: inline-block;
  margin-left: 20px;
}
.top_c > a {
  display: none;
  margin-left: 15px;
}
#wap-logo {
  display: none;
}
#wap-logo img {
  height: 30px;
  position: absolute;
  left: 40%;
  top: 6px;
}
/*中-左侧-*/
.top_c_l {
  width: 300px;
  height: 40px;
  line-height: 40px;
  float: left;
  padding-left: 15px;
}
.top_c_l .search-field {
  padding: 0.2em 0.3em;
  border-radius: 1em;
  opacity: 0.6;
}
.top_c_l .search-submit:hover {
  opacity: 1;
}
.top_c_l .search-submit {
  padding: 0.2em 0.3em;
  border-radius: 1em;
  cursor: pointer;
  background: var(--a-hover);
  color: #fff;
  opacity: 0.8;
}
/*中-右侧*/
#search {
  position: absolute;
  display: none;
  cursor: pointer;
}
#search:checked ~ .top_c_l {
  display: block;
}
#search .search {
  font-size: 27px;
  margin-left: 48px;
  position: absolute;
  display: none;
  cursor: pointer;
}
#search .search:hover {
  color: #FFF;
}
#search .search .iconfont {
  font-size: 27px;
}
.top_c_r {
  width: auto;
  height: 40px;
  float: right;
}
.top_c_r ul li {
  float: right;
  font-size: 16px;
  padding: 0 20px 0 20px;
  display: block;
  position: relative;
}
.top_c_r ul li:last-child {
  background: none;
}
.top_c_r ul li:first-child a:first-child {
  text-align: center;
  line-height: 40px;
  background-color: var(--a-hover);
  display: inline-block;
  padding: 0 5px;
  border-bottom: 2px solid var(--a-hover);
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  margin-right: 0.5em;
}
.top_c_r ul li:first-child a:first-child:hover {
  text-shadow: 1px 1px 3px #fff;
  box-shadow: 1px 1px 2px #666;
  opacity: 1;
}
.dl a {
  color: #FFF;
}
.top_c_r li a {
  float: left;
  text-align: center;
}
.top_c_r ul li i {
  font-size: 20px;
  position: relative;
  top: 2px;
}
/******************************************************************************/
/***** 登录弹窗 *************************************************************************/
/******************************************************************************/
.login-box {
    width: 320px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1905;
    background: #FFF;
    display: none;
    margin-left: -160px;
    margin-top: -320px;
    border-radius: 4px;
    overflow: hidden;
}
.login-pop .full-gray-bg{
   z-index: 1900; 
}
.login-box .loginbar .login_title {
  height: 50px;
  line-height: 50px;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #DDD;
}
.login-box #loginform {
  width: 215px;
  overflow: hidden;
  margin: 0 auto;
}
.login-box #loginform p {
  font-size: 16px;
  margin: 25px 0 3px 0;
}
.login-box #loginform .input {
  width: 100%;
  border: 1px solid #DDD;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  margin-top: 5px;
}
.login-box #loginform .input:focus {
  border: 1px solid #FFB2B3;
}
.login-box #loginform .login-remember {
  font-size: 12px;
  margin: 10px 0 0 0;
}
.login-box #loginform .login-remember label {
  cursor: pointer;
}
.login-box #loginform .login-remember #rememberme {
  border-color: #C2C2C2;
}
.login-box #loginform .login-remember #rememberme:focus {
  border-color: #FFB2B3;
  color: var(--a-hover);
}
.login-box #loginform .button {
  width: 215px;
  height: 40px;
  margin-top: 10px;
  background: var(--a-hover);
  border: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.login-box #loginform .button:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.login-box .loginbar .cent {
  text-align: center;
  line-height: 3.5em;
}
.login-box .loginbar .cent a {
  padding: 0 15px;
  display: inline-block;
}
.login-box .loginbar .cent a:last-child {
  color: #00A2E9;
}
.login-box .loginbar .cent a:hover {
  color: var(--a-hover);
}
.login-box #rapid_enrollment {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #DDD;
}
.login-box #rapid_enrollment a {
  display: block;
  float: left;
  margin-right: 10px;
}
.login-box #rapid_enrollment span {
  float: left;
  font-size: 12px;
  line-height: 60px;
  padding: 0 15px;
}
.login-box #rapid_enrollment label {
  float: left;
  line-height: 60px;
  margin-right: 15px;
}
.login-box #rapid_enrollment label a img {
  width: 38px;
  height: 38px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.login-box #rapid_enrollment label a img:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.login-box .logout a:hover {
  opacity: 0.8;
}
.login-box .logout p:first-child a {
  background: red;
}
.login-box .logout p:last-child a {
  background: green;
}
/**JS调用，登录弹窗，登录后**/
.login-box #userbg {
  width: 389px;
  height: 410px;
  left: 0;
  overflow: hidden;
  position: absolute;
  float: left;
}
.login-box #userbg div {
  width: 100%;
  height: 256px;
}
.login-box #userbg img {
  width: 100%;
  height: 100%;
}
.login-box #userbg p {
  width: 100%;
  height: 30px;
  padding-left: 10px;
  line-height: 30px;
  font-size: 12px;
  color: #888;
}
.login-box #userbg .userbg_box {
  width: 100%;
  height: 143px;
  margin: auto;
}
.login-box #userbg .userbg_box ul li {
  width: 116px;
  height: 116px;
  margin-left: 10px;
  background: #A5B743;
  float: left;
}
.login-box .login-box-bg {
  height: 130px;
  position: absolute;
  width: 100%;
  background-image: url("assets/images/login-bg.png");
  top: 0;
  left: 0;
  z-index: -1;
}
.login-box .loginbar {
  width: 100%;
  margin-top: 120px;
  padding: 0 25px;
  border-radius: 15px 15px 0 0;
  background: #fff;
}
.login-box .userinfo_heard {
  width: 100%;
  margin-top: -10px;
  border-bottom: 1px solid #DDD;
}
.login-box .userinfo-extra {
  padding: 20px 0;
  width: calc(100% - 100px);
  float: right;
  margin-top: -10px;
}
.login-box .userinfo-extra span {
  display: block;
  width: 33.3333%;
  float: left;
  text-align: center;
  font-weight: 700;
  color: #666;
}
.login-box .userinfo-extra span span {
  width: 100%;
  font-weight: 100;
  color: var(--gray61);
  font-size: 12px;
}
.login-box .userinfo_heard img.avatar {
  width: 100px;
  height: auto;
  float: left;
  margin-top: -10px;
  border-radius: 60px;
  padding: 2px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 2px 3px #888;
    cursor: pointer;
}
.login-box .userinfo-main {
  margin: 10px 0;
}
.login-box .userinfo-main .desc {
  color: #888;
}
.login-box .userinfo-main .name {
  color: #00cfd9;
  font-size: 20px;
  font-weight: bold;
}
.login-box .userinfo_foot {
  font-size: 14px;
  color: #888;
    position: relative;
    margin-bottom: 20px;
}
.login-box .userinfo_foot h3 {
  color: #555;
  border-bottom: 1px solid;
  padding: 8px 0;
  display: inline-block;
  font-weight: 700;
}
.login-box .userinfo_foot ul {
  padding-top: 10px;
  overflow: hidden;
}
.login-box .userinfo_foot ul li {
    line-height: 30px;
    position: relative;
    float: left;
    width: 33.33%;
}
.login-box .userinfo_foot ul li a {
  color: #00cfd9;
  text-decoration: underline;
  opacity: 0.8;
}
.login-box .userinfo_foot ul li a:hover {
  opacity: 1;
}
.login-box .userinfo_foot_count > span {
    color: #888;
    width: 50%;
    display: inline-block;
    margin-bottom: 15px;
}
.login-box .userinfo_foot_count > span span {
  color: var(--a-hover);
  margin-left: 5px;
  font-size: 12px;
}
/******************************************************************************/
/******************************************************************************/
/**已登录，未登录**/
#top_log_i {
  float: right;
  position: relative;
  line-height: 60px;
}
#top_log_i a {
  display: inline-block;
  text-decoration: none;
  padding: 0 20px;
}
#top_log_i a:hover {
  color: #FFF;
  text-decoration: none;
}
#top_log_i a:hover, #top_log_i a:hover i {
  opacity: 1;
  color: var(--a-hover);
}
#top_log_i i img {
  border-radius: 4px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  transition: all .3s ease;
}
#top_log_i:hover i img {
  border-radius: 25px;
  transform: rotate(360deg);
}
#top_log_i span {
  font-size: 12px;
  margin: 1px 0 0 3px;
  float: right;
  max-width: 58px;
  overflow: hidden;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/************************************************************************/
.message-count{
    position: absolute;
font-size: 12px;
color: #fff;
background: var(--a-hover);
line-height: normal;
padding: 0 4px;
right: -38px;
bottom: 22px;
border-radius: 8px;
cursor: pointer;
}
.loginbar .message-count{
    position: initial;
display: inline-block;
border-radius: 4px;
margin: 0 20px;
}
.messages-popup{
    position: fixed;
bottom: 0;
right: 0;display: none;z-index: 8888;
}
.messages-popup-wrap{
    height: 500px;
    background: #fff;
    margin: 10px;
    box-shadow: 0 0 5px -1px #666;
    border-radius: 10px;overflow: hidden;position: relative;
}

.messages-popup-wrap .messages-popup-header-bg{
    width: 100%;height: 48px;position: absolute;top: 0;left: 0;
    background-image: linear-gradient(to bottom right, #00f3ff, #00b7ff);
}
.messages-popup-wrap h3 {
   padding: 20px;
   font-size: 20px;
}
.messages-popup .messages-container{
    height: 100%;
    width: 348px;float: left;position: relative;
}
.messages-popup .messages-back,
.messages-popup .messages-close{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    padding: 6px;transition: all 0.3s;z-index: 3;
}
.messages-popup .messages-back{
   right: initial;
   left: 0;
   display: none;
}
.messages-popup .messages-close:hover{
    color: #ff8080;
}
.messages-popup .messages-senders{
    height: 100%;
    width: 248px;float: left;position: relative;
z-index: 1;
}
.messages-popup .messages-senders-main{
    height: calc(100% - 48px);
    border-right: 1px solid #e8e8e8;
}
 .messages-popup .messages-senders-wrap .messages-senders-none {
    text-align: center;
    line-height: 5;
    color: #ddd;
}
 .messages-popup .messages-senders .messages-senders-header{
    font-size: 16px;
    line-height: 3;
    padding-left: 20px;
color: #fff;
}
.messages-popup .message{
    width: 100%;
    min-height: 60px;
    padding: 10px;
}
.messages-popup .messages-senders .message {
    border-bottom: 1px solid #f4f4f4;cursor: pointer;
}
.messages-popup .messages-senders .message .sender-info {
    float: left;
width: calc(100% - 50px);
}
.messages-popup .message .sender-name{
    font-weight: bold;
}
.messages-popup .message .sender-last-content{
    color: #666;
    font-size: 12px;
    line-height: 20px;position: relative;
}
.messages-popup .message .sender-last-content .content-intry{
    padding-right: 20px;
    overflow:hidden; 
    text-overflow:ellipsis;
    white-space:nowrap;
}
.messages-popup .message .sender-last-content .count {
    background: var(--a-hover);
color: #fff;
border-radius: 50%;padding: 0 6px;
float: right;
font-size: 12px;position: absolute;
right: -4px;
top: 0;
}
.messages-popup .message.cur .sender-last-content .count {
    display: none;
}
.messages-popup .message .sender-last-content .remove-btn{
    background: #d5d5d5;
    color: #fff;
    border-radius: 50%;
    padding: 0 4px;
    float: right;
    font-size: 12px;
    position: absolute;
    right: -4px;
    top: 0;display: none;
}
.messages-popup .messages-senders .message.cur{
    background: #f4f4f4;
}
.messages-popup .avatar-wrap{
    background: #ececec;
    border-radius: 50px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    box-shadow: 0 0 3px 0 #ddd;
}
.messages-popup .messages-container .cur .avatar-wrap{
    margin: 0 0 0 10px;
}
.messages-popup .messages-container .messages-container-header {
    font-size: 16px;
    line-height: 3;
    text-align: center;
color: #fff;
}
.messages-popup .messages-container .messages-main{
    width: 100%;height: 300px;position: relative;
}
.messages-popup .messages-container .messages-entry-wrap{
    width: 100%;height: 300px;overflow-y: scroll;
}
.messages-popup .messages-container .messages-main .messages-entry-loading{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;left: 0;
    background: #fff;
    text-align: center;
    z-index: 1;
    display: none;
}
.messages-popup .messages-container .messages-main .messages-entry-loading .loading{
    display: block;
    padding: 0;
    width: 55px;
    height: 55px;
    margin: 60px -25px;
    color: #eee;
}
.messages-popup .messages-container .sender-info{
    width: calc(100% - 50px);position: relative;
}
 .messages-popup .date {
    font-size: 12px;
color: #cecece;
}
 .messages-popup .messages-container .sender-info .sender-content{
    background: #f2f2f2;
    padding: 15px;
    border-radius: 10px;
}
 .messages-popup .messages-container .sender-info .triangle-right{
    width:0; 
    height:0;display: inline-block;
    border-top: 3px solid transparent;
    border-right: 5px solid #f2f2f2;
    border-bottom: 3px solid transparent;
    position: absolute;
    left: -5px;
    top: 20px;
}
 .messages-popup .messages-container .sender-info .triangle-left{
    width:0; 
    height:0;display: inline-block;
    border-top: 3px solid transparent;
    border-left: 5px solid #f2f2f2;
    border-bottom: 3px solid transparent;
    position: absolute;
    right: -5px;
    top: 20px;
}
 .messages-popup .input-wrap{
    width: calc(100% - 10px);
height: 145px;
margin: 5px;
border-top: 1px solid #ddd;
}
 .messages-popup .input-inner {
    
}
 .messages-popup .textarea-wrap .prompt-btn i {
    font-size: 24px;
    color: #49d4ff;
    padding: 2px 5px;
    display: inline-block;
}
 .messages-popup .textarea-wrap textarea{
    width: 100%;
height: 75px;
border: none;
resize: none;
outline: 0;
z-index: 3;
color: var(--text-dark);
padding: 0 10px;
overflow: hidden;
}
 .messages-popup .textarea-wrap .textarea-insert-btn{
    background: #49d4ff;
color: #fff;
float: right;
padding: 4px 12px;margin: 5px;
}

/***********
 私信，自适应
***************/
@media screen and (max-width: 768px) {
    .messages-popup{
     width: 100%;
     bottom: 60px;
    }
    .messages-popup-wrap{
    margin: 0; 
    }
    .messages-popup .messages-container,
    .messages-popup .messages-senders {
     width: 100%;
      position: absolute;
      transition: all 0.5s;
    }
    .messages-popup .messages-senders-main{
      background: #fff;
    }
    .messages-popup .messages-container {
      left: 1000px;
    }
}
/***************************** pop-visitors *******************************************/
#popup-visitors .popup-bg{
    width: 100%;
    height: 100%;
    background: rgb(32 32 32 / 80%);
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1900;
    display: none;
}
#popup-visitors .popup-wrap {
    width: calc(100% - 60px);
    min-width:1024px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1905;
    background: #fff;
    height: calc(100% - 60px);
    margin: 30px;
    padding: 30px;
    border-radius: 10px;
    display: none;
}
#popup-visitors .popup-container {
    width: 100%;
    height: 100%;
}
#popup-visitors .popup-header{
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 2;
}
#popup-visitors .popup-wrap .popup-close{
    display: inline-block;
    font-size: 50px;
    color: #666;
    position: absolute;
    right: 10px;
    top: 10px;
    text-shadow: 0 0 2px #666;
    cursor: pointer;
    z-index: 1910;
}
#popup-visitors .popup-wrap .popup-close:hover{
    transform: rotate(90deg);
    color: #f00;
}
#popup-visitors .popup-title{
    padding-bottom: 15px;
    margin-right: 60px;
}
#popup-visitors .popup-header .items {
    padding-bottom: 15px;
}
#popup-visitors .items {
    position: relative;
}
#popup-visitors .popup-header .items {
    overflow: hidden;
}
#popup-visitors .popup-title img{
    background: none;
    width: 80px;
}
#popup-visitors .popup-title .popup-title-text {
    font-size: 30px;
    margin: 0 20px;
    padding-left: 20px;
    position: relative;
    font-weight: bold;
}
#popup-visitors .popup-title .popup-title-text::before{
    content: '';
    border: 3px solid #666;
    position: absolute;
    top: 20px;
    left: 0;
}
#popup-visitors .popup-header .items li{
    float: left;
    padding: 15px 30px;
    font-size: 16px;
}
#popup-visitors .popup-sidebar{
    width: 100px;
    height: 100%;
    float: left;
    border-right: 1px solid #ddd;
    position: relative;
    z-index: 2;
    background: #fff;
}
#popup-visitors ul li {
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
}
#popup-visitors ul li:hover{
    color: #23d4cd;
}
#popup-visitors .popup-sidebar ul{
    padding: 15px 0;
}
#popup-visitors .popup-main{
    width: 100%;
    height: calc(100% - 67px);
}
#popup-visitors .popup-content-container{
    position: relative;
    width: calc(100% - 100px);
    float: left;
    background: #f1f1f1;
    height: 100%;
}
#popup-visitors .popup-content-container > h3 {
    background: white;
    padding: 15px 20px;
    box-shadow: -2px 2px 3px #ddd;
    width: 100%;
    position: relative;
    z-index: 1;
}
#popup-visitors .popup-content-container > h3 .online-visitors {
    color: #ddd;
    margin-right: 20px;
}
#popup-visitors .popup-content-container > h3 .online-visitors span {
    color: #24d3cd;

}
#popup-visitors .popup-content{
    overflow-y: scroll;
    height: calc(100% - 50px);
}
#popup-visitors .popup-header li.current::after,
#popup-visitors .popup-sidebar li.current::after {
    content: '';
    border-bottom: 3px solid #23d4cd;
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    transform: rotateY(-70deg);
}
#popup-visitors li.current{
    color: #23d4cd;
}
#popup-visitors .popup-sidebar li.current{
    background: #f1ffff;
}
#popup-visitors .popup-sidebar li.current::after{
    left: unset;
    right: -2px;
    bottom: 0;
    width: unset;
    height: 100%;
    border-right: 3px solid #23d4cd;
    transform: rotateX(-60deg);
}
#popup-visitors .popup-header .li-active-line{
    height: 3px;
    position: absolute;
    left: -50px;
    bottom: -10px;
    border-radius: 2px;
    background: #23d4cd;
    transition:all .3s;
    width: 92px;
    transform: rotateY(-93deg);
}
#popup-visitors .visitors-table{
    width: 50%;
    
    float: left;
    
}
#popup-visitors .visitors-table-wrap{
    min-height: 368px;
    padding: 25px;
    border: 1px solid #ddd;
    background: #fff;
    margin: 20px;
    position: relative;
}
#popup-visitors .visitors-table-wrap .loading-animation{
    width: 50px;
    height: 50px;
    margin: -25px;
    display: none;
}
#popup-visitors h3 small{
    color: #23d4cd;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
}
#popup-visitors h3 small .desc{
    padding: 10px;
    position: absolute;
    display: none;
    width: 300px;
    font-size: 12px;
    color: #333;
    box-shadow: 0 0 2px #999;
    border-radius: 4px;
    top: -10px;
    left: 30px;
    background: #fff;
}
#popup-visitors h3 small:hover .desc{
    display: inline-block;
}
#popup-visitors .visitors-lists{
    margin: 20px 20px 0;
    text-align: center;
}
#popup-visitors .visitors-lists .items {
    display: inline-block;
}
#popup-visitors .visitors-lists .item {
    padding: 0 20px 0;
    color: #999;
}
#popup-visitors .visitors-lists .item .num {
    color: #23d4cd;
}
#popup-visitors .today-visitors{
    width: 100%;
} 
#popup-visitors .today-visitors .visitors-table-wrap{
    min-height: unset;
}
#popup-visitors .visitors-table > h3 {
    font-weight: bold;
}
#popup-visitors .visitors-table table {
    width: 100%;
    font-size: 12px;
}
#popup-visitors .visitors-table table tr{
        text-align: center;
    color: #999;
}
#popup-visitors .visitors-table table th{
    font-weight: 400;
    padding: 10px 0;
}
#popup-visitors .visitors-table table td{
    padding: 5px 0;
}
#popup-visitors .visitors-table table tr.light-0{
    color: #666;
    font-weight: bold;
}
#popup-visitors .visitors-table table td.normal{
    color: #666;
    word-break: break-all;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    autoprefixer: ignore next;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 22px;
    max-width: 300px;
}
#popup-visitors .visitors-table table td.normal div.region p{
    display: inline-block;
}
#popup-visitors .visitors-table table td.normal div.region .ext{
    display: none;
}
#popup-visitors .visitors-table table th.pv,
#popup-visitors .visitors-table table th.ratio{
    width: 65px
}
#popup-visitors .visitors-main .visitors-table table td.pv {
    text-align: right;
    padding-right: 10px;
}
 
#popup-visitors .visitors-main .visitors-table table tr{
    text-align: left;
}
#popup-visitors .visitors-table table tr:hover{
    background: #f1ffff;
}
#popup-visitors .visitors-main .visitors-table table td a {
    color: #23d4cd;
}
#popup-visitors .visitors-main .visitors-table table td a:hover {
    color: #c210f7;
}
#popup-visitors .visitors-table-wrap table tr.light td .ratio{
    background: #f1ffff;
}
#popup-visitors .visitors-main-bar{
    
}
#popup-visitors .visitors-main-bar .visitors-table-wrap {
    min-height: unset;
    padding: 0;
    overflow: hidden;
    margin: 0 20px;
}
#popup-visitors .visitors-main-bar ul li {
    float: left;
    padding: 8px 25px;
    border-right: 1px solid #eee;
    position: relative;
}
#popup-visitors .visitors-main-bar ul li.current {
    background: #23d4cd;
    color: #fff;
}
#popup-visitors .visitors-uvids .table-header{
    padding: 20px;
}
#popup-visitors .visitors-uvids .table-header .title img.avatar{
    width: 60px;
    height: auto;
    border-radius: 50%;
}
#popup-visitors .visitors-uvids .table-header .new-visitors,
#popup-visitors .visitors-uvids .table-header .old-visitors{
    padding: 0 20px;
    border-left: 1px solid #eee;
}
#popup-visitors .visitors-uvids .table-header span {
    display: block;
    font-size: 16px;
    color: initial;
}
#popup-visitors .visitors-uvids .table-header span:last-child {
    font-size: 30px;
    color: #23d4cd;
}
#popup-visitors .visitors-uvids table td {
    text-align: center;
    width: 33.33%;
}
#popup-visitors .visitors-uvids .table-entry{
    padding: 0 20px;
}
#popup-visitors .visitors-uvids .table-entry td {
    border: 1px solid #eee;
    padding: 0 20px;
    height: 37px;
    
}
#popup-visitors .visitors-uvids .table-entry td.light {
    width: 150px;
}

/************************************************************************/
/************************************************************************/
/*右-网站地图*/
.top_r {
  padding: 0 16px;
  font-size: 18px;
  font-weight: bold;
  float: left;
}
.top_r a {
  display: inline-block;
  padding: 0 20px;
  height: 100%;
}
.top_l a i, .top_r a i {
  float: left;
  display: block;
  opacity: 0.6;
  line-height: 39px;
}
.top_l a:hover i, .top_r a:hover i {
  opacity: 1;
}
.top_l img, .top_r img {
  width: 1em;
  padding: 0.2em;
}
.top_r a span {
  float: left;
  line-height: 40px;
}
/*手机客户端app二维码*/
.app_img {
  padding: 10px;
  border: 2px solid #FFF;
  position: absolute;
  right: 240px;
  top: 40px;
  text-align: center;
  display: none;
  background: aliceblue;
}
.app_img p {
  width: inherit;
  color: var(--a-hover);
  line-height: 1em;
  margin-bottom: 1em;
}
/***主体开始***/
/**头部**/
/**首页左右栏**/
#sidebar {
  width: 30%;
  float: right;
  display: block;
}
/**logo栏**/
#header .header-wrap {
  max-width: var(--body-max-width);
  height: 60px;
  margin: 0 auto;position: relative;
  box-sizing: border-box;
}
#header .logo {
  float: left;
  border-right: 1px transparent solid;
  border-image: linear-gradient(to bottom, #fff0, var(--a-hover), #fff0)1 10;
  padding-right: 16px;
  margin: 8px 0;
}
#header .logo a img {
  width: auto;
  height: 40px;
  background: none;
}
#header .header-menu-icon {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 44px;
  padding: 0 16px;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 768px) {
  #header {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
  }/*
  .login-pop .full-gray-bg {
    display: none !important;
  }
  .login-box {
    top: 0;
    width: 100%;
    margin: 0;
    left: 0;
    height: 100%;
  }*/
  #header .header-menu-icon {
    display: block;
  }
}
#header .header-menu-icon.icon-close {
  color: var(--a-hover);
}
#header .header-search {
  position: relative;
  line-height: 60px;
}
/**********************************************************/
/**导航栏**/
/**********************************************************/
header #nav {
  display: inline-block;
}
#menu-header-nav {
  height: 50px;
  margin-top: 6px;
  line-height: 40px;
  font-size: 18px;
}
#menu-header-nav.menu > li {
  float: left;
  padding: 0 20px;
}
#menu-header-nav.menu > li i {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #a8a8a8;
  position: relative;
  top: 13px;
  left: 6px;
}
#menu-header-nav.menu > li.current-menu-item i {
  border-top: 8px solid var(--a-hover);
}
#menu-header-nav.menu > li:hover i {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid var(--a-hover);
  border-top: 0;
  top: -14px;
}
#menu-header-nav.menu > li > a {
  font-weight: bold;
  display: inline;
}
header .menu > li.current-menu-item > a {
  color: var(--a-hover);
  position: relative;
}
#menu-header-nav.menu > li:hover {
  color: var(--a-hover);
}
#menu-header-nav.menu > li:hover > a {
  color: var(--a-hover);
}
#menu-header-nav > div:nth-child(3) > div {
  float: left;
}
#menu-header-nav .sub-menu {
  position: absolute;
  border: 1px solid #f5f5f5;
  display: none;
  font-size: 14px;
  margin-top: 5px;
  margin-left: -30px;
  min-width: 150px;
  box-shadow: 0 0 6px 0 #ddd;
  z-index: 10;
  background-color: #fff;
}
#menu-header-nav .sub-menu li a {
  line-height: 2;
  padding: 5px 15px;
  display: block;
  transition: all 0.5s;
}
#menu-header-nav .sub-menu li:hover {
  font-weight: bold;
  background: #f5f5f5;
}
/*******************************************************************************/
.nav_i {
  float: left;
  cursor: pointer;
}
.nav_i i {
  font-size: 35px;
  position: relative;
  display: none;
  color: white;
  background: red;
  opacity: 0.8;
}
.nav_i i:hover {
  opacity: 1;
}
/********************************************************************************/
 .container-terms, .container-tags {
    margin: 0 0 15px -5px;
  }
.container-terms ul, .container-tags ul {
    width: 100%;
    line-height: 1;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
    padding: 0px 5px;
    box-sizing: border-box;
  }
.container-terms {
  margin-top: 30px;
  position: relative;
  display: inline-block;
}
.home .container-terms {
    margin-top: 0;
}
.container-terms li {
  float: left;
  font-size: 20px;
  line-height: 28px;
  padding: 0;
  position: relative;
  margin-right: 34px;
  font-weight: 700;
}
.container-terms li a {
  color: rgba(0, 0, 0, .56);
  transition: all .3s ease;
}
.container-terms li a:hover {
  color: rgba(0, 0, 0, .88);
  cursor: pointer;
  transition: all .3s ease;
  text-decoration: none;
}
.container-terms .current-cat a {
  color: rgba(0, 0, 0, .88);
}
/****/
.container-tags {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}
.container-tags li {
  float: left;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, .56);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 14px;
  margin-right: 14px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all .3s ease;
}
.container-tags li a {
  display: inline-block;
  color: rgba(0, 0, 0, .56);
  padding: 3px 12px;
  text-decoration: none;
}
.container-tags li.current-cat {
  background: var(--a-hover);
  border-color: var(--a-hover);
  color: #fff;
}
.container-tags li.current-cat a, .container-tags li.current-cat a:hover {
  color: #fff;
}
.container-tags li:hover a, .container-tags li:hover {
  border-color: var(--a-hover);
  color: var(--a-hover);
}
.li-active-line {
  height: 4px;
  position: absolute;
  width: 40px;
  bottom: -5px;
  border-radius: 2px;
  background: var(--a-hover);
  transition: all .3s ease;
  left: 5px;
}
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
.container-postlist{
    margin: 0 -20px;
}
.excerpts-wrapper {
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .excerpts-wrapper {
    padding: 0;
  }
}
.container-cat .excerpts-wrapper {
  padding: 0;
}
.excerpts.tag .excerpt, .excerpts .excerpt-standard {
  margin: 0 0 0 -16px;
  padding: 20px 16px;
  border-radius: 2px;
  transition: all .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  background: #fff;
}
.excerpts.tag .excerpt::after, .excerpts .excerpt-standard::after {
  content: "";
  height: 0;
  border: 1px dashed #ddd;
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
}
.excerpts.tag .excerpt:hover:after, .excerpts .excerpt-standard:hover:after {
  opacity: 0
}
.excerpts.tag .excerpt:hover, .excerpts .excerpt-standard:hover {
  box-shadow: 0 8px 10px 1px rgba(0,0,0,.06),0 3px 14px 2px rgba(0,0,0,.04),0 0 5px -3px rgba(0,0,0,.08);
  transition: all .3s ease;
  transform: translateY(-4px);
  z-index: 2;
}
.excerpts .excerpt-standard .excerpt-inner {
  width: 100%;
  height: 145px;
  position: relative;
}
.excerpts .excerpt-standard .excerpt-inner.no-thumb{
   height: auto; 
}
.excerpts .excerpt-standard h3 {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  cursor: pointer;
  -webkit-line-clamp: 2;
overflow: hidden;
max-height: 50px;
word-break: break-all;
display: -webkit-box;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
}
.excerpts .excerpt-standard .excerpt-content {
  margin: 8px 0;
  color: #565656;
  font-size: 14px;
  line-height: 24px;
  max-height: 48px;
  autoprefixer: ignore next;
  -moz-box-orient: vertical;
  word-break: break-all;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  autoprefixer: ignore next;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.excerpts .excerpt-standard .excerpt-thumb {
  width: 252px;
  height: inherit;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.excerpts .excerpt-standard .excerpt-thumb a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.excerpts .excerpt-standard .excerpt-thumb img {
  display: block;
  max-width: 100%;
  border-radius: 2px;
}
.excerpts .excerpt-standard .excerpt-extra {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.excerpts .excerpt-standard .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  vertical-align: text-bottom;
}
.excerpts .excerpt-standard a.author-link {
  max-width: 8em;
  min-width: 5em;
  font-weight: 700;
  font-size: 14px;
  margin-left: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.excerpts .excerpt-standard a.author-link:hover {
  opacity: 0.6;
}
.excerpts .excerpt-standard time {
  width: 9em;
  color: var(--gray61);
  font-size: 14px;
  line-height: 14px;
  margin-left: 16px;
}
.excerpts .excerpt-standard .excerpt-tags {
  max-height: 22px;
  margin-left: 16px;
  display: inline-block;
  overflow: hidden;
}
.wp-block-tag-cloud a,
.widget_ui_tags a,
.widget_tag_cloud a,
.tags a,
.excerpts .excerpt-standard .excerpt-tags a {
    display: inline-block;
    color: #E97800;
    font-size: 14px !important;
    height: 22px;
    padding: 2px 8px;
    border-radius: 5px;
    background: #fff1d8;
    margin-right: 8px;
}
.widget_ui_tags a,
.wp-block-tag-cloud a,
.widget_tag_cloud a {
    margin: 2px 0;
    line-height: normal;
    height: initial;
    border-radius: 15px;
}
.widget.widget_ui_tags ul li {
    display: inline-block;
}
.widget_ui_tags a {
   margin: 5px;
  color: #ce0000;
  background: #ffe3e3;
}
.tags a:hover, .excerpts .excerpt-standard .excerpt-tags a:hover {
  opacity: 0.6;
}
.widget.widget_ui_statistics ul {
    padding: 20px 10px 0;
    border-top: 1px solid #eee;
    margin: 10px 0;
}
.widget.widget_ui_statistics ul li {
    color: var(--gray61);
}

/******/
.widget .items {
    border-top: 1px solid #e1e1e1;
    padding: 20px 0;
    margin-top: 10px;
}
.widget.widget_ui_qiandao .items,.widget.widget_ui_writers .items {
    padding: 0 10px;
}
.widget.widget_ui_qiandao .item,.widget.widget_ui_writers .item {
    border-bottom: 1px solid #ededed;
    padding: 20px 0;
    margin: 10px 0;
}
.widget.widget_ui_qiandao img.avatar ,.widget.widget_ui_writers img.avatar {
    width: 50px;
    height: auto;
    float: left;
    padding: 2px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 2px 3px #888;
    cursor: pointer;
    transition: all .3s ease;
}
.widget.widget_ui_qiandao .item:hover img.avatar,.widget.widget_ui_writers .item:hover img.avatar {
    border-radius: 60px;
    transform: rotate(360deg);
}
.widget.widget_ui_qiandao .item .avatar-entry,.widget.widget_ui_writers .item .avatar-entry {
    float: left;
    margin-right: 10px;
    position: relative;
    z-index: 1;
}
.widget.widget_ui_qiandao .item .author-name,.widget.widget_ui_writers .item .author-name {
    font-weight: bold;
}
.widget.widget_ui_qiandao .item .author-description,.widget.widget_ui_writers .item .author-description {
    color: var(--text-light);
    position: relative;
    top: 10px;
}
/*****************/
.widget.widget_ui_qiandao .widget-title {
    border-bottom: 1px solid var(--primary);
}
.widget.widget_ui_qiandao ul{
    padding: 0;
    text-align: center;
}
.widget.widget_ui_qiandao ul li {
    width: 100px;
    padding: 10px 0px;
    font-size: 16px;
    color: var(--text-light);
    display: inline-block;
    cursor: pointer;
}
.widget.widget_ui_qiandao ul li.current {
    font-weight: bold;
    color: var(--text-dark);
    position: relative;
}
.widget.widget_ui_qiandao ul li.current:before {
    width: 50%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    left: 25%;
    bottom: -2px;
    border-bottom: 2px solid;
    
}
.widget.widget_ui_qiandao .items-entry {
    padding: 10px 0;
}

/***********************************************************************************/
.posts-sticky .excerpts-wrapper{
    margin: 0 !important;
  padding: 0 !important;
}
.posts-sticky .excerpt:first-child {
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	width: 60%;
	height: 300px;
	overflow: hidden;
	border-radius: 4px;
}
.posts-sticky .excerpt:nth-child(3), .posts-sticky .excerpt:nth-child(2) {
  padding: 0;
  margin-left: 20px;
  position: relative;
  float: left;
  width: 35%;
  height: 140px;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 20px;
}
.posts-sticky .excerpts .excerpt .excerpt-inner {
    height: 100%;
}
.posts-sticky .excerpts .excerpt .excerpt-thumb{
    height: 100%;
  width: 100%;
  margin: 0;
}
.posts-sticky .excerpts .excerpt .excerpt-thumb img{
    
  transition: transform 0.5s;
}
.posts-sticky .excerpts .excerpt:first-child .excerpt-thumb img{
    width: 100%;
}
.posts-sticky .excerpt .excerpt-content,.posts-sticky .excerpt .excerpt-extra {
    display: none;
}
.posts-sticky .excerpt h3{
   position: absolute;
  bottom: 0;
  margin: 10px;
  line-height: unset;
  max-height: unset;
  border-radius: 4px;
  
}
.posts-sticky .excerpt h3 a {
    color: #fff;
  text-shadow: 0 0 0 #000;
  background: rgba(0,0,0,.56);
  padding: 10px;
}
.posts-sticky .excerpts.tag .excerpt::after,.posts-sticky .excerpts .excerpt-standard::after{
    border: none;
}
.posts-sticky .excerpts .excerpt:last-child {
    margin-bottom: 0;
}
.posts-sticky .excerpts .excerpt:hover{
    transform: translateY(0px);
}
.posts-sticky .excerpts .excerpt:hover img {
    -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/***********************************************************************************/
.single-format-video .banner .tags {
  display: inline-block;
  margin-left: 10px;
  position: relative;
}
.single-format-video .banner .tags a {
  background: #424242;
  opacity: 0.5;
}
.single-format-video .banner .views {
  display: inline-block;
}
.single-format-video .banner .views i {
  color: var(--a-hover);
}
.single-format-video .banner .tags a:hover {
  color: var(--a-hover);
  opacity: 0.8;
}
.intro-text {
  position: relative;
  margin: 0 16px 0 10px;
  display: inline-block;
  cursor: pointer;
  color: hsla(0, 0%, 100%, .6);
}
.intro-text:hover {
  color: var(--a-hover);
}
.cut-line {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 14px;
  top: 4px;
  left: -10px;
  background-color: hsla(0, 0%, 100%, .38);
}
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
.excerpts .excerpt .sticky-badge {
    position: absolute;
  z-index: 1;
  right: 0;
  padding: 2px 5px;
  color: #fff;
  background: #d29400;
  font-size: 12px;
  margin: 4px;
  border-radius: 4px;
}
.excerpts .post {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 20px 10px;
}
.excerpts .post h3 {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0;
}
.excerpts .post.excerpt-video .author {
  margin-bottom: 15px;
}
.excerpts .post.excerpt-video h3 {
  font-size: 14px;
  font-weight: initial;
}
.excerpts .post .post-excerpt {
  text-indent: 2em;
  color: #666;
  margin-bottom: 16px;
}
.excerpts .excerpt.excerpt-video {
  width: 20%;
  float: left;
  box-sizing: border-box;
}
.related-video .excerpt.excerpt-video, .excerpts.video .excerpt.excerpt-video {
  width: 33.3333%;
}
body.tag .excerpts .excerpt.excerpt-video {
  width: auto;
  float: none;
}
.excerpts .excerpt.excerpt-video .excerpt-video-inner {
  margin: 5px;position: relative;
}
.excerpts .excerpt.excerpt-video .excerpt-video-inner .excerpt-badge,
.excerpts .excerpt.excerpt-video .excerpt-video-inner .video-duration{
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 148px;
  right: 5px;
  text-shadow: 0 1px 1px #666;
  font-size: 12px;
  background: #00000096;
  padding: 0 5px;
  border-radius: 10px;
}
.is-computer.home .excerpts .excerpt.excerpt-video .excerpt-video-inner .video-duration,
.is-computer.category-video .excerpts .excerpt.excerpt-video .excerpt-video-inner .video-duration {
    top: 120px;
}
.excerpts .excerpt.excerpt-video .excerpt-video-inner .excerpt-badge{
  top: 10px;
  left: 10px;
  right: initial;
  content: '';
  width: 10px;
  height: 10px;
  background: #43ff60;
  border-radius: 10px;
  box-shadow: 0 -1px 3px #abffb8;
  border: 1px solid #8cff9e;
}
body.tag .excerpts .excerpt.excerpt-video .excerpt-video-inner {
  margin: 0;
}
.excerpts .excerpt.excerpt-video .excerpt-video-title {
  height: 38px;
  margin: 8px 0;
  overflow: hidden;
}
body.tag .excerpts .excerpt.excerpt-video .excerpt-video-title {
  font-size: 18px;
  font-weight: 700;
}
.excerpts .post-status .post-excerpt {
  text-indent: inherit;
  color: var(--text-dark);
  margin-top: 16px;
}
.excerpts .post a {
  text-decoration: none;
  position: relative;
  display: block;
}
.excerpts .post.post-video a {
  display: inline-block;
}
.excerpts .post .title-info {
  overflow: hidden;
}
.excerpts .post .title-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f1f1;
}
.excerpts .post .post-cat a {
  font-size: 12px;
  color: #ccc;
}
.excerpts .post .post-cat a:hover {
  color: var(--a-hover);
}
.excerpts .post a.author-link {
  margin-bottom: 8px;
  display: block;
  color: #00b6ee;
}
.excerpts .post .author-avatar {
  float: left;
  width: 50px;
  height: 50px;
  margin: 3px 16px 0 3px;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: initial;
  box-shadow: 0px 0 2px 0px #ddd;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .excerpts .post .author-avatar {
    width: 40px;
    height: 40px;
    margin: 0 16px 0 0;
  }
  .excerpts .post a.author-link {
    margin-bottom: 0;
  }
}
.excerpts .post .avatar {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.excerpts .post .post:hover .avatar {
  border-radius: 50%;
  transform: rotate(360deg);
}
.excerpts .post .time {
  color: #ddd;
  font-size: 12px;
}
/** index post list end**/
/**video模块**开始**/
/**video导航栏属性**/
/**video导航内容属性**/
/*舞蹈*内容*/
.video_content {
  height: auto;
  overflow: hidden;
}
.video_content_L {
  width: 40%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.video_content_list {
  width: 100%;
  padding: 0.5em 0;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.video_content_list:first-child {
  padding-top: 0;
}
.video_content_R {
  width: 58%;
  float: right;
  border-left: 1px solid #ddd;
}
.video_content_list a {
  display: inherit;
  position: relative;
}
.video_content_list img {
  height: inherit;
}
.video_content_list img:hover {
  box-shadow: 0 0 4px 1px #C2C2C2;
}
.video_content_list .tags-list {
  top: 0;
}
.video_content_list .title-info {
  margin-top: 0.5em;
  padding-left: 0;
}
.video_content_R_list {
  overflow: hidden;
  padding: 0.5em 0;
  border-bottom: 1px solid #ddd;
  margin-left: 1em;
}
.video_content_R_list:first-child {
  padding-top: 0;
}
.video_content_R_list a {
  display: inherit;
}
.video_content_R_list h3 {
  padding: 0.5em 0;
  font-size: 1.2em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.the-more {
  margin: 15px;
}
.post-item .the-more {
  margin: 0;
  line-height: 35px;
}
.post-item .the-more a {
  padding: 0 10px;
  display: inline-block;
}
.the-more a {
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 1.2em;
  background-color: #f0f0f0;
  box-shadow: 0 8px 6px -8px #666;
  border-radius: 5px;
  color: #888;
}
.the-more a:hover {
  color: var(--a-hover);
  box-shadow: none;
}
.excerpts-wrapper.format-song .the-more a {
  box-shadow: none;
  background: none;
  float: right;
}
.music_content_list li.the-more a {
  width: 4em;
  height: 4em;
  padding: 0;
  line-height: 4em;
  display: inline-block;
}
/**首页video模块**结束**/
/*舞蹈*开始*/
/*舞蹈*导航栏*/
.Dance_nav_r ul .fontb_border {
  color: var(--a-hover);
  border: 1px solid var(--a-hover);
}
/*舞蹈*内容*/
.Dance_content {
  height: auto;
  overflow: hidden;
}
.Dance_content_l {
  width: 40%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.Dance_content_r {
  width: 58%;
  height: 100%;
  float: right;
  border-left: 1px solid #ddd;
}
/*舞蹈*结束*/
#home .main .post-like, #category .main .post-like, .related .post-like {
  height: auto;
}
#home .main .post-like .likebox, #category .main .post-like .likebox, .related .post-like .likebox {
  width: auto;
}
#home .main .post-like i, #category .main .post-like i, .related .post-like i {
  height: 12px;
  line-height: inherit;
}
/*音乐*开始*/
/*音乐*内容*/
.excerpts-wrapper {
  width: 100%;
}
.excerpts-wrapper:first-child {
  margin-bottom: 50px;
}
.excerpts-wrapper > h3 {
  font-size: 30px;
    margin: 16px 0px;
    font-weight: 700;
}
.format-song .excerpts-wrapper {
  width: 100%;
  height: 100%;
}
.format-song .excerpts {
  margin: 0 -10px;
}
.format-song .excerpts h3 {
  padding: 10px 0;
  overflow: hidden;
  font-weight: bold;
  color: var(--a-hover);
  font-size: 16px;
}
.format-singer .excerpt .excerpt-inner,
.format-song .excerpts .excerpt-inner {
  box-shadow: 0px 0px 3px 2px #d7d7d7;
  background: #F9F9F95E;transition: all .3s;
}
.format-singer .excerpt,
.format-song .excerpt {
  width: 20%;
  float: left;
  padding: 10px;
}

.format-song .excerpt-song .excerpt-cats {
  position: absolute;
  z-index: 1;
}
.format-song .excerpt-song .excerpt-cats a {
  display: inline-block;
  margin: 10px;
  padding: 0 8px;
  background: #00b3c6;
  color: #fff;
}
.format-song .excerpt-song .excerpt-thumb {
  overflow: hidden;
}
.format-song .excerpt-song .excerpt-thumb img {
  width: 100%;
}
.format-song .excerpt-song .excerpt-info {
  text-align: center;
  padding: 10px;
  position: relative;
}
.format-song .excerpt-song .excerpt-info a {
  display: block;
}
.format-song .excerpt-song .excerpt-info .views {
  position: absolute;
  display: inline-block;
  top: -25px;
  left: 10px;
  text-shadow: 1px 1px 2px #666;
  color: #fff;
}
.format-song .excerpt-song .excerpt-info .views i {
  display: inline-block;
  color: var(--a-hover);
  margin-right: 4px;
}
.format-song .excerpt-song:hover .excerpt-inner {
    position: relative;
    top: -5px;box-shadow: 1px 1px 3px -1px #666;
}
.format-song .excerpt-song .excerpt-info .title {
  font-size: 16px;
  font-weight: 700;
}
.format-song .excerpt-song .excerpt-info .artist {
  color: var(--text-light);
  font-size: 12px;
  line-height: 3;
}
.format-song .excerpt-song .excerpt-info .artist a {
  display: inline-block;
  color: inherit;
}
.format-song .excerpt-song .excerpt-info .artist a:hover {
   color: var(--a-hover); 
}
@media screen and (max-width: 768px) {
    .format-song .excerpt {
  width: 50%;
}
.format-song .excerpts {
    margin: 0;
}
}
/*****************************************************/
.tax-cat_song .format-song .excerpt {
  width: 33.33%;
}

@media screen and (max-width: 768px) {
   .tax-cat_song .format-song .excerpt {
  width: 50%;padding: 4px;
}
}
.tax-cat_song .format-song .excerpt .excerpt-inner{
  position: relative;overflow: hidden;padding: 10px;
background: #ffffffba;
}
.tax-cat_song .format-song .excerpt-song .excerpt-thumb{
  width: 100%;display: block;
}
.tax-cat_song .format-song .excerpt-song .excerpt-thumb img {
  width: 100%;height: auto;
  margin-left: 0;
}
.tax-cat_song .format-song .excerpt-song .order{
    color: #fff;
display: inline-block;
background: #ffc336;padding: 2px 6px;
font-size: 12px;
margin-right: 5px;
}
.tax-cat_song .format-song .excerpt-song .all-time,
.tax-cat_song .format-song .excerpt-song h4 {
    text-align: center;
}
.tax-cat_song .format-song .excerpt-song .all-time {
    color: #0ddf86;
font-size: 12px;
padding-bottom: 20px;
}
.tax-cat_song .format-song .excerpt-song .scores-btn {
    position: absolute;
    bottom: 100px;
    display: inline-block;
    padding: 3px 6px;
    background: #69dcff;
    color: #fff;
    border-radius: 0 20px 20px 0;
    font-size: 12px;
}
.tax-cat_song .format-song .excerpt .scores {
  width: calc(100% + 14px);height: 100%;background: rgb(255, 252, 241);top: 0;
position: absolute;transform: rotateX(90deg);transition: all 0.3s;
overflow-y: scroll;
right: -14px;
font-size: 12px;
}
.tax-cat_song .format-song .excerpt .scores li {
   
width: 50%;color: #2fabe8; float: left;
text-align: center; border: 1px solid #e9f5ff;
}
.tax-cat_song .format-song .excerpt .scores li span {
    display: block;
}
.tax-cat_song .format-song .excerpt .scores li.max-score{
color: var(--a-hover);
}
.tax-cat_song .format-song .excerpt .scores li.min-score{
color: #40ca35;
}
.tax-cat_song .format-song .excerpt .scores li.last-score{
    background: #ff1eb2;
color: #fff;
}
.tax-cat_song .format-song .excerpt .scores .close {
    color: var(--a-hover);
    font-size: 25px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}
.tax-cat_song .format-song .ranking{
    
}
.tax-cat_song .format-song .ranking li {
    color: #888;
background: #eee;
width: 248px;
clear: both;
margin: 2px 0;
padding: 2px 10px;
}
.tax-cat_song .format-song .ranking li:nth-child(1) {
    color: #fff;background: var(--a-hover);
}
.tax-cat_song .format-song .ranking li:nth-child(2) {
    color: #fff;background: #ecb50f;
}
.tax-cat_song .format-song .ranking li:nth-child(3) {
    color: #fff;
    background: #41d2e1;
}
.tax-cat_song .main .content-footer-wrap {
    display: inline-block;
    background: #222;
    color: #888;
    padding: 30px;
}
.tax-cat_song .main .content-footer-wrap h3 {
    font-size: 30px;
color: #ddd;
}
.tax-cat_song .main .content-footer-wrap a {
    color: var(--a-hover);
text-decoration: underline;
}
/*****************************************************/
.format-singer .excerpt-singer {
  display: block;float: left;
}
.format-singer .excerpt-singer .excerpt-inner {
  padding: 15px;
  overflow: hidden;
}
.format-singer .excerpt-singer .excerpt-info a {
  display: block;
}
.format-singer .excerpt-singer .excerpt-info a:hover {
  opacity: 0.8;
}
.format-singer .excerpt-singer .excerpt-thumb {
  float: left;
  margin-right: 15px;
}
.page-template-gemang .format-singer:first-child .excerpt-singer .excerpt-thumb {
  float: none;
  margin-right: 0;
}
.format-singer .excerpt-singer .excerpt-thumb img {
  width: 50px;height: auto;
}
.page-template-gemang .format-singer:first-child .excerpt-singer .excerpt-thumb img {
  width: 100%;height: auto;
}
.format-singer .excerpt-singer .excerpt-info .title {
  font-weight: 700;
}
.format-term .excerpt-singer .excerpt-info .title {
    font-weight: 700;
padding: 10px 0;
font-size: 16px;color: initial;
}
.format-singer .excerpt-singer .excerpt-info .song-num {
  color: #888;
  font-size: 12px;
  line-height: 2;
}
.format-singer .excerpt-singer.the-more {
  margin: 0;
}
.format-singer .excerpt-singer.the-more .excerpt-inner {
  height: 80px;
}
/*****************************************************/
@media screen and (max-width: 768px) {
    .format-singer .excerpts {
         width: 100%;column-count: 2;
    }
    .format-singer .excerpt {
  width: 100%;break-inside: avoid;padding: 6px 0;
}
   .format-singer .excerpt-singer .excerpt-inner{
       padding: 10px;
   }
}
/*****************************************************/
.single-song .main{
    background: #F9F9F95E;
    padding: 30px;
    box-shadow: 0px 0px 3px #dddddd94;
}
.single-song .cover-wrap{
   width: 115px;
border-radius: 4px;
overflow: hidden;
   float: left;
   margin: 0 50px;
border: 4px solid #fff;
box-shadow: 0 0 5px -2px #666;
}
.single-song .cover-wrap img{
    width:100%;
    
}
.single-song .content-inner{
    width: calc(100% - 215px);
    float: left;
}
.single-song .title{
    font-size: 16px;
font-weight: bold;
line-height: 2;
}
.single-song .artist,.single-song .cat{
    color: var(--gray61);font-size: 12px;line-height: 2;
}
.single-song .audio-entry audio{
    width: 100%;
}

.single-song .content-operation a,
.single-song .artist a,.single-song .cat a{
    display: inline-block;
    color: #0067c1;
font-size: inherit;
}
.single-song .content-operation{
    margin: 10px 0;
}
.single-song .content-operation > .btn{
    background: #f9f9f9;
border: 1px solid var(--gray61);
margin: 2px;color: #666;
}
.single-song .content-operation > .btn:first-child{
    background: #43b4f7;
border: 1px solid #0a90b9;
color: #fff;padding: 0;height: 36px;
overflow: hidden;
}
.single-song .content-operation > .btn:first-child > .btn-add{
    height: 36px;
display: block;
float: left;
line-height: 34px;
padding: 0 6px;
border-left: 1px solid #0074b9;
}
.single-song .content-operation .btn:first-child a{
    color: #fff;
float: left;
line-height: 34px;
padding: 0 15px;
}
.single-song .content-operation .btn i{
    margin: 0 2px;font-weight: bold;
}
.single-song .content-entry{
    min-height: 300px;
width: 100%;
background: #ffffff6b;
padding: 20px;
color: #666;
}
@media screen and (max-width: 768px) {
    .single-song .cover-wrap{
        margin: 20px 0;
    }
    .single-song .content-inner{
       width: auto; 
    }
}
/*****************************************************/
.tax-singer .excerpts-wrapper {
    margin-bottom: 0;
}
.extract-song{
    width: 100%;
    line-height: 40px;
color: var(--text-dark);
background: #ffffff69;
padding-left: 80px;
}
.extract-song:nth-child(odd){
    background: #f0f0f0a6;
}
.extract-song .extract-inner>div {
    padding: 0 10px;
}
.extract-song a{
    font-size: inherit;
    color: inherit;
}
.extract-song .btn-play{
    padding: 0 20px;
font-size: 20px;
color: #888;
}
.extract-song .extract-title{
    width: 20em;
}
.extract-song .extract-cats{
    width: 10em;
}
.extract-song .time,
.extract-song .views{
    width: 5em;
}
/*****************************************************/
.excerpts-project .item-info{
	padding-left: 100px;
}
.excerpts-project .term-item {
	width: 33.33%;
	float: left;
}
.excerpts-project .item-wrap {
	padding-left: 12px;
	padding-right: 12px;
}
.excerpts-project .item-content {
	position: relative;
	background: #F9F9F95E;
	padding: 24px;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0
	rgba(0,0,0,.06),0 1px 10px 0 rgba(0,0,0,.04),0 0 3px -1px
	rgba(0,0,0,.08);
	margin-bottom: 48px;
	transition: all .3s ease;
	-webkit-backdrop-filter: saturate(1) blur(10px);
    backdrop-filter: saturate(1) blur(10px);
}
.excerpts-project .item-icon {
	margin-bottom: 16px;
	display: inline-block;
	float: left;
	text-align: center;
}
.excerpts-project .item-icon a {
	display: block;
}
.excerpts-project .item-icon .icon-img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-size: cover;
	background-position: 50%;
	margin-bottom: 16px;
	box-shadow: 0 4px 5px 0
	rgba(0,0,0,.06),0 1px 10px 0 rgba(0,0,0,.04),0 0 4px -1px
	rgba(0,0,0,.08);
	position: relative;
}
.excerpts-project .item-icon .iconfont {
    font-size: 30px;
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 80px;
    background: #9ca8ea;
    margin-bottom: 16px;
    border-radius: 50%;
    color: white;
}
.excerpts-project .author-follow {
	display: inline-block !important;
	font-size: 12px;
	padding: 7px 10px;
	border-radius: 4px;
	color:#fff;
	background:var(--a-hover);
	border-color:var(--a-hover);
	transition: all .3s ease;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 500;
	line-height: 1;
	border: 1px solid transparent;
	outline: none;
}
.excerpts-project .item-icon a.author-follow:hover {
	color:#fff;
}
.excerpts-project .item-title{
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}
.excerpts-project .item-describe{
	color:	rgba(0,0,0,.56);
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	autoprefixer: off;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	height: 60px;
	word-break: break-all;
}
.excerpts-project .item-extra {
	margin: 8px 0;
	overflow: hidden;
}
.excerpts-project .item-extra > span {
	width: 33.33%;
	float: left;
	font-size: 12px;
	line-height: 20px;
	color:	rgba(0,0,0,.56);
}
.excerpts-project .item-extra span span {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color:
	rgba(0,0,0,.88);
	display: block;
}
.excerpts-project .item-link {
	margin: 0 12px;
}
.excerpts-project .item-link a {
	display: block;
	color: var(--a-hover);
	border-color:
	rgba(238,0,0,.7);
	transition: all .3s ease;
}
.excerpts-project .item-link a:hover {
	border-color: var(--a-hover);
	background:
	#feebeb;
	transition: all .3s ease;
}
/*****************************************************/
/*****************************************************/
.container-cat {
  margin-bottom: 40px;
}
.page-template-gemang .container-cat {
  background: #F9F9F95E;
  padding: 50px;
  margin: 0;
}
.container-cat .section-info {
  position: relative;
  margin: 24px 0;
  overflow: hidden;
}
.container-cat .cat-desc {
  margin-top: 15px;
  display: inline-block;
  font-weight: 700;
  color: #666;
}
.app .container-cat .cat-desc {
  margin: 0;
  font-weight: 100;
}
.container-cat .cat-more {
  line-height: 38px;
  position: absolute;
  right: 15px;top: 0;
  color: rgba(0, 0, 0, .32);
  font-size: 14px;
  font-weight: 700;
  transition: all .3s ease;
}
.app .container-cat .cat-more {
  top: 0;
}
.container-cat .cat-title {
  color: rgba(0, 0, 0, .88);
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  margin-right: 16px;
  float: left;
}
.app .container-cat .cat-title {
  float: none;
  font-size: 20px;
}
.download-link {
  color: #008740;
  padding: 0.5em;
  display: inline-block;
  margin-top: 1em;
}
#video embed, #video iframe, #video .wp-video, #video video {
  width: 100% !important;
  margin: 0 auto;
  height: 467px !important;
  background: #111;
  z-index: 1;
}
.cat67 .archive-list-abstract {
  text-indent: 0;
  padding: 0.5em 0 0 0;
}
/*音乐*结束*/
/*公益*开始*/
/*公益*导航栏*/
.LoveAid_nav_r ul .fontb_border {
  color: var(--a-hover);
  border: 1px solid var(--a-hover);
}
/*公益*内容*/
/*公益*结束*/
/**服装***/
.costume {
  overflow: hidden;
}
.costume_nav_R ul .fontb_border {
  color: var(--a-hover);
  border: 1px solid var(--a-hover);
}
.costume_content {
  overflow: hidden;
  margin-top: 0;
}
.costume_content_list {
  padding: 16px 0;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.costume_content_list > a {
  display: block;
}
.costume_content_list h3 {
  line-height: 1.2em;
  font-size: 1.2em;
  padding-bottom: 0.5em;
  font-weight: bold;
}
.content-list-imgbox {
  height: 12em;
  margin-bottom: 0.5em;
  display: block;
}
.content-list-imgbox a {
  display: block;
  text-decoration: none;
}
.content-list-imgbox a ol {
  display: block;
  width: 33.33%;
  max-height: 12em;
  overflow: hidden;
  float: left;
}
.content-list-imgbox a ol span {
  margin: 1px;
  display: block;
  overflow: hidden;
}
.costume_content_list img {
  width: 100%;
  min-height: 12em;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
/***作者页，标准文章形式***/
.post-images {
  height: 12em;
  margin-bottom: 15px;
  display: block;
}
.post-images .post-images-item {
  display: block;
  width: 33.33%;
  height: 10em;
  overflow: hidden;
  float: left;
}
.post-images .post-images-item span {
    margin: 1px;
    display: block;
    overflow: hidden;
    width: 100%;
    background: #EEE;
    position: relative;
}
.post-images .post-images-item img {
  width: 100%;
    position: relative;
}
.post-images .tags-list {
  top: 0;
}
/*************************************************************************************/

/*************************************************************************************/
.post-images.images-column-1 .post-images-item {
    width: 100%;
    height: auto;
}
.post-images.images-column-1 .post-images-item.screen-vertical {
    width: 50%;
    height: auto;
}
.post-images.images-column-2 .post-images-item {
    width: 50%;
    height: auto;
}


.post-images.images-column-3 .post-images-item {
     width: 33.33%;
    height: auto;
    position: relative;
}
.post-images.images-column-3 .post-images-item .images-column-mask {
    position: absolute;
    top: 0;
    font-size: 30px;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background: rgb(0 0 0 / 50%);
    margin: 2px 1px;
}
/*************************************************************************************/
.author .wrap header {
  width: 100%;
  height: 385px;
  position: relative;
}
.author .wrap .header-inner-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    box-shadow: 0 2px 3px -3px #666;
    background: rgb(255 255 255 / 40%);
}
.author .wrap .header-inner {
  height: 200px;
  width: 100%;
  padding: 25px 0;
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
}
.author-avatar {
  position: relative;
}
.author .author-info{
    position: relative;
    top: -10px;
}
.author .wrap .header-inner .avatar {
  margin: -10px 20px 5px 5px;
  border-radius: 100px;
  overflow: hidden;
  padding: 5px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 2px 3px #888;
  position: relative;
}
.author .wrap .header-inner .author-link {
  font-size: 22px;
  font-weight: 700;
  margin: 0 10px 0 0;
  float: left;
  line-height: 22px;
}
.author .wrap .header-inner .author-icon {
  display: inline-block;
}
.author .wrap .header-inner .author-role-v {
  position: absolute;
  right: 25px;
  bottom: 10px;
  text-decoration: none;
  color: #fbbc00;
  background-color: #fff;
  border-radius: 30px;
  font-size: 25px;
  line-height: 24px;
  display: inline-block;
  box-shadow: 1px 2px 0px 0px #cfcfcf;
}
.author .wrap .header-inner .author-role-v:before{
    position: relative;
    top: -3px;
}
.author .wrap .header-inner .author-renzheng {
  font-size: 12px;
  padding: 10px 0;
  color: var(--gray61);
}
.author .wrap .header-inner .author-desc{
    margin-left: 140px;
    width: 300px;
}
.author .wrap .header-inner .author-info > a {
  vertical-align: top;
  line-height: 54px;
  margin-right: 24px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  font-size: 30px;
  color: rgba(0, 0, 0, .88);
  font-weight: 700;
}
.author .wrap .header-inner .author-info > span {
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, .88);
  font-weight: 700;
  text-align: center;
}
.author .wrap .header-inner .author-info > span > span {
  display: block;
  color: rgba(0, 0, 0, .56);
  font-size: 12px;
  line-height: 22px;
  margin: 0 24px;
  text-align: center;
}
.author .wrap .header-inner .author-info .btn {
  color: #fff;
  background: var(--a-hover);
  transition: all .3s ease;
  width: 122px;
  border-radius: 21px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  margin-left: 16px;
  margin-top: 5px;
    box-shadow: 1px 1px 1px 0px #666;
    margin-right: 2px;
}
  .author .wrap .header-inner  .author-info .btn.user-message{
    background: #2dd08c;
    border: none;
    color: #fff;
    box-shadow: 1px 1px 1px 0px #666;
  }
.author .wrap .author-description {
  padding-left: 80px;
  line-height: 1.5em;
}
.author .wrap .archive-list-title a {
  padding: 0;
}
.author .wrap .archive-list-info > ul {
  padding: 0;
  overflow: auto;
  border: none;
}
.author .wrap .tags-list {
  top: 0;
}
.author .wrap .archive-list {
  padding: 0.5em;
}
.author .wrap .post-like {
  height: auto;
}
.author .wrap .likebox {
  width: auto;
}
.author .wrap .post-like i {
  height: 12px;
  font-size: inherit;
  line-height: inherit;
}
.author .wrap .author-bio img {
  float: left;
}
.author .wrap .author_category_list {
  padding: 1em;
  overflow: hidden;
  border-bottom: 2px solid var(--a-hover);
  margin-bottom: 1.5em;
}
.author .wrap .author_category_list li {
  float: left;
  font-size: 1.2em;
  margin-right: 1em;
}
.author .wrap .news-show-title, .news-c-li-img {
  float: left;
  margin-right: 0.5em;
}
/*****/
.author .wrap .author-info a:hover {
  text-decoration: none;
}
.author .wrap .author_avatar img {
  width: 100%;
  height: auto;
}
.author .wrap .avatar_img {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 115px;
  height: 115px;
  border-radius: 4px;
  overflow: hidden;
}
.author .wrap .up-avatar {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.author .wrap .up-avatar a {
  display: block;
}
.author .wrap .up-avatar a.update {
  margin-top: 40px;
}
.author .wrap .up-avatar a.cancel {
  margin-top: 20px;
}
.author .wrap .author-icon img {
  height: 18px;width: auto;
      box-shadow: 1px 1px 1px 0px #666;
    border-radius: 50%;
}
.author .wrap .author-icon i {
  line-height: 18px; 
  background: linear-gradient(to right, #ff57be, #00c1ee);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    text-shadow: 0px -1px #878787;
}
.author .wrap .author-icon i.icon-sexm {
  line-height: 18px;color: #00c1ee;
}
.author .wrap .author-icon i.icon-sexw {
  line-height: 18px;color: #ff57be;
}
.author .wrap .author-icon li {
  cursor: pointer;
  float: left;
  margin: 0 3px;
}
/***/
.author .wrap .author_XP a, .author .wrap .author_role a {
  text-decoration: none;
  color: #fff;
  padding: 0px 5px;
  background-color: #00d900;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
    box-shadow: 0 0 2px #666;
}
.author .wrap .author_XP a {
    
    text-shadow: 1px -1px #00a114;
    border: 1px solid #00ad15;
}
.author .wrap .author_role .author-role-vip {
  background-color: red;
}
.author .wrap .author_role .author-role-svip {
  background-color: #FFB400;
    text-shadow: 1px -1px 0px #c38700;
    box-shadow: 0 1px 2px #cfcfcf;
    border: 1px solid #c38700;
}
.author .wrap .author_XP a:hover, .archive-authority a:hover {
  opacity: 0.7;
}
.author .wrap .archive-authority a {
  background-color: #0093ff;
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
    box-shadow: 1px 1px 1px 0px #666;
    border-radius: 50%;
}
/*************************************************************************************/
/***合作伙伴***/
/*************************************************************************************/
#partner {
  width: auto;
  height: auto;
  overflow: hidden;
}
.partnrt_L {
  float: left;
  text-align: center;
  line-height: 40px;
  padding-left: 1em;
}
.partnrt_img {
  float: left;
  line-height: 40px
}
.partnrt_img img {
  width: 4em;
}
.partnrt_img a {
  display: block;
}
/***友情连接***/
#links li {
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 40px;
  margin-right: 1em;
}
/***主体结束***/
/**网页底部**开始**/
#footer {
    width: 100%;
    color: #C2C2C2;
    background: #222;
    margin-top: 37px;
    padding-bottom: 100px;
}
#footer a {
  color: #8b8b8b;
  display: inline-block;
}
#footer a:hover {
  color: #FFF;
  text-decoration: none;
}
.footer_nav {
  width: var(--body-max-width);
  padding: 10px 0;
  font-size: 1.125em;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 2px #C2C2C2;
  border-bottom: 1px solid black;
  border-radius: 5px;
  position: relative;
  top: -22px;
  background: #222;
}
.footer_nav div {
  display: inline-block;
}
.footer_nav div ul li {
  float: left;
  position: relative;
}
.footer_nav div ul li:last-child {
  background: none;
}
.footer_nav div ul li a {
  padding: 5px 15px;
  display: block;
}
.site_info {
  max-width: var(--body-max-width);
  margin: 0 auto;
  margin-top: -10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.site_info {
  color: #666;
}
.site_info_l {
  text-align: center;
}
.home-categories {}
.site_description {
  float: left;
}
.site_logo {
  padding: 0.5em;
}
.site_logo img {
  height: 30px;
}
.site_logo span {
  font-size: 16px;
  padding-left: 0.5em;
  position: relative;
  bottom: -10px;
}
.site_text {
  padding: 0em 0.5em 0.5em 0.5em
}
/**网页底部黑色导航栏**结束**/
#wpadminbar {
  display: none;
}
/**右侧悬浮导航栏**/
#right-nav {
  width: 5px;
  height: 100%;
  /* background: #202020;*/
  position: fixed;
  z-index: 3333;
  top: 0;
  right: 0;
}
.right-ico-logo {
  right: 42px;
  position: absolute;
  bottom: 0;
}
.right-ico-logo img {
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.right_nav_ico a:hover {
  font-weight: bold;
  color: #FFF;
}
.right_nav_ico {
  width: 40px;
  height: 163px;
  top: 40%;
  position: fixed;
  z-index: 1000;
  right: -35px;
}
.right_nav_backTop label, .right_nav_backTop input, .right_nav_ico label, .right_nav_ico input {
  display: none;
}
#r:checked ~ .right_nav_li {
  transform: translateX(40px);
  transition: 1s;
}
.right_nav_ico ul li:last-child i {
  padding: 1px 0 0 2px;
  color: #202020;
  cursor: pointer;
}
.right_nav_li, .to_top {
  width: 80px;
  height: 40px;
  margin-bottom: 1px;
  position: relative;
  transform: translateX(0px);
  transition: 1s;
  right: 40px;
  background: rgb(0 0 0 / 15%);
}
.right_nav_li-40 {
  transform: translateX(40px);
}
.right_nav_li i {
  font-size: 27px;
  color: #FFF;
  padding: 7px 0 0 8px;
}
.to_top {
  right: -40px;
}
.to_top i {
  color: #fff;
  font-size: 35px;
  padding: 0;
  line-height: 40px;
}
.right_nav_a {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  text-align: center;
  text-decoration: none;
}
a.right_nav_a:hover {
  text-decoration: none;
}
.right_nav_text {
  width: 81px;
  height: 40px;
  border-right: 1px solid #FFF;
  position: absolute;
  text-align: center;
  line-height: 40px;
  color: #FBFBFB;
  font-size: 14px;
}
.right_nav_backTop {
  width: 80px;
  height: 80px;
  bottom: 2px;
  right: -75px;
  position: fixed;
  z-index: 3332;
}
#t:checked ~ .right_nav_li {
  transform: translateX(40px);
}
.right_nav_bg1 {
  background-color: #00B3FF;
}
.right_nav_bg2 {
  background-color: var(--a-hover);
}
.right_nav_bg3 {
  background-color: #009B4C;
}
.right_nav_bg4 {
  background-color: #F08519;
}
/**网页弹窗**/
/**边栏**/
.widget {
    padding: 25px;
  margin-bottom: 30px;
  box-sizing: border-box;
  background: #f7f7f7;
  overflow: hidden;
}
.sidebar-inner {
  margin-left: 20px;
}
.index .sidebar-inner > .widget {
  margin-top: 0;
}
.widget a:hover {
  opacity: 0.6;
}
.widget-search {
  margin-top: 0;
}
.widget .textwidget {
  border-top: 2px solid var(--a-hover);
  padding-top: 10px;
}
.widget .textwidget p {
  background-color: #F1F2F3;
  padding: 10px;
  text-indent: 2em;
  line-height: 22px;
}
.widget ul, .tagcloud {
  padding-top: 10px;
}
.widget-meta ul li, .widget-display_forums ul li, .widget-archive ul li {
  height: 30px;
  line-height: 30px;
  font-size: 1.1em;
  padding-left: 10px;
  background-color: #F1F2F3;
  margin-bottom: 10px;
}/*
.widget-meta h2, .widget-display_forums h2, .wp-block-tag-cloud h2 {
  width: 2em;
}
.wp-block-tag-cloud h2 {
  width: 3em;
}*/
.widget ul li:last-child {
  margin-bottom: 0;
}
#recentcomments li, .widget-recent_entries li {
  padding: 0.5em 0;
  list-style: none inside;
  line-height: 1.5em;
  border-bottom: 1px dotted #DDD;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#recentcomments li:last-child, .widget-recent_entries li:last-child {
  margin-bottom: 0;
}
#recentcomments li span {
  color: #666;
  padding: 0 0.5em;
}
.widget-recent_entries .post-date, .widget-meta li:last-child {
  display: none;
}
.recentcomments {
  color: #C2C2C2;
}
/**搜索框**/
.searchform {
  margin: 0 auto;
}
.searchform input {
  height: 35px;
  padding: 0 5px;
  border-color: var(--a-hover);
}
#s {
  width: 81%;
}
#searchsubmit {
  color: #fff;
  background-color: var(--a-hover);
  cursor: pointer;
}
.screen-reader-text {
  display: none;
}
/**-**-*/
.widget-author-info {
  margin-top: -40px;
  padding-bottom: 0;
}
.widget-author-info > .widget-content {
  position: relative;
  margin: -15px -15px 0;
  box-sizing: border-box;
}
.widget-author-info > .widget-content > .author-card-bg {
  display: block;
  width: 100%;
  height: 145px;
  padding: 0;
  border-radius: 3px 3px 0 0;
  box-sizing: border-box;
  background-size: cover;
  position: relative;
  width: calc(100% + 20px);
  top: -10px;
  left: -10px;
}
.widget-author-info > .widget-content > .author-card-content {
  padding-bottom: 15px;
}
.widget-author-info > .widget-content > .author-card-content > .author-avatar-link {
  position: absolute;
  width: 72px;
  height: 72px;
  top: 130px;
  left: 16px;
  border-radius: 3px 3px 0 0
}
.widget-author-info > .widget-content > .author-card-content > .author-avatar-link img {
  border-radius: 4px;
  height: 72px;
  width: 72px;
  border: 4px solid rgb(255, 255, 255);
  box-sizing: border-box;
  transition: all 0.3s;
  color: #fff;
  box-shadow: 0 0 3px 0 #666;
}
.widget-author-info:hover > .widget-content > .author-card-content > .author-avatar-link img {
  transform: rotate(360deg);
  border-radius: 100px;
}
.widget-author-info > .widget-content > .author-card-content > .author-fields {
  padding: 10px 0 4px 100px;
}
.widget-author-info > .widget-content > .author-card-content > .author-fields > .author-name {
  font-size: 18px;
  font-weight: 700
}
.widget-author-info > .widget-content > .author-card-content > .author-fields > .author-user-level {
  padding: 2px 5px;
  margin-left: 5px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1;
  vertical-align: 2px;
  color: #fff;
  background: #494949;
}
.widget-author-info > .widget-content > .author-card-content > .author-interact {
  padding-left: 100px
}
.widget-author-info > .widget-content > .author-card-content > .author-interact > a {
  position: relative;
  color: #66757f
}
.widget-author-info > .widget-content > .author-card-content > .author-interact > a i {
  margin-right: 6px
}
.widget-author-info > .widget-content > .author-card-content > .author-interact > .follow-btn {
  padding-left: 20px;
  margin-right: 10px
}
.widget-author-info > .widget-content > .author-card-content > .author-interact > .follow-btn i {
  position: absolute;
  left: 0;
  top: 4px
}
.widget-author-info > .widget-content > .author-card-content > .author-stats {
  display: table;
  width: 100%;
  padding: 10px;
  margin-top: 10px
}
.widget-author-info > .widget-content > .author-card-content > .author-stats > span {
  position: relative;
  display: table-cell;
  width: 33.3333%;
  height: 36px;
  color: var(--gray61);
  line-height: 20px;
  text-align: center;
  font-size: 12px
}
.widget-author-info > .widget-content > .author-card-content > .author-stats > span > span {
  display: block;
  color: initial;
  font-size: 16px;
  font-weight: 700;
  text-indent: 3px
}
.widget-author-info > .widget-content > .author-card-content > .author-content {
  color: rgba(0, 0, 0, .56);
  font-size: 14px;
  line-height: 22px;
  padding: 0 16px 16px 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed rgba(0, 0, 0, .08);
  word-break: break-all;
}
.widget-author-info > .widget-content > .author-card-content > .author-posts {
  padding: 0 15px;
}
.widget-author-info > .widget-content > .author-card-content > .author-posts > ul > li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  list-style: none;
  position: relative;
  padding-left: 15px;
}
.widget-author-info > .widget-content > .author-card-content > .author-posts > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  border: 2px solid;
  color: var(--a-hover);
}
.widget-author-info > .widget-content > .author-card-content > .author-posts > ul > li a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(0, 0, 0, .88);
  transition: all .3s ease;
  padding: 0;
}
.widget-author-info > .widget-content > .author-card-content > .author-posts > ul > li a:hover {
  color: var(--a-hover);
  transition: all .3s ease;
}
.widget-author-info > .widget-content > .author-card-content > .author-posts .btn {
  width: 100%;
  margin-top: 10px;
  box-sizing: border-box;
  color: #ff5454;
  border-color: rgba(255, 90, 79, 0.7);
  background: none;
  transition: border-color .3s ease, background .3s ease;
}
.widget-author-info > .widget-content > .author-card-content > .author-posts .btn:hover {
  border-color: var(--a-hover);
  background: #fdf0ef;
  transition: border-color .3s ease, background .3s ease;
  text-decoration: none;
}
/**分类目录**/
.widget-categories ul {
  height: 100%;
  overflow: hidden;
}
.widget .cat-item {
  border: 1px solid #DDD;
  color: var(--a-hover);
}
.cat-item-17 {
  display: none;
}
/*.cat-item:hover {
  background: #DDD;
}*/
.widget a {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.tagcloud a:hover {
  text-decoration: underline;
}
.widget .widget-recent_entries a {
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.widget-calendar caption {
  font-size: 1.5em;
  line-height: 2em;
  border-bottom: 2px solid var(--a-hover);
}
.widget-calendar th, .widget-calendar td {
  width: 14.285%;
  padding: 0.5em 0;
  text-align: center;
}
.widget-calendar a {
  color: var(--a-hover);
}
.widget-calendar #today {
  background: var(--a-hover);
  color: #FFF;
}
.widget-calendar #today a {
  color: #FFF;
}
#wp-calendar {
  width: 100%;
}
.ad {
  height: 5em;
  text-align: center;
  line-height: 5em;
  font-size: 2em;
  background-color: #000;
  color: #fff;
  margin-bottom: 15px;
  border: 1px solid #DDD;
}
.most-postlist-title h2 span {
  font-size: 18px;
  cursor: pointer;
  margin-right: 16px;
  color: var(--text-light);
}
.most-postlist-title h2 span.current {
  color: var(--text-dark);
  font-size: 24px;
}
.most-postlist-content {
  position: relative;
}
.most-postlist-content div {
  position: relative;
}
.most-postlist-content li::before {
  content: '';
  color: var(--a-hover);
  position: absolute;
    left: -10px;
    line-height: 37px;
    border: 2px solid;
    top: 14px;
}
.most-postlist-content a {
  padding: 0.5em 0;
  text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: block;
}
.most-postlist-content .mostweek, .most-postlist-content .mostmonth {
  display: none;
}
.most-postlist-content li {
  border-bottom: 1px dotted #ddd;
  list-style: none;position: relative;
    padding-left: 5px;
    margin-left: 10px;
}
#sidebar-about img {
  width: 114px;
  height: 114px;
  float: left;
  margin-right: 20px;
}
.sidebar-about-content {
  padding: 1em 0;
  overflow: hidden;
}
.sidebar-about-title {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.5em;
  position: relative;
  top: -35px;
  left: 15px;
}
/****/
.sidebar-about-bottom {
  overflow: hidden;
  text-align: center;
}
.sidebar-about-bottom table th, .sidebar-about-bottom table td {
  width: 100px;
  color: #666;
  font-weight: initial;
  padding: 10px 0;
  text-shadow: 0 0 2px #fff;
}
.sidebar-about-bottom table td {
  font-size: 18px;
}
.sidebar-about-bottom table th {
  font-size: 30px;
  padding: 0;
}
/*****/
.box-title4 {
  border-bottom: 2px solid var(--a-hover);
}
.recent-comments .avatar {
  border-radius: 50%;
}
.recent-comments a {
  padding: 0;
  text-decoration: none;
  color: var(--text-dark);
  display: block;
}
.recent-comments li:hover {
  text-decoration: none;
  background: #F1F2F3;
}
.recent-comments li {
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
}
.recent-comments li span {
  padding-left: 1em;
}
.recent-comments li p {
  padding: 0.5em;
}
/*****/
.Contributions-content {
  padding: 20px;
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: center;
  color: #00a5ff;
}
.Contributions-list {
  text-align: center;
  overflow: hidden;
  padding: 0.5em 0;
}
.Contributions-list ol {
  overflow: hidden;
  display: inline-block;
}
.Contributions-list li {
  float: left;
  padding: 0.3em;
  color: green;
  border: 1px solid green;
  font-weight: bold;
  margin: 0 0.2em;
}
.Contributions-foot {
  padding: 0.5em;
  color: #f884ff;
}
/** wrap **/
.wrap .header {
  position: relative;
  height: 285px;
  color: #fff;
  text-shadow: 1px 1px 2px #111;
}
.header-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: -1;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.wrap .header-inner {
  overflow: hidden;
  padding-top: 130px;
  box-sizing: border-box;
  text-align: center;
}
.single-format-standard .wrap .header-inner {
  padding-top: 100px;
}
.wrap .header a {
  color: #fff;
}
.wrap .header a:hover {
  color: var(--a-hover);
}
.wrap .header-inner .title {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 16px;
  padding: 0;
    border: none;
}
.wrap .header-inner .title-info {
  display: inline-block;
}
.wrap .count-box {
  color: #fff;
}
.wrap .reward-button {
  width: 85px;
  height: 40px;
  margin-left: 0.5em;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #f1b60e;
  display: inline-block;
  border-radius: 2px;
  cursor: pointer;
}
.wrap .reward-img {
  width: 280px;
  margin-top: 15px;
  position: relative;
  left: -52px;
  display: none;
  overflow: hidden;
  padding: 1em;
  border-radius: 4px;
  box-shadow: 0px 0px 5px 1px #ddd
}
.wrap .reward-img p {
  text-indent: 0;
  text-align: center;
  display: block;
  padding: 0;
}
.wrap .reward-img img {
  width: 8em;
  height: 8em;
  padding: 0;
  margin: 0;
  left: 0;
}
.wrap .alipay {
  padding: 0.5em;
  float: left;
  display: block;
  background: #009EE6;
  color: #fff;
}
.wrap .wechatpay {
  padding: 0.5em;
  float: left;
  display: block;
  background: #00C90B;
  color: #fff;
}
.wrap .author-bio img {
  float: left;
}
.wrap .edit_post_link, .wrap .edit_post_link a {
  color: #4a9bff;
}
.wrap .muted, .wrap .muted a {
  color: #00ba00;
}
.wrap .header-inner .title-info_li {
  margin-right: 1em;
  color: #ddd;
}
.wrap .header-inner .title-info_li:first-child img {
  margin: -3px 5px 0 0;
}
.wrap .header-inner .title-info_li img.avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
/****/
#crumbs {
  font-size: 14px;
  padding: 0.5em;
  line-height: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#crumbs a{
    display: inline-block;
}
.single .title-info {
  display: inline-block;
}
.single-format-video .banner .title-info {
  opacity: 0.5;
}
.news-show-title .title-info {
  position: absolute;
  bottom: 0;
}
/**********************************************************************/
.post-copyright {
  padding: 16px;
  margin: 20px 0;
  background: rgba(0, 0, 0, .02);
  border: 1px solid rgba(0, 0, 0, .04);
  border-radius: 4px;
  color: rgba(0, 0, 0, .56);
}
.post-copyright .header-right {
  position: relative;
  float: right;
  padding-right: 20px;
}
.post-copyright-body {
  margin-top: 16px;
  font-size: 12px;
  line-height: 20px;
}
/**********************************************************************/
/***/
.title-info_li {
  float: left;
  margin-right: 2em;
  color: var(--gray61);
  line-height: 20px;
  font-size: 12px;
}
.title-info_li .avatar {
  margin-right: 6px;
}
.title-info .fa {
  padding: 0 0.5em;
}
.title-info_li i {
  float: left;
  margin-right: 3px;
  font-size: 16px;
}
.title-info_li a {
  color: var(--gray61);
  display: inline-block;
}
.done, .done i {
  color: #ff0060 !important;
}
.top_c_r .title-info_li i {
  margin-right: 0;
}
.is-computer .excerpt-video .title-info {
    position: absolute;
    top: 148px;
    left: 10px;
    overflow: hidden;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.home.is-computer .excerpt-video .title-info,
.category-video.is-computer .excerpt-video .title-info {
    position: absolute;
    top: 120px !important;
}
.title-info_li,
.excerpt-video .title-info .title-info_li a{
    color: inherit;
}
/**********************************************************************/
#comments {margin: 15px 0;line-height: 22px;}
#comments .author-avatar{
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    box-shadow: rgb(163, 180, 191) 0px 1px 10px 0px;
    border: 1px solid #fff;
    cursor: pointer;
    box-sizing: content-box;
}
#comments .author-avatar .avatar{
    width: inherit;
    height: auto;
    display: block;
    font-size: 30px;
    color: #c1c1c1;
}
#comments .comment-logout ul {padding:0;}
#comments .comment-respond,.comment-login,
#comments .comments-title,.comment-notes,.security-code,.comment-logout {margin-bottom: 15px;}
#comments .comments-title {font-size: 18px;line-height: 26px;color:rgba(0,0,0,.88);font-weight: 700;}
#comments .comment-login{display: none;}
#comments .textarea-entry {
    display: flex;
}
#comments .comment-textarea {
    width: calc(100% - 70px);
    margin: 0 0 0 10px;
}
#comments .form-submit{margin-top:15px;}
#comments #cancel-comment-reply-link{
    color: #fff;
    background: #b7b7b7;
    margin-left: 20px;
    display: inline-block;
    padding: 4px 10px;
    margin-top: 15px;
    border-radius: 4px;
}
#comments .commentlist .avatar{width: 40px;height: 40px;border-radius: 100%;margin-right:15px;}
#comments #message{width: 100%;border-radius: 4px;padding: 5px;border: 1px solid var(--gray81);resize: none;margin: 0;}
#comments .comment-notes {color: #999;font-size: 12px;}
#comments .coolies-consent {margin-top: 8px;margin-left: 15px;color:#888;}
#comments .comment-logout{margin-left: 80px;}
#comments .comment-logout li {width: 33.33%;float: left;color: #666;
        border: none;}
#comments .comment-logout li input {width: 70%;border: 1px solid var(--gray81);padding: 5px;border-radius: 4px;}
#comments .wper-btn{
    color: #fff;
    background: #e00;
    border: none;
}
#comments .wper-btn:hover{color:#fff;opacity:0.88;}
#comments .comment,.media{position:relative;}
#comments .reply{display: inline-block;position: absolute;top: 0;right: 10px;}
#comments .commentlist > li > ul {margin-left: 20px;padding-left: 20px;border-left: 1px dashed #eee;}
#comments .comment-awaiting-moderation{color:#e00;padding: 8px 0;}
#comments #pinglunZan{padding: 0 10px;line-height: 25px;}
#comments #pinglunZan a{text-decoration: none;}
#comments #pinglunZan .zan{color: red;}
#comments .media-heading{margin: 0;}
#comments .media-heading time{font-weight: normal;color: #888;}
#comments .label-info{font-size: 12px;font-weight: normal;background-color: #565656;padding: 3px;color: #fff;}
#comments article{
    overflow: hidden;
    position: relative;
    padding: 8px 0 0 10px;
    border-bottom: 1px solid rgba(0,0,0,.04);
    margin-bottom: 16px;
    margin-left: -10px;
}
#comments small{display: inherit;font-size: 12px;}
#comments .comment-footer{color: #888;margin-top: 10px;}
#comments .comment-footer span {padding:  0 10px;}
#comments .comment-footer a {color: #888;}
#comments .comment-footer a:hover {color: #7994ff;}
#comments .comment-alert {border: 1px solid rgba(0,0,0,.04);border-radius: 4px;background:rgba(0,0,0,.02);padding: 16px;margin-bottom: 32px;color:rgba(0,0,0,.56);}
#comments .commentlist .author-avatar {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
#comments .decmt-box p a {
    color: #999;
}
@media screen and (max-width: 768px) {
	#comments .comment-logout li{
	    width: 100%;
	    margin-bottom: 4px;
	}
}
/**********************************************************************/
/**********************************************************************/
.post-categories {
  height: 22px;
  opacity: 0.5;
  font-size: 12px;
}
.post-categories a {
  display: inline-block;
}
/*****/
/******/
.banner {
  width: 100%;
  height: 200px;
  text-align: center; /*
  background: #1e1e1e;*/
  text-shadow: 1px 1px 2px var(--text-dark);
}
.banner-bg {
    width: 100%;
  height: inherit;
  padding: 18px 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  color: #fff;
}
.single-format-video .banner-bg {
  height: auto;
  padding: 0;
}
.banner-container {
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 auto;
}
.banner-content {
  margin: 0 auto;
  padding: 24px;
  border-radius: 4px;
}
.single-format-video .banner-content {
  padding: 0;
}
.banner-content h1 {
  font-size: 25px;
  line-height: 38px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 16px;
}
.single-format-video h1 {
  padding: 16px 0;
  margin-bottom: 0;
}
.single-format-video .banner-content .post-content {
  color: var(--gray61);
  line-height: 2;
  padding: 20px;
  background: #222;
  margin-top: 10px;
  display: none;
}
.banner-content p {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin: 0;
}
.banner .banner-container {
  position: relative;
  padding-top: 16px;
  padding-bottom: 24px;
  height: 100%;
      -webkit-backdrop-filter: saturate(1) blur(10px);
    backdrop-filter: saturate(1) blur(10px);
}
.single-format-video .banner {
  height: auto;
  text-align: initial;
  color: #fff;
  background: #222;
}
.single-format-video .banner .banner-container {
  background: #222;
}
.single-format-video .banner a {
  color: var(--gray61);
  display: inline-block;
}
.single-format-video .banner .post-list-scroll h3 a {
  color: var(--gray61);
  cursor: pointer;
-webkit-line-clamp: 2;
overflow: hidden;
word-break: break-all;
display: -webkit-box;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
}
.single-format-video .banner a.btn-video-download{
    color: #666;
    border: 1px solid;
    border-radius: 10px;
    padding: 0 10px;
}
.single-format-video .banner a.btn-video-download:hover {
    color: var(--gray61);
}
.single-format-video .banner a:hover {
  color: var(--a-hover);
}
.banner .banner-content > .post-title {
  font-size: 24px;
  line-height: 32px;
  color: rgba(255, 255, 255, .8);
  margin: 24px 0 8px;
}
.banner .banner-content > .post-info {
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, .2);
}
.banner .banner-content > .post-info span {
  margin-right: 10px;
}
/**************************************************/
.cat-header {
  padding: 24px 0;position: relative;
  background: #F9F9F95E;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .06), 0 1px 10px 0 rgba(0, 0, 0, .04), 0 0 4px -1px rgba(0, 0, 0, .08);
}
.cat-header h1 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 16px;
}
.cat-header p {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, .56);
}
.cat-header .cat-icon {
  position: relative;
  float: left;
  width: 160px;
  height: 160px;
  font-size: 80px;
  line-height: 160px;
  text-align: center;
  margin-top: -48px;
  border-radius: 4px;
  border: 4px solid #fff;
  background: #f0f0f0;
  margin-right: 32px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06), 0 1px 10px 0 rgba(0, 0, 0, .04), 0 0 3px -1px rgba(0, 0, 0, .08);
}
.cat-header .cat-icon img {
  width: 100%;
  display: block;
}
.cat-header .cat-main {
  padding-left: 200px;
}
.cat-header .cat-content-r {
  text-align: center;
}
.cat-header .cat-info {
  display: inline-block;
}
.cat-header .cat-info-item {
  margin: 0 15px;
  float: left;
  font-size: 14px;
  line-height: 22px;
  color:
    rgba(0, 0, 0, .56);
}
.cat-header .cat-info-item span {
  font-size: 24px;
  line-height: 32px;
  color:
    rgba(0, 0, 0, .88);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
    .cat-header {
        padding: 24px 10px;
    }
    .cat-header .cat-icon {
        width: 80px;
        height: 80px;
        font-size: 30px;
        line-height: 80px;float: none;
    }
    .cat-header .cat-main {
        padding-left: 0;
    }
   .cat-header h1 {
        font-size: 16px;
line-height: normal;margin: 10px 0;
    }
    .cat-header .cat-content-l{
        width: 100%;
        float: none;
    }
    .cat-header .cat-content-r {
    width: auto;position: absolute;right: 0;top: 10px;
}
.cat-header .cat-info-item{
    font-size: 12px;
line-height: normal;
}
.cat-header .cat-info-item span {
    font-size: initial
}
}
/******************* page-bulletin ****************************/
.page-template-page-bulletin .main_content{padding: 15px 0 15px 48px;border-left: 2px dashed #f00;margin-left: 38px;}
	.page-template-page-bulletin h3 a{font-size: 18px;display: inline-block;}
	.page-template-page-bulletin .list{position: relative;padding: 15px 0;display: block;}
	.page-template-page-bulletin .time{position: absolute;left: -86px;width: 75px;overflow: hidden;box-shadow: 0 0 3px #666;border-radius: 4px;}
	.page-template-page-bulletin .time span{color: #f00;font-size: 14px;display: inline-block;text-align: center;}
	.page-template-page-bulletin .time .time-m{background-color: #f3f3f3;}
	.page-template-page-bulletin .time .time-d{background-color: #fff;}
	.page-template-page-bulletin .time .time-m,.page-template-page-bulletin .time .time-d{width: 37.5px;padding: 2px 0;}
	.page-template-page-bulletin .time .time-y{color: #fff;background-color: #f00;display: block !important;padding: 2px 0;}
	.page-template-page-bulletin .list-content{color: #666;}
	.page-template-page-bulletin .list-i{color: #666;font-size: 14px;margin-left: 10px;line-height: 24px;}
	.page-template-page-bulletin .list-i i{margin-right: 3px;}
/***********************************************/
.page .content-area main, .category-video .content-area main {
  width: 100%;
  float: unset;
}
.content-inner a {
  display: block;
}
.content-inner img {
  height: auto;
  width: 100%;
  max-width: 100%;
}
.content-inner h2, .content-inner h3 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  line-height: 40px;
  text-indent: initial !important;
  margin: 16px 0 16px 0;
  border-bottom: 1px solid #ddd;
}
.content-inner h4 {
  font-weight: bold;
  padding: 8px 15px;
}
.single-music .content-inner {
  text-indent: 0;
}
.social-main {
  position: relative;
  margin: 0 auto;
  width: 283px;
}
.social-main a {
  float: left;
  color: #fff;
  line-height: 35px;
  text-align: center;
  border-radius: 2px;
}
.social-main a:hover {
  background: #878787;
  transition: all .2s ease-in 0s;
}
.like a {
  background: #fe594e;
  width: 140px;
  display: block;
}
.share-s a {
  background: #fd8764;
  width: 140px;
  display: block;
}
.social-main i {
  color: #fff;
  font-style: normal;
  margin: 0 5px 0 0;
}
.shang-p a {
  position: absolute;
  left: 115px;
  top: -7px;
  background: #7ab951;
  width: 50px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  border: 4px solid #fff;
  border-radius: 40px;
}
#share {
  display: none;
  width: 280px;
  padding: 15px 13px 15px 30px;
  border-radius: 5px;
}
#share a {
  font-size: 60px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  padding: 2px 5px 5px;
}
/****/
.content-inner > img {
  padding: 0.5em 0;
  margin: 0 auto;
  max-width: 800px;
  height: auto;
  display: block;
  position: relative;
}
.disclaimer {
  color: #ff9b1a;
  font-size: 12px;
  border: 1px dashed #ff9b1a;
  padding: 15px;
  border-radius: 5px;
  background-color: #fffaed;
  margin-top: 10px;
}
.post-navigation {
  padding: 20px 0;
  color: #C2C2C2;
  overflow: hidden;
}
.post-navigation p {
  width: 40%;
  float: left;
  padding: 0 20px;
  line-height: 1.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.post-navigation p:last-child {
  float: right;
}
/** related **/
.related {
  padding: 20px 0;
  box-sizing: border-box;
  margin-top: 15px;
}
.related .excerpt-video {
  width: 33.33333%;
  float: left;
}
.related .excerpt-video .excerpt-video-inner {
  margin: 0 2px;
}
.related .title-info {
  padding-left: 0;
  display: block
}
.related > li {
  padding: 0.5em 0;
  border-bottom: 1px dotted #ddd;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.related > li::before {
  color: #fff;
  font-size: 10px;
  margin-right: 0.5em;
  background: #C2C2C2;
  content: '';
  background: url(./assets/images/li_dian.png) no-repeat 0;
  padding: 3px;
}
.related > li a {
  margin-right: 22px;
}
.related > li span {
  color: #ddd;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}
.related > li span i {
  margin-right: 3px;
}
/****************/
/*.comments-inner {
  padding: 20px 0;
  margin-top: 15px;
}
.comments-inner .commentlist {
  margin-bottom: 15px
}
.comments-inner #reply-title a {
  padding: 0 0.5em;
}
.comments-inner .comments-title {
  border-bottom: 1px solid #DDD;
  line-height: 1.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 0.5em;
}
.comments-inner #commentform p {
  padding: 0.5em;
  color: #C2C2C2;
  font-size: 12px;
}
.comments-inner #commentform input {
  padding: 3px;
  border-radius: 5px;
}
.comments-inner #commentform .comment-form-cookies-consent input {
  width: auto;
  margin: 0 0.5em;
}
.comments-inner #commentform .form-submit input {
  width: auto;
  padding: 5px;
  background-color: var(--a-hover);
  color: #FFF;
  cursor: pointer;
  font-size: 1.2em;
  opacity: 0.6;
}
.comments-inner #commentform .form-submit input:hover, #cancel-comment-reply-link:hover {
  opacity: 1;
}
.comments-inner #respond textarea {
  width: 95%;
  border: 1px solid #DDD;
  padding: 0.5em;
  border-radius: 0.5em;
  background: none;
}
.comments-inner .comment-form-comment label {
  display: none;
}
.comments-inner .commentlist li {
  padding: 0.5em 0;
  border-bottom: 1px solid #DDD;
  position: relative;
}
.comments-inner .commentlist .depth-1 .parent {
  padding: 0;
  padding-top: 0.5em;
}
.comments-inner .commentlist .avatar img {
  width: 65px;
  height: 65px;
}
.comments-inner .commentlist .avatar {
  position: relative;
  overflow: hidden;
}
.comments-inner .commentmetadata {
  color: #9F9F9F;
  font-size: 12px;
}
.comments-inner .comment_text {
  padding: 0.5em;
  line-height: 1.5em;
  clear: both;
  overflow: hidden;
}
.comments-inner .children li {
  border: none;
}
.comments-inner .reply {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}
.comments-inner .comment-reply-link:hover {
  background: greenyellow;
  background-color: #DDD;
  text-decoration: none;
}
.comments-inner .comment-info {
  position: absolute;
  top: 0;
  left: 80px;
}
.comments-inner .author_name {
  font-size: 1.2em;
  padding: 0.5em 0;
  display: block;
}
.comments-inner .comment-edit-link {
  padding: 0.2em 0;
  display: inline-block;
  color: #19dae3;
}
.comments-inner .comment-logout {
  overflow: hidden;
}
.comments-inner .comment-logout .parent {
  float: left;
  margin-right: 1em;
}
.comments-inner .comment-logout .parent input {
  width: 11em;
}
.comments-inner .comment-form-box, .coolies-consent {
  padding: 0.5em 0;
}
.comments-inner .comment-login {
  padding: 0.5em 0;
}
.comments-inner .comment-login a:first-child {
  padding: 0 0.5em;
  color: var(--a-hover);
}
.comments-inner .coolies-consent input {
  width: auto;
}
.comments-inner .coolies-consent label {
  font-size: 12px;
  color: #C2C2C2;
}
.comments-inner .form-submit .medium {
  padding: 0.5em 1em;
  display: inline-block;
  border-radius: 1em;
  color: #fff;
  background: var(--a-hover);
  box-shadow: 0 1px 1px 1px #222;
  text-decoration: none;
  opacity: 0.7;
}
.comments-inner .form-submit .medium:hover {
  opacity: 1;
}
.comments-inner #cancel-comment-reply-link {
  margin-left: 24px;
  cursor: pointer;
  text-decoration: underline;
  color: var(--a-hover);
}
/*******************************************************************************************/
/*******************************************************************************************/
.single-sidebar {
  width: 29%;
  float: right;
  margin-top: 15px;
  height: 500px;
  line-height: 500px;
  border: 1px solid #DDD;
}
.single-sidebar div {
  padding: 10px;
}
.comment-form-cookies-consent label {
  font-size: 12px;
  color: #C2C2C2;
}
.viewed {
  padding: 20px;
  margin-top: 15px;
}
.viewed h2, #respond h2, .related > h3, #author-box > h3 {
  padding: 0 20px;
  font-weight: bold;
  margin-left: -20px;
  margin-bottom: 20px;
  position: relative;
  line-height: 40px;
  font-size: 24px;
}
.viewed a {
  line-height: 1.2em;
}
.viewed span {
  border: 1px solid #ddd;
  color: #fff;
  background-color: #888;
  border-radius: 3px;
  padding: 0 0.3em;
  font-size: 10px;
}
.viewed li {
  padding: 0.5em 0;
  border-bottom: 1px dotted #ddd;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.viewed li::before {
  color: #fff;
  font-size: 10px;
  margin-right: 0.5em;
  background: #C2C2C2;
  content: '';
  background: url(./assets/images/li_dian.png) no-repeat 0;
  padding: 3px;
}
.viewed li:nth-child(1):before {
  content: '1';
  background: var(--a-hover);
}
.viewed li:nth-child(2):before {
  content: '2';
  background: #F08519;
}
.viewed li:nth-child(3):before {
  content: '3';
  background: #00B3FF;
}
.viewed li:nth-child(4):before {
  content: '4';
}
.viewed li:nth-child(5):before {
  content: '5';
}
.viewed li:nth-child(6):before {
  content: '6';
}
.viewed li:nth-child(7):before {
  content: '7';
}
.viewed li:nth-child(8):before {
  content: '8';
}
.viewed li:nth-child(9):before {
  content: '9';
}
.viewed li:nth-child(10):before {
  content: '10';
}
/**archive.php***/
.archive-main .post-categories a {
  color: var(--text-dark);
}
.archive-main .post-categories a:hover {
  color: var(--a-hover);
}
.archive-title {
  padding: 20px;
  font-size: 16px;
  overflow: hidden;
  border-bottom: 2px solid var(--a-hover);
}
.archive-title .archive-category-navbar {
  float: left;
  margin-left: 0.5em;
  line-height: 32px;
  font-weight: bold;
}
.archive-title .archive-category-navbar span {
  color: var(--a-hover);
  margin-left: 0.5em;
}
.archive-list {
  padding: 1em 0;
  border-bottom: 1px solid #DDD;
  overflow: hidden;
}
.archive-list .archive-list-img {
  width: 50%;
  float: left;
  padding: 0.3em;
}
.archive-list .archive-list-img img {
  width: 100%;
}
.archive-list .archive-list-img a {
  display: inline-block;
}
.archive-list-info {
  float: none;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
}
.archive-list-info > ul {
  overflow: hidden;
}
.archive-list-title {
  overflow: hidden;
}
.archive-list-title a {
  font-size: 1.3em;
  line-height: 1.5em;
  padding: 0.3em 0;
  display: block;
  overflow: hidden;
}
.archive-list-abstract {
  color: var(--text-dark);
  padding: 0.5em 0 0 0;
  line-height: 1.5em;
}
.archive-list-abstract a {
  color: var(--a-hover);
  margin-left: 1em;
  padding: 0 0.2em;
  border: 1px solid var(--a-hover);
  border-radius: 3px;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
  line-height: normal;
}
.archive-list-abstract a:hover {
  color: #FFF;
  background-color: var(--a-hover) !important;
}
/**分类页**/
.categories .children {
  padding: 0;
  border-color: var(--a-hover);
  margin: 0.5em 0;
}
.categories li {
  padding: 0.5em;
}
.categories li:hover {
  background: none;
}
/**search**/
.search-form {
  position: relative;
  display: inline-block;
  line-height: 31px;
}
.search-field {
  width: 200px;
  padding: 6px 10px;
    padding-right: 10px;
  border-radius: 50px;
  border: 1px solid #ff58584f;
  padding-right: 30px;
  background: #f2f2f2;
}
.search-field:focus{
    border-color: red;
}
.search .search-field{
    width: 100%;
}
.search-submit {
  display: none;
}
.search-form i {
  position: absolute;
  right: 8px;
  top: 0;
  color: var(--a-hover);
  cursor: pointer;
}
.search-form select {
  border: none;
  text-align: center;
  margin-right: 20px;
  display: none;
}
/**  page-search **/
.page-search #search-form {
  margin: 30px 0;
  text-align: center;
}
.page-search #search-form form {
  width: 80%;
}
.page-search #search-form .search-field {
  height: 50px;
  font-size: 22px;
  padding: 0 16px;
}
.page-search #search-form .search-form i {
  font-size: 40px;
  line-height: 50px;
}
.page-search .search-list > span {
  font-size: 12px;
  color: #C2C2C2;
  padding: 16px;
  display: block;
}
.page-search .search-list h3 a {
  font-size: 1.2em;
  padding: 0.2em 0;
  display: block;
  color: blue;
  line-height: 1.3em;
}
.page-search .search-list em {
  color: var(--a-hover);
}
.page-search .search-list li {
  padding: 16px;
}
.page-search .search-list p span {
  color: #C2C2C2;
}
.page-search .search-list p {
  color: var(--text-dark);
  line-height: 1.3em;
}
.page-search .search-list p:last-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 25em;
  font-size: 12px;
}
.page-search .search-list p:last-child a {
  color: green;
}
/**关于我们**/
.page-about h2 {
  font-size: 2em;
  font-weight: bold;
  padding: 1em;
  text-align: center;
  position: relative;
}
.about-content {
  height: 500px;
  margin-top: 1em;
  overflow: hidden;
  position: relative;
  line-height: 1.3em;
}
.about-content .about-content-list {
  position: absolute;
  margin-top: 3em;
}
.about-content .about-title-list {
  float: left;
}
.about-content .about-title-list li {
  font-size: 1.2em;
  padding: 0.5em;
  border: 1px solid #ddd;
  border-radius: 1em;
  float: left;
  cursor: pointer;
  margin-right: 1em;
}
.about-content-list li {
  margin-top: 0.5em;
  border: 1px solid #DDD;
  border-radius: 0.5em;
  padding: 0.5em;
  display: none;
  overflow: auto;
  height: 434px;
}
.title-red {
  color: #fff;
  background: red;
  border: none !important;
}
/**page**/
.page-title {
    padding: 1em;
    text-align: center;
    margin-bottom: 50px;
    font-size: 35px;
    line-height: 38px;
    font-weight: 700;
    margin-top: 0;
    color: #fff;
    text-shadow: 1px 1px 2px var(--text-dark);
}
.page-title{
  padding: 0.5em 0;
  display: block;
  line-height: 1.2em;
}
.page-content {
    margin-top: 15px;
    margin-bottom: 100px;
}
/**视频**/
.video-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: black;
}
.video-box iframe, .video-box object, .video-box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/** ************************************* #popup-update *******************************/
#popup-update {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 40px;
    overflow: hidden;
    display: none;
}
#popup-update .popup{
    display: none;
}
#popup-update .popup-update-wrap .popup:first-child {
    display: block;
}
#popup-update .popup-update-bg {
    width: 100%;
    height: 100%;
    background-color: var(--gray91);
    position: absolute;
}
#popup-update .popup-update-wrap {
    max-width: 1024px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    height: calc(100% - 40px);
}
#popup-update .back.iconfont,
#popup-update .close.iconfont {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    background-color: rgb(230 230 230 / 11%);
    color: var(--gray61);
    text-align: center;
    position: absolute;
    right: 0;
    top: 50px;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 0 3px #595959;
    border-radius: 4px;
    text-shadow: 0 0 white;
    margin: 0 10px;
    transition: all 0.3s;
}
#popup-update .back.iconfont {
    left: 0;
    right: initial;
    display: none;
}
#popup-update .close.iconfont:hover {
    color: var(--a-hover);
    box-shadow: 0 0 3px #999;
}
#popup-update .popup-title{
    font-size: 18px;
    line-height: 3em;
    border-bottom: 1px solid #ddd;
}
#popup-update .popup-update-btns{
    display: block;
}
#popup-update .popup-update-btns .items .item{
    width: 20%;
    height: 368px;
    float: left;
    position: relative;
}
#popup-update .popup-update-btns .items .item:nth-child(1){
    top: 20px;
}
#popup-update .popup-update-btns .items .item:nth-child(3){
    top: 40px;
}
#popup-update .popup-update-btns .items .item:nth-child(5){
    top: 15px;
}
#popup-update .popup-update-btns .items .item .item-wrap{
    width: 100%;
    height: inherit;
    position: relative;
    padding: 5px;
}
#popup-update .popup-update-btns .items .item .item-wrap .item-entry{
    width: 100%;
    height: inherit;
    position: relative;
    background: #fff;
}
#popup-update .popup-update-btns .items .item .item-wrap .item-entry.hover-border-3::before, 
#popup-update .popup-update-btns .items .item .item-wrap .item-entry.hover-border-3::after{
    position: absolute;
}
#popup-update .popup-update-btns .items .item .item-wrap figure {
    width: calc(100% - 10px);
    height: inherit;
    overflow: hidden;
    position: absolute;
    left: 5px;
    padding: 5px;
    opacity: 0;
    transition: all 0.5s;
}
#popup-update .popup-update-btns .items a{
    width: 100%;
    height: inherit;
    border-radius: unset;
    margin: 0;
    padding: 0;
    position: absolute;
    color: #999;
    top: 0;
    z-index: 1;
}
#popup-update .popup-update-btns .items a:hover .btn-title{
    color: var(--text-dark);
}
#popup-update .popup-update-btns .items a .btn-title {
    position: absolute;
    bottom: -25px;
    padding: 0 10px;
    font-size: 16px;
    
}
#popup-update .popup-update-btns {
    width: 100%;
    position: absolute;
    padding: 45px;
    top: 115px;
}
#popup-update .popup-update-btns img {
    height: 100%;
    margin-left: -192px;
}
/*#popup-update .popup-update-btns .items .btn {*/
/*    color: #666;*/
/*    background-color: #f4f4f4;*/
/*    transition: .3s;*/
/*    padding: 30px;*/
/*    margin: 5px;*/
/*    float: left;*/
/*}
#popup-update .popup-update-btns .items .btn:hover {
    background-color: #f4f4f4;
}*/
/** *************************************宽度**自适应*******************************/
.popup.popup-app-download {
    /*width: 100%;*/
    /*height: 100%;*/
    position: fixed;
    z-index: 99999;
    left: 0;
    bottom: 0;
    overflow: hidden;
    display: none;
}
.popup.popup-app-download .popup-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    display: none;
}
.popup.popup-app-download .popup-wrap {
    width: 100%;
    min-width: 360px;
    max-width: 468px;
    position: fixed;
    background: #e4e4e4;
    margin: 0 auto;
    border-radius: 4px;
    bottom: 0;
    left: 0;
}
.popup.popup-app-download .entry-content {
    width: 100%;
    position: relative;
    padding: 45px;
    overflow: hidden;
}
.popup.popup-app-download .close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    background-color: rgba(230, 230, 230, 0.52);
    color: var(--gray61);
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: .3s;
    z-index: 1;
}
.popup.popup-app-download .close:hover {
    color: var(--a-hover);
}
.popup.popup-app-download .app-icon{
    display: inline-block;
    width: 60px;
    height: 60px;
}
.popup.popup-app-download .app-icon img{
    display: inline-block;
    width: 60px;
    height: 60px;
}
.popup.popup-app-download .app-title{
    font-size: 20px;
    font-weight: 700;
    line-height: 60px;
    margin-left: 20px;
}
.popup.popup-app-download .download {
    background-color: #51ec69;
    border-radius: 10px;
    color: #fff;
    padding: 10px 30px;
    margin: 10px 0;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .popup.popup-app-download .entry-content {
    padding: 40px 20px 20px;
}
}
/** *************************************宽度**自适应*******************************/
/** *************************************宽度**自适应*******************************/
/** *************************************宽度**自适应*******************************/
/** *************************************宽度**自适应*******************************/
/** *************************************宽度**自适应*******************************/
@media screen and (max-width: 1320px) {
  #top .top_nav .top_l span, #top .top_nav .top_r span {
    display: none;
  }
  #top .top_nav {
    width: 100%;
    left: 0;
    margin: 0 auto;
  }
  #top .top_nav .top_c_l {
    padding-left: 3em;
  }
  #top .top_nav .top_c {
    width: 100%;
    position: absolute;
  }
  .img_box_images ul li img {
    width: 860px;
  }
  #left_nav {
    display: none;
  }
}
@media screen and (max-width: 1230px) {
  #nav a {
    padding-bottom: 0.7em;
  }
  #top .top_nav .top_l span, #top .top_nav .top_r span {
    display: none;
  }
  #right-nav {
    width: 0;
    display: none;
  }
  #nav ul:nth-child(2), #nav ul:nth-child(3), #nav ul:nth-child(4), #nav ul:nth-child(5) {
    width: auto;
    margin-bottom: 0.5em;
  }
  .right_nav_ico {
    right: -40px;
  }
  .right_nav_ico ul, .right_nav_backTop {
    right: -80px;
  }
  #login_wrap {
    right: 18%;
  }
  /*******************************************************/
  .container-terms, .container-tags {
    height: 40px;
    overflow: hidden;
  }
  .container-terms ul, .container-tags ul {
    width: 100%;
    line-height: 1;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
    padding: 0px 5px;
    box-sizing: border-box;
  }
  .container-terms li, .container-tags li {
    float: none;
    display: inline-block;
    margin-bottom: 0;
  }
  .li-active-line {
    bottom: inherit;
    top: 30px;
  }
  /*******************************************************/
  /*******************************************************/
  #nav ul li .fontb {
    display: block;
    float: left;
  }
  #top .top_nav .top_l, #top .top_nav .top_r {
    width: auto;
    height: 100%;
    position: absolute;
    z-index: 2;
  }
  #top .top_nav .top_c {
    position: absolute;
    z-index: 1;
  }
  #top .top_nav .top_r {
    right: 0;
  }
  #top .top_nav .top_l, #top .top_nav .top_c {
    float: left;
  }
  #top .top_nav .top_l, #top .top_nav .top_r {
    background: none;
  }
  .top_c .site-time {
    margin-left: 20px;
  }
  #top .top_nav .top_c .top_c_r {
    padding-right: 25px;
  }
  #top .top_nav .top_r, #top .top_nav .top_r .top_c_r {
    float: right;
  }
  #top .top_nav .top_l > a, #top .top_nav .top_c #top_log_i a, #top .top_nav .top_r > a {
    padding: 0 0.5em;
    height: 100%;
  }
  .top_l img, .top_r img {
    width: 1.3em;
  }
  #left_nav {
    position: fixed;
    z-index: 3333;
    top: 30%;
    left: 15px;
  }
  #top .top_nav {
    width: 100%;
    left: 0;
    margin: 0 auto;
  }
  #top .top_nav .top_c > a {
    display: block;
  }
  #nav div {
    display: block;
  }
  /**wrap**/
  .wrap {
    width: auto;
    height: 100%;
    overflow: hidden;
    margin-top: 0;
  }
  #header {
    margin: 0;
  }
  #Village {
    margin-top: 0.5em;
  }
  #page-box {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  #img {
    margin-top: 0;
  }
  #slideshow, #partner, #links {
    margin-top: 0.5em;
  }
  #footer {
    width: auto;
    height: auto;
    padding: 0 0.5em;
    margin-top: 30px;
  }
  .footer_nav {
    height: auto;
    padding: 10px 0 5px 0;
  }
  #img {
    height: 360px;
  }
  #img_box {
    height: 100%;
  }
  .img_title h3 {
    padding-top: 1em;
  }
  .img_title {
    display: block;
  }
  .img_box_imges {
    height: 100%;
  }
  #nav ul, #nav ul:first-child, #nav ul, #nav ul:last-child {
    width: auto;
  }
  .maim_L_box, .footer_nav, .site_info {
    width: auto;
  }
  .comments-inner, .archive-main, #author-box {
    margin-bottom: 0.5em;
  }
  #single {
    margin-bottom: 0;
  }
  .post-listing .news-c-li {
    width: 355px;
  }
  #s {
    width: 74%;
  }
}
@media screen and (max-width: 1155px) {
  #nav ul:nth-child(5) {
    display: none;
  }
  .nav_i i:first-child {
    display: block;
  }
  .top_c_l .search-field {
    width: 82%;
  }
  .content-inner img {
    max-width: 660px;
  }
  .post-listing .news-c-li {
    width: 309px;
  }
  .img_box_images ul li img {
    width: 810px;
  }
}
@media screen and (max-width: 1024px) {
    #header .message-count{
        display: none;
    }
  .content-inner img {
    max-width: 640px;
  }
  .post-listing .news-c-li {
    width: 309px;
  }
  .img_box_images ul li img {
    width: 718px;
  }
  .content-list-imgbox {
    height: 10em;
  }
  .content-list-imgbox a span {
    height: 10em;
  }
  .costume_content_list img {
    min-height: 10em;
  }
  /***********************/
  /***********************/
}
@media screen and (max-width: 1000px) {
  #left_nav {
    display: none;
  }
  .content-inner img {
    max-width: 1000px;
  }
  .app_img {
    right: 1em;
  }
  #login_wrap {
    right: 10%;
  }
  .post-navigation p {
    width: 100%;
    padding: 0;
  }
  .post-navigation p:last-child {
    clear: both;
    float: left;
  }
  .post-listing .news-c-li {
    width: 398px;
  }
  .img_box_images ul li img {
    width: 700px;
  }
}
@media screen and (max-width: 960px) {
  .img_box_images ul li img {
    width: 672px;
  }
  #nav ul:nth-child(4) {
    display: none;
  }
  .img_box_images ul li img {
    width: 666px;
  }
  .img_title {
    width: 35%;
  }
  #login_wrap {
    left: 0 !important;
    top: 50px;
  }
  .content-inner img {
    max-width: 899px;
  }
  .post-listing .news-c-li {
    width: 374px;
  }
  .img_box_images {
    width: 65%;
  }
  .top_c_r ul li span, #top_log_i span, .village .piece_nav_R ul li:nth-child(9), #top .top_nav .top_c .top_c_r ul li:first-child {
    display: none;
  }
  #top .top_nav .top_c .top_c_r {
    padding-right: 40px;
  }
  .top_c_r ul li {
    background: none;
    padding: 0 10px;
  }
  .top_c_r ul li i {
    font-size: 27px;
    line-height: 40px;
  }
  #top_log_i i {
    font-size: 27px;
    margin-top: 0;
    line-height: 40px;
  }
  .content-inner img {
    max-width: 850px;
  }
  .post-listing .news-c-li {
    width: 339px;
  }
  .img_box_images ul li img {
    width: 540px;
  }
  #crumbs, #top, .top_c .site-time, #login_ad, .village .piece_nav_R ul li:nth-child(8) {
    display: none;
  }
  .body-max-width, .content-area {
    margin: 0 auto auto;
  }
  .wrap .header {
    height: 185px;
  }
  .wrap .header-inner {
    padding-top: 85px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .wrap .header-inner .title {
    font-size: 24px;
  }
  .content-inner h2::before, .content-inner h3::before, .piece_nav_L h2::before, .widget h2::before {
    left: -5px;
  }
  span.ico_type_Original img, span.ico_type_Reprint img {
    width: 20px;
  }
  #top {
    z-index: 0;
    margin-bottom: 0;
  }
  #header .header-wrap {
    height: 40px;
  }
  header #nav {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.98);
    padding-top: 65px;
    display: none;
  }
  #nav ul li {
    float: none;
  }
  #nav ul li a {
    margin: 6px 0;
    border: none;
    font-weight: initial;
    text-align: initial;
  }
  #header .header-search {
    width: 100%;
    position: fixed;
    top: 44px;
    line-height: initial;
    display: none;
  }
  #header .search-form {
    padding: 0 30px;
    margin: 16px 0;
    width: 100%;
    box-sizing: border-box;
  }
  #header .search-form label {
    position: relative;
    display: block;
  }
  #header .search-form i {
    top: -30px;
  }
  #header .logo a img {
    width: auto;
    height: 30px;
  }
  #loginbar, #login_wrap {
    width: 100%;
    height: auto;
  }
  /****/
  #header .logo {
    position: absolute;
    top: 0;
    padding: 0;
    margin: 6px 0 0 -43px;
    border: none;
    left: 50%;
  }
  #top_log_i {
    position: absolute;
    right: 0;
    top: 0;
    line-height: initial;
  }
  #top_log_i a {
    padding: 0 10px;
  }
  #top_log_i i img {
    border-radius: 25px;
  }
  /****/
  .content-inner img {
    max-width: 780px;
  }
  .post-listing .news-c-li {
    width: 304px;
  }
  .img_box_images ul li img {
    width: 498px;
  }
  /****/
  .excerpts .post h3 {
    font-size: 15px;
  }
  .excerpts .title-info_li {
    margin-right: 2em;
  }
  .post-images, .post-images .post-images-item {
    height: auto;
    overflow: hidden;
  }
  /****/
  .music_content_r, .music_content_l {
    width: 100%;
    padding: 4px;
  }
  .music_content .music_content_r li, .music_content .music_content_l li {
    width: 50%;
  }
  .music_content_r {
    margin-top: 30px;
  }
  /****/
  #sidebar {
    display: none;
  }
  .content-area main {
    width: 100% !important;
    padding: 8px;
  }
  .page .content-inner {
    padding: 0px;
  }
  .excerpts .excerpt.excerpt-video {
    width: 50% !important;
  }
  body.tag .excerpts .excerpt.excerpt-video {
    width: 100% !important;
    margin: 0;
  }
  .excerpts.tag .excerpt, .excerpts .excerpt-standard {
    margin: 0;
  }
  .excerpts .excerpt-standard .excerpt-info {
    margin-right: 10px;
    width: calc(100% - 100px);
    margin-bottom: 20px;
  }
  .excerpts .excerpt-standard .excerpt-extra {
    position: absolute;
    margin-top: 0;
  }
  .excerpts .excerpt-standard .excerpt-thumb {
    max-height: 100px;
  }
  .excerpts .post .follow {
    font-size: 12px;
  }
  .maim_L_box {
    padding: 4px;
  }
  .title-info_li {
    margin-right: 2em;
  }
  .img_box_images, .img_box_images ul li img {
    width: 100%;
  }
  .img_box_images ul li a {
    display: block;
    text-align: center;
  }
  .img_title {
    width: 100%;
    height: 2.5em;
  }
  .img_title h3 {
    padding-top: 0;
    line-height: 2.5em;
  }
  .img_title h3 a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding: 0 3em;
  }
  .img_box_nav {
    display: none;
  }
  .img_title .img_title-content li {
    background-color: rgba(43, 43, 43, 0.5);
  }
  .img_title, .img_title .img_title-content li {
    overflow: visible;
  }
  #img .img_title .title-info {
    top: -65px;
    position: relative;
    margin-left: 0.5em;
  }
  #slideshow .title-info_li {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
  }
  .img_nav div {
    height: 50px;
    line-height: 50px;
  }
  .img_nav .fa {
    margin: 0;
    line-height: 50px;
  }
  .site_info > div {
    width: 100%;
  }
  .site_info_l {
    padding: 1em 0;
  }
}
/****点赞***/
.content-extra .content-but {
  width: 180px;
  margin: 20px auto;
  display: block;
  font-size: 14px;
}
.content-extra .post-like {
  height: 40px;
  float: left;
}
.content-extra .likebox img {
  width: 32px;
  height: 32px
}
.content-extra .post-like a.done {
  cursor: not-allowed
}
.content-extra .likebox {
  width: 85px;
  border-radius: 10px;
}
.content-extra .count {
  color: #fff;
  font-size: 1em;
  padding-left: 1em;
}
.content-extra .post-like a {
  height: 40px;
  line-height: 40px;
  background-color: #65CFBC;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 1em;
  padding: 0 10px;
  text-decoration: none;
  outline: none;
  display: block;
}
.content-extra .post-like a:hover {
  opacity: 0.8;
}
.content-extra .post-like i {
  height: 40px;
  font-size: 1.5em;
  float: left;
  line-height: 40px;
  margin-right: 10px;
}
.post-like i {
  transition: all 0.6s;
}
.post-like .post-like-i {
  transform: scale(1.4);
}
.content-inner .liked {
  color: #fff;
  position: relative;
  left: 1em;
  top: -30px;
  display: none;
}
/***点赞结束***/
/*****************************************************************************/
/*****************************************************************************/
.app-footer-nav {
  width: 100%;
  height: 60px;
  max-width: 768px;
  background-color: #fff;
  box-shadow: 0px 0px 3px #ddd;
  position: fixed;
  z-index: 1800;
  bottom: 0;
  left: 50%;
  margin-left: -220px;
}
.category-video .app-footer-nav {
    background-color: #111;
    box-shadow: 0px 0px 3px #666;
}

.app-footer-nav li.add-btn{
    background-color: #eee;
}
.category-video .app-footer-nav li.add-btn{
    background-color: #282828;
}
.app-footer-nav a {
  color: #b3b3b3;
  text-decoration: none;
  line-height: 34px;
  display: inline-block;
  transition: all .5s;
}
.app-footer-nav a i {
  display: block;
}
.app-footer-nav .nav-module a {
  font-size: 12px;
  position: relative;
  bottom: -4px;
  line-height: initial;
}
.app-footer-nav .nav-module a:after {
    width: 8px;
    height: 8px;
    content: '';
    background: var(--a-hover);
    border-radius: 50%;
    display: none;
    position: absolute;
    right: -10px;
    top: 5px;
}
.app-footer-nav .nav-module a.cur:after{
   display: inline-block; 
}
.app-footer-nav .nav-module li.current a {
  color: #00ce47;
}
.app-footer-nav .upload-module a {
  color: #666;
}
.app-footer-nav .nav-module .add-btn i, .app-footer-nav .upload-module .close-btn i {
  font-size: 30px;
}
.app-footer-nav .nav-module a i, .app-footer-nav .upload-module a i {
  font-size: 30px;
}
.app-footer-nav li {
  float: left;
  height: 60px;
  text-align: center;
}
.app-footer-nav .nav-module li {
  width: 20%;
}
.app-footer-nav .upload-option li {
  width: 25%;
  margin: 10px 0;
  position: relative;
  top: 168px;
  animation: ran 0.3s;
  animation-fill-mode: forwards;
}
@keyframes ran {
  0% {
    top: 168px;
  }
  100% {
    top: 0;
  }
}
.app-footer-nav .upload-option li:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.app-footer-nav .upload-option li:nth-child(3) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.app-footer-nav .upload-option li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.app-footer-nav .upload-option li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.app-footer-nav .upload-option li:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.app-footer-nav .upload-option li:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.app-footer-nav .upload-option li:nth-child(7) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.app-footer-nav .upload-option li:nth-child(8) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.app-footer-nav .upload-module {
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  position: fixed;
  top: 0;
  display: none;
}
.app-footer-nav .upload-option {
  width: 100%;
  position: absolute;
  bottom: 80px;
  overflow: hidden;
}
.app-footer-nav .close-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.app-footer-nav .close-btn a {
  width: 68px;
  height: 68px;
  line-height: 68px;
  font-size: 40px;
  display: inline-block;
  transition: all .3s;
}
.app-footer-nav .upload-module a:hover, .app-footer-nav a:hover {
  color: var(--a-hover);
}
/******/
.app-footer-nav .time-container {
  width: 100%;
  overflow: hidden;
  padding: 100px 20px 10px 20px;
  box-sizing: border-box;
  position: relative;
}
.app-footer-nav .time-container .shengxiao img {
    background: none;
    position: absolute;
    width: 500px;
    z-index: -1;
    right: -160px;
    top: -366px;
}
.app-footer-nav .time-container .shengxiao img.shengxiao-img{
    opacity: 0.5;
    transition: all .3s ease;
}
.app-footer-nav .time-container .shengxiao .shengxiao-btn{
    position: absolute;
    top: 30px;
    right: 0;
}
.app-footer-nav .time-container .shengxiao .shengxiao-btn div:first-child{
    margin: -12px 6px 0 0;
}
.app-footer-nav .time-container .shengxiao .shengxiao-btn div{
    width: 130px;
    height: 66px;
    float: left;
    cursor: pointer;
}
.app-footer-nav .timestamp-date {
  width: 64px;
  background: #f8f8f8;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .06), 0 1px 10px 0 rgba(0, 0, 0, .04), 0 0 4px -1px rgba(0, 0, 0, .08);
  border-radius: 4px;
  overflow: hidden;
  float: left;
}
.app-footer-nav .timestamp-date__month {
  width: 64px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background: #e32c28;
  display: block;
}
.app-footer-nav .timestamp-date__date {
  font-size: 34px;
  line-height: 32px;
  color: rgba(0, 0, 0, .88);
  text-align: center;
  padding: 3px 0;
  display: block;
}
.app-footer-nav #week-time {
  color: #ff8f00;
  padding: 0 6px;
  float: left;
  text-align: center;
  margin: 0 24px;
  line-height: 20px;
  position: relative;
  top: 26px;
}
.app-footer-nav .nongli {
  display: inline-block;
  float: right;
  padding: 18px 0;
  position: relative;
  top: 0px;
  font-size: 12px;
  line-height: initial;
  padding: 0;
  font-weight: bold;
}
.app-footer-nav .nongli > span:first-child{
    display: block;
    font-size: 20px;
    margin: 10px 0;
}
.app-footer-nav .nongli span span {
    display: inline-block;
    color: var(--a-hover);
    margin: 0 10px;
    font-size: 16px;
}
/******/
@media screen and (max-width: 768px) {
  .wrap {
    margin-top: 40px;
  }
  .app-footer-nav {
    max-width: auto;
    left: 0;
    margin-left: 0 !important;
  }
  /**************************************/
  .excerpts .excerpt-standard h3, .excerpts .excerpt-standard .excerpt-content {
    font-size: 15px;
    line-height: inherit;
  }
  /*****************************************************************************/
  .ggx-pop .pop-box{
      top: 10px;
  }
  /*****************************************************************************/
  .author .wrap .header-inner .author-desc{
      margin: 0;
  }
  /*****************************************************************************/
}
/*****************************************************************************/
.commentlist .avatar {
    width: 50px;
    height: auto;
    border-radius: 65px;
}
.commentlist #pinglunZan {
    padding: 0 10px;
    line-height: 25px;
}
.commentlist #pinglunZan a {
    color: #c8c8c8;text-decoration: none;
}
.commentlist #pinglunZan .zan {
    color: red;
}
.commentlist .media-heading {
    font-size: 16px;
    margin: 0;
}
.commentlist .media-heading time {
    font-weight: normal;
    color: #888;
    font-size: 14px;
}
.commentlist .label-info {
    font-size: 12px;
    font-weight: normal;
    background-color: #565656;
    padding: 3px;
    color: #fff;
}
.commentlist article {
    overflow: hidden;
    position: relative;
    padding: 10px 0 0 0;
}
.commentlist .pull-left {
    margin-right: 5px;
}
.commentlist small {
    display: inherit;
    font-size: 12px;
}
.commentlist .commentnumber_wrap {
    color: #888;
}
.commentlist .commentnumber {
    float: right;
    padding: 0 10px;
}
.commentlist .comment-awaiting-moderation {
    display: inline-block;
    color: var(--a-hover);
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 768px) {
.commentlist .avatar {
    width: 30px;
    height: 30px;
}
.commentlist #pinglunZan a {
    color: #ddd;
}
}
/*****************************************************************************/
/*****************************************************************************/
.img-swiper{
	overflow: hidden;
	position: relative;
}
.img-swiper img {
	width:100%;
}
.swiper-pagination-bullet-active {
 opacity:1;
 background: #EBA903 !important;
}
/*****************************************************************************/
/*****************************************************************************/

/*****************************************************************************/
/*****************************************************************************/
/******** 上传视频进度 *********************************************************************/
/*****************************************************************************/
.popup-video-update {
    margin: 0 auto;
    max-width: 500px;
    height: 100%;
    position: relative;
    padding: 10px;
    background: #fff;
}
.popup-video-update .popup-wrap{
   height: 100%; 
}
.popup-video-update .popup-wrap .thumb-select{
  position: absolute;
  z-index: 1;
  color: #ddd;
  background: #00000075;
  width: 100%;
  height: 30px;
  line-height: 30px;
  bottom: 0;
  left: 0;
  border: unset;
  text-shadow: 0 1px 1px #000;
}
.popup-video-update .form-btn{
    width: 100px;
    color: var(--text-light);
    opacity: 0.8;
    font-size: 16px;
}
.popup-video-update .form-btn:hover{
    opacity: 1;
}
.popup-video-update .form-btn.draft {
    background: #f9f9f9;
    margin-right: 10px;
}
.popup-video-update .form-foot-btn {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
}
.popup-video-update .popup-thumb-select{
    overflow-y: hidden;
}
.popup-video-update .popup-thumb-select li{
  width: 33.33%;
  height: 120px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border: 1px solid var(--primary);
  float: left;
}
#post-submit {
    background: var(--a-hover);
    color: #fff;
}
#PostForm {
   position: relative;
   border-bottom: 1px solid #ddd;
}
#PostForm #post-content{
    height: 200px;
    text-align: initial;
    padding: 5px;
}
#PostForm #post-content:focus-visible{
    outline: none;
}
#PostForm #post-content a.item-tag{
    display: inline-block;
    padding: 0 2px;
    color: #01A8B0;
}
#PostForm input{
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: none;
}
#PostForm #post-tags{
    position: absolute;
    width: 65px;
    bottom: 0;
    left: 10px;
    padding: 6px 0;
    cursor: pointer;
}
#upvideo-sutus {
    margin: 10px 0;
}
#upvideo-sutus #progress {
  position: absolute;
  width: 100%;
  height: 120px;
  display: none;
}
#upvideo-sutus #bar {
  background-color: #bdbdbd82;
    width: 100%;
    height: 100%;
    position: absolute;
}
#upvideo-sutus #percent {
      position: absolute;
    display: inline-block;
    top: 45%;
    left: 45%;
    color: #fff;
    text-shadow: 1px 1px black;
}
#message {
  color: var(--a-hover);
}
#upvideo-btn {
    width: 120px;
    height: 120px;
    background: #eee;
    color: var(--gray61);
    text-align: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
#output-img{
    margin: 0 2px;
    position: relative;
}
#output-img li{
    width: 120px;
    height: 120px;
    overflow: hidden; 
    cursor: pointer;
    position: relative;
    border: 1px solid var(--primary);
}
#output-img li video{
    height: 100%;
    z-index: -1;
    position: absolute;
}
#upvideo-btn .icon-camera {
    font-size: 50px;
color: inherit;
display: block;
padding: 20px 20px 0;
}
.video-container{
    width: 100%;
    background: #333;
    display: none;
    position: fixed;
    left: 0;
    top: 40px;
    z-index: 999999;
}
.video-entry-wrap{
    margin: 30px auto;
    width: 100%;
    max-width: 800px;
    background: #222;
}
.video-entry{
    position: relative;
padding-bottom: 58.25%;
height: 0;
overflow: hidden;
background: black;
}
.video-entry video{
    width: 100% !important;
margin: 0 auto;
max-height: 467px !important;
background: #000;
}
@media screen and (max-width: 768px) {
    .popup-video-update #PostForm {
        width: 100%;
        position: relative;
        
    }
    .popup-video-update #PostForm textarea{
        border: none;
        
    }
    .popup-video-update .video-entry{
        overflow: initial;
    }
   .popup-video-update #PostForm input#post-tags {
        display: inline-block;
        width: 65px;
        padding: 6px 10px;
        position: absolute;
        bottom: 0;
    }
    .popup-video-update .btn {
        background: #eeeeee;
    }
    .popup-video-update .insert-date{
        font-size: 25px;
        background: none;
        color: #999;
    }
    .popup-video-update .insert-date i{
        font-size: inherit;
    }
}
/****************************************************/
.icon-loading{
    font-size: 50px;
    animation: iconloading 1s linear infinite;
    -webkit-animation:iconloading 1s linear infinite;
    animation-play-state: running;
    position: relative;
    color: #e1e1e1;
    display: none;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -25px;
}
@keyframes iconloading{
    from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}
}
/********************************** player  is-computer *******************************************/
.is-computer #player-wrap {
  width: 100%;
  height: 60px !important;
  background: #222;
  position: fixed;
  transition: .5s;
  z-index: 9999999;
  bottom: 0;
  left: 0;overflow: hidden;
  display: block !important;
  box-shadow: 0 0px 5px 0px #333;
}
.is-computer #player-wrap .lock {
  position: absolute;
  bottom: 55px;
  right: 50px;
  color: #666;
  background: #222;
  padding: 5px 20px;
  border-radius: 20px 20px 9px 0;
  overflow: hidden;
  box-shadow: 0 0 5px 1px #222;
  cursor: pointer;
  transition: all .3s ease;
  z-index: 1;
}
.is-computer #player-wrap .lock:hover {
  color: #999;
}
.is-computer #player {
  position: relative;
  max-width: 1210px;
  margin: 0 auto;
  height: 60px;
}
.is-computer #player-wrap .play-header {
  text-align: center;
  line-height: 50px;
  display: none;
}
.is-computer #player-wrap .play-header .header-nav {
  color: rgba(255, 255, 255, 0.2);
}
.is-computer #player-wrap .play-header .back {
  font-size: 35px;height: 60px;
  color: #666;
  position: absolute;
  left: 0;background: #222;
}
.is-computer #player-wrap .arrow-right{
	position: fixed;
bottom: 60px;
left: -40px;
font-size: 35px;
background: #222;
padding: 10px 0;
color: #999;cursor: pointer;
}
.is-computer #player-wrap .play-header .header-nav, #player-wrap .play-header .btn {
  display: inline-block;
}
.is-computer #player-wrap .play-header .header-nav .btn:after {
  background: linear-gradient(#fff0, #c6c6c6 52%, #fff0);
  width: 1px;
  height: 10px;
  content: '';
  display: inherit;
  position: relative;
  top: 0;
  left: 9px;
}
.is-computer #player-wrap .play-header .header-nav .btn:last-child:after {
  display: none;
}
.is-computer #player-wrap .play-header .close {
	font-size: 35px;color: #666;
}
.is-computer #player-wrap .play-header .btn {
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.is-computer #player-wrap .play-header .btn:hover {
  color: #fff;
}
.is-computer #player .song {
  position: absolute;
  width: 100%;
  margin: 0 auto;
}
.is-computer #player-wrap .current {
  color: #fff;
  font-weight: 700;
}
.is-computer #player .song-artist {
  text-align: center;
  font-size: 30px;
  display: none;
}
.is-computer #player .song-playing {
  padding: 10px 50px;
  box-sizing: border-box;
  background: #222;
}
.is-computer #player .song-lrc {
  text-align: center;
  font-size: 30px;
  width: 50%;
bottom: 60px;
right: 0;
  background: #333;
  border-left: 2px solid #2f2f2f;
  color: #888;
  border-radius: 0 10px 0 0;
  overflow: hidden;display: none;
}
.is-computer #player .cover {
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  float: left;
  box-shadow: 0 0px 4px #999;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 4px;
}
.is-computer #player .cover img {
  width: 100%;
  height: auto;
}
@keyframes rotate {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg)
  }
}
.is-computer #player .ctrl {
  text-shadow: 0 1px 2px #000;
  line-height: 16px;
  float: left;
  width: 590px;
}
.is-computer #player .ctrl .tag, .is-computer #player .ctrl .tag strong, .is-computer #player .ctrl .tag span {
  display: inline-block;
  text-overflow: ellipsis;
}
.is-computer #player .ctrl .tag span {
  font-size: 12px;
  color: #ccc;
  line-height: 1;
}
.is-computer #player .icon {
  display: inline-block;
  cursor: pointer;
font-size: 20px;
line-height: 50px;
text-align: center;
padding: 0 10px;
}
.is-computer #player .play-btn .play-center .icon {
  opacity: 0.9;
}
.is-computer #player .icon:hover, .is-computer #player .icon.enable {
  opacity: 1;
}
.is-computer #player .icon:active {
  opacity: 0.3;
}
.is-computer #player .control {
  margin: -4px 40px;
}
.is-computer #player .control .playback{
    border: 1px solid #ddd;
    color: #fff;
border-radius: 50%;
text-align: center;
width: 30px;
line-height: 28px;
margin: 0 20px;
padding: 0;
}
.is-computer #player .volume .slider {
  margin-top: 8px;
  margin-left: 10px;
  width: 100px;
}
.is-computer #player .play-center {
  display: inline-block;
  line-height: 50px;
}
.is-computer #player .volume {
  display: inline-block;
  margin: 10px 0 0 50px;
  border-radius: 5px;
  position: absolute;
}
.is-computer #player .volume .iconfont{
   padding: 0;
   line-height: initial;
}
.is-computer #player .progress {
  position: relative;
  margin: 12px 0 0 0;
  width: 100%;
}
.is-computer #player .timer {
  line-height: 0.8;
  float: right;
  color: #666;
}
.is-computer #player .extra {
  position: relative;
  margin-top: -5px;
}
.is-computer #player .extra .num {
  position: absolute;
  right: -30px;
  bottom: 16px;
  background: #151515;
  font-size: 12px;
  color: #555;
  padding: 0 4px;
  box-shadow: 1px 1px 1px #333;
  width: 40px;
  border-radius: 0 10px 10px 0;
  text-align: center;
  line-height: 18px;
}
.is-computer #player .repeat, .is-computer #player .progress .shuffle {
  background-position: center bottom;
}
.is-computer #player .repeat.once, .is-computer #player .repeat.all {
  opacity: 1;
}
/******************************************************************/
.is-computer .slider {
  background: rgba(183, 183, 183, 0.3);
  height: 5px;
  position: relative;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  z-index: 1;
}
.is-computer .slider:hover a, .is-computer .slider.enable a {
  opacity: 1;
}
.is-computer .slider a {
  background: #fff;
  margin-left: -2.5px;
  position: absolute;
  opacity: 0;
  width: 15px;
  height: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: -5px;
  box-shadow: 0px 0px 6px white;
}
.is-computer .progress .slider a {
  opacity: 1;
}
.is-computer .slider .loaded, .is-computer .slider .pace {
  position: absolute;
  height: 100%;
  opacity: 0.8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.is-computer .slider .loaded {
  background: rgba(255, 255, 255, 0.2);
}
.is-computer .slider .pace {
  background: #fff;
}
.is-computer #player .song-lrc, .is-computer #playlist {
  height: 400px;
}
.is-computer #playlist {
  position: absolute;
  z-index: 2;
  bottom: 65px;
left: 0;
background: #333;
width: 50%;
  border-radius: 10px 0 0 0;
  overflow: hidden;display: none;
}
.is-computer #player .song-lrc .close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 30px;
  cursor: pointer;
}
.is-computer #player .song-lrc .close:hover {
  color: #f00;
}
.is-computer #player .song-lrc-title, .is-computer #playlist .listhd {
  padding: 15px 0;
  background: #282828;
  color: #888;
  font-size: 14px;
  box-shadow: 0 0px 1px rgba(255, 255, 255, 0.34);
}
.is-computer #playlist .listhd > span:nth-child(1) {
  margin-left: 28px;
}
.is-computer #playlist .listhd > span:nth-child(2) {
  float: right;
  margin-right: 28px;
}
.is-computer #playlist ul {
  padding: 20px 0 20px 0;
  position: relative;
  overflow: scroll;
  height: 380px;
  margin: -12px -17px 0 0;
  z-index: -1;
}
.is-computer #playlist li {
  color: #999;
  font-size: 12px;
  line-height: 2;
  padding: 0 25px;
  cursor: pointer;
  text-overflow: ellipsis;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  list-style-type: none;
}
.is-computer #playlist li:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.is-computer #playlist li.playing {
  background: url(./player/playing.gif) no-repeat 4px center;
  color: #fff;
  background-color: #222;
  font-weight: bold;
}
.is-computer #playlist li .artist {
  width: 7em;
}
.is-computer #player .balloon {
  position: absolute;
  width: 5em;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background: rgb(77, 77, 77);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  color: #fff;
  top: -8px;
  display: none;
}
/**
 ** 自适应
 **/
@media (min-width: 768px) {
  .is-computer #player-wrap {
    overflow: inherit !important;
  }
}
@media (max-width: 768px) {
	
  .is-computer #player-wrap {
    height: auto !important;
    top: 0;left: -768px;
  }
  .is-computer #player-wrap .play-header {
    display: block;
  }
  .is-computer #player .song-playing {
    padding: 10px;
  }
  .is-computer #player .control {
    margin: 0;
    padding: 40px 0;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .is-computer #player .volume {
    margin: 80px 0 0 0;
    right: 20px;
  }
  .is-computer #player .ctrl {
    width: 100%;
    padding: 20px 10px;
  }
  .is-computer #player .cover {
    float: none;
    width: calc(100% - 30px);
    min-height: 400px;
    margin: 0 auto;border: none;
    box-shadow: none;
  }
    .is-computer #player .progress{
    	margin: 20px 0 0 0;
    }
    .is-computer #player .extra {
        position: absolute;
    }
    .is-computer #player .extra.right {
        top: 40px;
        right: 30px;
    }
}
/************************ 裁剪弹窗 *****************************************************/
.str {
    width: 150px;
    height: 150px;
    border: solid 1px #e3e3e3;
    padding: 5px;
    margin-top: 10px
}
.l-btn{
    display: inline-block;
    outline: none;
    resize: none;
    border: none;
    padding:5px 10px;
    background: #8C85E6;
    color: #fff;
    border:solid 1px #8C85E6;
    border-radius: 3px;
    font-size: 14px;
}
.l-btn:hover{
    background: #8078e3;
    animation: anniu 1s infinite;
}
.l-btn:active{
    box-shadow: 0 2px 3px rgba(0,0,0,.2) inset;
}
.hidden{
    display: none;
}
.tailoring-container, .tailoring-container div, .tailoring-container p{
    margin: 0;padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.tailoring-container{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2001;
    top: 0;
    left: 0;
}
.tailoring-container .black-cloth{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: .9;
    z-index: 2001;
}
.tailoring-container .tailoring-content{
    position: absolute;
    width: 768px;
    height: 560px;
    background: #fff;
    z-index: 2001;
    left: 0;
    top: 0;

    /* 水平垂直居中 浏览器版本号低的不支持transform */
    /*left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -weblit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);*/

    border-radius: 10px;
    box-shadow: 0 0 10px #000;
    padding: 10px;
}

.tailoring-content-one{
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #DDD ;
}
.tailoring-content .choose-btn{
    float: left;
}
.tailoring-content .close-tailoring{
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: #eee;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    float: right;
    cursor: pointer;
}
.tailoring-content .close-tailoring:hover{
    background: #ccc;
}

.tailoring-content .tailoring-content-two{
    width: 100%;
    height: 460px;
    position: relative;
    padding: 5px 0;
}
.tailoring-content .tailoring-box-parcel{
    width: 520px;
    height: 450px;
    position: absolute;
    left: 0;
    border: solid 1px #ddd;
}
.tailoring-content .preview-box-parcel{
    display: inline-block;
    width: 228px;
    height: 450px;
    position: absolute;
    right: 0;
    padding: 4px 14px;
}
.preview-box-parcel p{
    color: #555;
}
.previewImg{
    width: 200px;
    height: 200px;
    overflow: hidden;
}
.preview-box-parcel .square{
    margin-top: 10px;
    border: solid 1px #ddd;
}
.preview-box-parcel .circular{
    border-radius: 100%;
    margin-top: 10px;
    border: solid 1px #ddd;
}

.tailoring-content .tailoring-content-three{
    width: 100%;
    height: 40px;
    border-top: 1px solid #DDD ;
    padding-top: 10px;
}
.sureCut{
    float: right;
}

@media all and (max-width: 768px) {
    .tailoring-container .tailoring-content{
        width: 100%;
        min-width: 320px;
        height: 460px;
    }
    .tailoring-content .tailoring-content-two{
        height: 360px;
    }
    .tailoring-content .tailoring-box-parcel{
        height: 350px;
    }
    .tailoring-container .tailoring-box-parcel{
        width: 100%;
    }
    .tailoring-container .preview-box-parcel{
        display: none;
    }
}
/*****************************************************************************/
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/*****************************************************************************/
/*!
 * Cropper v4.1.0
 * https://fengyuanchen.github.io/cropper
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-10-12T07:43:47.783Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
/*****************************************************************************/
body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

/*****************************************************************************/
.video-feed-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

/* 顶部导航 */
.video-feed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 600px;
    margin: 0 auto;
    z-index: 100;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feed-title {
    font-size: 1.2rem;
    font-weight: 600;
}

.category-selector select {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.9rem;
}

/* 视频容器 */
.video-container {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.video-slide {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-wrapper:hover .video-overlay,
.video-wrapper.paused .video-overlay {
    opacity: 1;
}

.play-pause-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.play-pause-btn:hover {
    transform: scale(1.1);
}

.play-pause-btn i {
    font-size: 2rem;
}

/* 视频信息 */
.video-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    padding-bottom: 80px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.video-title {
    font-size: 1.1rem;
    margin-bottom: 15px;
    max-width: 80%;
}

/* 视频操作按钮 */
.video-actions {
    position: absolute;
    right: 15px;
    bottom: 150px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.action-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.action-btn:hover {
    transform: scale(1.1);
}

.action-btn i {
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.action-btn span {
    font-size: 0.9rem;
}

.like-btn.liked i {
    color: #ff2c55;
}

.favorite-btn.favorited i {
    color: #ff2c55;
}

/* 评论区域 */
.comments-section {
    max-height: 150px;
    overflow-y: auto;
    margin-top: 10px;
}

.comments-list {
    margin-bottom: 10px;
}

.comment-item {
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.comment-author {
    font-weight: 600;
    margin-right: 5px;
}

.add-comment {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.comment-input {
    flex-grow: 1;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 20px;
    padding: 8px 15px;
    color: white;
    font-size: 0.9rem;
}

.comment-input:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}

.send-comment {
    background: none;
    border: none;
    color: #2196f3;
    cursor: pointer;
    font-size: 1.2rem;
}

/* 加载指示器 */
.loading-indicator {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: none;
}

.spinner {
    width: 30px;
    height: 30px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* 分享弹窗 */
.share-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
}

.share-content {
    background-color: #222;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 300px;
    text-align: center;
}

.share-title {
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.share-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.share-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.share-btn i {
    font-size: 1.2rem;
}

.copy-link {
    background-color: #2196f3;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    width: 100%;
}

.close-share {
    margin-top: 15px;
    background: none;
    border: 1px solid #666;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    width: 100%;
}

/* 适配不同屏幕 */
@media (max-width: 600px) {
    .video-feed-header {
        padding: 10px 15px;
    }
    
    .video-info {
        padding: 15px;
        padding-bottom: 60px;
    }
    
    .action-btn i {
        font-size: 1.5rem;
    }
}
/*****************************************************************************/