

.g-support .main-content .tool {
  padding: 50px 0 0 0;
}
.g-support .main-content .tool .wrap {
  color: #FFF;
  letter-spacing: 0;
}
.g-support .main-content .tool .wrap p {
  color: #424242;
}
.g-support .main-content .tool .wrap p span {
  color: #FF3C00;
  font-weight: 700;
  margin: 0 5px;
}
.g-support .main-content .tool .wrap > ul {
  margin: 10px 0 0 0;
}
.g-support .main-content .tool .wrap > ul > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 60px 0;
  border-bottom: 2px solid #E7E7E7;
  font-size: 14px;
}
.g-support .main-content .tool .wrap > ul > li div:first-child {
  width: 860px;
}
.g-support .main-content .tool .wrap > ul > li div:first-child h2 {
  line-height: 28px;
  font-size: 24px;
  color: #000;
  margin: 0 0 33px 0;
}
.g-support .main-content .tool .wrap > ul > li div:first-child p {
  color: #4D4D4D;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
}
.g-support .main-content .tool .wrap > ul > li div:first-child a {
  display: inline-block;
  line-height: 35px;
  padding: 0 50px;
  background: #FF5F01;
  color: #fff;
}
.g-support .main-content .tool .wrap > ul > li div:last-child ul li {
  width: 170px;
  border-bottom: 1px solid #E7E7E7;
}
.g-support .main-content .tool .wrap > ul > li div:last-child ul li:last-child {
  border-bottom: none;
}
.g-support .main-content .tool .wrap > ul > li div:last-child ul li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  line-height: 20px;
  font-weight: 700;
  color: #263557;
  padding: 30px 0;
}
.g-support .main-content .tool .wrap > ul > li div:last-child ul li a:after {
  content: "";
  display: inline-block;
  background-image: url("https://img.alicdn.com/tfs/TB13glZboT1gK0jSZFrXXcNCXXa-872-308.png");
  background-size: 436px 154px;
  background-position-x: -187px;
  background-position-y: -65px;
  height: 12px;
  width: 6px;
  margin-left: auto;
}
.g-support .main-content .tool .wrap > ul > li div:last-child ul li a:hover {
  color: #FF3C00;
}
.g-support .main-content .tool .wrap > ul > li div:last-child ul li a:hover:after {
  display: inline-block;
  background-image: url("https://img.alicdn.com/tfs/TB13glZboT1gK0jSZFrXXcNCXXa-872-308.png");
  background-size: 436px 154px;
  background-position-x: -203px;
  background-position-y: -65px;
  height: 12px;
  width: 6px;
}
