
.solve-container {
  background-color: #fff;
}

.solve-container .solve-warp {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.solve-container .solve-warp .title-bg {
  width: 100%;
  height: 150px;
  background: url('/email/images/mail2021012/solve-bg.png');
  text-align: left;
}

.solve-warp .title-bg .title-text {
  padding: 25px 100px;
}

.title-bg .title-text h1 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: normal;
  color: #FFFFFF;
  margin: 20px 0 10px;
}

.title-bg .title-text span {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  font-weight: lighter;
}

.solve-container .solve-warp .solve-content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.solve-warp .solve-content .solve-content-item {
  width: calc(100%/3);
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  box-sizing: border-box;
}

.solve-warp .solve-content .solve-content-item:nth-child(1),
.solve-warp .solve-content .solve-content-item:nth-child(2) {
  border-right: none;
}

.solve-content .solve-content-item div {
  margin-bottom: 15px;
  text-align: center;
}

.solve-content-item div .name {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #666666;
  line-height: 18px;
  margin-bottom: 10px;
}

.solve-content-item div .descript {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
  max-width: 225px;
  height: 36px;
}

.solve-content .solve-content-item a {
  background: #FC8301;
  border-radius: 4px;
  padding: 8px 17px;
  color: #fff;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}

.solve-content .solve-content-item:nth-child(1) button {
  margin-top: 17px;
}

.proble-big-title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #666666;
  line-height: 40px;
}

/* 常见问题 */
.promble-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.promble-wrap .promble-wrap-item {
  width: 288px;
  height: 114px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  text-align: justify;
  padding: 15px 30px 25px;
  box-sizing: border-box;
  cursor: pointer;
}

.promble-wrap .promble-wrap-item:hover {
  box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.1);
}

.promble-wrap-item .promble-title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
}

.promble-wrap-item .problem-content {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.serives {
  max-width: 1200px;
  width: 100%;
  display: flex;
  height: 104px;
  background-color: #F2F2F2;
  margin-top: 20px;
}

.serives .serives-item {
  width: 25%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #666;
  text-align: justify;
}

.serives .serives-item img {
  margin-right: 5px;
}

.table-title p{
  position: relative;
  margin: 20px 0 20px;
  font: normal 20px/1.4 "Microsoft YaHei";
  text-align: center;
}

.table-title p::before {
  content: '';
  width: 475px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 15px;
  left: 25px;
}

.table-title p::after {
  content: '';
  width: 475px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 15px;
  right: 25px;
} 

@media (max-width: 768px) {
  .solve-warp .title-bg .title-text{
    padding: 30px 50px 0;
  }
  .title-bg .title-text span{
    font-size: 18px;
  }
  .title-bg .title-text h1{
    font-size: 24px;
    margin: 0 0 10px;
  }
  .solve-warp .solve-content .solve-content-item{
    width: 100%;
    margin-top: -1px;
  }
  .solve-warp .solve-content .solve-content-item:nth-child(1), .solve-warp .solve-content .solve-content-item:nth-child(2){
    border-right: 1px solid #ccc;
  }
}