.desc {
  padding: 0 20px;
}

.desc-title {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 54px 0 40px 0;
}

.desc-select select {
  width: 710px;
  height: 70px;
  border: 1px #dcdcdc solid;
  border-radius: 10px;
  padding: 0 25px;
  font-size: 30px;
  color: #333;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background: url('../icon/icon-select.png') no-repeat right 25px center;
}

.desc-select select option {
  width: 710px;
  height: 70px;
}

.desc-result-number {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 0 20px 0;
}

.desc-result-number span {
  width: 67px;
	height: 67px;
	background-color: #559fde;
  border-radius: 50%;
  font-size: 44px;
  color: #fff;
  text-align: center;
  line-height: 67px;
  margin-right: 24px;
  margin-bottom: 20px;
}

.desc-links {
  display: flex;
}

.desc-links-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
	height: 64px;
	background-image: linear-gradient(0deg, 
		#fdc7d0 0%, 
		#ffeaec 100%);
	border: solid 1px #ee9898;
  font-size: 30px;
  color: #333;
  margin-right: 57px;
}

.desc-links-item__icon {
  width: 30px;
	height: 30px;
  margin-right: 16px;
}

.desc-links-item__icon img {
  width: 100%;
	height: 100%;
}

.desc-sales {
  padding: 32px 0 37px 0;
}

.desc-sales-item {
  font-size: 30px;
  color: #333;
  line-height: 48px;
}

.desc-sales-item__money {
  color: #d90107;
}

.desc-table {
  padding-bottom: 63px;
}

.desc-table-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 710px;
  height: 72px;
  background: url('../img/title-bj.png') no-repeat 0 0;
}

.desc-table-title__text {
  font-size: 30px;
  color: #fff;
  line-height: 72px;
  padding-left: 35px;
}

.desc-table-title__rule {
    display: block;
  width: 154px;
	height: 50px;
	background-color: #d90107;
	border-radius: 5px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

.desc-table-head {
  display: flex;
	background-color: #f4f4f4;
}

.desc-table-head__item {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
}

.desc-table-body-wrap {
  border: 1px #f1f1f1 solid;
}

.desc-table-body {
  display: flex;
  border-bottom: 1px #f1f1f1 solid;
}

.desc-table-body__item {
  font-size: 30px;
  color: #333;
  text-align: center;
  line-height: 72px;
}

.table-col-1 {
  flex: none;
  width: 184px;
  border-right: 1px #f1f1f1 solid;
}

.table-col-2 {
  flex: none;
  width: 247px;
  border-right: 1px #f1f1f1 solid;
}

.table-col-3 {
  flex: 1;
}

.notice-other {
    color: #333;
    line-height: 36px;
    padding-bottom: 20px;
}
.notice-other__money {
    overflow: hidden;
}
.notice-other__money-item {
    float: left;
    padding: 0 50px 20px 0;
}
.notice-other__money-item__title {
    font-size: 30px;
    font-weight: bold;
}
.notice-other__money-item__content {
    font-size: 24rpx;
    color: #333;
}

.remarks-title {
    padding-bottom: 12px;
}
.remarks-content-item {
    line-height: 38px;
    color: #333;
}