.van-grid-item {
    position: relative;
    box-sizing: border-box
}

.van-grid-item--square {
    height: 0
}

.van-grid-item__icon {
    font-size: 28px
}

.van-grid-item__icon-wrapper {
    position: relative
}

.van-grid-item__text {
    color: #646566;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-all
}

.van-grid-item__icon+.van-grid-item__text {
    margin-top: 8px
}

.van-grid-item__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
    padding: 16px 8px;
    background-color: #fff
}

.van-grid-item__content:after {
    z-index: 1;
    border-width: 0 1px 1px 0
}

.van-grid-item__content--square {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.van-grid-item__content--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.van-grid-item__content--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.van-grid-item__content--horizontal .van-grid-item__icon+.van-grid-item__text {
    margin-top: 0;
    margin-left: 8px
}

.van-grid-item__content--surround:after {
    border-width: 1px
}

.van-grid-item__content--clickable {
    cursor: pointer
}

.van-grid-item__content--clickable:active {
    background-color: #f2f3f5
}

.van-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.crypto-contain {
    padding: 0 10px;
    background: #fff
}

.crypto-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    height: 48px
}

.coin-icon-contain {
    width: 30px;
    text-align: center
}

.coin-icon-contain img {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    margin-top: 5px
}

.crypto-text {
    width: 150px;
    padding-left: 10px
}

.symbol {
    font-size: 13px;
    font-weight: 500
}

.name {
    font-size: 9px;
    color: #666;
    line-height: 20px
}

.price-contain {
    width: calc(100% - 190px);
    text-align: right
}

.price {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.volume {
    font-size: 10px;
    color: #666
}

.change {
    width: 60px;
    height: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-size: 11px;
    border-radius: 3px
}

.green {
    background-color: #16c784
}

.red {
    background-color: #ea3943
}

.coin-change-contain {
    width: 90px;
    font-size: 13px;
    line-height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    justify-content: end;
    -webkit-justify-content: flex-end;
    padding-top: 2px
}

@media screen and (max-width:380px) {
    .coin-line-contain {
        display: none
    }
}

@media screen and (max-width:300px) {
    .share-box {
        width: 130px
    }
}

body,
html {
    background-color: #fff
}

.home-amount .van-dropdown-menu__bar {
    background-color: initial;
    border: 0
}

.home-amount .van-dropdown-menu__title {
    padding-top: 3px;
    font-size: 12px
}

.home-amount .van-dropdown-menu__bar {
    height: 30px
}

.banner .van-swipe-item {
    color: #666;
    font-size: 20px;
    height: 145px;
    text-align: left
}

.banner-box {
    width: calc(100vw - 60px);
    margin: 0 auto;
    height: 100px;
    border: 1px solid #c8c8c8;
    border-radius: 15px;
    padding: 20px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.banner-left {
    width: 60%
}

.banner-right {
    width: 30%
}

.banner-img {
    height: 100%;
    width: 100%;
    padding-left: 18px
}

.banner-img img {
    height: 100%;
    width: 100%;
    object-fit: contain
}

.banner-subtitle {
    color: #666;
    font-size: 12px;
    line-height: 20px
}

.banner-title {
    color: #111;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.banner-link {
    position: absolute;
    bottom: 20px;
    font-size: 10px;
    color: #16c784
}

.share-box {
    line-height: 20px;
    width: 180px;
    text-align: center;
    height: 20px;
    border-radius: 5px;
    margin-top: 5px;
    background: #fafafa;
    font-size: 12px;
    margin-left: 8px;
    border: 1px solid #efefef;
    padding: 5px
}

.drop-menu-lang .van-dropdown-menu__bar {
    height: 18px;
    border: 0
}

.drop-menu-lang .van-popup--top {
    left: unset;
    right: 0;
    width: 180px;
    height: 320px;
    box-shadow: -8px 8px 8px -8px #dedede
}

.drop-menu-lang .van-cell__left-icon {
    padding-top: 3px
}

.top-contain {
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-top: 10px;
    background-color: #f5f5f5;
    padding: 6px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.top-contain,
.top-contain-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.top-contain-box {
    width: calc(50% - 40px);
    height: 50px;
    padding: 20px;
    background-color: #fff
}

.top-contain-title {
    font-weight: bolder;
    font-size: 15px;
    color: #212121;
    line-height: 25px;
    white-space: nowrap
}

.top-contain-desc,
.top-contain-title {
    overflow: hidden;
    text-overflow: ellipsis
}

.top-contain-desc {
    font-size: 10px;
    color: #414141;
    padding-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.top-contain-box-left {
    width: 70%
}

.top-contain-box-right {
    width: 30%;
    height: 100%
}

.top-icon {
    width: 30px;
    height: 30px;
    float: right
}

.coin-line-contain img {
    width: 80px;
    padding-left: 20px
}

.line-red {
    -webkit-filter: hue-rotate(300deg) saturate(210%) brightness(.7) contrast(170%);
    filter: hue-rotate(300deg) saturate(210%) brightness(.7) contrast(170%)
}

.line-green {
    -webkit-filter: hue-rotate(85deg) saturate(80%) brightness(.85);
    filter: hue-rotate(85deg) saturate(80%) brightness(.85)
}

.home .van-tabs__wrap {
    height: 25px
}

.home .van-tab {
    font-size: 12px
}

.home-amount-box {
    padding: 8px 20px
}

.home-amount-hint {
    line-height: 30px;
    font-size: 12px
}

.home-amount {
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.home-see-all {
    font-size: 12px;
    font-weight: 350;
    color: #333;
    text-align: center;
    width: 100%;
    margin-top: -8px;
    margin-bottom: 8px
}

.annouce {
    padding: 10px 16px
}

.annouce-title {
    font-size: 14px;
    font-weight: 600
}

.annouce-box-title {
    font-size: 13px;
    color: #212121;
    font-weight: 500;
    line-height: 20px
}

.annouce-box-date {
    font-size: 10px;
    color: #666
}

.home-overlay img {
    width: 100%;
    height: 100px;
    object-fit: contain
}

.home-overlay {
    width: 100%;
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}