* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.detail-container {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
}
.detail-container .left-view {
  width: 130px;
  padding-top: 20px;
}
.detail-container .left-view .userInfo {
  width: 130px;
  height: 146px;
  border: 1px solid #EEEEEE;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 15px 15px 15px;
  margin-bottom: 30px;
}
.detail-container .left-view .userInfo .avatar {
  display: flex;
  justify-content: center;
}
.detail-container .left-view .userInfo .avatar img {
  border-radius: 50%;
  background: #ccc;
  width: 70px;
  height: 70px;
  margin-top: -20px;
}
.detail-container .left-view .userInfo .username {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  color: #000;
  text-align: center;
}
.detail-container .left-view .userInfo .unfollow {
  width: 70px;
  height: 26px;
  background: #F8F8F8;
  border-radius: 5px;
  font-size: 13px;
  color: #999999;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
  margin: 0px auto;
}
.detail-container .left-view .userInfo .follow {
  width: 70px;
  height: 26px;
  background: #FFF3F3;
  border-radius: 5px;
  font-size: 13px;
  color: #999999;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
  margin: 0px auto;
}
.detail-container .left-view .item {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 40px;
}
.detail-container .left-view .item .top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 12px;
  color: #333333;
  line-height: 32px;
}
.detail-container .left-view .item .top .line {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.detail-container .left-view .item .top .line span {
  display: block;
  width: 33px;
  height: 1px;
  background-color: #EEEEEE;
}
.detail-container .left-view .item .bottom {
  text-align: center;
  margin-top: 20px;
}
.detail-container .left-view .item .bottom div {
  color: #000000;
  font-size: 15px;
}
.detail-container .left-view .item .bottom span {
  color: #666666;
  font-size: 12px;
}
.detail-container .center-view {
  width: 740px;
}
.detail-container .center-view .article {
  width: 100%;
}
.detail-container .center-view .article .article-title {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
}
.detail-container .center-view .article .desc {
  color: #999999;
  font-size: 13px;
  margin-top: 30px;
  text-align:right;
}
.detail-container .center-view .article .desc span {
  margin-right: 40px;
}
.detail-container .center-view .history-kaijiang {
  width: 100%;
  margin-top: 20px;
}
.detail-container .center-view .history-kaijiang .title {
  font-size: 12px;
  color: #999999;
  margin-bottom: 5px;
}
.detail-container .center-view .history-kaijiang .item-normal {
  display: flex;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
}
.detail-container .center-view .history-kaijiang .item-normal .red {
  color: #CC0000;
  font-weight: bold;
}
.detail-container .center-view .history-kaijiang .item-normal .error {
  color: #444444;
}
.detail-container .center-view .history-kaijiang .item-normal .sign {
  color: #000;
}
.detail-container .center-view .history-kaijiang .item-normal .blue {
  color: #007BF2;
  font-weight: bold;
}
.detail-container .center-view .history-kaijiang .item-normal .copy {
  font-size: 15px;
  margin-left: 10px;
  color: #007BF2;
  cursor: pointer;
}
.detail-container .center-view .history-kaijiang .item-line {
  display: flex;
  justify-content: space-between;
  background: #FAFAFA;
}
.detail-container .center-view .history-kaijiang .item-line div {
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
}
.detail-container .center-view .history-kaijiang .item-line .w-60 {
  width: 60px;
  color: #444444;
}
.detail-container .center-view .history-kaijiang .item-line .w-60 .red {
  color: #CC0000;
}
.detail-container .center-view .history-kaijiang .item-line .w-60 .error {
  color: #666666;
}
.detail-container .center-view .history-kaijiang .item-line .w-180 {
  width: 180px;
  color: #000000;
}
.detail-container .center-view .history-kaijiang .item-line .w-272 {
  color: #000000;
  font-weight: bold;
  width: 272px;
}
.detail-container .center-view .history-kaijiang .item-line:nth-child(2n) {
  background: white;
}
.detail-container .center-view .history-kaijiang .item-doubleLine {
  display: flex;
  justify-content: space-between;
  height: 60px;
  line-height: 30px;
  background: #FAFAFA;
}
.detail-container .center-view .history-kaijiang .item-doubleLine .left {
  border-right: 1px solid #fff;
}
.detail-container .center-view .history-kaijiang .item-doubleLine .left .item {
  width: 120px;
  text-align: center;
  font-size: 13px;
  color: #000000;
  background: #FAFAFA;
}
.detail-container .center-view .history-kaijiang .item-doubleLine .left .normal {
  color: #444444;
  background: #FAFAFA;
  border-bottom: 1px solid #fff;
}
.detail-container .center-view .history-kaijiang .item-doubleLine .center {
  flex: 1;
  border-right: 1px solid #fff;
}
.detail-container .center-view .history-kaijiang .item-doubleLine .center .item {
  text-align: center;
  font-size: 13px;
  color: #000000;
  background: #FAFAFA;
  font-weight: bold;
  text-align: center;
}
.detail-container .center-view .history-kaijiang .item-doubleLine .center .item span {
  color: #CC0000;
}
.detail-container .center-view .history-kaijiang .item-doubleLine .center .normal {
  color: #444444;
  font-weight: normal;
  background: none;
  border-bottom: 1px solid #fff;
}
.detail-container .center-view .history-kaijiang .item-doubleLine .right {
  width: 40px;
}
.detail-container .center-view .history-kaijiang .item-doubleLine .right .icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.detail-container .center-view .history-kaijiang .item-doubleLine .right .icon img {
  width: 16px;
  height: 16px;
  margin: 0 auto;
}
.detail-container .center-view .history-kaijiang .item-doubleLine:nth-child(2n) {
  background: white;
}
.detail-container .center-view .new-kaijiang {
  width: 100%;
  margin-top: 20px;
}
.detail-container .center-view .new-kaijiang .title {
  font-size: 12px;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}
.detail-container .center-view .new-kaijiang .item-normal {
  display: flex;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
}
.detail-container .center-view .new-kaijiang .item-normal .red {
  color: #CC0000;
  font-weight: bold;
}
.detail-container .center-view .new-kaijiang .item-normal .error {
  color: #444444;
}
.detail-container .center-view .new-kaijiang .item-normal .sign {
  color: #000;
}
.detail-container .center-view .new-kaijiang .item-normal .blue {
  color: #007BF2;
  font-weight: bold;
}
.detail-container .center-view .new-kaijiang .item-normal .copy {
  font-size: 13px;
  margin-left: 10px;
  color: #007BF2;
  cursor: pointer;
  background: #ECF5FE;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  margin-top: 5px;
  border-radius: 5px;
}
.detail-container .center-view .new-kaijiang .item-line {
  display: flex;
  justify-content: space-between;
  background: #FFF3F3;
}
.detail-container .center-view .new-kaijiang .item-line div {
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
}
.detail-container .center-view .new-kaijiang .item-line .w-60 {
  width: 60px;
  color: #444444;
}
.detail-container .center-view .new-kaijiang .item-line .w-60 .red {
  color: #CC0000;
}
.detail-container .center-view .new-kaijiang .item-line .w-60 .error {
  color: #666666;
}
.detail-container .center-view .new-kaijiang .item-line .w-180 {
  width: 180px;
  color: #000000;
}
.detail-container .center-view .new-kaijiang .item-line .w-272 {
  color: #000000;
  font-weight: bold;
  width: 272px;
}
.detail-container .center-view .new-kaijiang .item-doubleLine {
  display: flex;
  justify-content: space-between;
  height: 60px;
  line-height: 30px;
  background: #FAFAFA;
}
.detail-container .center-view .new-kaijiang .item-doubleLine .left {
  border-right: 1px solid #fff;
}
.detail-container .center-view .new-kaijiang .item-doubleLine .left .item {
  width: 70px;
  text-align: center;
  font-size: 13px;
  color: #000000;
  background: #FAFAFA;
}
.detail-container .center-view .new-kaijiang .item-doubleLine .left .normal {
  color: #444444;
  background: #FAFAFA;
  border-bottom: 1px solid #fff;
}
.detail-container .center-view .new-kaijiang .item-doubleLine .center {
  flex: 1;
  border-right: 1px solid #fff;
}
.detail-container .center-view .new-kaijiang .item-doubleLine .center .item {
  text-align: center;
  font-size: 13px;
  color: #000000;
  background: #FAFAFA;
  font-weight: bold;
  text-align: center;
}
.detail-container .center-view .new-kaijiang .item-doubleLine .center .item span {
  color: #CC0000;
}
.detail-container .center-view .new-kaijiang .item-doubleLine .center .normal {
  font-weight: normal;
  color: #444444;
  background: none;
  border-bottom: 1px solid #fff;
}
.detail-container .center-view .new-kaijiang .item-doubleLine .right {
  width: 40px;
  text-align: center;
  line-height: 60px;
}
.detail-container .center-view .new-kaijiang .item-doubleLine .right .icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.detail-container .center-view .new-kaijiang .item-doubleLine .right .icon img {
  width: 16px;
  height: 16px;
  margin: 0 auto;
}
.detail-container .center-view .pay-box {
  width: 100%;
  margin-top: 20px;
}
.detail-container .center-view .pay-box .pay-item {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #E60012 0%, #CC0000 100%);
  border-radius: 50%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  margin: 0 auto;
}
.detail-container .center-view .pay-box .pay-item .money, .detail-container .center-view .pay-box .pay-item .desc {
  text-align: center;
}
.detail-container .center-view .pay-box .pay-item .money {
  font-size: 18px;
  color: white;
}
.detail-container .center-view .pay-box .pay-item .money span {
  font-weight: bold;
}
.detail-container .center-view .pay-box .pay-item .desc {
  font-size: 14px;
  color: white;
}
.detail-container .center-view .pay-box .pay-item:hover {
  -webkit-animation-name: xing;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
}
.detail-container .center-view .pay-box .pay-after-item {
  width: 80px;
  height: 80px;
  background: #F8F8F8;
  border-radius: 50%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
}
.detail-container .center-view .pay-box .pay-after-item .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.detail-container .center-view .pay-box .pay-after-item .icon img {
  width: 24px;
  height: 16px;
  margin: 0 auto;
}
.detail-container .center-view .pay-box .pay-after-item .desc {
  text-align: center;
  font-size: 14px;
  padding-top: 5px;
  color: #666666;
}
.detail-container .center-view .pay-box .activity {
  width: 315px;
  height: 32px;
  background: #FFECD7;
  border-radius: 5px;
  line-height: 32px;
  text-align: center;
  color: #69390E;
  margin: 0 auto;
  margin-top: 30px;
}
.detail-container .center-view .kaijiang {
  width: 100%;
  height: 32px;
  background: #FAFAFA;
  border-radius: 5px;
  line-height: 32px;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.detail-container .center-view .kaijiang .text {
  display: flex;
  justify-content: center;
  font-size: 13px;
}
.detail-container .center-view .kaijiang .text .label {
  padding-right: 5px;
  color: #666666;
}
.detail-container .center-view .kaijiang .text .jianghao {
  color: #cc0000;
  font-weight: bold;
}
.detail-container .center-view .kaijiang .text .times {
  color: #cc0000;
}
.detail-container .center-view .kaijiang .badge {
  position: absolute;
  right: 20px;
  top: 0;
  height: 32px;
  line-height: 32px;
  color: #000000;
  font-size: 13px;
  cursor: pointer;
}
.detail-container .center-view .kaijiang .badge:hover {
  color: #cc0000;
}
.detail-container .center-view .shengming {
  width: 100%;
  font-size: 12px;
  color: 12px;
  margin: 20px 0;
  color: #999999;
}
.detail-container .center-view .recommend {
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #EEEEEE;
}
.detail-container .center-view .recommend .recommend-title {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  padding: 20px 0;
}
.detail-container .center-view .recommend .item {
  display: flex;
  justify-content: space-between;
}
.detail-container .center-view .recommend .item .left {
  display: flex;
  color: #000000;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
}
.detail-container .center-view .recommend .item .left .text {
  max-width: 490px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-container .center-view .recommend .item .right {
  font-size: 12px;
  color: #999;
  line-height: 40px;
}
.detail-container .center-view .recommend .item:hover .left {
  color: #cc0000;
}
.detail-container .right-view {
  width: 360px;
  box-sizing: border-box;
}
.detail-container .right-view .qr-code {
  display: flex;
  justify-content: space-between;
}
.detail-container .right-view .qr-code .code-box .img img {
  width: 100px;
  height: 100px;
}
.detail-container .right-view .qr-code .code-box .desc {
  text-align: center;
  font-size: 12px;
  color: #666666;
  margin-top: 5px;
}
.detail-container .right-view .qr-code .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.detail-container .right-view .qr-code .right img {
  width: 238px;
  height: 70px;
}
.detail-container .right-view .new-article {
  width: 100%;
  box-sizing: border-box;
  margin-top: 16px;
  border-top: 2px solid #CC0000;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  padding: 10px 0;
}
.detail-container .right-view .new-article .top {
  display: flex;
  justify-content: space-between;
  line-height: 20px;
  box-sizing: border-box;
  padding: 0 10px;
}
.detail-container .right-view .new-article .top .left {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.detail-container .right-view .new-article .top .left img {
  width: 123px;
  height: 20px;
}
.detail-container .right-view .new-article .top .right {
  font-size: 12px;
  color: #999999;
}
.detail-container .right-view .new-article .list {
  width: 100%;
  margin-top: 15px;
}
.detail-container .right-view .new-article .list a .item {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
}
.detail-container .right-view .new-article .list a .item .index {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.detail-container .right-view .new-article .list a .item .index div {
  width: 20px;
  height: 20px;
  color: #999999;
  font-size: 12px;
  border-radius: 4px;
  background-color: #EEEEEE;
  text-align: center;
  line-height: 20px;
}
.detail-container .right-view .new-article .list a .item .index div.red {
  color: white !important;
  background: #CC0000;
}
.detail-container .right-view .new-article .list a .item .index div.orange {
  color: white;
  background: #FF6600;
}
.detail-container .right-view .new-article .list a .item .index div.yellow {
  color: white;
  background: #FFB700;
}
.detail-container .right-view .new-article .list a .item .avatar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 15px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
}
.detail-container .right-view .new-article .list a .item .avatar img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.detail-container .right-view .new-article .list a .item .article-msg .article-title {
  color: #000;
  font-size: 14px;
  flex: 1;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.detail-container .right-view .new-article .list a .item .article-msg .article-bottom {
  display: flex;
  justify-content: space-between;
}
.detail-container .right-view .new-article .list a .item .article-msg .article-bottom .desc {
  display: flex;
  font-size: 12px;
  color: #999999;
}
.detail-container .right-view .new-article .list a .item .article-msg .article-bottom .desc span {
  margin-left: 22px;
}
.detail-container .right-view .new-article .list a .item .article-msg .article-bottom .type {
  font-size: 12px;
}
.detail-container .right-view .new-article .list a .item .article-msg .article-bottom .type.pay {
  color: #666666;
}
.detail-container .right-view .new-article .list a .item .article-msg .article-bottom .type.free {
  color: #007BF2;
}
.detail-container .right-view .new-article .list a .item .article-msg .article-bottom .type.money {
  color: #CC0000;
}
.detail-container .right-view .new-article .list a .item:hover {
  background-color: #F8F8F8;
}
.detail-container .right-view .new-article .list a .item:hover .article-title {
  color: #CC0000;
}
.detail-container .right-view .new-article .list a .active {
  background-color: #F8F8F8;
}
.detail-container .right-view .new-article .list a .active .article-title {
  color: #CC0000;
}
.detail-container .right-view .new-article .list a .normal .article-title {
  color: #999999;
}

@-webkit-keyframes xing {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
}

@keyframes xing {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
}/*# sourceMappingURL=detail.css.map */