* {
    margin: 0;
    padding: 0;
    border: 0;
}
.footer {
    display: flex;
    align-items: center;
    min-height: 50px;
    justify-content: space-between;
    background-color: #fff;
    color: #666;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1024;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, .1);
    padding: 0;
    height: calc(50px + env(safe-area-inset-bottom) / 2);
    padding-bottom: calc(env(safe-area-inset-bottom) / 2);
}
.nav-div {
    color: #aaa;
    max-width: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    position: relative;
    flex: 1;
    text-align: center;
    padding: 0;
    height: auto;
    line-height: 1;
    margin: 0;
    background-color: inherit;
    overflow: initial;
}
.nav-div a {
    color: #aaa;
    text-decoration: none;
}
.nav_xz a {
    color: #36cfc9;
}
.nav-div img {
    will-change: transform;
    max-width: 100%;
    display: inline-block;
    position: relative;
    z-index: 0;
    width: 25px;
    height: 25px;
    margin-bottom: 2px;
}
.nav-div span {
    font-size: 12px;
    display: block;
}
.content {
    background-color: #fafafa;
    min-height: calc(100vh - 50px);
}
#carousel1 {
    margin: 15px auto;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.navigation {
    width: 94%;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
}
.navigation-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    width: calc(50% - 5px);
    margin-bottom: 11px;
    position: relative;
    overflow: hidden;
}
.navigation-item span {
    font-size: 15px;
    font-weight: 700;
    color: #4b5a84;
}
.navigation-item img {
    will-change: transform;
    max-width: 100%;
    display: inline-block;
    width: 55px;
    height: 55px;
    margin-left: 16px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.navigation-item::after {
    content: "";
    position: absolute;
    right: -27px;
    top: 0;
    width: 80%;
    height: 90%;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    opacity: .4;
    display: block;
    border-radius: 50%;
}
.nav-hr {
    background: linear-gradient(225deg, #fcf3e4, #fff7ed);
    border-radius: 17px 0px 17px 0px;
    margin-right: 5px;
}
.nav-rw {
    background: linear-gradient(225deg, #e8fafb, #dbf5eb);
    border-radius: 17px 0px 17px 0px;
    margin-left: 5px;
}
.nav-gg {
    background: linear-gradient(225deg, #f0f3fc, #eff2fb);
    border-radius: 17px 0px 17px 0px;
    margin-right: 5px;
}
.nav-kf {
    background: linear-gradient(225deg, #e8f6fb, #dbf4f5);
    border-radius: 17px 0px 17px 0px;
    margin-left: 5px;
}
.square-title {
    width: 94%;
    margin: 0 auto;
    border-left: 4px solid #36cfc9;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.square-title span {
    margin-left: 8px;
    font-size: 19px;
}
.square-list {
    width: 94%;
    margin: 14px auto 70px;
}
.square-box {
    background: #fff;
    box-shadow: 3px 3px 13px 3px rgba(0, 0, 0, .05), 0px 6px 17px 0px rgba(0, 0, 0, .03), 3px 3px 6px -6px rgba(0, 0, 0, .12);
    border-radius: 13px;
    padding: 16px;
    margin-top: 16px;
    position: relative;
}
.square-box-zx {
    background: linear-gradient(180deg, #e6fffb, #fff);
}
.square-box-top {
    display: flex;
    justify-content: space-between;
}
.square-box-top-title {

}
.square-box-top-title-text {
    font-size: 17px;
}
.square-box-top-title-num {
    margin-top: 5px;
    color: #36cfc9;
    font-size: 15px;
}
.square-box-top-img {
    will-change: transform;
    max-width: 100%;
    display: inline-block;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-radius: 8px;
}
.square-box-top-img img {
    width: 100%;
    border-radius: 8px;
}
.square-box-center {
    display: flex;
    align-items: center;
    margin-top: 11px;
}
.square-box-center-money {
    flex: 0 0 138px;
}
.square-box-center-money-num {
    font-weight: 700;
    color: #f759ab;
    font-size: 15px;
}
.square-box-center-money-text {
    padding-top: 5px;
    font-size: 13px;
    color: #aaa;
}
.square-box-center-tax {

}
.square-box-center-tax-num {
    font-weight: 700;
    font-size: 15px;
    color: #333;
}
.square-box-center-tax-text {
    padding-top: 5px;
    font-size: 13px;
    color: #aaa;
}
.square-box-btn {
    border-radius: 16px 0 0 16px;
    padding: 7px 16px;
    position: absolute;
    right: 0;
    bottom: 22px;
    background: linear-gradient(90deg, #e5628a, #f759ab);
    color: #fff;
    font-size: 13px;
}
.dr-bg {
    width: 100%;
    height: 228px;
    background: linear-gradient(90deg, #80ddda, #36cfc9);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
.dr-bg2 {
    width: 100%;
    height: 178px;
    background: linear-gradient(90deg, #80ddda, #36cfc9);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
.dr-bg::after {
    content: "";
    width: 100%;
    height: 55px;
    background: linear-gradient(180deg, #f5f5f5, hsla(0, 0%, 96.1%, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.dr-title {
    height: 45px;
    display: block;
    text-align: center;
    min-height: 0;
    box-shadow: 0px 0px 0px;
    z-index: 9999;
    position: fixed;
    width: 100%;
    top: 0;
    color: #fff !important;
    background: linear-gradient(90deg, #80ddda, #36cfc9) !important;
    line-height: 45px;
    font-size: 17px;
}
.dr-search {
    align-items: center;
    display: flex;
    width: calc(100% - 64px);
    margin: 50px 16px 16px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #36cfc9;
    padding: 8px 16px;
    position: relative;
    z-index: 10;
    font-size: 16px;
    height: 26px;
}
.dr-search input {
    width: calc(100% - 65px);
    height: 100%;
}
.dr-search-btn {
    background-color: #2abab4;
    color: #fff;
    display: inline-block;
    width: 80px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 6px 6px 0;
    height: calc(100% - 11px);
    padding-top: 11px;
}
.user-bg {
    width: 100%;
    height: 276px;
    background: linear-gradient(90deg, #80ddda, #36cfc9);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
.user-bg::after {
    content: "";
    width: 100%;
    height: 55px;
    background: linear-gradient(180deg, #f5f5f5, hsla(0, 0%, 96.1%, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.user-bg2 {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 33px solid #80ddda;
    position: fixed;
    top: -66px;
    right: -66px;
    opacity: .5;
}
.user {
    padding-bottom: calc(71px + (env(safe-area-inset-bottom) / 2));
    min-height: calc(100vh - 71px - (env(safe-area-inset-bottom) / 2)) !important;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.user-gg {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    padding: 10px 12px;
    margin-bottom: 10px;
    background-color: rgb(255, 249, 234);
}
.user-gg-ico {
    text-decoration: none;
    text-align: center;
    margin-right: 5px;
    color: rgb(255, 154, 67);
    height: 20px;
    line-height: 20px;
}
.user-gg-ico img {
    height: 100%;
}
.user-gg-text {
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    flex: 1;
    width: 100%;
    position: relative;
    color: rgb(255, 154, 67);
}
.user-gg-text .scroll {
    display: inline-block;
    white-space: nowrap;
    -webkit-animation: 20s scroll linear infinite normal;
    animation: 20s scroll linear infinite normal;
    position: absolute;
    color: rgb(255, 154, 67);
}
@keyframes scroll {
    0% {
        transform: translateX(40%);
        -webkit-transform: translateX(40%);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}
.user-info {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 33px;
    margin-bottom: 44px;
    margin-top: 60px;
}
.user-info-avatar {
    font-variant: small-caps;
    margin: 0;
    padding: 0;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #ccc;
    color: #fff;
    white-space: nowrap;
    position: relative;
    width: 70px;
    height: 70px;
    background-size: cover;
    background-position: 50%;
    vertical-align: middle;
    font-size: 2em;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
}
.user-info-avatar img {
    width: 100%;
}
.user-info-text {
    display: flex;
    flex-direction: column;
    padding-left: 16px;
}
.user-info-text-name {
    padding-bottom: 5px;
    font-size: 17px;
    color: #fff;
}
.user-info-text-fans {
    font-size: 13px;
    color: #fff;
}
.user-info-lang {
    display: flex;
    align-items: center;
    position: absolute;
    right: 11px;
    top: 0;
    color: #fff;
    opacity: .8;
}
.user-info-lang-ico {
    padding-right: 5px;
    width: 18px;
    height: 18px;
    overflow: hidden;
}
.user-info-lang-ico img {
    width: 100%;
}
.user-info-lang-text {

}
.user-info-datum {
    position: absolute;
    right: 0;
    top: 27px;
    padding: 5px 11px;
    background: #fff;
    border-radius: 110px 0px 0px 110px;
    opacity: .2;
    z-index: 10;
}
.user-margin {
    margin: 16px;
}
.user-margin-item {
    border-radius: 13px;
    background-color: #fff;
    color: #666;
}
.user-margin-item-1 {
    padding: 27px 16px;
}
.user-item1-top {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}
.user-item1-top-box {
    display: flex;
    flex-direction: column;
}
.user-item1-top-box-num {
    font-size: 24px;
    color: #333;
}
.user-item1-top-box-name {
    padding-top: 5px;
    font-size: 13px;
    color: #aaa;
}
.user-item1-bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    margin-top: 16px;
    padding-top: 27px;
}
.user-item1-bottom-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.user-item1-bottom-box-img {
    will-change: transform;
    max-width: 100%;
    display: inline-block;
    position: relative;
    z-index: 0;
    width: 30px;
    height: 30px;
}
.user-item1-bottom-box-img img {
    width: 100%;
}
.user-item1-bottom-box-msg {
    padding-top: 5px;
    font-size: 13px;
}
.user-margin-item-2 {
    margin-top: 16px;
    padding: 22px;
    position: relative;
    overflow: hidden;
}
.user-margin-item-2::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 276px;
    background: linear-gradient(180deg, #66e9e6, rgba(54, 207, 201, 0));
    border-radius: 0px 0px 0px 0px;
    opacity: .1;
    right: -110px;
    bottom: -165px;
    border-radius: 50% 50% 0 0;
}
.user-margin-item-2::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 165px;
    background: linear-gradient(180deg, #66e9e6, rgba(54, 207, 201, 0));
    border-radius: 0px 0px 0px 0px;
    opacity: .1;
    left: -55px;
    bottom: -110px;
    border-radius: 50% 50% 0 0;
}
.user-item2-title {
    padding-bottom: 16px;
    font-weight: 700;
    color: #333;
}
.user-item2-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    z-index: 512;
    position: relative;
}
.user-item2-box-item {
    display: flex;
    flex-direction: column;
}
.user-item2-box-item-num {
    font-size: 24px;
    color: #333;
}
.user-item2-box-item-msg {
    padding-top: 5px;
    font-size: 13px;
    color: #aaa;
}
.user-margin-item-3 {
    margin-top: 16px;
    padding: 22px 22px 0px 22px;
}
.user-item3-title {
    padding-bottom: 16px;
    font-weight: 700;
    color: #333;
}
.user-item3-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
    text-align: center;
}
.user-item3-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    margin-bottom: 30px;
}
.user-item3-box-img {
    will-change: transform;
    max-width: 100%;
    display: inline-block;
    position: relative;
    z-index: 0;
    width: 30px;
    height: 30px;
}
.user-item3-box-img img {
    width: 100%;
}
.user-item3-box-msg {
    padding-top: 5px;
    font-size: 13px;
    color: #aaa;
}
.user-margin-cu {

}
.lang-bg {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1025;
}
.lang-box {
    background-color: #fff;
    position: absolute;
    top: 30%;
    width: 80%;
    left: 10%;
    border-radius: 5px;
    overflow: hidden;
}
.lang-title {
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
}
.lang-title span {
    position: absolute;
    right: 20px;
    color: #f00;
}
.lang-list {
    background-color: #f8f8f8;
    padding: 15px 0;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.lang-item {
    display: block;
}