@charset "UTF-8";
.header-market .navbar {
  height: 100%; }

.header-market .logo {
  display: block;
  width: auto;
  height: 100%;
  margin-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  flex: none; }
  .header-market .logo img {
    width: auto;
    height: 100%;
    margin-top: 0; }
  @media screen and (max-width: 768px) {
    .header-market .logo {
      display: none; } }

.header-market .download_icon {
  display: none; }

.danqu-app {
  position: relative;
  height: calc(100vh - 3.5625rem);
  background-image: url(../images/app_bg.png);
  background-size: 100%;
  justify-content: center; }
  .danqu-app iframe {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 640px;
    height: calc(100vh - 5.4375rem);
    margin-top: .875rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: .5rem; }
    @media screen and (max-width: 1023px) {
      .danqu-app iframe {
        width: 560px; } }
    @media screen and (max-width: 960px) {
      .danqu-app iframe {
        width: 414px; } }
    @media screen and (max-width: 768px) {
      .danqu-app iframe {
        height: calc(100vh - 7.4375rem); } }

.small-QR {
  position: fixed;
  right: 4rem;
  bottom: 3rem;
  z-index: 999; }
  .small-QR .inner {
    width: 6.5rem;
    height: 6.5rem;
    padding-left: .625rem;
    padding-right: .625rem;
    padding-top: .625rem;
    padding-bottom: .625rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .75rem;
    background-image: url(../images/small_QR_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; }
    .small-QR .inner .image {
      width: 100%;
      height: 100%; }
  .small-QR .small-title {
    height: .75rem; }
  @media screen and (max-width: 1090px) {
    .small-QR {
      right: 2rem; } }

.popup.market-login-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1000; }
  .popup.market-login-popup .inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 30.625rem;
    height: 13.125rem;
    padding-top: .875rem;
    margin: auto;
    background-image: url(../images/market_login_bg.png);
    background-repeat: no-repeat;
    background-size: 100%; }
    .popup.market-login-popup .inner .title {
      position: relative;
      height: 5.1875rem;
      margin-bottom: 0; }
      .popup.market-login-popup .inner .title .close-btn {
        position: absolute;
        top: -2px;
        left: 0;
        width: 4rem;
        height: 5rem;
        border: none;
        background-color: transparent;
        background-image: url(../images/market_close_btn.png);
        background-repeat: no-repeat;
        background-size: 100% 100%; }
      .popup.market-login-popup .inner .title h4 {
        line-height: 5.1875rem;
        font-size: 20px;
        color: #2F2600;
        text-align: center; }
    .popup.market-login-popup .inner .popup-bottom {
      padding-top: 1.875rem;
      text-align: center; }
      .popup.market-login-popup .inner .popup-bottom .login-btn {
        width: 10.3125rem;
        height: 3.5625rem;
        background-image: linear-gradient(360deg, #fee60d 0%, #fff872 100%);
        border-radius: 1.875rem;
        border: none;
        font-size: 20px;
        color: #000; }

a[title="站长统计"] {
  display: none !important;
  opacity: 0 !important; }
