.clickable {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.hover-status:hover {
  opacity: 0.8;
}
* {
  margin: 0;
  padding: 0;
}
img:not([src]),
img[src=''] {
  opacity: 0;
}
@-webkit-keyframes loading-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes loading-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.header-inner {
  width: 1200px !important;
}
.header-inner .title {
  font-size: 22px;
  white-space: nowrap;
  color: #353535;
  position: relative;
  top: -1px;
}
#footer-root {
  display: none;
}
.fake-hide {
  position: absolute;
  left: -999em;
  top: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  background-color: #F6F8F9;
  scroll-behavior: smooth;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 8px;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #c8c8c8;
  cursor: pointer;
}
html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: #bebebe;
}
html::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active {
  background: #b0b0b0;
}
#style-center-view {
  color: #333333;
  min-height: calc(100vh - 68px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#style-center-view .pay-tips-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  align-self: center;
  left: 0;
  top: 0;
}
#style-center-view .pay-tips-dialog .inner {
  width: 403px;
  height: 258px;
  max-width: 403px;
  min-width: 403px;
  background: white;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
}
#style-center-view .pay-tips-dialog .inner .close-icon {
  position: absolute;
  width: 22px;
  height: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: -28px;
  right: 0;
}
#style-center-view .pay-tips-dialog .inner .bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 463px;
  top: 17px;
  z-index: 0;
}
#style-center-view .pay-tips-dialog .inner .text {
  height: 24px;
  line-height: 24px;
  font-size: 17px;
  color: #353535;
  margin-top: 132px;
  position: relative;
  z-index: 1;
}
#style-center-view .pay-tips-dialog .inner .btn {
  font-size: 16px;
  color: #ffffff;
  line-height: 21px;
  padding: 6px 26px;
  background: #24BE48;
  margin-top: 30px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 1;
}
#style-center-view .login-tips-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
#style-center-view .login-tips-dialog .dialog-inner {
  width: 414px;
  height: 249px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 32px 23px;
  border-radius: 4px;
  background: white;
}
#style-center-view .login-tips-dialog .dialog-inner .close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
#style-center-view .login-tips-dialog .dialog-inner .content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#style-center-view .login-tips-dialog .dialog-inner .content .no-login-logo {
  width: 143px;
  height: 95px;
}
#style-center-view .login-tips-dialog .dialog-inner .content p {
  text-align: center;
  color: #8D8D8D;
  font-size: 15px;
}
#style-center-view .login-tips-dialog .dialog-inner .content p span {
  color: #24BE48;
}
#style-center-view .login-tips-dialog .dialog-inner .content .login-btn {
  display: inline-block;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  background: #24BE48;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  color: #FFF;
  padding: 0px 35px;
}
#style-center-view #style-footer {
  top: -999px;
  z-index: 100;
  background-color: #FFFFFF;
  width: 100%;
}
#style-center-view #style-footer.pos-abs {
  position: absolute;
}
#style-center-view #style-footer .index-footer-inner {
  height: 380px;
}
#style-center-view .to-top {
  position: absolute;
  bottom: -88px;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  background: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-size: 12px;
  border: 1px solid #ededed;
}
#style-center-view .to-top .img {
  margin-bottom: 2px;
}
#style-center-view .to-top .img.hover {
  display: none;
}
#style-center-view .to-top span {
  display: none;
}
#style-center-view .to-top:hover {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.09);
  border: none;
}
#style-center-view .to-top:hover img.hover {
  margin-top: 7px;
  display: block;
}
#style-center-view .to-top:hover img.normal {
  display: none;
}
#style-center-view .to-top:hover span {
  display: block;
  color: #24BE48;
}
#style-center-view .page-list {
  z-index: 101;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: -webkit-fit-content;
  width: fit-content;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(640px, -50%);
  transform: translate(640px, -50%);
}
#style-center-view .page-list.page-fixed {
  position: fixed;
}
#style-center-view .page-list li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  word-break: keep-all;
}
#style-center-view .page-list li:last-child {
  margin-right: 0;
}
#style-center-view .page-list .no-bg-btn {
  width: -webkit-fit-content;
  width: fit-content;
}
#style-center-view .page-list .preview-btn:not(.not-clickable),
#style-center-view .page-list .next-btn:not(.not-clickable) {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#style-center-view .page-list .preview-btn:not(.not-clickable):hover,
#style-center-view .page-list .next-btn:not(.not-clickable):hover {
  opacity: 0.8;
}
#style-center-view .page-list .preview-btn.not-clickable,
#style-center-view .page-list .next-btn.not-clickable {
  color: #999999;
}
#style-center-view .page-list .total-count,
#style-center-view .page-list .preview-btn {
  margin-bottom: 25px;
}
#style-center-view .page-list .next-btn {
  margin-top: 10px;
}
#style-center-view .page-list .page-btn:not(.no-bg-btn) {
  background: #FFFFFF;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  margin-bottom: 15px;
}
#style-center-view .page-list .page-btn:not(.no-bg-btn) .inverted-triangulation-previous {
  width: 8px;
  height: 8px;
  border: 1px solid #595959;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none;
  border-right: none;
}
#style-center-view .page-list .page-btn:not(.no-bg-btn) .inverted-triangulation-next {
  width: 8px;
  height: 8px;
  border: 1px solid #595959;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
}
#style-center-view .page-list .page-btn:not(.no-bg-btn):not(.selected):not(.not-clickable) {
  border: 1px solid #ededed;
}
#style-center-view .page-list .page-btn:not(.no-bg-btn):nth-child(n+2):not(.not-clickable):not(.selected):hover {
  color: #24BE48;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.09);
}
#style-center-view .page-list .page-btn:not(.no-bg-btn):first-child {
  cursor: text;
}
#style-center-view .page-list .page-btn:not(.no-bg-btn).selected {
  background: #24BE48;
  color: #fff;
}
#style-center-view .page-list .page-btn:not(.no-bg-btn).not-clickable {
  color: rgba(51, 51, 51, 0.39);
}
#style-center-view .page-list .page-btn:not(.no-bg-btn).jump-page-input {
  cursor: text;
  text-align: center;
  border: 1px solid #24BE48;
  outline: none;
  margin-top: 8px;
  margin-bottom: 8px;
}
#style-center-view .page-list .jump-to-remind {
  text-align: center;
}
#style-center-view .page-list .jump-to-remind p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #595959;
  line-height: 22px;
}
#style-center-view .page-list .ellipses {
  background: transparent;
  width: 36px;
  margin: -10px 0 12px;
}
#style-center-view .inner {
  -webkit-box-flex: 1;
  flex: 1;
  margin: 0 auto;
  min-width: 1200px;
  max-width: 1200px;
  padding-top: 25px;
}
#style-center-view .inner .loading-wrap {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
  z-index: 99;
  font-size: 13px;
  color: #999999;
  line-height: 18px;
  margin-top: 135px;
  padding-bottom: 130px;
}
#style-center-view .inner .loading-wrap img {
  margin-bottom: 13px;
}
#style-center-view .inner .loading-wrap .loading-box {
  width: 113px;
  height: 113px;
  border-radius: 56.5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 13px;
}
#style-center-view .inner .loading-wrap .loading-box .loading-bg {
  position: absolute;
  z-index: 0;
}
#style-center-view .inner .loading-wrap .loading-box .loading {
  margin: 0;
  -webkit-animation: loading-rotate 1.5s linear infinite;
  animation: loading-rotate 1.5s linear infinite;
}
#style-center-view .inner .loading-wrap a {
  color: #24BE48;
}
#style-center-view .inner .header {
  padding: 20px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 6px;
  position: relative;
}
#style-center-view .inner .header.show {
  display: -webkit-box;
  display: flex;
}
#style-center-view .inner .header .style-tag-list .style-tag-li {
  margin: 5px 0;
  line-height: 30px;
}
#style-center-view .inner .header .style-tag-list .style-tag-li .title {
  float: left;
  display: block;
  color: #222222;
  width: 72px;
  height: 30px;
  border-radius: 6px;
  background-color: #F6F8F9;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#style-center-view .inner .header .style-tag-list .style-tag-li .title.actived {
  font-size: 16px;
  position: relative;
  color: #1AAD19;
}
#style-center-view .inner .header .style-tag-list .style-tag-li .title.actived::before {
  content: '';
  display: block;
  width: 3px;
  height: 20px;
  background-color: #1AAD19;
  position: absolute;
  left: 0;
  top: 4px;
}
#style-center-view .inner .header .style-tag-list .style-tag-li .title:not(.actived):hover {
  color: #1AAD19;
}
#style-center-view .inner .header .style-tag-list .style-tag-li .tag-list {
  float: left;
  width: 1070px;
}
#style-center-view .inner .header .style-tag-list .style-tag-li .tag-list .tag-li {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  font-size: 14px;
  padding: 0 6px;
  margin-left: 21px;
  color: #222222;
}
#style-center-view .inner .header .style-tag-list .style-tag-li .tag-list .tag-li.selected {
  color: #24BE48;
  background: #f8f8fa;
  border-radius: 4px;
  position: relative;
}
#style-center-view .inner .header .style-tag-list .style-tag-li .tag-list .tag-li.selected::after {
  content: '';
  height: 2px;
  width: 92%;
  background-color: #24BE48;
  position: absolute;
  bottom: 0;
  left: 4%;
  border-radius: 2px;
}
#style-center-view .inner .header .style-tag-list .style-tag-li .tag-list .tag-li:not(.selected):hover {
  color: #1AAD19;
}
#style-center-view .inner .header .hot-list {
  margin-top: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#style-center-view .inner .header .hot-list .hot-link {
  width: 222px;
  height: 132px;
  display: block;
  border-radius: 6px;
  background-color: #f0f0f0;
}
#style-center-view .inner .header .hot-list .hot-link .img {
  border-radius: 6px;
  width: 222px;
  height: 132px;
  object-fit: cover;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap {
  position: absolute;
  top: 4px;
  right: 22px;
  z-index: 10;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn > .icon {
  width: 14px;
  height: 12px;
  margin-right: 5px;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn > .text {
  color: #333333;
  font-size: 14px;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn .drop-down-box {
  width: 289px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
  background: white;
  border-radius: 6px;
  padding: 8px 0 0;
  position: absolute;
  right: 0;
  top: 38px;
  cursor: default;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn .drop-down-box::after {
  box-sizing: content-box;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: white;
  position: absolute;
  right: 6px;
  top: -17px;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn .drop-down-box > .text {
  font-size: 13px;
  color: #333333;
  line-height: 19px;
  white-space: pre-wrap;
  word-break: break-all;
  text-align: left;
  position: relative;
  padding: 0 9px 0 12px;
  margin-bottom: 9px;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn .drop-down-box .toggle-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 32px;
  border-top: 1px solid #E8E8EB;
  padding: 0 9px 0 12px;
  font-size: 13px;
  color: #333333;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn .drop-down-box .toggle-box .toggle-btn-v1 {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn .drop-down-box .toggle-box .toggle-btn-v1:hover {
  opacity: 0.8;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn .drop-down-box .toggle-box .toggle-btn-v1 img {
  position: relative;
  top: 1px;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn .drop-down-box .toggle-btn {
  cursor: pointer;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn .drop-down-box .toggle-btn .icon {
  width: 26px;
  height: 17px;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .tips-box {
  position: absolute;
  right: 0;
  top: 38px;
  width: 184px;
  background: #3c3d3d;
  border-radius: 6px;
  padding: 8px 12px 8px 12px;
  color: #FFFFFF;
  line-height: 20px;
  font-size: 12px;
  text-align: left;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .tips-box::before {
  box-sizing: content-box;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-bottom-color: #3c3d3d;
  position: absolute;
  right: 6px;
  top: -17px;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .tips-box .confirm-btn {
  color: #24BE48;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 12px;
  bottom: 7px;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .tips-box .confirm-btn:hover {
  text-decoration: underline;
}
#style-center-view .inner .style-nav {
  margin: 25px 0 0 0;
  background-color: #FFFFFF;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 6px;
}
#style-center-view .inner .style-nav .style-order-rule-box {
  -webkit-box-flex: 1;
  flex: 1;
  margin-left: 19px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#style-center-view .inner .style-nav .style-order-rule-box .hot-box {
  margin-left: 19px;
}
#style-center-view .inner .style-nav .style-order-rule-box .hot-box img {
  margin-right: 3px;
  position: relative;
  top: 2px;
}
#style-center-view .inner .style-nav .style-order-rule-box .hot-box a {
  color: #24BE48;
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: flex-favedt;
  justify-content: flex-favedt;
  -webkit-box-align: center;
  align-items: center;
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule .sort {
  font-size: 16px;
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule .style-order-rule-type {
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  font-size: 14px;
  display: inline-block;
  background: #F6F8F9;
  border-radius: 6px;
  width: 105px;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  box-sizing: border-box;
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule .style-order-rule-type .arrow-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule .style-order-rule-type::after {
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  border-left: 1px solid #333333;
  position: absolute;
  right: 10px;
  top: 9px;
  border-bottom: 1px solid #333333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule .style-order-rule-type.arrow-top::after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: 14px;
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule-list {
  width: 105px;
  background: #fff;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  padding: 0 2px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: absolute;
  top: 35px;
  left: 72px;
  border-radius: 4px;
  border: 1px solid #F4F4F4;
  box-sizing: border-box;
  display: none;
  z-index: 101;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0px 6px 30px 0px rgba(0, 14, 51, 0.08);
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule-list.show {
  display: block;
  z-index: 99999;
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule-list .style-order-rule-item {
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 14px;
  color: #404040;
  border-bottom: 1px solid #F4F4F4;
  padding: 5px;
  width: 81px;
  cursor: pointer;
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule-list .style-order-rule-item:hover {
  color: #1AAD19;
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule-list .style-order-rule-item:last-child {
  border: none;
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule-list .style-order-rule-item.selected {
  color: #1AAD19;
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule-list .style-order-rule-item.end {
  border: 0;
}
#style-center-view .inner .style-nav .search-box {
  text-align: right;
  margin-right: 20px;
  background: #F6F8F9;
  width: 320px;
  height: 39px;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  box-sizing: border-box;
  position: relative;
}
#style-center-view .inner .style-nav .search-box .search-ipt {
  height: 39px;
  float: left;
  background: none;
  padding-left: 13px;
  box-sizing: border-box;
  border: 0;
  outline: none;
  font-size: 15px;
}
#style-center-view .inner .style-nav .search-box .close {
  width: 27px;
  padding: 5px;
  position: absolute;
  top: 4px;
  right: 80px;
}
#style-center-view .inner .style-nav .search-box .search-btn {
  width: 73px;
  height: 39px;
  background: #1AAD19;
  border: 1px solid #1AAD19;
  outline: none;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  position: relative;
  bottom: 1px;
  color: #FFFFFF;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#style-center-view .inner .material-list {
  width: 100%;
  position: relative;
  min-height: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
}
#style-center-view .inner .material-list .material-col {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-right: 17px;
}
#style-center-view .inner .material-list p.id {
  text-align: left;
  padding: 5px;
  padding-left: 13px;
  border-top: 1px solid #e8e8e8;
  font-size: 13px;
  color: #999999;
}
#style-center-view .inner .material-list .page-list {
  min-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
#style-center-view .inner .material-list .page-list li {
  margin-right: 9px;
  padding: 10px 14px;
  line-height: 22px;
}
#style-center-view .inner .material-list .page-list li:last-child {
  margin-right: 0;
}
#style-center-view .inner .material-list .page-list .page-btn {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #ededed;
  cursor: pointer;
}
#style-center-view .inner .material-list .page-list .page-btn:first-child {
  cursor: text;
}
#style-center-view .inner .material-list .page-list .page-btn.selected {
  background: #24BE48;
  color: #fff;
  border: none;
}
#style-center-view .inner .material-list .page-list .ellipses {
  background: transparent;
}
#style-center-view .inner .material-list .material-item-li {
  margin-top: 17px;
}
#style-center-view .inner .material-list .material-item-li:first-child {
  padding-left: 0;
}
#style-center-view .inner .material-list .material-item-li .material-item-li-inner {
  background: #fff;
  width: 287px;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
}
#style-center-view .inner .material-list .material-item-li .material-item-li-inner:hover {
  box-shadow: 0px 4px 13px 0px rgba(188, 191, 193, 0.46);
}
#style-center-view .inner .material-list .material-item-li .style-graphic {
  cursor: pointer;
  height: auto;
}
#style-center-view .inner .material-list .material-item-li .style-graphic .filter-type {
  text-align: right;
  padding: 9px;
}
#style-center-view .inner .material-list .material-item-li .style-graphic .filter-type .icon.vip {
  width: 16px;
  height: 16px;
  margin-left: 6px;
}
#style-center-view .inner .material-list .material-item-li .style-graphic .filter-type .icon.star {
  width: 18px;
  height: 18px;
  position: relative;
  top: 1px;
}
#style-center-view .inner .material-list .material-item-li .style-graphic .template-cover-detail {
  padding: 0 10px 10px 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
#style-center-view .inner .material-list .material-item-li .style-graphic .template-cover-detail .template-cover-wrap {
  width: 258px;
  height: 275px;
  position: relative;
  overflow: hidden;
}
#style-center-view .inner .material-list .material-item-li .style-graphic .template-cover-detail .template-cover-wrap .coverImg {
  width: 100%;
  height: 100%;
}
#style-center-view .inner .material-list .material-item-li .style-graphic .template-cover-detail .template-cover-wrap .black-layer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#style-center-view .inner .material-list .material-item-li .style-graphic .template-cover-detail .template-cover-wrap .black-layer .center-area .preview {
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
}
#style-center-view .inner .material-list .material-item-li .style-graphic .template-cover-detail .template-cover-wrap .black-layer .center-area p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
#style-center-view .inner .material-list .material-item-li .style-graphic .template-cover-detail .template-cover-wrap .title-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 28px;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
#style-center-view .inner .material-list .material-item-li .style-graphic .template-cover-detail .template-cover-wrap .title-wrap p {
  margin-left: 7px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
#style-center-view .inner .material-list .material-item-li .style-graphic .detail {
  padding: 20px 10px;
  text-align: left;
}
#style-center-view .inner .material-list .material-item-li .style-graphic .detail * {
  max-width: 100% !important;
  box-sizing: border-box !important;
  word-wrap: break-word !important;
  word-break: normal !important;
}
#style-center-view .inner .material-list .material-item-li .style-tag {
  border-top: 1px solid #F0F0F0;
  height: auto;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  font-size: 12px;
  color: #353535;
  height: 45px;
  line-height: 45px;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .col-flex {
  -webkit-box-flex: 1;
  flex: 1;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .col {
  display: block;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .time {
  -webkit-box-flex: 1;
  flex: 1;
  text-align: left;
  margin-left: 12px;
  color: #979797;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .time .img {
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  margin-right: 2px;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .desc {
  margin-left: 4px;
  opacity: 0.6;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .style-detail-btn {
  font-size: 12px;
  position: absolute;
  left: 0;
  padding-left: 20px;
  cursor: pointer;
  color: #979797;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .style-detail-btn:hover {
  color: #333333;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .copy {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .copy .col-flex {
  -webkit-box-flex: 1;
  flex: 1;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .copy .col {
  display: block;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .copy:hover .desc,
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .copy:hover .copy-icon,
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .copy:hover .faved-icon {
  opacity: 1;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .faved {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 20px 0 13px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .faved .col-flex {
  -webkit-box-flex: 1;
  flex: 1;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .faved .col {
  display: block;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .faved:hover .desc,
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .faved:hover .copy-icon,
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .faved:hover .faved-icon {
  opacity: 1;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .copy-icon {
  position: relative;
  top: -2px;
  opacity: 0.6;
  width: 20px;
  height: 20px;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .faved-icon {
  opacity: 0.6;
  position: relative;
  top: -2px;
  width: 16px;
  height: 16px;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .faved-icon.active {
  opacity: 1;
}
#style-center-view .inner .material-list .material-item-li .style-tag .style-tag-list {
  line-height: 30px;
  padding: 0 4px;
}
#style-center-view .inner .material-list .material-item-li .style-tag .style-tag-list .tag-title {
  font-size: 14px;
  margin: 0 0 8px 8px;
  float: left;
}
#style-center-view .inner .material-list .material-item-li .style-tag .style-tag-list .tag-title:last-child {
  margin-bottom: 18px;
}
#style-center-view .inner .material-list .material-item-li .style-tag .style-tag-list .tag-title a {
  color: #333333;
  background: #F6F8F9;
  text-decoration: none;
  padding: 5px 8px;
  border-radius: 6px;
  font-size: 14px;
}
#style-center-view .inner .material-list .no-style-data {
  display: none;
  text-align: center;
}
#style-center-view .inner .material-list .no-style-data.show {
  display: block;
}
#style-center-view .inner .load-hint {
  width: 100%;
  margin: 20px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#style-center-view .inner .load-hint .text {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: flex-favedt;
  justify-content: flex-favedt;
  -webkit-box-align: center;
  align-items: center;
  font-size: 16px;
  color: #8d8d8d;
}
#style-center-view .inner .load-hint .text .icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
#style-center-view .inner .no-data {
  display: none;
}
#style-center-view .inner .no-data.show {
  display: block;
  margin-top: 100px;
  text-align: center;
}
#style-center-view .inner .no-data .no-find-style {
  margin-bottom: 23px;
}
#style-center-view .inner .rich-toast {
  width: 292px;
  height: auto;
  position: fixed;
  top: 371px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  color: #fff;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 23px 0 30px 0;
}
#style-center-view .inner .rich-toast.show {
  display: -webkit-box;
  display: flex;
}
#style-center-view .inner .rich-toast .img,
#style-center-view .inner .rich-toast .title,
#style-center-view .inner .rich-toast .desc {
  -webkit-box-flex: 1;
  flex: 1;
}
#style-center-view .inner .rich-toast .title {
  font-size: 20px;
  line-height: 58px;
}
#style-center-view .inner .rich-toast .desc {
  padding: 0 28px;
  font-size: 16px;
}
footer {
  height: 32px;
  background: #ffffff;
  border-top: 1px solid #eeeeee;
  z-index: 3;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
footer > .footer-inner-style-center {
  width: 1200px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
footer > .footer-inner-style-center > .left {
  font-size: 12px;
  color: #666666;
  line-height: 17px;
}
footer > .footer-inner-style-center > .left > .record-number-span,
footer > .footer-inner-style-center > .left .location,
footer > .footer-inner-style-center > .left .phone,
footer > .footer-inner-style-center > .left .about-us-btn {
  margin-left: 16px;
}
footer > .footer-inner-style-center > .left > .record-number-span {
  text-decoration: none;
  color: #666666;
}
footer > .footer-inner-style-center > .left > .about-us-btn {
  cursor: pointer;
}
footer > .footer-inner-style-center > .left > .about-us-btn:hover {
  color: #24BE48;
}
footer > .footer-inner-style-center > .right {
  font-size: 12px;
  color: #444444;
  line-height: 17px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  align-items: center;
}
footer > .footer-inner-style-center > .right > .action-btn {
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 16px;
  text-decoration: none;
  color: #444444;
}
footer > .footer-inner-style-center > .right > .action-btn > img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
footer > .footer-inner-style-center > .right > .action-btn > .img-hover {
  display: none;
}
footer > .footer-inner-style-center > .right > .action-btn:hover > span {
  color: #24BE48;
}
footer > .footer-inner-style-center > .right > .action-btn:hover > .img {
  display: none;
}
footer > .footer-inner-style-center > .right > .action-btn:hover > .img-hover {
  display: block;
}
@media screen and (max-width: 1300px) {
  footer {
    padding: 0 15px 0 20px;
  }
}
