* {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
    color: #333333;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent;
}

img {
    display: block;
}

a,
img,
button,
input,
textarea,
div {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);

}

body {
    background-color: #fff;
}
.flex-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.page_index{
    width: 100%;
    background-position: top;
    background-color: white;
    min-height: 100vh;
}
.index_nav{
    width: 100%;
    height: 1rem;
    /* background: linear-gradient(110deg, #0056D0 0%, #0061D7 100%); */
    background: #7dd4bd;
    box-shadow: 0px 1px 0px 0px #E5E5E5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.nav_icon{
    display: block;
    width: 0.4rem;
    height: 0.34rem;
    margin-right: 0.3rem;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* 导航页 */
.nav-page{
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background: url(https://files.cn-healthcare.com/xbhwt/staticFile/wap/wap553/imgs/nav-bg.png) no-repeat;
    background-size: 100% 100%;
    /* background: ; */
    position: fixed;
    right: -200%;
    top: 0;
    padding-top: 0.8rem;
    box-sizing: border-box;
    z-index: 11;
}
.nav_close{
    width: 0.4rem;
    height: 0.34rem;
    display: block;
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
    cursor: pointer;
}
.nav-list{
    width: 100%;
}
.nav-list li{
    width: 100%;
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0.6rem;
    position: relative;
    cursor: pointer;
}
.nav-list li span{
    font-size: 0.28rem;
    color: #fff;
}
.nav-list li.nav-act span{
    border-bottom: 1px #fff solid;
}

.con_wrap{
    margin: 0;
    padding-top: 1rem;
}

@media screen and (min-width: 768px) {
    .page_index{
        width: 750px!important;
        margin: 0 auto!important;
    }
    .index_nav{
        width: 750px!important;
        margin: 0 auto!important;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    .nav-page{
        width: 750px!important;
        margin: 0 auto!important;
        right: -200%;
        top: 0;
        left: 0;
        margin: 0 auto;
    }
}
