html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-style: normal;
  font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
a,
button,
i,
b {
  outline: none;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
}
a:hover {
  text-decoration: none;
}
html {
  font-family: "微软雅黑";
}
.maxWidth {
  max-width: 1200px;
}
.boxCenter {
  margin: 0px auto;
}
/*边框*/
.borderRed {
  border: 1px solid red;
}
.borderDanger {
  border: 1px solid #D9534F;
}
.borderPink {
  border: 1px solid #ff14f9;
}
.borderBlue {
  border: 1px solid blue;
}
.borderGray {
  border: 1px solid gray;
}
.borderPrimary {
  border: 1px solid #31B0D5;
}
.borderGreen {
  border: 1px solid green;
}
.borderSuccess {
  border: 1px solid #5CB85C;
}
.borderLightGreen {
  border: 1px solid lightgreen;
}
.borderWarnning {
  border: 1px solid #ffc556;
}
.borderYellow {
  border: 1px solid yellow;
}
.borderBlack {
  border: 1px solid black;
}
.borderWhite {
  border: 1px solid white;
}
.borderPurple {
  border: 1px solid purple;
}
/*背景*/
.bgRed {
  background-color: red;
}
.bgDanger {
  background-color: #D9534F;
}
.bgPink {
  background-color: #ff14f9;
}
.bgBlue {
  background-color: blue;
}
.bgGray {
  background-color: gray;
}
.bgPrimary {
  background-color: #31B0D5;
}
.bgGreen {
  background-color: green;
}
.bgSuccess {
  background-color: #5CB85C;
}
.bgLightGreen {
  background-color: lightgreen;
}
.bgWarnning {
  background-color: #ffc556;
}
.bgYellow {
  background-color: yellow;
}
.bgBlack {
  background-color: black;
}
.bgWhite {
  background-color: white;
}
.bgPurple {
  background-color: purple;
}
/*颜色*/
.colorRed {
  color: red;
}
.colorDanger {
  color: #D9534F;
}
.colorPink {
  color: #ff14f9;
}
.colorBlue {
  color: blue;
}
.colorGray {
  color: gray;
}
.colorPrimary {
  color: #31B0D5;
}
.colorGreen {
  color: green;
}
.colorSuccess {
  color: #5CB85C;
}
.colorLightGreen {
  color: lightgreen;
}
.colorWarnning {
  color: #ffc556;
}
.colorYellow {
  color: yellow;
}
.colorBlack {
  color: black;
}
.colorWhite {
  color: white;
}
.colorPurple {
  color: purple;
}
/*是否块级*/
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
/*字体大小*/
.size2 {
  font-size: 12px;
}
.size4 {
  font-size: 14px;
}
.size6 {
  font-size: 16px;
}
.size8 {
  font-size: 18px;
}
/*按钮*/
.lf {
  float: left;
}
.rt {
  float: right;
}
.clearFloat:after {
  content: "";
  display: table;
  clear: both;
}
/*浮动*/
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
}
.btnDanger {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  border: 1px solid #D9534F;
  background-color: #D9534F;
  font-size: 14px;
  color: white;
}
.btnPrimary {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  border: 1px solid #31B0D5;
  background-color: #31B0D5;
  font-size: 14px;
  color: white;
}
.btnSuccess {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  border: 1px solid #5CB85C;
  background-color: #5CB85C;
  font-size: 14px;
  color: white;
}
.btnWarnning {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  border: 1px solid #ffc556;
  background-color: #ffc556;
  font-size: 14px;
  color: white;
}
.btnSuccess {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  border: 1px solid #5CB85C;
  background-color: #5CB85C;
  font-size: 14px;
  color: white;
}
.btnBlack {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  border: 1px solid black;
  background-color: black;
  font-size: 14px;
  color: white;
}
/* input */
.inlineText {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  height: 34px;
  padding: 0px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.blockText {
  display: block;
}
/*文本对齐*/
.textLeft {
  text-align: left;
}
.textRight {
  text-align: right;
}
.textCenter {
  text-align: center;
}
.textJustify {
  text-align: Justify;
  text-justify: inter-ideograph;
}
/*容器*/
.container {
  padding: 5px 10px;
}
/*盒模型*/
.contentBox {
  box-sizing: content-box;
}
.borderBox {
  box-sizing: border-box;
}
/*图片*/
.imgCircle {
  border-radius: 50%;
}
/*三角形*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/*边框宽度*/
/*圆角*/
/*百分百宽*/
.full {
  display: block;
  width: 100%;
  height: 100%;
}
