<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {

  font-family: Microsoft YaHei;

}

img  {

  border: none;

}

ol,ul,li,a {

  text-decoration: none;

  list-style: none;

}

input,button,select,textarea{

  outline:none;/*åŽ»æŽ‰è°·æ­Œæµè§ˆå™¨é»˜è®¤çš„inputã€textareaçš„è¾¹æ¡†*/

}

.lr-tb {

  -webkit-writing-mode:horizontal-tb;

  writing-mode:lr-tb;

  writing-mode:horizontal-tb;

}

.tb-rl {

  -webkit-writing-mode:vertical-rl;

  writing-mode:tb-rl;

  writing-mode:vertical-rl;

}

.tb-lr {

  -webkit-writing-mode:vertical-lr;

  writing-mode:tb-rl;

  writing-mode:vertical-lr;

}

/* ==========================================================================

   æµ®åŠ¨

 ============================================================================ */

.pull-right {

  float: right;

}

.pull-left {

  float: left;

}

/* ==========================================================================

   é—­åˆæµ®åŠ¨

 ============================================================================ */

.clearfix:before, .clearfix:after {

  content: "";

  display: table;

}



.clearfix:after {

  clear: both;

}



.clearfix {

  zoom: 1; /* ie 6/7 */

}



/* ==========================================================================

   æ–‡å­—æŽ’ç‰ˆæ–¹å‘

 ============================================================================ */

.text-center {

  text-align: center;

}

.text-right {

  text-align: right;

}

.text-left {

  text-align: left;

}

/* ==========================================================================

   å“åº”å¼å›¾ç‰‡

 ============================================================================ */

.img-responsive {

  width: 100%;

  height: auto;

}</pre></body></html>