.section-aui {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.top-slider {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    border-radius: 20px;
}

.sys-flex {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 15px;
    position: relative;
    height: 48px;
    padding-left: 0;
    padding-right: 0;
}

.sys-icon {
    background-image: url("../image/sys_icon.png");
    width: 16px;
    height: 16px;
    top: -1.5px;
    position: relative;
}

.sys-member h3 {
    color: #333;
    font-weight: bold;
    font-size: 0.85rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.sys-flex-box1 {
    -webkit-box-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    height: 20.4px;
}

.sys-flex-box1 ul.font_inner {
    position: relative;
    font-size: 0.85rem;
    color: #999;
}

.divHeight {
    width: 100%;
    border-bottom: 2px solid #f5f5f5;
}

.read-title {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.left-line {
    display: inline-block;
    width: 3px;
    height: 50%;
    background-color: #f7790a;
    border-radius: 6px;
}

.right-title {
    display: inline-block;
    margin-left: 10px;
    color: #333;
    font-weight: bold;
    font-size: 1rem;
}

.right-y {

 
    margin-left: 10px;
    color: #333;
    font-size: 13px;
}

.navBar {
    position:relative;
    border-bottom:1px solid #f2f2f2;
    background:#fff;
    font-size:14px;
}
.navBar ul {
    display:flex;
    justify-content:space-between
}
.navBar ul li {
    display:inline-block;
    text-align:center;
    padding:10px;
    width:50px;
    /*color:#888;*/
    font-weight: bold;
}
.navBar ul li.action {
    color:#f7790a;
}
.line {
    width:100px;
    height:2px;
    background:#f7790a;
    position:absolute;
    bottom:0;
}
.navBar-c-l:not(:first-of-type) {
    display:none;
}

.tab-panel {
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}

.tab-panel .tab-panel-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.tab-panel .tab-panel-item.tab-active {
    position: relative;
    transition: transform .15s, -webkit-transform .15s;
    transform: translateX(0);
}

.card-palace {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.b-line {
    position: relative;
}

.card-flex {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 15px;
    position: relative;
}

.aui-flex-card-img {
    width: 100px;
    height: 80px;
    margin-right: 10px;
}

.aui-flex-card-img img {
    width: 100%;
    height: 80px;
    display: block;
    border: none;
}

.aui-flex-box h3 {
    font-weight: bold;
    font-size: 0.9rem;
    padding-bottom: 10px;
}

.aui-flex-box p {
    font-size: 12px;
    color: #666;
    padding-bottom: 10px;
}

.aui-button-ass {
    position: absolute;
    right: 15px;
    bottom: 45px;
}

.aui-button-ass button {
    background: #f74b2b;
    color: #fff;
    font-size: 12px;
    border-radius: 30px;
    border: none;
    padding: 0.3rem 1rem;
    position: relative;
}

.divhx {
    width: 100%;
    height: 1px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.more-btn {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.more-btn button {
    color: #f7790a;
    font-size: 12px;
    border-radius: 30px;
    border: 1px solid #f7790a!important;
    background: transparent;
    padding: 0.3rem 1rem;
    cursor:none;
}
.more-btn button::before {
    border: 1px solid #f7790a!important;
}

.menu {
    display: flex;
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
    height: 50px;
    color: #474747;
    padding-top: 10px;
    border-top: 1px solid #eee;
    background-color: #fff;
    justify-content: space-around;
    font-size: 12px;
}

.subMenu.active {
    color: #f7790a;
}

.subMenu {
    width: 20%;
    float: left;
    cursor: pointer;
}

.menu_name {
    height: 20px;
    width: 100%;
    line-height: 20px;
}

img.menu_img {
    height: 14px;
    width: 14px!important;
    display: none;
}

img.menu_img1 {
    height: 14px;
    width: 14px!important;
    display: inline-block;
}

.subMenu.active img.menu_img {
    display: inline-block;
}

.subMenu.active img.menu_img1 {
    display: none;
}

img {
    vertical-align: middle;
    border: 0;
}

.active {
    color: #FFA129;
}

.text-center {
    text-align: center
}
