.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.5px;
  -moz-osx-font-smoothing: grayscale; }

body {
  padding: 0;
  margin: 0;
  background-color: #f8f8f8;
  padding-bottom: 80px; }

a {
  text-decoration: none;
  color: #333; }

::-webkit-input-placeholder {
  /* Edge */
  color: #999;
  font-size: 3vw;
  padding-left: 3vw; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  font-size: 3vw;
  padding-left: 3vw; }

::placeholder {
  color: #999;
  font-size: 3vw;
  padding-left: 3vw; }

.status-fill {
  width: 100%;
  height: 40px;
  overflow: hidden; }

.status-bar {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #55aa7f;
  height: 40px;
  color: #fff;
  box-shadow: 0px 2px 5px rgba(53, 107, 79, 0.4);
  font-size: 4.5vw;
  font-weight: 200;
  z-index: 99; }
  .status-bar .lbox {
    min-width: 2%; }
    .status-bar .lbox .btn {
      padding-left: 2vw;
      cursor: pointer; }
  .status-bar .mbox {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50%;
    text-shadow: 0 1px 1px #333; }
  .status-bar .rbox {
    min-width: 2%; }

.tool-bar {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  padding: 5px 0;
  box-shadow: 2px 0px 5px rgba(18, 38, 27, 0.4);
  font-size: 4.5vw;
  font-weight: 200;
  z-index: 99; }
  .tool-bar .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #555; }
    .tool-bar .item .on {
      display: none; }
    .tool-bar .item.cur {
      color: #55AA7F; }
      .tool-bar .item.cur .off {
        display: none; }
      .tool-bar .item.cur .on {
        display: block; }
    .tool-bar .item .iconfont {
      font-size: 5.5vw; }
    .tool-bar .item .name {
      font-size: 3vw;
      font-weight: bold; }

.lead-bar {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 5px 0;
  box-shadow: 2px 0px 5px rgba(18, 38, 27, 0.4);
  font-size: 4.5vw;
  font-weight: 200;
  z-index: 99; }
  .lead-bar a {
    text-decoration: none; }
  .lead-bar .left {
    margin-left: 4vw;
    display: flex; }
    .lead-bar .left .item {
      margin-right: 8vw; }
      .lead-bar .left .item.collect {
        color: #ff436c; }
  .lead-bar .right {
    display: flex; }
    .lead-bar .right .btn {
      display: flex;
      font-size: 3.0vw;
      border-radius: 5px;
      background-color: #f63;
      color: #fff;
      align-items: center;
      justify-content: center;
      padding: 1.5vw 2vw;
      margin-right: 5vw; }
      .lead-bar .right .btn:nth-child(1) {
        background-color: #fff;
        border: 1px solid rgba(233, 39, 43, 0.66);
        color: rgba(233, 39, 43, 0.66); }
      .lead-bar .right .btn .iconfont {
        margin-right: 1vw;
        font-size: 3vw; }
  .lead-bar .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #555; }
    .lead-bar .item .on {
      display: none; }
    .lead-bar .item.cur {
      color: #55AA7F; }
      .lead-bar .item.cur .off {
        display: none; }
      .lead-bar .item.cur .on {
        display: block; }
    .lead-bar .item .iconfont {
      font-size: 5.5vw; }
    .lead-bar .item .name {
      font-size: 3vw;
      font-weight: bold; }

.login-box {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .login-box .logo {
    margin-top: 5vh;
    display: flex;
    justify-content: center;
    align-items: center; }
  .login-box .frm {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px !important; }
    .login-box .frm.reg {
      margin-top: 20px !important; }
    .login-box .frm .row {
      width: 65%;
      display: flex;
      justify-content: center;
      position: relative;
      margin-top: 10px; }
      .login-box .frm .row.verify {
        justify-content: space-between;
        align-items: center; }
        .login-box .frm .row.verify input {
          width: 55% !important; }
      .login-box .frm .row input {
        width: 100%;
        height: 28px;
        padding-left: 10px;
        border-radius: 4px;
        border: 1px solid #bbb;
        color: #55AA7F; }
      .login-box .frm .row .qcode {
        display: flex;
        height: 32px;
        align-items: center;
        position: absolute;
        right: 10px;
        top: 0px;
        font-size: 3vw;
        color: #55AA7F; }
    .login-box .frm button {
      width: 100%;
      height: 35px;
      margin-top: 30px;
      border: 1px solid #55AA7F;
      background-color: #55AA7F;
      border-radius: 8px;
      padding: 0 5px;
      color: #fff;
      font-size: 4vw;
      letter-spacing: 5px; }
  .login-box .other {
    width: 60%;
    display: flex;
    justify-content: space-around;
    margin-top: 25px; }
    .login-box .other a {
      color: #55AA7F; }
  .login-box .ggy {
    margin-top: 10px;
    font-size: 3.5vw;
    color: #55AA7F;
    text-align: center;
    text-shadow: 1px 0.2px 0px #152a1f; }
    .login-box .ggy span {
      color: #df0000;
      font-size: 3.5vw;
      font-weight: bold;
      text-shadow: 0 0 0 #fff; }

.main {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 80px; }
  .main .list {
    display: grid;
    font-size: 3.5vw;
    grid-template-columns: 50% 20% 10% 10% 10%;
    border-bottom: 1px solid #ccc;
    line-height: 8vw;
    align-items: center;
    color: #666; }
  .main span.c {
    text-align: center; }
  .main .list a {
    color: #00a65a;
    text-decoration: none; }
  .main .list.tit {
    font-weight: bold;
    color: #333; }

.search-box {
  width: 95vw;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 6vw;
  padding-bottom: 6vw;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center; }
  .search-box form {
    padding: 0;
    margin: 0;
    width: 70vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .search-box form .ips {
      width: 100%; }
      .search-box form .ips input {
        width: 100%;
        height: 8vw;
        border-radius: 2vw;
        flex: 1;
        border: 1px solid #ccc;
        padding-left: 3vw; }
    .search-box form .icon {
      color: #999;
      position: absolute;
      top: 10%;
      right: 3vw; }

.bbs-box {
  width: 95vw;
  margin: 0 auto;
  margin-top: 10vw; }
  .bbs-box p {
    font-size: 3.5vw;
    color: #666;
    text-indent: 2em; }
  .bbs-box .btn {
    width: 60vw;
    margin: 0 auto;
    text-align: center;
    margin-top: 10vw; }
    .bbs-box .btn a {
      display: block;
      padding: 5px;
      border-radius: 10px;
      background: #df0000;
      color: #fff;
      font-size: 4vw; }

.cat-box {
  width: 95vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3vw;
  margin-top: 5vw; }
  .cat-box a {
    display: block;
    border: 1px solid #55aa7f;
    color: #55aa7f;
    font-size: 3.5vw;
    padding: 5px 8px;
    border-radius: 5px;
    margin-bottom: 3vw; }
    .cat-box a.static {
      border: 1px solid #9f191f;
      color: #9f191f; }
    .cat-box a.cur {
      background: #55aa7f;
      color: #fff; }

.gt-box {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2vw; }
  .gt-box .item {
    width: 95vw;
    border-bottom: 1px solid #ccc;
    padding-top: 3vw;
    padding-bottom: 3vw;
    display: flex; }
    .gt-box .item a {
      text-decoration: none; }
      .gt-box .item a .logo {
        color: #333; }
    .gt-box .item .logo {
      display: flex;
      flex-direction: column;
      width: 20vw;
      align-items: center;
      justify-content: center; }
      .gt-box .item .logo .pic2 {
        width: 20vw;
        height: 20vw;
        border: 0px solid #ccc;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #55aa7f;
        font-size: 3vw;
        border-radius: 5px; }
        .gt-box .item .logo .pic2 img {
          width: 80%;
          height: 80%; }
      .gt-box .item .logo .pic {
        width: 20vw;
        height: 20vw;
        border: 0px solid #ccc;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #55aa7f;
        font-size: 3vw;
        background: url("/images/guitar.jpg") no-repeat center center;
        background-size: 80%;
        border-radius: 5px; }
        .gt-box .item .logo .pic.ukulele {
          background-image: url("/images/ukelele.jpg"); }
        .gt-box .item .logo .pic.piano {
          background-image: url("/images/piano.jpg"); }
        .gt-box .item .logo .pic.drum {
          background-image: url("/images/drum.jpg"); }
        .gt-box .item .logo .pic.kalimba {
          background-image: url("/images/kalimba.jpg"); }
      .gt-box .item .logo .txt {
        font-size: 3.0vw;
        font-weight: bold;
        text-shadow: 1px 1.5px 1.5px rgba(0, 0, 0, 0.5); }
    .gt-box .item .info {
      margin-left: 3vw;
      width: 48vw;
      overflow: hidden; }
      .gt-box .item .info .title {
        font-size: 4vw;
        font-weight: bold;
        color: #df0000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        width: 46vw; }
        .gt-box .item .info .title a {
          color: #df0000;
          text-decoration: none; }
      .gt-box .item .info .singer2 .yuan2 {
        margin-top: 1vw;
        font-size: 3vw;
        color: #666;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .gt-box .item .info .singer {
        display: flex;
        align-items: center;
        white-space: nowrap;
        -webkit-line-clamp: 1;
        width: 46vw; }
        .gt-box .item .info .singer.pick div {
          margin-top: 10px;
          color: #f0ad4e;
          font-style: italic;
          font-size: 14px; }
        .gt-box .item .info .singer.views {
          margin-top: 1vw; }
        .gt-box .item .info .singer:nth-child(2) {
          margin-top: 1vw !important; }
        .gt-box .item .info .singer .yuan {
          margin-right: 3vw;
          font-size: 3.5vw;
          color: #666;
          display: flex;
          align-items: center; }
          .gt-box .item .info .singer .yuan span {
            font-size: 3vw;
            color: #55aa7f; }
            .gt-box .item .info .singer .yuan span.iconfont {
              color: #55aa7f;
              font-size: 4vw;
              margin-top: 3px; }
            .gt-box .item .info .singer .yuan span.num {
              color: #df0000;
              font-size: 3vw; }
    .gt-box .item .btns {
      display: flex;
      flex-direction: column;
      width: 22vw;
      overflow: hidden;
      justify-content: center;
      margin-right: 2vw;
      margin-left: 2vw; }
      .gt-box .item .btns .btn-box {
        display: flex;
        justify-content: right;
        flex-direction: column;
        align-items: end; }
        .gt-box .item .btns .btn-box a {
          text-decoration: none; }
        .gt-box .item .btns .btn-box .btn {
          width: 18vw;
          text-align: center;
          border: 1px solid #666;
          color: #333;
          font-size: 3vw;
          margin-bottom: 2.5vw;
          padding: 1.5vw 1vw;
          border-radius: 1vw; }
          .gt-box .item .btns .btn-box .btn.sig {
            border: 1px solid #df0000;
            color: #df0000; }
          .gt-box .item .btns .btn-box .btn.sig2 {
            border: 1px solid #df0000;
            background: #df0000;
            color: #fff; }
          .gt-box .item .btns .btn-box .btn.prt {
            border: 1px solid #55aa7f;
            color: #55aa7f;
            cursor: pointer; }
          .gt-box .item .btns .btn-box .btn .iconfont {
            color: #55aa7f;
            margin-right: 1vw;
            display: none; }

.still-box {
  width: 95%;
  margin: 0 auto;
  overflow: hidden; }
  .still-box h1 {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 4vw;
    color: #333;
    margin-top: 5vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; }
  .still-box .author {
    display: flex;
    align-items: center;
    margin-top: 3vw; }
    .still-box .author img {
      width: 10vw;
      height: 10vw;
      margin-right: 2vw; }
    .still-box .author .pname {
      font-size: 3.5vw;
      color: #999; }
  .still-box .protect {
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    background-color: #FC872D;
    font-size: 3.5vw;
    text-align: center; }

.protect-tip {
  margin-left: 2vw;
  margin-top: 3vw;
  color: #999;
  font-size: 3.5vw; }
  .protect-tip span {
    color: #444;
    margin-left: 3vw; }

.tags {
  margin-top: 5vw; }
  .tags a {
    text-decoration: none;
    margin-right: 3vw;
    color: #666;
    font-size: 3.5vw; }
    .tags a::before {
      content: "#";
      color: #f63;
      margin-right: 1vw; }

.desc {
  margin-top: 5vw;
  font-size: 3.5vw;
  color: #666;
  line-height: 6vw; }

.mem-box {
  width: 100%;
  height: 25vh;
  background-image: url("/images/bg.jpg");
  background-size: 100%;
  background-position: center center;
  border-radius: 0 0 5vw 5vw;
  position: relative; }
  .mem-box .info {
    position: absolute;
    width: 80vw;
    margin-left: 5vw;
    display: flex;
    color: #333;
    border-radius: 2vw;
    padding: 5vw;
    margin-top: 10vw;
    align-items: center; }
    .mem-box .info .avatar {
      width: 18vw;
      height: 18vw;
      overflow: hidden;
      border-radius: 50%;
      border: 1px solid #fff;
      margin-right: 3vw; }
      .mem-box .info .avatar img {
        width: 100%; }
    .mem-box .info .mem {
      display: flex;
      flex-direction: column;
      justify-content: start; }
      .mem-box .info .mem .nick {
        color: #fff;
        font-size: 4.5vw;
        text-shadow: 1px 0px 1px black; }
      .mem-box .info .mem .de {
        display: flex;
        color: #ff5500;
        font-size: 3.5vw;
        text-shadow: 1px 0px 1px rgba(255, 255, 0, 0.5);
        margin-top: 1vw; }
        .mem-box .info .mem .de span:nth-child(2) {
          margin-left: 3vw; }

.mem-box2 {
  position: absolute;
  width: 90vw;
  margin-left: 5vw;
  background: #fff;
  border-radius: 3vw;
  margin-top: -8vw;
  border: 1px solid #eee;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 4vw 0; }
  .mem-box2 .title {
    height: 8vw;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.5vw; }
    .mem-box2 .title .name {
      margin-left: 3vw; }
    .mem-box2 .title .data {
      margin-right: 3vw; }
  .mem-box2 .content {
    padding: 0vw 5vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 22vw; }
    .mem-box2 .content .ibox {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-size: 3.5vw;
      color: #555; }
      .mem-box2 .content .ibox .iconfont {
        font-size: 10vw;
        color: #ff5500; }

.mem-box3 {
  position: absolute;
  width: 86vw;
  margin-left: 5vw;
  background: #fff;
  border-radius: 3vw;
  margin-top: 27vw;
  border: 1px solid #eee;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 2vw;
  color: #333;
  font-size: 3.5vw; }
  .mem-box3 .list {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    padding: 2.5vw 0;
    margin: 0 1vw;
    cursor: pointer; }
    .mem-box3 .list:last-child {
      border-bottom: none; }
    .mem-box3 .list .name {
      display: flex;
      align-items: center; }
      .mem-box3 .list .name .iconfont {
        font-size: 4.5vw;
        margin-right: 1vw; }

.address-box .frm {
  display: flex;
  flex-direction: column; }
.address-box .list {
  width: 90vw;
  margin: 0 auto;
  padding: 3vw 0;
  display: flex;
  border-bottom: 1px solid #ccc;
  align-items: center; }
  .address-box .list .name {
    width: 20vw;
    color: #666;
    font-size: 3.5vw; }
    .address-box .list .name span {
      color: #9f191f; }
  .address-box .list .pbox input {
    height: 7vw;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 2vw;
    width: 67vw; }
  .address-box .list .pbox textarea {
    height: 14vw;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 2vw;
    width: 67vw; }
  .address-box .list .pbox.dq {
    display: flex;
    flex-direction: column; }
    .address-box .list .pbox.dq select {
      margin: 2vw;
      border-radius: 5px;
      border: 1px solid #ccc;
      height: 8vw;
      width: 100%; }
.address-box .addBtn {
  width: 60vw;
  margin: 0 auto;
  background-color: #55AA7F;
  border-radius: 2vw;
  padding: 2vw;
  text-align: center;
  color: #fff;
  margin-top: 5vw; }

.address-list {
  width: 95vw;
  margin: 0 auto; }
  .address-list .noResult {
    margin-top: 10vh;
    width: 100%;
    text-align: center;
    color: #ff5500; }
  .address-list .item {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    padding: 3vw;
    margin-top: 5vw;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 3vw; }
    .address-list .item .icon {
      margin-right: 2vw;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .address-list .item .icon .on {
        font-size: 3.5vw;
        color: #ff5500; }
      .address-list .item .icon .off {
        font-size: 3.5vw;
        color: #333; }
      .address-list .item .icon .iconfont {
        font-size: 10vw; }
    .address-list .item .addr {
      display: flex;
      flex-direction: column;
      width: 60vw; }
      .address-list .item .addr .pn {
        display: flex; }
        .address-list .item .addr .pn .name {
          margin-right: 3vw; }
      .address-list .item .addr .detail {
        font-size: 3vw;
        color: #666; }
    .address-list .item .btnDel {
      margin-top: 1vw;
      color: #ff2200; }

.service-box {
  padding-top: 5vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .service-box .imgp {
    width: 95vw; }
    .service-box .imgp img {
      width: 100%; }

.upload-box {
  width: 95vw;
  margin: 0 auto;
  margin-top: 3vw; }
  .upload-box .list {
    border-bottom: 1px solid #ccc;
    padding: 2vw 0; }
    .upload-box .list .tip {
      font-size: 3vw;
      color: #55AA7F; }
      .upload-box .list .tip span {
        display: block;
        margin-top: 3vw; }
    .upload-box .list .mainx {
      display: flex;
      align-items: center; }
      .upload-box .list .mainx .name {
        width: 20vw;
        font-size: 3.5vw;
        color: #666; }
        .upload-box .list .mainx .name span {
          padding-left: 2px;
          color: #ff5500; }
      .upload-box .list .mainx .content input {
        flex: 1;
        width: 74vw;
        height: 7vw;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 3.5vw;
        padding-left: 3vw; }
      .upload-box .list .mainx .content textarea {
        width: 74vw;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 3.5vw;
        min-height: 20vw; }

.imgSort {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap; }
  .imgSort .imgbox {
    border: 1px solid #ccc;
    padding: 4px;
    width: 50px;
    height: 50px;
    position: relative;
    margin-right: 5px;
    border-radius: 3px;
    margin-bottom: 10px; }
    .imgSort .imgbox .close {
      position: absolute;
      right: -5px;
      top: -8px;
      width: 15px;
      height: 15px;
      line-height: 15px;
      text-align: center;
      background-color: #ff2200;
      color: #fff;
      font-size: 9px;
      border-radius: 50%; }
      .imgSort .imgbox .close img {
        width: 50px;
        height: 50px; }

.upload-box .addBtn {
  width: 60vw;
  margin: 0 auto;
  background-color: #55AA7F;
  border-radius: 2vw;
  padding: 2vw;
  text-align: center;
  color: #fff;
  margin-top: 5vw; }

/*# sourceMappingURL=h5.css.map */
