body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
dl,
dt {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  display: block;
  height: auto;
  max-width: 100%;
  margin: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol,
li {
  list-style: none;
}
.clear_both {
  clear: both;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
body {
  -webkit-text-size-adjust: none;
}
a,
a:active,
a:link,
a:visited,
a:hover {
  text-decoration: none;
}
img,
canvas {
  display: block;
}
input {
  outline: medium none;
  border-style: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}
option {
  border: 0;
}
input,
select {
  border: none;
  padding: 0;
}
.parent {
  text-align: center;
}
.parent:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.parent .child {
  display: inline-block;
  vertical-align: middle;
}
.justify-container {
  text-align: justify;
  font-size: 0;
}
.justify-container:after {
  width: 100%;
  display: inline-block;
  content: "";
}
.justify-container .justify-item {
  display: inline-block;
  vertical-align: bottom;
}
a {
  color: #999;
}
:focus {
  outline: none;
}
.w1200 {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
body {
  font-family: '宋体';
  -webkit-font-smoothing: antialiased;
  min-width: 1200px;
}
input[type="button"],
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 450px) {
  body {
    min-width: 300px;
  }
}
.custom-select {
  padding: 0;
  margin: 10px 0;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  background: #efedee url(/images/arrow_down.png) no-repeat 90% 50%;
}
.custom-select select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  border-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  height: auto;
  color: #9d9ba0;
  font-size: 14px;
}
.custom-select select:focus {
  outline: none;
}
.img-container {
  text-align: center;
  font-size: 0;
}
.img-container:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.img-container img {
  display: inline-block;
  vertical-align: middle;
}
.parent {
  text-align: center;
  font-size: 0;
}
.parent:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.parent .child {
  display: inline-block;
  vertical-align: middle;
}
.btn {
  cursor: pointer;
}
[v-cloak] {
  display: none!important;
}
.top_green_fixed_head {
  position: fixed;
  width: 100%;
  min-width: 300px;
  top: 0;
  left: 0;
  z-index: 2000;
  background: #09DFA1;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: 0.43rem;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
}
.top_green_fixed_head.transparent_bg {
  background: transparent;
}
.top_green_fixed_head.white_bg {
  background: #fff;
  color: #333333;
}
.top_green_fixed_head .lf_icon {
  width: 1rem;
  height: 1rem;
  text-align: center;
  display: flex;
  position: relative;
}
.top_green_fixed_head .lf_icon img {
  height: 0.37rem;
}
.top_green_fixed_head .ri_icon {
  width: 1rem;
  height: 1rem;
  text-align: center;
  display: flex;
  position: relative;
}
.top_green_fixed_head .ri_icon img {
  height: 0.08rem;
}
.top_green_fixed_head .ri_icon .thrc-popover-list {
  position: absolute;
  width: 2.44rem;
  background: #FFFFFF;
  box-shadow: 0 2px 12px rgba(50, 50, 51, 0.12);
  border-radius: 0.13rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 50px;
  right: 6px;
  display: none;
}
.top_green_fixed_head .ri_icon .thrc-popover-list .thrc-p-l-item {
  font-size: 0.32rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.74rem;
}
.top_green_fixed_head .ri_icon.show .thrc-popover-list {
  display: flex;
}
