* {
  margin: 0;
  padding: 0;
  font-family: "microsoft yahei";
  box-sizing: border-box;
  letter-spacing: 0.2px;
}

body {
  background: #f8f8f8;
  color: #333;
  font-size: 14px;
  overflow-x: hidden;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  border: none;
}

em {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}

td,
th {
  padding: 0;
}

label {
  cursor: pointer;
}

img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  border: 0;
}

a img:active,
a img:hover {
  opacity: .9;
  filter: alpha(opacity=90)
}

input,
textarea {
  border: 1px solid #b8c4ce;
  border-radius: 2px;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 4px rgba(41, 128, 185, 0.4);
  -webkit-transition: border-color ease-in-out .2s, -webkit-box-shadow ease-in-out .2s;
  -o-transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
  transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
}

.fl,
.f-l,
.left {
  float: left;
}

.fr,
.f-r,
.right {
  float: right;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.fixed:after {
  clear: both;
  display: block;
  height: 0;
  content: "\200B"
}

.fabu {
  padding: 50px 0 100px 0;
}

.fabu * {
  box-sizing: content-box
}

.main {
  width: 1330px;
  margin: 0 auto;
}

.blank20 {
  height: 20px;
  overflow: hidden;
}

.blank50 {
  height: 50px;
  overflow: hidden;
}

.widthbox {
  margin: 0 auto;
}

.Button {
  position: relative;
  display: inline-block;
  padding: .45em .825em .45em;
  text-align: center;
  line-height: 1em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  border-radius: .3em;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  box-shadow: 0 1px rgba(255, 255, 255, .8), inset 0 1px rgba(255, 255, 255, .35);
  -moz-box-shadow: 0 1px rgba(255, 255, 255, .8), inset 0 1px rgba(255, 255, 255, .35);
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, .8), inset 0 1px rgba(255, 255, 255, .35);
  -moz-transition-property: color, -moz-box-shadow, text-shadow;
  -moz-transition-duration: .05s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-property: color, -webkit-box-shadow, text-shadow;
  -webkit-transition-duration: .05s;
  -webkit-transition-timing-function: ease-in-out
}

.Button:hover {
  text-decoration: none
}

/*头部bar*/
.top_bar {
  position: relative;
  background: #f3f9ff;
  height: 40px;
  width: 100%;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  z-index: 2
}

.top_bar .slogan {
  line-height: 40px
}

.top_bar .slogan button {
  display: inline-block;
  margin-right: 16px;
  color: rgba(0, 0, 0, 0.65)
}

.top_bar .slogan span {
  color: rgba(0, 0, 0, 0.45);
  margin-left: 8px
}

.top_bar .slogan span label {
  color: rgba(0, 0, 0, 0.45);
  padding: 0 4px;
  height: 24px;
  line-height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: inline-block;
  margin: 0 2px;
  background: #fff
}

.top_bar .loginbar {
  height: 40px;
  margin: 10px 0 0 0;
}

.iconup {
  background: url(../img/up.png) center right 4px no-repeat #f2f2f2 !important;
  text-align: center !important;
  padding: 0 !important;
}


/*模板特效*/
.pins-box {
  background-color: #f9f9f9;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 45px
}

.pins-box h2 {
  padding-top: 40px;
  padding-bottom: 24px;
  text-align: center;
  position: relative;
  font-weight: normal;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px
}

.pins-box h2 span {
  position: absolute;
  right: 0;
  bottom: 16px;
  display: block
}

.pins-box h2 span a {
  color: #17A1FF;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  margin-left: 16px
}

.pins-box h2 span a i {
  display: inline-block;
  margin-left: 2px;
  font-size: 12px
}

.pins-box h2 span a:hover {
  opacity: 0.9
}

.category {
  height: auto;
  overflow: hidden;
  width: 100%
}

.category ul {
  height: auto;
  overflow: hidden;
  width: 100%;
  padding-top: 10px
}

.category ul li {
  float: left;
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #38386f;
  background: #f4f9ff;
  margin-bottom: 20px;
  margin-right: 35px;
  -webkit-box-shadow: 0px 0px 4px rgba(231, 234, 241, 1);
  -moz-box-shadow: 0px 0px 4px rgba(231, 234, 241, 1);
  box-shadow: 0px 0px 4px rgba(231, 234, 241, 1);
}

.category ul li:nth-child(7n) {
  margin-right: 0
}

.category ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px
}

.category ul li a:hover {
  background: #17A1FF;
  color: #fff;
}

.pins-list {
  height: auto;
  width: 100%;
  padding-top: 10px;
}

.pins-list li {
  float: left;
  width: 317px;
  height: 250px;
  border-radius: 4px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 10px 12px 0px 12px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.pins-list li .pic {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #fff;
  text-align: center;
}

.pins-list li .pic a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative
}

.pins-list li .pic a img {
  display: block;
  width: 100%;
  height: 100%;
  animation-duration: .3s;
  background: url(../images/loading.gif) no-repeat center center;
}

.pins-list li .pic a img:hover {
  opacity: .9;
}

.pins-list li .pic .taglable {
  border: 1px solid #20adf9;
  color: #20adf9;
  background: #fff;
  padding: 2px 4px;
  position: absolute;
  top: 0px;
  left: 10px;
  border-radius: 6px;
  font-size: 12px;
}

.red {
  border: 1px solid #fa4639 !important;
  color: #fa4639 !important;
}

.pins-list li .pic .view {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.pins-list li .pic .view>i {
  position: absolute;
  left: 10px;
  bottom: 5px;
  display: block;
  width: 26px;
  height: 30px;
}

.pins-list li .pic .view>i.shangyong {
  background: url(../images/orgIconblue.svg) center center no-repeat;
  background-size: 100%;
}

.pins-list li .pic .view>i.fufei {
  background: url(../images/fufei.svg) center center no-repeat;
  background-size: 100%;
}

.pins-list li .pic .view>i.yuanchuang {
  background: url(../images/yuan.svg) center center no-repeat;
  background-size: 100%;
}

.pins-list li .pic .view a {
  width: 62px;
  height: 32px;
  line-height: 32px;
  background: #f6f6f6;
  display: block;
  position: absolute;
  right: 0;
  bottom: -32px;
  transition: all .2s;
  text-align: center;
  color: rgba(0, 0, 0, 0.65)
}

.pins-list li .pic .view a i {
  margin: 0 3px 0 0
}

.pins-list li .pic .view a:hover {
  background: #05920a;
  color: #fff
}

.pins-list li p.title {
  font-size: 13px;
  color: #666;
  margin-top: 3px;
}

.pins-list li p.title a {
  color: #666;
}

.pins-list li p.title a:hover {
  text-decoration: underline;
}

.pins-list li .hover_show {
  position: absolute;
top:10px !important;
  right: 0;
  height: 42px;
  line-height: 42px;
  transition: .25s;
  opacity: 0;
  width: 100%
}

.pins-list li .hover_show span {
  float: left;
  border: 1px solid #d2d2d2;
  background: #fff;
  margin-left: 22px;
  display: inline-block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  width: 37px;
  text-align: center;
  color: #a7a7a7;
  border-radius: 4px;
}

.pins-list li .hover_show span i {
  font-size: 18px;
  color: #a7a7a7;
}

.pins-list li .hover_show span:hover i,
.pins-list li .hover_show span i.selected {
  color: #FF9400;
}

.pins-list li .hover_show a {
  float: right;
  border: 1px solid #05920a;
  background: #05920a;
  color: #fff;
  margin-right: 22px;
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  padding: 0 10px
}
.bg-w{border: 1px solid #FF9400 !important;
  background: #FF9400 !important;}
.pins-list li .hover_show a i {
  margin-left: 5px;
  font-size: 16px;
}

.pins-list li:hover .hover_show {
  top: 18px;
  opacity: 1;
}

.pins-list li:hover .view a {
  bottom: 0;
}

.pins-list li:nth-child(4) {
  margin-right: 0
}

.pins-list li:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.pins-list li .stag {
  height: 34px;
  overflow: hidden;
}

.pins-list li .stag a {
  color: #9D9D9D;
  display: inline-block;
  line-height: 28px;
  margin: 0 10px 0 0;
  font-size: 12px;
  float: left;
}

.pins-list li .stag a:hover {
  color: #9D9D9D;
  text-decoration: underline;
}

.pins-list li .class {
  color: #ff6600;
  line-height: 30px;
}

/*列表页头部*/
.pub_head {
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
  height: 160px;
  padding: 10px;
  box-shadow: 0 3px 6px 0 rgba(67, 67, 67, .14);
  background: #fff;
  min-width: 1200px;
}

.pub_head.fixed {
  position: fixed;
}

.pub_head .top_main {
  width: 1330px;
  margin: 0 auto;
  width: 1440px\0;
  display: flex;
  align-items: center;
}

.list_nav {
  width: 20%;
}

.pub_head .logo {
  display: flex;
  align-items: center;
  margin-top: 38px;
}

.pub_head .logo img {
  margin-right: 8px;
}

.pub_head .logo h2 {
  margin-top: 10px;
}

.pub_head .logo h2 p {
  font-size: 14px;
  font-weight: normal;
}

.pub_head .top_main .nav {
  margin-left: 62px;
  float: left;
  display: inline;
}

.pub_head.fixed .top_main .nav {
  display: none;
}

.pub_head .top_main .nav .pnav {
  position: static;
  margin-right: 16px;
}

.pub_head .top_main .nav .pnav>a {
  color: rgba(0, 0, 0, 0.65);
  color: #666\0;
}

.pub_head .top_main .nav .pnav.more>a {
  color: rgba(0, 0, 0, 0.65);
  color: #666\0;
}

.pub_head .top_main .nav .pnav:hover>a {
  color: #000;
}

.pub_head .top_main .nav .pnav .subnav {
  margin-left: 0;
  width: 100%;
  left: 0;
  top: 60px;
  box-shadow: none;
  min-height: 100px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  background: #ffffff\0;
  top: 59px\0
}

.pub_head .top_main .nav .pnav .subnav .item {
  width: 1000px;
  margin: 0 auto;
}

.pub_head .top_main .nav .pnav .subnav .item h3 {
  display: inline-block;
  min-width: 60px;
  float: left;
}

.pub_head .top_main .nav .pnav .subnav .item ul {
  float: left;
  width: 900px;
  text-align: left;
  margin-top: 12px;
}

.pub_head .top_main .nav .pnav.more {
  position: relative;
}

.pub_head .top_main .nav .pnav.more .subnav {
  margin-left: -88px;
  width: 176px;
  left: 50%;
  top: 60px;
  top: 59px\0
}

.pub_head .top_main .nav .pnav.more .subnav .item {
  width: auto;
}

.pub_head .top_main .nav .pnav.more .subnav ul {
  width: auto;
}

.pub_head.fixed .login_out,
.pub_head.fixed .login_in {
  margin-top: 0;
}

@media screen and (max-width: 1922px) {

  .pub_head .top_main,
  .con-foot .main {
    width: 1680px;
    margin: 0 auto;
  }

  .pub_head .top_main .nav {
    margin-left: 142px;
  }

  .pub_head .top_main .nav .pnav {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1682px) {

  .pub_head .top_main,
  .con-foot .main {
    width: 1440px;
    margin: 0 auto;
  }

  .pub_head .top_main .nav {
    margin-left: 62px;
  }

  .pub_head .top_main .nav .pnav {
    margin-right: 16px;
  }
}

@media screen and (max-width: 1442px) {

  .pub_head .top_main,
  .con-foot .main {
    width: 1330px;
    margin: 0 auto;
  }

  .pub_head .top_main .nav {
    margin-left: 30px;
  }

  .pub_head .top_main .nav .pnav {
    margin-right: 10px;
  }
}

/*小于1330*/
@media screen and (max-width: 1332px) {
  .main {
    width: 1200px;
  }

  .header .slider .slideBox .bd {
    height: 344px;
  }

  .hot_recommend ul li {
    width: 285px;
    height: 176px;
  }

  .category ul li {
    width: 141px;
  }

  .pins-list li {
    width: 285px;
  }

  .top_bar.fixed .search {
    margin-left: -330px;
  }

  .pnav {
    margin-right: 26px;
  }

  .pub_head .top_main {
    width: 1200px;
    margin: 0 auto;
  }

  .pub_head .top_main .nav {
    margin-left: 130px;
  }

  .pub_head .top_main {
    width: 1200px;
    margin: 0 auto;
  }

  .pub_head .top_main .nav {
    margin-left: 10px;
  }

  .pub_head .top_main .nav .pnav {
    margin-right: 5px;
  }

  .pub_head .top_main .nav .pnav>a {
    font-size: 15px;
  }
}

/*筛选*/
.filter {
  width: 1440px;
  margin: 0 auto;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  padding: 25px 40px 15px 40px;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.filter .items {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden
}

.filter .items.more {
  padding-right: 110px;
}

.filter .items span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px
}

.filter .items span i {
  margin-right: 3px;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.filter .items dl {
  height: auto;
  overflow: hidden;
  width: 100%;
  padding-bottom: 15px;
  padding-left: 96px;
}

.filter .items dt {
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
  margin-right: 26px;
  width: 90px;
  text-align: center;
}

.filter .items dt,
.filter .items dd {
  display: inline-block;
  float: left;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.65);
  margin-right: 26px;
  border-radius: 4px;
  margin-bottom: 4px;
}

.filter .items dt {
  color: #000;
  letter-spacing: 2px
}

.filter .items dd {
  white-space: nowrap;
  position: relative;
}

.filter .items dt a,
.filter .items dd a {
  display: block;
  width: 100%;
  height: 28px;
  line-height: 28px;
  color: inherit;
  padding: 0px 6px
}

.filter .items dt:hover a,
.filter .items dd:hover a,
.filter .items dt a.active ,
.filter .items dd a.active {
  color: #fff;
  background-color: #17A1FF;
  border-radius: 4px;
}

.filter .items.more dd {
  margin-bottom: 10px;
}

.filter .items.more {
  height: 42px;
  overflow: hidden;
}

.filter .items dd a em.hot-Icon {
  width: 13px;
  height: 12px;
  top: 0px;
  position: absolute;
  right: -6px;
  background: url(../img/new-icon.svg) no-repeat center / 100%;
}

.scholars-choose-box {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 6px;
}

.filter .items.line {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: visible;
  top: 6px;
  right: 10px;
}

.filter button.line {
  width: 80px;
  height: 30px;
  border-radius: 3px;
  padding-left: 6px;
  background: url(../img/dw.png) center right 4px no-repeat #f2f2f2;
  right: 0;
  top: -30px;
  text-align: left;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  border: none;
  cursor: pointer;
}

.filter .items.line a i {
  font-size: 8px
}

.filter .items.line a i.up {
  transform: rotate(180deg);
  display: inline-block
}

.filter .items.orderby {
  display: inline-block;
  width: auto;
  float: left;
  margin-right: 120px;
  height: 38px;
  overflow: visible;
}

.filter .items.orderby:last-child {
  margin-right: 0;
}

.filter .items.orderby dl {
  overflow: visible;
  padding-left: 68px
}

.filter .items.orderby dd.new {
  position: relative;
}

.filter .items.orderby dd.new:after {
  content: "";
  width: 30px;
  height: 20px;
  position: absolute;
  top: -8px;
  right: -19px;
  background: url(../images/new-icon.svg) no-repeat center;
}

/* 继承pins瀑布流列表 */
.waterfall,
.bg-box {
  width: 1440px;
  margin: 0 auto;
  padding-top: 20px;
}

.waterfall li {
  margin-right: 18px;
  width: 345px;

  overflow: hidden;
  border: 1px solid #f3f2f2;
}

.waterfall li .pic {
  height: 200px;

}

.waterfall li .hover_show span {
  margin-left: 18px;
}

.waterfall li .hover_show a {
  margin-right: 18px;
}

.waterfall li p.title {
  margin-bottom: -3px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.waterfall li .longpins {
  height: 395px;
}

/* 免扣和背景模块pins瀑布流列表 */
.bg-box {
  width: 1462px;
  margin: 0 auto;
  padding-top: 0px;
}

.fleximageBox {
  box-sizing: border-box;
  margin-left: 11px;
}

.fleximageBox li {
  padding: 0;
  width: 100%;
  max-height: 600px;
  height: 100%;
  background: none;
}

.fleximageBox li .pic {
  height: 100%;
}

.fleximageBox li .pic a img {
  height: 100%;
  min-height: auto;
}

.fleximageBox li:nth-child(4n) {
  margin-right: 20px;
}

.fleximageBox li .bg-btn,
.waterfall li .bg-btn {
  width: auto;
  text-align: center;
}

.fleximageBox li:hover .bg-btn {
  top: 10px;
}

.fleximageBox li .bg-btn .star {
  float: none;
  margin: 2px 10px 10px 0;
}

.fleximageBox li .bg-btn .down {
  float: none;
  margin-right: 10px;
  margin-bottom: 10px;
}

.fleximageBox li .bg-btn .bl,
.waterfall li .bg-btn .bl {
  background: #17a1ff;
  border: 1px solid #17a1ff;
}

.waterfall li .bg-btn .star {
  float: none;
  margin: 0 16px 0 0;
}

.waterfall li .bg-btn .down {
  float: none;
  margin-right: 17px;
}

.fleximageBox .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -38px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(25, 37, 55, 0.8));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(14, 22, 32, 0.4));
  transition: .25s;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
  opacity: 0;
  text-align: center;
}

.fleximageBox .title a {
  color: #fff;
}

.fleximageBox li:hover .title {
  bottom: 0;
  opacity: 1;
}

/*响应式*/
@media screen and (max-width: 1922px) {

  .filter,
  .waterfall,
  .bre-wid,
  .widthbox {
    overflow: hidden;
  }

  .waterfall li {
    width: 321px;
  }

  .bg-box {
    width: 1702px;
  }
}

@media screen and (max-width: 1682px) {

  .filter,
  .waterfall,
  .bre-wid,
  .widthbox {
    width: 1440px;
  }

  .waterfall li {
    width: 345px;
  }

  .list_nav {
    width: 30%;
  }

  .in-search-boxV1 {
    width: 70%;
    float: left;
  }

  .bg-box {
    width: 1462px;
  }
}

@media screen and (max-width: 1442px) {
  .bg-box {
    width: 1352px;
  }

  .list_nav {
    width: 30%;
  }

  .in-search-boxV1 {
    width: 70%;
    float: left;
  }

  .main,
  .filter,
  .waterfall,
  .bre-wid,
  .widthbox {
    width: 1330px;
  }

  .com-list .search {
    width: 100%;
  }

  .com-list .search .main {
    width: 520px;
  }

  .com-list .recommend {
    width: 435px;
  }

  .hot_search ul li {
    margin-right: 21px;
  }

  .waterfall li {
    width: 318px;
  }

  .top_bar .loginbar {
    margin: 10px 46px 0 0;
  }

  .login {
    margin: 0 46px 0 0;
  }
}

/*小于1330*/
@media screen and (max-width: 1332px) {
  .bg-box {
    width: 1222px;
  }

  .main,
  .filter,
  .waterfall,
  .bre-wid,
  .widthbox {
    width: 1200px;
  }

  .com-list .search {
    width: 100%;
  }

  .com-list .search .main {
    width: 500px;
  }

  .com-list .recommend {
    width: 415px;
  }

  .filter {
    width: 1200px;
  }

  .hot_search ul li {
    margin-right: 20px;
  }

  .waterfall li {
    width: 285px;
  }

  .top_bar .loginbar {
    margin: 10px 46px 0 0;
  }

  .login {
    margin: 0 46px 0 0;
  }
}

/*黄色yellow*/
.yellow dt {
  color: #FF9400 !important;
}

/*.yellow a:hover{color:#FF9400}*/
/*蓝色*/
.blue dt {
  color: #17A1FF !important;
}

.blue a:hover {
  color: #17A1FF
}

/* 分页样式 */
.pager {
  padding: 80px 0 60px 0;
}

.page-con {
  margin: 0 auto;
  height: 50px;
  text-align: center;
}

.page-con li {
  display: inline-block;
  margin-right: 14px;
}

.page-con li a {
  padding: 0 18px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #414141;
  border: 1px solid #d9d9d9;
  display: inline-block;
  background: #fff;
  border-radius: 4px;
}

.page-con li span {
  padding: 0 18px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  background: #fff;
  border-radius: 4px;
}

.page-con li a:hover,
.page-con li.current a {
  height: 48px;
  line-height: 48px;
  background: #168EE1;
  color: #fff;
}

.page-con .point {
  line-height: 59px;
  font-weight: bold;
  font-size: 19px;
  margin-right: 13px;
}

.page-con li.disabled {
  color: #BFBFBF;
  cursor: default;
}

.page-con li.disabled:hover {
  background: #fff;
  color: #BFBFBF;
  height: 48px;
  line-height: 48px;
}

.search-box {
  width: 100%;
  height: 60px;
  position: relative;
  margin-top: 55px;
  box-sizing: border-box;
  border-radius: 50px;
}

.search-box:before {
  position: absolute;
  top: -3px;
  left: -4px;
  width: 30px;
  height: 30px;
  z-index: 2;
  pointer-events: none;
  background: url('//static.588ku.com/imgPath/index/images/indexnewicon.png') no-repeat center / 100%;
}

.search-box .act-entry-seac {
  display: inline-block;
  position: absolute;
  right: 160px;
  top: 9px;
  width: 98px;
  height: 28px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}

.search-box .act-entry-seac:hover {
  color: #17A1FF;
}

.search-box input[type="text"] {
  width: 100%;
  padding-right: 260px;
  padding-left: 16px;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 10px;
  height: 100%;
  background: #fff;
  border: 2px solid #17a1ff;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
}

.search-box input[type="text"]::-webkit-input-placeholder {
  color: #8c8c8c;
}

.search-box input[type="text"] :-moz-placeholder {
  color: #8c8c8c;
}

.search-box input[type="text"]::-moz-placeholder {
  color: #8c8c8c;
}

.search-box input[type="text"]:-ms-input-placeholder {
  color: #8c8c8c;
}

.search-box input[type="text"]:focus {
  color: rgba(0, 0, 0, 0.85);
}

.search-box input[type="text"]:focus+.type-search-box .type-search-list li.on:before {
  border-bottom-color: rgba(236, 236, 236, 0.95);
}

.search-box .search-Btn-box {
  position: absolute;
  right: 0;
  top: 0px;
  width: 144px;
  width: 118px;
  width: 135px;
  height: 100%;
  z-index: 3;
}

.search-box .search-Btn-box .shaow-bg {
  position: absolute;
  display: block;
  width: 15px;
  height: 280px;
  background: url(//static.588ku.com/imgPath/index/images/1902/indexshaow.png) no-repeat center;
  left: -15px;
  top: -160px;
  z-index: 0;
  opacity: 0.2;
}

.search-box .search-Btn-box .search-Btn {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 6px 6px 0;
  box-sizing: border-box;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 60px;
  position: relative;
  margin: 0;
  text-align: center;
  color: #fff;
  background-color: #17A1FF;
  font-weight: bold;
  width: 135px;
  height: 60px;
  border-radius: 8px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}

.search-box .search-Btn-box .search-Btn:hover {
  box-shadow: 0 4px 20px rgba(23, 161, 255, 0.3);
}

.search-box .search-Btn-box .search-Btn:hover:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0 6px 6px 0;
  top: 0;
  left: 0;
}

.search-box .search-Btn-box .search-Btn i {
  font-size: 16px;
  color: #fff;
}

.search-box .search-Btn-box .search-Btn span {
  font-size: 16px;
  display: inline-block;
  color: #fff;
}

.search-box .search-Btn-box .search-Btn .icon-svg-Search {
  vertical-align: -2px;
  margin-right: 10px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/searchIcon.svg) no-repeat center / 100%;
}

.search-box .search-Btn-box .search-Btn.all {
  background-color: #008BFF;
}

.search-box .search-Btn-box .search-Btn.all:hover {
  box-shadow: 0 4px 20px rgba(0, 139, 255, 0.3);
}

.search-box .search-Btn-box .search-Btn.ys {
  background-color: #17A1FF;
}

.search-box .search-Btn-box .search-Btn.ys:hover {
  box-shadow: 0 4px 20px rgba(23, 161, 255, 0.3);
}

.search-box .search-Btn-box .search-Btn.bg {
  background-color: #FA4633;
}

.search-box .search-Btn-box .search-Btn.bg:hover {
  box-shadow: 0 4px 20px rgba(250, 70, 51, 0.3);
}

.search-box .search-Btn-box .search-Btn.photo {
  background-color: #FF5859;
}

.search-box .search-Btn-box .search-Btn.photo:hover {
  box-shadow: 0 4px 20px rgba(255, 88, 89, 0.3);
}

.search-box .search-Btn-box .search-Btn.model {
  background-color: #FF9400;
}

.search-box .search-Btn-box .search-Btn.model:hover {
  box-shadow: 0 4px 20px rgba(255, 148, 0, 0.3);
}

.search-box .search-Btn-box .search-Btn.art {
  background-color: #00CFDD;
}

.search-box .search-Btn-box .search-Btn.art:hover {
  box-shadow: 0 4px 20px rgba(0, 207, 221, 0.3);
}

.search-box .search-Btn-box .search-Btn.office {
  background-color: #FFC001;
}

.search-box .search-Btn-box .search-Btn.office:hover {
  box-shadow: 0 4px 20px rgba(255, 192, 1, 0.3);
}

.search-box .search-Btn-box .search-Btn.ui {
  background-color: #1ABC9C;
}

.search-box .search-Btn-box .search-Btn.ui:hover {
  box-shadow: 0 4px 20px rgba(26, 188, 156, 0.3);
}

.search-box .search-Btn-box .search-Btn.illus {
  background-color: #3DB060;
}

.search-box .search-Btn-box .search-Btn.illus:hover {
  box-shadow: 0 4px 20px rgba(61, 176, 96, 0.3);
}

.search-box .search-Btn-box .search-Btn.video {
  background-color: #7265E2;
}

.search-box .search-Btn-box .search-Btn.video:hover {
  box-shadow: 0 4px 20px rgba(114, 101, 226, 0.3);
}

.search-box .search-Btn-box .search-Btn.gif {
  background-color: #EF2B79;
}

.search-box .search-Btn-box .search-Btn.gif:hover {
  box-shadow: 0 4px 20px rgba(239, 43, 121, 0.3);
}

.search-box .search-Btn-box .search-Btn.edit {
  /* .icon-svg-Search{
                                  display: none;
                              } */
  background-color: #00BAA1;
}

.search-box .search-Btn-box .search-Btn.edit:hover {
  box-shadow: 0 4px 20px rgba(0, 186, 161, 0.3);
}

.search-box .search-Btn-box .search-btn-hide {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 4px 4px 0;
  padding: 19px 0 0 44px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
  cursor: pointer;
}

.search-box .search-sugV1 {
  width: 680px;
  top: 62px;
  width: 766px;
  left: 0px;
  padding-bottom: 16px;
  width: 666px;
  left: 100px;
}

.search-box .search-sugV1.V2 {
  padding: 0 24px;
}

.search-box .search-sugV1.V2 .search-log {
  border-bottom: 1px solid #f2f5f5;
}

.search-box .search-sugV1.V2 .search-log ul {
  padding: 16px 0;
}

.search-box .search-sugV1.V2 .search-log ul li {
  color: #8c8c8c;
  height: auto;
  line-height: 20px;
}

.search-box .search-sugV1.V2 .search-log ul li>a {
  color: #8c8c8c;
}

.search-box .search-sugV1.V2 .sokeys-ullist {
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f5f5;
}

.search-box .search-sugV1.V2 .sokeys-ullist .h-tle {
  font-size: 14px;
  color: #8c8c8c;
  line-height: 18px;
  letter-spacing: 1px;
  padding: 20px 0 12px;
}

.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup_1,
.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup1 {
  width: 25%;
  width: 20%;
  float: left;
}

.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup_1 li,
.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup1 li {
  position: relative;
}

.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup_1 li>a.link-box,
.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup1 li>a.link-box {
  position: relative;
  padding-left: 0;
}

.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup_1 li>a.link-box .word-box,
.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup1 li>a.link-box .word-box {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  max-width: 114px;
  padding-left: 26px;
  box-sizing: border-box;
}

.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup_1 li>a.link-box .word-box .hot-icon,
.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup1 li>a.link-box .word-box .hot-icon {
  display: none;
}

.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup_1 li>a.link-box .word-box:hover,
.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup1 li>a.link-box .word-box:hover {
  color: #FF9400;
}

.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup_1 li>a.link-box:hover,
.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup1 li>a.link-box:hover {
  color: #FF9400;
}

.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup_1 li .list-num,
.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup1 li .list-num {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 2px;
  top: 7px;
  position: absolute;
  left: 0;
  background-color: #9A9A9A;
}

.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup_1:hover,
.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup1:hover,
.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup_1.select,
.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup1.select {
  background-color: transparent;
}

.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup_1.hot1 .list-num,
.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup1.hot1 .list-num {
  background-color: #FF2D2D;
}

.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup_1.hot2 .list-num,
.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup1.hot2 .list-num {
  background-color: #FF682D;
}

.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup_1.hot3 .list-num,
.search-box .search-sugV1.V2 .sokeys-ullist .sokeyup1.hot3 .list-num {
  background-color: #FF9D2D;
}

.search-box .search-sugV1.V2 .btmtype-box .h-tle {
  font-size: 14px;
  color: #8c8c8c;
  line-height: 18px;
  letter-spacing: 1px;
  padding: 16px 0 16px;
}

.search-box .search-sugV1.V2 .btmtype-box .type-list {
  padding-bottom: 4px;
}

.search-box .search-sugV1.V2 .btmtype-box .type-list .type-item {
  min-width: 70px;
  padding: 0 6px;
  box-sizing: border-box;
  height: 28px;
  background: rgba(255, 148, 0, 0.05);
  border-radius: 2px;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 12px;
}

.search-box .search-sugV1.V2 .btmtype-box .type-list .type-item a {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #262626;
  line-height: 28px;
  letter-spacing: 1px;
}

.search-box .search-sugV1.V2 .btmtype-box .type-list .type-item:hover {
  background: rgba(255, 148, 0, 0.1);
}

.search-box .search-sugV1.V2 .btmtype-box .type-list .type-item:hover a {
  color: #FF9400;
}

.search-box .type-search-box {
  position: absolute;
  top: -42px;
  left: 0;
  letter-spacing: 0.4px;
  padding-left: 4px;
}

.search-box .type-search-box .type-search-list li {
  position: relative;
  color: rgba(255, 255, 255, 0.85);
  margin-right: 10px;
  padding-bottom: 11px;
}

.search-box .type-search-box .type-search-list li:nth-child(5) {
  display: none;
}

.search-box .type-search-box .type-search-list li:nth-child(6) {
  display: none;
}

.search-box .type-search-box .type-search-list li:last-child {
  margin-right: 0;
}

.search-box .type-search-box .type-search-list li span {
  display: block;
  padding: 4px 14px;
  font-size: 15px;
  line-height: 22px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.85);
  color: rgba(0, 0, 0, 0.45);
  color: rgba(0, 0, 0, 0.65);
  border-radius: 50px;
}

.search-box .type-search-box .type-search-list li span:hover {
  background: rgba(0, 0, 0, 0.02);
}

.search-box .type-search-box .type-search-list li:before {
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -7px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 4px solid rgba(255, 255, 255, 0.85);
  border-bottom: 6px solid rgba(236, 236, 236, 0.95);
}

.search-box .type-search-box .type-search-list li:hover {
  color: #17A1FF;
}

.search-box .type-search-box .type-search-list li:hover span {
  color: #17A1FF;
}

.search-box .type-search-box .type-search-list li.on {
  color: #17A1FF;
  font-weight: bold;
}

.search-box .type-search-box .type-search-list li.on span {
  color: #17A1FF;
}

.search-box .type-search-box .type-search-list li.on:before {
  content: '';
}

.search-box .type-search-box .type-search-list li[data-index="1"]:hover,
.search-box .type-search-box .type-search-list li[data-index="1"].on {
  color: #FA4633;
}

.search-box .type-search-box .type-search-list li[data-index="1"]:hover span,
.search-box .type-search-box .type-search-list li[data-index="1"].on span {
  color: #FA4633;
}

.search-box .type-search-box .type-search-list li[data-index="23"]:hover,
.search-box .type-search-box .type-search-list li[data-index="23"].on {
  color: #00CFDD;
}

.search-box .type-search-box .type-search-list li[data-index="23"]:hover span,
.search-box .type-search-box .type-search-list li[data-index="23"].on span {
  color: #00CFDD;
}

.search-box .type-search-box .type-search-list li[data-index="11"]:hover,
.search-box .type-search-box .type-search-list li[data-index="11"].on {
  color: #FF9400;
}

.search-box .type-search-box .type-search-list li[data-index="11"]:hover span,
.search-box .type-search-box .type-search-list li[data-index="11"].on span {
  color: #FF9400;
}

.search-box .type-search-box .type-search-list li[data-index="30"]:hover,
.search-box .type-search-box .type-search-list li[data-index="30"].on {
  color: #1ABC9C;
}

.search-box .type-search-box .type-search-list li[data-index="30"]:hover span,
.search-box .type-search-box .type-search-list li[data-index="30"].on span {
  color: #1ABC9C;
}

.search-box .type-search-box .type-search-list li[data-index="24"]:hover,
.search-box .type-search-box .type-search-list li[data-index="24"].on {
  color: #3DB060;
}

.search-box .type-search-box .type-search-list li[data-index="24"]:hover span,
.search-box .type-search-box .type-search-list li[data-index="24"].on span {
  color: #3DB060;
}

.search-box .drop-down {
  position: absolute;
  left: 2px;
  width: 113px;
  width: 98px;
  border-radius: 50px 0 0 50px;
  height: 60px;
  padding-top: 2px;
}

.search-box .drop-down .focus-key {
  border-radius: 50px 0 0 50px;
  width: 100%;
  border-right: 1px solid #17A1FF;
  cursor: pointer;
  line-height: 56px;
  height: 56px;
  box-sizing: border-box;
  color: #262626;
  text-align: center;
  background-color: transparent;
  position: relative;
  z-index: 1000;
}

.search-box .drop-down .focus-key .center-ib {
  display: block;
  font-size: 16px;
  font-size: 14px;
}

.search-box .drop-down .focus-key i {
  margin-left: 2px;
  display: inline-block;
  font-size: 12px;
  color: #262626;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-box .drop-down .focus-key:after {
  position: absolute;
  width: 100px;
  height: 1px;
  background: #eeeeef;
  bottom: 0px;
  left: 10px;
  display: none;
}

.search-box .drop-down .down-list {
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 5;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  display: none;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  top: 2px;
}

.search-box .drop-down .down-list li,
.search-box .drop-down .down-list .li-item {
  cursor: pointer;
  padding-left: 9px;
  line-height: 30px;
  font-size: 12px;
  color: #595959;
}

.search-box .drop-down .down-list li[data-btnclass="edit"],
.search-box .drop-down .down-list .li-item[data-btnclass="edit"] {
  padding-left: 11px;
}

.search-box .drop-down .down-list li i,
.search-box .drop-down .down-list .li-item i {
  margin-right: 6px;
}

.search-box .drop-down .down-list li a,
.search-box .drop-down .down-list .li-item a {
  color: #595959;
  font-size: 16px;
}

.search-box .drop-down .down-list li:hover,
.search-box .drop-down .down-list .li-item:hover {
  background-color: #F3FCFF;
  color: #17A1FF;
}

.search-box .drop-down .down-list li:hover a,
.search-box .drop-down .down-list .li-item:hover a {
  color: #17A1FF;
}

.search-box .drop-down .down-list .li-item {
  padding-left: 0px;
}

.search-box .drop-down .down-list .li-item a {
  display: block;
  padding-left: 16px;
  font-size: 14px;
  padding-left: 12px;
  font-size: 12px;
}

.search-box .drop-down:hover .focus-key {
  background-color: transparent;
}

.search-box .drop-down:hover .focus-key i {
  transform: rotate(180deg);
}

.search-box .drop-down:hover .down-list {
  display: block;
}

.search-box .drop-down:hover~.search-sug {
  display: none !important;
}

.search-box .drop-down+input {
  padding-left: 116px;
}

.search-box.all input[type="text"],
.search-box.all .drop-down .focus-key {
  border-color: #008BFF;
}

.search-box.ys input[type="text"],
.search-box.ys .drop-down .focus-key {
  border-color: #17A1FF;
}

.search-box.bg input[type="text"],
.search-box.bg .drop-down .focus-key {
  border-color: #FA4633;
}

.search-box.photo input[type="text"],
.search-box.photo .drop-down .focus-key {
  border-color: #FF5859;
}

.search-box.model input[type="text"],
.search-box.model .drop-down .focus-key {
  border-color: #FF9400;
}

.search-box.art input[type="text"],
.search-box.art .drop-down .focus-key {
  border-color: #00CFDD;
}

.search-box.office input[type="text"],
.search-box.office .drop-down .focus-key {
  border-color: #FFC001;
}

.search-box.ui input[type="text"],
.search-box.ui .drop-down .focus-key {
  border-color: #1ABC9C;
}

.search-box.illus input[type="text"],
.search-box.illus .drop-down .focus-key {
  border-color: #3DB060;
}

.search-box.video input[type="text"],
.search-box.video .drop-down .focus-key {
  border-color: #7265E2;
}

.search-box.gif input[type="text"],
.search-box.gif .drop-down .focus-key {
  border-color: #EF2B79;
}

.search-box.edit input[type="text"],
.search-box.edit .drop-down .focus-key {
  border-color: #00BAA1;
}

.search-box .search-nav-box {
  position: absolute;
  top: -38px;
  padding-left: 9px;
  padding-left: 99px;
}

.search-box .search-nav-box li {
  cursor: pointer;
  float: left;
  padding: 0 20px;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #8c8c8c;
  line-height: 40px;
  letter-spacing: 0px;
  border-radius: 6px 6px 0px 0px;
  transition: all 0.2s;
}

.search-box .search-nav-box li:hover.all {
  color: #008BFF;
}

.search-box .search-nav-box li:hover.ys {
  color: #17A1FF;
}

.search-box .search-nav-box li:hover.art {
  color: #00CFDD;
}

.search-box .search-nav-box li:hover.bg {
  color: #FA4633;
}

.search-box .search-nav-box li:hover.model {
  color: #FF9400;
}

.search-box .search-nav-box li:hover.photo {
  color: #FF5859;
}

.search-box .search-nav-box li:hover.gif {
  color: #EF2B79;
}

.search-box .search-nav-box li:hover.video {
  color: #7265E2;
}

.search-box .search-nav-box li:hover.ui {
  color: #1ABC9C;
}

.search-box .search-nav-box li:hover.illus {
  color: #3DB060;
}

.search-box .search-nav-box li:hover.office {
  color: #FFC001;
}

.search-box .search-nav-box li:hover.edit {
  color: #00BAA1;
}

.search-box .search-nav-box li.active.all {
  background-color: rgba(0, 139, 255, 0.15);
  color: #008BFF;
}

.search-box .search-nav-box li.active.ys {
  background-color: rgba(23, 161, 255, 0.15);
  color: #17A1FF;
}

.search-box .search-nav-box li.active.art {
  background-color: rgba(0, 207, 221, 0.15);
  color: #00CFDD;
}

.search-box .search-nav-box li.active.bg {
  background-color: rgba(250, 70, 51, 0.15);
  color: #FA4633;
}

.search-box .search-nav-box li.active.model {
  background-color: rgba(255, 148, 0, 0.15);
  color: #FF9400;
}

.search-box .search-nav-box li.active.photo {
  background-color: rgba(255, 88, 89, 0.15);
  color: #FF5859;
}

.search-box .search-nav-box li.active.gif {
  background-color: rgba(239, 43, 121, 0.15);
  color: #EF2B79;
}

.search-box .search-nav-box li.active.video {
  background-color: rgba(114, 101, 226, 0.15);
  color: #7265E2;
}

.search-box .search-nav-box li.active.ui {
  background-color: rgba(26, 188, 156, 0.15);
  color: #1ABC9C;
}

.search-box .search-nav-box li.active.illus {
  background-color: rgba(61, 176, 96, 0.15);
  color: #3DB060;
}

.search-box .search-nav-box li.active.office {
  background-color: rgba(255, 192, 1, 0.15);
  color: #FFC001;
}

.search-box .search-nav-box li.active.edit {
  background-color: rgba(0, 186, 161, 0.15);
  color: #00BAA1;
}

.in-search-boxV1 {
  width: 80%;
  float: left;
}

.keytext {
  display: block;
}

.height {
  height: auto !important;
}

.filter .items.height .line {
  height: 15px;
  position: absolute;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  overflow: visible;
  top: auto !important;
  bottom: 5px !important;
  right: 10px;
}

.theme-text-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px; width: 100%;
  bottom: 0; top: auto !important;
  background: linear-gradient(180deg, rgba(252, 252, 252, 0) 0, rgba(252, 252, 252, .96) 22%, #FCFCFC 40%, rgba(252, 252, 252, .98) 55%, #E3FFEE 100%) !important;
}

.tags.is-fav {
  border: 1px solid #00B277;
  color: #00B277;
  padding: 2px 4px;
  border-radius: 6px;
  font-size: 12px;
}

.theme-text-box p.title2 {
  width: 150px;
  text-align: right;
  cursor: pointer;
  font-size: 12px !important;
  color: #000 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*分页 start*/
.list-Page {
  margin-top: 36px;
  margin-bottom: 20px;
  text-align: center;
}

.list-Page:last-child {
  margin-bottom: 50px;
}

.list-Page .center-page {
  display: inline-block;
  line-height: 40px;
}

.list-Page .center-page .page-list {
  margin-right: 36px;
}

.list-Page .center-page .page-list li {
  background-color: #fff;
  display: inline-block;
  min-width: 40px;
  text-align: center;
  height: 40px;
  margin-right: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -ms-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.list-Page .center-page .page-list li a {
  display: block;
  padding: 0 12px;
}

.list-Page .center-page .page-list li:last-child {
  margin-right: 0;
}

.list-Page .center-page .page-list li.on,
.list-Page .center-page .page-list li:hover {
  cursor: pointer;
  background-color: #17A1FF;
  border-color: transparent;
}

.list-Page .center-page .page-list li.on a,
.list-Page .center-page .page-list li:hover a {
  color: #fff;
}

.list-Page .center-page .page-list li.points-span {
  border: 1px solid transparent;
  cursor: default;
}

.list-Page .center-page .page-list li.points-span.on,
.list-Page .center-page .page-list li.points-span:hover {
  background-color: transparent;
  background-color: #fff;
}

.list-Page .center-page .enter-page {
  display: inline-block;
}

.list-Page .center-page .enter-page .page-input {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 40px;
  text-align: center;
  height: 40px;
  max-width: 200px;
  margin: 0 8px;
}

.list-Page .center-page .enter-page .pageEnter-Btn {
  background-color: #fff;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 40px;
  margin-left: 8px;

  height: 40px;
  vertical-align: bottom;
}

.list-Page .center-page .enter-page .pageEnter-Btn.on,
.list-Page .center-page .enter-page .pageEnter-Btn:hover {
  cursor: pointer;
  background-color: #17A1FF;
  border-color: transparent;
  color: #fff;
}

/*分页 end*/
/*颜色*/

.text-danger {
  color: #ff473d !important;
  font-weight: bold;
}

.text-999 {
  color: #999 !important;
}

.text-777 {
  color: #777 !important;
}

.text-success {
  color: #03c895 !important;
}

.text-info {
  color: #03a9f4 !important;
}

.text-warning {
  color: #ffc107 !important;
  font-size: .6rem;
  margin-right: 5px;
}

.text-primary {
  color: #8760fb !important;
  font-size: .6rem;
  margin-right: 5px;
}

.cpfont {
  padding: 10px 0;
  background: #1d2836;
  width: 100%;
  position: fixed;
  bottom: 0;
  color: #fff;
  text-align: center;
  opacity: 0.75;
}

.cpfont p {
  color: #fff;
  opacity: 0.6;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}