.recommend-ms {
  font-size: 14px;
  color: #343638;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  margin-top: 0;
}

.recommend-ms:after {
  content: "";
  width: 14px;
  height: 10px;
  background: url("https://cdn.gupaoedu.com/officialweb/v4.0.0/image/enterprise/home_check_icon.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 5px;
}

.support-item:hover {
  top: -12px;
  cursor: pointer;
}

.support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.support a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.support-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.support-img img {
  width: 154px;
  height: 134px;
  margin-bottom: 35px;
  text-align: center;
}

.support-item {
  width: 328px;
  height: 666px;
  background: #fff;
  -webkit-box-shadow: 0 11px 27px 0 #eef2f8;
  box-shadow: 0 11px 27px 0 #eef2f8;
  border-radius: 14px 14px 0 0;
  padding: 32px 10px 32px 10px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
}

.support-details {
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  position: absolute;
  background: #167ef7;
  bottom: 0;
  left: 0;
  width: 100%;
}

.support-type {
  color: #ff3c3c;
  position: absolute;
  bottom: 64px;
  width: 308px;
  font-size: 22px;
  text-align: center;
}

.recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recommend-img {
  width: 461px;
  height: 561px;
}

.recommend-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recommend-list .item {
  width: 50%;
  height: 50%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
  position: relative;
}

.recommend-list .item span {
  position: absolute;
  right: 60px;
  top: 35px;
  font-size: 50px;
  font-weight: 600;
  font-style: italic;
  color: #dad7d4;
  opacity: .45;
}

.recommend-list .border-l {
  border-left: 1px solid #e5e5e5;
}

.recommend-list .border-b {
  border-bottom: 1px solid #e5e5e5;
}

.recommend-title {
  color: #343638;
  position: relative;
  margin-left: 10px;
  font-size: 20px;
  margin-bottom: 30px;
}

.recommend-title:after {
  content: "";
  width: 4px;
  height: 20px;
  background: #167ef7;
  position: absolute;
  left: -10px;
  top: 6px;
}

.w125 {
  width: 210px!important;
}

.ft24 {
  font-size: 24px;
}

.ft22 {
  font-size: 22px;
}

table,
table tr td,
table tr th {
  border: 1px solid #e5e5e5;
}

.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.table thead {
  line-height: 77px;
  background: #f0f7ff;
}

.h153 {
  height: 153px;
}

.h153 .but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h153 .color_ff3c3c {
  color: #ff3c3c;
}

.h153 .btn-sy {
  width: 129px;
  height: 40px;
  background: #167ef7;
  border-radius: 2px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}

.table td {
  padding: 25px 50px 25px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #343638;
}

.table td .h86 {
  height: 86px;
}

.table td .h130 {
  height: 130px!important;
}

.table td .h60 {
  height: 60px;
}

.table td .h77 {
  height: 77px;
}

.table td .h84 {
  height: 84px;
}

.bg_F0F7FF_td {
  background: #f0f7ff;
}

.bg_F0F7FF td {
  background: #f0f7ff;
}

.color_99 {
  color: #999;
}

.mb10 {
  margin-bottom: 10px;
}

.ft16 {
  font-size: 16px;
}

.mt20 {
  margin-top: 20px;
}