body {
  background-color: #f6f6f6;
}

.banner {
  height: 298px;
  background-size: 100%;
  min-width: 1260px;
  margin-top: -78px;
}

/* 内容 */

.media-bread {
  color: #333;
  font-size: 12px;
  position: relative;
  top: -170px;
  width: 1200px;
  margin: auto;
}

.media-bread a {
  color: #333;
  font-size: 12px;
}

.media-bread span {
  color: #0866df;
}

.IT-centrt {
  width: 1200px;
  border-radius: 10px;
  margin: auto;
  position: relative;
  margin-top: -150px;
}

.IT-centrt-tltle {
  background: #fff;
  box-shadow: 0 2px 10px rgba(208, 204, 204, 0.25);
  border-radius: 10px;
  width: 920px;
  min-height: 280px;
}

.IT-centrt-tltle1 {
  display: flex;
  width: 830px;
  margin: 0 auto;
  border-bottom: 1px solid #eeeeee;
  min-height: 115px;
  padding-top: 25px;
  padding-bottom: 15px;
}

.IT-centrt1 {
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.IT-centrt1 img {
  max-width: 160px;
  max-height: 80px;
}

.IT-centrt1.wechat img {
  border-radius: 50%;
}

.IT-centrt1.package img {
  border-radius: 5px;
}

.IT-centrt1 span {
  color: #333333;
  font-weight: bold;
  font-size: 24px;
  padding-left: 10px;
}

.IT-centrt1 strong {
  font-size: 16px;
  color: #999999;
}

.IT-centrt2 {
  width: 180px;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: center;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  cursor: pointer;
}

.IT-centrt2.active {
  border-color: #0866df;
}

.IT-centrt2-p2-title {
  font-size: 14px;
  color: #656565;
  text-align: left;
  padding-left: 41px;
}

.IT-centrt2 span {
  font-size: 20px;
  color: #f51520;
}

.IT-centrt2 span .need-login {
  color: #f51520;
  font-size: 14px;
}

.IT-centrt2 img {
  position: relative;
  top: -3px;
  left: 6px;
}

.IT-centrt2 span strong {
  font-size: 20px;
}

.IT-centrt2-p1 {
  color: #999999;
  font-size: 12px;
}

.IT-centrt2-p2 {
  border-top: 1px solid #999999;
  position: relative;
  top: -7px;
  left: 43px;
  width: 110px;
}

.IT-centrt-tltle2 {
  display: flex;
  width: 830px;
  margin: auto;
  padding-top: 15px;
  position: relative;
}

.IT-centrt3 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.IT-centrt-tltle1 .collect {
  height: 24px;
  margin-right: 10px;
  cursor: pointer;
  color: #999999;
  width: 62px;
  float: right;
  margin-bottom: 10px;
}

.IT-centrt-tltle1 .collect i {
  margin-right: 3px;
}

.IT-centrt-tltle1 .collect:hover {
  color: #0866df;
}

.IT-centrt4 {
  text-align: right;
  flex-shrink: 0;
  width: 110px;
  margin-left: 20px;
}

.IT-centrt4 button {
  width: 110px;
  height: 32px;
  line-height: 30px;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 20px;
}

.IT-centrt4 button.active {
  background-color: #0866df;
  color: #fff;
  border-color: #0866df;
}

.IT-centrt4 button:hover {
  background: #0866df;
  color: #ffffff;
}

.mediaInfo-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.IT-centrt-heard {
  flex: 1;
  margin-top: -5px;
}

.IT-centrt-heard .mediaNote {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 6px;
}

.IT-centrt-heard .mediaNote .noteDetail {
  color: #666666;
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.IT-centrt-heard span {
  font-size: 22px;
  font-weight: bold;
}

.IT-centrt-heard span strong {
  font-size: 12px;
  color: #6f737f;
  font-weight: 400;
  line-height: 30px;
}

.IT-centrt-heard span a {
  margin-left: 12px;
}

.IT-centrt-heard .media-ai {
  width: 90px;
  text-align: center;
  display: inline-block;
  background: #EEF4FF;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
  margin: 0 20px 0 10px;
}

.IT-centrt-heard .media-ai .ai-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
  display: inline-block;
  color: #333333;
  background: linear-gradient(0deg, #686FF6 0%, #4BA4FD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.IT-centrt-heard .media-ai .ai-tip {
  background-image: linear-gradient(#3862E8, #A15BFC);
  border-radius: 10px;
  color: #FEFEFE;
  padding: 15px;
  width: 160px;
  text-align: left;
  z-index: 11;
  position: absolute;
  left: 20px;
  top: 42px;
  font-size: 14px;
  font-weight: normal;
  cursor: unset;
  display: none ;
}

.IT-centrt-heard .media-ai .ai-tip::before {
  content: '';
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #3762E7;
  top: -16px;
  left: 20px;
}

.IT-centrt-heard .media-ai:hover .ai-tip{
  display: block;
}


.IT-centrt-tltle1 .mediaTags {
  font-size: 0;
}

.IT-centrt-tltle1 .mediaTag {
  color: #0866DF;
  font-size: 14px;
  border: 1px solid #0866DF;
  border-radius: 4px;
  line-height: 20px;
  padding: 0 3px;
  font-weight: normal;
  margin-right: 5px;
  display: inline-block;
  margin-top: 10px;
}

.IT-centrt-tltle1 .signTag {
  background: #0866df;
  border-color: #0866df;
  color: #fff;
}

.IT-centrt-heard .wxcode {
  position: relative;
}

.IT-centrt-heard .code-img {
  display: none;
  position: absolute;
  right: -90px;
  top: 0;
}

.IT-centrt-heard .wxcode:hover .code-img {
  display: inline-block;
}

.IT-centrt-tltle3 {
  width: 830px;
  margin: 10px auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.IT-centrt-tltle3 .iconTip {
  margin-right: 40px;
  color: #333;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.IT-centrt-tltle3 .iconTip .iconfont {
  color: #0866df;
  font-size: 18px;
  margin-right: 5px;
}

.IT-centrt-tltle3 .iconTip .tipContnet {
  position: relative;
}

.IT-centrt-tltle3 .iconTip .iconjieshi {
  color: #ccc;
  font-size: 14px;
  cursor: pointer;
}

.IT-centrt-tltle3 .iconTip .tipContnet span {
  position: absolute;
  background-color: #fff;
  left: -50px;
  top: 17px;
  width: 130px;
  border-radius: 5px;
  padding: 5px;
  line-height: 18px;
  box-shadow: 0 0 3px #ccc;
  display: none;
  box-sizing: border-box;
  text-align: center;
}

.IT-centrt-tltle3 .iconTip .tipContnet:hover span {
  display: block;
}

.centrt-user {
  position: absolute;
  top: 0px;
  right: 0;
  width: 260px;
  height: 280px;
  background: linear-gradient(-30deg, #A15BFC 0%, #3263E7 100%);
  border-radius: 20px;
  text-align: center;
  padding: 30px 0;
  box-sizing: border-box;
}

.centrt-user-img {
  width: 104px;
  height: 104px;
  background: #8ab4ea;
  border-radius: 52px;
  position: absolute;
  top: -52px;
  right: 78px;
}

.centrt-info .serverCode {
  width: 110px;
  height: 110px;
  border-radius: 5px;
}

.centrt-user-img-p1 {
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
}

.centrt-user-img-p3 {
  margin-top: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.centrt-user-img-p4 {
  width: 110px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 16px;
  margin: 20px auto 0;
  line-height: 32px;
  font-size: 14px;
}

.centrt-user-img-p4:hover {
  opacity: .9;
}

.centrt-user-img-p4 a {
  color: #965CFA;
  font-size: 14px;
}

.centrt-user .centrt-wx {
  position: absolute;
  right: -2px;
  top: -2px;
  cursor: pointer;
}

.centrt-user .centrt-mini {
  position: absolute;
  right: -2px;
  top: -2px;
  display: none;
  cursor: pointer;
}

.centrt-user .centrt-code img {
  width: 140px;
  height: 140px;
  margin-top: 30px;
  background-color: rgba(255, 255, 255, .5);
  padding: 5px;
  border-radius: 10px;
}

.centrt-user .centrt-code p {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 20px;
}

/* 媒体详情 */

.mediaInfo {
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}

.mediaInfo .down {
  text-align: center;
  cursor: pointer;
  padding: 5px 0;
}

.mediaInfo .down i {
  font-size: 22px;
}

.mediaInfo .down.active {
  transform: rotateX(180deg);
}

.mediaInfo .detail {
  padding: 0 30px;
  /* display: none; */
  height: 50px;
  overflow: hidden;
  color: #333;
  line-height: 24px;
}

/* 套餐内媒体 */
.data {
  width: 1200px;
  margin: auto;
  padding-bottom: 30px;
  background: #ffffff;
  border-radius: 10px;
}

.data h2 {
  font-size: 24px;
  color: #333333;
  padding: 30px 40px;
}

.data h2 img {
  padding-right: 10px;
}

.round-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 10px;
}

.round-box ul li {
  background: #f6f6f6;
  width: 282px;
  height: 250px;
  border-radius: 10px;
  margin: 0 6px;
  position: relative;
}

.box-canvas {
  padding-left: 28px;
}

.round-span1 {
  font-size: 20px;
  color: #333333;
  position: relative;
}

.round-span1 .xk-tip {
  display: none;
  width: 310px;
  font-size: 14px;
  color: #666;
  position: absolute;
  z-index: 100;
  right: -330px;
  top: 0;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 3px #ccc;
}

.round-span1:hover .xk-tip {
  display: block;
}

.round-box1 {
  padding: 30px 20px;
}

/* .round-box .round-box1 i {
    padding-left: 22px;
    padding-top: 38px;
} */

.round-box1-p {
  border-bottom: 1px solid #ffffff;
  margin: 18px 0 16px 0;
}

.round-box-title {
  position: absolute;
  bottom: 28%;
  right: 18%;
}

.round-box-title span {
  font-weight: bold;
  color: #f51520;
  font-size: 34px;
}

.round-box1 .highLevel,
.round-box1-zizhi .highLevel {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 80px;
  bottom: 40px;
  border-radius: 10px;
  background-color: #ccc;
  text-align: center;
  color: #999;
  font-size: 18px;
  padding-top: 40px;
  line-height: 32px;
}

.round-box1-zizhi .highLevel {
  bottom: 20px;
}

.round-box1 .highLevel i,
.round-box1-zizhi .highLevel i {
  font-size: 18px;
}

.round-box-title span strong {
  font-weight: 400;
  font-size: 20px;
  color: #f51520;
}

.round-box-title p {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

.news-title {
  padding-left: 80px !important;
  padding-top: 38px !important;
}

.zizhi-title {
  position: absolute;
  right: -68px;
  top: -67px;
}

.zizhi-title span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #f51520;
}

.round-box-title-zizhi {
  position: absolute;
  bottom: 30%;
  right: 37%;
}

.tongjitu {
  padding: 30px 40px;
  background: #f6f6f6;
  margin: 20px 16px;
  border-radius: 10px;
  position: relative;
}

.tongjitu span {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}

.tongjitu .highLevel {
  position: absolute;
  left: 60px;
  right: 50px;
  top: 60px;
  bottom: 40px;
  border-radius: 10px;
  background-color: #ccc;
  text-align: center;
  color: #999;
  font-size: 22px;
  padding-top: 130px;
  line-height: 32px;
  display: none;
}

.tongjitu .highLevel i {
  font-size: 32px;
}

/* 猜你喜欢 */
.like {
  width: 1200px;
  height: 342px;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(208, 204, 204, 0.25);
  margin: 15px auto 48px;
  border-radius: 10px;
  position: relative;
}

.like h3 {
  font-size: 18px;
  color: #333333;
  padding: 30px 40px;
}

.like h3 i {
  font-size: 18px;
  color: #0866df;
  padding-right: 8px;
}

.like-center ul li {
  background: #ffffff;
  border: 1px solid rgba(238, 238, 238, 1);
  display: inline-block;
  text-align: center;
  width: 219px;
  height: 233px;
  border-radius: 10px;
  margin: 0px 6px;
}

.like-center-li {
  padding: 20px;
  position: relative;
}

.like-center-li-span {
  font-size: 20px;
  color: #333333;
}

.like-center-li-p {
  border-bottom: 1px solid #e1e6ea;
  margin: 22px 0;
}

.like-center-li-title {
  width: 92px;
}

.like-center-li-title span {
  color: #a5a5a5;
  font-size: 12px;
}

.like-center-li-title-p1 {
  font-size: 14px;
  color: #333333;
  padding: 18px 0;
}

.like-center-li-title-p2 {
  padding: 16px 0;
}

.like-center-li-title-p2 span {
  font-size: 14px;
  color: #f51520;
}

.like-center-li-title-p2 span strong {
  font-size: 24px;
  color: #f51520;
}

.like-center-li-btn {
  width: 110px;
  height: 32px;
  background: rgba(255, 167, 43, 1);
  border-radius: 10px;
  display: block;
  line-height: 32px;
  /* margin: auto; */
  margin-top: 10px;
  color: #ffffff;
}

.like-center-li-btn:hover {
  opacity: 0.9;
}

.change {
  position: absolute;
  right: 34px;
  top: 40px;
  font-size: 16px;
}

.change a {
  color: #999999;
}

.change img {
  position: relative;
  left: -7px;
  top: -2px;
}

.buy-car {
  position: absolute;
  bottom: 20px;
  right: 14px;
}

.buy-car i {
  color: #999999;
  font-size: 14px;
}

.buy-car p {
  font-size: 14px;
  color: #999999;
}

/* 好媒推荐 */
.recommend-box {
  width: 1200px;
  margin: 20px auto;
  background: #ffffff;
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
}

.recommend-box .recommend-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recommend-box .recommend-title i {
  font-size: 18px;
  color: #0866df;
  margin-right: 5px;
  vertical-align: -1px;
}

.recommend-box .recommend-title .change-recommend {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  cursor: pointer;
}

.recommend-box .recommend-title .change-recommend i {
  color: #999;
  font-size: 16px;
}

.recommend-box .recommend-list {
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
}

.recommend-box .recommend-list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  height: 100px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 15px 25px;
  margin-top: 20px;
  cursor: pointer;
}

.recommend-box .recommend-list li:hover {
  background: #ffffff;
}

.recommend-box .recommend-list li img {
  margin-right: 20px;
}

.recommend-box .recommend-list li .recommend-name {
  font-size: 18px;
  color: #333333;
}

.recommend-box .recommend-list li:hover a {
  color: #0866df;
}

.recommend-box .recommend-list li .recommend-desc {
  padding-top: 6px;
  font-size: 14px;
  color: #666666;
  padding-bottom: 24px;
  width: 388px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.recommend-box ul li .recommend-more {
  font-size: 14px;
  color: #999999;
}

.recommend-box ul li .recommend-more span {
  color: #0866DF;
  display: none;
}

.recommend-box ul li:hover .recommend-more span {
  display: inline-block;
}

.analysis-btn {
  text-align: center;
  margin-top: 20px;
}

.analysis-btn a {
  display: inline-block;
  line-height: 44px;
  width: 148px;
  height: 44px;
  background: rgba(8, 102, 223, 0.8);
  border-radius: 30px;
  color: #ffffff;
  font-size: 16px;
}

.analysis-btn a:hover {
  background: rgba(6, 89, 197, 0.8);
}

.star {
  position: absolute;
  bottom: -10px;
  right: -24px;
  width: 60px;
  height: 30px;
  background-color: #0866df;
  color: #fff;
  transform: rotateZ(-45deg);
  line-height: 12px;
  display: none;
}

.IT-centrt2.active .star {
  display: block;
}

.star i {
  font-size: 12px;
  position: absolute;
  top: 4px;
  left: 24px;
  color: #ffffff;
}

/* 网站媒体详情 */
.webfenxi .round-box ul li {
  background: #f6f6f6;
  width: 378px;
  height: 250px;
  border-radius: 10px;
  margin: 0 6px;
  position: relative;
}

.webfenxi .round-box1 {
  position: relative;
}

.webfenxi .round-box-two {
  margin-top: 12px;
}

.webfenxi .round-box-two ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 10px;
}

.webfenxi .round-box-two ul li {
  display: inline-block;
  width: 576px;
  height: 250px;
  background: #f6f6f6;
  border-radius: 10px;
  margin: 0 6px;
  position: relative;
}

.webfenxi .round-box-two .round-box-title {
  position: absolute;
  bottom: 22%;
  right: 170px;
}

.webfenxi .caveat {
  color: #df0808;
  font-size: 12px;
  position: absolute;
  font-weight: bold;
  bottom: 24px;
  right: 34px;
}

.webfenxi .round-box1-two {
  padding: 30px 20px;
}

/* 微博媒体 */
.weibofenxi .round-box-two ul li {
  display: inline-block;
  width: 380px;
  height: 250px;
  background: #f6f6f6;
  border-radius: 10px;
  margin: 0 6px;
  position: relative;
}

/* mask层 */

.mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  background-color: rgba(204, 204, 204, .9);
  text-align: center;
  line-height: 250px;
  font-size: 18px;
}

/* 图标 */
.gaojishuju {
  background-image: -webkit-linear-gradient(bottom, #0a72ff, #09cedf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  padding-right: 8px;
}

.jichushuju {
  color: #0981f9;
  font-size: 20px;
  padding-right: 8px;
}

.iconjieshi {
  font-size: 20px;
  color: #ffb25e;
  padding-left: 4px;
}

.public-iconbianzu {
  position: absolute;
  bottom: 24%;
  left: 17%;
}

.iconqrcode1 {
  font-size: 12px;
  color: #0866df;
  padding-left: 4px;
}

/* 微博 三排的 */
.round-box-two .public-iconbianzu {
  left: 26%;
  bottom: 22%;
}

.icon {
  width: 4em;
  height: 4em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.round-box1-zizhi {
  padding: 30px 20px;
}

/* 收藏弹框 */

.collect-modal .lymodal {
  height: auto;
  margin-top: -250px;
}

.collect-modal .modal-head .lyclose {
  top: 20px;
  right: 20px;
}

.collect-modal .modal-body {
  margin: 30px 0;
  padding: 0 30px;
}

.collect-modal .settlement-modal-i {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

.collect-modal .settlement-modal-i i {
  color: #0bcf69;
  font-size: 57px;
}

.collect-modal .settlement-modal-i p {
  font-size: 24px;
  color: #333;
}

.collect-modal .collect-tip {
  font-size: 16px;
  color: #333;
  margin-top: 30px;
}

.collect-modal .collect-tip i {
  font-size: 15px;
  color: #0DC4CF;
}

.collect-modal .collect-tip span {
  color: #999;
  font-size: 14px;
}

.collect-modal .collect-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 15px;
}

.collect-modal .collect-list li {
  width: 50%;
  margin-bottom: 10px;
}

.collect-modal .collect-list li label {
  cursor: pointer;
  min-width: 40px;
  display: inline-block;
}

.collect-modal .collect-list input {
  margin-right: 5px;
}

.collect-modal .collect-creat {
  display: none;
}

.collect-modal .collect-group {
  margin-left: 15px;
}

.collect-modal .collect-group input {
  width: 220px;
  padding: 0 10px;
  height: 38px;
  background: #EEEEEE;
  border-radius: 10px;
  margin: 10px 0;
  font-size: 16px;
  color: #333;
}

.collect-modal .collect-group span {
  width: 76px;
  height: 38px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  background-color: #EEEEEE;
  color: #666666;
  cursor: pointer;
  margin-left: 10px;
}

.collect-modal .collect-group span:hover {
  background-color: #FD9C0E;
  color: #fff;
}

.collect-modal .collect-new {
  margin-left: 15px;
  width: 100px;
  height: 32px;
  line-height: 32px;
  background: #EEEEEE;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  color: #9A9A9A;
}

.collect-modal .collect-new i {
  font-size: 17px;
  padding: 0 1px;
  margin-right: 5px;
  border: 1px solid #9A9A9A;
  border-radius: 50%;
}

.collect-modal .collect-btn {
  text-align: center;
  margin-top: 30px;
}

.collect-modal button {
  width: 180px;
  height: 50px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  margin-right: 20px;
  color: #333333;
  font-size: 16px;
  background-color: #fff;
}

.collect-modal button:last-child {
  margin-right: 0;
  background-color: #0866df;
  border-color: #0866df;
  color: #fff;
}

.collect-modal button:hover {
  border-color: #FD9C0E;
  background-color: #FD9C0E;
  color: #fff;
}

.registerGift-box {
  width: 1200px;
  border-radius: 10px;
  margin: 20px auto;
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
}
