<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />

*[data-component="tokushu-theme-grid"] {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: auto;
  margin-left: auto;
}
*[data-component="tokushu-theme-grid"] *[data-component="tokushu-theme"] {
  flex-shrink: 0;
  flex-grow: 0;
  width: 224px;
  margin-right: 9px;
  margin-bottom: 9px;
}
*[data-component="tokushu-theme-grid"] *[data-component="tokushu-theme"] figure {
  height: 84px;
}
*[data-component="tokushu-theme-grid"] *[data-component="tokushu-theme"] .title {
  font-size: 16px;
  line-height: 24px;
}
/*
*[data-component="tokushu-theme-grid"] *[data-component="tokushu-theme"]:nth-child(3n) {
  margin-right: 0;
}
*/

*[data-block="cols2"] {
  display: flex;
  justify-content: space-between;
}
*[data-block="cols2"] > * {
  width: 336px;
}

*[data-block="cols2"] *[data-component="tokushu-theme"] figure {
  height: 126px;
}
*[data-block="cols2"] *[data-component="tokushu-theme"] figcaption {
  text-align: left;
}


*[data-component="tokushu-theme"]:hover figure img {
  opacity: 0.5;
}
*[data-component="tokushu-theme"]:hover figcaption {
  text-decoration: underline;
}
*[data-component="tokushu-theme"] figure {
  display: flex;
  width: 100%;
  height: 259px;
  background-color: #eeeeee;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
*[data-component="tokushu-theme"] figure img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
  will-change: opacity;
}
*[data-component="tokushu-theme"] figure:before {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000000;
  opacity: 0.4;
}


*[data-component="tokushu-theme"] figure .title {
  position: relative;
  z-index: 3;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
*[data-component="tokushu-theme"] figcaption {
  font-size: 14px;
  text-align: center;
  color: #818181;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 21px;
  /* autoprefixer: ignore next */
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 42px;
}
*[data-block="cols2"] *[data-component="tokushu-theme"] figure {
  height: 126px;
}
*[data-block="cols2"] *[data-component="tokushu-theme"] figcaption {
  text-align: left;
}
*[data-component="tokushu-topics"] *[data-component="tokushu-theme"] figure {
  height: 180px;
}
*[data-component="tokushu-topics"] + *[data-component="tokushu-topics"] {
  margin-top: -20px;
}
*[data-component="tokushu-theme-grid"] {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
*[data-component="tokushu-theme-grid"] *[data-component="tokushu-theme"] {
  flex-shrink: 0;
  flex-grow: 0;
  width: 224px;
  margin-right: 9px;
  margin-bottom: 9px;
}
*[data-component="tokushu-theme-grid"] *[data-component="tokushu-theme"] figure {
  height: 84px;
}
*[data-component="tokushu-theme-grid"] *[data-component="tokushu-theme"] .title {
  font-size: 16px;
  line-height: 24px;
}
/*
*[data-component="tokushu-theme-grid"] *[data-component="tokushu-theme"]:nth-child(3n) {
  margin-right: 0;
}
*/

*[data-component="category-header"] {
  box-sizing: border-box;
  padding-top: 5px;
  background-color: #ffffff;
  height: 66px;
  border-top: 2px solid #d8d8d8;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 26px;
}
*[data-component="sub-category-header"] {
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 5px;
}
*[data-component="h2-category-header"] {
  box-sizing: border-box;
  background-color: #f4f4f4;
  height: 50px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 7px;
}

*[data-component="section-header"] {
  background-color: #ffffff;
  height: 56px;
  border-top: 2px solid #d8d8d8;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
*[data-component="section-header"].thin {
  font-size: 14px;
  border-top: 1px solid #e6e6e6;
  height: 48px;
}
*[data-component="section-header"].small {
  font-size: 14px;
  height: 48px;
}
*[data-component="section-header"].border-bottom {
  border-bottom: 1px solid #e6e6e6;
}
*[data-component="section-header"] a.arrow {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #000000;
  padding-left: 3px;
  font-weight: bold;
}
*[data-component="section-header"] a.arrow:before {
  top: -2px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 1px solid #2E59AE;
  border-right: 1px solid #2E59AE;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
*[data-component="section-header"] a.arrow:hover {
  text-decoration: underline;
}
*[data-component="section-header"] a img {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="section-header"] a img:hover {
  opacity: 0.5;
}
*[data-component="section-header"] .search-result {
  font-size: 12px;
  font-weight: normal;
  margin-left: 15px;
  position: relative;
  top: 1px;
}
*[data-component="section-header"] .search-result strong {
  font-weight: bold;
  color: #2E59AE;
  font-size: 14px;
  margin-right: 5px;
}


*[data-component="article-carousel"] {
  position: relative;
  background-color: #484848;
  height: 220px;
  overflow: hidden;
  width: 70%;
  margin: 0px auto;
}
*[data-component="article-carousel"] .carousel-wrapper {
  width: 620px; 
  /*width: 80%; */
  margin: 20px auto;
}
*[data-component="article-carousel"] .cell-group {
  margin-right: 10px;
}
*[data-component="article-carousel"] .cell-group a:first-child {
  margin-bottom: 10px;
}
*[data-component="article-carousel"] a {
  position: relative;
  width: 204px;
  height: 85px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5px;
}
*[data-component="article-carousel"] figure {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: #eeeeee;
}
*[data-component="article-carousel"] figure img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="article-carousel"] figure:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 75%);
}
*[data-component="article-carousel"] a:hover img {
  opacity: 0.5;
}
*[data-component="article-carousel"] p {
  position: relative;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  padding-left: 15px;
  padding-right: 15px;
}
*[data-component="article-carousel"] .btn-prev,
*[data-component="article-carousel"] .btn-next {
  width: 45px;
  height: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="article-carousel"] .btn-prev:hover,
*[data-component="article-carousel"] .btn-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
*[data-component="article-carousel"] .btn-prev {
  position: absolute;
  left: 0;
  top: 0;
}
*[data-component="article-carousel"] .btn-prev i {
  left: 4px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
*[data-component="article-carousel"] .btn-next {
  position: absolute;
  top: 0;
  right: 0;
}
*[data-component="article-carousel"] .btn-next i {
  left: -4px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


*[data-component="drop-down-link"] {
  position: relative;
}
*[data-component="drop-down-link"] select {
  -webkit-appearance: none;
  background-color: #ffffff;
  font-size: 14px;
  color: #515151;
  border-radius: 2px;
  padding: 3px 60px 3px 10px;
  box-sizing: border-box;
  height: 28px;
  border: 1px solid #979797;
  position: relative;
  z-index: 1;
}
*[data-component="drop-down-link"]:after {
  width: 5px;
  height: 5px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  z-index: 3;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 8px;
}
*[data-component="drop-down-link"]:before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background-color: #979797;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 2px;
  z-index: 2;
  pointer-events: none;
}
