body {
  font-family: "PingFang SC",
    -apple-system,
    BlinkMacSystemFont,
    Roboto,
    "Helvetica Neue",
    Helvetica,
    Arial,
    "Hiragino Sans GB",
    "Source Han Sans",
    "Noto Sans CJK Sc",
    "Microsoft YaHei",
    "Microsoft Jhenghei",
    sans-serif;
  font-size: 14px;
  color: #666;
}

.info-wrap {
  width: 1200px;
  margin: 0 auto;
}

.info-top-banner {
  width: 100%;
  height: 314px;
  background: url(../../images/online/info/info-top-banner.jpg) no-repeat center;
}

.info-intro {
  box-sizing: border-box;
  padding: 70px 0 40px;
}

.info-intro .info-intro-hd {
  text-align: center;
  color: #333;
}

.info-intro-hd h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.info-intro-hd a,
.info-intro-hd a:hover,
.info-intro-hd a:active,
.info-intro-hd a:visited {
  color: #333;
  font-size: 16px;

}

.info-intro .info-intro-bd {
  padding-top: 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.info-intro-bd .info-intro-item {
  width: 360px;
  height: 480px;
  box-sizing: border-box;
  border: 1px solid #D8D8D8;
}

.info-intro-bd .info-intro-item:hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

.info-intro-item .intro-item-hd {
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}

.info-intro-item .intro-item-hd>p {
  margin-top: 10px;
}

.info-intro-item .intro-item-hd h5 {
  font-size: 22px;
  font-weight: bold;
}

.info-intro-item .item-tag {
    margin-top: 10px;
    font-size: 16px;
}

.info-intro-item .item-tag:before,
.info-intro-item .item-tag:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 1px;
    background-color: #fff;
    margin: 0 15px;
}

.info-intro-item .intro-item-bd {
  box-sizing: border-box;
  padding: 15px 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.info-intro-item .intro-item-list {
  width: 100%;
  height: 230px;
  list-style-type: disc !important;
  font-size: 13px;
  padding-left: 20px;
  text-align: left;
}

.intro-item-list li {
  padding-left: 15px;
  position: relative;
  line-height: 2.2em;
}

.intro-item-list li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #999;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotateZ(45deg);
}


.intro-item-bd .info-intro-price {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.info-intro-price .current-price {
  position: relative;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  margin-right: 20px;
}

.info-intro-price .original-price {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: -2px;
}

.info-intro-price .icon-plan {
  position: absolute;
  left: 0;
  top: -20px;
  width: 74px;
  height: 20px;
}

.info-intro-price .current-price span {
  font-size: 24px;
  color: #FF8B47;
  font-size: 400;
}

.intro-item-bd .intro-btn {
  height: 36px;
  text-align: center;
}

.intro-btn input {
  cursor: pointer;
  width: 100px;
  height: 100%;
  outline: none;
  border: 0;
  color: #fff;
  font-size: 14px;
  background: rgba(255, 139, 71, 1);
  border-radius: 2px;
}

.info-table {
  box-sizing: border-box;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}

.info-table tr {
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ddd;
}

.info-table th,
.info-table td {
  text-align: center;
  font-size: 14px;
  border: 1px solid #ddd;
}

.info-table th {
  background-color: #ddd;
  color: #333;
  font-weight: 600;
}

.info-table .th {
  color: #333;
  font-weight: 600;
  vertical-align: middle;
}

.info-table .icon-t:before {
  content: url(../../images/online/info/icon-t.png);
  width: 14px;
  height: 10px;
}

.info-table .icon-f:before {
  content: url(../../images/online/info/icon-f.png);
  width: 11px;
  height: 11px;
}

.main-banner {
    background-image: url(../../images/online/info/banner-fastsite1-info.jpg);
}

.main-banner-cont {
    padding-right: 0;
}