body, html {
    height: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif
}

ul {
    list-style: none
}

.page, body {
    background-color: #f8f8f8
}

.link {
    color: #1aad19
}
.text-input{
	
	
	 padding: 10px; padding-top: 8px; padding-bottom: 8px;  
	 display: flex; justify-content: center; align-items: center;
	  background: #fff; margin-bottom: 5px;
}
.yaui-tab{  position: relative;}
.yaui-tab:before, .text-input:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #D9D9D9;
    color: #D9D9D9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
 .text-input:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    color: #D9D9D9;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.yaui-navbar {
    display: flex;
    /*position: absolute;
    z-index: 500;
    top: 0;*/
    width: 100%;
    background-color: #fff;border-bottom: 1px solid #F5A623;
    }
.yaui-navbar__item_lin:after{
	
	content: " ";
position: absolute;
right: 0;
top: 0;
width: 1px;
bottom: 0;
border-right: 1px solid #e5e5e5;
color: #e5e5e5;
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-transform: scaleX(0.5);
transform: scaleX(0.5);
}

.yaui-tab__panel {
        /*padding-top: 50px;*/
        padding-bottom: 0;
    }

.yaui-navbar__item {
    position: relative;
    display: block;
    flex: 1;
     margin: 10px 0;
    text-align: center;
    font-size: 18px; color: #4A4A4A;
}
    .yaui-navbar__item :active {
       
    }

    .yaui-bar__item_on {
        color: #F5A623; border-radius: 13px; font-weight: 400;
    }

    .yaui-navbar__item :after {
    }
.page-title{
	
	  padding: 40px 20px;  font-size: 18px; text-align: center; color: #fff;
	background: url(../img/yuce2.png) top center #000 no-repeat;  
}
.zhang{ color: #FE808F;}
.die{color: #98CC64;}
.presentprice{ font-size: 12px; color:#9B9B9B ;}
.text-center{ text-align: center;}
.cell-title{ background: #fff; font-size: 18px; text-align: center; color: #000;  padding: 10px;}
.list-card{ margin-bottom: 10px; background: #fff;  padding: 20px;position: relative;}
.list-card-userinfo{ display: flex;  align-items: center;  display: -webkit-flex; position: relative; padding-bottom: 5px; }
.list-card-userinfo .heard-icon{ width:44px; height: 44px; overflow: hidden;}
.list-card-userinfo .heard-icon img{ width: 100%; height: 100%; border-radius: 100%;}
.title-card{ padding: 10px; background: #fff; margin-bottom: 10px; position: relative;}
.title-card:after{
	content: " ";
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 1px;
border-bottom: 1px solid #D9D9D9;
color: #D9D9D9;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
.list-card-userinfo .userinfo{
	
	    overflow: hidden;
    flex: 1;
    -webkit-flex: 1;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    display: block; padding-left: 12px; 
}
.list-card-userinfo:after{
	content: " ";
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 1px;
border-bottom: 1px solid #D9D9D9;
color: #D9D9D9;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
.list-card:after{
	content: " ";
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 1px;
border-bottom: 1px solid #D9D9D9;
color: #D9D9D9;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}

.list-card:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #D9D9D9;
    color: #D9D9D9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.yaui-tab__panel :first-child :before{ border: none;}


.list-card-userinfo .userinfo .userinfo-name{
	color: #4A4A4A; font-size: 18px;
}
.list-card-userinfo .userinfo  .usergrade{ color: #9B9B9B; font-size: 12px; display: flex; display: -webkit-flex;  align-items: center;  line-height: 100%;}
.list-card-userinfo .userinfo  .usergrade img{ height: 12px; width: auto; margin-right: 5px;}
.releasetime{    color: #9B9B9B;
    margin-left: .75rem; 
    /*width: 3.25rem;*/
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    /* flex-direction: column; */
    align-items: center;
    -webkit-align-items: center; font-size: 12px;}
.list-card-title{ font-size: 18px; color: #4A4A4A; padding-top: 10px; line-height: 22px;}
.list-card-title img{ height: 18px; width: auto; }
.list-card-dis{ background: #F1F4F9; padding: 5px; font-size: 14px;  color: #9B9B9B; border-radius: 5px; line-height: 1.2; background: url(../img/right.png) #F1F4F9 no-repeat 99% center ; -webkit-background-size: 7px 14px;  padding-right: 10px; margin-top: 5px; margin-bottom: 5px;}
.list-card-info{
	font-size: 14px;
    color: #9B9B9B;
    display: flex;
    display: -webkit-flex;
    text-align:left;
    align-items: center;
    justify-content:flex-start; padding-top: 3px; padding-bottom: 3px;
}
.list-card-info img{ height: 14px; width: auto;}

.vote-card{ padding-top: 5px;}
.vote-card .time{ font-size: 14px; padding: 5px; color: #9B9B9B; text-align: center;}
.vote-card-info{ display: flex;  display: -webkit-flex; flex: 1; -webkit-flex: 1;  align-items: center; justify-content:space-between; font-size: 12px; color: #9B9B9B;}
.yaui-myclass{ font-size: 12px; color: #9B9B9B;display: flex;  display: -webkit-flex; flex: 1; -webkit-flex: 1;  align-items: center; justify-content:space-between; padding-top: 2px; }
.yaui-myclass img{ width: 20px; height: 20px;}
.yaui-myclass .yaui-myclass-no{ padding: 0; margin: 0; line-height: 1.2;  
}
.yaui-myclass .yaui-myclass-c{ display: flex; flex-direction: column;}

.yaui-myclass-icon img{
-webkit-animation:flipInY 1s .2s ease both;
-moz-animation:flipInY 1s .2s ease both; width: 20px; height: 20px;
}
 .yaui-myclass .yaui-myclass-icon{ display: flex; justify-content:center; color: #F5A623;align-items: center;}
.odds{  text-align: center;}
.odds span{ color: #4A4A4A;}
.voteprogress{ width: 100%; display: flex; display: -webkit-flex; margin-bottom: 5px;}
.voteprogress .redprogress{ background: #F5515F;  height: 4px; display: block;}
.voteprogress .blueprogress{ background: #007aff;  height: 4px; display: block;


@-webkit-keyframes flipInY{
0%{-webkit-transform:perspective(400px) rotateY(90deg);
opacity:0}
40%{-webkit-transform:perspective(400px) rotateY(-10deg)}
70%{-webkit-transform:perspective(400px) rotateY(10deg)}
100%{-webkit-transform:perspective(400px) rotateY(0deg);
opacity:1}
}
@-moz-keyframes flipInY{
0%{-moz-transform:perspective(400px) rotateY(90deg);
opacity:0}
40%{-moz-transform:perspective(400px) rotateY(-10deg)}
70%{-moz-transform:perspective(400px) rotateY(10deg)}
100%{-moz-transform:perspective(400px) rotateY(0deg);
opacity:1}
}

/*
 -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;*/

}
.vote{
	
	 display: flex;
 display: -webkit-flex;	 justify-content: space-between; padding-bottom: 10px;}
.vote .vote-zan{  width: 42px; height: 42px; border-radius: 50%; background: #ff3b2f; background: url(../img/vote-zan.png) #ff3b2f no-repeat center; background-size: 23px;
-webkit-animation:bounceIn 1s .2s ease both;
-moz-animation:bounceIn 1s .2s ease both;
}
.vote .vote-cai{width: 42px; height: 42px;border-radius: 50%; background: #007aff; background: url(../img/vote-cai.png) #007aff no-repeat center; background-size: 23px;
-webkit-animation:bounceIn 1s .2s ease both;
-moz-animation:bounceIn 1s .2s ease both;
}


.vote-zan-icon{  width: 20px; height: 20px; border-radius: 50%; background: #ff3b2f; background: url(../img/vote-zan.png) #ff3b2f no-repeat center; background-size:50%;

}

.vote-cai-icon{width: 20px; height: 20px;border-radius: 50%; background: #007aff; background: url(../img/vote-cai.png) #007aff no-repeat center; background-size:50%;

}

#animation{
-webkit-animation:flipInX 1s .2s ease both;
-moz-animation:flipInX 1s .2s ease both;}
@-webkit-keyframes flipInX{
0%{-webkit-transform:perspective(400px) rotateX(90deg);
opacity:0}
40%{-webkit-transform:perspective(400px) rotateX(-10deg)}
70%{-webkit-transform:perspective(400px) rotateX(10deg)}
100%{-webkit-transform:perspective(400px) rotateX(0deg);
opacity:1}
}
@-moz-keyframes flipInX{
0%{-moz-transform:perspective(400px) rotateX(90deg);
opacity:0}
40%{-moz-transform:perspective(400px) rotateX(-10deg)}
70%{-moz-transform:perspective(400px) rotateX(10deg)}
100%{-moz-transform:perspective(400px) rotateX(0deg);
opacity:1}
}

/*#animation{
-webkit-animation:tada 1s .2s ease both;
-moz-animation:tada 1s .2s ease both;}*/
@-webkit-keyframes tada{
0%{-webkit-transform:scale(1)}
10%,20%{-webkit-transform:scale(0.9) rotate(-3deg)}
30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg)}
40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg)}
100%{-webkit-transform:scale(1) rotate(0)}
}
@-moz-keyframes tada{
0%{-moz-transform:scale(1)}
10%,20%{-moz-transform:scale(0.9) rotate(-3deg)}
30%,50%,70%,90%{-moz-transform:scale(1.1) rotate(3deg)}
40%,60%,80%{-moz-transform:scale(1.1) rotate(-3deg)}
100%{-moz-transform:scale(1) rotate(0)}
}


@-webkit-keyframes bounceIn{
0%{opacity:0;
-webkit-transform:scale(.3)}
50%{opacity:1;
-webkit-transform:scale(1.05)}
70%{-webkit-transform:scale(.9)}
100%{-webkit-transform:scale(1)}
}
@-moz-keyframes bounceIn{
0%{opacity:0;
-moz-transform:scale(.3)}
50%{opacity:1;
-moz-transform:scale(1.05)}
70%{-moz-transform:scale(.9)}
100%{-moz-transform:scale(1)}
}
.vote .vote-info{  width: 100%;	 display: flex;flex-direction: column;
 display: -webkit-flex;	 flex: 1; -webkit-flex: 1;}
  .vote-info .alreadyend{ background: #D8D8D8; border: #979797 solid 1px; color: #4A4A4A; font-size: 14px; text-align: center; display: inline-table; border-radius: 15px; padding-left: 10px;  padding-right: 10px; margin: 0 auto; margin-top: 5px; margin-bottom: 5px;}
 .vote-info .endtime{ color: #4A4A4A; font-size: 14px; text-align: center;}
 
 .vote-info .endtime-day{ color: #4A4A4A; font-size: 14px; text-align: center;}
 .vote-info .endtime span{ background: #4A4A4A; color: #fff; padding: 2px; font-size: 16px; margin-left: 2px; margin-right: 2px; min-width: 18px;}
 .vote-info .prize-info{ font-size: 14px; color: #9B9B9B; display: flex; display: -webkit-flex;text-align: center; align-items: center; justify-content: center;}
 .vote-info .prize-info div{ padding-left: 5px; padding-right: 5px;}
 .yaui-yazhu{ background: #5D5D5A;   padding: 10px; }
 .yaui-titletips{ font-size: 12px; color: #9B9B9B; line-height: 1.2; padding-top: 10px; padding-bottom: 10px;}
 .yaui-cell-ya{ border: #979797 solid 1px; border-radius: 5px; display: flex; display: -webkit-flex; color: #9B9B9B; font-size: 12px; align-items: center; justify-content: center;}
.yaui-cell-ya a{ color: #007aff;}
.yaui-ya-no{ display: flex; display: -webkit-flex; align-items: center; justify-content:space-between}
.yaui-ya-no .jine{ font-size: 18px; color: #FDCA05;  display: flex; display: -webkit-flex; align-items: center;  border: 1px solid #ccc;  padding:0 3px; width: 70%; height: 30px; justify-content: space-between; }
.yaui-ya-no .jine img{ height: 18px; width: auto; margin-right: 3px;}
.yaui-ya-no span{ width: 30px;  height: 30px; background: #EFEEEE; border: 1px solid #ccc; color: #FDCA05; background-size: 25px 25px; text-align: center;  display: flex; display: -webkit-flex; align-items: center;  font-size: 22px;  justify-content: center; margin-left: 5px; margin-right: 5px;}
.yaui-ya-no span.plus{background:url(../img/jia3.png)  #EFEEEE center no-repeat;  background-size:60% }
.yaui-ya-no span.reduce{background:url(../img/jian3.png)  #EFEEEE center no-repeat;  background-size:60% }

.yaui-ya-no span.plus-dis{background:url(../img/jia0.png)  #EFEEEE center no-repeat;  background-size: 60% }
.yaui-ya-no span.reduce-dis{background:url(../img/jian0.png)  #EFEEEE center no-repeat;  background-size: 60% }
.switchprice{ display: flex;}

/*价格弹窗*/

.yaui-gossipprice{
	position: fixed;
    left: 0;
    bottom: 0; 
    z-index: 5000;
    width: 100%;
    background-color: #fff; z-index: 50000; 
 
}
.yaui-gossipprice-zhuang{

    width: 100%;
    background-color: #fff; margin-top: 10px; position: relative;
 
}
.yaui-gossipprice-zhuang:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #D9D9D9;
    color: #D9D9D9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
	
}
.yaui-gossipprice-box{ padding: 10px;}
.yaui-gossipprice-topbar{ display: flex; position:relative}
.yaui-gossipprice-topbar-title{  text-align: center; padding: 3px 20px; width: 100%; display: flex;  justify-content:center; align-items: center;



}
.yaui-gossipprice-text{ font-size: 14px; color: #4A4A4A; line-height: 2;}
.balance{ color: #999; font-size: 14px;}
.balance-low{ font-size: 14px; color: #0164d4;}
.close-window{ position: absolute; background: url(../img/del.png) no-repeat; background-size: contain; width: 15px; height: 15px; top:5px; right: 5px;}

.quickprice{ display: flex; padding: 8px 0;}
.quickprice span{ padding: 3px 8px; border-radius: 5px; font-size: 14px; margin: 0 5px; font-size: 14px; background:#FFF; color: #FDCA05; border:1px solid #ccc}
.quickprice :first-child{ margin-left: 0;}
.yaui-help{ width: 15px; height: 15px; display: block; background: url(../img/help.png) no-repeat; background-size: contain; position: absolute; top: 10px;  right: 10px;}
/*价格弹窗*/



.theend{ background: url(../img/end.png?000) no-repeat; width: 100px; height: 200px; background-size: contain; position: absolute; top:15px; right: 15px; z-index:999;-webkit-animation:flipInY 1s .2s ease both;
-moz-animation:flipInY 1s .2s ease both;}


.theendred{ background: url(../img/endred.png) no-repeat; width: 100px; height: 200px; background-size: contain; position: absolute; top:15px; right: 15px; z-index:999;-webkit-animation:flipInY 1s .2s ease both;
-moz-animation:flipInY 1s .2s ease both;}
.theendblue{ background: url(../img/endblue.png) no-repeat; width: 100px; height: 200px; background-size: contain; position: absolute; top:15px; right: 15px; z-index:99;-webkit-animation:flipInY 1s .2s ease both;
-moz-animation:flipInY 1s .2s ease both;}

@-webkit-keyframes flipInY{
0%{-webkit-transform:perspective(400px) rotateY(90deg);
opacity:0}
40%{-webkit-transform:perspective(400px) rotateY(-10deg)}
70%{-webkit-transform:perspective(400px) rotateY(10deg)}
100%{-webkit-transform:perspective(400px) rotateY(0deg);
opacity:1}
}
@-moz-keyframes flipInY{
0%{-moz-transform:perspective(400px) rotateY(90deg);
opacity:0}
40%{-moz-transform:perspective(400px) rotateY(-10deg)}
70%{-moz-transform:perspective(400px) rotateY(10deg)}
100%{-moz-transform:perspective(400px) rotateY(0deg);
opacity:1}
}
/*响应式布局基础定义*/

html {
	font-size: 16px
}

@media screen and (min-width:414px) and (max-width:767px) {
	html {
		font-size: 16.96px
	}
}

@media screen and (min-width:768px) {
	html {
		font-size: 20px
	}
}

@media screen and (min-width:769px) {}
