.titleDiv {
  height: 50px;
  background-color: #72af2c;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 50px;
  padding-left: 20px;
}

.resultDiv .estimateResult {
  height: 85px;
  background-color: #ecf2e5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resultDiv .estimateResult .s1 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
}

.resultDiv .estimateResult .s2 {
  color: #ff0000;
  font-size: 17px;
  font-weight: bold;
  line-height: 85px;
}

.resultDiv .estimateResult .s3 {
  color: #ff0000;
  font-size: 36px;
  font-weight: bold;
  line-height: 85px;
}

.resultDiv .esContent {
  overflow: hidden;
}

.resultDiv .esContent .esLeft {
  width: 550px;
  float: left;
}

.resultDiv .esContent .esLeft .taxCost {
  width: 550px;
  float: left;
  height: 150px;
  margin: 60px 0 10px 0;
  background: #fff5f6 url(../images/intelligentInquiry/redFlag.png) no-repeat 10px 0px;
}

.resultDiv .esContent .esLeft .logisticsCost {
  width: 270px;
  height: 90px;
  float: left;
  background: #fffaf1 url(../images/intelligentInquiry/redFlag.png) no-repeat 10px 0px;
}

.resultDiv .esContent .esLeft .customsDeclarationCost {
  width: 270px;
  height: 90px;
  float: left;
  margin-left: 10px;
  background: #f3faff url(../images/intelligentInquiry/redFlag.png) no-repeat 10px 0px;
}

.resultDiv .esContent .esLeft .taxCost .es-table td {
  font-size: 13px;
  color: #333333;
  height: 30px;
}

.resultDiv .esContent .esRight {
  width: 550px;
  float: left;
  height: 550px;
}





