/* 初始化/reset */
@charset "utf-8";

*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 16px;
}

body {
  position: relative;
  background: #fff;
  line-height: 1.7;
  box-sizing: border-box;
  color: #5a5a5a;
  /* font-family: Microsoft Yahei, 微软雅黑, Arial, Helvetica, sans-serif; */
  font-family: ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";

  font-size: 14px;
}

a {
  color: #383838;
  text-decoration: none;
}

a:hover {
  color: #c5201e;
  text-decoration: none;
}

a:focus {
  outline: none;
  -moz-outline: none;
}

body a {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: normal;
  font-size: 16px;
}

strong {
  color: #000;
}

ol,
ul,
li {
  list-style: none;
}

pre {
  padding: 10px;
  margin: 10px 0;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  color: #aaa;
}

img {
  height: auto;
  display: block;
  border: 0;
}

/* i {
  margin-right: 10px;
} */

hr {
  margin: 10px 0 0 0;
  height: 1px;
  border: none;
  background: #ddd;
}

input,
select,
textarea {
  border: 1px solid #dfdfdf;
  background: #fff;
  outline: none;
  width: 100%;
  color: #464646;
  padding: 8px;
  font-size: 14px;
  font-family: ui-sans-serif,
  system-ui,
  -apple-system,
  BlinkMacSystemFont,
  "Segoe UI",
  Roboto,
  "Helvetica Neue",
  Arial,
  "Noto Sans",
  sans-serif,
  "Apple Color Emoji",
  "Segoe UI Emoji",
  "Segoe UI Symbol",
  "Noto Color Emoji";
}

textarea {
  resize: none;
  overflow-y: hidden;
  display: block;
}

table {
  float: none;
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
  margin: 1em 0;
}

table td {
  border: 1px solid #ddd;
  padding: 5px 2px;
  vertical-align: middle;
}

.clear:after,
.clear:before {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.fl {
  float: left;
  position: relative;
}

.fr {
  float: right;
  position: relative;
}

.hidden {
  display: none;
}

.row {
  margin: 0;
}

.am {
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s ease-in-out;
}

select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /* background: url("../images/xl.png") no-repeat scroll right 15px center #fff; */
  padding-right: 30px;
}

select::-ms-expand {
  display: none;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.5em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

button {
  border: 1px solid transparent;
}

:root .gradient {
  filter: none;
}

.warp,
.public {
  max-width: 1510px;
  margin: 0 auto;
  min-width: 990px;
  padding: 0 30px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  font-size: 14px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  font-size: 14px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  font-size: 14px;
}

input:-ms-input-placeholder,
textarea:-ms-textarea-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  font-size: 14px;
}

/*背景色值*/
.greyf {
  background: #f2f3f3;
}

.whiteb {
  background: #fff;
}

.pad30 {
  padding: 30px;
}

/* 文本多出部分用省略号表示, 用于1行或多行 */
.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ellipsis-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ellipsis-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.ellipsis-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f30 {
  font-size: 30px;
}

.f36 {
  font-size: 36px;
}

.f38 {
  font-size: 38px;
}

.f40 {
  font-size: 40px;
}

@media all and (max-width: 1366px) {
  .f16 {
    font-size: 15px;
  }

  .f18 {
    font-size: 17px;
  }

  .f20 {
    font-size: 19px;
  }

  .f24 {
    font-size: 23px;
  }

  .f26 {
    font-size: 25px;
  }

  .f30 {
    font-size: 29px;
  }

  .f38 {
    font-size: 36px;
  }

  .f40 {
    font-size: 38px;
  }
}

@media all and (max-width: 1280px) {
  .f16 {
    font-size: 12px;
  }

  .f18 {
    font-size: 14px;
  }

  .f20 {
    font-size: 16px;
  }

  .f24 {
    font-size: 20px;
  }

  .f26 {
    font-size: 22px;
  }

  .f30 {
    font-size: 26px;
  }

  .f38 {
    font-size: 34px;
  }

  .f40 {
    font-size: 36px;
  }
}

@media all and (max-width: 1024px) {
  .f14 {
    font-size: 13px;
  }

  .f16 {
    font-size: 15px;
  }

  .f18 {
    font-size: 16px;
  }

  .f20 {
    font-size: 18px;
  }

  .f24 {
    font-size: 20px;
  }

  .f26 {
    font-size: 24px;
  }

  .f30 {
    font-size: 27px;
  }

  .f38 {
    font-size: 32px;
  }
}

.OF-fill {
  object-fit: fill;
  font-family: "object-fit: fill";
}

.OF-contain {
  object-fit: contain;
  font-family: "object-fit: contain";
}

.OF-cover {
  object-fit: cover;
  font-family: "object-fit: cover";
}

.OF-cover-op {
  object-fit: cover;
  object-position: center 80%;
  font-family: "object-fit: cover; object-position: center 80%";
}

.OF-none {
  object-fit: none;
  font-family: "object-fit: none";
}

.OF-scaleDown {
  object-fit: scale-down;
  font-family: "object-fit: scale-down";
}

.m-page-banner {
  position: relative;
  height: 405px;
  overflow: hidden;
}

.m-page-banner .banner-image {
  width: 100%;
  height: 100%;
  animation: fadeShow 2s ease-in-out;
}

.m-page-banner .mo-banner-image {
  display: none;
  animation: fadeShow 2s ease-in-out;
}

@keyframes fadeShow {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

/* 面包屑 */
.m-breadcrumbs .home {
  margin-right: 5px;
}

.m-breadcrumbs .icon {
  font-size: 18px;
  color: #999;
}

.m-breadcrumbs li {
  font-size: 0;
}

.m-breadcrumbs span.icon {
  margin: 0 5px;
  cursor: default;
}

.m-breadcrumbs-nav {
  color: #999;
}

/* 分页1 */
.m-paging {
  position: relative;
  margin-top: 42px;
}

.m-paging .paging-btn {
  position: absolute;
  top: 0;
  width: 149px;
  height: 54px;
  border-radius: 14px;
  border: 1px solid #b3b3b3;
  color: #666;
  line-height: 54px;
  text-align: center;
}

.m-paging .paging-btn:hover {
  border-color: #b32027;
  color: #fff;
  background: #b32027;
}

.m-paging .paging-btn-prev {
  left: 0;
}

.m-paging .paging-btn-next {
  right: 0;
}

.m-paging .paging-list {
  display: block;
  width: 190px;
  height: 54px;
  margin: 0 auto;
  border-radius: 14px;
  color: #666;
  line-height: 54px;
  text-align: center;
  background: #b32027;
  color: #fff;
}

.m-paging .paging-list:hover {
  opacity: .8;
}

.m-paging .paging-list .return {
  display: inline-block;
}

.m-paging .paging-list .iconfont {
  margin-right: 10px;
  font-size: 22px;
}

/* banner文字 */
.public-banner-container {
  padding-top: 180px;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.public-banner-classification .out-box {
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}

.public-banner-classification .out-box.out-box-2 .item {
  width: 50%;
}

.public-banner-classification .out-box.out-box-3 .item {
  width: 33.33%;
}

.public-banner-classification .out-box.out-box-4 .item {
  width: 25%;
}

.public-banner-classification .out-box.out-box-5 .item {
  width: 20%;
}

.public-banner-classification .out-box.out-box-6 .item {
  width: 16.6667%;
}

.public-banner-classification {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.public-banner-classification .item {
  text-align: center;
  background: rgba(0, 0, 0, .26);
  color: #fff;
  padding: 17px 2%;
  position: relative;
}

.public-banner-classification .item:hover {
  background: #b32027;
}

.public-banner-classification .item:hover::after {
  display: none !important;
}

.profile-item-active {
  background: #b32027 !important;
}

.profile-item-active::after {
  display: none !important;
}

.public-banner-classification .item:after {
  content: '';
  display: block;
  width: 1px;
  height: 43px;
  background: rgba(255, 255, 255, .3);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.public-banner-classification .item:last-child::after {
  display: none;
}

.public-banner-container .zh-title {
  line-height: 1.2;
}

/* 分页 */
.paging-wrap {
  margin-top: 0.50rem;
  text-align: center;
}

.paging-wrap a[data-page],
.paging-wrap span,
.paging-wrap .layui-laypage-spr {
  width: 44px;
  height: 43px;
  padding: 0;
  margin: 0 5px;
  border: 1px solid #c1c1c1;
  border-radius: 15px;
  font-size: 14px;
  line-height: 43px;
  color: #929292;
}

.paging-wrap .layui-laypage-curr {
  border: 1px solid #c92e2c;
  color: #c92e2c;
}

.paging-wrap .layui-laypage-curr em {
  color: #b32027;
}

.paging-wrap .layui-laypage-em {
  display: none;
}

.paging-wrap .layui-laypage-next,
.paging-wrap .layui-laypage-prev {
  position: relative;
}

.paging-wrap .layui-laypage-next em,
.paging-wrap .layui-laypage-prev em {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  font-size: 16px;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .public-banner-classification .container {
    padding: 0;
  }

  .public-banner-classification .item {
    padding: 4% 0;
    font-size: 14px;
  }

  .paging-wrap a[data-page],
  .paging-wrap span,
  .paging-wrap .layui-laypage-spr {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 30px;
  }
}

.search-list::-webkit-scrollbar {
  background: #fff;
  height: 8px;
}
.search-list::-webkit-scrollbar-thumb {
  background-color: #dcdcdc;
  height: 8px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.to-top {
  position: fixed;
  right: 2%;
  bottom: 25%;
  z-index: 1;
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background: #9c020c;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 8px 0 rgba(156, 2, 12,0.1);
}

.to-top .iconfont {
  font-size: 30px;
  line-height: 50px;
  color: #fff;
}

.empty {
  width: 100%;
}

.empty-image {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .m-page-banner {
    height: 268px;
  }

  .public-banner-container {
    width: 100%;
    padding-top: 66px;
  }

  .m-page-banner .banner-image {
    display: none;
  }

  .m-page-banner .mo-banner-image {
    display: block;
  }

  .public-banner-container .zh-title {
    font-size: 28px;
  }

  .public-banner-container .en {
    margin-top: 10px;
    line-height: 1.3;
  }

  .empty-image {
    height: 300px;
    object-fit: cover;
  }
}
