
body {
  background: #FAFAFA;
}
.f-topIndex {
  position: relative;
  z-index: 9;
}
.seoFooter {
  width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: -60px;
  padding-bottom: 20px;
  color: #7e8c8d;
}
.seoFooter .nearbyCity a {
    margin-right: 15px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
* {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* custom */
a {
  color: #7e8c8d;
  -webkit-backface-visibility: hidden;
  text-decoration: none; }

li {
  list-style: none; }

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body, input, textarea {
  font-family: PingFangSC-Regular, Microsoft YaHei,sans-serif; }

input, img {
  border: none; }

input, button, textarea {
  outline: none; }

img {
  vertical-align: bottom;
  max-width: 100%; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

::-ms-clear {
  display: none; }

::-ms-reveal {
  display: none; }
.f-text-center {
  text-align: center; }

.f-text-left {
  text-align: left; }

.f-text-right {
  text-align: right; }

.f-block {
  display: block; }

.f-inline-block {
  display: inline-block; }

.f-inline {
  display: inline; }

.f-cl:after, .f-cl:before {
  display: table;
  content: ""; }

.f-cl:after {
  clear: both; }

.f-cl:before {
  clear: both; }

.f-fl {
  float: left; }

.f-fr {
  float: right; }

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

.f-clamp2 {
  -webkit-line-clamp: 2; }

.f-clamp3 {
  -webkit-line-clamp: 3; }

.f-clamp4 {
  -webkit-line-clamp: 4; }

.f-clamp2, .f-clamp3, .f-clamp4 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  line-break: loose;
  overflow: hidden; }

.f-color-purple {
  color: #9463F7; }
body {
  min-width: 1200px; }

.u-fc-purple {
  color: #8B76F9; }
/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
    height: 100px;*/ }

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
    height: 100%;*/ }

.swiper-slide-active {
  /* Specific active slide styling: */ }

.swiper-slide-visible {
  /* Specific visible slide styling: */ }

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */ }

.swiper-active-switch {
  /* Specific active button style: */ }

.swiper-visible-switch {
  /* Specific visible button style: */ }

.bg-purple[data-v-1d548e89] {
  background: #996ef0 !important;
  opacity: 1 !important;
}
.opacity-scroll[data-v-1d548e89] {
  transition: background 0.3s ease-in-out;
}
.m-relative[data-v-1d548e89] {
  position: relative;
}
.m-fixed[data-v-1d548e89] {
  position: fixed;
}
.overflow-div[data-v-1d548e89] {
  overflow: hidden;
}
.top-bar[data-v-1d548e89] {
  z-index: 24;
  width: 100%;
  height: 80px;
  background: linear-gradient(314deg, #8070f1 0%, #b06cef 100%);
  box-shadow: 0px 2px 11px 0px rgba(163, 163, 163, 0.3);
}
.top-bar.ie9-background[data-v-1d548e89] {
    filter: none;
}
.top-bar img[data-v-1d548e89] {
    margin: 8px 70px 0 0;
    width: 130px;
}
.top-bar .link-data[data-v-1d548e89] {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    font-weight: 500;
    color: white;
}
.top-bar .link-data span[data-v-1d548e89] {
      cursor: pointer;
      margin-right: 52px;
}
.top-bar .link-data .current-active[data-v-1d548e89] {
      position: relative;
}
.top-bar .link-data .current-active[data-v-1d548e89]::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -18px;
        width: 30px;
        height: 3px;
        background: white;
        border-radius: 2px;
}
.top-bar .part-margin-left[data-v-1d548e89] {
    margin-right: -300px;
}
.top-bar .right-part .is-login[data-v-1d548e89] {
    width: 584px;
    height: 80px;
    line-height: 56px;
}
.top-bar .right-part .is-login .z-index-up[data-v-1d548e89] {
      z-index: 33;
}
.top-bar .right-part .is-login .z-index-down[data-v-1d548e89] {
      z-index: -11;
}
.top-bar .right-part .is-login .right-mail[data-v-1d548e89] {
      position: absolute;
      width: 190px;
      height: 214px;
      z-index: 22;
}
.top-bar .right-part .is-login .right-mail img[data-v-1d548e89] {
        margin: 0;
        width: 30px;
        height: 30px;
}
.top-bar .right-part .is-login .right-mail .mail-icon[data-v-1d548e89] {
        cursor: pointer;
        margin-left: 120px;
        position: relative;
        width: 60px;
        text-align: right;
        height: 80px;
}
.top-bar .right-part .is-login .right-mail .mail-icon .right-count[data-v-1d548e89] {
          position: absolute;
          right: -14px;
          top: 18px;
          font-size: 14px;
          font-weight: 400;
          display: inline-block;
          padding: 0 5px;
          height: 18px;
          background: #ff7351;
          border-radius: 4px;
          color: #fff;
          line-height: 17px;
}
.top-bar .right-part .is-login .right-mail .mail-data[data-v-1d548e89] {
        position: absolute;
        top: 80px;
        right: 0px;
        padding: 10px 10px 0 20px;
        width: 160px;
        height: 134px;
        background: white;
        box-shadow: 0px 2px 8px 0px rgba(202, 202, 202, 0.5);
        border-radius: 4px;
}
.top-bar .right-part .is-login .right-mail .mail-data[data-v-1d548e89]::after {
          content: "";
          position: absolute;
          top: -20px;
          right: 20px;
          box-sizing: border-box;
          width: 10px;
          height: 0;
          border: 10px solid transparent;
          border-bottom: 10px solid #fff;
}
.top-bar .right-part .is-login .right-mail .mail-data div[data-v-1d548e89] {
          cursor: pointer;
          height: 42px;
          font-size: 14px;
          font-weight: 400;
          color: #333333;
          line-height: 42px;
}
.top-bar .right-part .is-login .right-mail .mail-data div span[data-v-1d548e89] {
            position: absolute;
            right: 10px;
            margin-top: 10px;
            display: inline-block;
            padding: 0 5px;
            height: 18px;
            background: #ff7351;
            border-radius: 4px;
            color: #fff;
            line-height: 20px;
}
.top-bar .right-part .is-login .right-mail .mail-data div .watched-span[data-v-1d548e89] {
            border-radius: 20px;
            height: 6px;
            width: 6px;
            padding: 0;
            margin-top: 17px;
}
.top-bar .right-part .is-login .right-me[data-v-1d548e89] {
      position: absolute;
      width: 190px;
      height: 300px;
      margin-left: 70px;
}
.top-bar .right-part .is-login .right-me .me-icon[data-v-1d548e89] {
        margin-left: 120px;
        position: relative;
        width: 60px;
        text-align: right;
        height: 80px;
        cursor: pointer;
}
.top-bar .right-part .is-login .right-me .me-icon img[data-v-1d548e89] {
          margin: 0;
          width: 30px;
          height: 30px;
}
.top-bar .right-part .is-login .right-me .me-data[data-v-1d548e89] {
        position: absolute;
        top: 80px;
        right: -6px;
        width: 160px;
        background: white;
        box-shadow: 0px 2px 8px 0px rgba(202, 202, 202, 0.5);
        border-radius: 4px;
}
.top-bar .right-part .is-login .right-me .me-data[data-v-1d548e89]::after {
          content: "";
          position: absolute;
          top: -20px;
          right: 20px;
          box-sizing: border-box;
          width: 10px;
          height: 0;
          border: 10px solid transparent;
          border-bottom: 10px solid #fff;
}
.top-bar .right-part .is-login .right-me .me-data div[data-v-1d548e89] {
          cursor: pointer;
          height: 42px;
          padding: 0px 10px 0 10px;
          font-size: 14px;
          font-weight: 400;
          color: #333333;
          line-height: 42px;
}
.top-bar .right-part .is-login .right-me .me-data .border-top[data-v-1d548e89] {
          border-top: 1px solid #efefef;
}
.top-bar .right-part .no-login[data-v-1d548e89] {
    display: flex;
}
.bg-transparent[data-v-1d548e89] {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  box-shadow: none !important;
  filter: none;
}

@charset "UTF-8";
.BTN {
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden\0;
  user-select: none;
  font-size: 14px;
  cursor: pointer;
  /* 这个box也是为了兼容ie9，一层结构，ie9的border-radius不生效 */
}
.BTN .BTN-box {
    /* 兼容ie9 */
    overflow: hidden\0;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    background: linear-gradient(-135deg, #856df1, #a468ef);
}
.BTN.disabled:hover {
    opacity: 1;
}
.BTN.disabled .BTN-box {
    background: #D9D9D9 !important;
    color: #4D4D4D;
    filter: none;
    color: #fff;
    cursor: not-allowed;
}
.BTN:hover {
    opacity: .9;
}
.BTN:active {
    opacity: 1;
}
.BTN .primary {
    background: linear-gradient(-135deg, #856df1, #a468ef);
}
.BTN .plain {
    border: 1px solid #fff;
    background: transparent;
    filter: none;
}
.BTN .pure {
    background: #9463F7;
    filter: none;
}

.CONTAINER {
  margin-left: auto;
  margin-right: auto;
}
.CONTAINER.primary {
    width: 1200px;
}

.COPYRIGHT[data-v-2aceaafc] {
  margin: 90px auto 50px;
  text-align: center;
  color: #333333;
  font-size: 14px;
}
.COPYRIGHT .brand[data-v-2aceaafc] {
    margin-top: 15px;
}
.COPYRIGHT p[data-v-2aceaafc] {
    line-height: 26px;
}
.COPYRIGHT a[data-v-2aceaafc] {
    color: #333333;
}
.COPYRIGHT a[data-v-2aceaafc]:hover {
      text-decoration: underline;
}
.COPYRIGHT .quick a[data-v-2aceaafc] {
    cursor: pointer;
    padding: 0 8px;
}
.COPYRIGHT .out-link[data-v-2aceaafc] {
    margin-top: 10px;
}
.COPYRIGHT .out-link img[data-v-2aceaafc] {
      max-height: 36px;
}
.COPYRIGHT .city[data-v-2aceaafc] {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    width: 1200px;
    line-height: 1.6em;
    margin: 0 auto 30px;
}
.COPYRIGHT .city a[data-v-2aceaafc] {
      margin: 0 5px;
}

.suggestDialog textarea[data-v-922a3474] {
  width: 100%;
  height: 120px;
  border: 1px solid #e1e1e1;
  outline: none;
}
.suggestDialog .send_btn[data-v-922a3474] {
  margin-top: 10px;
  text-align: right;
  color: #8b8b8b;
}
.suggestDialog .send_btn span[data-v-922a3474] {
    font-weight: bold;
}
.suggestDialog button[data-v-922a3474] {
  cursor: pointer;
  border: none;
  background: #fea0a0;
  color: #fff;
  padding: 5px 18px;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 10px;
}
.suggestDialog button[data-v-922a3474]:hover {
    background: #ff5b5b;
}
.slideIcon[data-v-922a3474] {
  position: fixed;
  right: 0;
  bottom: 100px;
  width: 55px;
  height: 250px;
  z-index: 99;
}
@keyframes slide-data-v-922a3474 {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
    right: 62px;
}
}
.slideIcon .qr[data-v-922a3474] {
    display: none;
    opacity: 0;
    width: 165px;
    height: 180px;
    position: absolute;
    right: 50px;
    top: 50px;
    box-shadow: 0px 0px 19px #ccc;
    background: #fff;
}
.slideIcon .qr .pic[data-v-922a3474] {
      width: 142px;
      height: 165px;
      text-align: center;
      font-size: 13px;
      color: #444;
      padding-top: 145px;
      margin: 10px auto;
      background: url(../images/qrcode.a5c72c4.jpg);
      background-size: 142px 135px;
      background-repeat: no-repeat;
}
.slideIcon .qr .arrow[data-v-922a3474] {
      border: 6px solid transparent;
      border-left: 10px solid #fff;
      width: 0;
      height: 0;
      position: absolute;
      right: -16px;
      top: 85px;
}
.slideIcon .qr.animateShow[data-v-922a3474] {
      display: block;
      animation: 0.6s slide-data-v-922a3474 forwards;
      opacity: 1 \0;
      right: 62px \0;
}
.slideIcon ul[data-v-922a3474] {
    float: right;
    right: 0;
}
.slideIcon ul li[data-v-922a3474] {
      width: 50px;
      height: 50px;
      cursor: pointer;
      display: block;
      background: url(../images/tool_bar.72bfb50.png);
      margin-bottom: 10px;
}
.slideIcon ul li.kefu[data-v-922a3474] {
        background-position: 0 -276px;
}
.slideIcon ul li.kefu[data-v-922a3474]:hover {
          background-position: -70px -276px;
}
.slideIcon ul li.qrcode[data-v-922a3474] {
        background-position: 0 -111px;
}
.slideIcon ul li.qrcode[data-v-922a3474]:hover {
          background-position: -70px -111px;
}
.slideIcon ul li.collect[data-v-922a3474] {
        background: #fff url(../images/tool_collect.400f3c9.png) no-repeat;
        border: 1px solid #ccc;
        background-size: 100% 100%;
}
.slideIcon ul li.collect[data-v-922a3474]:hover {
          background: #fff url(../images/tool_collect_hover.e70565b.png) no-repeat;
}
.slideIcon ul li.qa[data-v-922a3474] {
        background-position: 0 -166px;
}
.slideIcon ul li.qa[data-v-922a3474]:hover {
          background-position: -70px -166px;
}
.slideIcon ul li.gotop[data-v-922a3474] {
        background-position: 0 -221px;
}
.slideIcon ul li.gotop[data-v-922a3474]:hover {
          background-position: -70px -221px;
}
.ui-dialog-body[data-v-922a3474] {
  text-align: center;
  line-height: 24px;
}

.DIALOG {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity .1s ease-out;
}
.DIALOG.active {
    opacity: 1;
}
.DIALOG.active .DIALOG-box {
      transform: scale(1);
}
.DIALOG .DIALOG-box {
    position: relative;
    width: 542px;
    margin: 15vh auto 50px;
    transform: scale(0);
    background-color: #fff;
    transition: transform .1s ease-out;
}
.DIALOG .DIALOG-box .title {
      position: relative;
      height: 44px;
      line-height: 44px;
      text-align: center;
      font-size: 14px;
      color: #999;
      background-color: #F3F3F3;
}
.DIALOG .DIALOG-box .title.colorfulTitle {
        color: #fff;
        background: linear-gradient(314deg, #8070f1 0%, #b06cef 100%);
}
.DIALOG .DIALOG-box .title.colorfulTitle .close::before, .DIALOG .DIALOG-box .title.colorfulTitle .close::after {
          background: #fff;
}
.DIALOG .DIALOG-box .title .close {
        position: absolute;
        right: 10px;
        top: 12px;
        width: 20px;
        height: 20px;
        transform: rotate(45deg);
        cursor: pointer;
}
.DIALOG .DIALOG-box .title .close::before, .DIALOG .DIALOG-box .title .close::after {
          content: "";
          position: absolute;
          left: 50%;
          top: 50%;
          width: 12px;
          height: 2px;
          background: #666;
}
.DIALOG .DIALOG-box .title .close::before {
          transform: translate(-50%, -50%);
}
.DIALOG .DIALOG-box .title .close::after {
          transform: translate(-50%, -50%) rotate(90deg);
}
.DIALOG .DIALOG-box .content {
      padding: 26px 40px 40px;
}
.DIALOG-HIDDEN-BODY {
  height: 100%;
  overflow: hidden;
}

@charset "UTF-8";
.m-product[data-v-54c8a16b] {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.m-product[data-v-54c8a16b]:first-of-type {
    margin-top: 0;
}
.m-product .title[data-v-54c8a16b] {
    position: relative;
    height: 102px;
}
.m-product .content[data-v-54c8a16b] {
    padding: 6px 20px 20px;
    border-radius: 0 0 6px 6px;
    border: 1px solid #ebebeb;
    border-top: 0;
}
.m-product .content .btn[data-v-54c8a16b] {
      width: 150px;
      height: 40px;
      line-height: 40px;
      margin: 10px auto 0;
      border-radius: 20px;
      overflow: hidden\0;
      user-select: none;
      cursor: pointer;
      /* 这个box也是为了兼容ie9，一层结构，ie9的border-radius不生效 */
}
.m-product .content .btn .box[data-v-54c8a16b] {
        display: block;
        /* 兼容ie9 */
        overflow: hidden\0;
        height: 100%;
        background: linear-gradient(315deg, #ffc21e 0%, #fff62b 100%);
        border-radius: 20px;
        font-size: 16px;
        font-weight: bold;
        color: #333;
        text-align: center;
}
.m-product .product-item[data-v-54c8a16b] {
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 16px;
}
.m-product .product-item.active[data-v-54c8a16b] {
      color: #D6A548;
}
.m-product .product-item .count[data-v-54c8a16b] {
      width: 56px;
      font-size: 14px;
}
.m-product .product-item .des[data-v-54c8a16b] {
      width: 66px;
      font-size: 12px;
}
.m-product .product-item .price[data-v-54c8a16b] {
      margin-right: 10px;
}
.m-product .product-item .price.hot[data-v-54c8a16b]::before {
        content: '\70ED\5356';
        position: relative;
        top: -1px;
        width: 25px;
        height: 13px;
        margin-right: 6px;
        padding: 0 2px 1px;
        border-radius: 1px;
        font-size: 10px;
        color: #fff;
        background: #FF8162;
}
.m-product .product-item .checkbox[data-v-54c8a16b] {
      margin-top: 8px;
      width: 26px;
      height: 25px;
      background: 0 0 no-repeat;
      background-size: 100% 100%;
      background-image: url(../images/unselected.9661f2b.png);
      cursor: pointer;
}
.m-product .product-item .checkbox.active[data-v-54c8a16b] {
        background-image: url(../images/selected.afda6a7.png);
}
.m-zhenxinMember[data-v-54c8a16b] {
  position: relative;
}
.m-zhenxinMember .title[data-v-54c8a16b] {
    background: linear-gradient(141deg, #ffcd88 0%, #ffb765 100%);
}
.m-zhenxinMember .title[data-v-54c8a16b]::after {
      content: '';
      display: block;
      height: 100%;
      background: 0 0 no-repeat url(../images/banner_zhenxin.d3fcfa8.png);
      background-size: 100% 100%;
}
.m-zhenaiCoin[data-v-54c8a16b] {
  position: relative;
}
.m-zhenaiCoin .title[data-v-54c8a16b] {
    background: linear-gradient(135deg, #f3b0ff 0%, #a690fc 100%);
}
.m-zhenaiCoin .title[data-v-54c8a16b]::after {
      content: '';
      display: block;
      height: 100%;
      background: 0 0 no-repeat url(../images/banner_coin.c701c4d.png);
      background-size: 100% 100%;
}
.m-zhenaiCoin .product-item .des[data-v-54c8a16b] {
    margin-left: 10px;
}
.m-zhenaiCoin .count[data-v-54c8a16b]::before {
    content: '';
    margin-top: -6px;
    display: inline-block;
    width: 26px;
    height: 25px;
    margin-right: 3px;
    background: 0 0 no-repeat url(../images/coin.66713ec.png);
    background-size: 100% 100%;
    vertical-align: middle;
}
.m-starPrivilege[data-v-54c8a16b] {
  position: relative;
}
.m-starPrivilege .title[data-v-54c8a16b] {
    background: linear-gradient(140deg, #ceb0ff 0%, #a690fc 100%);
}
.m-starPrivilege .title[data-v-54c8a16b]::after {
      content: '';
      display: block;
      height: 100%;
      background: 0 0 no-repeat url(../images/banner_star.9a4db56.png);
      background-size: 100% 100%;
}

.m-gap[data-v-e9ff33ac] {
  position: relative;
  height: 367px;
  background: linear-gradient(314deg, #8070F1, #B06CEF);
}
.m-gap[data-v-e9ff33ac]::after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: center top no-repeat url(../images/bg.a96ca79.png);
    background-size: cover;
}
.m-gap .relative[data-v-e9ff33ac] {
    position: relative;
    top: 140px;
    right: 320px;
    z-index: 10;
}
.m-gap .box[data-v-e9ff33ac] {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 12px;
    color: #fff;
}
.m-gap .box .forbid[data-v-e9ff33ac], .m-gap .box .report[data-v-e9ff33ac] {
      cursor: pointer;
}
.m-gap .box .forbid[data-v-e9ff33ac]::before, .m-gap .box .report[data-v-e9ff33ac]::before {
        content: '';
        display: inline-block;
        margin-right: 2px;
        width: 13px;
        height: 13px;
        background: 0 0 no-repeat;
        background-size: 100% 100%;
        vertical-align: top;
}
.m-gap .box .forbid[data-v-e9ff33ac]::before {
      background-image: url(../images/forbid.48d46e4.png);
}
.m-gap .box .report[data-v-e9ff33ac]::before {
      margin-left: 10px;
      background-image: url(../images/report.d082c8d.png);
}
.m-forbidDialog[data-v-e9ff33ac] {
  font-size: 14px;
}
.m-forbidDialog .info[data-v-e9ff33ac] {
    margin-bottom: 38px;
    color: #333;
    line-height: 20px;
}
.m-forbidDialog .btn[data-v-e9ff33ac] {
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(315deg, #856df1 0%, #a468ef 100%);
    border-radius: 4px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.m-forbidDialog .btn.cancel[data-v-e9ff33ac] {
      border: 1px solid #999999;
      background: #fff;
      color: #666;
}

.m-form[data-v-6d8dded2] {
  font-size: 14px;
  margin-top: -15px;
}
.m-form .reportTarget[data-v-6d8dded2] {
    text-align: center;
}
.m-form .reportTarget .purple[data-v-6d8dded2] {
      color: #8B76F9;
}
.m-form .item[data-v-6d8dded2] {
    margin-top: 30px;
}
.m-form .item .label[data-v-6d8dded2] {
      line-height: 40px;
      color: #747478;
}
.m-form .required[data-v-6d8dded2]::before {
    content: '*';
    color: #FE4A3A;
    margin-right: 2px;
}
.m-form[data-v-6d8dded2] textarea {
    width: 318px;
    height: 100px;
}
.m-form[data-v-6d8dded2] .SELECT {
    width: 348px;
    height: 40px;
}
.m-form[data-v-6d8dded2] .SELECT .box {
      width: 348px;
}
.m-images[data-v-6d8dded2] {
  margin-top: 30px;
}
.m-images .imgTitle[data-v-6d8dded2] {
    color: #747478;
}
.m-images .imagesWrapper[data-v-6d8dded2] {
    margin-right: -12px;
    margin-top: 20px;
}
.m-images .imageItem[data-v-6d8dded2] {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    background: center center no-repeat;
    background-size: cover;
    margin-right: 12px;
}
.m-images .imageItem .remove[data-v-6d8dded2] {
      position: absolute;
      top: -10px;
      right: -10px;
      width: 20px;
      height: 20px;
      background: 0 0 no-repeat url(../images/remove.1ea93d9.png);
      background-size: 100% 100%;
      cursor: pointer;
}
.m-images .uploadBtn[data-v-6d8dded2] {
    position: relative;
    width: 60px;
    height: 60px;
    border: 1px dashed #979797;
    cursor: pointer;
}
.m-images .uploadBtn[data-v-6d8dded2]::before, .m-images .uploadBtn[data-v-6d8dded2]::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -14px;
      width: 28px;
      height: 1px;
      background: #979797;
}
.m-images .uploadBtn[data-v-6d8dded2]::after {
      transform: rotate(90deg);
      transform-origin: center center;
}
.btn-wrapper[data-v-6d8dded2] {
  text-align: center;
}
.btn-wrapper[data-v-6d8dded2] .cancelBtn {
  color: #666;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #999;
}
.text[data-v-6d8dded2] {
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 20px;
}
.btn-wrapper[data-v-6d8dded2] {
  margin-top: 30px;
}































































































































.ZA-FORM-ITEM {
  position: relative;
}
.za-form-item_tip {
  font-size: 12px;
  width: 100%;
  color: #FE4A3A;
  text-align: left;
  line-height: 24px;
  white-space: nowrap;
  /* display: inline-block; */
}
.za-form-item_tip-bottom {
  position: absolute;
  left: 0;
}
.za-form-item_tip-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* right: -100%; */
  text-align: left;
  /* padding-left: 10px; */
}
.za-form-item_tip-inline {
  position: absolute;
  display: inline-block;
  width: auto;
  top: 50%;
  float: left;
  transform: translateY(-50%);
  /* left: 10px; */
  /* right: -100%; */
  text-align: left;
  margin-left: 12px;
  /* padding-left: 10px; */
}

.upload-box[data-v-872cd08e] {
  display: inline-block;
}
.uploader[data-v-872cd08e] {
  cursor: pointer;
}
.fake-input[data-v-872cd08e] {
  opacity: 0;
  width: 0;
  height: 0;
}
.fake-input input[data-v-872cd08e] {
    opacity: 0;
    width: 0;
    height: 0;
}
.image[data-v-872cd08e] {
  text-align: center;
  margin-top: 12px;
}
.text[data-v-872cd08e] {
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 20px;
}

.SELECT[data-v-0c0fe087] {
  display: inline-block;
  position: relative;
}
.SELECT[data-v-0c0fe087]:hover {
    z-index: 10;
}
.SELECT .box[data-v-0c0fe087] {
    display: inline-block;
    width: 200px;
    height: 40px;
    padding: 0 20px;
    border-radius: 4px;
    background-color: #f4f4f4;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    cursor: pointer;
}
.SELECT .box.notSelect[data-v-0c0fe087] {
      color: #999;
}
.SELECT .arrow[data-v-0c0fe087] {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    border: 6px solid #999;
    border-color: #999 transparent transparent transparent;
}
.SELECT .optionWrapper[data-v-0c0fe087] {
    position: absolute;
    left: 0;
    top: 110%;
    min-width: 101%;
    margin-top: -4px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(163, 163, 163, 0.3);
    max-height: 280px;
    overflow-y: scroll;
    z-index: 999;
}
.SELECT .optionWrapper .option[data-v-0c0fe087] {
      height: 40px;
      line-height: 40px;
      color: #333333;
      text-align: center;
      cursor: pointer;
      user-select: none;
      transition: background-color .3s;
}
.SELECT .optionWrapper .option[data-v-0c0fe087]:hover {
        background-color: #D9D9D9;
}
.SELECT .optionWrapper .option[data-v-0c0fe087]:active {
        background-color: #d6d6d6;
}

.ZA-TEXTAREA {
  position: relative;
  display: inline-block;
  line-height: 40px;
  padding: 12px 14px;
  padding-bottom: 24px;
  background: #f2f3f5;
  border: 1px solid #EBEBEB;
}
.ZA-TEXTAREA textarea {
    text-align: justify;
    display: block;
    background-color: #F2F3F5;
    border-radius: 4px;
    font-size: 14px;
    resize: none;
    border: none;
}
.ZA-TEXTAREA textarea::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #ababab;
      font-size: 14px;
}
.ZA-TEXTAREA textarea:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #ababab;
      font-size: 14px;
}
.ZA-TEXTAREA textarea::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #ababab;
      font-size: 14px;
}
.ZA-TEXTAREA textarea:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #ababab;
      font-size: 14px;
}
.ZA-TEXTAREA textarea:focus {
      border-color: #EBEBEB;
}
.ZA-TEXTAREA .remain-word {
    position: absolute;
    bottom: 4px;
    right: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #ababab;
    line-height: 20px;
}
.ZA-TEXTAREA .fake-placeholder {
    position: absolute;
    color: #ababab;
    font-size: 14px;
    white-space: nowrap;
    left: 20px;
    top: 0;
    user-select: none;
    cursor: text;
}

.ZA-INPUT {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
}
.ZA-INPUT input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    background-color: #f4f4f4;
    border-radius: 4px;
    font-size: 14px;
}
.ZA-INPUT input::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #ababab;
      font-size: 14px;
}
.ZA-INPUT input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #ababab;
      font-size: 14px;
}
.ZA-INPUT input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #ababab;
      font-size: 14px;
}
.ZA-INPUT input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #ababab;
      font-size: 14px;
}
.ZA-INPUT .right-icon-box {
    position: absolute;
    top: 0px;
    right: 3px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ZA-INPUT .hide-pw {
    width: 24px;
    height: 24px;
    background: url("https://photo.zastatic.com/images/common-cms/it/20241031/1730364522610_145651_t.png") no-repeat;
    background-position: center;
}
.ZA-INPUT .show-pw {
    width: 24px;
    height: 24px;
    background: url("https://photo.zastatic.com/images/common-cms/it/20241031/1730364522599_544846_t.png") no-repeat;
    background-position: center;
}
.ZA-INPUT .cancel-btn {
    width: 30px;
    height: 30px;
    background: url(../images/cancel.b6eb860.png) no-repeat;
    background-position: center;
}
.ZA-INPUT .fake-placeholder {
    position: absolute;
    color: #ababab;
    font-size: 14px;
    white-space: nowrap;
    left: 20px;
    top: 0;
    user-select: none;
    cursor: text;
}

.z-cursor-big[data-v-cc1a17de] {
  cursor: url(../images/big.ea3f1e7.cur), pointer;
}
.m-userInfo .top[data-v-cc1a17de] {
  position: relative;
  z-index: 2;
  height: 200px;
}
.m-userInfo .top .logo[data-v-cc1a17de] {
    width: 200px;
    height: 200px;
    margin-left: 32px;
    border-radius: 6px;
    overflow: hidden;
    background: center center no-repeat #f5f5f5;
    background-size: cover;
}
.m-userInfo .top .right[data-v-cc1a17de] {
    margin-left: 12px;
    width: 635px;
    color: #fff;
}
.m-userInfo .top .info[data-v-cc1a17de] {
    height: 90px;
}
.m-userInfo .top .info .nickName[data-v-cc1a17de] {
      display: inline;
      font-weight: bold;
}
.m-userInfo .top .info .name[data-v-cc1a17de] {
      font-size: 22px;
      line-height: 30px;
}
.m-userInfo .top .info .name .flag-box[data-v-cc1a17de] {
        display: inline-block;
        vertical-align: middle;
}
.m-userInfo .top .info .follow[data-v-cc1a17de] {
      display: inline-block;
      width: 80px;
      height: 30px;
      line-height: 30px;
      font-size: 14px;
      background: #fff;
      border-radius: 17px;
      color: #A187F9;
      text-align: center;
      cursor: pointer;
      vertical-align: text-bottom;
}
.m-userInfo .top .info .follow[data-v-cc1a17de]::before {
        content: "";
        display: inline-block;
        margin-right: 4px;
        width: 14px;
        height: 12px;
        vertical-align: middle;
        background: 0 0 no-repeat url(../images/follow.58b970b.png);
        background-size: 100% 100%;
}
.m-userInfo .top .info .des[data-v-cc1a17de] {
      margin-top: 9px;
      font-size: 14px;
      line-height: 20px;
}
.m-userInfo .top .info .des .online[data-v-cc1a17de] {
        padding-left: 4px;
        color: #fff;
}
.m-userInfo .top .info .des .online[data-v-cc1a17de]::before {
          content: '';
          display: inline-block;
          margin-right: 2px;
          width: 16px;
          height: 16px;
          background: 0 0 no-repeat url(../images/online.a1cd953.png);
          background-size: 100% 100%;
          vertical-align: middle;
}
.m-userInfo .top .info .desc_ip[data-v-cc1a17de] {
      margin-top: 6px;
}
.m-userInfo .top .info .id[data-v-cc1a17de] {
      font-size: 12px;
      line-height: 17px;
}
.m-userInfo .top .info .id .ipDesc[data-v-cc1a17de] {
        display: inline-block;
        margin-left: 10px;
}
.m-userInfo .top .info .id_ip[data-v-cc1a17de] {
      margin-top: 5px;
}
.m-userInfo .bottom[data-v-cc1a17de] {
  margin-top: -111px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ebebeb;
  padding-top: 125px;
}
.m-userInfo .bottom .actions[data-v-cc1a17de] {
    height: 75px;
    line-height: 75px;
    font-size: 14px;
    color: #666;
    text-align: center;
    background: rgba(145, 110, 240, 0.07);
}
.m-userInfo .bottom .actions .item[data-v-cc1a17de] {
      position: relative;
      width: 33.3333%;
      height: 100%;
      cursor: pointer;
}
.m-userInfo .bottom .actions .item[data-v-cc1a17de]::before {
        content: '';
        display: inline-block;
        margin-right: 3px;
        width: 30px;
        height: 30px;
        background: 0 0 no-repeat;
        background-size: 100% 100%;
        vertical-align: middle;
}
.m-userInfo .bottom .actions .item[data-v-cc1a17de]::after {
        content: "";
        position: absolute;
        right: 0;
        top: 26px;
        width: 1px;
        height: 34px;
        background: #D2D2D2;
}
.m-userInfo .bottom .actions .item.hongliang[data-v-cc1a17de]::after {
        display: none;
}
.m-userInfo .bottom .actions .sayHi[data-v-cc1a17de]::before {
      background-image: url(../images/say_hi.e3267a0.png);
}
.m-userInfo .bottom .actions .sendMsg[data-v-cc1a17de]::before {
      background-image: url(../images/send_msg.9e21c34.png);
}
.m-userInfo .bottom .actions .hongliang[data-v-cc1a17de]::before {
      background-image: url(../images/hongliang.f74367d.png);
}
.m-photos[data-v-cc1a17de] {
  position: relative;
  margin-top: 10px;
  padding: 0 53px 0 40px;
  overflow: hidden;
}
.m-photos .ctrl[data-v-cc1a17de] {
    position: absolute;
    top: 0;
    width: 30px;
    height: 100px;
    background: center center no-repeat url(../images/photo_arrow.076ea61.png);
    background-size: 14px 14px;
    cursor: pointer;
    opacity: .5;
    transition: opacity .3s;
}
.m-photos .ctrl[data-v-cc1a17de]:hover {
      opacity: 1;
}
.m-photos .ctrl.prev[data-v-cc1a17de] {
      left: 0;
      transform: rotate(180deg);
}
.m-photos .ctrl.next[data-v-cc1a17de] {
      right: 15px;
}
.m-photos .photoWrapper[data-v-cc1a17de] {
    position: relative;
    height: 100px;
    width: 540px;
    overflow: hidden;
}
.m-photos .photoBox[data-v-cc1a17de] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: left 1s;
}
.m-photos .photoItem[data-v-cc1a17de] {
    position: relative;
    margin-left: 10px;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 6px;
    background-color: #f5f5f5;
    overflow: hidden;
}
.m-photos .photoItem[data-v-cc1a17de]:first-of-type {
      margin-left: 0;
}
.m-photos .photoItem img[data-v-cc1a17de] {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 6px;
      transition: transform .3s;
}
.m-photos .photoItem .num[data-v-cc1a17de] {
      display: none;
      position: absolute;
      z-index: 2;
      right: 0;
      bottom: 0;
      padding: 2px 4px;
      min-width: 40px;
      color: #fff;
      line-height: 17px;
      font-size: 14px;
      text-align: center;
      border-radius: 6px  0px  6px  0px;
      background: rgba(0, 0, 0, 0.6);
}
.m-photos .photoItem:hover img[data-v-cc1a17de], .m-photos .photoItem.active img[data-v-cc1a17de] {
      transform: scale(1.1);
}
.m-photos .photoItem:hover .num[data-v-cc1a17de], .m-photos .photoItem.active .num[data-v-cc1a17de] {
      display: block;
}
.no-photo[data-v-cc1a17de] {
  margin-top: 46px;
  font-size: 14px;
  color: #999;
}
.no-photo .ico[data-v-cc1a17de] {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    width: 13px;
    height: 13px;
    background: #fff;
    border: 1px solid #C6C6C6;
    border-radius: 50%;
}
.no-photo .ico[data-v-cc1a17de]::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -3px 0 0 -2px;
      width: 5px;
      height: 5px;
      background: #D8D8D8;
      border-radius: 50%;
}

.FLAG[data-v-39acb34a] {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background: 0 0 no-repeat;
  background-size: 100% 100%;
}
.FLAG.zhenxin[data-v-39acb34a] {
    background-image: url(../images/flag_zhenxin.56ba56c.png);
}
.FLAG.star[data-v-39acb34a] {
    background-image: url(../images/flag_star.5d64d69.png);
}
.FLAG.realname[data-v-39acb34a] {
    background-image: url(../images/flag_realname.1de9993.png);
}
.FLAG.realnameText[data-v-39acb34a] {
    width: 52px !important;
    background-image: url(../images/flag_realname_tag.2f4677b.png);
}
.FLAG.face[data-v-39acb34a] {
    width: 52px !important;
    background-image: url(../images/flag_face.f480085.png);
}
.FLAG.pointer[data-v-39acb34a] {
    cursor: pointer;
}
.FLAG.gray.zhenxin[data-v-39acb34a] {
    background-image: url(../images/flag_zhenxin_gray.a552697.png);
}
.FLAG.gray.star[data-v-39acb34a] {
    background-image: url(../images/flag_star_gray.0e8ec7d.png);
}
.FLAG.gray.realname[data-v-39acb34a] {
    background-image: url(../images/flag_realname_gray.220a2a7.png);
}

.m-sendCardDialog .tips[data-v-a42afeae] {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.m-sendCardDialog .form .item[data-v-a42afeae] {
  margin-top: 15px;
}
.m-sendCardDialog .form .item .label[data-v-a42afeae] {
    line-height: 40px;
    color: #747478;
}
.m-sendCardDialog .form .item[data-v-a42afeae] textarea {
    width: 270px;
    height: 70px;
    line-height: 20px;
}
.m-sendCardDialog .rest[data-v-a42afeae] {
  margin-top: 10px;
  font-size: 14px;
}
.m-sendCardDialog .rest .num[data-v-a42afeae] {
    color: #8B76F9;
}
.m-hongNiangDialog[data-v-a42afeae] {
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.m-hongNiangDialog .service[data-v-a42afeae] {
    display: inline-block;
    margin-top: 10px;
    color: #8B76F9;
}
@font-face {
  font-family: 'lg';
  src: url(../fonts/lg.ecff117.eot);
  src: url(../fonts/lg.ecff117.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.5fd4c33.woff) format("woff"), url(../fonts/lg.4fe6f9c.ttf) format("truetype"), url(../images/lg.c066c54.svg#lg) format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }
  .lg-actions .lg-next:hover:before, .lg-actions .lg-next:hover:after, .lg-actions .lg-prev:hover:before, .lg-actions .lg-prev:hover:after {
    opacity: 1; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  /*content: "\e095";*/
  content: "";
  display: block;
  opacity: .5;
  width: 22px;
  height: 22px;
  background: 0 0 no-repeat url(../images/arrows_right.5737d16.png);
  background-size: 100% 100%; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  /*content: "\e094";*/
  content: "";
  display: block;
  opacity: .5;
  width: 22px;
  height: 22px;
  background: 0 0 no-repeat url(../images/arrows_left.b439c30.png);
  background-size: 100% 100%; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }
  .lg-toolbar .lg-icon:hover:before, .lg-toolbar .lg-icon:hover:after {
    opacity: 1; }

.lg-toolbar .lg-close:after {
  /*content: "\e070";*/
  content: "";
  display: block;
  opacity: .5;
  width: 25px;
  height: 25px;
  background: 0 0 no-repeat url(../images/close.1a65f59.png);
  background-size: 100% 100%; }

.lg-toolbar .lg-download:after {
  content: "\E0F2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toggle-thumb:after {
  /*content: "\e1ff";*/
  content: "";
  display: block;
  opacity: .5;
  width: 20px;
  height: 20px;
  background: 0 0 no-repeat url(../images/more.abad2f6.png);
  background-size: 100% 100%; }

.lg-outer .lg-toggle-thumb:hover {
  color: #FFF; }
  .lg-outer .lg-toggle-thumb:hover:before, .lg-outer .lg-toggle-thumb:hover:after {
    opacity: 1; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/vimeo-play.699d005.png) no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/vimeo-play.699d005.png) no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url(../images/video-play.4f03bd8.png) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../images/youtube-play.96bc9d7.png) no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/youtube-play.96bc9d7.png) no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\E01D"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\E01A"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\E311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\E033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\E312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\E20C"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\E20D"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\E80D"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\E901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\E904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\E902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\E903"; }

.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url(../images/loading.0aeca8b.gif) no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.m-userInfo .top[data-v-78089e5a] {
  position: relative;
  z-index: 2;
  height: 200px;
}
.m-userInfo .top .logo[data-v-78089e5a] {
    width: 200px;
    height: 200px;
    margin-left: 32px;
    border-radius: 6px;
    overflow: hidden;
    background: center center no-repeat #f5f5f5;
    background-size: cover;
}
.m-userInfo .top .right[data-v-78089e5a] {
    margin-left: 12px;
    width: 635px;
    color: #fff;
}
.m-userInfo .top .info[data-v-78089e5a] {
    height: 90px;
}
.m-userInfo .top .info .nickName[data-v-78089e5a] {
      display: inline;
      font-weight: bold;
}
.m-userInfo .top .info .name[data-v-78089e5a] {
      font-size: 22px;
      line-height: 30px;
}
.m-userInfo .top .info .follow[data-v-78089e5a] {
      display: inline-block;
      width: 80px;
      height: 30px;
      line-height: 30px;
      font-size: 14px;
      background: #fff;
      border-radius: 17px;
      margin-left: 70px;
      color: #A187F9;
      text-align: center;
      cursor: pointer;
      vertical-align: text-bottom;
}
.m-userInfo .top .info .follow[data-v-78089e5a]::before {
        content: "";
        display: inline-block;
        margin-right: 4px;
        width: 14px;
        height: 12px;
        vertical-align: middle;
        background: 0 0 no-repeat url(../images/follow.58b970b.png);
        background-size: 100% 100%;
}
.m-userInfo .top .info .follow-forbidden[data-v-78089e5a] {
      background: #dbdbdb;
      color: #fff;
      cursor: not-allowed;
}
.m-userInfo .top .info .follow-forbidden[data-v-78089e5a]::before {
        background: 0 0 no-repeat url(../images/follow2.18ad625.png);
}
.m-userInfo .warn-wrap[data-v-78089e5a] {
  width: 1200px;
  height: 570px;
  margin-top: -111px;
  margin-bottom: 123px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ebebeb;
  text-align: center;
  font-size: 14px;
  line-height: 23px;
  color: #666978;
}
.m-userInfo .warn-wrap .warn-text[data-v-78089e5a] {
    width: 500px;
    margin: 0 auto;
}
.m-userInfo .warn-wrap img[data-v-78089e5a] {
    width: 144px;
    height: 144px;
    margin: 179px 276px 63px auto;
}
.m-userInfo .warn-wrap span[data-v-78089e5a] {
    color: #507daf;
    text-decoration: underline;
    cursor: pointer;
}

.m-userInfoDetail[data-v-54a52178] {
  padding: 30px 32px 50px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ebebeb;
}
.m-title[data-v-54a52178] {
  position: relative;
  margin-top: 30px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 22px;
}
.m-title[data-v-54a52178]:first-of-type {
    margin-top: 0;
}
.m-title[data-v-54a52178]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 4px;
    height: 16px;
    background: #A187F9;
}
.m-content-box[data-v-54a52178] {
  padding: 10px 0 0 10px;
  font-size: 14px;
  color: #666;
}
.m-btn[data-v-54a52178] {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 20px;
  background: #F2F2F2;
  border-radius: 15px;
  margin-left: 10px;
  margin-top: 10px;
}
.m-btn.pink[data-v-54a52178] {
    background: #FCF2F6;
}
.m-btn.purple[data-v-54a52178] {
    background: #EAEBFF;
}
.purple-btns[data-v-54a52178], .gray-btns[data-v-54a52178] {
  margin-left: -10px;
}
.pink-btns[data-v-54a52178] {
  margin-left: -10px;
  padding-top: 20px;
}
.m-des[data-v-54a52178] {
  line-height: 20px;
}
.m-des .toggle[data-v-54a52178] {
    display: inline-block;
    margin-left: 4px;
    color: #8B76F9;
    cursor: pointer;
}
.m-des .toggle[data-v-54a52178]::after {
      content: '';
      margin-left: 5px;
      display: inline-block;
      width: 11px;
      height: 11px;
      background: 0 0 no-repeat url(../images/arrow.255bb2c.png);
      background-size: 100% 100%;
      transition: transform .3s;
}
.m-des .toggle.showAllIntroduce[data-v-54a52178]::after {
      transform: rotate(180deg);
}
.m-interest[data-v-54a52178] {
  margin-top: -10px;
}
.m-interest .item[data-v-54a52178] {
    width: 50%;
    line-height: 24px;
    margin-top: 10px;
}
.m-interest .item .question[data-v-54a52178] {
      max-width: 32%;
      color: #666;
}
.m-interest .item .answer[data-v-54a52178] {
      width: 68%;
      padding-right: 10%;
      color: #333;
}
.m-news[data-v-54a52178] {
  line-height: 20px;
}
.m-news .app[data-v-54a52178] {
    width: 136px;
    height: 136px;
    margin-top: 10px;
    background: 0 0 no-repeat url(../images/qrcode.e16a6e8.png);
    background-size: 100% 100%;
}

.m-userInfoFixed[data-v-4c07f04e] {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(202, 202, 202, 0.5);
}
.m-userInfoFixed .logo[data-v-4c07f04e] {
    width: 100px;
    height: 100px;
    border-radius: 6px;
    overflow: hidden;
    background: center center no-repeat #f5f5f5;
    background-size: cover;
}
.m-userInfoFixed .info[data-v-4c07f04e] {
    margin-left: 20px;
}
.m-userInfoFixed .info .nickName[data-v-4c07f04e] {
      color: #333;
      font-weight: bold;
}
.m-userInfoFixed .info .name[data-v-4c07f04e] {
      font-size: 20px;
      line-height: 28px;
}
.m-userInfoFixed .info .follow[data-v-4c07f04e] {
      display: inline-block;
      margin-left: 12px;
      width: 80px;
      height: 30px;
      line-height: 30px;
      font-size: 14px;
      background: #A187F9;
      border-radius: 17px;
      color: #fff;
      text-align: center;
      cursor: pointer;
      vertical-align: text-bottom;
}
.m-userInfoFixed .info .follow[data-v-4c07f04e]::before {
        content: "";
        display: inline-block;
        margin-right: 4px;
        width: 14px;
        height: 12px;
        vertical-align: middle;
        background: 0 0 no-repeat url(../images/follow2.18ad625.png);
        background-size: 100% 100%;
}
.m-userInfoFixed .info .des[data-v-4c07f04e] {
      margin-top: 9px;
      font-size: 14px;
      line-height: 20px;
      color: #666;
}
.m-userInfoFixed .actions[data-v-4c07f04e] {
    margin-top: 20px;
    font-size: 14px;
    margin-left: -46px;
}
.m-userInfoFixed .actions .item[data-v-4c07f04e] {
      display: inline-block;
      position: relative;
      cursor: pointer;
      margin-left: 46px;
      color: #8B76F9;
}
.m-userInfoFixed .actions .item[data-v-4c07f04e]::before {
        content: '';
        display: inline-block;
        margin-top: -2px;
        margin-right: 3px;
        width: 20px;
        height: 20px;
        background: 0 0 no-repeat;
        background-size: 100% 100%;
        vertical-align: middle;
}
.m-userInfoFixed .actions .sayHi[data-v-4c07f04e]::before {
      background-image: url(../images/say_hi.e3267a0.png);
}
.m-userInfoFixed .actions .sendMsg[data-v-4c07f04e]::before {
      background-image: url(../images/send_msg.9e21c34.png);
}
.m-userInfoFixed .actions .hongliang[data-v-4c07f04e]::before {
      background-image: url(../images/hongliang.f74367d.png);
}

.m-member[data-v-ec740b48] {
  background: #fff;
  border: 1px solid #ebebeb;
  color: #666;
  margin-bottom: 30px;
  padding: 15px 18px 26px;
  border-radius: 6px;
}
.m-member .title[data-v-ec740b48] {
    height: 22px;
    font-size: 16px;
    font-weight: bold;
}
.m-member .title .switch[data-v-ec740b48] {
      font-size: 14px;
      color: #8B76F9;
      line-height: 20px;
      cursor: pointer;
}
.m-member .title .switch[data-v-ec740b48]::before {
        content: "";
        display: inline-block;
        margin-right: 4px;
        width: 15px;
        height: 15px;
        vertical-align: middle;
        font-weight: normal;
        background: 0 0 no-repeat url(../images/switch.23e8a6d.png);
        background-size: 100% 100%;
}
.m-member .ctn .user[data-v-ec740b48] {
    display: block;
    margin-top: 21px;
    cursor: pointer;
}
.m-member .ctn .logo[data-v-ec740b48] {
    width: 75px;
    height: 75px;
    border-radius: 6px;
    overflow: hidden;
    background: center center no-repeat;
    background-size: cover;
}
.m-member .ctn .info[data-v-ec740b48] {
    width: 160px;
    margin-left: 15px;
    color: #666;
    font-size: 12px;
    line-height: 17px;
}
.m-member .ctn .info .name[data-v-ec740b48] {
      height: 20px;
      font-size: 14px;
      font-weight: bold;
      overflow: hidden;
}
.m-member .ctn .info .name .nickname[data-v-ec740b48] {
        display: inline-block;
        max-width: 86px;
}
.m-member .ctn .info .attr[data-v-ec740b48] {
      margin-top: 2px;
      color: #999;
}
.m-member .ctn .info .des[data-v-ec740b48] {
      overflow: hidden;
      margin-top: 2px;
}

.m-zhenaiTong[data-v-b52e96e6] {
  display: block;
  position: relative;
  height: 120px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.m-zhenaiTong .bg[data-v-b52e96e6] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background: linear-gradient(314deg, #8070f1 0%, #d459ec 100%);
}
.m-zhenaiTong[data-v-b52e96e6]::after {
    position: relative;
    z-index: 2;
    content: '';
    display: block;
    height: 100%;
    background: 0 0 no-repeat url(../images/zhenai_tong.968fecf.png);
    background-size: 100% 100%;
    border-radius: 6px;
    overflow: hidden;
}
.m-zhenaiTong .tel[data-v-b52e96e6] {
    position: absolute;
    z-index: 3;
    right: 20px;
    bottom: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.btn-wrapper[data-v-1a20a336] .cancelBtn {
  color: #666;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #999;
}
.text[data-v-1a20a336] {
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 20px;
}
.btn-wrapper[data-v-1a20a336] {
  margin-top: 30px;
}

.loading-box[data-v-71c8c53d] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.loading-box .loading-wrapper[data-v-71c8c53d] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3%;
}
.loading-box .loading-wrapper img[data-v-71c8c53d] {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 68px;
      height: 68px;
}
