html,
body {
    height: 100%;
}

.g-flexview {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    max-width: 750px;
    min-width: 320px;
}

.g-scrollview {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin-bottom: -1px;
}

.g-scrollview:after {
    content: '';
    display: block;
    width: 100%;
    height: 0.5rem;
}

.m-navbar {
    min-height: 2.25rem;
    height: 70px;
    line-height: 70px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.aui-bar-nav{

}

.aui-bar-nav .aui-title{
    height: 70px;
    line-height: 70px;
}

.aui-bar-nav .aui-title img{
    width: auto;
    height: 70px;
    margin: 0 auto;
}

.chengnuo{
    color: #9c9c9c;
    border-bottom: #EDEDED 1px solid;
    background-color: #f2f2f2;
}

.aui-bar-nav .aui-pull-left{
    height: 70px;
    line-height: 70px;
}

.aui-bar-nav .aui-pull-right{
    height: 70px;
    line-height: 70px;
}

.aui-bar-nav .aui-iconfont{
    font-size: 1.2rem;
}

.aui-bar-tab{
    border-top: 1px solid #DDDDDD;
}

.aui-bar-tab .aui-bar-tab-item{
    color: #939393;
}

.aui-bar-tab .aui-bar-tab-item.aui-active{
    color: #B3282F;
}

.pingjia{
    width: 180px;
    border-left: #e9e9e9 1px solid;
    margin: 1rem 0;
    padding: 1rem;
    text-align: center;
}

.pingjiashu{
    color: #AA0108;
}

.pingjiatext{
    color: #AA0108;
}

.pingjiaviews{
    border: #e9e9e9 1px solid;
    padding: 0.1rem 0.2rem;
    margin: 0.2rem 0;
}


.loadmore {
    width: 65%;
    margin: 0 auto;
    line-height: 1.6rem;
    font-size: 14px;
    text-align: center
}

.loadmore_tips {
    display: inline-block;
    vertical-align: middle
}

.aui-text-gray{
    color: #757575 !important;
}

.home-title{
    text-align: center;
    padding: 30px 0;
}

.home-media{
    margin-bottom: 10px;
    background: #fff;
}

.home-desc{
    padding: 0 20px;
}

.home-desc div{
    color: #000;
    font-size: 0.7rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 300;
    margin: 0 auto;
}

.kexin{
    border-top: dashed 1px #cccccc;
}

.kexin img{
    max-width: 100%;
    margin: 20px auto;
}

.gzh img{
    max-width: 100%;
    margin: 5px auto;
}

.radius-rounded {
    border-radius: 2em;
    padding-left: 1em;
    padding-right: 1em;
}

.home-desc div:last-child{
    border-bottom: none;
}

.home-desc span{
    color: #A4887A;
    font-weight: bold;
}

.home-media .aui-row-padded{
    padding: 0 20px;
    background: #F5F0F6;
}

.home-row {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    word-break: break-all;
}

.home-row img{
    margin: 0 auto;
}

.home-btn{
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    word-break: break-all;
    border-top: 1px dashed #B88858;
    text-align: center;
    margin-top: 30px;
    padding: 30px 0;
}
.home-btn a{
    display: block;
    color: #FFFFFF;
    padding: 10px 15px;
    border-radius:30px;
    border: 1px solid #dc1617;
    background: #dc1617;
}

.home-btn a.checked{
    color: #dc1617;
    border: 1px solid #dc1617;
    background: #fff;
}

.loadmore_line {
    border-top: 1px solid #e5e5e5;
    margin-top: 1rem
}

.loadmore_line .loadmore_tips {
    position: relative;
    top: -.9rem;
    padding: 0 .55rem;
    background-color: #f5f5f5;
    color: #999
}

.loadmore_dot .loadmore_tips {
    padding: 0 .16rem
}

.loadmore_dot .loadmore_tips:before {
    content: " ";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e5e5e5;
    display: inline-block;
    position: relative;
    vertical-align: 0;
    top: -.16rem
}

.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom
}

.pagination li {
    display: inline-block;
    border: solid 1px #ddd;
    border-radius: 4px
}

.pagination a {
    color: #333;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}

.pagination .disabled a:link, .pagination .disabled a:visited, .pagination .disabled a:hover {
    cursor: not-allowed;
    pointer-events: none;
    color: #ddd
}

.pagination .active {
    pointer-events: none
}

.pagination .active, .pagination a:hover {
    background: #ffffff;
    border-radius: 4px;
    transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}

.pagination-group {
    border-right: solid 1px #ddd;
    border-radius: 4px
}

.pagination-group li {
    float: left;
    border-right: 0;
    border-radius: 0
}

.pagination-group li:not(:first-child):not(:last-child) {
    border-radius: 0
}

.pagination-group li:first-child {
    border-radius: 4px 0 0 4px
}

.pagination-group li:last-child {
    border-radius: 0 4px 4px 0
}

.pagination-group .active, .pagination-group a:hover {
    background: #ffffff;
    border-radius: 0
}

.pagination-big a {
    padding: 10px 16px;
    font-size: 16px
}

.pagination-small a {
    padding: 5px 10px;
    font-size: 12px
}

.pagination.border-main .active a, .pagination.border-sub .active a, .pagination.border-dot .active a, .pagination.border-black .active a, .pagination.border-gray .active a, .pagination.border-red .active a, .pagination.border-yellow .active a, .pagination.border-blue .active a, .pagination.border-green .active a {
    color: #fff
}

.layui-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer
}

.layui-btn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff
}

.layui-btn:active {
    opacity: 1;
    filter: alpha(opacity=100)
}

.layui-btn-primary {
    border: 1px solid #C9C9C9;
    background-color: #fff;
    color: #555
}

.layui-btn-primary:hover {
    border-color: #009688;
    color: #333
}

.layui-btn-normal {
    background-color: #1E9FFF
}

.layui-btn-warm {
    background-color: #FFB800
}

.layui-btn-danger {
    background-color: #FF5722
}

.layui-btn-disabled, .layui-btn-disabled:active, .layui-btn-disabled:hover {
    border: 1px solid #e6e6e6;
    background-color: #FBFBFB;
    color: #C9C9C9;
    cursor: not-allowed;
    opacity: 1
}

.layui-btn-xs {
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 12px
}

.layui-btn-xs i {
    font-size: 14px !important
}

.table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.table th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
    padding: 8px;
    text-align: left
}

.table td {
    border-top: 1px solid #ddd;
    padding: 8px;
    vertical-align: top
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}

.table-bordered th, .table-bordered td {
    border: solid 1px #ddd
}

.table-bordered th {
    border-bottom: 2px solid #ddd
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5
}

.table-condensed th, .table-condensed td {
    padding: 5px
}

@media (max-width: 760px) {
    .table-responsive {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive .table tr th, .table-responsive .table tr td {
        white-space: nowrap
    }
}

@media only screen and (max-width: 760px) {
    .table-responsive-y table, .table-responsive-y thead, .table-responsive-y tbody, .table-responsive-y th, .table-responsive-y td, .table-responsive-y tr {
        display: block
    }

    .table-responsive-y thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .table-responsive-y tr {
        border: 1px solid #ccc
    }

    .table-responsive-y td {
        border: 0;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 30%;
        white-space: normal;
        text-align: left
    }

    .table-responsive-y td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold
    }

    .table-responsive-y td:before {
        content: attr(data-title)
    }
}

.padding{
    padding: 10px !important;
}
