#dcr-common-xp-menu {
  font-family: 微软雅黑, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.dcr-common-pc-header {
  min-width: 980px;
}
/* mb */
.dcr-common-mb-header-login {
  width: 50%;
  height: 75px;
  display: inline-block;
  vertical-align: top
}

.dcr-common-header-div {
  min-width: 980px;
  height: 50px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.dcr-common-v-modal {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 101%;
  opacity: .5;
  background: #000;
  z-index: 2000;
}
.dcr-common-header-list {
  padding: 1em;
}
.dcr-common-header-list li {
  line-height: 3;
  text-align: center;
  font-weight: bold;
  list-style-type:none;
}
.dcr-common-header-list li a{
  color: #555;
  display: inline-block;
  width: 100%;
}
.dcr-common-mb-header-menu {
  width: 48%;
  height: 75px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.dcr-common-menu-list {
  width: 50%;
  height: 101%;
  position: fixed;
  background-color: #eee;
  z-index: 2003;
  top: 10%;
  right: auto;
  bottom: auto;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -10%, 0);
}
.dcr-common-menugo-div {
  width: 120px;
  position: absolute;
  right: 0%;
  top: 25%;
}
.dcr-common-menugo {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
}
.linexx {
  width: 20px;
  border: 1.5px solid #ffffff;
  margin-bottom: 2px;
}

/* pc */
.dcr-common-wmenu {
  width: 110px;
}
.dcr-common-recommend-a {
  border-left: 0px solid #bbb;
  font-size:15px;
  text-decoration: none;
  color: #E60012;
}
.text-right {
  text-align: right;
}
.dcr-common-xp-contact {
  text-align: right;
  padding-top: 5px;
  font-size: 12px;
  font-weight: normal;
  color: #666666;
  padding-right: 2em;
}
.dcr-common-xp-header {
  background-color: #FFFFFF;
  width: 100%;
  min-width: 980px;
  height: 40px;
  line-height: 40px;
}
.dcr-common-xp-nav-wrap {
  width: 100%;
  min-width: 980px;
  background-color: #fff;
  /*border-bottom: 1px solid #ccc;*/
}
.dcr-common-xp-div {
  position: relative;
}
.dcr-common-xp-logo {
  position: absolute;
  top: -8px;
  float: left;
}
.dcr-common-xp-logo img {
  width: 185px;
}
.dcr-common-xp-nav-dropdown,
.dcr-common-xp-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dcr-common-xp-nav {
  margin-left: 250px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
.dcr-common-xp-nav-dropdown li,
.dcr-common-xp-nav > li {
  list-style: none;
}
.dcr-common-xp-nav:before,
.dcr-common-xp-nav:after {
  clear: both;
  content: ' ';
  display: table;
}
.dcr-common-xp-nav > li {
  position: relative;
  float: left;
  text-align: center;
  padding: 10px 0;
}
.dcr-common-xp-nav > li > a  {
  color: #666;
  /*border-left: 1px solid #bbb;*/
  padding: 0 45px;
  font-weight: bold;
}
.dcr-common-xp-nav li:first-child > a {
  /*border-left: none;*/
}
.dcr-common-xp-nav-dropdown {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #888;
  display: none;
}
.dcr-common-xp-nav-dropdown > li {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.dcr-common-xp-nav-dropdown > li > a {
  color: #666;
  font-weight: bold;
}
.dcr-common-xp-nav-dropdown > li:hover {
  color: #E60012;
}

.dcr-common-xp-nav-dropdown > li:hover > a {
  color: #E60012;
}
.dcr-common-xp-nav > li:hover > .dcr-common-xp-nav-dropdown {
  display: block;
}
.dcr-common-xp-nav a:hover {
  color: #E60012;
  text-decoration: none;
}
.dcr-common-xp-pull-right {
  float: right !important;
}
.xp-pull-left {
  float: left !important;
}
.dcr-common-xp-nav > .dcr-common-xp-login > a {
  padding: 0 20px;
  color: #666666;
}
.popover {
  max-width: 400px; /* optional max width */
  width: intrinsic; /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content; /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
}

/* 自适应页面 */
@media (max-width: 820px){
  .dcr-common-pc-header {
    display: none;
  }
  .dcr-common-header-div {
    width: 100%;
    min-width: 300px;
    height: 80px;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 820px){
  .dcr-common-mb-header {
    display: none;
  }
}