.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: 0.7px;
    position: relative;
    left: 5px;
}

.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: 90px;
    height: 80px;
    margin-right: 10px;
}

.aui-flex-card-img img {
    width: 90%;
    height: 80px;
    display: block;
    border: none;
}

.aui-flex-box h3 {
    font-weight: bold;
    font-size: 0.9rem;

}

.aui-flex-box p {
    font-size: 12px;
    color: #5D6D7E ;
	padding-top: 10px;	
    /*padding-bottom: 10px;*/
}

.aui-flex-box p1 {
    font-size: 12px;
    color: #E53935;
}

.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: 60px;
    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
}
.select-alert {
  position: fixed;
  left: 30px;
  right: 30px;
  height: 410px;
  top: 50%;
  margin-top: -205px;
  background-color: #fff;
  border-radius: 5px;
  z-index: 99999;
  display: none;
}
.select-alert .titles {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(132deg, #3c85ed, #3c85ed);
  color: #fff;
  font-size: 15px;
  border-radius: 5px 5px 0px 0px;
}
.select-alert .titles img {
  width: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.search-for {
  width: 94%;
  margin: 10px auto 0;
  border: 1px solid #3c85ed;
  height: 35px;
  line-height: 24px;
  border-radius: 5px;
}
.xhtc_vb1 {
  width: calc(100% - 80px);
  float: left;
  font-size: 14px;
  height: 32px;
  margin: 0px;
  border: none;
  padding-left: 14px;
}
.btn {
  width: 60px;
  height: 32px;
  line-height: 32px;
  color: #3c85ed;
  float: right;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.xhtc_vc {
  height: 264px;
  width: 94%;
  margin: 13px auto 0;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.xhtc_vc div {
  cursor: pointer;
}
.qrxz {
  float: left;
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: linear-gradient(132deg, #3c85ed, #3c85ed);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  margin: 4px auto;
  margin-left: 50px;
  cursor: pointer;
}
.hyp {
  float: right;
  width: 98px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3c85ed;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  margin: 4px auto;
  margin-right: 50px;
  border: 1px solid #3c85ed;
  cursor: pointer;
}
.xhtc_vc div {
  font-size: 14px;
  text-align: center;
  background-color: #f2f9ff;
  border: 1px solid #e8f2fa;
  height: 36px;
  line-height: 36px;
  width: 48%;
  margin-bottom: 8px;
  border-radius: 3px;
  letter-spacing: 1px;
}
.xhtc_vc div.on {
    border: 1px solid #00ff86;
    background: #00ff86;
}
.mask-two {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999;
}

.zhezhao_boxa {
  z-index: 99999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

#number {
    color: #f14e4e;
    letter-spacing: 1px;
    font-weight: 700;
    cursor: pointer;
}
