body,
button,
html,
input,
select,
textarea {
  font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  min-width: 1200px;
}
li,
ol,
ul {
  list-style: none;
}
input {
  blr: expression(this.onFocus=this.blur());
  outline: none;
}
a {
  color: #010001;
  text-decoration: none;
}

a:hover {
  color: #0082fc;
}
.acolfff {
  color: #fff;
  text-decoration: none;
}

.acolfff:hover {
  color: #0082fc;
}
.w1200 {
  width: 1200px;
}
.w1100 {
  width: 1100px;
}
.w1050 {
  width: 1050px;
}
.w1000 {
  width: 1000px;
}
.auto {
  margin: 0 auto;
}
/* 解决某些浏览器图片缩放模糊 */
img {
  -webkit-backface-visibility: hidden;
}
.bg {
  image-rendering: -webkit-optimize-contrast;
}

/* 垂直居中 */
.flex-1 {
  display: flex;
  align-items: center;
}

/* 垂直平均分布 */
.flex-2 {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

/* 水平两端对齐 */
.flex-3 {
  display: flex;
  justify-content: space-between;
}

/* 水平居中 */
.flex-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 垂直、水平居中 */
.flex-5 {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}

/* 水平平均分布 */
.flex-6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

/* 垂直两端对其 */
.flex-7 {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
/* 列表 */
.flex-8 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn-008 {
  background: #0082fc;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.btn-008-big {
  padding: 15px 46px;
}

.btn-008:hover {
  color: #fff;
  background: #0075df;
}

.btn-fff {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #0082fc;
  color: #0082fc;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.btn-fff:hover {
  background: #d5ebff;
}

.br-3 {
  border-radius: 3px;
}
.br-4 {
  border-radius: 4px;
}
.br-5 {
  border-radius: 5px;
}
.br-6 {
  border-radius: 6px;
}
.br-8 {
  border-radius: 8px;
}

.fr-btn {
  background: #0082fc;
  border-color: #0082fc;
  color: #fff;
  border-radius: 4px;
  padding: 6px 20px;
  font-size: 14px;
  transition: all 0.3s;
}

.fr-btn:focus,
.fr-btn:hover {
  color: #fff;
  background: #0066ff;
  border-color: #0066ff;
}

.fr-btn.big {
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 4px;
}

.fr-btn-jdy {
  background: #0db3a6;
  border-color: #0db3a6;
  color: #fff;
  border-radius: 4px;
  padding: 6px 20px;
  font-size: 14px;
  transition: all 0.3s;
}

.fr-btn-jdy:focus,
.fr-btn-jdy:hover {
  color: #fff;
  background: #56cac1;
  border-color: #56cac1;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f24 {
  font-size: 24px;
}

.f32 {
  font-size: 32px;
}
.col676 {
  color: #676767;
}
.more_link {
  position: relative;
  font-size: 18px;
  color: #06a3e8;
}
.more_link:hover {
  color: #06a3e8;
}
.more_link::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 7px;
  width: 12px;
  height: 12px;
  background: url(../img/rt.png) 0 0 no-repeat;
  background-size: auto 100%;
  transition: all 0.4s;
}

.com_not_info {
  text-align: center;
  font-size: 16px;
  padding: 100px 0;
  background-color: #f6f6f6;
  margin: 40px;
  border-radius: 10px;
  color: #617288;
}
// .more_link:hover::after {
//   transition: all 0.4s;
//   right: -36px;
//   top: 5px;
//   width: 16px;
//   height: 16px;
// }
