
  #app .header {
      width: 100%;
      min-width: 343px;
      height: 50px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #e4b849;
      padding: 0 20px;
      box-sizing: border-box;
      position: fixed;
      z-index: 1000;
  }

  #app .wrapper{
    min-width: 343px;
    margin-top: 50px;
  }

  .wrapper .container{
    max-width: 1232px;
    margin: 0 auto;
    padding: 0;
}

  .logo .logo_mobile {
    display: none;
}
  
  .user_nav{
      display: flex;
  }
  
  .user_nav a.user_btn {
      height: 30px;
      font-weight: 300;
      text-align: center;
      color: #fff;
      border: 1px solid #fff;
      background: transparent;
      border-radius: 15px;
      font-size: 18px;
      padding: 0 20px;
      transition: .3s;
      transform: scale(1);
      line-height: 1.5;
      margin-left: 16px;
  }
  
  .user_nav a.user_btn:hover {
      background: #fff;
      color: #e4b849;
      font-weight: 500;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  
  .user_nav a.user_btn:active {
      transform: scale(0.95);
  }
  
  .user_nav a.user_login span::before {
      content: "使用者登入";
  }
  
  .user_nav a.user_about span::before {
      content: "關於財報雲";
  }
  
  @media (max-width: 768px) {

    .logo .logo_pc {
        display: none;
    }

    .logo .logo_mobile {
        display: block;
    }
  
      .user_nav a.user_login span::before {
          content: "登入";
      }
  
      .user_nav a.user_about span::before {
          content: "財報雲";
      }
  }
    
  /* .main-container {
      margin: 90px auto 0;
      padding: 0 16px;
  } */


/* =========.share_section =========*/
.share_section {
    padding: 60px 16px 160px;
}
.share_section .title {
    text-align: center;
    margin-bottom: 64px;
}
.share_section .title h3 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 24px;
}
.share_section .title > span {
    font-size: 32px;
    font-weight: 500;
}
@media screen and (max-width: 1280px) {
    .share_section .title {
        text-align: center;
        margin-bottom: 24px;
    }
    .share_section .title h3 {
        font-size: 56px;
    }
    .share_section .title > span {
        font-size: 24px;
    }
}
@media screen and (max-width: 800px) {
    .wrapper .container{
        margin: 0 16px;
    }
    .share_section {
        padding: 64px 0;
    }
    .share_section .title {
        text-align: center;
        margin-bottom: 24px;
    }
    .share_section .title h3 {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .share_section .title > span {
        font-size: 20px;
    }
}


    /* =================== footer ===================*/
    .footer-col {
        width: 100%;
        min-width: 311px;
        background: #6a6a6a;
        padding: 40px;
        z-index: 1000;
        box-sizing: border-box;
    }

    .footer-col .footer-logo {
        width: 100%;
        min-width: 311px;
        text-align: center;
        position: relative;
        margin-bottom: 24px;
    }

    .footer-col .footer-logo:after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0px;
        bottom: -16px;
        right: 0;
        background-color: #dcdcdc;
    }

    .footer-col .footer-col-wrap {
        width: 100%;
        max-width: 1233px;
        min-width: 311px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .footer-col .footer-col-wrap .widget {
        margin-top: 16px;
    }

    .footer-col .footer-col-wrap .widget.widget_text {
        width: calc((100% - 383px) / 3);
        min-width: 90px;
        margin-right: 8px;
    }

    .footer-col .footer-col-wrap .widget.widget_text#text-1 {
        min-width: 150px;
    }

    .footer-col .footer-col-wrap .widget.widget_text h4 {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 24px;
    }

    .footer-col .footer-col-wrap .widget.widget_text ul li {
        margin-bottom: 16px;
    }

    .footer-col .footer-col-wrap .widget.widget_text ul li a {
        color: #fff;
        cursor: pointer;
    }

    .footer-col .footer-col-wrap .widget.widget_text .widgetapp img {
        width: 155px;
        height: 48px;
        margin-bottom: 8px;
    }

    .footer-col .footer-col-wrap .widget.widget_info {
        width: 311px;
    }

    .footer-col .footer-col-wrap .widget.widget_info .footer_connect {
        margin-bottom: 16px;
    }

    .footer-col .footer-col-wrap .widget.widget_info .footer_connect ul {
        display: flex;
        justify-content: space-between;
    }

    .footer-col .footer-col-wrap .widget.widget_info .footer_info {
        color: #fff;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    .footer-col .footer-col-wrap .widget.widget_info .footer_iso {
        width: 87px;
        height: 87px;
    }

    .footer-col .footer-col-wrap .widget.widget_info .footer_iso img {
        width: 100%;
    }

    @media screen and (max-width: 800px) {
        .footer-col {
            padding: 40px 16px;
        }

        .footer-col .footer-col-wrap {
            flex-direction: column;
        }

        .footer-col .footer-col-wrap .widget.widget_text {
            width: 100%;
            margin-right: 0px;
        }

        .footer-col .footer-col-wrap .widget.widget_text .textwidget ul {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
        }

        .footer-col .footer-col-wrap .widget.widget_text .textwidget ul li {
            margin-right: 16px;
        }
    }

    .comp{
        transition: .3s
    }

    .comp:hover,
    .comp:active {
        transform: scale(0.90);
    }

    .comp img {
        width: 100%
    }

    .qrcode_line{
        position: fixed;
        right: 40px;
        bottom:96px;
        z-index: 33;
    }

    /* back_top */
    .back_top {
        position: fixed;
        right: 40px;
        bottom: 30px;
        z-index: 33;
        /* width: 30px;
        height: 30px;
        border-radius: 50%; */
        /* border: 2px solid #048080; */
        overflow: hidden;
        /* z-index: 10; */
        /* background: #fff; */
        transition: .3s
    }

    .back_top:active {
        transform: scale(0.90);
    }

    .back_top img {
        width: 100%
    }

    .back_top .st0 {
        fill: none;
        stroke: #fff;
        stroke-width: 2
    }

    .back_top .st1 {
        fill: #048080
    }

    .back_top:hover {
        /* background: #048080; */
        transform: scale(0.90);
    }

    .back_top:hover .st0 {
        fill: none;
        stroke: #0480;
        stroke-width: 2
    }

    .back_top:hover .st1 {
        fill: #fff
    }

    @media screen and (max-width:450px) {
        .qrcode_line{
            bottom: 82px;
            right: 0px;
        }

        .back_top{
            right: 0px;
        }

        .comp img {
            width: 58px;
            height: 67px;
        }
    }
