/* --------------------------------- flex布局 --------------------------------- */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.fcc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fcb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fca {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
/* -------------------------------------------------------------------------- */
/* ---------------------------------- 文本隐藏 ---------------------------------- */
.yc {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
/* -------------------------------------------------------------------------- */
/* ------------------------------ 设置margin ----------------------------- */
.mr_10 {
  margin-right: 10px;
}
.ml_10 {
  margin-left: 10px;
}
.mb_10 {
  margin-bottom: 10px;
}
/* -------------------------------------------------------------------------- */
/* ------------------------------ 其它 ----------------------------- */
.w_1200 {
  width: 1200px;
  margin: 0 auto;
}
.clearFix {
  zoom: 1;
  /* for IE6 IE7 */
}
.clearFix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.btn {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:active {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0.9;
}
.hoverToggleImg .show {
  display: block;
  margin: 0 auto;
}
.hoverToggleImg .hover_show {
  display: none;
  margin: 0 auto;
}
.hoverToggleImg:hover .show {
  display: none;
}
.hoverToggleImg:hover .hover_show {
  display: block;
}
#location {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#location a,
#location span {
  color: #808080;
  margin-right: 3px;
}
#location a:last-of-type {
  color: #4d4d4d;
}
#location a:hover {
  color: #821619;
}
#page_number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#page_number a {
  width: 36px;
  height: 36px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px;
  color: #1a1a1a;
}
#page_number a:hover,
#page_number a.on {
  color: #fff;
  background: #821619;
}
#page_number i {
  font-size: 14px;
  color: #7d7d7d;
  margin: 0 15px;
}
#page_number i.prev {
  transform: rotate(180deg);
}
/* -------------------------------------------------------------------------- */
/* ------------------------------ 动画 ----------------------------- */
@-webkit-keyframes fadeUpIn {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeUpIn {
  0% {
    opacity: 0.5;
    -moz-transform: translateY(6px);
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeUpIn {
  0% {
    opacity: 0.5;
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUpIn {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeUpIn {
  -webkit-animation: fadeUpIn 0.3s;
  -moz-animation: fadeUpIn 0.3s;
  -o-animation: fadeUpIn 0.3s;
  animation: fadeUpIn 0.3s;
}
@keyframes asideIn {
  0% {
    opacity: 0;
    transform: translate(130px, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
.asideIn {
  animation: asideIn 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  /* 保持在最后一帧状态 */
}
@keyframes opacityIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.opacityIn {
  animation: opacityIn 1s;
  animation-fill-mode: forwards;
  /* 保持在最后一帧状态 */
}
@keyframes imgScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.imgScale {
  animation: imgScale 0.3s;
  animation-fill-mode: forwards;
  /* 保持在最后一帧状态 */
}
.imgUpAni {
  transform: translateY(0);
  transition: all 0.3s;
}
.imgUpAni:hover {
  transform: translateY(-5%);
}
.cardUpAni {
  transform: translateY(0);
  transition: all 0.3s;
}
.cardUpAni:hover {
  transform: translateY(-5%);
  box-shadow: 0px 0px 20px 0px rgba(204, 200, 200, 0.4);
}
/* -------------------------------------------------------------------------- */
.content {
  padding-bottom: 80px;
}
.content .detail_c {
  position: relative;
}
.content .detail_c .left_detail {
  width: 940px;
  background: #ffffff;
  padding: 30px;
  float: left;
}
.content .detail_c .left_detail .title {
  border-bottom: 1px dashed #d9d9d9;
  margin-bottom: 30px;
}
.content .detail_c .left_detail .title h1 {
  font-size: 20px;
  margin-bottom: 16px;
}
.content .detail_c .left_detail .title h1 img {
  margin-right: 10px;
  vertical-align: middle;
}
.content .detail_c .left_detail .title h1 b {
  font-weight: 400;
  vertical-align: middle;
}
.content .detail_c .left_detail .title div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.content .detail_c .left_detail .title div a {
  width: 110px;
  height: 36px;
  background: #ffd24d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #821619;
  margin-right: 21px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.content .detail_c .left_detail .title div a:active {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0.9;
}
.content .detail_c .left_detail .title div p {
  color: #b3b3b3;
}
.content .detail_c .left_detail .subtitle {
  background: #f7f7f7;
  margin-bottom: 40px;
  padding: 20px;
  color: #808080;
  line-height: 20px;
}
.content .detail_c .right_recom {
  width: 240px;
  background: #fff;
  padding: 24px 0 10px;
  position: sticky;
  top: 0;
  float: right;
}
.content .detail_c .right_recom .right_recom_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  margin-bottom: 28px;
}
.content .detail_c .right_recom .right_recom_title::before {
  content: '';
  width: 4px;
  height: 24px;
  background: #d60d13;
  margin-right: 16px;
}
.content .detail_c .right_recom .right_recom_list {
  padding: 0 20px;
}
.content .detail_c .right_recom .right_recom_list a {
  display: block;
  margin-bottom: 30px;
}
.content .detail_c .right_recom .right_recom_list a div {
  width: 100%;
  height: 134px;
  margin-bottom: 12px;
  overflow: hidden;
}
.content .detail_c .right_recom .right_recom_list a div img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.content .detail_c .right_recom .right_recom_list a p {
  color: #4c4c4d;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  margin-bottom: 9px;
}
.content .detail_c .right_recom .right_recom_list a span {
  display: block;
  font-size: 14px;
  color: #7e7e80;
  line-height: 20px;
}
.content .detail_c .right_recom .right_recom_list a:hover p {
  color: #821619;
}
.content .detail_c .right_recom .right_recom_list a:hover div img {
  transform: scale(1.1);
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
  display: none;
}
.popup .download_form {
  width: 800px;
  height: 466px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.popup .download_form .download_form_left {
  flex: 1;
  height: 100%;
}
.popup .download_form .download_form_left img {
  display: block;
  width: 100%;
  height: 100%;
}
.popup .download_form .download_form_right {
  width: 400px;
  padding: 28px 40px 0;
}
.popup .download_form .download_form_right > p {
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 28px;
}
.popup .download_form .download_form_right .download_form_label {
  height: 40px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  padding-right: 10px;
}
.popup .download_form .download_form_right .download_form_label div {
  width: 57px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.popup .download_form .download_form_right .download_form_label input {
  flex: 1;
}
.popup .download_form .download_form_right .download_form_label input::-webkit-input-placeholder {
  color: #B3B3B3;
}
.popup .download_form .download_form_right .download_form_label input::-moz-placeholder {
  color: #B3B3B3;
}
.popup .download_form .download_form_right .download_form_label input:-ms-input-placeholder {
  color: #B3B3B3;
}
.popup .download_form .download_form_right .download_form_label input::-moz-placeholder {
  color: #B3B3B3;
}
.popup .download_form .download_form_right .code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}
.popup .download_form .download_form_right .code .download_form_label {
  width: 203px;
  margin: 0;
}
.popup .download_form .download_form_right .code .code_img {
  width: 105px;
  height: 40px;
  cursor: pointer;
}
.popup .download_form .download_form_right button {
  width: 120px;
  height: 36px;
  background: #ffd24d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 18px auto 0;
}
.popup .download_form .download_form_right button span {
  color: #821619;
}
.popup .download_form .close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  user-select: none;
}
