html {
    font-size: calc(100vw / 750);
    font-family: PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-size: 14px;
}

body,
html {
    margin: 0;
    padding: 0;
}

#zy-modal .mask {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 1000;
}

#zy-modal .modal-wrap {
    position: fixed;
    z-index: 999;
    width: 80%;
    max-width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}

#zy-modal .title {
    font-size: 14px;
    margin: 0;
    padding-top: 10px;
}

#zy-modal .content {
    font-size: 14px;
    padding: 25px;
    color: #666666;
    word-break: break-all;
}

#zy-modal .btn-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#zy-modal .btn-wrap .btn {
    position: relative;
    line-height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #3D7CF0;
    border-top: 0.5px solid #CCCCCC;
    border-left: 0.5px solid #CCCCCC;
    width: 50%;
    display: block;
}

#zy-modal .btn-wrap .btn:first-child {
    border-left: none;
}

#zy-modal .btn-wrap2 .btn {
    width: 100%;
}

#zy-top-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000000;
    padding-top: 10px;
    padding-bottom: 10px;
    /* height: 44px; */
    /* line-height: 44px; */
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

#zy-top-back .global-back-btn {
    display: block;
    position: relative;
}

#zy-top-back .global-back-btn .btn {
    background-color: transparent;
    border: none;
    color: #333;
    font-size: 16px;
    margin: 0;
    padding-left: 14px;
}

#zy-top-back .global-back-btn .btn .icon {
    font-size: 16px;
    margin-right: 5px;
    margin-left: 0px;
    color: #868686;
    position: relative;
    vertical-align: 0;
    top: 0px;
}

#zy-top-back-empty {
    height: 44px;
    width: 100%;
}

@keyframes zy-loading-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#zy-loading {
    width: 100vw;
    height: 100vh;
    z-index: 1000000;
    position: fixed;
    /* background-color: rgba(0, 0, 0, 0.1); */
    left: 0;
    top: 0;
}

#zy-loading .loading-animation {
    width: 30px;
    height: 30px;
    background-image: url(./img/loading.png);
    background-size: 100% 100%;
    border-radius: 50%;
    animation: zy-loading-spin 2s linear infinite;
    margin: 44vh auto 0;
}

#zy-loading .loading-text {
    color: #707070;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

#zy-to-top{
    position: fixed;
    bottom: 36px;
    right: 10px;
    width: 35px;
    height: 35px;
    background-image: url(./img/to-top.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 50px;
    background-position: 0 0;
    z-index: 1000000;
}
#zy-to-top .to-top{
    display: block;
    width: 100%;
    height: 100%
}

#old-age-div{
    position: absolute;
    top: -1000px;
    left: -1000px;
}
