@charset "UTF-8";
/***** 组件样式 *****/
/* 导航栏 */
.nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 60px;
  background: #4BBABC;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1100px;
      -ms-flex: 0 0 1100px;
          flex: 0 0 1100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-logo {
  display: inline-block;
  width: 100px;
  height: 35px;
}
.nav-logo img {
  width: 100%;
}
.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 86px;
}
.nav-menu > li {
  margin-right: 43px;
  padding-bottom: 5px;
  font-size: 18px;
  cursor: pointer;
}
.nav-menu > li a {
  color: #C5EFEE;
}
.nav-menu > li.cur {
  border-bottom: 2px solid #2A9696;
}
.nav-menu > li.cur a {
  color: #FFFFFF;
}
.nav-qrcode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-qrcode .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.nav-qrcode > span {
  margin-left: 8px;
  color: #C5EFEE;
}
.nav-language {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #FFFFFF;
}

/* 底部 */
footer {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 200px;
  padding-top: 25px;
  width: 100%;
  border-top: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  color: #666666;
  font-size: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .links a {
  text-decoration: underline;
}
footer p {
  margin-bottom: 5px;
}

/* 社交账号 */
.social-account {
  position: absolute;
  bottom: -376px;
  left: 0;
  z-index: 300;
  display: none;
  width: 100%;
  height: 376px;
  background: #4BBABC;
  box-shadow: 0 10px 10px #CCCCCC;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-account-show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.social-account-item {
  margin: 0 10px;
  width: 228px;
  height: 228px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  cursor: pointer;
}
.social-account-item-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-account-item-compared {
  width: 100%;
  display: block;
}
.social-account-item-normal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.social-account-item-hover {
  display: none;
}
.social-account-item:hover {
  width: 220px;
  height: 220px;
  border: 5px solid #FFFFFF;
}
.social-account-item:hover .social-account-item-normal {
  display: none;
}
.social-account-item:hover .social-account-item-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.social-account-item p {
  margin-top: 50px;
  color: #FFFFFF;
  font-size: 16px;
}
.social-account-item p.hover {
  margin-top: 20px;
}
.social-account-icon {
  background: url("//rela-me.rela.me/src/img/icon/follow-rela.png") no-repeat;
}
.social-account-wx {
  width: 78px;
  height: 63px;
  background-position: 0 0;
}
.social-account-weibo {
  width: 78px;
  height: 71px;
  background-position: -82px 0;
}
.social-account-download {
  width: 124px;
  height: 57px;
  background-position: -164px 0;
}

/* 回到顶部 */
.gotop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 20;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #89DED5;
  background-image: url("/src/img/icon/gotop.png");
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.gotop:hover {
  background-color: #4BBABC;
}
.gotop-show {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* 悬浮二维码 */
.qrcode {
  position: relative;
  top: 0;
  margin-top: 30px;
  width: 330px;
}
.qrcode-fixed {
  position: fixed;
}
.qrcode-gif {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  background-color: #CCCCCC;
  color: #FFFFFF;
  font-size: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.qrcode-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 328px;
  height: 139px;
  border: 1px solid #4BBABC;
  border-top: 0;
  background-color: #FFFFFF;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.qrcode-content-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.qrcode-content-main-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 150px;
  height: 100px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.qrcode-content-main-left img {
  width: 100%;
}
.qrcode-content-main-left h5 {
  color: #00BEC0;
  font-weight: bold;
  font-size: 20px;
}
.qrcode-content-main-right {
  width: 100px;
  height: 100px;
}
.qrcode-content-main-right img {
  width: 100%;
}

/* 轮播banner */
#slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 330px;
}
#slideshow-list img {
  width: 100%;
  border: 0;
}
#slideshow-list a {
  position: absolute;
}
#slideshow ul {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  height: 15px;
  cursor: pointer;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#slideshow ul li {
  margin: 0 6px;
  width: 12px;
  height: 12px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  background-color: #CCCCCC;
  color: transparent;
}
#slideshow ul li.on {
  background-color: #4BBABC;
}

/* 加载更多按钮 */
.load-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.load-more .load-more-btn {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 35px;
  border: 1px solid #4BBABC;
  border-radius: 74px;
  color: #4BBABC;
  font-size: 14px;
  cursor: pointer;
}

/* 评分星星 */
.rate-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rate-stars img {
  width: 15%;
  height: 100%;
}

/* 评论列表 */
.comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
}
.comment-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.comment-user-avatar {
  overflow: hidden;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #CCCCCC;
}
.comment-user-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comment-user-info-nickname {
  color: #4BBABC;
  font-size: 18px;
}
.comment-user-info-desc {
  margin-top: 10px;
  color: #666666;
  font-size: 14px;
}
.comment-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  width: 100%;
}
.comment-photos-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 115px;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
  margin-right: 5px;
  height: 115px;
  background-color: #CCCCCC;
}
.comment-content {
  margin-top: 20px;
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
}

.safe-container {
  margin: 0 auto;
  padding: 10px 0;
  width: 240px;
}

.safe-icon {
  display: inline-block;
  height: 20px;
  text-decoration: none;
  line-height: 20px;
}

.safe-text {
  float: left;
  margin: 0 0 0 5px;
  height: 20px;
  color: #939393;
  line-height: 20px;
}

@media screen and (max-width: 1000px) {
  .safe-container {
    margin: 0 auto;
    padding: 10px 0;
    width: auto;
    font-size: 22px;
  }

  .safe-icon {
    display: inline-block;
    height: 20px;
    text-decoration: none;
    line-height: 20px;
    font-size: 22px;
  }

  .safe-text {
    float: left;
    margin: 0 0 0 5px;
    height: 20px;
    color: #939393;
    line-height: 20px;
    font-size: 22px;
  }

  footer p {
    font-size: 22px;
  }
}
