﻿/*配置字体，字体大小，字体颜色*/
@font-face {
  font-family: TeleGroteskNormal;
  src: url("../../fonts/telegrotesk-webfont.eot");
  src: url("../../fonts/telegrotesk-webfont.eot") format("embedded-opentype"),
    url("../../fonts/telegrotesk-webfont.woff") format("woff"),
    url("../../fonts/telegrotesk-webfont.ttf") format("truetype"),
    url("../../fonts/telegrotesk-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: FZLanTingHeiS, FZLanTingHeiS-Regular;
  font-size: 14px;
  line-height: 1.71429;
  color: #252b3a;
  background-color: #fff;
}
input::-ms-clear {
  display: none;
}
.productid-for-webmagic {
  display: none !important;
  font-size: 0 !important;
}

/*链接字体改为德电蓝色3ec0f0*/
a {
  color: #3ec0f0;
  text-decoration: none;
  -webkit-transition: color, 0.2s;
  transition: color, 0.2s;
}
.clear:after {
  display: block;
  content: "";
  clear: both;
}

.left {
  float: left;
}
.right {
  float: right;
}

/*头部和尾部链接字体的设置*/
.menu-top-content a {
  color: #333;
}
.console-top-footer a {
  color: #666;
}
.menu-top-content a:hover,
.console-top-footer a:hover {
  color: #3ec0f0 !important;
}

.select-box {
  padding: 0 10px;
  text-align: center;
  float: right;
  color: #333333;
  margin-top: 35px;
  position: relative;
}
.select-box .select-text {
  padding: 0 8px;
  cursor: pointer;
  height: 26px;
  line-height: 26px;
  background: url(../../images/v1/help/arrow-up.png) no-repeat right 16px;
}
.select-box .select-text.up {
  background: url(../../images/v1/help/arrow-down.png) no-repeat right 16px;
}
.select-box .select-option {
  display: none;
  width: 100px;
  position: absolute;
  top: 40px;
  left: 0;
  background: #f5f5f5;
  z-index: 99999;
}
.select-box .select-option a {
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
}
.select-box .select-option em {
  content: "";
  display: inline-block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f5f5f5;
  border-top: none;
  position: absolute;
  top: -8px;
  left: 59px;
}

/*header配置*/
.menu-top-line {
  width: 100%;
  position: fixed;
  top: 0;
  border-bottom: 2px solid #f66f6a;
  display: block;
}
.menu-top {
  border-bottom: 1px solid #eee;
  background-color: #f66f6a;
}
.menu-top-content {
  height: 80px;
  background-color: #fff;
  margin: auto;
  font-weight: 400;
  font-style: normal;
  color: #333;
  display: block;
  width: 1200px;
  margin: 0 auto;
  background-color: #f66f6a;
}

.console-nav-logo {
  display: block;
  background: url("../../images/v1/help/OTC_LOGO.png") left center no-repeat;
  width: 80px;
  height: 80px;
  background-size: 80px;
}
.console-helpcenter-font {
  font-family: TeleGroteskNormal, sans-serif, Arial, Roboto, Tiresias;
  color: #ffffff;
  float: right;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  margin-right: 24px;
}
/*footer配置*/
.console-top-footer {
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
  height: 92px;
  clear: both;
  /*margin: auto;*/
  font-size: 14px;
  background-color: #000000;
  display: table;
  z-index: 10000;
}
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before {
  display: table;
  line-height: 0;
  content: "";
}
.console-footer-logo {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 60px;
  background: url("../../images/v1/help/OTC_LOGO.png") left center no-repeat;
  background-size: 100% 100%;
  margin-right: 190px;
}
.footer-copyright-content {
  font-size: 16px;
  width: 1200px;
  margin: 0 auto;
  padding-top: 35px;
  color: #918984;
  vertical-align: middle;
}

.pagination .go {
  border: 1px solid #f66f6a;
}
.pagination a.page.active,
.pagination .go:hover {
  background-color: #f66f6a;
}
.vnavbar ul li.current {
  position: relative;
  /* background-color: #f66f6a !important; */
}
.vnavbar ul li.current:before {
  content: "";
  position: absolute;
  left: -200px;
  top: 0;
  width: 800px;
  height: 58px;
  background-color: #fff2f9;
}
.vnavbar ul li.current a {
  border-right: 4px solid #f66f6a;
}
.vnavbar ul .current .arrow-up {
  border-bottom-color: #f66f6a;
}
.vnavbar ul .current .arrow-down {
  border-top-color: #f66f6a;
}
.vnavbar ul li[data-haschild="false"].current {
  /* background-color: #f66f6a !important; */
}
/*内容中按钮和图片样式设置*/
.tab_list li:hover,
.tab_list li.active {
  background: #f66f6a;
  border-color: #f66f6a;
}

.dld-text-box {
  margin: 20px 0 40px 0;
}
.dld-text-box .dld-text-title {
  line-height: normal;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.dld-text-box .dld-content {
  margin-top: 16px;
}
