.suffix {
  width: 200px;
}
.suffix h3 {
  width: 200px;
  height: 50px;
  background: #e6edff;
  font-size: 16px;
  color: #333333;
  line-height: 50px;
  padding-left: 20px;
}
.suffix .list {
  padding-top: 20px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  padding-bottom: 20px;
}
.suffix .list p {
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 14px;
  color: #333333;
  line-height: 14px;
}
.suffix .list ul {
  overflow: hidden;
  border-bottom: 1px dashed #e5e5e5;
}
.suffix .list ul:last-child {
  border-bottom: 0;
}
.suffix .list ul li {
  float: left;
  width: 75px;
  height: 24px;
  background: #f7f7f7;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-align: center;
  margin: 7px;
  cursor: pointer;
}
.suffix .list ul li:hover,
.suffix .list ul li.active {
  color: #3c7ee5;
}
.detail {
  width: 980px;
  overflow: hidden;
}
.detail-top {
  /* height: 560px; */
  width: 980px;
  background: #fff url("../../../img/domain-singo-bg.png") no-repeat center center;
  background-size: cover;
  padding: 40px;
  margin-bottom: 14px;
}
.detail-info {
  /* height: 48px; */
  padding-bottom: 40px;
  overflow: hidden;
}
.detail-info .img-wrapper img{
  width: auto;
  height: 56px;
}
.detail-title {
  padding-left: 20px;
  width: 60%;
  border-left: 1px solid #e5e5e5;
}
.detail-title h3 {
  font-size: 20px;
  color: #333333;
  line-height: 24px;
}
.detail-title p {
  /* height: 14px; */
  font-size: 14px;
  color: #999999;
}
.detail-price span {
  font-size: 16px;
  color: #f85252;
}
.detail-price b {
  color: #f85252;
  font-size: 32px;
  font-weight: bold;
}
.detail-price i {
  color: #666666;
  font-size: 16px;
}
.domain-textarea {
  width: 900px;
  margin-bottom: 30px;
}
.domain-textarea textarea {
  resize: none;
}
.detail-btn {
  margin-bottom: 30px;
}
.domain-search-btn {
  width: 160px;
  height: 44px;
}
.detail-btn a {
  line-height: 44px;
}
.detail-tips {
  width: 900px;
  /* height: 143px; */
  border-radius: 2px;
  border: 1px solid #dfe3f1;
  padding: 20px;
}
.detail-tips h3 {
  height: 19px;
  font-size: 14px;
  color: #ff7733;
  line-height: 19px;
  margin-bottom: 12px;
}
.detail-tips p {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}
.detail-bottom {
  padding-left: 40px;
  padding-bottom: 40px;
}
.detail-bottom h3 {
  height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 24px;
  margin-top: 42px;
  padding-left: 10px;
  margin-bottom: 20px;
  border-left: 3px solid #f85252;
}
.detail-bottom .adv {
  margin-bottom: 31px;
}
.detail-bottom p {
  padding-left: 12px;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.detail-bottom ul {
  overflow: hidden;
}
.detail-bottom ul li {
  width: 210px;
  height: 215px;
  background: #f5f6fa;
  border: 1px solid #dfe3f1;
  float: left;
  margin-right: 20px;
  text-align: center;
}
.detail-bottom ul li:last-child {
  margin-right: 0;
}
.detail-bottom ul li .li-icon {
  width: 90px;
  height: 90px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 90px;
}
.detail-bottom ul li .li-p {
  height: 20px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  padding-left: 35px;
  padding-right: 35px;
}
