.subRowCenter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.subColumnCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.subColumn {
  display: flex;
  flex-direction: column;
}

.subRowBetween {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.subBetween {
  display: flex;
  justify-content: space-between;
}

.subCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 弹窗 */

.mt-pop {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.mt-pop-content {
  padding: 12px;
  display: inline;
  background: rgba(255, 255, 255, 1);
}

.advisory-close {
  width: 100%;
  text-align: right;
  padding: 6px;
}

.advisory-close img {
  width: 16px;
  height: 16px;
}

.advisory-title-image {
  margin-top: 0.16rem;
  width: 100%;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.advisory-h5 {
  margin-top: 0.16rem;
  font-size: 0.3rem;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(30, 135, 254, 1);
  line-height: 0.3rem;
}

.advisory-p {
  margin-top: 0.16rem;
  font-size: 0.16rem;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  line-height: 0.16rem;
}

.advisory-pop-btn {
  width: 2rem;
  height: 0.5rem;
  background: rgba(30, 135, 254, 1);
  border-radius: 2px;
  font-size: 0.16rem;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 0.22rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}

.leaveMessage-h5 {
  font-size: 0.22rem;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 0.3rem;
}

.leaveMessage-p {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  line-height: 0.22rem;
}

.leaveMessage-textfail {
  min-width: 3.58rem;
  border-radius: 2px;
  border: 1px solid rgba(204, 204, 204, 1);
  padding: 0.08rem;
  margin: 0.2rem 0.3rem 0 0.3rem;
}

.leaveMessage-textfail input {
  width: 100%;
  height: .44rem;
  border: 0px;
  font-size: 0.16rem;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  line-height: 0.22rem;
  outline: none;
}

.leaveMessage-textArea {
  padding: 0.08rem;
  margin-top: 0.2rem;
  width: 3.58rem;
  min-height: 1.1rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 2px;
  border: 1px solid rgba(204, 204, 204, 1);
}

.leaveMessage-textArea textarea {
  width: 100%;
  height: 1.1rem;
  font-size: 0.16rem;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  /* color: rgba(153, 153, 153, 1); */
  line-height: 0.22rem;
  border: 0px;
  outline: none;
}

.leaveMessage-pop-btn {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  width: 3.58rem;
  height: 0.5rem;
  background: rgba(30, 135, 254, 1);
  border-radius: 2px;
  font-size: 0.16rem;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 0.22rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*= common css to all effects =*/

.single-member {
  /* width: 208px; */
  height: 3.4rem;
  width: 100%;
  margin-bottom: 25px;
}

.single-member .member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.single-member .member_h3 {
  font-size: 0.2rem;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 0.3rem;
  margin: 0.2rem 0.2rem 0 0.2rem;
}

.single-member .member_h5 {
  font-size: 0.15rem;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(153, 153, 153, 1);
  line-height: 0.26rem;
  margin: 0.14rem 0.2rem 0.35rem 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.single-member .member_p {
  font-size: 0.14rem;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  line-height: 0.26rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: 0 0.2rem 0 0.2rem;
}

.single-member .member-info {
  min-height: 3.4rem;
}

/*= effect-2 css =*/

.effect-2 {
  background-color: white;
  max-height: 3.4rem;
  min-height: 3.4rem;
  overflow: hidden;
}

.effect-2 .member-image {
  height: 2.2rem;
  overflow: hidden;
  width: 100%;
  transition: 0.4s;
  float: none;
  vertical-align: top;
}

.effect-2 .member-info {
  transition: 0.4s;
}

.effect-2 .member-image img {
  width: 100%;
  height: 2.2rem;
  object-fit: cover;
  vertical-align: top;
}

.effect-2 .social-touch {
  width: 100%;
}

.effect-2:hover .member-image {
  height: 0px;
  transition: 0.4s;
}

/*reset css*/

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
hr,
thead,
tbody,
tfoot,
th,
td {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

html {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  font-size: 50px;
}

body {
  line-height: 1.5;
  font-size: 16px;
}

body,
button,
input,
select,
textarea {
  font-family: "helvetica neue", tahoma, "hiragino sans gb", stheiti,
    "wenquanyi micro hei", 5fae8f6f96c59ed1, 5b8b4f53, sans-serif;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  border: 1px solid #ddd;
  padding: 5px;
}

table th {
  font-weight: inherit;
  border-bottom-width: 2px;
  border-bottom-color: #ccc;
}

img {
  border: 0 none;
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  resize: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input {
    line-height: normal !important;
  }
}

select[size],
select[multiple],
select[size][multiple] {
  border: 1px solid #aaa;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video,
progress {
  display: inline-block;
}

.load {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(0, 169, 178, 0.2);
}

.load-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 150px;
}

.load-container {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading_container {
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}

.loading_container .boxLoading {
  background-color: #00adb5;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.loading_container .boxLoading2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loading_container .boxLoading3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.loading_container .boxLoading4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loading_container .boxLoading5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes stretchdelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.modal {
  padding-right: 0 !important;
  position: fixed;
  z-index: 10001;
  width: 100%;
}

.modal-dialog {
  position: fixed;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.modal-content {
  width: none;
  border: none;
  background-color: transparent;
}


.display_flex {
  display: flex;
}

.display_none {
  display: none;
}

.tag-area{
  flex-grow: 1;
  padding: 20px;
}
.news-tag {
  display: inline-block;
  border-radius: 20px;
  padding: 8px 10px;
  border: 1px solid;
  margin: 5px;
}<!--0.00014090538024902-->