.wx_ianalysis_qiandao{
z-index: 999; 
position: fixed;
right: 2px;
width: 40px;
height: 40px;
border-radius: 30px;
line-height: 40px;
color: #fff;
background: #FF5722;
top:30%;
}
.wx_ianalysis_qiandao a{ 
font-size:16px; 
width:100%;
height:36px;
text-align:center;float:left;
display:inline;
overflow:hidden;
color:#fff;
}

.wx_ianalysis_tousu{
z-index: 999; 
position: fixed;
right: 2px;
width: 40px;
height: 40px;
border-radius: 30px;
line-height: 40px;
color: #fff;
background: #1d953f;
top:40%;
}
.wx_ianalysis_abcd a{ 
font-size:16px; 
width:100%;
height:36px;
text-align:center;float:left;
display:inline;
overflow:hidden;
color:#fff;
}

.wrapper[data-v-e956288c] {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: ;
    background-size: ;
}
.red-lucky
{
color: #0c0;
float: right!important;
}
.red-badluck
{
color: red;
float: right!important;
}
.img {
 max-width:100%;
}
.main .list_honbao .honbao{padding-right:10px; padding-bottom:5px;}

.czkefu_DOM {
display: none;
padding: 10px;
text-align: center;
}
	
.czkefu_DOM .czkefu {
width: 100%;
}

.gg{display: none; padding: 10px 12px;}
.czfuli{display: none; padding: 10px 12px;}

.fahb_DOM {
display: none;
padding: 10px;
text-align: center;
}
	
.fahb_DOM .czkefu {
width: 1000%;
}

.app{/*别人发的红包位置*/
font-size:12px;
line-height: 20px;  
font-family:"微软雅黑";
/* font-style:oblique;*/
color:rgb(119, 119, 119);;
}
.apphonbaowo{/*自己发的红包位置*/
text-indent:16em;
font-size:12px;
line-height: 20px;  
font-family:"微软雅黑";
/* font-style:oblique;*/
color:rgb(119, 119, 119);;
}

.tixian_DOM {
display: none;
padding: 10px;
text-align: center;
}
	
.tixian_DOM .czkefu {
width: 100%;
}
/*提现记录提示*/
.txjmts {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 13px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 4px 2px;
    cursor: pointer;
    line-height: 0.1;
    border-radius: 8px;
}
.txjmts1 {background-color: #1E90FF;} /* Blue */
.txjmts2 {background-color: #f44336;} /* Red */
/*提现界面按钮*/
.buttonabc {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 20px 113px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    cursor: pointer;
    line-height: 0.1;
    border-radius: 8px;
}
.button2 {background-color: #008CBA;} /* Blue */
.button3 {background-color: #f44336;} /* Red */
.weixinzf{padding: 10px 48px;margin: 7px 2px;} /* Blue */
/*提现收款码*/
  /*      #qrcode{
            width: 200px;
            height: auto;
            min-height: 100px;
            text-align: center;
            line-height: 80px;
            font-weight: bold;
            font-size: 80px;
            border: 1px dashed #8a8a8a;
            color: #8a8a8a;
        }*/
#qrcode img{
    width: 120px;
    height: auto;
}


/*分割*/ 
/* 必要布局样式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;
}

.aui-navBar {
    height: 44px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: none;
    z-index: 1002;
    background: #303030;
}

.aui-navBar-item {
    height: 44px;
    min-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 0.9rem;
    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.7rem;
    white-space: nowrap;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}

.aui-navBar-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -25%;
    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: #3c3c3c;
}

.icon {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    float: left;
    background-size: 20px;
    background-repeat: no-repeat;
}

.icon-return {
    background-size: 17px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEVklEQVRoQ+XaW8hmUxzH8e8vkkKIJMo5uVPjlFMOjWIoE2a4mHKlZnIjKeQ0Q44prpzdTriRGcOo0aAccr5ziAskknI+hf761Xpr97b249lrH9931vXez16fZ+3Db/3XErtY01LyRsR+kn5s0+clATYUeA04HPgTeFbS+hL45MERscJA4LAK8FfgLEnvN0VPGhwRJwMvAAdkYA9IunbZgCPiTOAp4JAM6gdg5bIZ4Yi4BtgI7JvBfgNslnRd09H18ZO7pSPieuAmYJ8M6FvgDkkPlWAnB46IR4B1wF4Z0NfA7ZIeK8VOChwRLwLnAntkQJ8AV0t6uQ12MuCIeB44H9gtA/oKuFjSB22xo4NToNgJHJ95nwTwObBG0oddYEcFJ6whTk+L27/A62lkW0XJxT88yls6Io4EtgPHZrB/AX5mnaQ6xY4ywhFxIuAX1IEZ7C8pM6/rAzs4OCJOBbbUYH8CnpN0ZVfPa+53BrulI8KQ+4CDMh35ziMraU2f2MFGOCIcA28D9q4JFA9LurNv7CDgiLgZcFzMYZ2LN0l6dAhs7+CI2JbS054Z0GfAPZKeHArbKzgidvjTAuyeAX0KXNFVemryh3X+0kqB4mngvJrZ2BfA6i7T02jghHXZxcFicXNUfDNNAjqLik2wnd7SEbE/8C5wVKYT/6T0dEZfgWJeeCe3dESc4NAAHJq58B+An9mzx8Z2MsIRcUqKih7hxe1nwFM/z2U7z8Xzjmr1uFYjnAptzwAHZy7uQttOSZeWdKyvc4rBcxTatkm6qq+Ol/5uETgi/GJ6D/CKwOLm2tNdbQptpZh5zisFbwJuzVzAk4Bb2hba5ul46TGl4Bs8iplg4c/Pq5JWlnao7/NKwb6VP6p5WTlgbJe0qu/Ol/x+EdgXSpULf3tzSyELBbiTpvI5WvhzisEJ7W/vWzW1KR/ypSuSU0K3Aie0b2/XjI+oucU8DVw7xswo15/W4Ap61gzpe+ACSc7ao7ZOwAuC/5kDeyHsEkmeMY3WOgWn0fYC9jlArsrh77RLOsWrf23/qc7BCT2rjuVy7EZJD7btfMn5vYATelal0ui7Jd1b0uk25/QGTmjXou+vKbz/BuyQtLoNoOm5vYIT+vRUHMhtTPEWpK2S1jbteOnxvYMTetZunL/TetJlQwSUQcAJ7SnlS8AxmdFxFP0YOK1v9GDgSkCpWxM2+m3vBOgTPSi4gn4HOLqmbu2C3+V91a0HB1dS2ax9HU5lq/rI36OB02h7F4BTWW7njicdGyR5yaazNio4oWftzfJIO5V1tro4OjihZ+2+6zR/TwKc0L3tr6w+D5MBJ/RFwON9FvYnBU7oWUs33uWzRZL3Yxa1yYETetbi3O/AK5IuLBFPEpzQLhC+ARyXgXmk10va3BQ9WXAllXlJJ7fm7P0hNy4rcAW9FfA0c2GAPMIrJDmcNGqTHuGqJCKeSDuCvAzrMOI/oXFbMuDGspoTdjnwf4kYXkxmsWJ7AAAAAElFTkSuQmCC");
    height: 16px;
    width: 20px;
}

.aui-recharge-box {
    margin-top: 1px;
    padding: 1px 15px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.aui-recharge-iphone {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 20px;
}

.aui-well-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}

.aui-well-hd {
    margin-left: .8em;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.aui-well-hd img {
    width: 100%;
    max-height: 100%;
    vertical-align: top;
    display: block;
    border: none;
}

.aui-well-bd p input {
    width: 100%;
    padding: 4px 0;
    font-size: 1.5rem;
    border: none;
    background: none;
}

.aui-well-bd p {
    color: #333;
    font-size: 0.8rem;
}

.aui-well-bd p em {
    font-style: normal;
}

.aui-recharge-iphone::after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #B2B2B2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-cell-box h3 {
    height: 40px;
    line-height: 40px;
    color: #999999;
    font-size: 0.85rem;
    font-weight: normal;
}

.aui-cell-box-list {
    overflow: hidden;
    position: relative;
    background-color: #FFF;
}

.aui-grids {
    position: relative;
    overflow: hidden;
}

.aui-grids-item {
    width: 99.33333%;
    float: left;
    position: relative;
    z-index: 0;
    padding: 0.2rem 0;
    font-size: 10.28rem;
    border: 1.5px solid #1890ff;
    border-radius: 20px;
    color: #7b7b7b;
    text-align: center;
    margin-right: 4%;
    margin-bottom: 15px;
    height: 28px;
}

.aui-grids-item span {
    font-size: 0.6rem;
    width: 100%;
    display: block;
}

.aui-grids-item .aui-grids-item-text {
    font-size: 0.8rem;
    color: #95d2a5;
}

.aui-grids a:nth-child(3) {
    margin-right: 0;
}

.aui-grids a:nth-child(6) {
    margin-right: 0;
}

.aui-grids-item .aui-height {
    height: 85px;
    line-height: 64px;
    font-size: 1rem;
}

.this-card {
    background: #1890ff;
    border: 1px solid #1890ff;
    color: #fff;
}

.this-card .aui-grids-item-text {
    color: #f5f5f5;
}

.aui-grids-item p {
    color: #c9c9c9;
    font-size: 0.7rem;
}

.aui-tabBar {
    width: 100%;
    position: relative;
    z-index: 100;
    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;
    padding: 20px 0;
}

.aui-tabBar-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
    -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;
    color: #576b95;
}

.aui-tabBar-item span {
    color: #576b95;
    font-size: 0.8rem;
    /* padding-bottom:20px; */
    position: relative;
}

.aui-tabBar-item span:before {
    content: '';
    position: absolute;
    z-index: 2;
    border-right: 1px solid #576b95;
    width: 1px;
    height: 13px;
    top: 3px;
    left: -20px;
}