.w {
  width: 100%;
  margin: 0 auto;
}
.main {
  margin: 40px 0 40px 0;
}
.main .w {
  border: 2px solid #eee;
  padding: 30px;
}
.main .w .breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #999;
  border-bottom: 1px solid #eee;
  padding-bottom: 22px;
  margin-bottom: 53px;
}
.main .w .breadcrumbs img {
  width: 18px;
  margin-right: 10px;
}
.main .w .breadcrumbs .active {
  color: #125aa4;
}
.main .w .main-title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 48px;
}
.main .w .source {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  padding: 20px 30px;
  color: #999;
}
.main .w .source .source-left {
  display: flex;
  margin-bottom: 10px;
}
.main .w .source .source-left div {
  margin-right: 20px;
}
.main .w .source .source-right {
  display: flex;
  align-items: center;
}
.main .w .source .source-right .font {
  display: flex;
  align-items: center;
}
.main .w .source .source-right .font .font-list {
  display: flex;
  margin-right: 14px;
}
.main .w .source .source-right .font .font-list li {
  padding: 6px 8px;
  background-color: #fff;
  margin-right: 1px;
  cursor: pointer;
}
.main .w .source .source-right .font .font-list .active {
  color: #fd5a19;
}
.main .w .source .source-right .print {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.main .w .source .source-right .print img {
  width: 18px;
  margin-right: 6px;
}
.main .w .source .source-right .share {
  display: flex;
}
.main .w .source .source-right .share img {
  width: 25px;
  margin-right: 5px;
  cursor: pointer;
}
.main .w .source .source-right .share .wx-share {
  position: relative;
}
.main .w .source .source-right .share .wx-share:hover .ewm {
  display: block;
}
.main .w .source .source-right .share .wx-share .ewm {
  display: none;
  position: absolute;
  left: 50%;
  top: 30px;
  width: 110px;
  height: 140px;
  transform: translateX(-50%);
  background-color: #eee;
  text-align: center;
}
.main .w .source .source-right .share .wx-share .ewm .wx-code {
  width: 110px;
  height: 110px;
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 5px;
  padding: 10px;
}
.main .w .source .source-right .share .wx-share .ewm .wx-code img {
  width: 100%;
  height: 100%;
}
.main .w .source .source-right .share .wb-share {
  position: relative;
}
.main .w .source .source-right .share .wb-share:hover .ewm {
  display: block;
}
.main .w .source .source-right .share .wb-share .ewm {
  display: none;
  position: absolute;
  left: 50%;
  top: 30px;
  width: 110px;
  height: 140px;
  transform: translateX(-50%);
  background-color: #eee;
  text-align: center;
}
.main .w .source .source-right .share .wb-share .ewm .wb-code {
  width: 110px;
  height: 110px;
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 5px;
  padding: 10px;
}
.main .w .source .source-right .share .wb-share .ewm .wb-code img {
  width: 100%;
  height: 100%;
}
.main .w .content {
  font-size: 17px;
  color: #333;
  line-height: 40px;
  padding: 50px 0 100px 0;
}
.main .w .other {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .w .other .other-left {
  font-size: 18px;
  color: #999;
  border-left: 1px solid #d9d9d9;
  padding-left: 20px;
}
.main .w .other .other-left .prev {
  font-size: 24px;
  color: #284fa8;
  margin-bottom: 15px;
  cursor: pointer;
}
.main .w .other .other-right {
  font-size: 18px;
  color: #999;
  border-right: 1px solid #d9d9d9;
  padding-right: 20px;
}
.main .w .other .other-right .next {
  font-size: 24px;
  color: #284fa8;
  margin-bottom: 15px;
  cursor: pointer;
}
.main .w .other .other-center {
  display: none;
  text-align: center;
  font-size: 16px;
  color: #999;
}
.main .w .other .other-center img {
  width: 90px;
  height: 90px;
}
