html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "custom-din", "bahnschrift", "DIN Pro", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Arial",
    "sans-serif";
  background: rgba(239, 242, 246, 1);
}
pre,
button,
textarea,
input {
  font-family: inherit;
}
body {
  min-width: 1200px;
  overflow: auto;
  padding: 80px 0 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
* {
  box-sizing: border-box;
  outline: none;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  border: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.middle-box {
  width: 1200px;
  margin: 0 auto;
}

.fixed-top {
  position: fixed;
  height: 80px;
  width: 100%;
  min-width: 1200px;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
}

.navbar-fixed {
  background-color: rgba(0, 0, 0, 1);
}

.navbar-fixed .middle-box {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.navbar-fixed .middle-box .navbar-item {
  margin: 0 0 0 30px;
}

.navbar-fixed .middle-box .navbar-item.pull-style-box {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.navbar-fixed .middle-box .navbar-item.pull-style-box a {
  background-color: rgba(0, 0, 0, 1);
  position: relative;
  z-index: 7;
  display: flex;
  height: 100%;
}
.navbar-fixed .middle-box .navbar-item.pull-style-box a:before {
  width: 15px;
  position: absolute;
  content: "";
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  left: -15px;
}
.navbar-fixed .middle-box .navbar-item.pull-style-box a:after {
  width: 15px;
  position: absolute;
  content: "";
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  right: -15px;
}
.navbar-fixed .middle-box .navbar-item.pull-style-box:hover .pull-style-bottom {
  transform: translate3d(0, 0, 0);
}
.navbar-fixed .middle-box .navbar-item.pull-style-box .pull-style-bottom {
  width: 130px;
  position: absolute;
  background-color: rgba(0, 0, 0, 1);
  padding: 0 10px;
  transition: transform 0.3s;
  left: -50%;
  top: 100%;
  transform: translate3d(0, -100%, 0);
  margin-left: 20px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  z-index: 6;
}
.navbar-fixed .middle-box .navbar-item.pull-style-box .pull-style-bottom img {
  width: 100%;
  background: #fff;
  padding: 5px;
}
.navbar-fixed .middle-box .navbar-item > a {
  display: flex;
  align-items: center;
}
.navbar-fixed .middle-box .navbar-item:hover > a {
  color: #fff;
}
.navbar-fixed .middle-box .navbar-item > a svg {
  margin: 0 5px 0 0;
}
.menu-wrap {
  display: flex;
  justify-content: space-between;
  height: 50px;
}

.logo-wrap {
  display: flex;
  align-items: center;
}

.logo-box {
  height: 100%;
  display: flex;
  align-items: center;
}

.logo-box img {
  display: block;
}

.menu-content-box {
  display: flex;
  height: 100%;
  margin: 0 0 0 35px;
  font-size: 16px
}

.menu-content-box .menu-item {
  margin: 0 5px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.menu-content-box .menu-item a {
  padding: 0 11px;
  display: block;
}
.menu-content-box .menu-item.selected a {
  font-weight: bold;
  color: rgb(245, 50, 50);
}

.menu-content-box .menu-item .new-menu {
  background: url("../images/new-icon.png");
  width: 34px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -21px -3px 0 0;
}

.margin-bottom-small {
  margin-bottom: 10px;
}
.margin-bottom-medium {
  margin-bottom: 20px;
}
.footer-box {
  background: #000;
  color: #b1b1b1;
  font-size: 12px;
  padding: 10px 0;
  margin-top: 80px;
}

.footer-box .middle-box {
  position: relative;
}
.footer-box .middle-box .down-fixed-img {
  position: absolute;
  top: 5px;
  right: 0;
  line-height: 26px;
}
.footer-box .middle-box .down-fixed-img a {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: center;
}

.footer-box .middle-box .down-fixed-img img {
  background: #fff;
  width: 100px;
  height: 100px;
  padding: 5px;
}

.foot-menu-box {
  font-size: 15px;
  display: flex;
  height: 30px;
  align-items: center;
}

.foot-menu-box a {
  margin: 0 30px 0 0;
  color: #fff;
}

.foot-menu-box a:hover {
  color: rgb(245, 50, 50);
}

.menu-login-button-icon {
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-login-button-icon:hover {
  background: #eee;
}

.friend-link-box {
  display: flex;
  width: 1200px;
  margin: 0 0 5px;
}
.friend-link-box .title-text {
  color: #fff;
  flex: none;
}
.copyright-box {
  display: flex;
  align-items: center;
}
.beian-box {
  display: flex;
  align-items: center;
  margin: 0 0 0 55px;
}
.beian-box a:hover {
  color: rgb(245, 50, 50);
}
.declare-box {
  margin: 10px 0;
}
.friend-link-content {
  display: flex;
  margin: 0 0 0 -8px;
  flex-wrap: wrap;
}
.friend-link-content a {
  padding: 0 3px;
  position: relative;
}
.friend-link-content a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #515151;
  top: 50%;
  right: 0;
  margin-top: -5px;
}
.friend-link-content a:hover {
  color: #fff;
}
.declare-box span {
  color: #fff;
}

.beian-img {
  width: 20px;
  height: 20px;
  flex: none;
  margin: 0 10px 0 0;
}

.gongshang-img {
  width: 23px;
  height: 30px;
  flex: none;
  margin: 0 0 0 44px;
}

.full-banner {
  height: 80px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.full-banner img {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}

.full-banner .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  cursor: pointer;
}

.red-color {
  color: rgb(245, 50, 50);
}

.shadow-wrap-box {
  position: relative;
}

.shadow-wrap-box:hover {
  z-index: 3;
}

.shadow-wrap-box::after {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  top: 0;
  left: -15px;
  right: -15px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0) 0 0 10px 0;
  transition: box-shadow 0.3s;
}

.shadow-wrap-box:hover::after {
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px 0;
}

/* list item */
.info-list-item {
  display: flex;
  padding: 15px 0;
  position: relative;
  z-index: 1;
}

.info-list-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #f2f2f2;
}

.info-list-item .photo-image {
  width: 150px;
  height: 120px;
  border-radius: 6px;
  overflow: hidden;
  flex: none;
  margin: 0 20px 0 0;
  position: relative;
}

.not-image-box .info-list-item .photo-image,
.not-image-box .info-list-item .info-item-content-desc {
  display: none;
}

.info-list-item .photo-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  width: auto;
  height: 100%;
  -webkit-transition: width 0.2s ease-out, height 0.2s ease-out;
  transition: width 0.2s ease-out, height 0.2s ease-out;
  object-fit: contain;
}
.info-list-item:hover .photo-image img {
  height: 110%;
}

.info-list-item:hover .photo-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  z-index: 1;
}

.info-item-content-title {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 18px;
}

.info-item-content-title a:hover,
.info-item-content-operat a:hover {
  color: rgb(245, 50, 50);
}

.info-item-content-operat {
  display: flex;
  font-size: 13px;
  align-items: center;
}

.info-item-content-operat .red-color {
  margin: 0 20px 0 0;
}
.info-item-content-operat .red-color:empty {
  display: none;
}

.info-item-content-operat .operat-gap {
  margin: 0 20px;
  width: 1px;
  height: 10px;
  background: #e4e4e4;
}

.info-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.info-item-content-desc {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* list item end */

.info-roadshowing-item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  margin: 0 0 10px;
}
.info-roadshowing-item-title .roadshowing-title-text {
  font-weight: bold;
  font-size: 16px;
}
.info-roadshowing-item-title .roadshowing-more-text {
  font-size: 13px;
  color: #333;
}
.info-roadshowing-item-title .roadshowing-more-text a {
  display: flex;
  align-items: center;
}
.info-roadshowing-item-title .roadshowing-more-text .icon {
  font-size: 8px;
  line-height: 1;
  margin: 0 0 0 5px;
}
.info-roadshowing-content {
  display: flex;
  justify-content: space-between;
}
.info-roadshowing-content .info-roadshowing-content-item {
  width: 193px;
  flex: none;
}
.roadshowing-cover-box {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  height: 108px;
}
.roadshowing-title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 100%);
  padding: 10px;
  z-index: 1;
}
.roadshowing-company {
  margin: 10px 0 0;
}
.roadshowing-company a {
  font-size: 13px;
  color: #333333;
}
.roadshowing-cover-box-tag {
  height: 24px;
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  font-size: 12px;
  border-radius: 24px;
  color: #fff;
  padding: 0 10px;
  display: flex;
  align-items: center;
  background: -webkit-linear-gradient(
    0deg,
    rgba(255, 153, 0, 1) 0%,
    rgba(255, 153, 0, 1) 0%,
    rgba(255, 52, 86, 1) 100%,
    rgba(255, 52, 86, 1) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 153, 0, 1) 0%,
    rgba(255, 153, 0, 1) 0%,
    rgba(255, 52, 86, 1) 100%,
    rgba(255, 52, 86, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 153, 0, 1) 0%,
    rgba(255, 153, 0, 1) 0%,
    rgba(255, 52, 86, 1) 100%,
    rgba(255, 52, 86, 1) 100%
  );
}
.roadshowing-cover-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  width: auto;
  height: 100%;
  -webkit-transition: width 0.2s ease-out, height 0.2s ease-out;
  transition: width 0.2s ease-out, height 0.2s ease-out;
}
.info-roadshowing-content-item:hover .roadshowing-cover-box img {
  height: 110%;
}

.info-roadshowing-item {
  padding: 15px 0;
  position: relative;
  z-index: 1;
}
.info-roadshowing-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #f2f2f2;
}

.article-banner {
  position: relative;
  z-index: 1;
  padding: 15px 0;
}
.article-banner-title {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
}

.article-banner:hover {
  z-index: 3;
}

.article-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #f2f2f2;
}
.article-banner .img-box {
  height: 180px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.article-banner .img-box img {
  width: 100%;
  height: 100%;
  display: block;
}

.article-loading-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: rgba(51, 51, 51, 0.5);
  height: 50px;
}

.article-loading-box img {
  height: 42px;
}



.content-wrap {
  display: flex;
  justify-content: space-between;
  min-height: 776px;
}
.content-left {
  flex: 1;
  background-color: #ffffff;
  border: 1px solid rgb(210, 218, 229);
  border-radius: 8px;
  padding: 15px;
}
.content-right {
  width: 370px;
  flex: none;
  margin: 0 0 0 10px;
}

.tabbar-box {
  display: flex;
  font-size: 16px;
  height: 50px;
}

.tabbar-box a {
  margin-right: 20px;
  display: flex;
  align-items: center;
  height: 100%;
}

.tabbar-box a:hover {
  font-weight: bold;
}

.tabbar-box a.selected {
  font-weight: bold;
  color: rgb(245, 50, 50);
  position: relative;
}

.tabbar-box a.selected::after {
  content: "";
  height: 4px;
  left: 0;
  right: 0;
  bottom: 3px;
  position: absolute;
  background-color: rgba(245, 50, 50, 1);
  border-radius: 4px;
}

.pull-menu-box {
  display: flex;
  align-items: center;
  position: relative;
}

.pull-menu-box.selected > span,
.pull-menu-box.selected .icon {
  color: rgb(245, 50, 50);
  font-weight: bold;
}

.pull-menu-box.selected > span {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}

.pull-menu-box.selected > span::before {
  content: "";
  height: 4px;
  width: 30px;
  bottom: 3px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  background-color: rgba(245, 50, 50, 1);
  border-radius: 4px;
}

.pull-menu-box .icon {
  font-size: 10px;
  margin: 0 0 0 11px;
  transform: rotate(0);
  transition: transform 0.1s;
  font-weight: bold;
}

.pull-menu-dialog-box {
  display: none;
}
.pull-menu-box:hover .icon {
  transform: rotate(180deg);
}
.pull-menu-box:hover .pull-menu-dialog-box {
  display: block;
  position: absolute;
  width: 300px;
  background: inherit;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  z-index: 5;
  top: calc(100% - 5px);
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}

.pull-menu-dialog-box > div {
  flex: 0 0 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pull-menu-dialog-box > div a {
  height: 40px;
  margin: 0;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.stock-up-color {
  color: #f53232;
}
.stock-down-color {
  color: #03c16c;
}

.tabbar-style1-box {
  display: flex;
}

.tabbar-style1-box a {
  font-size: 14px;
  height: 30px;
  display: flex;
  margin-right: 30px;
  align-items: center;
  color: #333333;
}
.tabbar-style1-box a:last-of-type {
  margin: 0;
}
.tabbar-style1-box a:hover {
  font-weight: bold;
}
.tabbar-style1-box a.selected {
  font-weight: bold;
  color: #f53232;
  position: relative;
}
.tabbar-style1-box a.selected::before {
  content: "";
  position: absolute;
  background: #f53232;
  left: 0;
  bottom: 0;
  right: 0;
  height: 3px;
}
/** table 开始*/
.normal-table-box {
  font-size: 12px;
}

.normal-table-box-thead {
  display: flex;
  color: rgba(51, 51, 51, 0.5);
  height: 30px;
  padding: 0 10px;
}

.normal-table-box-thead dt {
  height: 100%;
  display: flex;
  align-items: center;
}

dt.sorttable {
  display: flex;
  align-items: center;
  cursor: pointer;
}

dt.sorttable .icon {
  display: none;
}

dt.sorttable.sorttable-normal .icon.icon-normal {
  display: block;
}

dt.sorttable.sorttable-down .icon.icon-down {
  display: block;
}

.normal-table-box-thead dt.sorttable.sorttable-up .icon.icon-up {
  display: block;
}

.normal-table-box-tbody dl {
  display: flex;
  height: 24px;
  position: relative;
  cursor: pointer;
  padding: 0 10px;
}

.normal-table-box-tbody dl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: rgb(249, 249, 249);
  transition: right 0.3s;
}

.normal-table-box-tbody dl:hover::before {
  right: 0;
}

.normal-table-box-tbody dl:hover .hover-color-box {
  color: rgb(255, 102, 0);
}

.normal-table-box-tbody dl:hover .hover-blob-color-box {
  color: rgb(255, 102, 0);
  font-weight: bold;
}

.normal-table-box-tbody dl dd {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.normal-table-box dd,
.normal-table-box dt {
  flex: 1;
}
/** table 结束*/

/** table style 2*/
.table-style2-box {
  border: 1px solid rgba(242, 242, 242, 1);
  font-size: 12px;
}

.table-style2-box-tips {
  background-color: rgba(242, 242, 242, 0.5);
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.5);
  padding: 0 10px;
}

.table-style2-box-thead {
  display: flex;
  color: rgba(51, 51, 51, 0.5);
  height: 24px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(242, 242, 242, 1);
}

.table-style2-box-thead dt {
  height: 100%;
  display: flex;
  align-items: center;
}

.table-style2-box-tbody dl {
  display: flex;
  height: 24px;
  position: relative;
  cursor: pointer;
  padding: 0 10px;
  border-bottom: 1px solid rgba(242, 242, 242, 1);
}
.table-style2-box-tbody dl:hover {
  background: rgb(243, 248, 255);
}
.table-style2-box-tbody dl dd {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.table-style2-box dd,
.table-style2-box dt {
  flex: 1;
}

/** table style 2结束*/

.page-style1-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.page-style1-box a {
  height: 22px;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #e4e4e4;
  color: #333;
  margin: 0 3px;
  border-radius: 2px;
}
.page-style1-box a:hover {
  color: rgb(245, 50, 50);
  border: 1px solid rgb(245, 50, 50);
}
.page-style1-box a.selected {
  background: rgb(245, 50, 50);
  color: #fff;
  border: 1px solid rgb(245, 50, 50);
  cursor: default;
}
.page-style1-box a.disabled {
  color: #afafaf;
  border: 1px solid #e4e4e4;
  cursor: default;
}

.meeting-tag-box {
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 12px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 0 5px 0 15px;
}
.meeting-tag-box.meeting-waiting-box {
  background-color: rgba(0, 225, 186, 1);
  background-image: url("../images/meeting-wait.png");
  background-repeat: no-repeat;
  background-position: 5px center;
}

.meeting-tag-box.meeting-playing-box {
  background-image: linear-gradient(
    90deg,
    rgba(255, 153, 0, 1) 0%,
    rgba(255, 153, 0, 1) 0%,
    rgba(255, 52, 86, 1) 100%,
    rgba(255, 52, 86, 1) 100%
  );
  position: relative;
}

.meeting-tag-box.meeting-playing-box::before {
  content: "";
  position: absolute;
  width: 10px;
  left: 3px;
  top: 0;
  bottom: 0;
  background-image: url("../images/meeting-playing.gif");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center center;
}

.share-wechat-dialog-box {
  width: 300px !important;
}
/* 兼容插件plugins下拉select 样式 */
.ui-select-poopup-wrap2 {
  margin: 5px 0 0 -5px !important;
}
.--top-my-autocomplete-box {
  margin: 0 !important;
}

.el-pagination a {
  display: block;
}
.list-page-box {
  text-align: center;
  padding: 10px 0;
}
