/* 公共样式表css */


/* * {
	margin: 0;
	padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}  */

html,body {
    color: #333;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}


*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* 必要布局样式css */
.aui-flexView {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    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;
}

.aui-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-top: 0; */
}

.aui-navBar {
    height: 44px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1002;
    background-image: -webkit-gradient(linear,left top,right top,from(#385fec),to(#39b9ff));
    background-image: -webkit-linear-gradient(left,#385fec,#39b9ff);
    background-image: -moz-linear-gradient(left,#385fec,#39b9ff);
    background-image: linear-gradient(to right,#385fec,#39b9ff);
    background-color: #3579e4;
}

.aui-finance-box {
    width: 100%;
    height: 130px;
    /* background: #39b5fe; */
    padding: 13px;
    background-image: -webkit-gradient(linear,left top,right top,from(#385fec),to(#39b9ff));
    background-image: -webkit-linear-gradient(left,#385fec,#39b9ff);
    background-image: -moz-linear-gradient(left,#385fec,#39b9ff);
    background-image: linear-gradient(to right,#385fec,#39b9ff);
    background-color: #3579e4;
}

.aui-finance-fun {
    width: 100%;
    height: 100px;
    background-image: -webkit-gradient(linear,left top,right top,from(#39b9ff),to(#385fec));
    background-image: -webkit-linear-gradient(left,#39b9ff,#385fec);
    background-image: -moz-linear-gradient(left,#39b9ff,#385fec);
    background-image: linear-gradient(to right,#39b9ff,#385fec);
    background-color: #385fec;
    border-radius: 0.2rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aui-finance-fun-hd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 13px;
}

.aui-finance-fun-hd h2 {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 3.2px;
}

.aui-finance-fun-hd h3 {
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    padding-bottom: 3.2px;
}

.aui-finance-fun-hd h4 {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 3.2px;
}

.aui-navBar-e {
    height: 44px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1002;
    background-image: -webkit-gradient(linear,left top,right top,from(#385fec),to(#39b9ff));
    background-image: -webkit-linear-gradient(left,#385fec,#39b9ff);
    background-image: -moz-linear-gradient(left,#385fec,#39b9ff);
    background-image: linear-gradient(to right,#385fec,#39b9ff);
    background-color: #3579e4;
}

.aui-finance-box-e {
    width: 100%;
    height: 230px;
    /* background: #39b5fe; */
    padding: 13px;
    background-image: -webkit-gradient(linear,left top,right top,from(#385fec),to(#39b9ff));
    background-image: -webkit-linear-gradient(left,#385fec,#39b9ff);
    background-image: -moz-linear-gradient(left,#385fec,#39b9ff);
    background-image: linear-gradient(to right,#e1e1e2,#f7faf9);
    background-color: #e47e3e;
}

.aui-finance-fun-e {
    width: 100%;
    height: 100px;
    background-image: -webkit-gradient(linear,left top,right top,from(#39b9ff),to(#385fec));
    background-image: -webkit-linear-gradient(left,#39b9ff,#385fec);
    background-image: -moz-linear-gradient(left,#39b9ff,#385fec);
    background-image: linear-gradient(to right,#39b9ff,#385fec);
    background-color: #385fec;
    border-radius: 0.2rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aui-finance-fun-hd-e {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 13px;
}

.aui-finance-fun-hd-e h2 {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 3.2px;
}

.aui-finance-fun-hd-e h3 {
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    padding-bottom: 3.2px;
}

.aui-palace-grid-e {
    position: relative;
    float: left;
    padding: 1px;
    width: 33.3%;
    box-sizing: border-box;
    margin: 5px 0;
}


.aui-center-e {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
}

.aui-center-title-e {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 0.32rem;
    color: #fff;
}


.aui-money-user {
    min-width: 10%;
    width: 38px;
    /* height: 35px; */
    /* border: 1px solid #fff; */
    border-radius: 100%;
    overflow: hidden;
    margin-right: 13px;
    margin-left: 13px;
    margin-top: 5px;
}

.aui-navBar-item {
    height: 44px;
    min-width: 65%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 0.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    color: #ffffff;
	position: relative;
	letter-spacing: 1px;
}

.aui-navBar-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -21%;
    font-size: 0.9rem;
    font-weight: bold;
}

.aui-navBar-item:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    /* -webkit-justify-content: flex-end; */
    -ms-flex-pack: end;
    /* justify-content: flex-end; */
}

.aui-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    width: 50%;
    margin-left: 25%;
}

.aui-center-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 0.95rem;
    color: #fff;
}



.aui-finance-bg {
    background: #fff;
    border-radius: 14px;
    height: 27px;
    line-height:27px;
    width: 100%;
    position: relative;
}

.aui-finance-s {
    width: 100%;
}

.aui-finance-bg input {
    background: none;
    border: none;
    padding-left: 32px;
    font-size: 11px;
    height: 27px;
    line-height: 27px;
    width: 100%;
}

.aui-finance-fun-bd {
    padding-right: 32px;
}

.dot {
    animation: sploosh 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dot2 {
    animation: sploosh2 .9s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dot3 {
    animation: sploosh3 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dot,.dot2,.dot3 {
    height: 50px;
    width: 50px;
    font-size: 14px;
    color: #fe6830;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    z-index: 10;
    animation-iteration-count: infinite;
    background: transparent;
    font-weight: bold;
}

@keyframes sploosh {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.7);
        background: rgba(255, 255, 255, 0.7);
    }

    100% {
        box-shadow: 0 0 0 13px rgba(255, 255, 255, 0);
        background: rgba(255, 255, 255, 0);
    }
}

@keyframes sploosh2 {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.7);
        background: rgba(255, 220, 1, 0.7);
    }

    100% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0);
        background: rgba(255, 255, 255, 0.3);
    }
}

@keyframes sploosh3 {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.7);
        background: rgba(255, 255, 255, 0.7);
    }

    100% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0);
        background: rgba(255, 255, 255, 1);
    }
}

.aui-palace {
    padding:  13px 0;
    position: relative;
    overflow: hidden;
}
.aui-palace-grid {
    position: relative;
    float: left;
    padding: 1px;
    width: 20%;
    box-sizing: border-box;
    margin: 5px 0;
}

.aui-palace-grid-icon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.aui-palace-grid-icon img {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.aui-palace-grid-text {
    display: block;
    text-align: center;
    color: #333;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 3.2px;
}

.aui-palace-grid-text h2 {
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}

.aui-flex {
	width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    position: relative;
}

.aui-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}

.aui-flex-box h1{
    color:rgba(255,255,255,.9);
}
.aui-flex-box h2 em{
    font-style:normal;
    color:#acacac;
    font-size: 14px;
}
.aui-flex-box h2{
    color:#333;
    font-size:16px;
    position:relative;
    padding-left:14px;
    font-weight:normal;
}

.aui-flex-box h2:after{
    content: '';
    position: absolute;
    z-index: 0;
    top: 2px;
    left: 1px;
    width: 4px;
    height: 75%;
    background: #fd480f;
}

.aui-flex-box h3{
    color: #363636;
	font-size: 14.4px;
	font-weight: bold;
}

.aui-flex-color {
    border-radius: 50px;
    padding: 3px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box {
    height: 20px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
}
.aui-flex-title{
    padding:10px 15px;
}

.t_news {
    height: 20px;
    color: #fff;
    overflow: hidden;
    position: relative
}

.t_news b {
    line-height: 20px;
    font-weight: 700;
    display: inline-block
}

.news_li,.swap {
    line-height: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 1px
}

.news_li a,.swap a {
    color: #333;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 12px;
}

.news_li a em {
    font-style: normal;
}

.news_li li {
    color: #676767;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    height: 20px;
    padding-left: 5px;
    line-height: 20px;
}
.aui-news-sml img {
    width: 30px;
    height: 30px;
    display: block;
    border: none;
}
.swap {
    top: 20px
}

.swap li {
    color: #676767;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    height: 20px;
    padding-left: 5px;
    line-height: 20px;
}

.swap li a {
    color: #676767;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    height: 20px;
    line-height: 20px;
}

.divHeight {
    width: 100%;
    height: 8px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.m-slider {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.slider-item {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #f6f6f6;
}

.slider-item img {
    width: 100%;
    height: 160px;
    display: block;
    border: none;
}

.slider-pagination {
    text-align: right;
    position: absolute;
    width: 100%;
    z-index: 2;
    right: 0;
    bottom: 10px;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-pagination > .slider-pagination-item {
    margin: 0  4px;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.3);
}

.slider-pagination > .slider-pagination-item.slider-pagination-item-active {
    background-color: #ff5d64;
    border-radius: 100%;
}
.m-actionsheet {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #EFEFF4;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.aui-image-text {
    position: relative;
    padding: 1rem;
    overflow:hidden;
}

.aui-image-text .aui-flex {
    width: 48%;
    float: left;
    border-radius: 10px;
    margin: 0 1% 0 1%;
    padding: 1px 5px;
    background:#fff;
}

.aui-shrink-img {
    width: 32px;
    height: 32px;
    margin-right: 0.5rem;
}

.aui-shrink-img img {
    width: 32px;
    height: 32px;
    border: none;
    display: block;
    border-radius: 3px;
}

.aui-image-text .aui-flex-box h2 {
    font-weight: 500;
    font-size: 14px;
    color: #3d4457;
}

.aui-image-text .aui-flex-box p {
    font-weight: normal;
    font-size: 12px;
    color: #a9a9a9;
    margin-bottom: 4.8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    text-align: justify;
}


.aui-image-text-one{
    padding:0;
}
.aui-image-text-one .aui-shrink-img {
    width:40px;
    height:40px;
    margin-right:0;
}

.aui-image-text-one .aui-shrink-img img{
    width:40px;
    height:40px;
}

.aui-image-text-one  .aui-flex:after{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #f1f1f1;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.aui-image-text-one  .aui-flex{
    padding:16px;
    margin-right:0;
    width:50%;
    margin-left:0;

}

.b-line {
    position: relative;
}

.b-line:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e9dbdb;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.prompt {
  display:block;
  background:#f00;
  border-radius:50%;
  width:5px;
  height:5px;
  top:0px;
  right:0px;
  position:absolute;
}

/* alarm  */
.gray { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);	
    filter: gray;
    background-color: #c5c0c0;
}

.alarm {
	position: absolute;
	color: white;
	/*font-size: 6px;*/
	background-color: red;
	/*height: 24px;改前*/
	min-height: 6px;/*改后新增的代码*/
	min-width:12px;/*改后新增的代码*/
	line-height: 10px;
	right:2px;
	top: -3px;
    text-align: center;
	/*-webkit-border-radius: 24px;*/
     border-radius: 4px;
	 padding:2px;
}

.notice{
    position: absolute;
    color: white;
    /* font-size: 6px; */
    background-color: red;
    min-height: 12px;
    min-width: 18px;
    line-height: 12px;
    right: 30px;
    top: 6px;
    text-align: center;
    -webkit-border-radius: 14px; 
    /*  border-radius: 3px; */
    padding: 3px;
}

.notice4{
    position: absolute;
    color: white;
    background-color: red;
    line-height: 12px;
    right: 30px;
    top: 6px;
    text-align: center;
    -webkit-border-radius: 14px; 
    /*  border-radius: 3px; */
    padding: 4px;
}

.red-point{
	position: relative;
}

.red-point::before{
	content: " ";
	border: 3px solid red;/*设置红色*/
	border-radius:3px;/*设置圆角*/
	position: absolute;
	right:2px;
	top: -32px;
	margin-right: -1px;
}

.red-point_p{
	position: relative;
}

.red-point_p::before{
	content: " ";
	border: 3px solid red;/*设置红色*/
	border-radius:3px;/*设置圆角*/
	position: absolute;
    right: 100px;
    top: -38px;
	margin-right: -1px;
}

.red-point_r{
	position: relative;
}

.red-point_r::before{
	content: " ";
	border: 3px solid red;/*设置红色*/
	border-radius:3px;/*设置圆角*/
	position: absolute;
	right:125px;
	top: -40px;
	margin-right: -1px;
}

/* news  */
.aui-news-list {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.aui-news-list-item {
    padding: 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #000000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.aui-news-list-item-bd {
	height:90px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}

.aui-news-list-item-bd h4 {
    color: #505050;
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: normal;
    margin-bottom: 11px;
}

.aui-news-list-item-bd h4 i {
    color: #fff;
    background: #2883e9;
    font-size: 11px;
    border-radius: 2px;
    padding: 2px 4px;
    font-style: normal;
    margin-right: 5px;
}

.aui-news-list-item-bd p span {
    color: #7f838a;
    font-size: 12px;
    padding: 2px 0px;
    line-height: 1.2rem;
    height: .15rem;
    border-radius: 2px;
    margin-top: .03rem;
    position: relative;
    left: .02rem;
}

.aui-news-list-item-hd {
    width: 125px;
    height: 90px;
    line-height: 90px;
    text-align: center;
}

.aui-news-list-item-hd img {
    width: 100%;
    max-height: 100%;
    vertical-align: top;
    border-radius: 5px;
}

.aui-news-list-item:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e0e0e0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    left: 20px;
}

.aui-news-list-item-bd p span em {
	margin-left: 8px;
    font-style: normal;
    color: #848e98;
}


.aui-news-list-item:active {
    background: #efefef;
}

.aui-palace-grid-icon-e {
    width: 30px;
    margin: 0 auto;
	margin-left: 25px;
}

.ib-head-e{
    padding: 3px 0px;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*公告*/
.notice2{width:100%;height:26px;overflow:hidden;background:url(__PUBLIC__/mobile/notice/img/bg.gif) no-repeat;}
.noticTipTxt{color:#f20;height:22px;line-height:22px;overflow:hidden;margin:0 0 0 20px;}
.noticTipTxt li{height:22px;line-height:22px;}
.noticTipTxt a{color:#f20;font-size:14px;text-decoration:none;}
.noticTipTxt a:hover{color:#f20;text-decoration:underline;}