/* 公共样式表css */
html,body {
    color: #333;
    margin: 0;
    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;
}

a {
    text-decoration: none;
    color: #000;
}

a, label, button, input, select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    border: 0;
}

body {
    background: #fff;
    color: #666;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* 必要布局样式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;
    z-index: 1002;
    background-image: -webkit-gradient(linear,left top,right top,from(#4a95a7),to(#4a95a7));
    background-image: -webkit-linear-gradient(left,#4a95a7,#4a95a7);
    background-image: -moz-linear-gradient(left,#4a95a7,#4a95a7);
    background-image: linear-gradient(to right,#4a95a7,#4a95a7);
    background-color: #ffd600;
}

.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: #FFFFFF;
}

.icon {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    float: left;
    background-size: 20px;
    background-repeat: no-repeat;
}

.icon-return {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAACjUlEQVRoQ+3ZvYoTURQH8P+Z5KawUATBYkHBYmLmA2zsfQW1UBC3cDvBQux8AVs7wUYsLASxcEtFzbruE9w7voYWduvc5UAGhmESi7kfJ7MbSDk3+eWc85/MvYRT9qJT5sUZeOwVF1/hsiyv13X9jYj+AHiitf48pCiiwfP5fD6dTg+J6NIKudRa3xoluAeLuq6fV1X1YnTgNdhXVVU9HoLla8W1tE+sOLBvrChwCKwYcJZlORF9b6Uxf7c3WutHQ2e2e330GWZskiQ/AFxsfTnG7gGwowKHxkZt6RjYaOBY2CjgNdh3WuuHPmY2amhtwO4CqF0HVN96wVJaAjZYS+d5foOIvnZuPdzGwSrbVNt7hRkLYElE51stFgXrvcJ9WGvtB2PMvVAzGyy0NmDvA/gXIqCChZZUrJeWlox1DpaOdQpeg/1kjLkTc2a9hFae5zcBfGnfeqy1jL0L4DhWQHkJrSzLHhDRWyKaNB8gFeukpYui+AvgXAu7v2pjUZV19k+rKIrfAC7wgtZafu9XVcVzO05wmqa3lVLviUgxmIgYLXJ+nbQ0L7IhoccXWs1sbAva6dPSNqCdgrehvZ2DG3T3gV9KkHkBM7pvS0cC2htYKtor+D/oKA8V3sENuntYttrqCb77EQTM6L7j0BjoYGAp6KBgCejg4NjoKOAGrZRaArjcepbmPWuvQRYNzMiyLK9Za49CoqOCY6Cjg0OjRYBb6AMAO52ZdnoOJQbMyMVicXUymfxsowE4PWkUBQ6BFgf2jRYJbtBJkhwQ0ZXWTL80xjwdcpIhFsyoNE13lFJHDdpa+8sYk40W3KBns9lra21GRM+01h9HDR6C67tWdEu7xvJ6Z2Afv6qkNU8AdWGyTOb+N1UAAAAASUVORK5CYII=");
}

.aui-well-item {
    padding: 10px 10px 10px 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aui-well-item-hd {
    margin-right: .8em;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.aui-well-item-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}

.aui-well-item-bd h3 {
    color: #333;
    font-size: 0.9rem;
    position: relative;
    padding-left: 20px;
    font-weight: normal;
}

.aui-well-item-bd h3:before {
    content: " ";
    display: inline-block;
    height: 20px;
    width: 5px;
    position: absolute;
    left: 0;
    top: 0px;
    background: #4a95a7;
}

.aui-well-item-fr {
    font-size: 0.8rem;
    text-align: right;
    color: #717171;
    padding-right: 13px;
    position: relative;
}

.aui-well-item-fr:after {
    content: " ";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #808080;
    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: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 2px;
    border-radius: 2px;
}

.aui-well-item:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-palace {
    padding: 5px 0px;
    position: relative;
    overflow: hidden;
}

.aui-palace-grid {
    position: relative;
    float: left;
    padding: 13px 15px 12px 15px;
    width: 25%;
    box-sizing: border-box;
}

.aui-palace-grid-icon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
}

.aui-palace-grid-icon img {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.aui-palace-grid-text {
    display: block;
    text-align: center;
    color: #333333;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 8px;
}

.aui-palace-grid-text h2 {
    font-size: 0.8rem;
    font-weight: normal;
    color: #5a5a5a;
}

.aui-divHeight {
    width: 100%;
    position: relative;
    background: #f4f4f4;
    height: 10px;
}

.aui-divHeight::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #d6d6d6;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.aui-divHeight:before {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d6d6d6;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}