body {
  background-color: #f5f5f5;
}

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

/* 内容 */

.IT-centrt {
  width: 1200px;
  border-radius: 10px;
  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: #ffb15e;
}

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

.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: 10px;
  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: #0866DF;
  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: -40px;
  right: 0;
  width: 260px;
  height: 277px;
  background: #ffb15e;
  border-radius: 10px;
  text-align: center;
  padding: 20px 0;
  box-sizing: border-box;
}

.centrt-user .centrt-info {
  /* display: none; */
}

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

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

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

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

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

.centrt-user-img-p4 {
  width: 110px;
  height: 32px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  margin: 20px auto 0;
  line-height: 32px;
  opacity: 0.9;
}

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

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

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

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

.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;
}

/* 套餐内媒体 */
.IT-list {
  margin: auto;
  width: 1200px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  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-th {
  width: 165px;
  text-align: center;
}

.layui-table-th1 {
  width: 540px;
  text-align: center;
}

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

.layui-table .case {
  color: #287ae3;
  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: #f5f8ff;
}

.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: #0866df;
}

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

.mediaList .detail-btn .on-details {
  line-height: 53px;
  color: #0866df;
  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;
}

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