/*common*/
*{margin:0;padding:0;border:0;font-style:normal;-webkit-text-size-adjust:none;}
html,body{-webkit-touch-callout:none;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
body{background-color:#fff;color:#666;font-family:PingFangSC-Regular, sans-serif;}
article,aside,details,hgroup,nav,span{display:inline-block;}
footer,header,section,dialog,menu,a,label,strong,var,del,time,figcaption,figure,pre,img,small,mark,cite,code,fieldset,button{display:block;}
::-webkit-scrollbar{width:0;height:0;}
a,a:hover,a:visited{text-decoration:none;}
ol,ul{list-style:none;}
:focus{outline:none;border:0;}
img{max-width:100%;width:100%;vertical-align:middle;display:inline-block;}
textarea{overflow:auto;resize:none;}
input,button,textarea,select,:checked{border:0;	margin:0;padding:0;background-color:rgba(0,0,0,0);text-shadow:none;border-radius:0;}
pre{overflow:hidden;word-break:break-all;word-wrap:break-word;}
table{width:100%;margin:0;padding:0;}

/*swiper style*/
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1;}
.swiper-wrapper {position:relative;width:100%;-webkit-transition-property:-webkit-transform,left,top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0px,0,0);-webkit-transition-timing-function:ease;
    -moz-transition-property:-moz-transform, left, top;-moz-transition-duration:0s;-moz-transform:translate3d(0px,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform, left, top;
    -o-transition-duration:0s;-o-transform:translate3d(0px,0,0);-o-transition-timing-function:ease;-o-transform:translate(0px,0px);-ms-transition-property:-ms-transform, left, top;-ms-transition-duration:0s;
    -ms-transform:translate3d(0px,0,0);-ms-transition-timing-function:ease;transition-property:transform, left, top;transition-duration:0s;transform:translate3d(0px,0,0);transition-timing-function:ease;}
.swiper-free-mode > .swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto;}
.swiper-slide{float:left;width:100%;position: relative;}
.swiper-wrapper{width:100%;height:100%;}
.swiper-container{width:100%;height:100%;}
.swiper-slide{width:100%;height:100%;overflow:hidden;position:relative;}
.pagination{text-align:center;position:absolute;bottom:0.6rem;left:0;width:100%;z-index:8;height:0.4rem;}
.swiper-pagination-switch{width:0.4rem;height:0.4rem;border-radius:50%;background:#aaa;margin:0 0.2rem;}
.swiper-active-switch{background:#fff;}

/*文字处理*/
.to_e{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.to_line{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all;}
.fl{float:left;}
.fr{float:right;}
.clearfix{clear:both;*zoom:1;}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}
.clearfix:after{clear:both;}
.hide{display:none!important;}
.show{display:block!important;}
.vis_h{visibility:hidden!important;}
.vis_v{visibility:visible!important;}
.h100{height:100%!important;}
.overLayer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:101;background:rgba(0,0,0,0.7);}
.trans{-webkit-transition:all 1000ms;-moz-transition:all 1000ms;-o-transition:all 1000ms;-ms-transition:all 1000ms;transition:all 1000ms;}

/*flex layout style*/
.flex{display:-webkit-box;display:box;display:-webkit-flexbox;display:flexbox;display:-webkit-flex;display:flex;}
.flex_1{-webkit-box-flex:1;box-flex:1;-webkit-flex:1;flex:1;}
/*单行显示*/
.flex_row{-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-flex-direction:row;flex-direction:row;}
/*Flex项目移动到顶部 垂直方向 align-items*/
.flex_align{-webkit-box-align:start;box-align:start;-webkit-flex-align:start;flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;}
/*Flex项目多列显示 row wrap*/
.flex_mul_row{-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-lines:multuple;box-lines:multuple;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.flex_col{-webkit-box-orient:vertical;box-orient:vertical;-webkit-flex-direction:column;flex-direction:column;}
/*Flex项目移动到顶部 水平方向 justufy-content*/
.flex_justufy{-webkit-box-pack:start;box-pack:start;-webkit-flex-pack:start;flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;}
/*Flex项目多行显示*/
.flex_mul_col{-webkit-box-orient:vertical;box-orient:vertical;-webkit-flex-direction:column;flex-direction:column;-webkit-box-lines:multuple;box-lines:multuple;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
/*水平垂直居中*/
.flex_v{-webkit-box-align:center;box-align:center;-webkit-flex-align:center;flex-align:center;-webkit-align-items:center;align-items:center;}
.flex_h{-webkit-box-pack:center;box-pack:center;-webkit-flex-pack:center;flex-pack:center;-webkit-justify-content:center;justify-content:center;}
.flex{display:-webkit-box;display:box;}
.flex hr{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1;flex:1;}

::-webkit-input-placeholder {font-size:0.7rem;color:#AAABAB;}
:-moz-placeholder {font-size:0.7rem;color:#AAABAB;}
::-moz-placeholder {font-size:0.7rem;color:#AAABAB;}
:-ms-input-placeholder {font-size:0.7rem;color:#AAABAB;}

/*loading*/
/*showLoading*/
.mask_transparent{position: fixed;z-index:99999;width: 100%;height: 100%;top: 0;left: 0;background:rgba(255,255,255,0.3);}
.toast{position: fixed;z-index:100000;width: 60px;min-height: 60px;top:50%;left: 50%;margin-top:-30px;margin-left: -30px;background: rgba(40, 40, 40, 0.75);text-align: center;border-radius: 5px;color: #FFFFFF;}
.toast_content{margin:0 0 12px;margin-top:66%;font-size:12px;}
.loading{position: absolute;width: 0px;z-index: 2000000000;left: 50%;top: 50%;}
.loading_leaf{position: absolute;top: -1px;opacity: 0.25;}
.loading_leaf:before{content:" ";position: absolute;width: 8.14px;height: 3.08px;background: rgb(209, 209, 213);box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 1px;border-radius:1px;transform-origin: left 50% 0px;}
.loading_leaf_0{animation: opacity-leaf-0 1.25s linear infinite;-webkit-animation: opacity-leaf-0 1.25s linear infinite;}
.loading_leaf_0:before{transform: rotate(0deg) translate(7.92px, 0px);-webkit-transform: rotate(0deg) translate(7.92px, 0px);}
.loading_leaf_1{animation: opacity-leaf-1 1.25s linear infinite;-webkit-animation: opacity-leaf-1 1.25s linear infinite;}
.loading_leaf_1:before{transform: rotate(30deg) translate(7.92px, 0px);-webkit-transform: rotate(30deg) translate(7.92px, 0px);}
.loading_leaf_2{animation: opacity-leaf-2 1.25s linear infinite;-webkit-animation: opacity-leaf-2 1.25s linear infinite;}
.loading_leaf_2:before{transform: rotate(60deg) translate(7.92px, 0px);-webkit-transform: rotate(60deg) translate(7.92px, 0px);}
.loading_leaf_3{animation: opacity-leaf-3 1.25s linear infinite;-webkit-animation: opacity-leaf-3 1.25s linear infinite;}
.loading_leaf_3:before{transform: rotate(90deg) translate(7.92px, 0px);-webkit-transform: rotate(90deg) translate(7.92px, 0px);}
.loading_leaf_4{animation: opacity-leaf-4 1.25s linear infinite;-webkit-animation: opacity-leaf-4 1.25s linear infinite;}
.loading_leaf_4:before{transform: rotate(120deg) translate(7.92px, 0px);-webkit-transform: rotate(120deg) translate(7.92px, 0px);}
.loading_leaf_5{animation: opacity-leaf-5 1.25s linear infinite;-webkit-animation: opacity-leaf-5 1.25s linear infinite;}
.loading_leaf_5:before{transform: rotate(150deg) translate(7.92px, 0px);-webkit-transform: rotate(150deg) translate(7.92px, 0px);}
.loading_leaf_6{animation: opacity-leaf-6 1.25s linear infinite;-webkit-animation: opacity-leaf-6 1.25s linear infinite;}
.loading_leaf_6:before{transform: rotate(180deg) translate(7.92px, 0px);-webkit-transform: rotate(180deg) translate(7.92px, 0px);}
.loading_leaf_7{animation: opacity-leaf-7 1.25s linear infinite;-webkit-animation: opacity-leaf-7 1.25s linear infinite;}
.loading_leaf_7:before{transform: rotate(210deg) translate(7.92px, 0px);-webkit-transform: rotate(210deg) translate(7.92px, 0px);}
.loading_leaf_8{animation: opacity-leaf-8 1.25s linear infinite;-webkit-animation: opacity-leaf-8 1.25s linear infinite;}
.loading_leaf_8:before{transform: rotate(240deg) translate(7.92px, 0px);-webkit-transform: rotate(240deg) translate(7.92px, 0px);}
.loading_leaf_9{animation: opacity-leaf-9 1.25s linear infinite;-webkit-animation: opacity-leaf-9 1.25s linear infinite;}
.loading_leaf_9:before{transform: rotate(270deg) translate(7.92px, 0px);-webkit-transform: rotate(270deg) translate(7.92px, 0px);}
.loading_leaf_10{animation: opacity-leaf-10 1.25s linear infinite;-webkit-animation: opacity-leaf-10 1.25s linear infinite;}
.loading_leaf_10:before{transform: rotate(300deg) translate(7.92px, 0px);-webkit-transform: rotate(300deg) translate(7.92px, 0px);}
.loading_leaf_11{animation: opacity-leaf-11 1.25s linear infinite;-webkit-animation: opacity-leaf-11 1.25s linear infinite;}
.loading_leaf_11:before{transform: rotate(330deg) translate(7.92px, 0px);-webkit-transform: rotate(330deg) translate(7.92px, 0px);}

@-webkit-keyframes opacity-leaf-0 {
    0% { opacity: 0.25; }
    0.01% { opacity: 0.25; }
    0.02% { opacity: 1; }
    60.01% { opacity: 0.25; }
    100% { opacity: 0.25; }
}
@keyframes opacity-leaf-0 {
    0% { opacity: 0.25; }
    0.01% { opacity: 0.25; }
    0.02% { opacity: 1; }
    60.01% { opacity: 0.25; }
    100% { opacity: 0.25; }
}

@-webkit-keyframes opacity-leaf-1 {
    0% { opacity: 0.25; }
    8.34333% { opacity: 0.25; }
    8.35333% { opacity: 1; }
    68.3433% { opacity: 0.25; }
    100% { opacity: 0.25; }
}
@keyframes opacity-leaf-1 {
    0% { opacity: 0.25; }
    8.34333% { opacity: 0.25; }
    8.35333% { opacity: 1; }
    68.3433% { opacity: 0.25; }
    100% { opacity: 0.25; }
}

@-webkit-keyframes opacity-leaf-2 {
    0% { opacity: 0.25; }
    16.6767% { opacity: 0.25; }
    16.6867% { opacity: 1; }
    76.6767% { opacity: 0.25; }
    100% { opacity: 0.25; }
}
@keyframes opacity-leaf-2 {
    0% { opacity: 0.25; }
    16.6767% { opacity: 0.25; }
    16.6867% { opacity: 1; }
    76.6767% { opacity: 0.25; }
    100% { opacity: 0.25; }
}
@-webkit-keyframes opacity-leaf-3 {
    0% { opacity: 0.25; }
    25.01% { opacity: 0.25; }
    25.02% { opacity: 1; }
    85.01% { opacity: 0.25; }
    100% { opacity: 0.25; }
}
@keyframes opacity-leaf-3 {
    0% { opacity: 0.25; }
    25.01% { opacity: 0.25; }
    25.02% { opacity: 1; }
    85.01% { opacity: 0.25; }
    100% { opacity: 0.25; }
}
@-webkit-keyframes opacity-leaf-4 {
    0% { opacity: 0.25; }
    33.3433% { opacity: 0.25; }
    33.3533% { opacity: 1; }
    93.3433% { opacity: 0.25; }
    100% { opacity: 0.25; }
}
@keyframes opacity-leaf-4 {
    0% { opacity: 0.25; }
    33.3433% { opacity: 0.25; }
    33.3533% { opacity: 1; }
    93.3433% { opacity: 0.25; }
    100% { opacity: 0.25; }
}
@-webkit-keyframes opacity-leaf-5 {
    0% { opacity: 0.270958333333333; }
    41.6767% { opacity: 0.25; }
    41.6867% { opacity: 1; }
    1.67667% { opacity: 0.25; }
    100% { opacity: 0.270958333333333; }
}
@keyframes opacity-leaf-5 {
    0% { opacity: 0.270958333333333; }
    41.6767% { opacity: 0.25; }
    41.6867% { opacity: 1; }
    1.67667% { opacity: 0.25; }
    100% { opacity: 0.270958333333333; }
}

@-webkit-keyframes opacity-leaf-6 {
    0% { opacity: 0.375125; }
    50.01% { opacity: 0.25; }
    50.02% { opacity: 1; }
    10.01% { opacity: 0.25; }
    100% { opacity: 0.375125; }
}
@keyframes opacity-leaf-6 {
    0% { opacity: 0.375125; }
    50.01% { opacity: 0.25; }
    50.02% { opacity: 1; }
    10.01% { opacity: 0.25; }
    100% { opacity: 0.375125; }
}
@-webkit-keyframes opacity-leaf-7 {
    0% { opacity: 0.479291666666667; }
    58.3433% { opacity: 0.25; }
    58.3533% { opacity: 1; }
    18.3433% { opacity: 0.25; }
    100% { opacity: 0.479291666666667; }
}
@keyframes opacity-leaf-7 {
    0% { opacity: 0.479291666666667; }
    58.3433% { opacity: 0.25; }
    58.3533% { opacity: 1; }
    18.3433% { opacity: 0.25; }
    100% { opacity: 0.479291666666667; }
}
@-webkit-keyframes opacity-leaf-8 {
    0% { opacity: 0.583458333333333; }
    66.6767% { opacity: 0.25; }
    66.6867% { opacity: 1; }
    26.6767% { opacity: 0.25; }
    100% { opacity: 0.583458333333333; }
}
@keyframes opacity-leaf-8 {
    0% { opacity: 0.583458333333333; }
    66.6767% { opacity: 0.25; }
    66.6867% { opacity: 1; }
    26.6767% { opacity: 0.25; }
    100% { opacity: 0.583458333333333; }
}
@-webkit-keyframes opacity-leaf-9 {
    0% { opacity: 0.687625; }
    75.01% { opacity: 0.25; }
    75.02% { opacity: 1; }
    35.01% { opacity: 0.25; }
    100% { opacity: 0.687625; }
}
@keyframes opacity-leaf-9 {
    0% { opacity: 0.687625; }
    75.01% { opacity: 0.25; }
    75.02% { opacity: 1; }
    35.01% { opacity: 0.25; }
    100% { opacity: 0.687625; }
}
@-webkit-keyframes opacity-leaf-10 {
    0% { opacity: 0.791791666666667; }
    83.3433% { opacity: 0.25; }
    83.3533% { opacity: 1; }
    43.3433% { opacity: 0.25; }
    100% { opacity: 0.791791666666667; }
}
@keyframes opacity-leaf-10 {
    0% { opacity: 0.791791666666667; }
    83.3433% { opacity: 0.25; }
    83.3533% { opacity: 1; }
    43.3433% { opacity: 0.25; }
    100% { opacity: 0.791791666666667; }
}
@-webkit-keyframes opacity-leaf-11 {
    0% { opacity: 0.895958333333333; }
    91.6767% { opacity: 0.25; }
    91.6867% { opacity: 1; }
    51.6767% { opacity: 0.25; }
    100% { opacity: 0.895958333333333; }
}
@keyframes opacity-leaf-11 {
    0% { opacity: 0.895958333333333; }
    91.6767% { opacity: 0.25; }
    91.6867% { opacity: 1; }
    51.6767% { opacity: 0.25; }
    100% { opacity: 0.895958333333333; }
}


.page{position:absolute;top:0;left:0;width:100%;min-height:100%;overflow:hidden;min-width:320px;z-index:1;background:#fff;/*max-width:1200px;*/}
.shareLayer{width:100%;height:100%;position: fixed;left:0;top:0;background-color:rgba(0,0,0,0.6);z-index:101;background-image:url('');background-repeat:no-repeat;background-size:cover;background-position:center 0;}

/*customer.css*/
.ui-dialog-mask{width:100%;height:100%;position:fixed;top:0;left:0;z-index:298;background:rgba(0,0,0,0.8); display: flex; justify-content: center; align-items: center;}
.ui_dialog_wrap{width: 84%; background: #fff; border-radius: 0.3rem;}
.ui_dialog_body{width: 100%; display: flex; flex-direction: column; align-items: center;}
.ui_dialog_header{width:100%;height:0.6rem;font-size:0.7rem;text-align: center;line-height:0.6rem;position: relative;color:#000000;display: block;margin-top:0.6rem;margin-bottom:0rem; display: none;}
.dialog_header_title{font-size:0.7rem;line-height:0.6rem}
.dialog_header_close{width:1rem;height:1rem;position: absolute;right:0;top:0;line-height:1rem;font-size:0.75rem;display: none;}
.ui_dialog_content{width: fit-content; width: -moz-fit-content; max-width: 92%; max-height: 15rem; overflow-y: scroll; padding: 1rem 0; font-size: 0.7rem; line-height: 1rem; color: #333;}
.ui_dialog_content>pre{white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;    /* Opera 7 */overflow: auto;word-break: break-all;word-wrap: break-word;}
.ui_dialog_buttonpan{display: flex; flex-direction: row; align-items: center; margin-bottom: 1rem;}
.ui_dialog_buttonpan span.ui-button{display:inline-block;position: relative;}
.ui_dialog_buttonpan span.ui-button-cr{width: 8.85rem; height: 2rem; line-height: 2rem; text-align: center; background: #D0B994; color: #000; font-size: 0.75rem; font-weight: bold; border-radius: 0.3rem;}
.ui_dialog_buttonpan span.ui-button-rt{width: 5.5rem; height: 1.8rem; line-height: 1.8rem; text-align: center; background: #fff; color: #D0B994; font-size: 0.75rem; font-weight: bold; border-radius: 0.25rem; border: 0.05rem #D0B994 solid; margin-right: 0.8rem;}
.ui_dialog_buttonpan span.ui-button-lf{width: 5.5rem; height: 1.8rem; line-height: 1.8rem; text-align: center; background: #D0B994; color: #000; font-size: 0.75rem; font-weight: bold; border-radius: 0.25rem;}

.m_top_bar{width:100%;position:fixed;top:0;left:0;background:#fff;height:2.9rem;line-height:2.9rem;z-index:10;display: block;}
.top_bar_wrap{width:100%;height:2.9rem;text-align:center;color:#000;position:relative;overflow:hidden;font-size:1.15rem;line-height:3.2rem;}
.top_bar_back{width:2.2rem;height:2.9rem;position:absolute;left:0;top:0;background-image:url('../imgs/icon/icon_arrow_left.png');background-size:0.5rem auto;background-repeat:no-repeat;background-position:0.9rem center;}
.top_bar_close{width:1.6rem;height:2.9rem;position:absolute;left:2.2rem;top:0;background-image:url('https://spdticket-prod.oss-cn-hangzhou.aliyuncs.com/imgs/icon/icon_close.png');background-size:0.6rem 0.6rem;background-repeat:no-repeat;background-position:center center;}
.top_bar_entry{width:3rem;height:2.9rem;position:absolute;right:0.3rem;top:0;display:none;}
.top_bar_title{line-height:2.9rem;line-height:2.9rem;}

.main{overflow: hidden;}
/*.app .main{margin-top:2.9rem;}*/

.vote_loading{border-radius:0.2rem;overflow:hidden;padding:0rem;border:none;left:50%!important;top:50%!important;margin-top:-4.55rem;margin-left:-13.45rem;
    background-position:0 0;background-repeat:no-repeat;background-color:#fff;position:fixed!important;width:26.9rem!important;min-height:9.1rem!important;z-index:105;}
.vote_loading_wrap{}
.vote_loading_header{width:100%;height:0.9rem;font-size:1.15rem;text-align: center;line-height:0.9rem;position: relative;color:#000000;display: block;margin-top:0.975rem;margin-bottom:0rem}
.vote_loading_txt{padding:0rem 0rem 0rem;text-align:center;height:6rem!important;padding:0 0.5rem;
    display:-webkit-box;display:box;-webkit-box-orient:vertical;box-orient:vertical;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;box-align:center;-webkit-flex-align:center;flex-align:center;-webkit-align-items:center;align-items:center;
    -webkit-box-pack:center;box-pack:center;-webkit-flex-pack:center;flex-pack:center;-webkit-justify-content:center;justify-content:center;}
.vote_loading_txt span{font-family:"微软雅黑","Microsoft YaHei","Helvitica","Verdana","Tohoma","Arial","san-serif";
    overflow:hidden;word-break:break-all;word-wrap:break-word;white-space:pre-wrap;
    line-height:1.5rem;font-size:1rem;color:rgba(0,0,0,1);}

.gearYM,.gearDate,.gearDatetime,.gearTime {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 10px;
    background-color: rgba(0,0,0,0.2);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9900;
    overflow: hidden;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    max-width:640px;
}

.date_ctrl {
    vertical-align: middle;
    background-color: #d5d8df;
    color: #000;
    margin: 0;
    height: auto;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9901;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slideInUp {
    animation: slideInUp .3s ease;
    -webkit-animation: slideInUp .3s ease;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.ym_roll,.date_roll,.datetime_roll,.time_roll {
    display: -webkit-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    /*font-weight: bold;*/
    background-color: transparent;
    -webkit-mask: -webkit-gradient(linear,0% 50%,0% 100%,from(#debb47),to(rgba(36,142,36,0)));
    -webkit-mask: -webkit-linear-gradient(top,#debb47 50%,rgba(36,142,36,0))
}

.ym_roll>div,.date_roll>div,.datetime_roll>div,.time_roll>div {
    font-size: 1rem;
    height: 6em;
    float: left;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 4
}

.ym_roll>div .gear,.date_roll>div .gear,.datetime_roll>div .gear,.time_roll>div .gear {
    width: 100%;
    float: left;
    position: absolute;
    z-index: 9902;
    margin-top: -6em
}

.date_roll_mask {
    -webkit-mask: -webkit-gradient(linear,0% 40%,0% 0%,from(#debb47),to(rgba(36,142,36,0)));
    -webkit-mask: -webkit-linear-gradient(bottom,#debb47 50%,rgba(36,142,36,0));
    padding: 1.5rem 0 1.5rem 0
}

.date_roll>div:nth-child(2) {
    -webkit-box-flex: 2
}

.date_roll>div:nth-child(1),.datetime_roll>div:nth-child(1) {
    -webkit-box-flex: 4
}

.datetime_roll>div:first-child {
    -webkit-box-flex: 6
}

.datetime_roll>div:last-child {
    -webkit-box-flex: 6
}

.date_grid {
    position: relative;
    top: 2.1rem;
    width: 100%;
    height: 2.2em;
    margin: 0;
    box-sizing: border-box;
    z-index: 0;
    border-top: 1px solid #abaeb5;
    border-bottom: 1px solid #abaeb5;
    font-size:0.8rem;
}

.date_grid>div {
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    font-size: .8em;
    line-height: 2.5em
}

.date_roll>div:nth-child(3) .date_grid>div {
    left: 42%
}

.datetime_roll>div .date_grid>div {
    right: 0
}

.datetime_roll>div:first-child .date_grid>div {
    left: auto;
    right: 0%
}

.datetime_roll>div:last-child .date_grid>div {
    left: 50%
}

.time_roll>div:nth-child(1) .date_grid>div {
    right: 1em
}

.ym_roll>div:nth-child(1) .date_grid>div {
    right: .1em
}

.ym_roll>div .date_grid>div,.time_roll>div .date_grid>div {
    right: 5em
}

.date_btn {
    color: #0575f2;
    font-size: 0.8rem;
    /*font-weight: bold;*/
    line-height: 1rem;
    text-align: center;
    padding: 0.6rem 1rem
}

.date_btn_box:before,.date_btn_box:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    display: block;
    background-color: #96979b;
    z-index: 15;
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33)
}

.date_btn_box {
    display: -webkit-box;
    -webkit-box-pack: justify;
    -webkit-box-align: stretch;
    background-color: #f1f2f4;
    position: relative
}

.date_btn_box:before {
    left: 0;
    top: 0;
    -webkit-transform-origin: 50% 20%;
    transform-origin: 50% 20%
}

.date_btn_box:after {
    left: 0;
    bottom: 0;
    -webkit-transform-origin: 50% 70%;
    transform-origin: 50% 70%
}

.date_roll>div:nth-child(1) .gear {
    text-indent: 20%
}

.date_roll>div:nth-child(2) .gear {
    text-indent: -20%
}

.date_roll>div:nth-child(3) .gear {
    text-indent: -55%
}

.datetime_roll>div .gear {
    width: 100%;
    text-indent: -25%
}

.datetime_roll>div:first-child .gear {
    text-indent: -10%
}

.datetime_roll>div:last-child .gear {
    text-indent: -50%
}

.ym_roll>div .gear,.time_roll>div .gear {
    width: 100%;
    text-indent: -70%
}

.ym_roll>div:nth-child(1) .gear,.time_roll>div:nth-child(1) .gear {
    width: 100%;
    text-indent: 10%
}

.tooth {
    height: 2em;
    line-height: 2em;
    text-align: center
}

.footBar{width: 100%; height: 3.2rem; display: flex; flex-direction: row; align-items: center; position: fixed; bottom: 0; left: 0; z-index: 9; background: #fff; border-top: 0.05rem solid #F3F3F3;}
    .footItemOne{width: 100%; height: 3.2rem; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #333;}
    .footItemOne.on{color: #59AF35}
        .footItemOne>div{width: 0.9rem; height: 1rem; background: url("../imgs/5.png") no-repeat; background-size: 100% 100%;}
        .footItemOne.on>div{background: url("../imgs/5_on.png") no-repeat; background-size: 100% 100%;}
        .footItemOne>span{font-size: 0.6rem; line-height: 0.6rem; padding-top: 0.2rem;}
    .footItemTwo{width: 100%; height: 3.2rem; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #333;}
    .footItemTwo.on{color: #59AF35}
        .footItemTwo>div{width: 0.9rem; height: 1rem; background: url("../imgs/6.png") no-repeat; background-size: 100% 100%;}
        .footItemTwo.on>div{background: url("../imgs/6_on.png") no-repeat; background-size: 100% 100%;}
        .footItemTwo>span{font-size: 0.6rem; line-height: 0.6rem; padding-top: 0.2rem;}


.footBarLarge{width: 100%; height: 3.2rem; display: flex; flex-direction: row; align-items: center; position: fixed; bottom: 0; left: 0; z-index: 9; background: #fff; border-top: 0.05rem solid #F3F3F3;}
.footItemOneLarge{width: 100%; height: 3.2rem; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #333;}
.footItemOneLarge.on{color: #59AF35}
.footItemOneLarge>div{width: 1.2rem; height: 1.35rem; background: url("../imgs/5.png") no-repeat; background-size: 100% 100%;}
.footItemOneLarge.on>div{background: url("../imgs/5_on.png") no-repeat; background-size: 100% 100%;}
.footItemOneLarge>span{font-size: 0.8rem; line-height: 0.8rem; padding-top: 0.4rem;}
.footItemTwoLarge{width: 100%; height: 3.2rem; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #333;}
.footItemTwoLarge.on{color: #59AF35}
.footItemTwoLarge>div{width: 1.2rem; height: 1.35rem; background: url("../imgs/6.png") no-repeat; background-size: 100% 100%;}
.footItemTwoLarge.on>div{background: url("../imgs/6_on.png") no-repeat; background-size: 100% 100%;}
.footItemTwoLarge>span{font-size: 0.8rem; line-height: 0.8rem; padding-top: 0.4rem;}

.headBar{width: 100%; display: flex; justify-content: space-between; align-items: center; background: #f8f8f8; position: fixed; left: 0; top: 0; z-index: 99; box-shadow: 0 0.15rem 0.5rem 0 rgba(87, 87, 87, 0.05);}
.h1{}
.h2{font-size: 0.8rem; line-height: 0.75rem; color: #000; font-weight: bold; padding: 0.75rem 0;}
.h3{}


.emptyDiv{font-size:0.7rem;color:#666;margin:2rem auto;text-align: center;}

.toast_tips{/*min-width:10rem;*/position: fixed;left:0;top:0;right:0;bottom:0;z-index:999;display:-webkit-box;  -webkit-box-align: center;-webkit-box-pack: center;}
.toast_txt{-webkit-box-flex: 0;line-height:1rem;padding:0.4rem 0.6rem;font-size:0.65rem;color:#fff;text-align: center;background:rgba(0,0,0,0.8);border-radius:0.2rem;}



