body {
  background-color: #f6f6f6;
}

a {
  color: #333333;
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1200px !important;
}

.table thead th {
  border-width: 1px !important;
}

.wrapper {
  width: 100%;
  position: relative;
  display: block;
}

.d-block {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.d-block-header {
  display: block;
  padding: 50px 0px;
}

.d-block-title {
  text-align: center;
  font-size: 24px;
  color: #333333;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  display: block;
}

.search-block {
  background: #057dc1;
  position: relative;
  display: block;
}

.search-container {
  width: 820px;
  box-sizing: border-box;
  margin: auto;
  padding: 40px 0px;
  position: relative;
}

.search-component {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #fff;
  border-radius: 20px;
}

ul.search-nav {
  display: block;
  margin-bottom: 8px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.search-nav li {
  list-style: none;
  float: left;
  margin-bottom: 10px;
  padding: 4px 6px;
  color: #f9f9f9;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 32px;
  font-size: 16px;
  border: 1px solid transparent;
}

ul.search-nav li:last-child {
  margin-right: 0;
}

.search-nav li.active,
.search-nav li:hover {
  color: #057dc1;
  background-color: #fff;
  position: relative;
}

.search-nav li.active:before,
.search-nav li:hover::before {
  content: " ";
  width: 0;
  height: 0;
  border-width: 6px 6px 0px;
  border-style: solid;
  position: absolute;
  bottom: -7px;
  border-color: #fff transparent transparent;
  left: 50%;
  margin-left: -6px;
}

.search-component .search-confirm {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 125px;
  background: #cc0000;
  border-radius: 20px;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  border: none;
}

.search-component .search-select-wrap {
  position: relative;
  float: left;
  left: 1px;
  height: 39px;
}

.search-component .search-input-wrap {
  position: relative;
  height: 100%;
  width: 468px;
  float: left;
}

.search-component .search-input {
  width: 100%;
  border-width: 0;
  height: 100%;
  margin: 0 12px;
  font-size: 16px;
  border-radius: 20px;
  line-height: 24px;
}

.c-float__right-small {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 24px;
  top: 297px;
  z-index: 123;
  background: #fff url("https://www.ipeh.com.cn///bocweb/web/img/01.png")
    no-repeat center 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.c-float__right-small p {
  padding-top: 30px;
  text-align: center;
  font-size: 12px;
}

.c-float__right-close {
  background: url("https://www.ipeh.com.cn///bocweb/web/img/about/close.png")
    no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  right: 2px;
  filter: alpha(opacity=100);
  opacity: 1;
  cursor: pointer;
  background-size: 60% 60%;
  z-index: 1;
}

.c-float__right-links {
  width: 100px;
  background: #fff;
  border-radius: 5px;
  position: fixed;
  right: 24px;
  top: 300px;
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.c-float__right-link {
  border-top: 1px dashed #ccc;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #333;
  font-size: 12px;
  display: block;
  margin: 0 10px;
  padding-left: 14px;
}

.c-float__right-link.qq {
  background: url("https://www.ipeh.com.cn///bocweb/web/img/01.png") no-repeat
    left center;
}

.c-float__right-link.kaihu {
  background: url("https://www.ipeh.com.cn///bocweb/web/img/02.png") no-repeat
    left center;
}

.c-float__right-link.huiyuan {
  background: url("https://www.ipeh.com.cn///bocweb/web/img/03.png") no-repeat
    left center;
}

.c-float__right-link.beian {
  background: url("https://www.ipeh.com.cn///bocweb/web/img/04.png") no-repeat
    left center;
}

.c-float__right-panels {
  width: 80px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -200px;
  z-index: 123;
}

.c-float__right-panel {
  text-align: center;
  color: #333333;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 0.5rem;
  padding: 1rem 0;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  float: none;
  width: 100%;
  background: #fff;
}

.c-float__right-panel__icon {
  display: block;
  height: 30px;
  margin-bottom: 10px;
}

.c-float__right-panel.tel > .c-float__right-panel__icon {
  background: url("https://www.ipeh.com.cn/bocweb/web/img/trade/tel.png")
    no-repeat center center;
}

.c-float__right-panel.qq > .c-float__right-panel__icon {
  background: url("https://www.ipeh.com.cn/bocweb/web/img/trade/qq.png")
    no-repeat center center;
}

.c-float__right-panel.kaihu > .c-float__right-panel__icon {
  background: url("https://www.ipeh.com.cn/bocweb/web/img/trade/kaihu.png")
    no-repeat center center;
}

.c-float__right-panel.guanzhu > .c-float__right-panel__icon {
  background: url("https://www.ipeh.com.cn/bocweb/web/img/trade/ewm.png")
    no-repeat center center;
}

.c-float__right-panel__text {
  line-height: 12px;
}

.c-float__right-panel__intro {
  position: absolute;
  right: 100px;
  top: 0;
  background: #fff;
  color: #333333;
  font-size: 20px;
  padding: 15px;
  text-align: center;
  width: 200px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.c-float__right-panel:hover {
  background-color: #057dc1;
}

.c-float__right-panel:hover .c-float__right-panel__text {
  color: #fff;
}

.c-float__right-panel.tel:hover > .c-float__right-panel__icon {
  background: url("https://www.ipeh.com.cn/bocweb/web/img/trade/telh.png")
    no-repeat center center;
}

.c-float__right-panel.qq:hover > .c-float__right-panel__icon {
  background: url("https://www.ipeh.com.cn/bocweb/web/img/trade/qqh.png")
    no-repeat center center;
}

.c-float__right-panel.kaihu:hover > .c-float__right-panel__icon {
  background: url("https://www.ipeh.com.cn/bocweb/web/img/trade/kaihuh.png")
    no-repeat center center;
}

.c-float__right-panel.guanzhu:hover > .c-float__right-panel__icon {
  background: url("https://www.ipeh.com.cn/bocweb/web/img/trade/ewmh.png")
    no-repeat center center;
}

.u-hide {
  display: none;
}

.close {
  float: right;
  line-height: 1;
}

.c-wechat-qrcode {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -120px;
  margin-top: -120px;
  width: 240px;
  height: 300px;
  background: #fff;
  border: solid 1px #d8d8d8;
  z-index: 100;
  font-size: 0.75rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.c-wechat-qrcode__hd {
  font-size: 0.75rem;
  font-weight: bold;
  text-align: left;
  line-height: 1rem;
  height: 1rem;
  position: relative;
  color: #212529;
  padding: 0.75rem 1.25rem;
}

.c-wechat-qrcode__bd {
  padding: 0.75rem 1.25rem;
  text-align: center;
}

.c-wechat-qrcode__bd img {
  max-width: 100%;
}

.c-wechat-qrcode__ft {
  font-size: 0.75rem;
  text-align: center;
  color: #212529;
  padding: 0.75rem 1.25rem;
}

.text-center {
  text-align: center !important;
}

.bg-white {
  background-color: #fff !important;
}

.dialog-block {
  display: none;
  position: relative;
  z-index: 100;
}

.dialog-content {
  position: fixed;
  top: 200px;
  left: 50%;
  margin: 0;
  padding: 0;
  background-color: #f4f7ff;
  border-radius: 2px;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
  color: #333333;
  width: 542px;
  margin-left: -271px;
  z-index: 1024;
  padding: 50px;
}

.dialog-shade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgb(0, 0, 0);
  opacity: 0.3;
}

.empty-box {
  width: 100%;
  margin-top: 68px;
  font-size: 14px;
  color: rgba(204, 204, 204, 1);
  line-height: 20px;
  text-align: center;
}

.empty-box img {
  width: 58px;
  height: 72px;
  margin-bottom: 15px;
}

.page-link {
  color: #057dc1;
}

.page-item.active .page-link {
  background-color: #057dc1;
  border-color: #057dc1;
}
