body{
    background-color: #101018;
}
/*account*/
.account{padding: 15px 25px; background: url('../image/account.png') no-repeat center; background-size: cover;}
.account .title{font-size: 12px; color: #7c7c81;}
.account .number{padding: 30px; color: #f5d58a; font-size: 24px; text-align: center;}
.account .cash{display: flex; display: -webkit-flex; justify-content: space-around; align-items: center; border-top: 1px solid #101018; padding: 10px;}
.account .cash .shufenge{width: 1px; background-color: #101018; height: 30px;}
.account .cash .content{display: flex; display: -webkit-flex; justify-content: space-around; align-items: center; padding: 5px 10px;}
.account .cash .content .images img{width: 15px;}
.account .cash .content .key{font-size: 12px; margin-left: 10px;}

/*notice*/
.notice{padding: 10px; padding-bottom: 0px;}
.notice .content{border-radius: 50px; background-color: #1b1b27; display: flex; display: -webkit-flex; justify-content: flex-start; align-items: center; padding: 5px;}
.notice .content .icon{padding-left: 35px; height: 20px; background: url('../icon/notice.png') no-repeat 15px center; background-size: 20px;}
.notice .content .swiper{font-size: 0.7em; margin-left: 10px; height: 20px; line-height: 20px;}

/*money*/
.money{ padding: 10px;}
.money .icon{display: flex; display: -webkit-flex; justify-content: space-around; align-items: center; background-color: #1b1b27; border-radius: 10px; padding: 10px;}
.money .icon .content{display: flex; display: -webkit-flex; justify-content: space-around; align-items: center; flex-direction: column; padding: 0px 10px;}
.money .icon .content .images img{ width: 30px;}
.money .icon .content .key{font-size: 0.7em;}

/*release*/
.release{padding: 10px 25px; background-color: #1b1b27;}
.release .hengfenge{height: 1px; background-color: #101018; width: 100%;}
.release .geziheng{display: flex; display: -webkit-flex; justify-content: space-around; align-items: center; width: 100%;}
.release .geziheng .shufenge{width: 1px; background-color: #101018; height: 50px;}
.release .gezishu{display: flex; display: -webkit-flex; justify-content: space-around; align-items: center; flex-direction: column; height: 50px; padding: 10px 0; min-width: 120px;}
.release .gezishu .value{font-size: 15px;}
.release .gezishu .key{color: #7c7c81; font-size: 0.7em;}

/*property*/
.property{padding-left: 10px; padding-right: 10px; padding-top: 25px;}
.property .title{font-size: 15px; font-weight: bold; letter-spacing:2px;}
.property .shuzhi{display: flex; display: -webkit-flex; padding: 15px; background-color: #1b1b27; border-radius: 10px; margin-top: 10px; justify-content: space-around; align-items: center;}
.property .shuzhi .shufenge{width: 1px; background-color: #101018; height: 35px;}
.property .shuzhi .liang{display: flex; display: -webkit-flex; justify-content: space-around; align-items: center; flex-direction: column; min-width: 120px;}
.property .shuzhi .liang .value{color: #f5d58a; font-size: 18px;}
.property .shuzhi .liang .key{color: #7c7c81; font-size: 0.7em;}
