

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);
}




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 {
}




.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;
}



.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;
	line-height: 0.43243243243243246rem;
	color: #333333;
}
.divHeight {
    width: 100%;
    height: 10px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.b-line {
    position: relative;
}

.b-line:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 0.5px solid #e2e2e2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
@media (prefers-color-scheme: dark) {

.aui-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
	line-height: 0.43243243243243246rem;
	color: #fff;
}
.divHeight {
    width: 100%;
    height: 10px;
    background: #000;
    position: relative;
    overflow: hidden;
}

.b-line {
    position: relative;
}

.b-line:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 0.1px solid #333;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
}

@media (prefers-color-scheme: light) {
.aui-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
	line-height: 0.43243243243243246rem;
	color: #333333;
}
.divHeight {
    width: 100%;
    height: 10px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.b-line {
    position: relative;
}

.b-line:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 0.1px solid #e2e2e2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
}



/* 蹇呰甯冨眬鏍峰紡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: 102;
    background: #f6f6f6;
}


.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/NlyAAACh0lEQVRoQ+3ZMW8TMRQH8PcOsTBQISExVCIRCwgWFvZ+hZYBpIrEcTYkBsTGlI2VDamL3YEBpWJoR1BJaOlXYEzyDYp0bMRGRjnJoDuWs/1e3EbKeHf55b33vzsb4YJ98IJ54RKce8XZV1gIcQ8AviDiD2vtC631pzZFYQ2WUt611p4CwM0VcqqU2soSXIN1ztdKqTfZgRuw75RSz9tg3bHsWjomlh04NpYVOAWWDbjf7z8oimLipbH7bUopJdvO7L/Hk8+wwyLiCSLe8H6cww4BwGYFTo0lbWkKLBmYCksCrsNaa99rrZ/FmFnS0GrCdrvd3mg0MqEDqu58yVKaAzZZSwshHgLAsX/rcW2csrJVtaNXeIWdIuL16qJU2OgVrsMCwEGn03mSamaThVYTtizLp+PxeJkioJKFFldslJbmjA0O5o4NCm7AHpZluUM5s1FCSwjxCAA++7ceADiczWaPJ5PJL6qAihJaUspdY8w+Il7xLsASG6SlhRA/EfGa91BxNJ/Pd7hVNtiT1mAwOAeADXdCa637Hi0Wi3zBUsptY8wHRLzqwIh/nlbzbWmna0roLEOrmo11QQd9W1oHdFDwOrR3cLCH/uuFn0uQRQE7dMPKJHl6RwNzRUcF/w9N9VIRHVyhazbLDihWP5KAHbphOzQ5OhmYCzopmAM6OZgaTQL20FMAuOUtHESfaTLwCn3HWnuWEk0KpkCTg1OjWYArtDHmKyJu+jMdeh+KDdghh8NhZ7lcfvPRoXcaWYFToNmBY6NZgj20m+nb3pr3W631yzY7GWzBDtXr9TaLojjz0N+VUvezBXvoPQBw0Fda649Zg9vg6o5l3dKhse58l+AY/yqnc/4GvNDoTFOq8FwAAAAASUVORK5CYII=");

}

.aui-super-box{
    background: -webkit-linear-gradient(left, #fc8d77 , #fd595d); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #fc8d77 , #fd595d); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #fc8d77 , #fd595d); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #77e6fc , #52ABF8); /* 鏍囧噯鐨勮娉� */
    background-color:#fc8d77;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
    height:5.0rem;
    position:relative;
}


.aui-super-nav{
    position:absolute;
    width:92%;
    background: -webkit-linear-gradient(left, #4e4d4b , #1f1f21); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #4e4d4b , #1f1f21); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #4e4d4b , #1f1f21); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #4e4d4b , #1f1f21); /* 鏍囧噯鐨勮娉� */
    background-color:#4e4d4b;
    border-radius:8px 8px 0 0;
    bottom:0;
    left:50%;
    margin-left:-46%;
}

.icon-vip{
    margin-right:0.3rem;
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEZElEQVRoQ+2aTU7bQBSA3xs2JI5UOEHbExSW4EiFRddQ9QDADqeVgBM0nABYNF5CTwDddNENqRSXJekJgBOUSvnronnVxDG1Hdvzk05kq2Sb9zzvmzee92eE/+yHs+TteB+WENgGEaz561IbkTUte/fTrOyYCTBdny50u4NzxAB0Au8WkA6s1dqFaXDjwNyrQHiJiAsiGALYqdjOmUhumv+NA3dbbhsQXsgayRisl1acpqy8qpxR4I7nbiPAqYpRRNCsVJ11FR0VWaPAqt4NDCcYLlfst20VEFlZs8CeS7KGhOWQ6KBcrR3r6Ip0jAHzm7nXG/wQGZDy/6FlO3VN3Uw1Y8B81e7/5GEfuHELgE9VPVXkd5gfy/dqwHRn2bVnajry0kaP9CjD6g1uEeCJtElIr01mXEaBOeQo0wLWlIIm+mhVa9vSm6MhaBw4gEbAi7T3mQB+MqK6qVAUCXkam6St0mm5XxDhFUA4POMA6Pcbq/rus/aDFRRn4mHfy1lpJrXL5dI6Lu/cK9iuJToTYLmcejbQxoGVykPDhQM/EkaBVWBD5/PMsp0drfMqoRQB5nGz3/+1RUQLjMHXaepSv8vRv5Ep/ON2EsBJxXb2JexPFBnn8XucY24OT0orzm0gGAHutNzLWBumbtnOoerC/oL9SwBcUtUN5HW7H/0rd204HNXgo2yNiO7n5nA5gI4AJyf71GYMX4d3SQTR9RrX08DqQnc9l6exSVXWQ/UlAezvEmOsXl7dPRHDunx3/1m2JFNI9K/cZ8Mhnadtcri+jgIL+090US6XdtLiZdf7t7DBkQSk9bQOCA95QHSUdVeE+2TRd9hzjxFgL8uL43eCH/FIo00u1orOR/L/fE3LKj0Pb/T4njgFwE3RUy3beeCMA0s33YjouFKtHYizKJE5sv//TUziF1Omg4C+VuzauPEfi8PjycC1rAnjycEZh5fXmUaS2ryriYjSISse4iYSj47n3kuVctPYPUPdeHhLAG40EfDlDG0yuhRj8Dw18eArdz1Xoy1j1Gbth/M6u2I7kRHPhIfHF8Kl9ir5Uvxk2U7kFp8AnrKfnC9cgIn+dmK1pNtezRtt0mAuGbjVOAPErbwBqNpTLs8vxrPCROBeq7FPiEeqC+RKnuC7VXUmqrVEYPUEJFeovjEpLd/UjofuXCgv6Gn1dCpwxyt2ApJWVmZ5uNAJSLhCCp+6dOBvjU0gPM/LEVWxg2IVkhSw30WAG5WFciSbOlDPbNMWNgHJmEAKgF3+odhGjjwnZUpSwhEoZgIXMwHJHqhnAhe0cpqokKQurUCoaAmI6JMn4WxJ9+MyqZfNgJCojy0EVvpkwQCA4iOF33cJgUd5+PXpwmAw0J4TKRqtJT4/P9+WGahLAWtZkFOlR+Akx4zD0xaRP4LM448xvJAZ9gk9XKRYLDNIFwIXqU/Nh26Vam0x6wQKgYuUXmaVhVK5dCjbKkARQXcEtCn6kl7o4TxeUNPY9Ag8ze4VQfcPvB8CWzgOooEAAAAASUVORK5CYII=');

}
.aui-flex-box h3{
    color:rgba(255,255,255,.9);
    font-size:14px;
}

.aui-super-nav .aui-flex{
    padding:15px 15px;
}

.aui-more-eay button{
    color: #2c2b29;
    background: #f0c197;
    border-radius: 22px;
 
    padding: 0.02rem 0.2rem 0.02rem 0.2rem;
    border:none;
    position:relative;
}

.aui-more-eay button:after{
    
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #413c36;
    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: 7px;
    border-radius: 1px;
}
.aui-flex-user{
    width:60px;
    height:60px;
    overflow:hidden;
    border:2px solid #fff;
    border-radius:100%;
    margin-right:0.3rem;
}
.aui-flex-user1{
    width:50px;
    height:50px;
    overflow:hidden;
    border:2px solid #fff;
    border-radius:100%;
    margin-right:0.3rem;
}

.aui-flex-box h2{
    color:#fff;
    margin-bottom: 0.1rem;
    font-size:0.4rem;
}

.aui-flex-box span{
    color:#fff;
    background:#fbb70c;
     font-size:14px;
    border-radius:4px;
    /*padding:0.02rem 0.1rem;*/
}

.aui-cou-img {
    width: 25px;
    height: 25px;
    margin-right: 0.3rem;
}

.aui-cou-img img {
    width: 25px;
    height: 25px;
    display: block;
    border: none;
}

.aui-arrow {
    text-align: right;
    color: #394154;
    padding-right: 12px;
    position: relative;
    font-size: 0.85rem;
}

.aui-arrow span {
    color: #999;
    font-size: 0.8rem;
}

.aui-arrow:after {
    content: " ";
    display: inline-block;
    height: 7px;
    width: 7px;
    border-width: 2px 2px 0 0;
    border-color: #cac8c8;
    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: 2px;
    border-radius: 1px;
}

.aui-mon-list .b-line:after {
    left: 15px;
    width: 96%;
}

.aui-arrow .aui-colo-red{
    color:#fe6867;
}

.aui-flex-box p em{
    color:#fe6867;
    font-style:normal;
}



.aui-footer {
    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: 7px 5px 7px 5px;
    background: #ffffff;
}

.aui-footer:after{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.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: #979797;
}

.aui-tabBar-item-text {
    display: inline-block;
    font-size: 0.65rem;
    color: #818085;
    padding-top: 2px;
}

.aui-tabBar-item-active .aui-tabBar-item-text {
    color: #f52853;
}

.aui-footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 49;
}