body {
  background-color: #f5f5f5;
}

#banner_inside {
  height: 240px;
}

/* 内容 */

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

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

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

.IT-centrt-tltle {
  background: #ffffff;
  width: 920px;
  height: 150px;
  border-radius: 4px;
}

.IT-centrt-tltle1 {
  display: flex;
  width: 812px;
  margin: 0 auto;
  /* border-bottom: 1px solid #eeeeee; */
  min-height: 70px;
  padding-top: 34px;
  justify-content: space-between;
}

.IT-centrt1 {
  width: 700px;
}

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

.IT-centrt1 p {
  font-size: 16px;
  color: #999999;
  margin-left: 10px;
  padding-left: 30px;
}

.IT-centrt2 {
  margin-left: 20px;
}

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

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

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

.IT-centrt2 button {
  padding: 10px 25px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #ffffff;
  color: #666;
  margin-top: 10px;
}

.IT-centrt2 button span {
  color: #666;
  font-size: 14px;
}

.IT-centrt2 .addcart.active {
  background-color: #FD7865;
  color: #fff;
}

.IT-centrt2 .addcart.active span {
  color: #fff;
}

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

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

.centrt-user {
  position: absolute;
  top: -85px;
  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;
}

/* 套餐内媒体 */
.IT-list {
  margin: auto;
  width: 1200px;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  margin-bottom: 58px;
  margin-top: -70px;
}

.IT-list h2 {
  font-size: 24px;
  padding: 26px 30px;
}

.IT-list .mediaList {
  border-top: 1px solid #e2e2e2;
  display: none;
}

.layui-table {
  table-layout: fixed;
}

.layui-table td,
.layui-table th {
  text-align: center;
  border-style: none;
}

.layui-table .case {
  color: #FB3348;
  font-size: 16px;
}

.layui-table .note {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 540px;
}

.layui-table thead tr {
  background-color: #ffffff;
}

.layui-table tbody tr {
  height: 56px;
}

.layui-table tbody tr:nth-child(odd) {
  background-color: #FFF3F0;
}

.td-length {
  font-size: 12px !important;
  color: #7e7e7e !important;
  text-align: left !important;
}

.layui-table td,
.layui-table th {
  line-height: 19px;
  box-sizing: border-box;
}

.home-td {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.home-td a:hover {
  color: #FD7865;
}

.mediaList .detail-btn {
  text-align: center;
}

.mediaList .detail-btn .on-details {
  line-height: 53px;
  color: #FD7865;
  font-size: 16px
}

.generalMedia {
  padding: 14px 15px;
  border-top: 1px solid #eeeeee;
}

.generalMedia ul li {
  display: inline-block;
  margin: 10px 15px;
}

.generalMedia ul li a {
  font-size: 16px;
  color: #333333;
}

.generalMedia ul li a:hover {
  color: #287ae3;
}
