.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;
    z-index: 102;
    background: #ffffff;
}

.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: #808080;
    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: #333;
}

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

.aui-palace-grid {
    position: relative;
    float: left;
    padding: 1.2rem;
    width: 25%;
    box-sizing: border-box;
    background-color: white;
}

.aui-palace-grid-icon {
    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: 0.85rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 0.5rem;
}

.aui-palace-grid-text h2 {
    font-size: 0.9rem;
    color: #333;
}

.aui-palace-grid-text p {
    font-size: 0.7rem;
    font-weight: normal;
    color: #999;
}

.aui-banner-box {
    position: relative;
    width: 100%;
}

.aui-banner-item {
    width: 100%;
    position: relative;
}

.aui-slider-spot {
    position: absolute;
    bottom: 10px;
    width: 100%;
    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;
}

.aui-slider-item {
    background-color: rgba(255,255,255,0.5);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    display: block;
    margin: 0 .2rem;
}

.aui-slider-active {
    background-color: rgba(255,255,255,1);
}

.aui-news-top {
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 100;
    background-color: rgba(0,0,0,0.5);
    border-radius: 100px;
    padding: 0 0.45rem;
    height: 25px;
    overflow: hidden;
}

.aui-news-top a {
    display: inline-block;
    color: white;
    font-size: 0.8rem;
    line-height: 25px;
}

.aui-palace-one {
    padding: 0 0.9rem;
}

.aui-palace-one .aui-palace-grid {
    width: 33.333%;
    padding: 1rem 0.7rem;
}

.aui-palace-one .aui-palace-grid-text {
    padding-top: 0;
}

.aui-palace-one .aui-palace-grid-text h2 {
    font-size: 0.85rem;
    color: #424242;
    font-weight: normal;
}

.aui-palace-two .aui-palace-grid {
    width: 33.333%;
    padding: 0;
}

.aui-palace-two .aui-palace-grid-text h2 {
    font-size: 0.85rem;
    color: #424242;
}

.aui-palace-one .aui-palace-grid-icon img {
    width: 70%;
    margin: 0 auto;
}

.aui-palace-two .aui-palace-grid-icon img {
    width: 45%;
    margin: 0 auto;
}

.aui-season {
    margin: 0 0.8rem;
}

.aui-title {
    padding: 0 15px;
}

.aui-title h2 {
    color: #333333;
    font-size: 1rem;
}

.aui-title h3 {
    color: #666666;
    font-size: 0.85rem;
    font-weight: normal;
}

.aui-title h3 em {
    font-style: normal;
    color: #f04242;
}

.aui-list-wrap {
    margin: 10px 0 15px 15px;
    overflow: hidden;
    height: 9.5rem;
}

.aui-wrap-box {
    width: auto;
    white-space: nowrap;
    overflow: auto;
    height: 11rem;
    font-size: 0;
    -webkit-overflow-scrolling: touch
}

.aui-wrap-item {
    background: #24b8f3;
    display: inline-block;
    width: 19.5rem;
    height: 9.5rem;
    margin-right: 0.9rem;
    vertical-align: top;
    border-radius: 8px;
}

.aui-wrap-portrait {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 100%;
    border: 2px solid white;
    overflow: hidden;
    margin-right: 0.3rem;
}

.aui-wrap-item p {
    font-size: 0.85rem;
    color: white;
    word-wrap: break-word;
    white-space: initial;
    padding: 0 15px 15px 15px;
    line-height: 1.5;
}

.aui-wrap-item h2 {
    color: white;
    font-weight: 500;
    font-size: 1.1rem;
    margin-bottom: 0.1rem;
}

.aui-wrap-item h3 {
    color: white;
    font-weight: normal;
    font-size: 0.8rem;
}

.aui-matters {
    width: 100%;
    background: #fce6d5;
    border-radius: 8px;
    padding: 1rem;
}

.aui-matters h2 {
    font-size: 0.9rem;
    color: #000000;
    margin-bottom: 0.2rem;
}

.aui-matters p {
    font-size: 0.82rem;
    color: #666666;
}

.aui-listing-title span {
    width: 70px;
    display: block;
    color: #8f8f8f;
    font-size: 0.85rem;
}

.payBack {
    padding: 5px 15px;
    position: relative;
}

.payBack .title {
    color: #2c2c2c;
    font-size: 0.9rem;
    font-weight: normal;
    padding-bottom: 1.4rem;
    padding-left: 70px;
}

.payBack h3 {
    color: #fe5a5b;
    font-size: 0.7rem;
    font-weight: normal;
    position: absolute;
    left: 15px;
    bottom: 8px;
}

.payBack .label {
    color: #2c2c2c;
    font-size: 0.9rem;
    position: absolute;
    left: 15px;
    top: 5px;
}

.aui-correct span {
    display: block;
    line-height: 1.4;
    color: #333;
    font-size: 0.9rem;
}

.aui-correct span i {
    float: right;
    width: 19px;
    height: 19px;
    background-size: 19px;
    margin-left: 0.2rem;
}

.aui-social-box .aui-flex-box h3 {
    font-size: 0.95rem;
}

.aui-flex-box h4 {
    color: #2884ff;
}

.aui-list-fund table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}

.aui-list-fund table tr {
    width: 100%;
}

.aui-list-fund table tr th {
    background: #f0f7ff;
    width: 33.33%;
    padding: 0.4rem 1rem 0.4rem 0;
    font-weight: normal;
    color: #80807e;
    font-size: 0.9rem;
    text-align: right;
}

.aui-list-fund table tr td {
    padding: 0.4rem 1rem 0.4rem 0;
    font-size: 0.9rem;
    text-align: right;
    color: #909090;
}

.aui-list-fund table tr th:first-child {
    padding-left: 1rem;
    width: 28%;
    text-align: left;
    font-size: 0.9rem;
    color: #282828;
}

.aui-list-fund table tr td:first-child {
    padding-left: 1rem;
    width: 28%;
    text-align: left;
    font-size: 0.9rem;
    color: #282828;
}

.aui-list-fund table .aui-default-blue td {
    padding-top: 0.5rem;
    color: #4a97ff;
}

.aui-list-fund table .aui-default-blue td:first-child {
    color: #4a97ff;
}

.yellow .aui-flex-box h4 {
    color: #ffb70c;
}

.yellow .aui-list-fund table tr th {
    background: #fff6dd;
}

.yellow .aui-list-fund table .aui-default-blue td {
    padding-top: 0.5rem;
    color: #ffb70c;
}

.aui-notice-box .aui-flex-box h3 {
    font-size: 0.95rem;
}

.aui-text {
    padding: 0 15px;
}

.aui-text p {
    font-size: 0.8rem;
    color: #949494;
    line-height: 1.6;
    margin-bottom: 0.2rem;
}

.aui-btn-box {
    padding: 2rem 1.5rem;
}

.aui-tab-box {
}

.aui-tab-head {
    width: 100%;
    background-image: url("../image/icon-query.png");
    background-size: 100%;
}

.aui-tab-head .aui-palace-grid {
    width: 50%;
    background: none;
}

.aui-tab-head .aui-palace-grid-icon img {
    width: 28%;
    margin: 0 auto;
    opacity: 0.7;
}

.aui-tab-head .aui-palace-grid-text h2 {
    color: #b4daff;
    font-size: 0.9rem;
    font-weight: normal;
}

.aui-tab-head .triangle h2 {
    color: white;
}

.aui-tab-head .triangle img {
    opacity: 1;
}

.aui-tab-time a {
    padding: 0.8rem 1.5rem;
    position: relative;
    display: block;
    float: left;
    color: #888;
}

.aui-tab-table {
    display: none;
}

.aui-tab-tableAcive {
    display: block;
}

.aui-tab-table table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}

.aui-tab-table table tr th {
    background: #f7f7f7;
    font-weight: normal;
    font-size: 0.9rem;
    padding: 0.6rem 0;
    color: #777777;
}

.aui-tab-table table tr td {
    background: #fbfbfb;
    font-weight: normal;
    font-size: 0.9rem;
    padding: 0.6rem 0;
    color: #777777;
}

.aui-tab-time .aui-time-active {
    color: #3295fa;
}

.aui-time-active:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    width: 54%;
    margin-left: -27%;
    height: 4px;
    border-bottom: 2px solid #3295fa;
}

.triangle:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: -16px;
    left: 45%;
    margin-left: 0;
    border-top: 8px transparent dashed;
    border-left: 8px transparent dashed;
    border-right: 8px transparent dashed;
    border-bottom: 8px #fff solid;
}

.aui-notice {
    background: #fef8ec;
    color: #fb7102;
    padding: 0.8rem 1rem;
    font-size: 0.8rem;
    position: relative;
}

.aui-notice-close {
    position: absolute;
    top: 0.8rem;
    right: 1rem;
}

.aui-palace-three {
    padding: 0 1rem;
}

.aui-palace-three .aui-palace-grid {
    width: 33.333%;
}

.aui-palace-three .aui-palace-grid-icon img {
    width: 60%;
    margin: 0 auto;
}

.aui-palace-three h2 {
    font-size: 0.85rem;
    color: #424242;
    font-weight: normal;
}

.aui-problem h2 {
    font-size: 0.9rem;
    color: #333;
    position: relative;
    padding-left: 0.4rem;
}

.aui-problem h2:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0.19rem;
    left: 0;
    width: 3px;
    height: 15px;
    border-radius: 6px;
    background: #4a97ff;
}

.aui-problem-list .b-line:after {
    width: 100%;
    left: 15px;
}

.aui-problem-list dl dt {
    position: relative;
    padding-left: 2rem;
}

.aui-problem-list dl dt a {
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: justify;
    color: #313131;
}

.aui-problem-list dl dt:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 1.4rem;
    left: 1rem;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    background: #545454;
}

.aui-problem-list dl dd {
    padding: 0 15px 15px 33px;
    font-size: 0.8rem;
    color: #909090;
    text-align: left;
    position: relative;
}

.aui-problem-list dl dd.b-line:after {
    width: 91%;
}











.aui-mine-head {
    width: 100%;
    background-image: url(../image/icon-mine.png);
    background-size: 100%;
    padding: 1.7rem 0 1.4rem 0;
}

.aui-mine-portrait {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 100%;
    border: 3px solid #fff;
    overflow: hidden;
    margin-right: 1rem;
}

.aui-mine-head h2 {
    color: #fff;
    font-size: 1.1rem;
}

.aui-balance {
    width: 93%;
    margin: -1.5rem auto;
    background: #fff;
    border-radius: 5px;
    height: 4rem;
    box-shadow: 0 3px 15px #ddecff;
}

.aui-mine-set i {
    width: 27px;
    height: 27px;
    background-size: 27px;
}

.aui-balance .aui-arrow {
    background: #2f95f9;
    border-radius: 100px;
    padding: 0.2rem 1.3rem 0.2rem 0.9rem;
}

.aui-balance .aui-arrow span {
    color: #fff;
    font-size: 0.85rem;
}

.aui-balance .aui-arrow:after {
    border-color: #fff;
    right: 10px;
}

.aui-balance h2 {
    color: #333;
    font-size: 0.9rem;
    font-weight: normal;
}

.aui-balance h2 em {
    color: #ff5d5e;
    font-size: 0.9rem;
    font-style: normal;
}

.aui-mine-list {
    padding-top: 2rem;
}

.aui-cou-img {
    width: 22px;
    height: 22px;
    margin-right: 0.5rem;
}

.aui-cou-img img {
    width: 22px;
    height: 22px;
    display: block;
    border: none;
}

.aui-mine-list .aui-flex {
    padding: 0.8rem 1rem;
}

.aui-set-box .b-line:after {
    left: 15px;
    width: 92%;
}

.aui-set-box .aui-cou-img {
    width: 3rem;
    height: 3rem;
}

.aui-set-box .aui-cou-img img {
    width: 3rem;
    height: 3rem;
    border-radius: 5px;
}

.aui-count-box {
    width: 100%;
    padding: 1.5rem 1rem;
    background: #3396fb;
    text-align: center;
}

.aui-count-box h1 {
    color: white;
    font-weight: normal;
    font-size: 1.3rem;
}

.aui-count-box h2 {
    font-size: 1.4rem;
    color: white;
}

.aui-count-box h2 i {
    font-weight: normal;
    color: white;
    font-style: normal;
    font-size: 1.2rem;
}

.aui-palace-four {
    background: #2d86e2;
    padding: 0.7rem 1rem;
}

.aui-palace-four .aui-palace-grid {
    width: 50%;
    background: #2d86e2;
    padding: 0;
    text-align: center;
}

.aui-palace-four h3 {
    color: rgba(255,255,255,0.8);
    font-weight: normal;
    font-size: 0.9rem;
}

.aui-palace-four h4 {
    color: white;
    font-weight: normal;
    font-size: 0.9rem;
}

.aui-listing .b-line:after {
    width: 92%;
    left: 15px;
}

.order .aui-palace-grid {
    width: 33.333%;
    background: #2d86e2;
    padding: 0;
    text-align: center;
}

.aui-remarks {
    padding: 0.6rem 1rem;
    background: #f5f5f5;
    font-size: 0.8rem;
    color: #aaaaaa;
}

.aui-text-box textarea {
    padding: 1rem;
    font-size: 0.8rem;
    width: 100%;
    resize: none;
    height: 7rem;
    border: none;
}

.aui-pay-wx {
    width: 25px;
    height: 25px;
    margin-right: 0.3rem;
}

.aui-pay-mode h2 {
    color: #181818;
    font-weight: normal;
    font-size: 0.9rem;
}

.aui-agree h3 {
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.4;
}

.aui-agree h3 a {
    color: #2f95f9;
}

.aui-agree-box {
    padding: 1rem;
    color: #888;
    font-size: 0.8rem;
}

.aui-agree-box h1 {
    text-align: center;
    color: #666;
    padding: 0.5rem 0;
}

.aui-agree-box p {
    padding: 0.2rem 0;
}

.aui-upload-img p {
    padding: 0 1rem 0.5rem 1rem;
    color: #8393aa;
    font-size: 0.8rem;
}

.aui-upload-img .aui-flex {
    padding: 0 0.7rem 0.2rem 0.7rem;
}

.aui-upload-img .aui-flex-box {
    width: 25%;
    flex: initial;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    margin: 2%;
}

.aui-feed .aui-text-box textarea {
    height: 10rem;
}

.aui-feed h2 {
    color: #333;
    font-weight: normal;
    font-size: 0.85rem;
    margin-right: 0.3rem;
}

.aui-feed .aui-agree h3 {
    padding-left: 0;
    color: #bfc2cc;
}

.aui-feed .b-line:after {
    width: 92%;
    left: 15px;
}

.blue {
    background: #28afef;
}

.blue .aui-center-title {
    color: white;
}

.aui-refund h2 {
    color: #010101;
    font-size: 0.9rem;
    font-weight: normal;
    margin-bottom: 0.2rem;
}

.aui-refund p {
    color: #707070;
    font-size: 0.8rem;
    font-weight: normal;
}

.aui-amount span {
    color: #fc9a2d;
    font-weight: bold;
    font-size: 0.9rem;
}

.aui-charge-box {
    width: 92%;
    margin: 1rem auto;
    background: #fff;
    padding: 1rem;
    border-radius: 3px;
    box-shadow: 0 3px 5px #dedede;
}

.aui-charge-box h1 {
    font-size: 1rem;
    color: #333;
}

.aui-charge-box h1 em {
    font-size: 0.8rem;
    color: #adadad;
    font-style: normal;
}

.aui-charge-mon {
    padding: 0.5rem 0;
}

.aui-charge-mon i {
    font-size: 1.2rem;
    color: #333;
    font-style: normal;
    font-weight: 400;
}

.aui-charge-mon input {
    font-size: 1.2rem;
    color: #333;
    font-style: normal;
    font-weight: bold;
    width: 90%;
    border: none;
}

.aui-charge-box h3 {
    color: #7a7dff;
    font-weight: normal;
    font-size: 0.85rem;
    margin-top: 1rem;
}

.aui-charge-text {
    text-align: center;
    width: 100%;
}

.aui-charge-text h2 {
    font-weight: normal;
    color: #292929;
    font-size: 0.9rem;
}

.aui-charge-text p {
    font-weight: normal;
    color: #8b8788;
    font-size: 0.8rem;
}

.aui-form-input input {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0.4rem 1rem;
    color: #333;
    border: none;
    font-size: 0.9rem;
}

.aui-form-input .aui-flex {
    padding: 0;
}

.aui-code {
    padding-right: 1rem;
}

.aui-code span {
    color: #2f95f9;
    font-size: 0.85rem;
}

.aui-staff-box {
    width: 100%;
    height: 6.5rem;
    background-image: url("../image/icon-staff.png");
    background-size: cover;
    background-color: #2f95f9;
    background-position: center;
    padding: 1rem;
}

.aui-staff-box h2 {
    color: #feffff;
    font-weight: normal;
    font-size: 0.95rem;
    margin-bottom: 0.2rem;
}

.aui-staff-box p {
    color: #feffff;
    font-weight: normal;
    font-size: 0.75rem;
    margin-bottom: 0.2rem;
}

.aui-staff-peo {
    width: 92%;
    margin: -1.8rem auto;
    overflow: hidden;
}

.aui-staff-peo .aui-flex {
    background: white;
    margin-bottom: 1rem;
    border-radius: 4px;
}

.aui-staff-img {
    width: 3.2rem;
    height: 3.2rem;
    background: #28afef;
    border-radius: 100%;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 3.2rem;
    font-size: 1rem;
    margin-right: 0.6rem;
}

.aui-staff-edit a {
    color: #4a97ff;
    font-size: 0.8rem;
    margin-left: 1rem;
}

.aui-staff-peo h2 {
    color: #333333;
    font-size: 1rem;
    margin-bottom: 0.3rem;
}

.aui-staff-peo p {
    color: #787878;
}

.aui-staff-add {
    color: #4a97ff;
    font-size: 0.85rem;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
    padding: 1rem 0;
}

.aui-no {
    padding-top: 5rem;
    text-align: center;
    color: #9c9c9c;
    font-size: 0.7rem;
}

.aui-no img {
    width: 35%;
    margin: 0 auto;
}

.aui-service-fee .aui-listing {
    background: #fff;
}

.aui-fee-title {
    padding: 1rem;
}

.aui-fee-title h2 {
    color: #979696;
    font-size: 0.85rem;
    font-weight: normal;
}

.aui-fee-title h2 em {
    color: #979696;
    font-size: 0.7rem;
    font-weight: normal;
    font-style: normal;
}

.aui-service-fee .aui-pay-mode {
    background: #fff;
}

.aui-pay-mode .b-line:after {
    left: 15px;
    width: 92%;
}

.aui-current-box {
    position: relative;
    padding: 1px 10px 1px 10px;
}

.aui-current-item {
    position: relative;
    float: left;
    padding: 1.2rem 0.3rem;
    width: 29.333333%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    margin: 0 2% 4% 2%;
    background: #ffffff;
    box-shadow: 0 3px 5px #e5e5e5;
}

.aui-current-item-hd h1 {
    color: #0faaf6;
    font-size: 1.4rem;
    margin-bottom: 0.3rem;
}

.aui-current-item-hd h1 em {
    font-size: 0.9rem;
    font-style: normal;
}

.aui-current-item-hd h3 {
    color: #505050;
    font-size: 0.75rem;
    font-weight: normal;
}

.this-card {
    background: -webkit-linear-gradient(left top, #3396fa , #65c4fc);
    
    background: -o-linear-gradient(bottom right, #3396fa, #65c4fc);
    
    background: -moz-linear-gradient(bottom right, #3396fa, #65c4fc);
    
    background: linear-gradient(to bottom right, #3396fa , #65c4fc);
    
}

.aui-reset-tag {
    width: 58px;
    position: absolute;
    top: -0.6rem;
    right: -0.3rem;
    font-size: 0.7rem;
    background: #fdaf49;
    color: #fff;
    border-radius: 10px 10px 10px 0;
}

.this-card .aui-current-item-hd h1 {
    color: white;
}

.this-card .aui-current-item-hd h3 {
    color: white;
}

.aui-add-staff-back {
    background: #eaf4fe;
    padding: 2rem 1rem;
    border-radius: 5px;
    margin: 0 0.5rem;
}

.aui-add-staff .aui-flex {
    padding: 0.8rem 0.5rem;
}

.aui-add-staff {
    background: #fff;
    margin: -1.8rem auto;
    width: 92%;
    border-radius: 3px;
}

.aui-listing-add {
    background: #fff;
    margin-top: 2.6rem;
}

.aui-listing-add .aui-listing-title span {
    color: #171717;
}

.aui-listing-add input {
    width: 100%;
    color: #333;
    border: none;
    font-size: 0.9rem;
    border: none;
}

.aui-add-staff h2 {
    color: #313131;
    font-weight: normal;
    font-size: 0.9rem;
    padding: 1rem 0 0 1rem;
}

.aui-add-staff p {
    color: #0087f7;
    font-weight: normal;
    font-size: 0.9rem;
    text-align: center;
    padding-top: 0.8rem;
}

.aui-partner {
    padding: 1rem;
}

.aui-partner p {
    color: #3f3f3f;
    font-weight: normal;
    font-size: 0.85rem;
    text-align: justify;
    margin-bottom: 0.5rem;
}

.aui-partner-text {
    margin: 0 auto;
}

.aui-pay-partner .aui-listing-title span {
    color: #333;
    position: relative;
    padding-left: 0.5rem;
}

.aui-pay-partner .aui-listing-title span:after {
    content: '*';
    position: absolute;
    z-index: 2;
    top: 1px;
    left: 0;
    width: 100%;
    color: #ff5d5e;
    font-size: 1.3rem;
}

.aui-flex-no em {
    color: #333;
    position: relative;
    padding-left: 0.5rem;
    width: 70px;
    display: block;
    font-size: 0.85rem;
    font-style: normal;
}

.aui-flex-box input {
    border: none;
    width: 100%;
}

.aui-footer-pay {
    width: 100%;
    background: #fff;
    padding: 0.2rem 1rem 0 1rem;
}

.aui-footer-pay .aui-flex {
    padding: 0.8rem 0;
}

.aui-pay-mar {
    width: 30%;
}

.aui-footer-pay h2 {
    color: #ff5f5d;
    font-size: 1.3rem;
}

.aui-footer-pay h2 i {
    color: #ff5f5d;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
}

.aui-container {
    width: 100%;
}

.aui-tab-order {
    width: 100%;
    height: 2.5rem;
    display: flex;
    text-align: center;
    line-height: 2.5rem;
    font-size: 0.85rem;
    background: #fff;
}

.common {
    width: 33.333%;
}

.aui-tab-order-list {
    width: 100%;
    position: relative;
}

.aui-tab-order-box {
    width: 100%;
}

.aui-tab-order-body {
    width: 100%;
    padding: 0.8rem;
}

.aui_active {
    color: #3295fa;
    position: relative;
}

.aui_active:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    width: 40%;
    margin-left: -20%;
    height: 2px;
    border-radius: 5px;
    background: #3295fa;
}

.aui-order-list {
    width: 100%;
    padding: 0.8rem;
    background: white;
    margin-bottom: 0.8rem;
}

.aui-order-text {
    background: #f5f5f5;
}

.aui-order-money {
    width: 100%;
    text-align: right;
    padding: 0.8rem 0;
    font-size: 0.85rem;
    color: #222222;
}

.aui-order-money em {
    font-style: normal;
    font-weight: bold;
    font-size: 0.9rem;
}

.aui-order-list .aui-flex {
    padding: 0;
}

.aui-order-img {
    width: 27px;
    margin-right: 0.3rem;
}

.aui-order-list h2 {
    color: #333;
    font-size: 0.9rem;
    font-weight: normal;
}

.aui-sum {
    color: #fd6a02;
    font-size: 0.85rem;
}

.aui-order-text {
    margin-top: 0.5rem;
    padding: 0.8rem 0.8rem 0.6rem 0.8rem;
}

.aui-order-text span {
    margin-bottom: 0.2rem;
}

.aui-order-text em,i {
    font-size: 0.85rem;
    color: #9c9c9c;
    font-style: normal;
}

.aui-order-list .aui-order-bun {
    padding-top: 0.8rem;
}

.aui-order-list .aui-order-bun a {
    text-align: center;
    position: relative;
    pointer-events: auto;
    display: block;
    font-size: 0.7rem;
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: 100px;
    color: #737373;
    border: 1px solid #d2d2d2;
    width: 50%;
}

.aui-order-list .aui-order-btn a {
    width: 49%;
    display: block;
    float: right;
    padding: 0 0.1rem;
}

.aui-order-btn {
    width: 50%;
}

.aui-order-list .aui-order-btn .blue-btn {
    background: #4a97ff;
    color: #fff;
    border: 1px solid #4a97ff;
    margin-left: 2%;
}

.aui-login-bg {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.aui-login-box {
    width: 90%;
    margin: 0 auto;
    padding-top: 5rem;
}

.aui-login-box h1 {
    color: rgba(255,255,255,0.8);
    font-size: 1.5rem;
}

.aui-login-cell {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 3px 5px #d5e7ff;
    background: white;
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.aui-login-cell input {
    width: 100%;
    padding-left: 0.3rem;
}

.aui-login-cell .b-line:after {
    left: 15px;
    width: 90%;
}

.obtain-code a {
    color: #4a97ff;
    font-size: 0.8rem;
}

.cityInput {
    border: none;
    flex: 1;
    font-size: 14px;
    color: #333;
    padding-left: 0.2rem
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99;
}

.popupContent {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.5rem 0.8rem 1rem 0.8rem;
    background-color: #fff;
    z-index: 100;
}

.closePopup {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 20px;
    z-index: 3;
}

.popupContent .title {
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 0.8rem;
    color: #333;
}

.inputBox {
    margin: 1rem 0 0.3rem 0;
    position: relative;
}

.inputBox input {
    border: 1px solid #2884ff;
    height: 2.2rem;
    line-height: 2.2rem;
    width: 100%;
    padding-left: 0.3rem;
    border-radius: 0.2rem;
    color: #2884ff;
    font-size: 1rem;
}

.inputBox .tips {
    font-size: 1rem;
    color: #CCC;
    position: absolute;
    right: 2px;
    line-height: 2.2rem;
    top: 0;
    display: flex;
    align-items: center;
}

.inputBox span {
    font-size: 0.85rem;
}

.tips .nameActive {
    color: #2884ff;
}

.tips i {
    float: right;
    width: 19px;
    height: 19px;
    background-size: 19px;
    padding-right: 25px;
    margin-left: 0.3rem;
}

.bottomTitle {
    line-height: 2rem;
    font-size: 0.8rem;
    color: #666;
}

.comfirmBtn {
    width: 90%;
    height: 2.3rem;
    background: #3396fb;
    text-align: center;
    line-height: 2.3rem;
    margin: 10px auto;
    color: #fff;
    font-size: 0.9rem;
    border-radius: 100px;
}

.aui-added {
    padding: 0.2rem 1rem;
}

.aui-added .aui-flex {
    padding: 0.5rem 0;
}

.aui-added h2 {
    font-weight: normal;
    font-size: 0.9rem;
}

.aui-added h3 {
    font-weight: normal;
    font-size: 0.9rem;
    color: #828282;
}

.aui-recharge-btn button {
    background: #0faaf6;
    color: white;
    border-radius: 100px;
    border: none;
    font-size: 0.85rem;
    padding: 0.15rem 0.8rem;
}

.swiper-container img {
    border-radius: 4px;
    overflow: hidden;
}

.aui-contract {
    margin: 1rem;
}

.cer {
    padding: 0.8rem;
    background: white;
    border-radius: 3px;
}

.cer img {
    border-radius: 3px;
}

.aui-balance-no {
    color: #bdbdbd;
    font-size: 0.85rem;
    margin-right: 0.8rem;
}

.aui-balance-not {
    position: absolute;
    bottom: 0.7rem;
    left: 2.8rem;
    color: #bdbdbd;
    font-size: 0.7rem;
}

.mend {
    font-size: 0.7rem;
    color: #ee892e;
    border-radius: 3px;
    border: 1px solid #ee892e;
    padding: 0 0.2rem;
}

.aui-men-mode h1 {
    color: #888;
    font-size: 0.8rem;
    font-weight: normal;
    padding-left: 1rem;
    padding-top: 1rem;
}

.aui-stay-box {
    width: 100%;
    height: auto;
    padding: 2rem 0;
    text-align: center;
    border-bottom: 10px solid #f5f5f5;
}

.aui-stay-box h2 {
    position: relative;
    font-size: 0.9rem;
    font-weight: normal;
    color: #969696;
}

.aui-stay-box h3 {
    position: relative;
    font-size: 2.2rem;
    color: #f2862b;
    font-weight: normal;
}

.aui-stay-box h2:after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFSklEQVRoQ+2aXWgcVRSAz5llkxCqiKJSpeJP/aEa0caHVBRTBMUXEaUVpUi1bjZz7mTRh4KC0vZJAqWh2b1ndhuL1r8+qKA+KPrSPkgx0FQNVMEfVBq0UsEXEc2yc+TW3TDZ7iYzszubIdkLeQh7/r575t45595BWGMD1xgvdIFXe8a7GY4rw4VC4TIRuQoR1/X29p7JZDJzcflaym6sGWbmpwHgYQAYBoBLGgRyHABOep5XcBznl05MQCzA+Xx+IJVKvQwA24JAIOKciLxIRG8FkW9Fpu3AWusHEPF9AFjXILBziHhGRDY3CfoQEWVbAVpOt63AruvuEZG9dU4/EZEPAWBaKfWV+W1ycvLidDq9BQCG6uUR8XXbts1SiGW0DVhr/RQiHvFHiYg7bNt+e6nImfkRADgMAJfW5BBxr23b++IgbhswM58EgMFakEQUyrbrurMiMuCDvIuIZtoNHSqoZs6ZeQQASr4MHbRt+7kwwbque4WI/O7TiWU9twv4YwB4qBrs50R0bxjYmiwz7wCAN83/iPhPuVy+JpfLnYtiq5lOy8Ba642I+H3NgYiMKKWmogbJzKYgudroi4hSSnFUW430WgZ2XfcxEXnPB3xnbTeOEigzH6sWKga4oJQai2IndIa11vdYlrVLREyVdG07nUa0ZV5pXyDiB7ZtfxrRRuP2UGv9DiI+EdVoK3qIaDK7nInDRPTsckKBHmlmNrvrRBRj7dIxwAZ8qSEiu5VS+8P6vMCq1voEIpoqyIzjlUpl39jYmCnyV3QUi8X7ReRJEXmmFkg6nd4QtutaBGxaOMuy/qgZrFQqW5MA659pZv7Jt6dsJ6J3w2RiEXA+nx9OpVJmlzw/wlZLYRxHlfXX61FK0C5wN8NRn72Y9LqPdMg2sruGu2s4prW4lNnx8fGL+vv7By3LMn/1Z2PD1freVGOmIPIXRTOWZc1ks9nfmtlP3CNtKirP80xLeFPUuRaRiZ6engONqrBAwFprjYibiGhr1CCC6GmtHUTMB5ENIDNNREP1coGAqz2qqbxiAy4UCpstyzoBAL2+IA8h4q8B4M6LiIg5B7/VJ7+fiHb79RMDzMyjAOBWg/uZiK4LCuqXc133eRE5UJ2AOaXUhkQCu677mojsNMHVn02XSqX+bDb7d5AJKBaLmzzPO12T9TzvZsdxvqv9n6QMLxzt+JsCrfVBRFSmLVRKvREEmpkXThDqO75EAzPz9QDwYxXyNBHdtqqBDZzWeg8iZv7vVumj1QRsLuAerQLliSgXBK5eplQqra9UKgs7u+d5g47jnErcGnZd1xGR2jv4ByK6MQpw3ZncWSJan8hdes29h6vrde1UWrXHLhG1dCdKS/86W/FuqdPAS21WHTniYWZzG7gl6Is/yu4aVKcjwFrrnYhoat0HlVKfBQ0uDrmOAFdf5uaThj8ty9o+Ojr6TRwwQWx2BNgE4nP0FwDMWpaVMeDM/CoAmBp3hIhmgwTdikzHgKvvSXNn/LiIbASAl8xHJ1rrI4g4gIi7bNv+shWYILptBZ6amrqyXC6f9fWSQ47jTAcJpFMyzGwm9Q7jz9wmKqWOhvF9wXUpM38NALcbI1Euq8I4DyM7OTl5eSqV2oaI2peQRc19EHuN7odfQcQX6pRX/H4YAO4GgB5fXEUisoNANm0eaj/4TwzCGuyEPCKe8jzvPqWU2UBDjabfFTCzQkTTst0SymK8wrOIeLRcLk/kcrl/o7ha9rOlUql0w/z8/KKTvyiOWtXp6+v7NpPJ+L/Ui2RyWeBIVhOs1AVOcHLaElo3w22ZxgQb+Q/lARpql707MQAAAABJRU5ErkJggg==');
    background-size: 20px;
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -60px;
}

.aui-stay-box h3:after {
    content: '￥';
    position: absolute;
    z-index: 2;
    bottom: 0.5rem;
    left: 35%;
    width: 20px;
    height: 20px;
    color: #f2862b;
    font-size: 1.2rem;
    font-weight: normal;
}

.aui-customer-user {
    width: 2.8rem;
    height: 2.8rem;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 0.5rem;
}

.aui-customer .b-line:after {
    left: 15px;
    width: 92%;
}

.aui-customer h2 {
    color: #2b2b2b;
    font-size: 0.98rem;
    font-weight: normal;
}

.aui-customer p {
    color: #878585;
    font-size: 0.8rem;
}

.aui-team-tel {
    font-size: 0.85rem;
    color: #2b2b2b;
}

.team-list span {
    background: #2c2c2c;
    font-size: 0.75rem;
    color: white;
    padding: 0 0.4rem;
    margin-bottom: 0.3rem;
    display: inline-block;
    border-radius: 2px;
}

.team-list .team_blue {
    background: #6f88fd;
}

.team-list .team_red {
    background: #fb6464;
}

.record .aui-amount span {
    background: #2c2c2c;
    font-size: 0.75rem;
    color: white;
    padding: 0 0.9rem;
    margin-bottom: 0.3rem;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #2c2c2c;
    font-weight: normal;
}

.record .aui-amount .tag-adopt {
    background: #6f88fd;
    border-color: #6f88fd;
}

.record .aui-amount .tag-not {
    background: #fff;
    border-color: #6f88fd;
    color: #6f88fd;
}

.record .aui-amount .tag-failed {
    background: #fc4141;
    border-color: #fc4141;
}

.aui-code-box {
    margin: 2rem;
    background: #fff;
}

.aui-code-boy {
    background: #8096fc;
    width: 100%;
    padding: 3rem 1rem 2rem 1rem;
    text-align: center;
}

.aui-code-boy img {
    border-radius: 5px;
    width: 65%;
    margin: 0 auto;
}

.aui-code-title {
    padding: 1rem;
}

.aui-code-title h1 {
    color: #8096fc;
    font-size: 1.1rem;
}

.aui-code-title h2 {
    color: #7d7d7d;
    font-weight: normal;
    font-size: 1rem;
}

.aui-code-boy p {
    color: rgba(255,255,255,0.98);
    font-size: 0.85rem;
    margin: 0.55rem 0;
}

.aui-code-boy h3 {
    color: #fff;
    font-weight: normal;
    font-size: 1rem;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    position: relative;
}

.aui-code-boy h3:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 0;
    width: 23%;
    height: 1px;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-code-boy h3:before {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 0;
    width: 23%;
    height: 1px;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-cash-apply {
    width: 92%;
    margin: 0.3rem auto;
    border-radius: 4px;
    padding: 1rem 1.5rem;
    color: white;
}

.aui-cash-apply p {
    font-size: 0.85rem;
}

.aui-cash-apply h2 {
    font-size: 1.8rem;
    margin: 0.3rem 0 1.5rem 0;
}

.aui-cash-apply h2 i {
    color: white;
    font-size: 1.2rem;
    font-weight: normal;
}

.aui-cash-apply h3 {
    font-weight: normal;
    font-size: 0.85rem;
}

.aui-textBox {
    border-radius: 4px;
    background: white;
    width: 92%;
    margin: 0 auto;
    position: relative;
}

.aui-textBox i {
    position: absolute;
    left: 0.8rem;
    top: 0.6rem;
    color: #f73711;
}

.aui-textBox input {
    border: none;
    width: 100%;
    padding: 0.3rem 1rem 0.3rem 1.5rem;
    color: #f73711;
    font-size: 1.4rem;
    height: 2.3rem;
    line-height: 2.3rem;
    background: none;
}

.aui-all {
    color: #696969;
    font-size: 0.85rem;
}

.aui-cash-title {
    font-size: 0.9rem;
}

.aui-me-head {
    width: 100%;
    background-color: #3b93ea;
    padding: 0.5rem 0 3.2rem 0;
}

.aui-shadow-box {
    background: white;
    width: 92%;
    margin: -3rem auto;
    height: auto;
    box-shadow: 0 4px 4px #e6e6e6;
    border-radius: 4px;
}

.aui-shadow {
    margin: 3.8rem auto;
}

.aui-palace-five .aui-palace-grid {
    width: 33.333%;
}

.aui-shadow-box .aui-palace-grid {
    padding: 0;
    text-align: center;
}

.aui-shadow-box .aui-palace-grid p {
    font-size: 0.75rem;
    color: #9a9a9a;
}

.aui-shadow-box .aui-palace-grid h3 {
    font-size: 1rem;
    color: #3f3f3f;
    font-weight: 500;
}

.aui-shadow-box h2 {
    color: #3f3f3f;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1;
}

.aui-palace-sex .aui-palace-grid-icon {
    width: 30px;
}

.aui-shadow-box .aui-palace-sex .aui-palace-grid-text {
    padding-top: 0;
}

.aui-shadow-box .aui-palace-sex .aui-palace-grid-text p {
    padding: 0.2rem 0 0.6rem 0;
}

.aui-shadow-box .aui-palace {
    padding: 0.8rem 0;
}

.aui-apply-btn {
    background: -webkit-linear-gradient(left, #fda360 , #fc5770);
    
    background: -o-linear-gradient(right, #fda360 , #fc5770);
    
    background: -moz-linear-gradient(right, #fda360 , #fc5770);
    
    background: linear-gradient(to right, #fda360 , #fc5770);
    
    color: rgba(255,255,255,0.9);
    border-radius: 100px;
    box-shadow: 0 3px 6px #d8ad93;
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
    line-height: 1.8;
}

.aui-notes {
    background: -webkit-linear-gradient(left, #3685ef , #5c98f2);
    
    background: -o-linear-gradient(right, #3685ef , #5c98f2);
    
    background: -moz-linear-gradient(right, #3685ef , #5c98f2);
    
    background: linear-gradient(to right, #3685ef , #5c98f2);
    
    color: rgba(255,255,255,0.9);
    border-radius: 20px 0 0 20px;
    margin-right: -15px;
    box-shadow: 0 3px 6px #2a58cd;
    font-size: 0.8rem;
    padding: 0.1rem 0.8rem 0.1rem 0.4rem;
    position: relative;
}

.aui-apply-name .aui-flex-box h2 {
    color: white;
    font-size: 1.1rem;
}

.aui-apply-name .aui-flex-box p {
    color: white;
}

.aui-notes:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 49%;
    margin-top: -4px;
    right: 5px;
    border-radius: 2px;
}

.aui-acc em i {
    color: #fe7b3c;
    font-size: 0.85rem;
    font-weight: 500;
}

.aui-acc em {
    font-size: 1rem;
    color: #fe7b3c;
    font-weight: 500;
    font-style: normal;
}


#wrapper {
    height: 100%;
    width: 100%;
    max-width:640px;
    margin:0 auto;

}

.scroller {
    position: absolute;
    z-index: 1;
    width: 100%;
    max-width:640px;
    margin:0 auto;
    padding: 0;
}
.scroller ul {
    list-style: none;
    padding: 0;
    width: 100%;
    text-align: left;
}
.scroller li {
    padding: 5px;
}
.pullDown, .pullUp {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #888;
    background-color: #fff;
}
.pullDown .pullDownIcon, .pullUp .pullUpIcon {
    background-size:22px;
    width: 24px;
    height: 24px;
    position: absolute;
    margin-top: 8px;
    margin-bottom: 8px;
    background-position: center;
    margin-left: 30%;
    -webkit-background-size: auto 100%;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 250ms;
    -moz-background-size: auto 100%;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 250ms;
}
.pullDown .pullDownIcon {
    display: none;
    -webkit-transform: rotate(0deg) translateZ(0);
    -moz-transform: rotate(0deg) translateZ(0);
}
.pullUp .pullUpIcon {
    -webkit-transform: rotate(-180deg) translateZ(0);
    -moz-transform: rotate(-180deg) translateZ(0);
}
.pullDown.flip .pullDownIcon {
    -webkit-transform: rotate(-180deg) translateZ(0);
    -moz-transform: rotate(-180deg) translateZ(0);
}
.pullUp.flip .pullUpIcon {
    -webkit-transform: rotate(0deg) translateZ(0);
    -moz-transform: rotate(0deg) translateZ(0);
}
.pullDown.loading .pullDownIcon, .pullUp.loading .pullUpIcon {
    background-image: url(../image/loader.png);
    background-size: 100% auto;
    background-position: 0 100%;
    -webkit-transform: rotate(0deg) translateZ(0);
    -webkit-transition-duration: 0ms;
    -webkit-animation-name: loading;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-transform: rotate(0deg) translateZ(0);
    -moz-transition-duration: 0ms;
    -moz-animation-name: loading;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
@-webkit-keyframes loading {
    from {
        -webkit-transform:rotate(0deg) translateZ(0);
    }
    to {
        -webkit-transform: rotate(360deg) translateZ(0);
    }
}
@-moz-keyframes loading {
    from {
        -moz-transform:rotate(0deg) translateZ(0);
    }
    to {
        -moz-transform: rotate(360deg) translateZ(0);
    }
}
.aui-log-title{
    width:90px;
    text-align:center;
    margin:0 auto;
    font-size:0.7rem;
    font-weight:normal;
    color:#888;
    position:relative;
}

.aui-support{
    width:100%;
    color:#999;
    font-size:14px;
    text-align: center;
}
.aui-support a{
    color:#08acee;
}
.aui-title.aui-title2{
    padding: 15px
}
.container.p_r{
    padding: 10px 15px 0 15px
}