* {
  padding: 0;
  margin: 0;
}

[v-cloak] {
  display: none;
}

li {
  list-style: none;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #000;
}
input,
button {
  background-color: #ccc;
  outline: none;
  border: none;
  display: inline-block;
}
i {
  font-style: normal;
}
body {
  --main-color1: #533687;
  --main-color2: #f5a623;
  --main-color1-op2: rgba(83, 54, 135, 0.2);
  --main-color1-op6: rgba(83, 54, 135, 0.6);
  --main-fff-op9: rgba(255, 255, 255, 0.9);
  --main-fff-op6: rgba(255, 255, 255, 0.6);
  --main-color1-op8: rgba(83, 54, 135, 0.8);
  scroll-behavior: smooth;
  font-family: 'sourcehansanscn-medium';
  background:  center repeat-y;
  background-size: 100%;
}
.main {
  width: 1200px;
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
.main-1400 {
  width: 1400px;
  min-width: 1400px;
  max-width: 1400px;
  margin: 0 auto;
}
/* icon 字体 */
@font-face {
  font-family: 'sourcehansanscn-medium';
  src:
     format('woff2'),
     format('woff'),
     format('truetype'),
     format('embedded-opentype'),
     format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-search {
  content: '';
  display: inline-block;
  background-image: ;
  width: 26px;
  height: 26px;
}
.icon-phone {
  background:  center no-repeat;
  background-size: 20px 20px;
}
.icon-phone:before {
  content: '替';
  font-size: 20px;
  visibility: hidden;
}
.icon-eyes {
  background:  center no-repeat;
  background-size: 20px 14px;
}
.icon-eyes:before {
  content: '替';
  font-size: 20px;
  visibility: hidden;
}
/* other */
.vertical-center {
  display: flex;
  align-items: center;
}
.m-r-10 {
  margin-right: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.round-white-btn {
  background: #ea9e21;
  border-radius: 15px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
}
.little-button {
  display: inline-block;
  background: #ea9e21;
  border-radius: 15px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  padding: 5px 15px;
  cursor: pointer;
}
.round-bg-white {
  background: #fff;
  border: 1px solid #f5a623;
  border-radius: 15px;
  font-size: 14px;
  color: #f5a623;
  letter-spacing: 0;
}
.stamp-btn {
  display: inline-block;
  padding: 0 15px;
  border-radius: 3px;
  border: 1px solid #f5a623;
  color: #f5a623;
}
.title-left-bar {
  position: relative;
  display: flex;
  height: 21px;
  width: 100%;
  margin-bottom: 20px;
}
.title-left-bar .title {
  margin-left: 17px;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 700;
}
.title-left-bar .time {
  font-size: 14px;
  color: #999999;
}
.title-left-bar .more {
  flex: 1;
  font-size: 12px;
  line-height: 21px;
  color: #666666;
  text-align: right;
}
.title-left-bar .more a,
.title-left-bar .more span {
  display: inline-block;
  border: 1px solid #f5a623;
  color: #f5a623;
  padding: 0 15px;
  border-radius: 5px;
}
.title-left-bar .more span {
  border: 1px solid #ccc;
  color: #ccc;
}
.title-left-bar::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7px;
  height: 100%;
  background-color: #533687;
  border-radius: 2px;
}
.lists .list {
  position: relative;
  height: 35px;
  border-bottom: 1px solid #efeff4;
  margin-bottom: 15px;
  font-size: 14px;
  color: #333333;
  padding-left: 10px;
  padding-right: 200px;
}
.lists .list-link {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lists .list-link:hover {
  color: #666666;
}
.lists .list-time {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #999999;
}
.lists .list::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #d8d8d8;
}
.hide-scroll-bar::-webkit-scrollbar {
  width: 0 !important;
  display: none;
  /* chrome safari */
}
.hide-scroll-bar {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* ie 10  */
}

@media (max-width: 1200px) {
  .main {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .sm-hidden {
    display: none;
  }
}
