@charset "utf-8";
/*
* @Author: admin
* @Date:   2017-03-21 14:09:16
* @Last Modified by:   pc
* @Last Modified time: 2017-10-18 15:09:49
*/
/**
 * ie7以下的css
 */
.tooltip {
  display: none;
}
.header {
  width: 100%;
  height: 30px;
  background-color: #f4f4f4;
  /* border-bottom: 1px solid #999999; */
}
.header .header-wrap,
.footer-wrap {
  width: 1200px;
  margin: 0 auto;
}
.header ul a,
.header ul li {
  color: #333333;
}
.header ul li {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.header ul li.login a {
  color: #f2725d;
}
.left-div {
  float: left;
}
.left-div li {
  float: left;
  margin-right: 10px;
}
.left-div li.qrcode {
  position: relative;
  *z-index: 2;
  cursor: pointer;
}
.left-div li.qrcode .qrcode-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 0;
  background: #ffffff;
  z-index: 3;
  overflow: hidden;
}
.left-div li.qrcode .qrcode-div .qrcode-img {
  width: 110px;
  height: 110px;
  padding: 5px;
}
.left-div li.qrcode .qrcode-div .close {
  position: absolute;
  right: 2px;
  top: 2px;
  display: block;
  width: 10px;
  height: 10px;
}
.icon-close {
  background: url('../images/icon.png') no-repeat -123px -33px;
}
.right-div {
  float: right;
}
.right-div li {
  float: left;
  margin-left: 10px;
}
/* 左边栏内容 */
.developer-content {
  overflow: hidden;
  padding: 22px 0 0;
}
.icon-arrow {
  width: 16px;
  height: 12px;
  background-position: -55px -90px;
  position: relative;
  top: -1px;
}
.icon-arrow-right-white {
  width: 16px;
  height: 12px;
  background-position: -85px -90px;
  position: relative;
  top: -1px;
}
.icon-arrow-bottom {
  width: 16px;
  height: 7px;
  background-position: -58px -120px;
  position: relative;
  top: -1px;
}
.icon-arrow-bottom-white {
  width: 16px;
  height: 7px;
  background-position: -88px -120px;
  position: relative;
  top: -1px;
}
/*页脚*/
.footer {
  width: 100%;
  height: 153px;
  background: #272628;
  padding: 27px 0 0;
  font-size: 14px;
  color: #9d9d9e;
}
.footer p {
  color: #9d9d9e;
}
.footer .address {
  float: left;
  width: 1120px;
  height: 112px;
}
.footer .qrcode {
  float: right;
  width: 80px;
  height: 112px;
  text-align: center;
}
.footer .qrcode img {
  width: 100%;
}
.footer .copyright {
  clear: both;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #555555;
  color: #666666;
}
.icon-logo {
  display: inline-block;
  width: 265px;
  height: 45px;
  background: url('../images/logo_guide.png');
  margin-top: 6px;
}
.logo {
  padding-top: 30px;
  font-size: 28px;
  color: #585858;
  font-size: 0;
}
.icon-logo_index {
  display: inline-block;
  width: 70px;
  height: 45px;
  background: url('../images/logo_youcai.png');
  vertical-align: middle;
}
.logo span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 20px;
  border-left: 1px solid #cccccc;
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  font-size: 28px;
}
.main-content {
  width: 930px;
  margin: 0 auto;
  padding: 30px 0;
  line-height: 20px;
  font-size: 14px;
  text-align: justify;
}
.main-content .guidance {
  font-weight: bold;
  margin-bottom: 10px;
}
.main-content h2 {
  line-height: 24px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 3px;
}
.main-content > ul > li {
  margin-bottom: 10px;
}
.customer-service {
  width: 100%;
  padding: 10px 0;
  border: 1px solid #ddd;
}
.customer-service > p {
  line-height: 26px;
  text-indent: 2em;
}
.customer-service > p.strong {
  font-weight: bold;
}
.customer-service .color_red {
  color: #d92b39;
}
.cantact-detail {
  margin: 60px auto 30px;
}
.cantact-detail caption {
  text-align: left;
  line-height: 34px;
  font-weight: bold;
}
.cantact-detail td,
.cantact-detail th {
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #ddd;
}
