<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
&lt;!--

* ç´&nbsp;æ8
* è¯¦å°½ä¿¡æ¯è¯·çœ‹å®˜ç½‘ï¼šhttp://www.sucai8.cn/
*
* Copyright , ç´&nbsp;æ8
*
* è¯·å°Šé‡åŽŸåˆ›ï¼Œæœªç»å…è®¸è¯·å‹¿è½¬è½½ã€‚
* åœ¨ä¿ç•™ç‰ˆæƒçš„å‰æä¸‹å¯åº”ç”¨äºŽä¸ªäººæˆ–å•†ä¸šç”¨é€”

--&gt;
*/

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: #f5f5f5;
    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 {
}


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

.r-line {
    position: relative;
}

.r-line:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #D9D9D9;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 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 #e2e2e2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: 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;
}


/* å¿…è¦å¸ƒå±€æ&nbsp;·å¼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:-44px;
}

.aui-navBar {
    height: 44px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1002;
    background:none;
}


.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;
}

.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/NlyAAAEQklEQVRoQ+3aXcjecxzH8ffH0zxEQ3aghQOyMqFhsTEzi1jDlkWWtWVMtJ2QiZ1M4WQH5gDDAZFnKc3THgwtkUI5UENJ0UzRyHM++tbvrrur/+9yX9f/8b6378l9cF//6/q9/t/f//f//h7EPhbax7zsB3c147YnAdMkfVamjeMiw7ZvAjYCgf4EuFDSr8PAOw22He17Aljeg9soac2EAqcu/ApweQFss6QFEwZs+xjgbWBGBrVM0lMTAmz7ROA94IQMaLukecNg45pOPcO2zwS2A0dnQG8CV0n6c9yDbc8HXksjcZHnaSC68r/DYjuTYdvXAs8AB2QwGyTdXgY6cm3rXdr2bcBDfTCrJfX7/0D3oVWw7fuBtZkWR9e9XtJzA4n+58OtgG1H130SWJpp39/AAknxaqo0GgenguJV4LKM5DdgrqSPKpWmL2sUbPtIYCtwbgbzE3C+pC/qwDY6StuekgqKUzOY3cBMSd/UhW0MbPskYCdwfAYTGY0Z0J46sY2AbZ+eMjs5g/kQuFhSPLu1R63PsO1ZwBbgsIwkBq8lkmJUbiRqA9teBDwPHJSRbJJ0cyPKUT9SC9j2SuDRPpOTuyQ90DS2lmfY9jpgfQYT1dMNkqJubiUqy3BajtkE3JiRxJRukaTXW5FWWXjYPhh4CViYwfwMzJf0cZvYSrq07SOAN4ALMpjvgDmSvmwbWxps+1jgXeC0DCbWkC+R9GMXsKXAtg8BAjQtg4msxzP7R1ewZcGxoph7JqOguEbSP13ClgWfAXyaAW0Grm6yghrrjR36tWT7wDQhmJn5sQ+ASyX9MtbGNPG5ocHRuPQ6eixWEzON3QXMlvRDE5ix/EYpcELHcs3jBfs/I7//fZr6jf/X0ug7avte4J7MXY5uHe/i2PlrNUpnuAe9Iu32FaGitFxYx8LcIHewUnDq4lcCLwMxqPVGLUuvrYIT+jxgW5+Jf6WL662DEzrKzff7bIxtAO6Q5EEaXPazlXfpnmd6KhDv4/hbFDHDuq7JiqxWcMp0bG7HBGN6Bv0OcIWk38tmbyzX1w5O6EOBmPjPzTQqStTYbYh5c63RCDiho0CJpZ3YGi2Kr1NVFoVKbdEYeERgOxbv7syIogSdVediQePglO1VwMMZ9F7gorqqslbACb0YeCGz6x9V2TxJsT1TabQGTugYxOKgSqye9EYsHsToXekecavghD4L2AEcVYCOUnSppGerSnPr4ISO3cXYVIst1aK4RdIjVaA7AU7o49IKyikZ2H2S7i6L7gw4oQ9PVdnZGVgcNF1Zpv7uFDihYxcjDpXmDo++KGnJsJnuHDiho11xNuvWDGyNpDg/PXB0EjyisL0aeLBA9ZWkkwfWdu1waREgcyxxh6TcRKTvfeh0hkdleg7wVjp4Gqd9zpH07YTM8Ch0jOCxj/W5pL+GwcY14yLDw+KKrtsPrvJudvG7/gPU/DJMT3TwewAAAABJRU5ErkJggg==');
}


.aui-head-bg{
    background-image:url("../images/head-bg.png");
    background-size:100%;
    width:100%;
    height:13rem;
    background-repeat:no-repeat;
}

.aui-head-box{
    width:94%;
    border-radius:5px;
    margin:-5rem  auto 0;
    background:#fff;
}


.aui-user-img{
    width:60px;
    height:60px;
    margin-right:0.5rem;
}

.aui-user-img img{
    width:60px;
    height:60px;
    display:block;
    border:none;
}

.aui-vip{
    width:90px;
    height:auto;
    margin-right:0.5rem;
}

.aui-vip img{
    width:90px;
    height:auto;
    display:block;
    border:none;
}

.aui-button button{
    background-image: -webkit-gradient(linear,left top,right top,from(#ecd39d),to(#d2b384));
    background-image: -webkit-linear-gradient(left,#ecd39d,#d2b384);
    background-image: -moz-linear-gradient(left,#ecd39d,#d2b384);
    background-image: linear-gradient(to right,#ecd39d,#d2b384);
    background-color: #d2b384;
    color: #fff;
    border-radius: 20px;
    display: block;
    border: none;
    padding: 0.45rem 0.8rem;
    font-weight: normal;
    font-size:0.9rem;
}


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

.aui-palace-grid {
    position: relative;
    float: left;
    padding: 1px;
    width: 25%;
    box-sizing: border-box;
}

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

.aui-palace-grid-icon .aui-tag {
    background: #fc8020;
    color: #fff;
    font-size: 0.6rem;
    border-radius: 15px 15px 15px 0;
    position: absolute;
    right: -18px;
    top: -5px;
    padding: 0 0.3rem;
}

.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.2rem;
}

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



.aui-flex-box h2{
    color:#333;
    font-size:1.4rem;
    margin-bottom:0.2rem;
}


.aui-info-box{
    margin-top:1rem;
    background:#fef6e9;
}

.aui-i-img{
    width:15px;
    height:15px;
    margin-right:0.3rem;
}

.aui-i-img img{
    width:15px;
    height:15px;
    display:block;
    border:none;
}

.aui-flex-box p{
    color:#fcb63a;
    font-size:0.85rem;
}


.aui-course-list{
    background:#fff;
}
.aui-cou-img {
    width: 25px;
    height: 25px;
    margin-right: 0.5rem;
}

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

.aui-flex-box h2 {
    font-size: 0.85rem;
    font-weight: normal;
}

.aui-arrow {
    position: relative;
    padding-right: 13px;
    overflow: hidden;
}

.aui-arrow p {
    font-size: 0.8rem;
    color: #999;
}


.aui-arrow:after {
    content: " ";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #c7c7cc;
    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: -4px;
    right: 1px;
    border-radius: 1px;
}


.aui-arrow button {
    background: #f05a5b;
    color: #fff;
    font-size: 0.65rem;
    border-radius:100%;
    border: none;
    width:15px;
    height:15px;
}</pre></body></html>