.ssl-main{
  box-shadow: none;
}
.dv-ssl{
  width: 100%;
  height: 68px;
  line-height: 68px;
  font-size: 28px;
  color: #fff;
  background-color: #2A7BCD;
  text-align: center;
  margin-bottom: 45px;
}
.ssl-body{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ssl-desc{
}
.ssl-desc h2{
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.ssl-desc-conter{
  width: 600px;
  color: #333333;
  font-size: 18px;
  line-height: 34px;
  text-align: left;
}
.ssl-price table{
  background-color: #f7f7f7;
  font-size: 24px;
}
.ssl-price table tr td{
  border: 1px solid #E8E8E8;
  padding: 12px 60px;
}
.ssl-price table tr td:nth-child(2){
  color: #F25618;
  font-weight: bold;
}



.step-container{
  padding-top: 0;
}

.step-main{
  background-image: url("../../image/dv/lc.png");
  box-shadow: none;
  width: 1200px;
  height: 630px;
  padding-top: 45px;
}

@media (max-width: 768px) {

  .item-main.step-main{
    background-size: contain;
    background-repeat: no-repeat;
    height: 280px;
    background-position: bottom;
  }
}