html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
input,
div {
  margin: 0;
  padding: 0;
}

fieldset,
img,
input,
button {
  border: 0 none;
  padding: 0;
  margin: 0;
  outline-style: none;
}


ul,
li,
ol {
  list-style: none;
}

select,
input {
  vertical-align: middle;
}


textarea {
  resize: none;
}


img {
  display: inline-block !important;
  vertical-align: middle;
}


table {
  border-collapse: collapse;
}

th,
td {
  font-weight: normal;
}

a {
  text-decoration: none;
  outline: none;
}


* {
  box-sizing: border-box;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1em;
}

s,
i,
em {
  font-style: normal;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

i,
s {
  display: inline-block;
  vertical-align: middle
}

button {
  cursor: pointer;
}

body {
  color: #555;
  font-size: 12px;
  background: #fff;
  font-family: Microsoft YaHei;
}


.container {
  
  width: 1227px;
  margin: 0 auto;
}


.clearfix::after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
  zoom: 1;
}

.fl { float: left; }

.fr { float: right; }

.tac { text-align: center; }

.hide { display: none; }

.f12 { font-size: 12px; }

.f14 { font-size: 14px; }

.f16 { font-size: 16px; }


.el-breadcrumb__inner.is-link {
    color: #555;
}


.cur-p {
    cursor: pointer;
}
.cur-p:hover {
  color: #94D1CA;
}

.cur {
  cursor: pointer;
}


.taL {
  text-align: left;
}
.taC {
  text-align: center;
}
.taR {
  text-align: right;
}


.iconSquare-tick-checked {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  background-color: #ff8206;
  border: 1px solid #ff8206;
}
.iconSquare-tick-checked:before,
.iconSquare-tick-checked:after {
  content: '';
  pointer-events: none;
  position: absolute;
  color: white;
  border: 1px solid;
  background-color: white;
}
.iconSquare-tick-checked:before {
  width: 4px;
  height: 0;
  left: 10%;
  top: 51%;
  border-radius: 8px;
  transform: rotate(45deg);
}
.iconSquare-tick-checked:after {
  width: 0px;
  height: 9px;
  left: 56%;
  top: 10%;
  border-radius: 8px;
  transform: rotate(45deg);
}



.el-loading-spinner .el-loading-text {
  color: #FFE329 !important;
}
.el-loading-spinner .path {
  stroke: #FFE329 !important;
}
.el-breadcrumb {
  padding: 20px 0;
}