/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: PingFangTC-Regular;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

body {
  font-family: PingFangTC-Regular;
}

a {
  text-decoration: none;
  color: unset;
}

.header {
  height: 40px;
  width: 100%;
  font-size: 20px;
  line-height: 40px;
  background: #f1f1f2;
  position: fixed;
  z-index: 10;
  top: 0;
  color: #356ea3;
  border-bottom: 1px solid #d4d4d4;
  padding: 0 14px 0 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header > * {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.header i {
  line-height: 40px;
  color: #4a4a4a;
}

.header input {
  color: #356ea3;
  border: none;
  background: none;
}

.header img {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 20px;
  width: 20px;
  height: 20px;
}

.header .oneLine {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  text-align: center;
}

.header div:last-child {
  text-align: right;
}

.nav {
  height: 44px;
  border-bottom: 1px solid #d4d4d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  font-size: 4vw;
}

.nav .aButton {
  line-height: 44px;
  font-family: PingFangTC-Medium;
  color: #b4b4b4;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: white;
  position: relative;
}

.nav .focus {
  color: #356ea3;
  border-bottom: 1px solid #356ea3;
}

.search {
  color: #4a4a4a;
  font-family: PingFangTC-Regular;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 22px;
  position: relative;
  padding: 7px 8px 7px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.search ::-webkit-input-placeholder {
  color: #8e8e93;
  line-height: 22px;
}

.search :-ms-input-placeholder {
  color: #8e8e93;
  line-height: 22px;
}

.search ::-ms-input-placeholder {
  color: #8e8e93;
  line-height: 22px;
}

.search ::placeholder {
  color: #8e8e93;
  line-height: 22px;
}

.search .fa-search {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search input {
  border: none;
  outline: none;
  border-radius: 100px;
  height: 36px;
  width: 100%;
  background: #f1f1f2;
  padding-left: 30px;
  padding-right: 5%;
  font-size: 4vw;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 12vw;
  line-height: 12vw;
  background: #356ea3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.4em;
  font-size: 6vw;
  text-align: center;
}

.footer > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}

.footer > div:nth-child(n + 2) {
  border-left: 1px solid #f1f1f2;
}

.footer input {
  color: white;
  border: none;
  background: none;
}

.footer .disabled {
  background: #b4b4b4;
}

.iconNew {
  border-radius: 50% !important;
  position: absolute;
  z-index: 99;
  top: 2vw;
  right: 3vw;
  width: 6vw !important;
  height: 6vw !important;
  font-size: 4vw;
  padding-left: unset;
  padding-right: unset;
}

.iconNew.iconNew-bg {
  right: 5vw;
  width: 10vw !important;
  height: 10vw !important;
}

.oneLine {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.loading {
  z-index: 100;
  background: white;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading img {
  -webkit-animation: loading-rolling 1.5s infinite linear;
  animation: loading-rolling 1.5s infinite linear;
  width: 20vw;
  height: 20vw;
}

.loading.loading-inside {
  display: none;
  background: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: unset;
  height: unset;
}

@-webkit-keyframes loading-rolling {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading-rolling {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

section {
  border-bottom: 2vh solid #f1f1f2;
  overflow: hidden;
}

.sortTitle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3.5vw;
  color: #f5a623;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid rgba(212, 212, 212, 0.35);
}

.sortTitle .moreGroup {
  float: right;
  font-family: PingFangTC-Regular;
  font-size: 14px;
  color: #9b9b9b;
  letter-spacing: 0;
  text-align: right;
}

.sortTitle .moreGroup img {
  width: 14px;
  height: 14px;
  margin-left: 6px;
}

.owl-theme .item {
  position: relative;
  text-align: center;
}

.owl-theme .item__text {
  position: absolute;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 35vw;
  bottom: 0;
  color: white;
  background: rgba(0, 0, 0, 0.4);
}

.owl-theme .item__text div {
  margin-top: 1vh;
}

.otherGroup {
  padding-bottom: 5vw;
}

.otherGroup div {
  margin-top: 1vh;
}

.otherGroup img {
  width: 20vw;
  height: 20vw;
  width: 20vw !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  border-radius: 50%;
}

.myGroup {
  padding: 2vh 0;
}

.myGroup .item img {
  height: 35vw;
  width: 35vw;
  border-radius: 15px;
}

.myGroup.myGroup_num_less {
  padding-left: 5vw;
}

.myGroup.myGroup_num_less .owl-item {
  width: unset !important;
}

.numOfPeople {
  font-size: 12px;
  color: #b4b4b4;
}

.groupInfo {
  margin-bottom: 14px;
}

.info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2vh 3.5vw;
  border-bottom: 2vh solid #f1f1f2;
}

.info > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 20vw;
}

.info__img {
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  margin-right: 2vw;
}

.info .postTitle {
  font-size: 5vw;
  color: #356ea3;
}

.info__date {
  font-family: PingFangTC-Regular;
  font-size: 3vw;
  color: #9b9b9b;
}

.info__text {
  width: 71vw;
  font-size: 4.5vw;
}

.lookmore {
  text-align: center;
  color: #356ea3;
  background: #f1f1f2;
}
