body {
  background-color: #f3f9ff;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  height: 70px;
  font-size: 18px;
  color: #222;
}
.breadcrumbs a {
  color: #222;
}
.main {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 60px 60px 0px 60px;
  border-bottom: 4px solid #185aae;
  border-radius: 4px;
  margin-bottom: 60px;
}
.main .inner {
  width: 100%;
}
.main .inner .top {
  margin-bottom: 20px;
  background: url(../images/show_bg_info.png) repeat-x;
  background-position: bottom;
}
.main .inner .top .title {
  font-size: 30px;
  font-weight: bold;
  color: #222;
  line-height: 40px;
  text-align: center;
  padding-bottom: 30px;
}
.main .inner .top .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #999;
  height: 60px;
}
.main .inner .top .info .info_item {
  display: flex;
  align-content: center;
}
.main .inner .top .info .info_item .item {
  margin-right: 20px;
}
.main .inner .opt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
  height: 85px;
  font-size: 18px;
  color: #999;
}
.main .inner .opt a {
  color: #222;
}
.main .inner .opt a:hover {
  color: #185aae;
}
.main .side {
  display: none;
  width: 160px;
}
.main .side .font {
  margin-bottom: 20px;
}
.main .side .font .font_title {
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #222;
}
.main .side .font .font_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: #eaeaea;
}
.main .side .font .font_title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: #eaeaea;
}
.main .side .font .font_opt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.main .side .font .font_opt li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: url(../images/show_bg_font.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.main .side .font .font_opt li.active,
.main .side .font .font_opt li:hover {
  background-image: url(../images/show_bg_font_active.png);
}
.main .side .share .share_title {
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #222;
}
.main .side .share .share_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: #eaeaea;
}
.main .side .share .share_title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: #eaeaea;
}
.main .side .share .social-share {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.main .side .share .social-share .icon-wechat {
  background: url(../images/share_wx.png) no-repeat;
  background-size: 28px 28px;
  background-position: center;
}
.main .side .share .social-share .icon-wechat:hover {
  background-image: url(../images/share_wx_active.png);
  background-color: #7bc549;
}
.main .side .share .social-share .icon-weibo {
  background: url(../images/share_wb.png) no-repeat;
  background-size: 28px 28px;
  background-position: center;
}
.main .side .share .social-share .icon-weibo:hover {
  background-image: url(../images/share_wb_active.png);
  background-color: #ff763b;
}
.main .side .share .social-share .icon-qzone {
  background: url(../images/share_qq.png) no-repeat;
  background-size: 28px 28px;
  background-position: center;
}
.main .side .share .social-share .icon-qzone:hover {
  background-image: url(../images/share_qq_active.png);
  background-color: #fdbe3d;
}
.main .side .ewm {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.main .side .ewm p {
  color: #999;
  font-size: 14px;
  margin-top: 5px;
}
.main .side .other {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.main .side .other .other_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 102px;
  height: 38px;
  background: url(../images/show_bg_tool.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  color: #222;
}
.main .side .other .back {
  width: 102px;
  height: 38px;
  cursor: pointer;
}
.main .side .other .back img {
  width: 100%;
  height: 100%;
}
