/* 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: 'Inter', sans-serif;
}

body {
  background: #FFFBF8;
}

.diy-button {
  display: inline-block;
  width: 250px;
  height: 80px;
  border-radius: 12px;
  transition: all .3s;
  cursor: pointer;
}

.diy-button.ios {
  background: url("../images/btn_apple_download_white@2x.png") no-repeat center;
  background-size: cover;
}

.diy-button.android {
  background: url("../images/btn_google_download_white@2x.png") no-repeat center;
  background-size: cover;
}

.diy-button:hover,
.diy-button:active {
  opacity: 0.9;
}

.button-wrap .diy-button {
  float: left;
  margin-right: 24px;
}

.button-wrap .diy-button:last-of-type {
  margin-right: 0;
}

.diy-button.footer-button {
  width: 156px;
  height: 50px;
  border-radius: 12px;
}

.download-app-center {
  text-align: center;
  padding-top: 40px;
}

.download-app-center .button-wrap {
  display: inline-block;
}

#pagination {
  text-align: center;
}

#pagination .pagination-inner {
  display: inline-block;
}

#pagination .pagi-item {
  float: left;
  display: inline-block;
  cursor: pointer;
}

#pagination .pagi-item.prev {
  margin-right: 40px;
}

#pagination .pagi-item.disabled {
  cursor: no-drop;
}

#pagination .pagi-item img {
  height: 32px;
}

/* 带有返回按钮的nav通用样式 */
#total-nav {
  width: 1200px;
  margin: 0 auto;
  height: 44px;
  line-height: 44px;
  font-weight: 900;
  font-size: 24px;
  color: #141414;
  text-align: center;
  position: relative;
  padding: 0 36px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#total-nav img {
  position: absolute;
  top: 10px;
  left: 12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

header #header-inner {
  width: 1200px;
  padding: 0 300px 0 120px;
  margin: 0 auto;
  height: 72px;
  line-height: 72px;
  position: relative;
}

header #header-inner .logo {
  height: 36px;
  position: absolute;
  left: 0;
  top: 18px;
  cursor: pointer;
}

header #header-inner #download-app {
  position: absolute;
  top: 9px;
  right: 0;
  width: 276px;
  height: 54px;
  text-align: center;
  line-height: 40px;
  background: linear-gradient(270deg, #facc7e, #ac51a0);
  border-radius: 27px;
  border: 6px solid #FFFFFF;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

header #header-inner #download-app img {
  height: 32px;
  vertical-align: middle;
  margin-right: 6px;
}

header #header-inner #download-app span {
  vertical-align: middle;
}

header .header-nav {
  display: flex;
}

header .header-nav .header-nav-left {
  flex: 1;
}

header .header-nav .header-nav-right {
  width: 160px;
  text-align: right;
}

header .header-nav>div span {
  float: left;
  display: flex;
  margin-right: 40px;
}

header .header-nav .header-nav-right span {
  float: right;
  margin-right: 0;
}

header .header-nav>div span a {
  font-weight: bold;
  font-size: 18px;
  color: #141414;
}

header .header-nav>div span a:hover {
  opacity: 0.7;
}

header #h5-header {
  display: none;
}

footer {
  background: #121619;
  padding: 70px 140px 40px 140px;
}

#footer-wrap {
  display: flex;
}

#footer-wrap .footer-logo {
  flex: 1;
}

#footer-wrap .footer-logo img {
  width: 80px;
}

#footer-wrap .footer-content {
  width: 1000px;
  display: flex;
  justify-content: space-between;
}

#footer-wrap .footer-content>div .title {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 24px;
}

#footer-wrap .footer-content .social-media img {
  width: 24px;
  margin-right: 24px;
  transition: all .3s;
}

#footer-wrap .footer-content .social-media img:hover {
  opacity: 0.7;
}

#footer-wrap .footer-content .legal .list {
  margin-bottom: 12px;
}

#footer-wrap .footer-content .legal .list a {
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}

#footer-wrap .footer-content .legal .list a:hover {
  color: rgba(255, 255, 255, 0.7);
}

footer .first {
  margin-bottom: 24px;
}

footer .copy-right {
  padding-top: 100px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}

#bread-crumb {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

#bread-crumb .bread-crumb-item {
  float: left;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
}

#bread-crumb .bread-crumb-item-inner.is-link a {
  text-decoration: none;
  color: #008055;
}

#bread-crumb .bread-crumb-item-separator {
  margin: 0 9px;
}

#h5-nav {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: all .3s;
  transform: translateX(-100%);
}

#h5-nav.active {
  transform: translateX(0);
}

#h5-nav .close-wrap {
  padding: 60px 12px 45px 12px;
  text-align: right;
}

#h5-nav .close-wrap img {
  width: 24px;
  height: 24px;
}

#h5-nav .close-wrap img:hover {
  opacity: 0.7;
}

#h5-nav .h5-nav-inner {
  padding: 0 12px;
}

#h5-nav .h5-nav-inner li {
  margin-bottom: 40px;
}

#h5-nav .h5-nav-inner li a {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

#h5-nav .h5-nav-inner li.active a {
  color: #008055;
}

/* index banner  */
#banner {
  width: 100%;
  height: 600px;
  background: url("../images/pic_celebrity lookalike dating_web@2x.webp");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

#banner .banner-inner {
  width: 1200px;
  color: #FFFFFF;
  text-align: center;
}

#banner .banner-inner h1 {
  font-weight: 900;
  font-size: 64px;
  margin-bottom: 20px;
}

#banner .banner-inner p {
  font-weight: 500;
  font-size: 18px;
}

.celebrities {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

.celebrities.country-celebrities {
  padding: 40px 0 0 0;
}

.celebrities .text-area {
  text-align: center;
  font-size: 18px;
  color: #141414;
  font-weight: 600;
  margin-bottom: 20px;
}

.celebrities .text-area h2 {
  line-height: 58px;
  font-weight: 900;
  font-size: 48px;
  color: #141414;
  margin-bottom: 20px;
}

.celebrities .text-area h2 span {
  color: #008055;
}

.celebrities .text-area h3 {
  line-height: 44px;
  font-weight: 900;
  font-size: 36px;
  color: #141414;
  margin-bottom: 20px;
  text-align: left;
}

.celebrities .celebrity-item {
  border-radius: 24px;
  border: 1px solid #E8E8E8;
  margin-bottom: 20px;
}

.celebrities .celebrity-item:hover {
  animation: upAndDown .3s linear;
}

@keyframes upAndDown {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateX(0);
  }
}

.celebrities .celebrity-item .celebrity-item-inner {
  padding: 20px;
  display: flex;
}

.celebrities .celebrity-item .celebrity-icon {
  width: 160px;
  height: 160px;
  overflow: hidden;
}

.celebrities .celebrity-item .celebrity-icon img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.celebrities .celebrity-item .celebrity-info {
  width: calc(100% - 160px);
  padding: 20px 0 0 20px;
}

.celebrities .celebrity-item .celebrity-info .celebrity-name {
  font-weight: 900;
  font-size: 24px;
  color: #141414;
  margin-bottom: 8px;
  word-break: break-all;
}

.celebrities .celebrity-item .celebrity-info .celebrity-name .gender {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: normal;
  padding: 0 4px;
  vertical-align: middle;
}

.celebrities .celebrity-item .celebrity-info .celebrity-name .gender b {
  font-weight: normal;
}

.celebrities .celebrity-item .celebrity-info .celebrity-name .gender.woman {
  color: #e77186;
  background: #ffe3e8;
}

.celebrities .celebrity-item .celebrity-info .celebrity-name .gender.man {
  color: #0d97ac;
  background: #d0f9ff;
}

.celebrities .celebrity-item .celebrity-info .celebrity-name .gender.unknow {
  color: #d88549;
  background: #ffdcc2;
}

.celebrities .celebrity-item .celebrity-info .celebrity-name .gender img {
  height: 12px;
  vertical-align: middle;
}

.celebrities .celebrity-item .celebrity-info .celebrity-tags {
  margin-bottom: 12px;
  overflow: hidden;
}

.celebrities .celebrity-item .celebrity-info .celebrity-tags span {
  float: left;
  height: 24px;
  line-height: 24px;
  background: #FFEBDB;
  border-radius: 8px;
  padding: 0 8px;
  font-size: 14px;
  color: #141414;
  margin: 0 8px 8px 0;
}

.celebrities .celebrity-item .celebrity-info .celebrity-tags span.country-tag {
  background: #E6F4E5;
}

.celebrities .celebrity-item .celebrity-info .celebrity-tags span.country-tag img {
  width: 12px;
  height: 12px;
}

.celebrities .celebrity-item .celebrity-info .celebrity-tags span.country-tag b {
  font-weight: normal;
  vertical-align: middle;
}

.celebrities .celebrity-item .celebrity-info .celebrity-intro {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  color: #141414;
}

.diy-link-wrap {
  text-align: center;
  padding: 20px 0;
}

.diy-link-wrap .diy-link {
  display: inline-block;
  padding: 0 32px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #008055;
  border-radius: 25px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}

.diy-link-wrap .diy-link.full-width {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 0;
  max-width: 450px;
}

.diy-link-wrap .diy-link.fh-width {
  width: 400px;
}

.diy-link-wrap .diy-link:hover {
  transition: all .3s;
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.1);
}

#countries {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

#countries h2 {
  font-weight: 900;
  font-size: 48px;
  color: #141414;
  line-height: 58px;
  text-align: center;
}

#countries .countries-list {
  padding: 20px 0;
}

#countries .countries-list a {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #008055;
  border-radius: 12px;
  padding: 12px;
  color: #008055;
  font-size: 18px;
  margin: 8px 8px 8px 0;
}

#countries .countries-list a:hover {
  background: rgba(0, 128, 85, 0.1);
}

#about-higo {
  width: 100%;
  height: 360px;
  background: url("../images/pic_About_Higo_web@2x.webp");
  background-size: cover;
  background-position: center bottom;
  display: flex;
  align-items: center;
  justify-content: center;
}

#about-higo .about-higo-inner {
  width: 1200px;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
}

#about-higo .about-higo-inner h3 {
  line-height: 58px;
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
}

#about-higo .about-higo-inner p:first-of-type {
  margin: 20px 0 10px 0;
}

#bottom-des {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
}

#bottom-des .features {
  display: flex;
  padding: 80px 0;
}

#bottom-des .features>div {
  width: 50%;
}

#bottom-des .features .features-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

#bottom-des .features .features-text .features-text-inner {
  width: 100%;
  padding-right: 30px;
}

#bottom-des .features .features-text .features-item {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #F9F1EB;
  border-radius: 24px;
  margin-bottom: 30px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #141414;
}

#bottom-des .features .features-img img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

#bottom-des .start-Journey {
  padding: 0 0 20px 0;
  text-align: center;
}

#bottom-des .start-Journey h3 {
  line-height: 58px;
  font-weight: bold;
  font-size: 48px;
  color: #141414;
}

#bottom-des .start-Journey p {
  font-size: 18px;
  font-weight: 600;
  color: #141414;
  margin: 20px 0 40px 0;
}

#bottom-des .start-Journey img {
  width: 100%;
}

/* 国家列表 */
#all-country {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

#all-country .continent-block {
  margin-bottom: 60px;
}

#all-country .continent-block .title {
  font-weight: 900;
  font-size: 24px;
  color: #141414;
  line-height: 30px;
  margin-bottom: 20px;
}

#all-country .continent-block .countries a {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #008055;
  border-radius: 12px;
  padding: 12px;
  color: #008055;
  font-size: 18px;
  margin: 8px 8px 8px 0;
}

#all-country .continent-block .countries a:hover {
  background: rgba(0, 128, 85, 0.1);
}

/* 国家详情 */
.country-detail #description {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}

.country-detail #description .description-inner {
  margin-bottom: 60px;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 60px 20px;
}

.country-detail.people-list #description .description-inner {
  margin-bottom: 0;
  background: #FFFFFF;
  border-radius: 0;
  padding: 60px 20px;
}

.country-detail #description .description-inner .title {
  font-weight: bold;
  font-size: 32px;
  color: #141414;
  text-align: center;
  line-height: 40px;
  margin-bottom: 20px;
}

.country-detail #description .description-inner .description-content {
  display: flex;
}

.country-detail #description .description-content .description-content-img {
  width: 540px;
}

.country-detail #description .description-content .description-content-text {
  width: 620px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.country-detail #description .description-content .description-content-img img {
  width: 540px;
  height: 386px;
}

.country-detail #description .description-content.second .description-content-img {
  transform: translateX(-620px);
  -webkit-transform: translateX(-620px);
}

.country-detail #description .description-content.second .description-content-text {
  transform: translateX(540px);
  -webkit-transform: translateX(540px);
  padding-left: 20px;
}

.country-detail #about-and-how {
  width: 100%;
  height: 500px;
  background: url("../images/pic_About Higo Dating & How It Works in _web@2x.webp");
  background-size: cover;
  background-position: center bottom;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.country-detail #about-and-how .about-and-how-inner {
  width: 1200px;
  text-align: left;
  font-size: 16px;
  color: #FFFFFF;
}

.country-detail #about-and-how .about-and-how-inner h3 {
  line-height: 58px;
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

/* 名人列表 */
.people-list .des-list-item {
  width: 100%;
  padding: 60px 0;
}

.people-list .des-list-item.features {
  background: #F9F1EB;
}

.people-list .des-list-item.who-is-here {
  background: #FFEBDB;
}

.people-list .des-list-item.what-we-done {
  background: #FFE0C8;
}

.people-list .des-list-item.about-higo {
  background: #F9D7BD;
}

.people-list .des-list-item .des-list-item-inner {
  width: 1200px;
  margin: 0 auto;
}

.people-list .des-list-item .des-list-item-inner h3 {
  font-weight: bold;
  font-size: 48px;
  color: #141414;
  line-height: 58px;
  margin-bottom: 40px;
  text-align: center;
}

.people-list .des-list-item .des-list-item-inner .flex-wrap {
  display: flex;
}

.people-list .flex-wrap .des-text,
.people-list .flex-wrap .des-img {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.people-list .right-to-left .flex-wrap .des-img {
  transform: translateX(-600px);
  -webkit-transform: translateX(-600px)
}

.people-list .right-to-left .flex-wrap .des-text {
  transform: translateX(600px);
  -webkit-transform: translateX(600px);
}

.people-list .flex-wrap .des-text h4 {
  font-size: 32px;
  color: #141414;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 20px;
}

.people-list .flex-wrap .des-img img {
  width: 600px;
  height: 300px;
}

.people-list .flex-wrap .des-text .des-text-item {
  font-size: 16px;
  color: #141414;
  margin-bottom: 20px;
}

/* 资料详情页 */
#info-detail .basic-info {
  width: 100%;
  padding: 50px 0;
  background: #F9F1EB;
}

#info-detail .basic-info .basic-info-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

#info-detail .basic-info .basic-info-inner>div {
  display: flex;
  align-items: center;
  justify-content: center;
}

#info-detail .basic-info .basic-info-inner .avatar img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
}

#info-detail .basic-info .basic-info-inner .info {
  padding-left: 20px;
}

#info-detail .basic-info .basic-info-inner .info .name {
  font-weight: 900;
  font-size: 32px;
  color: #141414;
  line-height: 40px;
  margin-bottom: 10px;
}

#info-detail .basic-info .basic-info-inner .info .socail-media-links {
  margin-bottom: 13px;
  display: flex;
}

#info-detail .basic-info .basic-info-inner .info .socail-media-links>div {
  width: 32px;
  height: 32px;
}

#info-detail .basic-info .basic-info-inner .info .socail-media-links>div img {
  width: 32px;
  height: 32px;
  object-fit: cover;
}

#info-detail .basic-info .basic-info-inner .info .socail-media-links>div:first-of-type {
  margin-right: 8px;
}

#info-detail .basic-info .basic-info-inner .info .celebrity-tags {
  overflow: hidden;
}

#info-detail .basic-info .basic-info-inner .info .celebrity-tags span {
  float: left;
  height: 24px;
  line-height: 24px;
  background: #FFEBDB;
  border-radius: 8px;
  padding: 0 8px;
  font-size: 14px;
  color: #141414;
  margin: 0 8px 8px 0;
}

#info-detail .more-info {
  padding: 30px 0;
  width: 1200px;
  margin: 0 auto;
}

#info-detail .more-info .info-block {
  padding: 30px 0;
}

#info-detail .more-info .info-block h3 {
  font-weight: 900;
  font-size: 36px;
  color: #141414;
  line-height: 44px;
  margin-bottom: 20px;
}

#info-detail .more-info .info-block .celebrity-tags {
  margin-bottom: 12px;
  overflow: hidden;
}

#info-detail .more-info .info-block .celebrity-tags span {
  float: left;
  height: 24px;
  line-height: 24px;
  background: #FFEBDB;
  border-radius: 8px;
  padding: 0 8px;
  font-size: 14px;
  color: #141414;
  margin: 0 8px 8px 0;
}

#info-detail .more-info .info-block .overview-item {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #E8E8E8;
}

#info-detail .more-info .info-block .overview-item .overview-icon {
  width: 20px;
  height: 20px;
}

#info-detail .more-info .info-block .overview-item .overview-icon img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}

#info-detail .more-info .info-block .overview-item .overview-content {
  padding-left: 10px;
  font-weight: 600;
  font-size: 18px;
  color: #141414;
  line-height: 20px;
  display: flex;
}

#info-detail .more-info .info-block .overview-item .overview-content>div:first-of-type {
  margin-right: 20px;
  font-weight: 800;
}

#info-detail .more-info .info-block .overview-item .overview-content>div:last-of-type {
  word-break: break-word;
}

#info-detail .more-info .info-block .overview-item .overview-content>div:last-of-type .primary-color {
  color: #008055;
}

#info-detail .more-info .info-block.miniBio p {
  font-size: 18px;
  color: #141414;
}

#info-detail .more-info .info-block .trivia-detail {
  border-radius: 24px;
  border: 1px solid #E8E8E8;
  font-size: 18px;
  color: #141414;
  padding: 18px 15px;
}

#info-detail .more-info .info-block.family .linked {
  color: #008055 !important;
}

#info-detail .more-info .info-block.quotes .quotes-content {
  padding: 42px;
  background: url("../images/icon_celebrity info_quote-left@2x.png") no-repeat left top, url("../images/icon_celebrity info_quote-right@2x.png") no-repeat right bottom;
  background-repeat: no-repeat;
  background-size: 32px;
  font-size: 18px;
  color: #141414;
  font-weight: 500;
  font-style: italic;
}

#info-detail .more-info .info-block.quotes .agree-with {
  background: #F9F1EB;
  border-radius: 24px;
  margin-top: 20px;
  padding: 20px 15px;
  text-align: center;
}

#info-detail .more-info .info-block.quotes .agree-with .title {
  font-weight: bold;
  font-size: 24px;
  color: #141414;
  line-height: 30px;
  margin-bottom: 20px;
}

#info-detail .more-info .info-block.quotes .agree-with .answer-buttons span {
  display: inline-block;
  width: 120px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #008055;
  font-weight: 500;
  font-size: 16px;
  color: #008055;
  cursor: pointer;
}

#info-detail .more-info .info-block.quotes .agree-with .answer-buttons span:hover {
  background: #008055;
  color: #ffffff;
}

#info-detail .more-info .info-block.quotes .agree-with .answer-buttons span:first-of-type {
  margin-right: 20px;
}

#same-option-dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none;
}

#same-option-dialog .dialog-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#same-option-dialog .dialog-content {
  width: 375px;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 40px 12px;
  cursor: default;
  position: relative;
}

#same-option-dialog .dialog-content .close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

#same-option-dialog .dialog-content h4 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
}

#same-option-dialog .celebrity-item {
  border-radius: 24px;
  border: 1px solid #E8E8E8;
  margin-bottom: 20px;
}

#same-option-dialog .celebrity-item-inner {
  padding: 20px;
  display: flex;
}

#same-option-dialog .celebrity-item .celebrity-icon {
  width: 80px;
  height: 80px;
  overflow: hidden;
}

#same-option-dialog .celebrity-item .celebrity-icon img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

#same-option-dialog .celebrity-item .celebrity-info {
  width: calc(100% - 80px);
  padding: 20px 0 0 20px;
}

#same-option-dialog .celebrity-item .celebrity-info .celebrity-name {
  font-weight: 900;
  font-size: 20px;
  color: #141414;
  margin-bottom: 8px;
  word-break: break-all;
}

#same-option-dialog .celebrity-item .celebrity-info .celebrity-name .gender {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: normal;
  padding: 0 4px;
  vertical-align: middle;
}

#same-option-dialog .celebrity-item .celebrity-info .celebrity-name .gender b {
  font-weight: normal;
}

#same-option-dialog .celebrity-item .celebrity-info .celebrity-name .gender.woman {
  color: #e77186;
  background: #ffe3e8;
}

#same-option-dialog .celebrity-item .celebrity-info .celebrity-name .gender.man {
  color: #0d97ac;
  background: #d0f9ff;
}

#same-option-dialog .celebrity-item .celebrity-info .celebrity-name .gender.unknow {
  color: #d88549;
  background: #ffdcc2;
}

#same-option-dialog .celebrity-item .celebrity-info .celebrity-name .gender img {
  height: 12px;
  vertical-align: middle;
}

#same-option-dialog .celebrity-item .celebrity-info .celebrity-tags {
  margin-bottom: 12px;
  overflow: hidden;
}

#same-option-dialog .celebrity-item .celebrity-info .celebrity-tags span {
  float: left;
  height: 24px;
  line-height: 24px;
  background: #FFEBDB;
  border-radius: 8px;
  padding: 0 8px;
  font-size: 14px;
  color: #141414;
  margin: 0 8px 8px 0;
}

#same-option-dialog .celebrity-item .celebrity-info .celebrity-tags span.country-tag {
  background: #E6F4E5;
}

#same-option-dialog .celebrity-item .celebrity-info .celebrity-tags span.country-tag img {
  width: 12px;
  height: 12px;
}

#same-option-dialog .celebrity-item .celebrity-info .celebrity-tags span.country-tag b {
  font-weight: normal;
  vertical-align: middle;
}

#same-option-dialog .celebrity-item .celebrity-info .celebrity-intro {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  color: #141414;
}

#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 img {
  width: 200px;
}

#page-not-found p {
  font-weight: 500;
  font-size: 18px;
  color: #1E1E1E;
  line-height: 23px;
  text-align: left;
}

#page-not-found p span {
  color: #008055;
}

#page-not-found .page-not-found-link {
  color: #008055;
  cursor: pointer;
}

#page-not-found .download-app {
  width: 624px;
  margin: 0 auto;
  display: flex;
  margin-top: 60px;
}

#page-not-found .download-app>div {
  width: 300px;
}

#page-not-found .download-app>div img {
  width: 300px;
  height: auto;
  cursor: pointer;
}

#page-not-found .download-app>div:first-of-type {
  margin-right: 24px;
}

/* 星座列表 */
#zodiac-sign-list {
  width: 100%;
  background: #FFF6F0;
}

#zodiac-sign-list.in-single-page {
  background: unset;
}

#zodiac-sign-list .zodiac-sign-list-inner {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}

#zodiac-sign-list .title h3 {
  font-weight: 900;
  font-size: 48px;
  color: #141414;
  line-height: 58px;
  text-align: center;
}

#zodiac-sign-list.in-single-page .title h3 {
  font-size: 32px;
  line-height: 40px;
}

#zodiac-sign-list .zodiac-item-wrap {
  display: grid;
  gap: 40px 99px;
  grid-template-columns: repeat(6, 1fr);
  padding: 40px 0;
}

#zodiac-sign-list .zodiac-item-wrap>div {
  text-align: center;
}

#zodiac-sign-list .zodiac-item-wrap>div:hover {
  opacity: 0.7;
}

#zodiac-sign-list .zodiac-item-wrap>div img {
  width: 100px;
  height: 100px;
}

#zodiac-sign-list .zodiac-item-wrap>div .zodiac-name {
  padding-top: 8px;
  font-weight: bold;
  font-size: 20px;
  color: #141414;
  line-height: 24px;
}

#zodiac-sign-list .des p {
  font-size: 16px;
  color: #141414;
}

#zodiac-history .title h3 {
  font-weight: 900;
  font-size: 48px;
  color: #141414;
  line-height: 58px;
  text-align: center;
  margin-bottom: 20px;
}

#zodiac-history .title p {
  font-size: 16px;
  color: #141414;
}

#zodiac-history .zodiac-history-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}

#zodiac-history .zodiac-myths {
  margin: 20px 0 0 0;
  padding: 40px 50px;
  background: #FFF6F0;
}

#zodiac-history .zodiac-myths .title h3 {
  font-weight: bold;
  font-size: 32px;
  color: #141414;
  line-height: 40px;
  text-align: center;
}

#zodiac-history .zodiac-myths .zodiac-myths-inner {
  display: flex;
}

#zodiac-history .zodiac-myths .zodiac-myths-inner>div {
  width: 50%;
}

#zodiac-history .zodiac-myths .zodiac-myths-inner>div:first-of-type {
  padding-right: 40px;
}

#zodiac-history .zodiac-myths-inner .zodiac-item {
  padding-left: 30px;
  font-size: 16px;
  color: #141414;
  margin-bottom: 40px;
  background: url("../images/icon-star@2x.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}

#zodiac-history .zodiac-myths .zodiac-tip p {
  font-size: 24px;
  color: #141414;
  text-align: center;
  font-style: italic;
}

.zodiac-find-users {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 80px 0;
}

.zodiac-find-users .title h3 {
  font-weight: 900;
  font-size: 48px;
  color: #141414;
  text-align: center;
  line-height: 58px;
}

.zodiac-find-users.single-zodiac .title h3 {
  text-align: left;
  font-size: 32px;
  line-height: 40px;
}

.zodiac-find-users .zodiac-find-users-inner {
  margin-top: 20px;
  display: grid;
  gap: 40px 120px;
  grid-template-columns: repeat(4, 1fr);
}

.zodiac-find-users.single-zodiac .zodiac-find-users-inner {
  gap: 40px 37px;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 20px;
}

.zodiac-find-users .zodiac-find-users-inner .user-item .user-item-inner {
  display: flex;
}

.zodiac-find-users .user-item .avatar-area img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.zodiac-find-users .user-item .info-area {
  padding-left: 5px;
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}

.zodiac-find-users .user-item .info-area .user-zodiac {
  font-weight: bold;
  font-size: 20px;
  color: #141414;
  line-height: 24px;
  margin-bottom: 5px;
}

.zodiac-find-users .user-item .info-area .user-name {
  color: #141414;
  line-height: 18px;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zodiac-find-users .user-item .info-area .user-dob {
  color: #858585;
  line-height: 18px;
}

#zodiac-info-wrap {
  background: #FFF6F0;
  padding: 50px 0;
}

#zodiac-info-wrap .zodiac-info {
  width: 1200px;
  margin: 0 auto;
}

#zodiac-info-wrap h2.zodiac-des {
  font-weight: 900;
  font-size: 32px;
  color: #141414;
  line-height: 40px;
  margin-bottom: 40px;
}

#zodiac-info-wrap .zodiac-info-inner {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  display: flex;
  overflow: hidden;
}


#zodiac-info-wrap .zodiac-info-inner .zodiac-detail-info {
  width: 800px;
  padding: 40px 10px 40px 40px;
  transform: translateX(-400px);
}

#zodiac-info-wrap .zodiac-info-inner .zodiac-detail-info .name {
  font-weight: bold;
  font-size: 32px;
  color: #141414;
  line-height: 40px;
  margin-bottom: 10px;
}

#zodiac-info-wrap .zodiac-info-inner .zodiac-detail-info .date {
  font-size: 20px;
  color: #141414;
  line-height: 24px;
}

#zodiac-info-wrap .zodiac-info-inner .zodiac-detail-info .zodiac-detail-list {
  display: flex;
  margin-top: 40px;
}

#zodiac-info-wrap .zodiac-detail-list>div:first-of-type {
  padding-right: 40px;
}

#zodiac-info-wrap .zodiac-detail-list .detail-info-item {
  font-size: 18px;
  color: #141414;
  margin-bottom: 10px;
  line-height: 24px;
}

#zodiac-info-wrap .zodiac-pic {
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(800px);
}

#zodiac-info-wrap .zodiac-pic.aries {
  background: #F6E6E5;
}

#zodiac-info-wrap .zodiac-pic.taurus {
  background: #EDFFFC;
}

#zodiac-info-wrap .zodiac-pic.gemini {
  background: #E3F7FF;
}

#zodiac-info-wrap .zodiac-pic.cancer {
  background: #F3EEFF;
}

#zodiac-info-wrap .zodiac-pic.leo {
  background: #F6E6E5;
}

#zodiac-info-wrap .zodiac-pic.virgo {
  background: #EDFFFC;
}

#zodiac-info-wrap .zodiac-pic.libra {
  background: #E3F7FF;
}

#zodiac-info-wrap .zodiac-pic.scorpio {
  background: #F3EEFF;
}

#zodiac-info-wrap .zodiac-pic.sagittarius {
  background: #F6E5E5;
}

#zodiac-info-wrap .zodiac-pic.capricorn {
  background: #EDFFFC;
}

#zodiac-info-wrap .zodiac-pic.aquarius {
  background: #E3F7FF;
}

#zodiac-info-wrap .zodiac-pic.pisces {
  background: #F3EEFF;
}


#zodiac-info-wrap .zodiac-pic img {
  width: 300px;
  height: 300px;
}

#zodiac-feature {
  padding: 80px 0;
}

#zodiac-feature .zodiac-feature-inner {
  width: 1200px;
  margin: 0 auto;
}

#zodiac-feature .zodiac-feature-inner h3.title {
  font-weight: 900;
  font-size: 32px;
  color: #141414;
  line-height: 40px;
  margin-bottom: 20px;
}

#zodiac-feature .zodiac-feature-inner p.des {
  font-size: 16px;
  color: #141414;
}

#zodiac-feature .zodiac-feature-inner .feature-list {
  padding-top: 40px;
}

#zodiac-feature .feature-item {
  border-radius: 20px;
  padding: 30px 0 30px 120px;
  margin-bottom: 20px;

}

#zodiac-feature .feature-item.first {
  background: #FFF6F0 url("../images/icon-no.1@2x.png") no-repeat;
  background-size: 30px;
  background-position: 34px 34px;
}

#zodiac-feature .feature-item.second {
  background: #FFF6F0 url("../images/icon-no.2@2x.png") no-repeat;
  background-size: 30px;
  background-position: 34px 34px;
}

#zodiac-feature .feature-item.third {
  background: #FFF6F0 url("../images/icon-no.3@2x.png") no-repeat;
  background-size: 30px;
  background-position: 34px 34px;
}

#zodiac-feature .feature-item .feature-name {
  font-weight: bold;
  font-size: 32px;
  color: #141414;
  line-height: 40px;
  margin-bottom: 20px;
}

#zodiac-feature .feature-item .feature-detail {
  font-size: 16px;
  color: #141414;
  line-height: 20px;
  margin-bottom: 10px;
}

#zodiac-dating-tips {
  width: 100%;
  background: #FFF6F0;
  padding: 50px 0;
}

#zodiac-dating-tips .zodiac-dating-tips-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
} 

#zodiac-dating-tips .zodiac-dating-tips-inner .tip-img {
  width: 500px;
  transform: translateX(700px);
}

#zodiac-dating-tips .zodiac-dating-tips-inner .tip-img img {
  width: 500px;
  height: 500px;
}

#zodiac-dating-tips .zodiac-dating-tips-inner .tip-text {
  width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 100px;
  transform: translateX(-500px);
}

#zodiac-dating-tips .zodiac-dating-tips-inner .tip-text .tip {
  margin-bottom: 20px;
}

#zodiac-dating-tips .zodiac-dating-tips-inner .tip-text .tip h4 {
  font-weight: 900;
  font-size: 32px;
  color: #141414;
  line-height: 40px;
}

#zodiac-dating-tips .zodiac-dating-tips-inner .tip-text .des {
  margin-bottom: 20px;
}

#zodiac-dating-tips .zodiac-dating-tips-inner .tip-text .des p {
  font-size: 16px;
  color: #141414;
}

#zodiac-dating-tips .zodiac-dating-tips-inner .tip-text .zodiac-item {
  padding-left: 30px;
  font-size: 16px;
  color: #141414;
  margin-bottom: 20px;
  background: url(../images/icon-star@2x.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}

#myth-and-origins {
  width: 100%;
  padding: 80px 0;
}

#myth-and-origins .myth-and-origins-inner {
  width: 1200px;
  min-height: 300px;
  margin: 0 auto;
  padding: 20px 100px;
  background: #FFF6F0 url("../images/pic_Myth and Origins of Aries@2x.webp") no-repeat;
  background-position: center center;
  background-size: 300px;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 24px 24px 24px 24px;
}

#myth-and-origins .myth-and-origins-inner .title h3 {
  font-weight: 900;
  font-size: 32px;
  color: #141414;
  line-height: 40px;
  margin-bottom: 20px;
}

#myth-and-origins .myth-and-origins-inner .des p {
  font-size: 16px;
  color: #141414;
}

/* media 常规样式优化 */
@media screen and (max-width: 1200px) {
  .button-wrap .diy-button {
    float: left;
    width: calc((100% - 16px) /2);
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    margin-right: 15px;
    border-radius: 12px;
  }

  .diy-button.footer-button {
    width: 168px;
    height: 54px;
    line-height: 54px;
  }

  .button-wrap .diy-button img {
    height: 24px;
  }

  .diy-link-wrap .diy-link.fh-width {
    width: 100%;
  }

  #total-nav {
    width: 100%;
  }

  header #header-inner {
    width: 100%;
    height: 54px;
    line-height: 54px;
    padding: 0;
  }

  header #header-inner .logo,
  header #header-inner .header-nav {
    display: none;
  }

  header #header-inner #download-app {
    width: 100%;
    top: 0;
    border: none;
    border-radius: 0;
    line-height: 54px;
  }

  header #h5-header {
    width: 100%;
    height: 54px;
    position: relative;
    display: block;
  }

  header #h5-header img.h5-header-logo {
    position: absolute;
    left: 12px;
    top: 10px;
    height: 36px;
  }

  header #h5-header img#menu-bar {
    position: absolute;
    right: 12px;
    top: 15px;
    height: 24px;
  }

  footer {
    padding: 40px 12px 0 12px;
  }

  #footer-wrap {
    display: unset;
  }

  #footer-wrap .footer-logo {
    margin-bottom: 50px;
  }

  #footer-wrap .footer-content {
    width: 100%;
    display: block;
  }

  #footer-wrap .footer-content>div {
    width: 100%;
    margin-bottom: 50px;
  }

  footer .copy-right {
    padding: 0 0 20px 0;
    text-align: left;
  }

  #banner {
    height: calc(100vh - 54px);
    background: url("../images/pic_celebrity lookalike dating_wap@2x.webp");
    background-size: cover;
  }

  #banner .banner-inner {
    width: 100%;
    padding: 0 12px;
  }

  #banner .banner-inner p {
    text-align: left;
  }

  .celebrities {
    width: 100%;
    padding: 60px 12px;
  }

  .celebrities.country-celebrities {
    padding: 40px 12px 0 12px;
  }

  .celebrities .celebrity-item {
    padding: 20px 12px;
    margin-bottom: 10px;
  }

  .celebrities .celebrity-item .celebrity-icon {
    width: 80px;
    height: 80px;
  }

  .celebrities .celebrity-item .celebrity-info {
    width: calc(100% - 80px);
    padding: 20px 0 0 12px;
  }

  #countries {
    width: 100%;
    padding: 0 12px 20px 12px;
  }

  #about-higo {
    height: 600px;
    background: url("../images/pic_About_Higo_wap@2x.webp");
    background-size: cover;
    background-position: center bottom;
    padding: 0 12px;
  }

  #bottom-des {
    width: 100%;
    padding: 0 12px 60px 12px;
  }

  #bottom-des .features {
    display: block;
    padding: 40px 0 80px 0;
  }

  #bottom-des .features>div {
    width: 100%;
  }

  #bottom-des .features .features-text .features-item {
    height: unset;
    line-height: unset;
    padding: 28px 20px;
  }

  #bottom-des .features .features-img img {
    height: unset;
  }

  #all-country {
    width: 100%;
    padding: 20px 12px 0 12px;
  }

  .country-detail #description {
    width: 100%;
  }

  .country-detail #description .description-inner {
    padding: 60px 12px;
  }

  .country-detail #description .description-inner .title {
    text-align: left;
  }

  .country-detail #description .description-inner .description-content {
    display: block;
  }

  .country-detail #description .description-content .description-content-text {
    width: 100%;
    padding-right: 0;
    display: block;
    align-items: unset;
    justify-content: unset;
    margin-bottom: 20px;
  }

  .country-detail #description .description-content .description-content-img {
    width: 100%;
  }

  .country-detail #description .description-content .description-content-img img {
    width: 100%;
    height: auto;
  }

  .country-detail #description .description-content.second .description-content-text {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    padding-left: 0;
  }

  .country-detail #description .description-content.second .description-content-img {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }

  .country-detail #about-and-how {
    width: 100%;
    height: 800px;
    background: url("../images/pic_pic_About Higo Dating & How It Works in_wap@2x.webp");
    background-size: cover;
    padding: 0 12px;
    margin-bottom: 60px;
  }

  .country-detail #about-and-how .about-and-how-inner h3 {
    line-height: unset;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
  }

  .people-list .des-list-item .des-list-item-inner {
    width: 100%;
    padding: 0 12px;
  }

  .people-list .des-list-item .des-list-item-inner .flex-wrap {
    display: block;
  }

  .people-list .flex-wrap .des-text,
  .people-list .flex-wrap .des-img {
    width: 100%;
  }

  .people-list .flex-wrap .des-img img {
    width: 100%;
    height: auto;
  }

  .people-list .right-to-left .flex-wrap .des-text,
  .people-list .right-to-left .flex-wrap .des-img {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }

  #info-detail .basic-info .basic-info-inner {
    display: block;
    width: 100%;
  }

  #info-detail .basic-info .basic-info-inner>div {
    display: block;
    align-items: unset;
    justify-content: unset;
    padding-left: 20px;
  }

  #info-detail .basic-info .basic-info-inner .avatar {
    margin-bottom: 14px;
  }

  #info-detail .more-info {
    width: 100%;
    padding: 30px 12px;
  }

  #same-option-dialog .dialog-content {
    width: 90%;
    height: calc(100vh - 40px);
    overflow-y: auto;
  }

  #page-not-found .download-app {
    width: 100%;
    display: block;
  }

  #page-not-found .download-app>div {
    width: 100%;
  }

  #page-not-found .download-app>div:first-of-type {
    margin-right: 0;
    margin-bottom: 30px;
  }

  #page-not-found .download-app>div img {
    width: 100%;
    max-width: 400px;
  }

  #bread-crumb {
    width: 100%;
    padding: 20px 12px;
  }

  #zodiac-sign-list .zodiac-sign-list-inner {
    width: 100%;
    padding: 40px 12px;
  }

  #zodiac-sign-list .zodiac-item-wrap {
    display: grid;
    gap: 20px 0;
    grid-template-columns: repeat(3, 1fr);
  }

  #zodiac-history .zodiac-history-inner {
    width: 100%;
    padding: 80px 0;
  }

  #zodiac-history .title {
    padding: 0 12px;
  }

  #zodiac-history .zodiac-myths {
    padding: 40px 12px;
  }

  #zodiac-history .zodiac-myths .zodiac-myths-inner {
    display: block;
  }

  #zodiac-history .zodiac-myths .zodiac-myths-inner>div {
    width: 100%;
  }

  #zodiac-history .zodiac-myths .zodiac-myths-inner>div:first-of-type {
    padding-right: 0;
  }

  .zodiac-find-users {
    width: 100%;
    padding: 0 12px 80px 12px;
  }

  .zodiac-find-users.single-zodiac .zodiac-find-users-inner,.zodiac-find-users .zodiac-find-users-inner {
    gap: 40px 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .zodiac-find-users .user-item .info-area {
    width: calc((100vw - 24px) / 2 - 80px);
  }

  #zodiac-info-wrap {
    padding: 50px 12px;
  }

  #zodiac-info-wrap .zodiac-info {
    width: 100%;
  }

  #zodiac-info-wrap .zodiac-info-inner {
    display: block;
  }

  #zodiac-info-wrap .zodiac-pic {
    width: 100%;
    transform: translateX(0);
    padding: 38px 0;
  }

  #zodiac-info-wrap .zodiac-pic>div {
    text-align: center;
  }

  #zodiac-info-wrap .zodiac-pic img {
    width: 90%;
    height: auto;
  }

  #zodiac-info-wrap .zodiac-info-inner .zodiac-detail-info {
    width: 100%;
    transform: translateX(0);
    padding: 20px;
  }

  #zodiac-info-wrap .zodiac-info-inner .zodiac-detail-info .zodiac-detail-list {
    display: block;
    margin-top: 30px;
  }

  #zodiac-info-wrap .zodiac-detail-list>div:first-of-type {
    margin-right: 0;
    margin-bottom: 40px;
  }

  #zodiac-feature .zodiac-feature-inner {
    width: 100%;
  }

  #zodiac-feature .zodiac-feature-inner h3.title,
  #zodiac-feature .zodiac-feature-inner p.des {
    padding: 0 12px;
  }

  #zodiac-feature .feature-item {
    padding: 90px 12px 30px 12px;
  }

  #zodiac-feature .feature-item.first,
  #zodiac-feature .feature-item.second,
  #zodiac-feature .feature-item.third {
    background-position: 12px 40px;
  }

  #zodiac-dating-tips {
    padding: 50px 12px;
  }

  #zodiac-dating-tips .zodiac-dating-tips-inner {
    width: 100%;
    display: block;
  }

  #zodiac-dating-tips .zodiac-dating-tips-inner .tip-img,#zodiac-dating-tips .zodiac-dating-tips-inner .tip-text {
    width: 100%;
    transform: translateX(0);
  }

  #zodiac-dating-tips .zodiac-dating-tips-inner .tip-text {
    padding-right: 0;
  }

  #zodiac-dating-tips .zodiac-dating-tips-inner .tip-img img {
    width: 100%;
    height: auto;
  }

  #myth-and-origins {
    padding: 80px 12px;
  }

  #myth-and-origins .myth-and-origins-inner {
    width: 100%;
    height: auto;
    padding: 40px 12px;
    text-align: left;
  }
}