* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    background: #f9f9f9;
}
.hide {
	display:none;
}
.flex {
    display: flex;
}

.flex-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.mx-14 {
    margin-left: 14px;
    margin-right: 14px;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.container-center {
    width: 100%;
    height: calc(100% - 60px);
    overflow-y: auto;
}

.header {
    background: url(../images/home-bg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 0 20px;
    text-align: center;
    color: white;
    height: 165px;
}

.name-title {
    font-family: '华文行楷 Bold', '华文行楷 Regular', '华文行楷', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    letter-spacing: normal;
    color: #FFFFFF;
    text-align: end;
    margin-top: 20px;
    padding: 0 20px;
}

.icon-list {
    display: flex;
    justify-content: flex-start;
    padding: 15px 0;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    margin: 0px 14px 10px;
    flex-wrap: wrap;
    box-shadow: 0px 6px 20px 0px rgba(204, 204, 204, 0.2545);
}

.icon-item {
    text-align: center;
    width: 25%;
    margin: 2px 0;
    font-size: 14px;
    color: #4B4B4B;
    cursor: pointer;
}

.icon-item img {
    height: 36px;
}

.icon-item.rb img {
    height: 26px;
    margin: 8px 0 2px;
}

.icon-item.fx img,
.icon-item.sy img {
    height: 44px;
    margin: 0 0 -8px;
}

.icon-item.lq img,
.icon-item.bq img,
.icon-item.kjy img,
.icon-item.msy img {
    height: 44px;
    margin: -4px 0 -4px;
}

.icon-item.yyy img {
    height: 30px;
    margin: 4px 0 2px;
}

.recommend-title {
    font-family: 'Arial Normal', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: normal;
    color: #0083FF;
    display: flex;
    align-items: center;
}

.recommend-title img {
    width: 18px;
    margin-right: 6px;
}

.base-line {
    width: 5px;
    height: 24px;
    background: #2E8AF3;
    border: none;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 8px;
}

.recommend-tabs {
    display: flex;
    justify-content: center;
    padding: 0 10px;
    border-bottom: 0.5px solid #D8D8D8;
}

.recommend-tabs .tab {
    padding: 5px 35px;
    cursor: pointer;
    font-family: 'Arial Normal', 'Arial', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    letter-spacing: normal;
    color: #333333;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: -6px;
}

.recommend-tabs .tab .bottom-line {
    height: 1px;
    width: 90%;
    height: 2px;
    background: transparent;
    border-radius: 4px;
    margin-top: 4px;
}

.recommend-tabs .tab.active {
    color: #0083FF;
}

.recommend-tabs .tab:hover,
.recommend-tabs .tab:active,
.recommend-tabs .tab:focus,
.recommend-tabs .tab.active:hover,
.recommend-tabs .tab.active:active,
.recommend-tabs .tab.active:focus {
    background: transparent;
    border: none;
}

.recommend-tabs .tab.active .bottom-line {
    background: #0083FF;
}

.recommend-list {
    background-color: #fff;
    padding: 0 2px;
    margin: 10px 14px;
    border-radius: 8px;
}

.recommend-item {
    display: flex;
    align-items: center;
    padding: 4px 8px;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
}

.recommend-item h3 {
    font-family: 'Arial Normal', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    letter-spacing: normal;
    color: #333333;
}

.recommend-time{
    font-family: 'Arial Normal', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    letter-spacing: normal;
    color: #333333;
    line-height: 20px;
    vertical-align: text-top;
    margin-right: 10px;
}

.recommend-item img {
    width: 55px;
    height: 55px;
    margin-right: 10px;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #f2f2f2;
    display: flex;
    justify-content: space-around;
    padding: 0;
    height: 59px;
    align-items: center;
}

.footer a {
    text-decoration: none;
    color: #A1A1A1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer a .normal {
    display: block;
}

.footer a .on {
    display: none;
}

.footer a.active .normal {
    display: none;
}

.footer a.active .on {
    display: block;
}

.footer a .weui-tabbar__label {
    color: #A1A1A1;
    font-size: 12px;
}

.footer a.active .weui-tabbar__label {
    color: #2E8AF3;
    font-size: 12px;
}

.footer img {
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
}

.all-btn.weui-btn_mini {
    font-family: 'Arial Normal', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: normal;
    color: #333333;
    border: 1px solid #d7d7d7;
    background: #fff;
    margin-right: 0;
    margin-left: 0;
}



.card-brage.weui-btn_primary,
.card-brage.weui-btn_primary:active,
.card-brage.weui-btn_primary:focus,
.card-brage.weui-btn_primary:hover {
    border: 0px solid rgba(0, 131, 255, 0.48);
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 0;
    border-radius: 4px;
    background: rgba(0, 131, 255, 0.48);
    box-shadow: none;
    font-size: 12px;
    color: #00579D;
    font-family: 'Arial Normal', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.5;
    padding: 0 0.45em;
}

.recommend-item h3 {
    margin-top: 5px;
}

.right-icon {
    background: url(../images/right-icon.png) no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-left: 10px;
}

.recommend-content {
    width: calc(100% - 100px);
}


.content-center {
    width: 100%;
    height: calc(100% - 110px);
    overflow-y: auto;
}


.activity-list {
    display: flex;
    align-items: center;
    margin: 0 12px;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 6px;
}

.activity-list img {
    width: 80px;
    height: 102px;
    border-radius: 6px;
    margin-right: 10px;
}

.activity-title {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    color: #333333;
    line-height: 1.5;
}

.activity-time {
    font-family: "Arial Normal", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    letter-spacing: normal;
    color: #aaaaaa;
}

.state-btn.weui-btn_primary,
.state-btn.weui-btn_primary:active,
.state-btn.weui-btn_primary:focus,
.state-btn.weui-btn_primary:hover {
    margin-right: 0;
    margin-left: 5px;
    box-shadow: none;
    color: #fff;
    font-family: "Arial Normal", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    letter-spacing: normal;
    padding: 0 1em;
    border-radius: 90px;
    white-space: nowrap;
    text-align: center;
    min-width: 70px;
}

.state-btn.bmz.weui-btn_primary,
.state-btn.bmz.weui-btn_primary:active,
.state-btn.bmz.weui-btn_primary:focus,
.state-btn.bmz.weui-btn_primary:hover {
    border: 1px solid #2E8AF3;
    background: #2E8AF3;
}

.state-btn.yjs.weui-btn_primary,
.state-btn.yjs.weui-btn_primary:active,
.state-btn.yjs.weui-btn_primary:focus,
.state-btn.yjs.weui-btn_primary:hover {
    border: 1px solid #d7d7d7;
    background: #d7d7d7;
}

.mt-10 {
    margin-top: 10px;
}

.right-area {
    width: calc(100% - 90px);
    min-height: 102px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.my-top {
    /*height: 200px;*/
    width: 100%;
    background: #2E8AF3;
}

.user-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px;
}

.user-area img {
    width: 75px;
    height: 75px;
    margin-right: 20px;
}

.user-title {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    color: #FFFFFF;
}

.welcome-text {
    font-family: "Arial Normal", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    letter-spacing: normal;
    color: #fff;
    line-height: 1.5;
    margin-top: 16px;
}

.user-operate {
    background: #fff;
    box-shadow: 0px 4px 5px rgba(217, 228, 255, 1);
    border-radius: 8px;
    margin: -40px 16px 56px;
}

.weui-cells {
    border-radius: 8px;
}

.weui-cell {
    margin: 0 16px;
    padding: 12px 8px;
    font-family: "Arial Normal", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: normal;
    color: #333333;
}

.weui-cell:before {
    border-top: 1px dotted rgba(0, 0, 0, .2);
    left: 0;
}

.weui-cells:before {
    border-top: 0;
}

.weui-cells::after {
    border-bottom: 0;
}


.weui-loadmore {
    width: 92%;
    margin: 20px auto 0;
    text-align: center;
    font-size: 0;
}

.bi-chevron-down {
    background: url(../images/down-icon.png) no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 5px;
}

.bi-chevron-up {
    background: url(../images/up-icon.png) no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 5px;
}

.weui-tab {
    height: auto;
}

.weui-navbar {
    margin: -20px 14px 0px;
    background: transparent;
}

.weui-navbar__item {
    padding: 10px 0;
    padding-top: calc(10px + constant(safe-area-inset-top));
    padding-top: calc(10px + env(safe-area-inset-top));
    font-size: 15px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 12px 12px 0px 0px;
    background: #EBEBEB;
    color: #444444;
    font-weight: bold;
}

.weui-navbar__item.weui-bar__item_on,
.weui-navbar__item:active {
    box-shadow: none;
    background: #fff;
    color: #0055FF;
}

.weui-navbar:after {
    border: 0;
}

.mb-0 {
    margin-bottom: 0;
}
.weui-select {
    line-height: 24px;
    height: 24px;
    min-height: 24px;
    padding-left: 0px;
}
.weui-cell_select-after .weui-cell__hd {
    padding-left: 0px;
}

/*支付状态*/
.text-info.NOTPAY{
    color: #F59A23;
}
.text-info.SUCCESS{
    color: #FFFFFF;
}
.text-info.FAIL{
	color: #AAAAAA;
}