.main-container {
  padding: 12px;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 50px;
}

.warranty-swiper .responsive-box{
  padding-top: 75%;
}


.main {
  border: 1px solid #ccc;
  padding: 12px;
}

.tips {
  color: #666;
  padding-left: 15px;
}

.tips ol {
  padding-left: 15px;
  list-style: decimal;
  margin-top: 5px;
}

.tips ol li {
  margin-bottom: 5px;
}

.tw-form {
  margin-top: 30px;
}


.tw-form .address {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-grow: 1;
}


.card-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 30px;
}

.card-list .card {
  margin: 15px;
  width: 350px;
  flex-grow: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}

.card-list .card .header {
  background-color: #03a9f4;
  color: #fff;
  padding: 25px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.card .title {
  font-size: 32px;
  padding-bottom: 10px;
}

.card .header .hot {
  position: absolute;
  transform: rotate(45deg);
  right: -27px;
  top: 20px;
  width: 120px;
  background-color: red;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 2px 0;
}

.card .sub-title {
  color: black;
}

.card .price-box {
  padding: 20px 0;
  text-align: center;
}

.card .price {
  font-weight: bold;
}

.card .price-num {
  font-size: 42px;
}

.card .duration {
  margin-top: -5px;
  font-size: 14px;
}

.card .benifit-item {
  display: flex;
  align-items: center;
}

.card .benifit-item i {
  font-weight: bold;
  font-size: 18px;
  margin: 0 12px;
}

.card .benifit-item .text {
  width: 200px;
  padding: 12px 0;
  border-bottom: 2px solid #eee;
}

.card .action-btn {
  padding: 10px 0;
  width: 120px;
  background-color: black;
  color: white;
  font-weight: bold;
  font-size: 14px;
  margin: 25px auto;
  text-align: center;
  border-radius: 3px;
}

.register-result-form .form-item {
  margin: 0 auto;
}

.result .table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  font-size: 12px;
  word-break: break-all;
  margin-bottom: 30px;
}

.result .title {
  text-align: center;
  font-size: 20px;
  margin: 35px 0 15px 0;
}

.result .table thead {
  font-weight: bold;
}

.result .table tbody tr:nth-child(odd) {
  background-color: #bbb;
  color: #fff;
}

.result .table td,
.result .table th {
  padding: 12px 5px;
}

.result .table .error {
  color: red;
}

@media (min-width: 768px) {
  .tips {
    padding: 20px;
    font-size: 14px;
    line-height: 1.6;
  }

  .result .table {
    font-size: 14px;
  }
}
