[v-clock] {
  display:none;
}
* {
    /* 微軟雅黑 */
    /*font: 12px/1.5 "microsoft yahei",sans-serif !important;*/
    /* 但是上面的设置中，由于mac上不支持regular，所以，mac上看着会粗一些。*/
    /* 下面的设置是直接将windows用的字体改成medium。这样默认文字的粗细在两个操作系统上是一样的 */
    font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif" !important;
    /* 衬线体（游明朝）的设置：*/
    /*font-family: Georgia, "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif !important;*/
}

html,body{ width:100%; height:100%;}

body{ min-width:320px;}

html,body,div,a,h1,h2,h3,h4,h5,h6,p,div,ul,li,ol,dl,dt,dd,img,form,input,textarea,select,fieldset{ margin:0; padding:0; }

h1,h2,h3,h4,h5,h6,b,strong{ font-weight:800; }

body, input, select { font-size: 12px; line-height: 1.5; color: #000000;}
/*font:12px Tahoma,Arial,\5b8b\4f53,sans-serif*/
/*400 16px/24px Roboto,sans-serif*/
/*body, button, input, select, textarea {font: 12px/1.5 "microsoft yahei",sans-serif;}*/
div,span,th,td,dt,dd,h1,h2,h3,h4,h5,h6,em,strong,i,a,b,a,p{ word-break:break-all; word-wrap:break-word; }

ul,ol,dl,li{ list-style-type:none; text-decoration: none;}

button, input, textarea {outline: none  }

select,input{ vertical-align:middle; }

img{ border:0 none; background-color:transparent; vertical-align:middle;display: inline-block; padding:0; margin:0;}

a{ color:#000000; text-decoration:none; outline:none; blr:expression(this.onFocus=this.blur()); }

a:hover,a:focus{ color:#999999; text-decoration:none; outline:none; blr:expression(this.onFocus=this.blur());}

button:hover,button:focus{ outline:none; blr:expression(this.onFocus=this.blur());}

.clearfix:after{ content:'\20'; display:block; clear:both;height:0;}
.clearfix{ clear:both; }