/* CSS Document */
:root {
  --body: #f8f8f8;
  --bol: #f0f0f0;
  --border: #e2e3e5;
  --box: rgba(255, 255, 255, 0.9);
  --c0: #000000;
  --c3: #333333;
  --c4: #444444;
  --c6: #666666;
  --c9: #999999;
  --cc: #cccccc;
  --ce: #eeeeee;
  --grey: #cccccc;
  --hover: rgba(0, 0, 0, 0.01);
  --link: #000000;
  --main: #1f5ef5;
  --main-d: #0e49d8;
  --main-l: #e1effc;
  --main-l-d: #a6cffe;
  --main-s: #3faaff;
  --panel: rgba(0, 0, 0, 0.04);
  --popup: rgba(248, 248, 248, 0.98);
  --shadow: 0px 10px 25px rgba(0, 0, 0, 0.4);
  --shadow-l: 0px 0 10px #eee;
  --success: #07c160;
  --success-d: #01ac53;
  --success-l: #e6f4ed;
  --success-l-d: #a4dbc0;
  --success-s: #14d671;
  --warn: #e64340;
  --warn-d: #ce3c39;
  --warn-l: #f6dfdf;
  --warn-l-d: #ecc5c5;
  --warn-s: #f26260;
  --white: #ffffff;
  --zebra: rgba(0, 0, 0, 0.02);
}
/* CSS Document */
.pgs {
  padding-top: 15px;
}
.theme-list-item .cover {
  width: 160px;
  padding-right: 0 !important;
  margin-right: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.radius5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#article-side {
  width: 360px;
}
#sidebox {
  width: 260px;
  background: var(--box);
  position: sticky;
  z-index: 1;
  top: 30px;
  margin-bottom: 20px;
}
#sidebox h3 {
  background: var(--c4);
  color: var(--white);
  height: 60px;
  line-height: 60px;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  padding-left: 20px;
  font-size: 18px;
}
#sidebox ul {
  padding: 12px 20px 12px 36px;
}
#sidebox ul li {
  line-height: 36px;
  font-size: 16px;
  list-style: disc;
}
#sidebox ul li.a span {
  color: var(--main);
}
#sidebox dd {
  display: inline-block;
  padding-right: 4px;
}
#sidebox dd a {
  display: block;
  color: var(--c6);
  font-size: 14px;
  background: var(--ce);
  line-height: 24px;
  padding: 0 10px;
}
#sidebox dd.a a {
  background: var(--warn-l);
  color: var(--warn);
}
#sidebox dd.more a {
  background: none;
  color: var(--cc);
}
#sidebox dd.more a:hover {
  color: var(--main);
}
/**/
.article-panel {
  padding-right: 30px;
  text-align: center;
}
.article-panel ul {
  position: sticky;
  z-index: 1;
  top: 150px;
}
.article-panel li {
  padding-bottom: 10px;
  position: relative;
}
.article-panel li p {
  padding-top: 5px;
}
.article-panel li span.icon {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 28px;
  background: var(--panel);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.article-panel li a:hover span.icon,
.article-panel li.a span.icon {
  background: var(--main);
  color: var(--white);
}
.article-panel dl {
  left: 44px;
  top: 0;
}
.article-panel li:hover dl {
  display: block;
}

.article-box {
  padding: 30px 50px;
  background: #fff;
  margin-bottom: 30px;
}
/*鏂囩珷鏌ョ湅*/
.article_subject {
  border-bottom: 1px solid var(--border);
}
.article_subject h2 {
  font-size: 32px;
  font-weight: 500;
}
.article_subject div.flexbox {
  padding-bottom: 12px;
  font-size: 14px;
  color: var(--c9);
}
.article_subject div.flex a {
  color: var(--c0);
  padding-right: 10px;
}
.article_subject div.manager {
  position: relative;
}
.article_subject div.manager a.icon {
  font-size: 24px;
}
.article_subject div.manager:hover .popupmenu {
  display: block;
  top: 5px;
}

.article_abstract {
  background: var(--panel);
  padding: 18px;
  margin-top: 30px;
  font-size: 16px;
}
.article_content {
  padding-top: 30px;
  font-size: 18px;
  line-height: 1.8;
}
.article_keyword a {
  font-size: 16px;
  color: var(--main);
}
.article_condition {
  max-height: 800px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.article_condition_list {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), #fff);
  padding: 16px 0;
}
.article_condition_list:after {
  font-family: "Mico-p";
  content: "\e784";
  display: block;
  color: var(--main);
}

/*reply*/
.reply {
  padding: 0 30px 15px 30px;
}
.reply_avatar {
  padding-right: 20px;
}
.reply_avatar img {
  width: 48px;
  height: 48px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.reply_send {
  background: var(--panel);
  padding: 14px;
}
.reply_body {
  border-bottom: 1px solid var(--bol);
  padding-bottom: 14px;
}
.reply_body h4 a {
  font-size: 16px;
  font-weight: 400;
  color: var(--c6);
  padding: 16px 0;
}
.reply_body div.reply_content {
  font-size: 16px;
  padding: 6px 0;
}
.reply_body div.date .flex {
  font-size: 14px;
  color: var(--grey);
}
.reply_body div.date .flex a:before {
  content: "-";
  padding: 0 6px;
  color: var(--c0);
}
.reply_body div.date .flex a.btn {
  display: inline-block;
  background: var(--ce);
  padding: 0 14px;
  margin-left: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.reply_body div.date .flex a.btn:before {
  content: "";
  padding: 0px;
}
.reply_body div.date a.icon {
  font-size: 18px;
  color: var(--grey);
}
.reply_body div.date a.icon:hover {
  color: var(--warn);
}
.reply_comment {
  background: var(--panel);
  padding: 8px 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  max-width: 80%;
  margin-top: 12px;
}
.reply_comment a {
  color: var(--main);
}
.reply_comment a:after {
  content: ":";
  padding: 0 6px;
  color: var(--c0);
}

#simplereplys .reply {
  padding: 10px;
}
/**/
.threadlist {
  padding: 0 30px 15px 30px;
}
.threadlist li {
  border-bottom: 1px solid var(--bol);
  padding: 15px 0;
}
.threadlist li img {
  width: 120px;
}
.threadlist li .flex {
  padding-left: 15px;
}
.threadlist li h4 {
  font-size: 18px;
  font-weight: 400;
}
.threadlist li dl {
  padding: 6px 0;
}
.threadlist li dd {
  display: inline-block;
  background: var(--panel);
  padding: 0 10px;
  margin-right: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.threadlist li dd.type {
  background: var(--main-l);
}
.threadlist li:last-child {
  border-bottom: 0px;
  padding-bottom: 5px;
}
.threadlist li:hover h4 {
  color: var(--main);
}
/**/
.threadtop {
  padding: 16px 20px;
}
.threadtop li {
  padding-bottom: 10px;
}
.threadtop li:last-child {
  padding-bottom: 0px;
}
.threadtop li span {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background: var(--panel);
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin-top: 4px;
}
.threadtop li a {
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.6;
}
.threadtop li:nth-child(1) span {
  background: var(--warn);
  color: var(--white);
}
.threadtop li:nth-child(2) span {
  background: var(--main);
  color: var(--white);
}
.threadtop li:nth-child(3) span {
  background: var(--success);
  color: var(--white);
}

/**/
.sidecollections {
  padding: 20px;
}
.sidecollections .swiper {
  width: 320px;
  overflow: hidden;
  position: relative;
}
.sidecollections .swiper-slide {
  position: relative;
}
.sidecollections .swiper-slide p {
  font-size: 16px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.sidecollections .swiper-slide img {
  width: 100%;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.sidecollections .swiper-pagination {
  bottom: 50px;
}

/**/
.collectionitem {
  float: left;
  width: 300px;
}
.collectionitem a {
  display: block;
  padding-bottom: 20px;
}
.collectionitem.middle {
  padding: 0 25px;
}
.collectionitem img {
  display: block;
  width: 300px;
  height: 200px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.collectionitem .info {
  padding: 10px 14px 16px 14px;
  height: 104px;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: var(--bol);
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.collectionitem h3 {
  font-size: 18px;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  font-weight: 500;
  margin-bottom: 8px;
}
.collectionitem p {
  color: var(--c9);
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}
.collectionitem:hover .info {
  border-color: var(--main-l-d);
  background: var(--main-l);
}
.collectionitem:hover h3 {
  color: var(--main);
}
.collectionitem:hover p {
  color: var(--main);
}

/**/
.collection-banner {
  background: var(--white);
  padding: 110px 0 30px 0;
}
.collection-banner .cover {
  width: 300px;
  padding-right: 30px;
}
.collection-banner img {
  width: 100%;
  display: block;
}
.collection-banner div.flex {
  padding-top: 20px;
  padding-right: 180px;
}
.collection-banner h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
}
.collection-banner p.summary {
  font-size: 16px;
  color: var(--c3);
  padding: 6px 0;
}
.collection-banner p.info {
  font-size: 14px;
  color: var(--c9);
}

.collection-thread {
  padding: 30px;
}
.collection-thread li span.list {
  width: 48px;
  color: var(--c9);
  font-size: 18px;
  padding-top: 10px;
  font-style: italic;
}
.collection-thread li:hover span.list {
  color: var(--warn);
}
.collection-thread li:hover h3 {
  color: var(--main);
}
.collection-thread li div.flex {
  border-bottom: 1px solid var(--bol);
  padding: 10px 0;
}
.collection-thread li div.flex h3 {
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 400;
}
.collection-thread li div.flex h3 span.price {
  font-size: 12px;
  font-weight: 400;
  background: var(--warn-l);
  color: var(--warn);
  padding: 0 7px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.collection-thread span.type {
  display: inline-block;
  background: var(--main-l);
  color: var(--main);
  padding: 0 7px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.collection-thread span.type_album {
  background: var(--success-l);
  color: var(--success);
}
.collection-thread span.type_video {
  background: var(--c0);
  color: var(--white);
}
.collection-thread span.date {
  padding-left: 14px;
  color: var(--c9);
  font-size: 12px;
}
/**/
.quick-share {
  background: var(--success);
  margin-bottom: 20px;
}
.quick-share li a {
  display: block;
  padding: 16px 0 12px 0;
}
.quick-share li a span {
  color: var(--white);
  font-size: 28px;
  padding-bottom: 4px;
}
.quick-share li a p {
  color: var(--success-l);
}
.quick-share li:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.quick-share li a:hover {
  background: var(--success-d);
}
.quick-share li:first-child a:hover {
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
.quick-share li:last-child a:hover {
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}

/**/
#directory {
  position: sticky;
  z-index: 1;
  top: 110px;
}
.collection-directory {
  padding: 20px;
  overflow-y: scroll;
}
.collection-directory li span.list {
  width: 36px;
  color: var(--c9);
  font-size: 16px;
  padding-top: 10px;
  font-style: italic;
}
.collection-directory li:hover span.list,
.collection-directory li.a span.list {
  color: var(--warn);
}
.collection-directory li:hover h3,
.collection-directory li.a h3 {
  color: var(--main);
}
.collection-directory li div.flex {
  border-bottom: 1px solid var(--bol);
  padding: 10px 0;
}
.collection-directory li div.flex h3 {
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 400;
}
.collection-directory span.type {
  display: inline-block;
  background: var(--main-l);
  color: var(--main);
  padding: 0 7px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.collection-directory span.type_album {
  background: var(--success-l);
  color: var(--success);
}
.collection-directory span.type_video {
  background: var(--c0);
  color: var(--white);
}
.collection-directory span.date {
  padding-left: 14px;
  color: var(--c9);
  font-size: 12px;
}
.collection-directory li:last-child div.flex {
  border-bottom: 0px;
  padding-bottom: 0px;
}

/**/
#body_view_album #header,
#body_view_video #header {
  height: 60px;
}
#body_view_album #header .logo,
#body_view_video #header .logo {
  padding: 15px 0;
}
#body_view_album #header .logo img,
#body_view_video #header .logo img {
  height: 30px;
}
#body_view_album .nav,
#body_view_video .nav {
  padding: 10px 0 0 80px;
}
#body_view_album .userpanel,
#body_view_video .userpanel {
  padding-top: 10px;
}

/**/
.hugescreen {
  padding-top: 80px;
  padding-bottom: 30px;
  height: calc(100% - 110px);
}
.hugescreen .wrap {
  height: 100%;
  background: var(--box);
  box-shadow: var(--shadow-l);
  -webkit-box-shadow: var(--shadow-l);
}
.hugescreen .screen {
  padding: 20px;
  position: relative;
}
.hugescreen .screen .screen-tip {
  position: absolute;
  right: 15px;
  top: 25px;
}
.screen-tip span {
  position: relative;
  padding: 10px 16px;
  border: 1px solid #efc98a;
  background: #fdf7eb;
  color: #e09034;
}
.screen-tip span:before,
.screen-tip span:after {
  position: absolute;
  font-size: 0px;
  border-style: solid;
  border-width: 10px;
  border-color: #efc98a transparent transparent;
  content: "";
  left: 20px;
  bottom: -20px;
}
.screen-tip span:after {
  bottom: -19px;
  border-color: #fdf7eb transparent transparent;
}

.hugescreen .captions {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 440px;
  border-left: 1px solid var(--border);
}
.captions_hd {
  padding: 30px 20px 20px 20px;
}
.captions_hd li {
  float: left;
  position: relative;
}
.captions_hd li#btn_poster {
  padding-left: 10px;
}
.captions_hd li#btn_poster a {
  display: block;
  background: #ff5967;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0 0 0 15px;
}
.captions_hd li#btn_poster a span {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  font-size: 20px;
  padding: 0 5px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 10px;
}
.captions_hd li#btn_poster a:hover {
  background: #ff7385;
}
.captions_hd li a.btn_share {
  display: inline-block;
  vertical-align: top;
  border: 1px solid var(--border);
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
}
.captions_hd ul.flex li {
  padding-right: 15px;
  text-align: center;
}
.captions_hd ul.flex li span {
  font-size: 24px;
}
.captions_hd ul.flex li p {
  line-height: 16px;
  font-size: 12px;
}
.captions_hd ul.flex li.a span {
  color: var(--main);
}
.captions_hd li:hover dl {
  display: block;
  left: 0;
  top: 30px;
}

.captions_bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow-y: scroll;
  padding: 10px 12px 20px 20px;
  background: #fff;
  -moz-border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
}
.captions_ft {
  padding: 20px;
  border-top: 1px solid var(--border);
  -moz-border-radius: 0 0 10px 0;
  -webkit-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}
.captions_form {
  background: var(--panel);
  height: 40px;
  padding: 10px;
}
.captions_form p {
  text-align: center;
  line-height: 40px;
}
.captions_form button {
  width: 60px;
  height: 40px;
  border: 0px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background: var(--success);
  color: var(--white);
}

/**/
.captions_replys {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid var(--border);
  color: var(--c9);
  padding-bottom: 16px;
}
.captions_replys span {
  padding: 0 6px;
}
.captions_bd .reply {
  padding: 0 0 15px 0;
}
.captions_bd .reply_avatar img {
  width: 32px;
  height: 32px;
}
.captions_bd .reply_avatar {
  padding-right: 12px;
}
.captions_bd .reply_body h4 {
  font-size: 14px;
}
.captions_bd .reply_body div.reply_content {
  font-size: 14px;
}

/*骞荤伅*/
.albumviewer,
.videoviewer {
  width: 819px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.albumviewer .swiper,
.albumviewer .swiper-wrapper,
.albumviewer .swiper-slide {
  height: 100%;
  text-align: center;
}
.albumviewer .swiper-pagination {
  bottom: 0px;
  text-align: right;
}
.albumviewer .swiper-pagination-current {
  font-size: 18px;
}
.albumviewer .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.albumviewer .swiper-slide p {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgba(245, 245, 245, 0.8);
  padding: 20px;
  width: calc(100% - 40px);
  text-align: left;
  font-size: 16px;
}
.albumviewer img {
  display: block;
  margin: 0 auto;
  max-width: 85%;
  max-height: 85%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.swiper-button-next,
.swiper-button-prev {
  width: 20.25px;
  height: 33px;
  background-size: 20.25px 33px;
}

/**/
.screen_condition {
  width: 400px;
  margin: 0 auto;
  text-align: left;
}
.screen_condition span.icon {
  font-size: 48px;
}
.screen_condition .flex {
  border-left: 1px solid var(--border);
  margin-left: 16px;
  font-size: 16px;
  padding: 16px 0 16px 16px;
}

/*瑙嗛*/
#body_view_video .screen {
  background: #333;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
.videoviewer .videobox {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.videoviewer .videobox .icon-loading {
  font-size: 48px;
  display: block;
  margin: 0 auto;
  color: #fff;
}
.videoviewer .videobox .playvideo {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.videoviewer .videobox .playvideo:before {
  font-family: "Mico-p";
  content: "\e624";
  font-size: 48px;
  color: #fff;
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.videoviewer .transverse .playvideo img {
  width: 100%;
}
.videoviewer .direction .playvideo img {
  height: 100%;
  margin: 0 auto;
}

.videoviewer video {
  display: block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 auto;
}

.videoviewer .screen_condition {
  height: 100%;
}
.videoviewer .screen_condition a {
  color: var(--white);
}
.videoviewer .screen_condition .flex {
  border-left: 1px solid #444;
}

/**/
.captions .article_subject h2 {
  font-size: 22px;
}
.captions .article_subject div.manager:hover .popupmenu {
  left: -80px;
  top: 20px;
}
.captions .collection-directory {
  background: var(--panel);
  margin-top: 15px;
  padding: 10px 5px;
}
.captions .collection-directory ul {
  padding: 0 15px 10px 15px;
  max-height: 600px;
  overflow-y: scroll;
}
.captions .collection-directory + .captions_replys {
  border-top: 0px;
  padding-top: 0px;
}
.captions_content {
  padding-top: 14px;
  font-size: 16px;
  color: var(--c3);
}
.captions_keyword {
  padding-top: 14px;
  font-size: 16px;
  line-height: 28px;
}
body {
  background: var(--body);
  color: var(--c0);
}
a {
  color: var(--c0);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.bulk {
  padding-top: 30px;
  min-height: 500px;
  padding-bottom: 30px;
}
.bulk .leftbox {
  padding-right: 30px;
}
.bulk .rightbox {
  padding-left: 30px;
}
.fig-leaf {
  position: fixed;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  top: 80px;
  background: var(--body);
  height: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 888;
}
#mainbox .tabs {
  background: var(--body);
  z-index: 1;
  top: 110px;
}
#mainbox .tabs ul {
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  padding: 20px 30px 0 30px;
  background: var(--panel);
}
#mainbox .content {
  background: var(--white);
  padding: 0 30px 30px 30px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  min-height: 500px;
}
#mainbox .bulk-fa {
  background: var(--body);
  position: sticky;
  z-index: 1;
  top: 110px;
}
#mainbox .bulk-fa:before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: var(--white);
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

/**/
.s12 {
  font-size: 12px;
}
.s16 {
  font-size: 16px;
}
.s18 {
  font-size: 18px;
}
.s20 {
  font-size: 20px;
}
.s24 {
  font-size: 24px;
}

/*头部*/
#header {
  background: rgba(255, 255, 255, 0.98);
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1000;
  border-bottom: 1px solid #eee;
  height: 80px;
}
#header .diyset {
  position: absolute;
  right: 0px;
  top: 0px;
}
#header .diyset img {
  width: 48px;
  height: 48px;
}
#header .diyset span {
  margin-top: 10px;
  margin-right: 10px;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 28px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#header .logo {
  padding: 20px 0;
}
#header .logo img {
  height: 40px;
  display: block;
}
.nav {
  padding: 20px 0 0 80px;
  font-size: 16px;
}
.nav li {
  float: left;
  line-height: 40px;
  position: relative;
}
.nav li:after {
  padding: 0 15px;
  content: "|";
  color: var(--grey);
  line-height: 40px;
}
.nav li:last-child:after {
  padding: 0px;
  content: "";
}
.nav li.a a,
.nav li.c strong {
  color: var(--main);
}
.nav li span.icon-lower {
  padding-left: 6px;
  font-size: 12px;
}
.nav li dl {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  left: 0px;
  top: 40px;
  padding: 24px;
  background: var(--white);
  width: 600px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 172px top;
  -ms-transform-origin: 172px top;
  transform-origin: 172px top;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 1.3, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.3, 1.3, 0.3, 1);
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
}
.nav li dl dt {
  padding-left: 14px;
}
.nav li:hover dl {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 172px top;
  -ms-transform-origin: 172px top;
  transform-origin: 172px top;
}

.nav li dl dd {
  float: left;
  width: 280px;
  padding: 0 10px;
}
.nav li dl dd a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid var(--bol);
  color: var(--c3);
}
.nav li dl dd a:hover,
.nav li dl dd.a a {
  color: var(--main);
}
.nav li dl dd.nb a {
  border-bottom: 0px;
}
.nav li dl dd img {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 10px;
}

/*用户信息*/
.userpanel {
  padding-top: 20px;
}
.userpanel li {
  float: left;
  position: relative;
  font-size: 14px;
}
.userpanel li a {
  display: block;
  line-height: 40px;
}
.userpanel li.service {
  padding-right: 18px;
}
.userpanel li.service a {
  background: var(--panel);
  padding: 0 16px;
}
.userpanel li.service a .icon {
  font-size: 20px;
  padding-right: 4px;
}
.userpanel li.notice a {
  padding: 0 18px 0 0;
}
.userpanel li.notice .icon {
  font-size: 24px;
  vertical-align: middle;
}
.userpanel li.avatar img.head {
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.userpanel li.avatar .icon-lower {
  font-size: 12px;
  padding-left: 6px;
}
.userpanel li span.badge {
  position: absolute;
  right: 8px;
  top: 0px;
}
.userpanel li dl {
  position: absolute;
  top: 40px;
  right: 0px;
  width: 280px;
  background: var(--white);
  padding: 18px 24px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 172px top;
  -ms-transform-origin: 172px top;
  transform-origin: 172px top;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 1.3, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.3, 1.3, 0.3, 1);
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
}
.userpanel li.avatar:hover dl {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 122px top;
  -ms-transform-origin: 122px top;
  transform-origin: 122px top;
}
.userpanel dd a {
  padding: 0 10px;
}
.userpanel dd a:hover {
  background: var(--panel);
}
.userpanel dd.userinfo {
  padding-bottom: 12px;
}
.userpanel dd.userinfo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 6px;
  background: var(--main-l);
}
.userpanel dd.userinfo img {
  width: 48px;
  height: 48px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
.userpanel dd.userinfo div.flex {
  padding: 7px 6px;
}
.userpanel dd.userinfo h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
.userpanel dd.userinfo p {
  line-height: 14px;
  font-size: 12px;
  color: var(--c9);
}
/*底部*/
#footer {
  padding: 40px 0 0 0;
  background: var(--white);
}
#footer ul {
  padding-bottom: 20px;
}
#footer ul li {
  float: left;
  padding-right: 50px;
}
#footer ul li h3 {
  font-weight: 400;
  padding-bottom: 10px;
}
#footer ul li p {
  padding-bottom: 5px;
}
#footer ul li p a {
  color: var(--c9);
}
#footer ul li p a:hover {
  color: var(--main);
  text-decoration: underline;
}
#footer .qrcode {
  text-align: center;
  color: var(--c9);
}
#footer .qrcode img {
  width: 160px;
  height: 160px;
}
#footer .footer {
  border-top: 1px solid var(--bol);
  padding: 30px 0;
}
#footer .footer,
#footer .footer a {
  color: var(--c9);
}
#footer .footer a:hover {
  color: var(--main);
  text-decoration: underline;
}
#footer .footer a:after {
  content: "|";
  color: var(--cc);
  padding: 0 8px;
}
#footer .footer a:last-child:after {
  content: "";
  padding: 0px;
}

/*页面布局*/
.storey {
  padding: 60px 0 80px 0;
}
/*title*/
.storey .title {
  text-align: center;
  padding-bottom: 40px;
}
.storey .title h2 {
  font-size: 40px;
  font-weight: 400;
}
.storey .title p {
  font-size: 16px;
  padding-top: 10px;
  color: var(--c6);
}

/**/
/*陈列柜*/
.cabinetlist li {
  padding-right: 20px;
}
.cabinetlist li:last-child {
  padding-right: 0px;
}
.cabinetlist li div {
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--bol);
  box-shadow: var(--shadow-l);
  -webkit-box-shadow: var(--shadow-l);
}
.cabinetlist li div:hover {
  border: 1px solid var(--c9);
  box-shadow: var(--shadow);
  -webkit-box-shadow: var(--shadow);
}
.cabinetlist li div em {
  font-size: 56px;
  color: var(--grey);
}
.cabinetlist li div:hover em {
  color: var(--main);
}
.cabinetlist li div img {
  width: 56px;
  height: 56px;
  display: block;
  margin: 10px auto 5px auto;
}
.cabinetlist li div h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  padding: 10px 0;
}
.cabinetlist li div h4 {
  font-size: 22px;
  text-align: left;
  padding: 10px 0;
  font-weight: 400;
}
.cabinetlist li div p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--c6);
}

/*
布局
1、banner
2、右360
*/
/*banner*/
.banner {
  padding: 80px 0 0 0;
  background: var(--main);
  margin-bottom: 30px;
}
.banner .wrap {
  padding: 80px 0;
}
.banner-info {
  text-align: center;
}
.banner-info h2 {
  font-size: 48px;
  font-weight: 300;
  color: var(--white);
}
.banner-info p {
  font-size: 18px;
  padding: 1rem 0;
  line-height: 1.8;
  color: var(--main-l);
}
/*右360*/
.right360 {
  padding-left: 30px;
  width: 360px;
}

/*引导关注公众号*/
.subscribe {
  padding: 20px;
  text-align: center;
}
.subscribe img.qrcode {
  display: inline-block;
  width: 200px;
  height: 200px;
}
.subscribe p {
  color: var(--grey);
  padding-bottom: 20px;
}
.subscribe div.tc {
  border-top: 1px solid var(--border);
  padding-top: 20px;
  font-size: 0px;
}
.subscribe div.tc div.inline {
  display: inline-block;
}
.subscribe div.tc img {
  width: 48px;
  height: 48px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.subscribe div.tc span {
  padding-left: 10px;
  font-size: 18px;
}

/*海报*/
.poster {
  height: 640px;
  border: 0px;
}
.poster-panel {
  background: var(--panel);
  padding: 0;
  width: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
.poster-panel .sms_window-t-icon {
  padding: 20px;
}
.poster-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow-y: scroll;
  padding: 0 20px;
}
.poster-covers li {
  padding-bottom: 16px;
  cursor: pointer;
}
.poster-covers li img {
  width: 70%;
  padding: 5px;
  border: 1px solid var(--border);
  background: #fff;
  display: block;
  margin: 0 auto;
}
.poster-covers li.a img {
  border: 1px solid var(--main);
}
.poster-threads {
  padding-left: 14px;
}
.poster-threads li {
  list-style: disc;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}
.poster-threads li a {
  font-size: 16px;
  line-height: 1.4;
  display: block;
}
.poster-threads li.a a {
  color: var(--main);
}
.poster-tpl li {
  padding: 10px 0;
}
.poster-tpl li a {
  color: var(--grey);
}
.poster-tpl li span {
  font-size: 48px;
  padding-bottom: 10px;
}
.poster-tpl li.a a {
  color: var(--main);
}
.poster-create {
  text-align: center;
  padding: 20px 0;
}

.poster-preview {
  padding: 0 54px 20px 54px;
  max-height: 560px;
  overflow-y: scroll;
  position: relative;
}
.poster-preview .movepanel {
  height: 54px;
}
.poster-html {
  position: relative;
}
.poster-show {
  margin: 0 auto;
}
.poster-show img {
  width: 100%;
  display: block;
  box-shadow: var(--shadow-l);
  -webkit-box-shadow: var(--shadow-l);
}
.poster-show p {
  color: var(--c9);
}
.poster-edit {
  padding: 10px;
  background: #fff;
}
.poster-edit a {
  display: block;
  position: relative;
  border: 1px dashed rgba(255, 255, 255, 0);
  padding: 3px;
}
.poster-edit a:hover {
  border-color: var(--main);
}
.poster-edit a:hover:before {
  content: "点击上传新图片";
  background: var(--main);
  position: absolute;
  padding: 0 10px;
  right: 6px;
  top: 6px;
  color: #fff;
}
.poster-edit a.load:hover:before {
  content: "更换图片";
}
.poster-edit .subject {
  border: 1px dashed rgba(255, 255, 255, 0);
  position: relative;
}
.poster-edit .subject:focus,
.poster-edit .subject:hover {
  border: 1px dashed var(--main);
  outline: none;
}
.poster-edit .subject:hover:before {
  content: "编辑";
  font-size: 14px;
  background: var(--main);
  position: absolute;
  z-index: 10;
  padding: 0 10px;
  right: 6px;
  top: 6px;
  color: #fff;
}
/*帖子海报*/
.poster-thread {
  width: 360px;
  margin: 0 auto;
  background: #fff;
}
.poster-thread img.cover {
  width: 100%;
  display: block;
}
.poster-thread img.finger {
  width: 48px;
}
.poster-thread img.qrcode {
  width: 64px;
}
.poster-thread .subject {
  text-align: center;
  padding: 20px;
  font-size: 20px;
  border-bottom: 1px solid #eee;
}
.poster-thread .info {
  padding: 14px 18px;
  color: #ccc;
  font-size: 16px;
}
.poster-thread div.date {
  position: absolute;
  color: #fff;
  left: 20px;
  bottom: 10px;
  text-align: center;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  width: 72px;
  text-align: center;
}
.poster-thread div.date h2 {
  font-size: 32px;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
}
.poster-thread div.date p {
  font-size: 18px;
  line-height: 2;
}
/*卡片*/
.poster-card {
  background: #fff;
  position: relative;
}
.poster-card img.cover {
  width: 480px;
  display: block;
}
.poster-card img.qrcode {
  width: 78px;
  position: absolute;
  right: 20px;
  top: 230px;
  border: 1px solid var(--border);
}
.poster-card .subject {
  padding: 20px 120px 20px 20px;
  font-size: 20px;
}
/*poster-invite*/
.poster-invite {
  position: relative;
}
.poster-invite img.cover {
  width: 360px;
  display: block;
}
.poster-invite .info {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 290px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.poster-invite img.qrcode {
  width: 64px;
  height: 64px;
}
.poster-invite .flex {
  padding-right: 15px;
}
.poster-invite .subject {
  font-size: 16px;
  line-height: 1.4;
}
/*选择图片*/
.poster-imgs {
  padding: 10px 0;
}
.poster-imgs li {
  float: left;
  width: 20%;
}
.poster-imgs li div {
  padding: 3px;
  text-align: center;
}
.poster-imgs li img {
  box-sizing: border-box;
  display: block;
  width: 120px;
  border: 3px solid var(--white);
  padding: 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.poster-imgs li.a img {
  border: 3px solid var(--main);
}
.tpl_1,
.tpl_3 {
  width: 360px;
}
.tpl_2 {
  width: 480px;
}
/*生成中*/
.poster-loading {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
}
.poster-loading span {
  padding-top: 30px;
  font-size: 32px;
}
.poster-loading p {
  padding-top: 10px;
  font-size: 16px;
}

/*热线*/
.chat-line {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 1000;
}
.chat-line img {
  width: 48px;
  height: 48px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  -webkit-box-shadow: var(--shadow);
  -webkit-animation: twinkle 2s ease-in-out infinite;
  animation: twinkle 2s ease-in-out infinite;
}
.chat-line a {
  position: relative;
  display: block;
}
.chat-line a span {
  position: absolute;
  right: 0px;
  top: 0px;
}
/*用户信息*/
.user-box {
  position: relative;
}
.user-box a.icon-close {
  position: absolute;
  right: -18px;
  top: -18px;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.95);
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--border);
}
.user-info {
  padding: 30px;
  width: 220px;
  text-align: center;
}
.user-info img {
  width: 180px;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.user-info h3 {
  padding-top: 12px;
  font-size: 20px;
}
.user-info p {
  font-size: 12px;
  color: var(--c9);
  padding-bottom: 20px;
}
.user-info ul {
  font-size: 12px;
  text-align: left;
}
.user-info ul li span.title {
  display: inline-block;
  width: 48px;
  color: var(--c6);
  text-align: right;
  padding-right: 10px;
}
.user-info ul li .flex {
  color: var(--c9);
}
/*登录&注册*/
.member {
  border: 0px;
  background: var(--white);
  z-index: 6000;
}
.member.pop-up:active {
  border: 0px;
}
.member .member-content {
  position: relative;
}
.member .member-content a.icon-close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 24px;
  z-index: 10;
}
.member .member-info {
  width: 360px;
  background: var(--main);
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  color: var(--white);
  padding: 60px 50px;
}
.member .member-info h2 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 300;
}
.member .member-info ol {
  padding-top: 24px;
  padding-left: 18px;
  font-size: 16px;
  color: var(--main-l);
  line-height: 36px;
}
.member .member-form {
  padding: 50px 40px 30px 40px;
  width: 300px;
}
.member .qrcode img {
  width: 80%;
  height: 80%;
  margin: 0 auto;
  display: block;
}

.member .member-form h2 {
  font-size: 32px;
  font-weight: 400;
  padding-bottom: 16px;
  text-align: center;
}
.member label {
  position: relative;
  display: block;
  height: 49px;
}
.member label .line {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  border-bottom: 1px solid var(--border);
}
.member label .input {
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  text-indent: 16px;
  width: 100%;
}
.member .input:focus + .line {
  border-bottom: 1px solid var(--main);
}
.member label div.ft {
  font-size: 0px;
}
.member dl {
  text-align: center;
  padding-top: 15px;
}
.member dd {
  display: inline-block;
  margin: 0 5px;
}
.member ul {
  padding-top: 15px;
}
.member ul li {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
}
.member ul li a {
  display: block;
}
.member ul li span {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin: 0 auto;
}
.member ul li span.icon-wechat {
  background: #5fc057;
  color: #fff;
}
.member ul li span.icon-user {
  background: #000000;
  color: #fff;
}
.member ul li span.icon-phone {
  background: #ec656b;
  color: #fff;
}
.member ul li p {
  padding-top: 5px;
}

/*专题表单*/
.topic-field div.list {
  font-size: 20px;
  width: 48px;
  font-style: italic;
  color: var(--c9);
  padding-top: 20px;
}
.topic-field:hover div.list {
  color: var(--main);
}
.topic-field div.field {
  border-bottom: 1px solid var(--bol);
  padding: 24px 0 14px 0;
}
.topic-field div.field h4 {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 14px;
}
.topic-field .input {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid var(--border);
  height: 28px;
  line-height: 28px;
  background: var(--white);
  padding: 5px 10px;
  width: 300px;
}
.topic-field .textarea {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid var(--border);
  line-height: 20px;
  background: var(--white);
  padding: 5px 10px;
  width: 600px;
}
.topic-field .input:focus,
.topic-field .input:hover,
.topic-field .textarea:focus,
.topic-field .textarea:hover {
  border-color: var(--main);
}
.topic-field .sms_select-div {
  display: inline-block;
}
.topic-field:first-child div.field {
  padding-top: 0px;
}
.topic-field:first-child div.list {
  padding-top: 0px;
}
/*海浪*/
.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
}
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes twinkle {
  0% {
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
}

/*切换按钮*/
.tabs ul {
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
.tabs li {
  float: left;
}
.tabs li.r {
  float: right;
}
.tabs li.r a {
  color: var(--main);
}
.tabs li.r .icon {
  font-size: 20px;
  padding-right: 6px;
}
.tabs li a {
  display: block;
  line-height: 36px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.tabs li.a {
  border-bottom: 2px solid var(--main);
}
.tabs li.a a {
  color: var(--main);
}
.win-content .tabs ul {
  background: none;
}
/*内容列表*/
.theme-list-item {
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
}
.theme-list-item h3 {
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 10px;
}
.theme-list-item .cover {
  padding-right: 10px;
}
.theme-list-item .cover img {
  height: 120px;
  display: block;
}
.theme-list-item .cover + div.flex {
  padding: 10px 0;
}
.theme-list-item p.summary {
  font-size: 16px;
  color: var(--c6);
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}
.theme-list-item p.summary a {
  color: var(--main);
  padding-left: 6px;
}
.theme-list-item ul {
  padding-top: 10px;
}
.theme-list-item ul li {
  float: left;
  margin-right: 12px;
}
.theme-list-item ul li a {
  display: block;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  background: var(--panel);
  color: var(--c6);
}
.theme-list-item ul li.date {
  float: right;
  color: var(--grey);
  line-height: 28px;
}
.theme-list-item ul li.type a {
  background: var(--main-l);
  color: var(--main);
}
.theme-list-item ul li.type_album a {
  background: var(--success-l);
  color: var(--success);
}
.theme-list-item ul li.type_video a {
  background: var(--c0);
  color: var(--white);
}
.theme-list-item ul li.best a {
  background: var(--warn-l);
  color: var(--warn);
}
.theme-list-item:hover h3 a {
  color: var(--main);
}
.theme-list-item:hover p.summary {
  color: var(--c0);
}

/*表格*/
.list table thead td {
  font-size: 16px;
  padding: 16px 0;
  border-bottom: 0px;
  background: #eee;
}
.list table tbody td {
  padding: 16px 0;
}
.list table tfoot td {
  background: none;
}

/*快捷按钮*/
.quick {
  background: #07c160;
}
.quick a {
  color: #d7ffea;
  height: 74px;
}
.quick a:hover {
  color: #fff;
}
.quick i {
  font-size: 32px;
  padding-right: 20px;
  color: #fede4b;
}
.quick h3 {
  font-size: 18px;
  font-weight: 400;
}

.memberlist-box {
}
.memberlist li {
  float: left;
  width: 33.33%;
}
.memberlist li a {
  padding: 10px;
  margin: 6px;
  background: var(--panel);
}
.memberlist li img {
  width: 48px;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.memberlist li div.flex {
  padding-left: 10px;
}
.memberlist li p {
  color: var(--c9);
}
/*公众号信息*/
.official-account {
  padding: 30px 15px;
}
.official-account .qrcode {
  width: 300px;
  padding-right: 30px;
}
.official-account .qrcode img {
  width: 100%;
  display: block;
}
.official-account .qrcode p {
  text-align: center;
  padding-top: 10px;
  color: var(--c9);
}
.official-account .qrcode:hover p {
  color: var(--main);
}
.official-account .flex h3 {
  font-size: 18px;
  font-weight: 600;
}
.official-account .flex p {
  color: var(--c3);
  font-size: 16px;
}
.official-account .flex p span:after {
  content: ":";
  padding: 0 3px;
}
.official-account .qrcode + .flex {
  padding: 30px 0 0 30px;
  border-left: 1px solid var(--border);
}
/**/
.annitem {
  padding-bottom: 12px;
}
.annitem h4 {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 6px;
  cursor: pointer;
}
.annitem:hover h4 {
  color: var(--main);
}
.annitem div.annbox {
  height: 0;
  overflow: hidden;
  font-size: 18px;
}
.annitem div.annbox img {
  max-width: 100%;
}
.annitem p.date {
  color: var(--c9);
  padding-top: 6px;
}
/*关键词列表*/
.taglist a {
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 34px;
  line-height: 34px;
  margin-left: 15px;
  margin-top: 15px;
  padding: 0 20px;
  background: var(--white);
  border: 1px solid var(--border);
  position: relative;
}

/**/
.payprice {
  padding: 10px 0 10px 10px;
  font-size: 16px;
  position: relative;
}
.payprice h3 {
  font-size: 14px;
  color: var(--warn);
  font-weight: 400;
}
.payprice h3 strong {
  font-size: 24px;
}
.payprice h3 span {
  padding-left: 10px;
  color: var(--success-d);
}
.payprice h4 span {
  padding-left: 10px;
  font-size: 14px;
  color: var(--c9);
}
.payprice p {
  text-decoration: line-through;
  color: var(--c9);
  padding: 6px 0;
}
.payprice ul {
  padding-top: 10px;
}
.payprice ul li {
  float: left;
  margin: 0 16px 0 0;
  border: 1px solid var(--border);
  text-align: center;
  padding: 0 0 8px 0;
  cursor: pointer;
  position: relative;
}
.payprice ul li strong {
  display: block;
  padding: 10px 16px;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
  background: var(--panel);
}
.payprice ul li strong span {
  font-size: 14px;
}
.payprice ul li div {
  display: none;
}
.payprice ul li.a {
  border-color: var(--warn);
}
.payprice ul li.a strong {
  background: var(--warn);
  color: #fff;
}
.payprice ul li.a div {
  display: block;
  position: absolute;
  top: -53px;
  left: 0px;
}
.payprice ul li.a em {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: relative;
  white-space: nowrap;
  padding: 10px 16px;
  z-index: 10;
  font-size: 14px;
}
.payprice ul li.a em:before {
  position: absolute;
  font-size: 0px;
  border-style: solid;
  border-width: 10px;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent;
  content: "";
  left: 10px;
  bottom: -20px;
}
.payprice dl dd strong {
  font-size: 20px;
  font-weight: 400;
  color: var(--warn);
}
.payprice dl dd span {
  font-size: 14px;
  padding: 0 4px 0 0;
  color: var(--warn);
}
.payprice dl dd em {
  font-size: 14px;
  color: var(--c9);
}
.payprice div.cartridge {
  position: absolute;
  right: 0px;
  top: 0px;
}
.payprice div.cartridge a {
  font-size: 24px;
  color: var(--warn);
  padding-left: 10px;
}

/*paycode*/
.paycode {
  border: 0px;
  background: var(--white);
  z-index: 6000;
}
.paycode .paycode-content {
  position: relative;
}
.paycode .paycode-content a.icon-close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 24px;
}
.paycode .paycode-content div.flex {
  padding: 50px;
  background: #4eac47;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
.paycode .paycode-content div.flex img {
  display: block;
  width: 280px;
  height: 280px;
}
.paycode .paycode-content .info {
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-width: 150px;
  font-size: 16px;
}
.paycode .paycode-content .info .price {
  padding-top: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.paycode .paycode-content .info h2 {
  font-size: 32px;
  font-weight: 400;
  color: var(--warn);
}
.paycode .paycode-content .info h2 span {
  padding-left: 8px;
  font-size: 14px;
}
.paycode .paycode-content .info h3 {
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 20px;
}
.paycode .paycode-content .info h3 i {
  padding-right: 8px;
  font-size: 36px;
}
.paycode .paycode-content .info h4 {
  font-weight: 400;
  font-size: 18px;
  text-decoration: line-through;
  color: var(--grey);
  padding-bottom: 12px;
}
