@charset "utf-8";
/* 倒计时简单样式*/
body { background: #ebf2ff; }
.payment-time { 
    display: inline-block;
    overflow: hidden;
    line-height: 20px;
    vertical-align: middle;
    background: #fffef2;
    box-shadow: 0 0 2px 2px #fedc9f;
    padding: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 1px 2px 2px white;
    color: #333333;}
.payment-time em { color:#000; background: #d9dbee; padding:0 3px; margin:0 2px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; font-style: normal; }
.payment-time em.time_ms { margin-left:3px; }
.center { text-align: center; }
.hidden { display: none; visibility: hidden; }
.chooser { display: inline-block; position: relative; }
 .chooser::before {
 content: ' ';
 display: inline-block;
 font-weight: bold;
 border:1px solid #eeb01b;
 width: 20px;
 height: 20px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-border-radius: 1px;
 -moz-border-radius: 1px;
 border-radius: 1px;
}
 .chooser.active::before {
 content: '√';
 color: #31cd41;
 font-size: 18px;
}


.container{}
.container p{ padding:30px 0; font-size:16px;}