
html {
  height: 100%;
}

body {
  font-size: 14px;
  font-family: "Tahoma,Arial","Helvetica", "寰蒋闆呴粦", "PingFangSC-Regular", "PingFangSC", "寰蒋闆呴粦", "Microsoft YaHei", "miui", "system-ui", "Helvetica", "Arial", "Verdana", "sans-serif";
  color: #333;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}
html, body {
  -webkit-text-size-adjust: 100%;
}

em,
th,
input,
textarea,
button,
select {
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  font-family: "Tahoma,Arial","Helvetica", "寰蒋闆呴粦", "PingFangSC-Regular", "PingFangSC", "寰蒋闆呴粦", "Microsoft YaHei", "miui", "system-ui", "Helvetica", "Arial", "Verdana", "sans-serif";
}

ul,
ol {
  list-style: none;
}

table,
td,
th {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
select,
textarea {
  outline: none;
  background: none;
}

textarea {
  resize: none;
}

img,
a img {
  border: none;
  outline: none;
}

a {
  text-decoration: none;
  font-family: "PingFangSC-Regular", "PingFangSC", "寰蒋闆呴粦", "Microsoft YaHei", "miui", "system-ui", "Helvetica", "Arial", "Verdana", "sans-serif";
}

a:hover {
  /* text-decoration: underline; */
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fc {
  margin: 0 auto;
}

.vertical-middle {
  vertical-align: middle;
}


/**鏄剧ず闅愯棌**/

.hidden {
  display: none;
}

.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.overflow {
  overflow: hidden;
}

/**瀹氫綅**/

.posR {
  position: relative;
}

.posA {
  position: absolute;
}

.posF {
  position: fixed;
}

.fb {
  font-weight: bold;
}

.textL {
  text-align: left;
}

.textC {
  text-align: center;
}

.textR {
  text-align: right;
}

.text2em {
  text-indent: 2em;
}

.pointer {
  cursor: pointer;
}

/* 杈撳叆妗嗚嚜鍔ㄥ～鍏ュ悗 */
/* input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #333 !important; 濉厖鍚庢枃瀛楅鑹
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent;濉厖鍚庤儗鏅壊
  background-image: none;
  transition: background-color 50000s ease-in-out 0s;
  鑳屾櫙鑹查€忔槑  鐢熸晥鏃堕暱  杩囨浮鏁堟灉  鍚敤鏃跺欢杩熺殑鏃堕棿
} */

input {
  background-color: transparent;
}

/**杈撳叆鎺т欢 placeholder 鑹茶缃 #999**/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

/* 娴忚鍣ㄦ粴鍔ㄦ潯鏍峰紡 */
/* width */
::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ededed;
  border-radius: 7px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d5d5d5;
  border-radius: 7px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #333;
}

/* 绂佹鐢ㄦ埛閫夋嫨 */
.noSelect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
}
.reveal {
  display: inline-block;
}
.hide {
  display: none;
}
/* 瓒呭嚭鐪佺暐鍙 */
.word-hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.eq2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.eq3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/* header瀹氫綅 */
body > header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 90;
}

/* body > footer {
  background: #222222;
} */

.flex {
  display: flex;
  justify-content: space-between;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
}

.flex-center {
  display: flex;
  justify-content: center;
}
.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.no-wrap {
  flex-wrap: nowrap;
}

main {
 padding-top: 0.8rem;
}

.scale {
  overflow: hidden;
}
.scale:hover .scale-img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.animate-transition {
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

/* 姘村嵃娣辫壊 */
.water-mark {
  color: #000000;
  z-index: -1;
  font-size: .82rem;
  font-weight: 400;
  opacity: 0.2;
  background: linear-gradient(to top, transparent, rgba(0,0,0,.8));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* 姘村嵃娴呰壊 */
.water-mark-shadow {
  color: #000000;
  z-index: -1;
  font-size: .82rem;
  font-weight: 400;
  opacity: 0.2;
  background: linear-gradient(to top, transparent, rgba(255, 255, 255, 0.8));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pagination {
  text-align: center;
}
.case-box .pagination {
  margin-top: 0.4rem;
}
.pagination a {
  display: inline-block;
  box-sizing: border-box;
  font-size: .20rem;
  font-family: Arial;
  font-weight: 400;
  color: #666;
  line-height: .32rem;
  padding: 0 .10rem;
  margin-right:0.1rem;
}
.pagination .active {
  font-size: .24rem;
  display: inline-block;
  color: #DB0032;
  line-height: .28rem;
  padding: 0 .10rem;
  margin-right:0.1rem;
}

footer .title-box {
  text-align: center;
  margin-bottom: .68rem;
}
footer .title-box .title {
  font-size: .32rem;
  font-weight: 500;
  color: #FFFFFF;
}
footer .title-box .subtitle {
  font-size: .18rem;
  font-weight: 400;
  color: #CDCBCB;
}