/* meco style by bogege 10/18/2024 */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a,
button,
input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0)
}

a {
  text-decoration: none;
  background: 0 0
}

a:active,
a:hover {
  outline: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

li {
  list-style: none
}

b,
strong {
  font-weight: 700
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Mulish', sans-serif;
}

h2.head {
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 36px;
  color: #1E1E1E;
  line-height: 1.2;
  text-align: center;
}

.join-now {
  width: 94%;
  max-width: 400px;
  height: 54px;
  border-radius: 27px;
  background: #833879;
  line-height: 54px;
  margin: 24px auto;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
}

.section-top {
  position: relative;
  height: 450px;
  box-shadow: 6px 10px 27px 0 rgba(0, 0, 0, .2);
}

.section-top nav {
  padding: 20px 12px 10px;
  position: relative;
  z-index: 10;
}

.section-top nav .logo {
  height: 20px;
  margin-top: 8px;
}

.section-top nav .logo-top {
  position: relative;
}

.section-top nav .logo-top .sign-in {
  position: absolute;
  right: 130px;
  top: 0;
  user-select: none;
  font-size: 14px;
  color: #ffffff;
  line-height: 36px;
  cursor: pointer;
}

.section-top nav .logo-top .language-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  text-align: right;
  user-select: none;
}

.section-top nav .logo-top .language-wrap .language-display {
  line-height: 34px;
  font-size: 13px;
  color: #ffffff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 18px 18px 18px 18px;
  border: 1px solid #FFFFFF;
  text-align: center;
}

.section-top nav .logo-top .language-wrap .language-display p {
  display: inline-block;
}

.section-top nav .logo-top .language-wrap .language-display span {
  display: inline-block;
  transition: all 0.2s;
}

.section-top nav .logo-top .language-wrap .language-display span.active {
  transform: rotate(90deg);
}

.section-top nav .logo-top .language-wrap .language-select {
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  display: none;
  text-align: center;
  padding: 8px 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 18px 18px 18px 18px;
  border: 1px solid #ffffff;
}

.section-top nav .logo-top .language-wrap .language-select-item a {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}

.section-top nav .logo-top .language-wrap .language-select-item:hover,
.section-top nav .logo-top .language-wrap .language-select-item:active {
  color: #D7544C;
}

.section-top nav.diy-nav {
  background: #833879;
  text-align: center;
  height: 68px;
  padding: 24px 0 0 0;
}


.section-top nav.diy-nav .logo {
  margin-top: 0;
}

.section-top nav.diy-nav .sign-in {
  position: absolute;
  right: 20px;
  top: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.other-nav {
  background: #833879;
  text-align: center;
  height: 68px;
  padding: 24px 0 0 0;
}

.other-nav .logo {
  height: 20px;
  margin-top: 0;
}

.section-top .back-img {
  width: 100%;
  height: 450px;
  position: absolute;
  left: 0;
  top: 0;
}

.section-top .back-img-new {
  width: 100%;
  height: 450px;
  position: absolute;
  left: 0;
  top: 0;
}

.section-explain-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.section-explain-container .block-explain {
  background-color: #F4E7F0;
  width: 100%;
  padding: 78px 12px 12px 12px;
  background-repeat: no-repeat;
  background-position: center 12px;
  background-size: 54px;
}

.section-explain-container .block-explain.ton-of-singles {
  background-image: url("../images/icon_TONS OF SINGLES.webp");
}

.section-explain-container .block-explain.free {
  background-color: #FCF6E9;
  background-image: url("../images/icon_IT'S FREE.webp");
}

.section-explain-container .block-explain.quick {
  background-image: url("../images/icon_IT'S QUICK!.webp");
}

.section-explain-container .block-explain.safe {
  background-color: #FCF6E9;
  background-image: url("../images/icon_SAFE&SECURE.webp");
}

.section-explain-container .block-explain .explain-head {
  font-weight: 900;
  font-size: 16px;
  color: #1E1E1E;
  line-height: 20px;
  text-align: center;
  word-break: break-all;
}

.section-explain-container .block-explain .explain-sub-head {
  padding: 0 10px;
  font-weight: 500;
  font-size: 14px;
  color: #1E1E1E;
  line-height: 18px;
  text-align: center;

}

.section-top .back-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}


.section-top .back-img-new img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.section-top .app-des {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  text-align: center;
  color: #ffffff;
  padding: 20px 0;
}

.section-top .app-des h1 {
  font-family: "Playfair Display";
  font-size: 36px;
  font-weight: 900;
  line-height: 48px;
  padding: 0 20px;
  margin: 8px 0;
}

.section-top .app-des p {
  font-size: 24px;
  padding: 0 30px;
  font-family: "Playfair Display";
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
}

.section-app {
  padding: 48px;
  text-align: center;
}

.section-app .get-the-app-text {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 16px;
}

.section-app .get-the-app {
  font-family: "Playfair Display";
  font-size: 36px;
  color: #1E1E1E;
  font-weight: 900;
  line-height: 48px;
  margin-bottom: 12px;
}

.section-app .stars img {
  height: 30px;
  margin: 0 3px;
}

.section-app .download-app {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  margin-top: 30px;
}

.section-app .download-app .get-app {
  padding: 20px;
  padding-left: 42px;
  padding-right: 0;
  height: 64px;
  width: 230px;
  border-radius: 33px;
  background-color: #000;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .26);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-size: 24px 27.8px;
  background-repeat: no-repeat;
  background-size: 24px 27.8px;
  cursor: pointer;
}

.section-app .download-app .get-app.ios {
  margin-bottom: 16px;
  background-image: url(../images/apple-icon.png);
  background-position: top 18px left 50px;
}

.section-app .download-app .get-app.android {
  background-image: url(../images/android-icon.png);
  background-position: top 18px left 40px;
  text-align: right;
  padding-right: 40px;
}

.section-welcome {
  padding: 40px 12px;
  text-align: center;
  color: #1E1E1E;
}

.section-welcome h2.head {
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 24px;
  color: #1E1E1E;
  line-height: 32px;
  margin: 0 auto 24px;
}

.section-welcome .content {
  line-height: 24px;
  text-align: center;
  margin: auto;
  font-weight: 500;
  font-size: 18px;
  color: #1E1E1E;
}

.section-join {
  padding: 36px 15px;
  text-align: center;
  background: linear-gradient(180deg, #E4D0E1 0%, #FFF3EE 20%, #FFFFFF 100%);
  border-radius: 16px 16px 0 0;
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 900;
}

.section-members {
  width: 100%;
  background-color: #fff !important;
  padding: 16px 15px 36px 15px;
}

.section-members h2 {
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 36px;
  color: #1E1E1E;
  line-height: 48px;
  text-align: center;
}

.section-members .container {
  max-width: 100%;
}

.section-members .container .members-container {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-members .container .members-container.man {
  display: none;
}

.section-members .container .members-container .user-avatar {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden;
  margin: 5px 8px;
}

.section-members .container .members-container .user-avatar a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.section-members .container .members-container .user-avatar a img {
  width: 100%;
  height: 100%;
}

.section-members .tab {
  padding: 20px 0;
  width: 100%;
}

.section-members .tab span {
  display: inline-block;
  width: 46%;
  font-size: 20px;
  color: #5B5959;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  padding: 5px 0;
  margin: 0 2%;
  cursor: pointer;

}

.section-members .tab span.active {
  border-bottom: 3px solid #833879;
  color: #833879;
}

.section-profile {
  padding: 12px 12px 40px 12px;
  text-align: left;
}

.section-profile .name {
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 32px;
  color: #1E1E1E;
  line-height: 1.2;
  margin-bottom: 10px;
}

.section-profile .sub-info {
  font-size: 14px;
  color: #1E1E1E;
  font-weight: 500;
}

.section-profile .sub-info span {
  padding-left: 16px;
  background-image: url(../images/icon_location.webp);
  background-repeat: no-repeat;
  background-position: left center;
}

.section-profile .introduction {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 18px;
  color: #1E1E1E;
  margin-top: 10px;
}

.section-people-say {
  background-color: #F4E7F0;
  padding: 36px 5px 16px 5px;
  border-radius: 16px;
}

.section-people-say h2.head {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 10px;
}

.section-people-say .tip {
  font-size: 18px;
  color: #1E1E1E;
  font-weight: 500;
  text-align: center;
  margin-bottom: 34px;
  padding: 0 10px;
}

.section-people-say .container {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* justify-content: center; */
}

.section-people-say .container .people-say {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 5px;
}

.section-people-say.large-width .container .people-say {
  width: 100%;
}

.section-people-say .container .people-say .inner {
  display: inline-block;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08);
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.people-say .inner .user-info .user-avatar {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
}

.people-say .inner .user-info .user-avatar img {
  height: 60px;
  width: 60px;
  display: block;
  margin: 0 auto;
}

.people-say .inner .user-info .user-saying-item {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 66px);
  padding: 8px 0 0 5px;
}

.people-say .inner .user-info .user-saying-item .user-name {
  font-family: "Playfair Display";
  font-size: 20px;
  color: #1E1E1E;
  font-weight: 700;
  word-break: break-word;
}

.people-say .inner .user-info .user-saying-item .user-location {
  font-size: 14px;
  color: #1E1E1E;
  font-weight: 500;
}

.people-say .inner .user-info .user-saying-item .user-location .country {
  padding-left: 16px;
  background-image: url("../images/icon_location.webp");
  background-repeat: no-repeat;
  background-position: left center;
}

.people-say .inner .user-comment {
  border-radius: 8px;
  background-color: #f5f5f5;
  padding: 10px;
  margin-top: 10px;
  font-size: 14px;
  color: #1e1e1e;
  font-weight: 500;
  /* height: calc(100% - 70px); */
}

.section-tags {
  background-color: #fff;
  padding: 36px 12px;
}

.section-tags h2.head {
  text-align: center;
  margin-bottom: 20px;
}

.section-tags .container a {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #833879;
  border-radius: 6px;
  padding: 12px;
  color: #833879;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 4px 4px 4px 0;
}

/* tags 页面 */
.section-custom-content {
  background-color: #fff;
  padding: 15px;
  text-align: center;
}

.section-custom-content.text-left {
  text-align: left;
}

.section-custom-content .container {
  max-width: 1140px;
  margin: 0 auto;
}

.section-custom-content .container.text-left {
  text-align: left;
  font-size: 16px;
}

.section-custom-content .container.text-left .font-italic {
  font-style: italic;
}

.section-custom-content.red-border-bg .container h1 {
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 24px;
  color: #1E1E1E;
  line-height: 32px;
}

.section-custom-content.linear-red-bg .container h1.profile-head {
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 36px;
  color: #1E1E1E;
  line-height: 48px;
}

.section-custom-content.red-border-bg .container h2 {
  font-weight: 700;
  font-size: 22px;
  color: #1E1E1E;
  line-height: 28px;
}

.section-custom-content.red-border-bg .container h3 {
  font-weight: 700;
  font-size: 20px;
  color: #1E1E1E;
  line-height: 26px;
}

.section-custom-content.red-border-bg .container h3 {
  font-weight: 700;
  font-size: 18px;
  color: #1E1E1E;
  line-height: 22px;
}

.section-custom-content.red-border-bg .container p,
.section-custom-content.red-border-bg .container ul {
  font-family: "Mulish";
  font-weight: 500;
  font-size: 18px;
  color: #1E1E1E;
}

.grey-bg {
  background-color: #f6f7f9;
}

.white-bg {
  background-color: #ffffff;
}

.red-border-bg {
  background-color: #F4E7F0;
  border-radius: 16px;
}

.linear-red-bg {
  background: linear-gradient(180deg, #E4D0E1 0%, #FFF3EE 19%, #FFFFFF 100%);
  border-radius: 16px;
  padding: 24px 15px;
}

.section-custom-content h2 {
  margin-bottom: 24px;
  text-align: center;
}

.section-custom-content p {
  color: #4a4a4a;
  line-height: 1.4;
  margin-bottom: 20px;
}

.section-custom-content.linear-red-bg p {
  font-weight: 500;
  font-size: 18px;
  color: #1E1E1E;
  line-height: 23px;
}

.section-browse-single {
  background-color: #f6f7f9;
  padding: 15px;
  text-align: center;
}

.section-select {
  padding: 48px 15px;
}

.section-select .container {
  max-width: 624px;
  margin: 0 auto;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid rgba(30, 30, 30, 0.1);
  padding: 24px 5px;
}

.section-select .container h2.title {
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 24px;
  color: #1E1E1E;
  line-height: 32px;
  text-align: center;
  margin-bottom: 20px;
}

.section-select .container .section-select-inner {
  display: flex;
}

.section-select .container .section-select-inner .select-out {
  flex: 1;
  padding: 0 7px;
}

.section-select .container .section-select-inner .select-inner {
  height: 60px;
  background: #F5F5F5;
  border-radius: 8px 8px 8px 8px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  color: #5B5959;
  line-height: 60px;
  text-align: center;
}

.section-select .join-now {
  width: 100%;
  max-width: 624px;
  height: 54px;
  border-radius: 27px;
  background: #833879;
  line-height: 54px;
  margin: 24px auto 0 auto;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
}

.section-select .container .section-select-inner .select-inner.active {
  color: #ffffff;
  background: #833879;
}

.section-browse-single .btn-internal-link {
  color: #9b9b9b;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  white-space: nowrap;
  display: inline-block;
}

.section-browse-single .btn-internal-link:not(:last-child)::after {
  content: '|';
  left: 0;
  position: relative;
  vertical-align: middle;
  margin: 0 5px;
}

/* footer */
footer .footer {
  background: #1e1e1e;
}

footer .footer .footer-inner {
  padding: 30px 5px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto;
}

footer .footer .footer-inner .links-group {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}

footer .footer .footer-inner .links-group:first-child,
footer .footer .footer-inner .links-group:nth-child(3) {
  padding-right: 15px;
}

footer .footer .footer-inner .links-group:nth-child(2),
footer .footer .footer-inner .links-group:nth-child(4) {
  padding-left: 15px;
}

footer .footer .footer-inner .links-group:nth-child(3) ul li a img {
  width: 48px;
}

footer .footer .footer-inner .links-group>ul>li:first-child {
  border-bottom: 1px solid #eee;
  padding: 2px 0 8px 0;
  margin-bottom: 8px;
}

footer .footer .footer-inner .links-group>ul>li a {
  font-size: 14px;
  color: #ffffff;
  padding: 10px 0;
  display: inline-block;
}

footer .footer .footer-inner .links-group>ul>li:first-child strong {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}

footer .footer .footer-inner .links-group.socials li.list-inline-item {
  display: inline-block;
}

footer .footer .footer-inner .links-group .app-download {
  display: inline-block;
  width: 152px;
  height: 52px;
  line-height: 52px;
  background: #FFFFFF;
  border-radius: 32px 32px 32px 32px;
  font-weight: 700;
  font-size: 16px;
  color: #1E1E1E;
  text-align: left;
  padding: 0;
  background-repeat: no-repeat;
  cursor: pointer;
}

footer .footer .footer-inner .links-group .app-download.ios {
  padding-left: 44px;
  background-image: url("../images/apple-icon-black.png");
  background-size: 20px;
  background-position: 16px center;
  margin: 10px 0;
}

footer .footer .footer-inner .links-group .app-download.android {
  padding-left: 44px;
  background-image: url("../images/android-icon.png");
  background-size: 20px;
  background-position: 16px center;
}

footer .footer .footer-inner .copy-right {
  width: 100%;
  padding: 15px 15px 0;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

#material {
  padding: 20px 15px;
  font-size: 16px;
}

#material h1 {
  font-weight: 900;
  font-size: 30px;
  color: #1E1E1E;
  line-height: 48px;
  margin: 10px 0;
  word-break: break-all;
}

#material h2 {
  font-weight: 900;
  font-size: 24px;
  color: #1E1E1E;
  line-height: 36px;
  margin: 10px 0;
  word-break: break-all;
}

#material h3 {
  font-weight: 900;
  font-size: 20px;
  color: #1E1E1E;
  line-height: 1.2;
  margin: 8px 0;
  word-break: break-all;
}

#material p {
  margin-bottom: 10px;
  line-height: 1.4;
  word-break: break-all;
}

#material li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
}

#material li::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1456f0;
  position: absolute;
  left: 0;
  top: 8px;
}

#material table {
  width: 100%;
  border-collapse: collapse;
}

#material table td {
  border: 1px solid #dee0e3;
  padding: 8px 10px;
  vertical-align: top;
  word-break: break-all;
  min-width: 100px;
}

#material a {
  color: #245bdb;
}

#page-not-found {
  width: 100%;
  min-height: 100vh;
  padding: 30px 15px;
  text-align: center;
  display: flex;
  align-items: center;
}

#page-not-found .page-not-found-inner {
  max-width: 1040px;
  margin: 0 auto;
}

#page-not-found h1 {
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 36px;
  color: #1E1E1E;
  line-height: 48px;
  margin-bottom: 14px;
  padding: 0 15px;
}

#page-not-found p {
  font-weight: 500;
  font-size: 18px;
  color: #1E1E1E;
  line-height: 23px;
}

#page-not-found .page-not-found-link {
  color: #833879;
  cursor: pointer;
}

#page-not-found-nav {
  position: fixed;
  width: 100%;
  height: 68px;
  padding: 24px 0 0 0;
  background: #833879;
  text-align: center;
}

#page-not-found-nav .logo {
  height: 20px;
  cursor: pointer;
}

#page-not-found .download-app {
  width: 230px;
  margin: 0 auto;
  padding-top: 30px;
}

#page-not-found .download-app .get-app {
  padding: 20px;
  padding-left: 42px;
  padding-right: 0;
  height: 64px;
  width: 230px;
  border-radius: 33px;
  background-color: #000;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .26);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-size: 24px 27.8px;
  background-repeat: no-repeat;
  background-size: 24px 27.8px;
}

#page-not-found .download-app .get-app.ios {
  margin-bottom: 16px;
  background-image: url(../images/apple-icon.png);
  background-position: top 18px left 50px;
}

#page-not-found .download-app .get-app.android {
  background-image: url(../images/android-icon.png);
  background-position: top 18px left 40px;
  text-align: right;
  padding-right: 40px;
}

.connact-links {
  height: 60px;
  line-height: 60px !important;
  text-align: center;
  background: #833879;
  margin-top: 20px;
  color: #fff !important;
}

.connact-links a {
  color: #fff !important;
}

.connact-links a:hover {
  color: #245bdb !important;
}

@media (min-width: 375px) and (max-width: 414px) {
  .section-members .container .members-container .user-avatar {
    width: 75px;
    height: 75px;
    margin: 5px 5px;
  }
}

@media (min-width: 414px) {
  .section-members .container .members-container .user-avatar {
    width: 80px;
    height: 80px;
    margin: 5px 8px;
  }
}

/* media */
@media (min-width: 768px) {
  h2.head {
    font-size: 32px;
  }


  .section-welcome h2.head {
    max-width: 1024px;
  }

  .section-top {
    height: 594px;
  }

  .section-top nav {
    padding: 30px 20px 10px;
  }

  .section-top nav.diy-nav {
    text-align: left;
    padding: 24px 0 0 20px;
  }

  .section-top nav .logo-top .language-wrap .language-select {
    top: 40px;
  }

  .section-top .back-img {
    height: 594px;
  }

  .section-top-new {
    height: 450px !important;
  }

  .section-top .back-img-new {
    height: 450px;
    width: 450px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .section-top .back-img img {
    object-position: 50% 0%;
  }

  .section-top .back-img-new img {
    object-position: 50% 0%;
  }

  .section-top .app-des {
    bottom: 50%;
    padding: 0;
    transform: translateY(50%);
  }

  .section-top .app-des h1 {
    font-size: 40px;
    margin: 0 0 20px 0;
  }

  .section-top .app-des p {
    font-size: 24px;
    padding: 0 20px;
  }

  .section-members {
    padding: 48px 15px;
  }

  .section-welcome {
    padding: 48px 15px;
  }

  .section-join {
    padding: 48px 15px;
  }

  .section-people-say {
    padding: 48px 5px;
  }

  .section-tags {
    padding: 48px 15px;
  }

  .section-explain-container .block-explain {
    width: 25%;
    padding: 78px 20px 20px 20px;
  }

  .section-app .download-app .get-app.ios {
    margin-right: 14px;
  }

  .section-welcome .content {
    max-width: 1024px;
    margin: 0 auto;
  }

  .section-members .container {
    width: 1140px;
    margin: 0 auto;
  }

  .section-profile .container {
    width: 450px;
    margin: 0 auto;
  }

  .section-members .container .members-container .user-avatar {
    width: 100px;
    height: 100px;
    margin: 10px 20px;
  }

  .section-members .tab {
    max-width: 600px;
    margin: 0 auto;
  }

  .section-people-say .container,
  .section-tags .container {
    max-width: 1140px;
    margin: 0 auto;
  }

  .section-people-say .container .people-say {
    width: 25%;
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .section-people-say.large-width .container .people-say {
    width: 33.33%;
  }

  .people-say .inner .user-comment {
    height: calc(100% - 74px);
  }

  .section-custom-content {
    padding: 60px 15px;
  }

  .section-browse-single .container {
    max-width: 1140px;
    margin: 0 auto;
  }

  footer .footer .footer-inner .links-group {
    width: 25%;
  }

  footer .footer .footer-inner .links-group:first-child,
  footer .footer .footer-inner .links-group:nth-child(3) {
    padding: 0 15px;
  }

  footer .footer .footer-inner .links-group:nth-child(2),
  footer .footer .footer-inner .links-group:nth-child(4) {
    padding: 0 15px;
  }

  footer .footer .footer-inner .copy-right {
    text-align: left;
  }

  .section-profile {
    padding: 60px 12px;
  }

  #material {
    padding: 40px 100px;
  }

  #material table td {
    min-width: 180px;
  }
}