.logo-houhou-small {
    width: 16px;
    height: 16px;
}

.header_margin{
    margin-left: 15px;
    margin-top: 10px;
}

.header_height {
    height: 42px;
}

.header_bottom_line_top{
    bottom: 0px;
}

.top_to_header{
    margin-top: 26px;
    vertical-align: middle;
}

.btn_theme_primary{
    color: #ffffff;
    background-color: #ff8c00;
    border-corlor:  #ff8c00;
}

.btn_theme_primary_nobg{
    color:#ff8c00;
    background-color:#ffffff;
    border-radius: 4px;
    border-color:#ff8c00;
    border-width: 1px;
    border-style:solid;
}

.input_bg{
    background-color:#ffffff;
    border-radius: 4px;
    border-color:#dddddd;
    border-width: 1px;
    border-style:solid;
    padding-left: 4px;
}

.div_opacity_50{
    opacity: 0.5;
}

.h5_title_s_gray{
    text-align: center;
    color: gray;
    font-size: 12;
}

.h5_title_l_black{
    text-align: center; 
    font-size: 16;
} 

.h5_gap_l{
    margin-top: 32px;
}

.h5_gap_default{
    margin-top: 10px;
}

.h5_gap_s{
    margin-top: 5px;
}

.h5_index_cell_div{
    text-align: center;
    height: 80px;
}

.h5_index_cell_img{
    height: 24px;
    width: 24px;
    margin-top: 25%;
}

.h5_index_cell_text{
    text-align: center;
    font-size: 12;
}

.font_small{
    font-size: 12;
}

.icon-prefix{
    height:12px;
    width:12px;
    margin-top: 50%;
}

.rect-border-blue{
    border-radius: 4px;
    border: solid 1px royalblue;
    margin: 10px;
    padding: 4px 8px;
    text-align: center;
}
            
.flex{
    display: flex;
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
}

.flex-column{
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
}


.jn-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.jn-body-header{
    width: 100%;
    background-color: #000;
    padding: 12px;
    padding-left: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;           
    align-items: center;
}
.jn-body-footer{
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 6px;
    padding-left: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;           
    align-items: center;
}
.jn-body-content{
    width: 100%;
    margin-top: 80px;
    margin-bottom: 300px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex:1;
}
.jn-flex-1{
    flex:1;
}
.jn-center{
    justify-content: center;
    align-items: center;
    text-align: center;
}
.jn-logo{
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border-color:#000;
    border-width: 0px;
    border-style:solid;
}
.jn-logo-large{
    width: 120px;
    height: 120px;
    border-radius: 24px;
    border-color:#000;
    border-width: 0px;
    border-style:solid;
}
.jn-title{
    color: #fff;
}
.jn-title-large{
    color: #000;
    font-size: larger;
    margin: 12px;
    padding-left: 6px;
    padding-right: 6px;
}
.jn-app-download{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-right: 120px;
}
.jn-app-page{
    width: 250px;
    margin-left: 120px;
}
.jn-icon{
    width:16px;
    height:16px;
}
