.logo-title{
   font-size:16px;
  vertical-align: top;
  margin-left:15px;
  color: #303133;
}
.getBack{
    position: fixed;
    right: 60px;
    bottom: 150px;
    z-index: 100;
    cursor: pointer;
     display: none;
}
.getBack .tops{
   display: none;
}


.ms-nav {
    position: fixed;
    border-bottom-color: #EBEEF5;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    border-bottom-style: solid;
    padding-top: 0px;
    border-bottom-width: 1px;
    justify-content: center;
    height: 64px;
    margin-left: 0px;
    z-index: 99;
    background-color: #fff;
}

.ms-nav .body {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    min-width: 1200px;
    box-sizing: border-box;
    justify-content: space-between;
    height: 100%;
}

.ms-nav .body .logo {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    width: 20%;
    box-sizing: border-box;
    padding-left: 0px;
    justify-content: flex-start;
    height: 100%;
}

.ms-nav .body .logo .logo-pic {
  width: 182px;
height: 30px;
}

.ms-nav .body .logo .logo-desc {
    padding-right: 0px;
    width: unset;
    padding-left: 0px;
    height: unset;
}

.ms-nav .body .nav-h5 {
    padding-bottom: 0px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: none;
    width: 100px;
    box-sizing: border-box;
    padding-top: 0px;
    position: relative;
    right: 0px;
    justify-content: center;
    height: 100%;
}



.ms-nav .body .nav-h5 .nav-h5-icon {
    font-size: 28PX;
}

.ms-nav .body .nav-h5 .nav-h5-body {
    padding-bottom: 10px;
    top: 80px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
}

.ms-nav .body .nav-h5 .nav-h5-body .nav-h5-item {
    cursor: pointer;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    font-size: 18PX;
    padding-top: 0px;
    padding-left: 0px;
}

.ms-nav .body .nav-item {
    margin-right: 0px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 65%;
    box-sizing: border-box;
    padding-left: 40px;
    justify-content: space-between;
    height: 100%;
}

.ms-nav .body .nav-item .item {
    cursor: pointer;
    margin-right: 20px;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    font-size: 16PX;
    padding-left: 0px;
}
  .ms-nav .body .nav-item .checked {
    position: relative;
    color: #3AAA75;
  }
  .ms-nav .body .nav-item .sel::after,
  .ms-nav .body .nav-item .checked::after {
    position: absolute;
    content: '';
    width: 52px;
    height: 4px;
    background: #3AAA75;
    left: 50%;
    bottom: -21px;
    transform: translateX(-50%);
  }

.ms-nav .body .nav-item .sel{
     color: #3AAA75;
      position: relative;
}
.ms-nav .body .nav-entrance{
    position: relative;
    width: 166px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #468C6A;
    border-radius: 26px;
    color: #468C6A;
    text-align: center;
    font-size: 14px;
    padding-left: 30px;
    cursor: pointer;
}
.ms-nav .body .nav-entrance img{
   position: absolute;
    left: 10px;
    top: 50%;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
}

.ms-nav .body .nav-search {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    width: 40%;
    box-sizing: border-box;
    padding-left: 0px;
    justify-content: flex-end;
    height: 100%;
    margin-left: 0px;
}

.ms-nav .body .nav-search .ms-search-input {
    border-color: #409EFF;
    align-items: flex-end;
    flex-direction: row;
    border-width: 1px;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    border-style: solid;
    padding-left: 0px;
    justify-content: center;
    height: 32px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-input-div {
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    justify-content: flex-start;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 100%;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding-left: 0px;
    height: 100%;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input {
    border: 0px;
    background-color: #FFFFFF;
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 4px;
    box-sizing: border-box;
    justify-content: space-between;
    border-top-left-radius: 2px;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    border-bottom-left-radius: 2px;
    width: 90%;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    padding-top: 0px;
    padding-left: 4px;
    height: 30px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input span {
    color: #DCDFE6;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    border-top-left-radius: 0px;
    padding-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 14PX;
    padding-top: 0px;
    padding-left: 0px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button {
    cursor: pointer;
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    justify-content: center;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 80px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    background-repeat: no-repeat;
    padding-left: 0px;
    height: 100%;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button:hover {
    background-color: #E6E6E6;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button i {
    color: #409EFF;
    border-bottom-left-radius: 0px;
    padding-right: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding-left: 0px;
    border-top-left-radius: 0px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button span {
    color: #409EFF;
    border-bottom-left-radius: 0px;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 14px;
    padding-left: 0px;
    border-top-left-radius: 0px;
}

.ms-footer {
    background-color: #F2F2F2;
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    justify-content: center;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    margin-top: 0px;
}

.ms-footer .body {
    flex-wrap: nowrap;
    flex-direction: column;
    display: flex;
    padding-right: 0px;
    width: 1200px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 0px;
    justify-content: flex-start;
    margin-top: 20px;
    height: 100%;
}

.ms-footer .body .top {
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    justify-content: space-between;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 0px;
    padding-left: 0px;
    margin-top: 0px;
    height: 60%;
}

.ms-footer .body .top .top-left {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 60%;
    box-sizing: border-box;
    padding-top: 0px;
    padding-left: 0px;
    height: 120px;
}

.ms-footer .body .top .top-left .foot-nav {
    flex-wrap: nowrap;
    flex-direction: column;
    display: flex;
    width: 148px;
    box-sizing: border-box;
    padding-top: 0px;
    height: 100%;
}

.ms-footer .body .top .top-left .foot-nav .nav-item {
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    font-size: 18PX;
    padding-top: 6px;
    height: 32px;
}

.ms-footer .body .top .top-left .foot-nav div {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding-top: 0px;
    height: 30px;
}

.ms-footer .body .top .top-left .foot-nav div .item {
    color: #767676;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    font-size: 16PX;
    padding-top: 6px;
    height: 32px;
}

.ms-footer .body .top .top-right {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 40%;
    box-sizing: border-box;
    padding-top: 0px;
    padding-left: 0px;
    height: 100%;
}

.ms-footer .body .top .top-right .qr {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    display: flex;
    width: 50%;
    box-sizing: border-box;
    justify-content: center;
    height: 100%;
}

.ms-footer .body .top .top-right .qr .pic {
    width: 120px;
    height: 120px;
}

.ms-footer .body .top .top-right .qr .text {
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    font-size: 14px;
}

.ms-footer .body .copyright {
    text-align: left;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    font-size: 14px;
    padding-top: 6px;
    height: 32px;
}

.ms-footer .body .power {
    color: #5B5B5B;
    text-align: left;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
}

@media (max-width: 768px) {
    .ms-nav {
        border-bottom-color: #EBEEF5;
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        border-bottom-style: solid;
        padding-top: 0px;
        border-bottom-width: 1px;
        justify-content: center;
        height: 80px;
        margin-left: 0px;
    }

    .ms-nav .body {
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        justify-content: space-between;
        height: 100%;
    }

    .ms-nav .body .logo {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        padding-right: 0px;
        width: 60%;
        box-sizing: border-box;
        padding-left: 0px;
        justify-content: center;
        height: 100%;
    }

    .ms-nav .body .logo .logo-pic {
        width: 50px;
        height: 50px;
    }

    .ms-nav .body .logo .logo-desc {
        width: unset;
        height: unset;
    }

    .ms-nav .body .nav-h5 {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100px;
        box-sizing: border-box;
        justify-content: center;
        height: 100%;
    }

    .ms-nav .body .nav-h5 .nav-h5-icon {
        font-size: 28PX;
        padding-top: 0px;
        padding-left: 0px;
    }

    .ms-nav .body .nav-h5 .nav-h5-body {
        right: 0px;
        display:none;
        top: .44rem;
        width: 3.75rem;
        position: absolute;
        z-index: 9;
        font-size: 0;
      padding-bottom: 0.4rem;
      height: 100vh; 
      background: rgba(0, 0, 0, 0.4);
   
    }
  
  .ms-nav .body .nav-h5 .top-nav{
          background-color: #fff;
          padding:0 .48rem 0.48rem;
  }
  
  .ms-nav .body .nav-h5 .top-nav .title{
    width: 0.65rem;
    overflow: hidden;
  }


    .ms-nav .body .nav-h5 .nav-h5-body .nav-h5-item {
        cursor: pointer;
        color: #303133;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        padding-right: 0px;
        font-size: 18PX;
        padding-top: 8px;
        padding-left: 0px;
        height: 40px;
        font-size: 0.13rem;
        width: 0.65rem;
        text-align: center;
        margin: 0.15rem 0.4rem 0 0;
      height: 0.8rem;
  }
      .ms-nav .body .nav-h5 .nav-h5-body .nav-h5-item:nth-child(3n) {
        margin-right:  0;
  }
  .ms-nav .body .nav-h5 .nav-h5-body .nav-h5-item img{
    width: 0.5rem;
    height: 0.5rem;
  }

    .ms-nav .body .nav-item {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        display: none;
        padding-right: 40px;
        width: 50%;
        box-sizing: border-box;
        padding-left: 40px;
        justify-content: space-between;
        height: 100%;
    }

    .ms-nav .body .nav-item .item {
        cursor: pointer;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        padding-right: 0px;
        font-size: 18PX;
        padding-left: 0px;
    }

    .ms-nav .body .nav-search {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        display: none;
        padding-right: 0px;
        width: 40%;
        box-sizing: border-box;
        padding-left: 0px;
        justify-content: center;
        height: 100%;
        margin-left: 0px;
    }

    .ms-nav .body .nav-search .ms-search-input {
        border-color: #CCCCCC;
        align-items: flex-end;
        flex-direction: row;
        border-width: 1px;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        border-style: solid;
        justify-content: center;
        height: 40%;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-input-div {
        flex-direction: row;
        border-right-width: 1px;
        display: flex;
        padding-right: 0px;
        width: 100%;
        box-sizing: border-box;
        border-right-color: #CCCCCC;
        border-right-style: solid;
        height: 100%;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input {
        border: 0px;
        background-color: #FFFFFF;
        align-items: center;
        flex-direction: row;
        display: flex;
        padding-right: 4px;
        box-sizing: border-box;
        justify-content: space-between;
        border-top-left-radius: 2px;
        padding-bottom: 0px;
        flex-wrap: nowrap;
        border-bottom-left-radius: 2px;
        width: 90%;
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px;
        padding-top: 0px;
        padding-left: 4px;
        height: 30px;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input span {
        color: #DCDFE6;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        padding-right: 0px;
        border-top-left-radius: 0px;
        padding-bottom: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        font-size: 14PX;
        padding-top: 0px;
        padding-left: 0px;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-button {
        flex-direction: row;
        display: flex;
        width: 40px;
        box-sizing: border-box;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-button i {
        border-bottom-left-radius: 0px;
        padding-right: 0px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        padding-left: 0px;
        border-top-left-radius: 0px;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-button span {
        border-bottom-left-radius: 0px;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        padding-right: 0px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        font-size: 14px;
        padding-left: 0px;
        border-top-left-radius: 0px;
    }

    .ms-footer {
        background-color: #F2F2F2;
        align-items: center;
        flex-direction: row;
        display: flex;
        padding-right: 0px;
        box-sizing: border-box;
        justify-content: center;
        padding-bottom: 0px;
        flex-wrap: nowrap;
        width: 100%;
        padding-top: 0px;
        padding-left: 0px;
        margin-top: 0px;
        height: unset;
    }

    .ms-footer .body {
        padding-bottom: 10px;
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        padding-right: 10px;
        width: 100%;
        box-sizing: border-box;
        padding-top: 10px;
        padding-left: 10px;
        margin-top: 0px;
    }

    .ms-footer .body .top {
        padding-bottom: 0px;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        padding-right: 0px;
        width: 100%;
        box-sizing: border-box;
        padding-top: 0px;
        padding-left: 0px;
        justify-content: space-between;
        margin-top: 0px;
    }

    .ms-footer .body .top .top-left {
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;
        padding-top: 0px;
        padding-left: 0px;
        justify-content: flex-start;
        height: unset;

    }

    .ms-footer .body .top .top-left .foot-nav {
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        width: 50%;
        box-sizing: border-box;
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .ms-footer .body .top .top-left .foot-nav .nav-item {
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 18PX;
        padding-top: 6px;
        height: 32px;
    }

    .ms-footer .body .top .top-left .foot-nav div .item {
        color: #767676;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 16PX;
        padding-top: 6px;
        height: 32px;
    }

    .ms-footer .body .top .top-right {
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        padding-top: 0px;
        padding-left: 0px;
    }

    .ms-footer .body .top .top-right .qr {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        width: 50%;
        box-sizing: border-box;
        padding-left: 0px;
        justify-content: center;
        height: 100%;
    }

    .ms-footer .body .top .top-right .qr .pic {
        width: 120px;
        height: 120px;
    }

    .ms-footer .body .top .top-right .qr .text {
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 14px;
    }

    .ms-footer .body .copyright {
        text-align: center;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 14px;
        padding-top: 6px;
        height: unset;
    }

    .ms-footer .body .power {
        color: #5B5B5B;
        text-align: center;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 14px;
        padding-top: 0px;
    }
}
     .perch{
      height: 64px;
  }
/* pc端底部 */
@media screen and (min-width: 769px) {
   .get-back,
  .title-h5{
   display: none;
  }
  body {
    font-size: 14px;
  }
  .foot .call {
    height: 33px;
    font-weight: 500;
    font-size: 24px;
    color: #09172f;
  }
  .foot .call span:nth-child(2) {
    font-weight: 500;
    font-size: 16px;
    margin-left: 14px;
  }
  .foot .doubt {
    color: #9ba6ba;
    margin: 8px 0 28px 0;
  }
  .foot .code {
    position: absolute;
    text-align: center;
    top: 100px;
    right: 110px;
  }
    .foot .contact {
    margin-bottom: 10px;
  }
  .foot .code img {
    width: 136px;
    height: 136px;
  }
  .foot .code div:nth-child(2) {
    font-size: 20px;
    color: #6a7484;
    margin-top: 2px;
  }
  .foot .code div:nth-child(3) {
    font-size: 14px;
    color: #78859d;
    margin-top: 6px;
  }

}
/* h5 */
@media screen and (max-width: 768px) {
  .ms-nav .body .logo img {
    display: none;
}
    .ms-nav .body .nav-h5 .nav-h5-icon {
       margin-left: 0.5rem;
    }
   .perch{
      height: .44rem;
  }
  .ms-nav {
    position: fixed;
    border-bottom-color: #EBEEF5;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    border-bottom-style: solid;
    padding-top: 0px;
    border-bottom-width: 1px;
    justify-content: center;
    height: .44rem;
    margin-left: 0px;
    z-index: 99;
    background-color: #fff;
}
  .foot {
     position: relative;
    background-color: #f6f6f6;
    color: #6a7484;
    font-size: 0.14rem;
    padding: 0.48rem 0.25rem 0.1rem;
    margin-top: 0.3rem;
  }
  .foot .call {
    font-weight: 500;
    font-size: 0.16rem;
    color: #09172f;
  }
  .foot .call span:nth-child(2) {
    font-weight: 500;
    margin-left: 0.08rem;
  }
  .foot .doubt {
    color: #9ba6ba;
    margin: 0.12rem 0 0.3rem 0;
  }
  .foot .doubts {
    text-align: center;
    font-size: 0.11rem;
    color: #9ba6ba;
    margin-top: 0.47rem;
  }

  .foot .code {
    position: absolute;
    text-align: center;
    top: 1.2rem;
    left: 0.33rem;
  }
  .foot .code img {
    width: 1.16rem;
    height: 1.16rem;
  }
  .foot .contact {
    margin: 0 0 10px 1.41rem;
  }
  .foot .code div:nth-child(2) {
    font-size: 0.16rem;
    color: #6a7484;
    margin-top: 0.02rem;
  }
  .foot .code div:nth-child(3) {
    display: none;
  }
  .el-pagination{
        display: none;

  }
  .get-back{
      width: .24rem;
    height: .24rem;
    margin-top:0.08rem; 
    margin-left:0.08rem;
   }
  .title-h5{
   font-weight: 500;
font-size: .17rem;
color: #333333;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 2.5rem;
    -webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: center;
  }
}

img[src=''],
  img:not([src]) {
    opacity: 0;
  }
source{
  width: 100px;
  height: 120px;
}

.download-app{
   border: solid 1px #303133;
    padding: 1px 3px;
    border-radius: 2px;
}