@charset "utf-8";
/* ==========================================================================
   reset
   ========================================================================== */
body { 
	font: normal 1em/2em "STHeiti Light","Hiragino Sans GB","lucida grande","丽黑Pro","Helvetica Neue","Microsoft JhengHei","微軟正黑體", Helvetica,arial,tahoma,verdana,"宋体",simsun;
    unicode-bidi: embed;
}
p { margin: 0; padding: 0;}
ul { margin:0; padding: 0;}
ul li { list-style: none; margin: 0; padding: 0;}

/* ==========================================================================
   basic
   ========================================================================== */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; /* remember: box-sizing is not supported by IE7 :( */ outline: none; vertical-align: top; }
a { color: inherit; outline: none; text-decoration: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.transition03 { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.transition05 { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }

.tl { text-align:left;}  
.tc { text-align:center;}  
.tr { text-align:right;}  
.fl { float:left;display:inline;}  
.fr { float:right;display:inline;}  

.clearfix:after { content:"";display:block; height:O !importment; clear:both;visibility: hidden;}  
.clearfix { display:inline-block;}  
* html .clearfix { height:1%;}  
.clearfix { display:block;}  

.round {
  -webkit-border-radius: 50%;
  border-radius: 50%;}

.wordbreak { word-break: break-all;}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  color: #8e8e8e;
  border-color: #8e8e8e;
}

.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/*
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
*/
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #f22f59;
  background-color: #ffffff;
  border-color: #f22f59;
}
/*
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #ffffff;
  background-color: #f22f59;
  border-color: #f22f59;
}
*/
.btn-white {
  color: #ffffff;
  background-color: none;
  border-color: #ffffff;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
