body,html {
    height: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif
}

body{
  --weui-BG-9: #f2f2f2;
  --weui-BG-8: #D9001B;
  --weui-FG-8: #D9001B;
  --weui-BD-9: #D7D7D7;
  --weui-CRIMSON: #a30014;
  --weui-TAG-TEXT-CRIMSON: #b30318;
  --weui-WHITE: #fff;
  --weui-YELLOW: #F59A23;
  --weui-GERY: #666;
  --weui-BLUE: #4996f6;
  --weui-PURPLE: #9370D8;
  --weui-BLACK: #000000;
  --weui-TAG-TEXT-GREEN:#06ae56;
}

ul {
    list-style: none
}

.page,body {
    background-color: #f2f2f2;
    background-color: var(--weui-BG-9);
}

.page {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;    
    z-index: 1;
}

.page .invalid{
    opacity:0.5;
}

.page .invalid_1{
    opacity:0.7;
}

.page .opacity{
    opacity:0.5;    
}

.link {
    color: var(--weui-LINK)
}

.container {    
    height:100%;
    margin:0px auto;    
    color: rgba(0,0,0,0.9);
    color: var(--weui-FG-0);
    max-width:767px; 
    position: relative;
}

.white{
    color:#FFF !important;
    color: var( --weui-WHITE) !important; 
}

.black{
    color:#000 !important;
    color: var( --weui-BLACK) !important; 
}

.red{
    color:#D9001B !important;
    color: var(--weui-FG-8) !important;    
}
.green {
  color: #07c160 !important;;
  color: var(--weui-BRAND) !important;;
}
.crimson{
    color:#a30014 !important;
    color: var(--weui-TAG-TEXT-CRIMSON) !important;    
}

.yellow{
    color:#F59A23 !important;
    color: var(--weui-YELLOW) !important;    
}

.blue{
    color:#4996f6 !important;
    color: var(--weui-BLUE) !important;    
} 

.word{
    color:rgba(0, 0, 0, 0.9) !important;
    color: var( --weui-FG-0) !important; 
}

.grey{
    color:rgba(0, 0, 0, 0.5) !important;
    color: var( --weui-GERY) !important; 
}

.font10{
    font-size: 10px !important;
}

.font11{
    font-size: 11px !important;
}

.font12{
    font-size: 12px !important;
}

.font13{
    font-size: 13px !important;
}

.font14{
    font-size: 14px !important;
}
.font15{
    font-size: 15px !important;
}

.font16{
    font-size: 16px !important;
}

.font17{
    font-size: 17.5px !important;
}

.font20{
    font-size: 20px !important;
}

.font24{
    font-size: 24px !important;
}

.bg-white{
    background-color: #FFF !important;
    background-color: var(--weui-WHITE) !important;
}
.bg-red{
    background-color: #D9001B !important;
    background-color: var(--weui-BG-8) !important;
}

.bg-crimson{
    background-color: #a30014 !important;
    background-color: var(--weui-CRIMSON) !important;
}
.bg-grey {
    background-color: #f2f2f2;
    background-color: var(--weui-BG-9);
}
.bg-yellow{
    background-color:#F59A23 !important;
    background-color: var(--weui-YELLOW) !important;    
}
.bg-blue{
    background-color:#4996f6 !important;
    background-color: var(--weui-BLUE) !important; 
}
.bg-purple{
    background-color:#9370D8 !important;
    background-color: var(--weui-PURPLE) !important;  
}
.bg-black{
    background-color:#222222 !important;    
}
.bg-green {
    background-color: #06ae56 !important;
    background-color: var(--weui-TAG-TEXT-GREEN) !important;
}

.pd10{
  padding:10px;
}
.pd5{
  padding:5px;
}
.pd15{
  padding:15px;
}
.pd20{
  padding:20px;
}

.mg10{
  margin:10px;
}
.mg5{
  margin:5px;
}
.mg15{
  margin:15px;
}
.mg20{
  margin:20px;
}

.pdl-5{
    padding-left: 5px !important;
}

.pdr-5{
    padding-right: 5px !important;
}

.pdt-5{
    padding-top: 5px !important;
}

.pdb-5{
    padding-bottom: 5px !important;
}

.pdl-10{
    padding-left: 10px !important;
}

.pdr-10{
    padding-right: 10px !important;
}

.pdt-10{
    padding-top: 10px !important;
}

.pdb-10{
    padding-bottom: 10px !important;
}

.pdl-15{
    padding-left: 15px !important;
}

.pdr-15{
    padding-right: 15px !important;
}

.pdt-15{
    padding-top: 15px !important;
}

.pdb-15{
    padding-bottom: 15px !important;
}

.pdl-20{
    padding-left: 20px !important;
}

.pdr-20{
    padding-right: 20px !important;
}

.pdt-20{
    padding-top: 20px !important;
}

.pdb-20{
    padding-bottom: 20px !important;
}

.mgl-5{
    margin-left: 5px !important;
}

.mgr-5{
    margin-right: 5px !important;
}

.mgt-5{
    margin-top: 5px !important;
}

.mgb-5{
    margin-bottom: 5px !important;
}

.mgl-10{
    margin-left: 10px !important;
}

.mgr-10{
    margin-right: 10px !important;
}

.mgt-10{
    margin-top: 10px !important;
}

.mgb-10{
    margin-bottom: 10px !important;
}

.mgl-15{
    margin-left: 15px !important;
}

.mgr-15{
    margin-right: 15px !important;
}

.mgt-15{
    margin-top: 15px !important;
}

.mgb-15{
    margin-bottom: 15px !important;
}

.mgl-20{
    margin-left: 20px !important;
}

.mgr-20{
    margin-right: 20px !important;
}

.mgt-20{
    margin-top: 20px !important;
}

.mgb-20{
    margin-bottom: 20px !important;
}
.b{
    font-weight: 800 !important;
}
.strong{
    font-weight: 900 !important;
}
.fillet{
    border-radius: 50% !important;
}
.height{
  height:100%;
}
.width{
  width:100%;
}
.border {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative; 
}
.off{
  display:none;
}
.on{
  display:flex;
}
.pointer{
  cursor:pointer;
}
.left{
  text-align: left;
}
.right{
  text-align: right;
}
.center{
  text-align: center;
}
.border.top:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #D7D7D7;
  border-top: 1px solid var(--weui-BD-9);
  color: #D7D7D7;
  color: var(--weui-BD-9);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.border.bottom:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0; 
  border-bottom: 1px solid #D7D7D7;
  border-bottom: 1px solid var(--weui-BD-9);
  color: #D7D7D7;
  color: var(--weui-BD-9);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.border.right {  
  border-right: 1px solid #D7D7D7;
  border-right: 1px solid var(--weui-BD-9);  
}

.border.left {  
  border-left: 1px solid #D7D7D7;
  border-left: 1px solid var(--weui-BD-9);  
}

.border.top1 {  
  border-top: 1px solid #D7D7D7;
  border-top: 1px solid var(--weui-BD-9);  
}

.border.bottom1 {  
  border-bottom: 1px solid #D7D7D7;
  border-bottom: 1px solid var(--weui-BD-9);  
}

.warp{
    -webkit-box-lines:multiple;
    -moz-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.table
{
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
    width:100%;
    font-size: 12px;
    border-spacing: 0px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}
.table td, .table th
{
    border: 1px solid #cad9ea;
    color: #666;
    padding:5px 2px;
}
.table thead th
{
    background-color: #FF9900;
    width: 100px;
    color:#FFF;
}
.table tr:nth-child(odd)
{
    background: #fff;
}
.table tr:nth-child(even)
{
    background: #FFF;
}

.placeholder{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; 
    box-sizing: border-box;   
    position: relative;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.placeholder.v{ 
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.placeholder.h{
    -webkit-justify-content: center;      
    justify-content:center;    
}

.placeholder.r{
    -webkit-justify-content: flex-end;      
    justify-content:flex-end;    
}

.placeholder.vh{
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;      
    justify-content:center;  
}  

.placeholder.column{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;     
}

.placeholder.column.r1{
    align-items:flex-end;     
}

.placeholder.arrow:after {
    content: " ";
    width: 12px;
    height: 24px;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    background-color: currentColor;
    color: rgba(0,0,0,0.3);
    color: var(--weui-FG-2);
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -12px;
}

.weui-navbar__item.small {    
    padding: 8px 0;
    padding-top: calc(8px + constant(safe-area-inset-top));
    padding-top: calc(8px + env(safe-area-inset-top));    
}

.weui-not__content{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;    
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;      
    justify-content:center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column; 
    color: rgba(0,0,0,0.3);
    color: var(--weui-FG-2);    
}

.weui-not__content:before{
    content: " ";
    margin-top:40px;    
}

.weui-btn_no_border-radius{
  border-radius:0 !important; 
}

.weui-btn_red {
    background-color: #a30014;
    background-color: var(--weui-CRIMSON);
}

.weui-btn_red:not(.weui-btn_disabled):visited {
    color: #fff;
    color: var(--weui-WHITE);
}

.weui-btn_red:not(.weui-btn_disabled):active {
    background-color: #b30318;
    background-color: var(--weui-TAG-TEXT-CRIMSON);
}
.weui-btn_loading.weui-btn_red {
    background-color: #b30318;
    background-color: var(--weui-TAG-TEXT-CRIMSON);
    color: #fff;
    color: var(--weui-WHITE);
    opacity: 0.7;
}

.weui-search__window{
    box-sizing: border-box;
    padding:15px;
    background-color:#FFF;
    background-color:var(--weui-WHITE);
    border: 1px solid #D7D7D7;
    border: 1px solid var(--weui-BD-9);
    border-top: none;
    position: absolute; left:0; top:48px; right:0; z-index:5000;
    display:none;  
}

.weui-btn_loading.weui-btn_red .weui-loading {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 100 100'%3E%3Cpath fill='none' d='M0 0h100v100H0z'/%3E%3Crect xmlns='http://www.w3.org/2000/svg' width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.56)' rx='5' ry='5' transform='translate(0 -30)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.5)' rx='5' ry='5' transform='rotate(30 105.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.43)' rx='5' ry='5' transform='rotate(60 75.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.38)' rx='5' ry='5' transform='rotate(90 65 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.32)' rx='5' ry='5' transform='rotate(120 58.66 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.28)' rx='5' ry='5' transform='rotate(150 54.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.25)' rx='5' ry='5' transform='rotate(180 50 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.2)' rx='5' ry='5' transform='rotate(-150 45.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.17)' rx='5' ry='5' transform='rotate(-120 41.34 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.14)' rx='5' ry='5' transform='rotate(-90 35 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.1)' rx='5' ry='5' transform='rotate(-60 24.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.03)' rx='5' ry='5' transform='rotate(-30 -5.98 65)'/%3E%3C/svg%3E");
}

.weui-btn_dered {
  color: #a30014;
  color: var(--weui-CRIMSON);
  background-color: #f2f2f2;
  background-color: var(--weui-BTN-DEFAULT-BG);
}

.weui-btn_dered:not(.weui-btn_disabled):visited {
  color: #b30318;
  color: var(--weui-TAG-TEXT-CRIMSON);
}

.weui-btn_dered:not(.weui-btn_disabled):active {
  background-color: #e6e6e6;
  background-color: var(--weui-BTN-DEFAULT-ACTIVE-BG);
}

.weui-btn_loading.weui-btn_dered {
  background-color: #e6e6e6;
  background-color: var(--weui-BTN-DEFAULT-ACTIVE-BG);
}

.weui-form_dialog .weui-dialog {
    width: auto;
    max-width: 767px;
}
.weui-form_dialog .weui-dialog__bd{
  padding-left: 0px;
  padding-right: 0px;
}
.weui-form_dialog .weui-form__tips-area{
   padding-left: 24px;
   padding-right: 24px;
}
ul.weui-uploader__files li{
  cursor: pointer;
}
.page .weui-navbar__item{
  background-color: #FFF;
  background-color: var(--weui-WHITE);  
  border-bottom: 2px solid rgba(0,0,0,0);
}

.page .weui-navbar__item:active {
  background-color: #FFF;
  background-color: var(--weui-WHITE);
}

.page .weui-navbar__item.weui-bar__item_on {  
  color:#a30014;
  color: var(--weui-TAG-TEXT-CRIMSON); 
  border-bottom: 2px solid #a30014;
  border-bottom: 2px solid var(--weui-TAG-TEXT-CRIMSON);
  font-weight: 800;
}

.page .weui-navbar__item:after {
  border-right:none;
}
.page .weui-btn_block{
    margin:0;
}

.headimgurl{
  width:46px;
  height:46px;
  display:block;
  line-height: 46px;    
}

.headimgurl img{
    width:46px;
    height:46px;
    border-radius: 50%;      
}

.headimgurl i{  
  font-size: 46px;
  color: rgba(0,0,0,0.3);
  color: var(--weui-FG-2);
}

.page .weui-navbar:after {
  border-bottom: 1px solid #D7D7D7 !important;
  border-bottom: 1px solid var(--weui-BD-9) !important;  
}

.hide_dialog_ft .weui-dialog__ft{
    display:none;
}

.page.actionsheet,.page.article,.page.dialog,.page.form,.page.loadmore,.page.msg,.page.msg_success,.page.msg_text,.page.msg_text_primary,.page.msg_warn,.page.picker,.page.progress,.page.toast,.page.top-tips {
    background-color: var(--weui-BG-2)
}

.page__hd {
    padding: 40px
}

.page__bd_spacing {
    padding: 0 16px
}

.page__ft {
    padding-top: 40px;
    padding-bottom: 10px;
    padding-bottom: calc(10px + constant(safe-area-inset-bottom));
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    text-align: center
}

.page__ft img {
    height: 19px
}

body[data-weui-theme=dark] .page__ft img {
    -webkit-filter: invert(100) hue-rotate(180deg);
    filter: invert(100) hue-rotate(180deg)
}

@media (prefers-color-scheme:dark) {
    body:not([data-weui-theme=light]) .page__ft img {
        -webkit-filter: invert(100) hue-rotate(180deg);
        filter: invert(100) hue-rotate(180deg)
    }
}

.page__ft.j_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.page__title {
    text-align: left;
    font-size: 20px;
    font-weight: 400
}

.page__desc {
    margin-top: 4px;
    color: var(--weui-FG-1);
    text-align: left;
    font-size: 14px
}

.page.footer .page__ft,.page.gallery .page__ft,.page.navbar .page__ft,.page.tabbar .page__ft,.page[class*=form_] .page__ft,.page[class*=msg_] .page__ft {
    display: none
}

.weui-cell_example:before {
    left: 52px
}

.page.home .page__intro-icon {
    margin-top: -.2em;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    vertical-align: middle
}

.page.home .page__title {
    font-size: 0;
    margin-bottom: 15px
}

body[data-weui-theme=dark] .page.home .page__title {
    -webkit-filter: invert(100) hue-rotate(180deg);
    filter: invert(100) hue-rotate(180deg)
}

@media (prefers-color-scheme:dark) {
    body:not([data-weui-theme=light]) .page.home .page__title {
        -webkit-filter: invert(100) hue-rotate(180deg);
        filter: invert(100) hue-rotate(180deg)
    }
}

.page.home .page__bd img {
    width: 30px;
    height: 30px
}

body[data-weui-theme=dark] .page.home .page__bd img {
    -webkit-filter: invert(100) hue-rotate(180deg);
    filter: invert(100) hue-rotate(180deg)
}

@media (prefers-color-scheme:dark) {
    body:not([data-weui-theme=light]) .page.home .page__bd img {
        -webkit-filter: invert(100) hue-rotate(180deg);
        filter: invert(100) hue-rotate(180deg)
    }
}

.page.home .page__bd li {
    margin: 8px 0;
    background-color: var(--weui-BG-2);
    overflow: hidden;
    border-radius: 2px;
    cursor: pointer
}

.page.home .page__bd li.js_show .weui-flex {
    opacity: .5
}

.page.home .page__bd li.js_show .page__category {
    height: auto
}

.page.home .page__bd li.js_show .page__category-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.page.home .page__bd li:first-child {
    margin-top: 0
}

.page.home .page__category {
    height: 0;
    overflow: hidden
}

.page.home .page__category-content {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s
}

.page.home .weui-flex {
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s
}

.page.home .weui-cells {
    margin-top: 0
}

.page.home .weui-cells:after,.page.home .weui-cells:before {
    display: none
}

.page.home .weui-cell {
    padding-left: 20px;
    padding-right: 20px
}

.page.home .weui-cell:before {
    left: 20px;
    right: 20px
}

.page.form .page__bd {
    padding-bottom: 30px
}

.page.form .weui-label {
    width: 3.1em
}

.page.form_page .weui-label {
    width: 4.1em
}

.page.form_select .weui-cells__group_form .weui-cell_select-before .weui-select {
    width: 3.1em
}[class*=" form_"].page,[class^=form_].page {
    padding: 0
}

.page.form_input_status .weui-label,.page.form_select .weui-label,.page.form_select_primary .weui-label,.page.form_vcode .weui-label {
    width: 3.1em
}

.page.button {
    background-color: var(--weui-BG-0)
}

.page.button .weui-btn_mini {
    vertical-align: middle
}

.page.button .page__bd {
    padding: 0
}

.page.button .button-sp-area {
    margin: 15px auto;
    padding: 15px;
    text-align: center
}

.page.button .button-sp-area.cell {
    padding: 15px 0
}

.page.cell .page__bd {
    padding-bottom: 30px
}

.page.dialog .page__bd {
    padding: 0 15px
}

.page.panel .page__bd {
    padding-bottom: 20px
}

.page.icons,.page.icons-svg {
    text-align: center
}

.page.icons-svg .page__bd,.page.icons .page__bd {
    padding: 0 40px;
    text-align: left
}

.page.icons-svg .icon-box,.page.icons .icon-box {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.page.icons-svg .icon-box i,.page.icons .icon-box i {
    margin-right: 18px
}

.page.icons-svg .icon-box__ctn,.page.icons .icon-box__ctn {
    -webkit-flex-shrink: 100;
    flex-shrink: 100
}

.page.icons-svg .icon-box__title,.page.icons .icon-box__title {
    font-weight: 400
}

.page.icons-svg .icon-box__desc,.page.icons .icon-box__desc {
    margin-top: 6px;
    font-size: 12px;
    color: #888
}

.page.icons-svg .icon_sp_area,.page.icons .icon_sp_area {
    margin-top: 10px;
    text-align: left
}

.page.icons-svg .icon_sp_area i:before,.page.icons .icon_sp_area i:before {
    margin-bottom: 5px
}

.page.layers {
    overflow-x: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

@media only screen and (max-width:320px) {
    .page.layers .page__hd {
        padding-left: 20px;
        padding-right: 20px
    }
}

.page.layers .page__bd {
    position: relative
}

.page.layers .page__desc {
    min-height: 4.8em
}

.page.layers .layers__layer {
    position: absolute;
    left: 50%;
    width: 150px;
    height: 266px;
    margin-left: -75px;
    box-sizing: border-box;
    -webkit-transition: .5s;
    transition: .5s;
    background: url(images/layers/transparent.gif) no-repeat 50%;
    background-size: contain;
    font-size: 14px;
    color: var(--weui-WHITE)
}

.page.layers .layers__layer span {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s
}

.page.layers .layers__layer:last-child span {
    color: #aaa
}

.page.layers .layers__layer.j_hide {
    opacity: 0
}

.page.layers .layers__layer.j_pic span {
    color: transparent
}

@media only screen and (min-width:375px) and (min-height:603px) {
    .page.layers .layers__layer {
        width: 180px;
        height: 320px;
        margin-left: -90px
    }
}

@media only screen and (min-width:414px) and (min-height:640px) {
    .page.layers .layers__layer {
        width: 200px;
        height: 355px;
        margin-left: -100px
    }
}

.page.layers .layers__layer_popout {
    border: 1px solid hsla(0,0%,80%,.5);
    z-index: 4
}

.page.layers .layers__layer_popout.j_transform {
    -webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(120px);
    transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(120px)
}

@media only screen and (max-width:320px) {
    .page.layers .layers__layer_popout.j_transform {
        -webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(140px);
        transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(140px)
    }
}

.page.layers .layers__layer_popout.j_pic {
    border-color: transparent;
    background-image: url(images/layers/popout.png)
}

.page.layers .layers__layer_mask {
    background-color: rgba(0,0,0,.5);
    z-index: 3
}

.page.layers .layers__layer_mask.j_transform {
    -webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(40px);
    transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(40px)
}

@media only screen and (max-width:320px) {
    .page.layers .layers__layer_mask.j_transform {
        -webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(80px);
        transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(80px)
    }
}

.page.layers .layers__layer_navigation {
    background-color: rgba(40,187,102,.5);
    z-index: 2
}

.page.layers .layers__layer_navigation.j_transform {
    -webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-40px);
    transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-40px)
}

@media only screen and (max-width:320px) {
    .page.layers .layers__layer_navigation.j_transform {
        -webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(20px);
        transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(20px)
    }
}

.page.layers .layers__layer_navigation.j_pic {
    background-color: transparent;
    background-image: url(images/layers/navigation.png)
}

.page.layers .layers__layer_content {
    background-color: var(--weui-BG-2);
    z-index: 1
}

.page.layers .layers__layer_content.j_transform {
    -webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-120px);
    transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-120px)
}

@media only screen and (max-width:320px) {
    .page.layers .layers__layer_content.j_transform {
        -webkit-transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-40px);
        transform: translateX(15px) rotateX(45deg) rotate(10deg) skew(-15deg) translateZ(-40px)
    }
}

.page.layers .layers__layer_content.j_pic {
    background-image: url(images/layers/content.png)
}

.page.searchbar .searchbar-result {
    display: none;
    margin-top: 0;
    font-size: 14px
}

.page.searchbar .searchbar-result .weui-cell__bd {
    padding: 2px 0 2px 20px;
    color: var(--weui-FG-1)
}

.page.gallery {
    overflow: hidden
}



.page .weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon>i,
.page .weui-tabbar__item.weui-bar__item_on .weui-tabbar__label{  
  color: #D9001B;
  color: var(--weui-FG-8); 
}

.weui-half-screen-dialog {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.weui-half-screen-dialog_show {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

/* 设置加载图标的容器 */
.loader {
    border: 4px solid #f3f3f3; /* 浅灰色边框 */
    border-top: 4px solid #3498db; /* 蓝色边框 */
    border-radius: 50%; /* 圆形 */
    width: 35px;
    height: 35px;
    animation: spin 2s linear infinite; /* 旋转动画 */   
}

/* 定义旋转动画 */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.vaptcha-container {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.vaptcha-init-main {
    display: table;
    width: 100%;
    height: 100%;
    background-color: #EEEEEE;
}
​
.vaptcha-init-loading {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}
​
.vaptcha-init-loading>a {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: none;
}
​
.vaptcha-init-loading>a img {
    vertical-align: middle
}
​
.vaptcha-init-loading .vaptcha-text {
    font-family: sans-serif;
    font-size: 12px;
    color: #CCCCCC;
    vertical-align: middle
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes a {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        opacity: 0
    }
}

@keyframes b {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        opacity: 0
    }
}

.page.slideIn {
    -webkit-animation: a .2s forwards;
    animation: a .2s forwards
}

.page.slideOut {
    -webkit-animation: b .2s forwards;
    animation: b .2s forwards
}

@supports (top:constant(safe-area-inset-top)) {
    .page {
        padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left)
    }

    .page.navbar,.page.tabbar {
        padding-left: 0;
        padding-right: 0
    }

    .weui-tab__panel {
        padding-left: constant(safe-area-inset-left);
        padding-right: constant(safe-area-inset-right)
    }
}

@supports (top:env(safe-area-inset-top)) {
    .page {
        padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)
    }

    .page.article,.page.msg_success,.page.msg_text,.page.msg_text_primary,.page.msg_warn,.page.navbar,.page.tabbar {
        padding: 0
    }
}



