* {margin: 0;padding: 0;box-sizing: border-box;text-decoration: none;list-style: none;font-family: Roboto;}
@font-face{
    font-family: 'Roboto';
    src : url('../fonts/Roboto-Bold.ttf') format('truetype');
}
*, :after, :before {
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    /*text-size-adjust: 100%;*/
    /*-webkit-tap-highlight-color: transparent;*/
    /*background-color: transparent;*/
}

html, body {height: 100%}

a:visited,a:hover,a:link {color: #000}
/*底部导航*/
.button-nav {
    display: flex;
    position: fixed;
    bottom: -1px;
    width: 100%;
    height: 60px;
    box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.button-nav-item {
    flex: 1;
    text-align: center;
}

.button-nav-item-content {
    padding-top: 12px;
    text-align: center;
    margin: auto;
}

.button-nav-select {
    border-top: 2px solid #fe3637;
    padding-top: 10px;

}

.button-nav-select span{
    color: #ffd13e !important;
}

.button-nav span {
    color: #dadada;
}

.button-nav p {
    height: 14px;
    font-family: Roboto;
    margin: 5px 0 0 0;
    font-size: 12px;
    letter-spacing: normal;
    text-align: center;
    font-weight: bold;
    color: #a1a1a1;
}
.button-nav-select p{
    color:#2a2a2a !important;
}

.button-nav-logo {
    height: 65px;
    width: 65px;
    margin-top: -20px;
}
/*公共page*/
.page{
    margin-left: 24px;
    margin-top: 25px;
    margin-right: 24px;
    padding-bottom: 50px;
}

.page-title{
    margin-top: 32px;
    font-family: Roboto;
    font-size: 26px;
    font-weight: bold;
    color: #000000;
}
.page-title-sub{
    margin: 8px 0 0 0;
    font-family: Roboto;
    font-size: 13px;
    line-height: 1.23;
    color: #6d6d6d;
}
/*按钮类*/
.ui-btn{
    border-radius: 13px;
    background-color: #ffd13e;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
    color: #2a2a2a;
    font-size: 14px;
    text-align: center;
}


/*dialog*/
/*.ui-dialog-shadow{*/
/*    position: absolute;*/
/*    top:0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0, 0, 0, 0.3);*/
/*    z-index: 999999;*/
/*    padding-top: 50%;*/
/*}*/
.ui-dialog {
    border-radius: 13px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    padding: 18px 20px 32px 20px;
}

.ui-dialog-title {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.ui-dialog-title p {
    flex: 1;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.ui-dialog-close {
    color: #7e7e7e;
    font-size: 16px;
}

.ui-dialog-content {
    word-break: break-all;
    word-wrap: break-word;
    max-height: 400px;
    overflow-y: scroll;
    text-overflow: ellipsis;
}

/*form表单样式（水平）*/
.ui-form-item {
    margin-bottom: 24px;
    border-bottom: 1px solid #ececec;
    position: relative;
}
.ui-form-item label {
    height: 16px;
    font-family: Roboto;
    font-size: 14px;
    color: #2a2a2a;
    margin-right: 20px;
}
.ui-form-input {
    height: 40px;
    padding: 6px 0;
    border: 0;
    outline: unset;
    font-family: Roboto;
    font-size: 16px;
    color: #a1a1a1;
    background: none;
    outline: none;
}

/*ui-list列表*/

.ui-list{

}
.ui-list-item{
    display: flex;
    align-items: center;
    border-bottom: solid 1px #ececec;
    list-style: none;
    padding: 18px 6px 18px 0;
}
.ui-list-item .text {
    flex: 1;
}
.ui-list-item .icon{
    font-size: 18px;
    margin-right: 17px;
}
.ui-list-item .right{
    color: #909090;
}
/*ui-tab*/
.ui-tab{
    margin-top: 16px;
}
.ui-tab-item {
    display: none;
}

.ui-tab-show {
    display: block !important;
}

.ui-tab-this {
    height: 15px;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;
    color: #ffd13e !important;
}

.ui-tab-content {
    margin-top: 26px;
}


.ui-tab-title ul {
    display: flex;
}

.ui-tab-title li {
    height: 15px;
    font-size: 13px;
    font-weight: bold;
    color: #d5d5d5;
}

.ui-tab-title li:first-child {
    margin-right: 30px;
}

.ui-tab-content {
    margin-top: 26px;
}
.ui-tab-item{
    display: none;
}
.ui-dialog-close{
    cursor: pointer;
}