body {
  background-color: #f6f6f6;
}

#banner_inside {
  height: 260px;
  min-width: 1260px;
}

/* 内容 */

.IT-centrt {
  width: 1200px;
  border-radius: 4px;
  margin: auto;
  position: relative;
  top: -173px;
  height: 160px;
}

.IT-centrt-span {
  color: #ffffff;
  font-size: 12px;
}

.IT-centrt-span a {
  color: #ffffff;
  font-size: 12px;
}

.IT-centrt-span strong a {
  color: #f54b4b;
}

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

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

.IT-centrt1 {
  margin-right: 20px;
  flex-shrink: 0;
}

.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: 4px;
  text-align: center;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  cursor: pointer;
}

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

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

.IT-centrt2 .vipPrice {
  font-size: 18px;
  color: #f51520;
}

.IT-centrt2 .vipPrice span{
  vertical-align: middle;
  display: inline-block;
}

.IT-centrt2 .vipPrice img{
  vertical-align: middle;
  margin-left: 5px;
}

.IT-centrt2 .delPrice{
  color: #999;
  text-decoration: line-through;
}

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

.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 {
  margin-top: 10px;
  height: 24px;
  margin-right: 10px;
  cursor: pointer;
  color: #999999;
  flex-shrink: 0;
  width: 62px;
}

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

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

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

.IT-centrt4 p {
  /* padding-top: 20px; */
}

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

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

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

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

.IT-centrt-heard p {
  color: #666666;
  font-size: 12px;
  line-height: 20px;
  padding-top: 8px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

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

.IT-centrt-heard span strong {
  font-size: 12px;
  color: #6f737f;
  padding-left: 16px;
  font-weight: 400;
}

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

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

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

.IT-centrt-tltle1 .signTag {
  background: #f54b4b;
  border-color: #f54b4b;
  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: 15px 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: #FB3348;
  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: 43px;
  right: 0;
  width: 260px;
  height: 277px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 25px 0;
  box-sizing: border-box;
  overflow: hidden;
}

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

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

.centrt-user-img-p2 {
  margin-top: 15px;
  color: #666;
  font-size: 14px;
  border-top: 1px solid #EEEEEE;
  padding-top: 20px;
}

.centrt-user-img-p3 {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}


/* 媒体详情 */

.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: 4px;
}

.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: 4px;
  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: 4px;
  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: 4px;
  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: 4px;
  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: 4px;
  background-color: #ccc;
  text-align: center;
  color: #999;
  font-size: 22px;
  padding-top: 130px;
  line-height: 32px;
}

.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: 4px;
  position: relative;
}

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

.like h3 i {
  font-size: 18px;
  color: #FB3348;
  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: 4px;
  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: 4px;
  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 {
  width: 1200px;
  margin: 0 auto 20px;
}

.recommend-title {
  background: #ffffff;
  border-radius: 4px;
  padding: 20px 26px;
}

.recommend-title i {
  font-size: 20px;
  color: #FB3348;
  padding-right: 8px;
}

.recommend-title span {
  font-size: 18px;
  color: #333333;
}

.recommend-title ul li {
  width: 508px;
  height: 96px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 17px 25px;
  margin: 19px 0;
  cursor: pointer;
}

.recommend-title ul li:hover {
  background: #ffffff;
}

.recommend-title ul {
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
}

.recommend-title ul li a {
  font-size: 18px;
  color: #333333;
}

.recommend-title ul li:hover a {
  color: #FB3348;
}

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

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

.recommend-title ul li a:hover {
  color: #FB3348;
}

.recommend-title ul li a:hover span {
  display: inline-block;
}

.recommend-title ul li a span {
  font-size: 16px;
  color: #999999;
  display: none;
}

.analysis-btn {
  text-align: center;
}

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

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

.star {
  position: absolute;
  bottom: -10px;
  right: -24px;
  width: 60px;
  height: 30px;
  background-color: #FB3348;
  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: 4px;
  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: 4px;
  margin: 0 6px;
  position: relative;
}

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

.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: 4px;
  margin: 0 6px;
  position: relative;
}

/* mask层 */

.mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
  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: #FB3348;
  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;
  text-align: left;
}

.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: 4px;
  margin: 10px 0;
  font-size: 16px;
  color: #333;
}

.collect-modal .collect-group span {
  width: 76px;
  height: 38px;
  border-radius: 4px;
  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: #fb6363;
  color: #fff;
}

.collect-modal .collect-new {
  margin-left: 15px;
  width: 100px;
  height: 32px;
  line-height: 32px;
  background: #EEEEEE;
  border-radius: 4px;
  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: 4px;
  margin-right: 20px;
  color: #333333;
  font-size: 16px;
  background-color: #fff;
}

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

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